/*
Theme Name: HSR Coaching
Theme URI: https://hsrcoaching.nl
Author: Huma Rawal
Author URI: https://hsrcoaching.nl
Description: Custom coaching theme for HSR Coaching — life and career transitions for expats, Amsterdam.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hsr-coaching
Tags: coaching, one-page, custom, earthy, elegant
*/

/* ── VARIABLES ── */
:root {
  --cream: #F7F3EE;
  --warm-white: #FDFAF6;
  --sand: #E8DDD0;
  --terracotta: #C4725A;
  --terracotta-light: #D4896F;
  --deep: #2C2420;
  --mid: #6B5A52;
  --sage: #8A9E8C;
  --sage-light: #B5C4B7;
  --gold: #B89B6A;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--deep);
  overflow-x: hidden;
}

/* ── NAV ── */
.hsr-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 4rem;
  background: rgba(247,243,238,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,155,106,0.15);
}
.hsr-nav .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; letter-spacing: 0.08em; color: var(--deep); text-decoration: none; }
.hsr-nav .nav-links { display: flex; gap: 2.5rem; list-style: none; }
.hsr-nav .nav-links a { text-decoration: none; font-size: 0.8rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); transition: color 0.3s; }
.hsr-nav .nav-links a:hover { color: var(--terracotta); }
.hsr-nav .nav-cta { background: var(--terracotta); color: #fff !important; padding: 0.55rem 1.4rem; border-radius: 2px; }
.hsr-nav .nav-cta:hover { background: var(--terracotta-light) !important; }

/* ── BUTTONS ── */
.btn-primary { display: inline-block; background: var(--terracotta); color: #fff; text-decoration: none; padding: 1rem 2.2rem; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; border-radius: 2px; transition: all 0.3s; border: 2px solid var(--terracotta); }
.btn-primary:hover { background: transparent; color: var(--terracotta); }
.btn-outline { display: inline-block; background: transparent; color: var(--deep); text-decoration: none; padding: 1rem 2.2rem; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; border-radius: 2px; border: 2px solid var(--deep); transition: all 0.3s; margin-left: 1rem; }
.btn-outline:hover { background: var(--deep); color: var(--cream); }

/* ── HERO ── */
.hsr-hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; }
.hsr-hero .hero-left { display: flex; flex-direction: column; justify-content: center; padding: 8rem 4rem 6rem 6rem; position: relative; z-index: 2; }
.hsr-hero .hero-eyebrow { font-size: 0.72rem; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.8rem; display: flex; align-items: center; gap: 0.8rem; }
.hsr-hero .hero-eyebrow::before { content: ''; display: inline-block; width: 2rem; height: 1px; background: var(--gold); }
.hsr-hero .hero-headline { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 5vw, 5rem); font-weight: 300; line-height: 1.1; color: var(--deep); margin-bottom: 1rem; }
.hsr-hero .hero-headline em { font-style: italic; color: var(--terracotta); }
.hsr-hero .hero-sub { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 300; color: var(--mid); margin-bottom: 2rem; line-height: 1.5; font-style: italic; }
.hsr-hero .hero-body { font-size: 0.95rem; line-height: 1.8; color: var(--mid); max-width: 440px; margin-bottom: 3rem; }
.hsr-hero .hero-right { position: relative; background: var(--sand); overflow: hidden; }
.hsr-hero .hero-right::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 30%, rgba(196,114,90,0.12) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(138,158,140,0.15) 0%, transparent 50%); }
.hsr-hero .hero-shape { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 340px; height: 420px; border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; background: linear-gradient(135deg, var(--terracotta-light) 0%, var(--terracotta) 100%); opacity: 0.18; }
.hsr-hero .hero-quote-block { position: absolute; bottom: 3rem; left: 3rem; right: 3rem; background: rgba(253,250,246,0.85); backdrop-filter: blur(8px); border-left: 3px solid var(--gold); padding: 1.5rem 1.8rem; border-radius: 0 4px 4px 0; }
.hsr-hero .hero-quote-text { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; color: var(--deep); line-height: 1.6; margin-bottom: 0.5rem; }
.hsr-hero .hero-quote-attr { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }

/* ── MARQUEE ── */
.hsr-marquee { background: var(--deep); color: var(--cream); overflow: hidden; padding: 0.9rem 0; white-space: nowrap; }
.hsr-marquee .marquee-inner { display: inline-flex; animation: hsr-marquee 22s linear infinite; }
.hsr-marquee .marquee-item { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-style: italic; padding: 0 2.5rem; opacity: 0.7; }
.hsr-marquee .marquee-dot { color: var(--terracotta); padding: 0 0.5rem; }
@keyframes hsr-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── STATS ── */
.hsr-stats { background: var(--warm-white); padding: 5rem 6rem; border-bottom: 1px solid var(--sand); }
.hsr-stats .stats-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; max-width: 1000px; margin: 0 auto; }
.hsr-stats .stat-item { text-align: center; padding: 1rem 2rem; }
.hsr-stats .stat-number { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.5rem, 6vw, 5.5rem); font-weight: 300; color: var(--terracotta); line-height: 1; margin-bottom: 0.5rem; }
.hsr-stats .stat-number span { font-size: 0.65em; color: var(--gold); }
.hsr-stats .stat-label { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--deep); margin-bottom: 0.3rem; }
.hsr-stats .stat-sub { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; color: var(--mid); font-style: italic; }
.hsr-stats .stat-divider { width: 1px; height: 80px; background: linear-gradient(to bottom, transparent, var(--sand), transparent); }

/* ── SHARED ── */
.section-label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 1.2rem; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; line-height: 1.2; color: var(--deep); margin-bottom: 1.5rem; }
.section-title em { font-style: italic; color: var(--terracotta); }

/* ── ABOUT ── */
.hsr-about { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.hsr-about .about-visual { position: relative; overflow: hidden; min-height: 500px; }
.hsr-about .about-photo { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center top; display: block; }
.hsr-about .about-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(44,36,32,0.3) 100%); pointer-events: none; }
.hsr-about .about-content { padding: 6rem 5rem; display: flex; flex-direction: column; justify-content: center; background: var(--warm-white); }
.hsr-about .about-content p { font-size: 0.95rem; line-height: 1.9; color: var(--mid); margin-bottom: 1.2rem; max-width: 500px; }
.hsr-about .values-list { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.hsr-about .value-tag { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); border: 1px solid var(--sage-light); padding: 0.4rem 0.9rem; border-radius: 20px; }

/* ── SERVICES ── */
.hsr-services { padding: 7rem 6rem; background: var(--cream); }
.hsr-services .services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
.hsr-services .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--sand); }
.hsr-services .service-card { background: var(--warm-white); padding: 3rem 2.5rem; position: relative; overflow: hidden; transition: all 0.4s; }
.hsr-services .service-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--terracotta); transform: scaleX(0); transition: transform 0.4s; transform-origin: left; }
.hsr-services .service-card:hover { background: var(--sand); }
.hsr-services .service-card:hover::before { transform: scaleX(1); }
.hsr-services .service-number { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 300; color: rgba(184,155,106,0.2); line-height: 1; margin-bottom: 1.5rem; }
.hsr-services .service-title { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400; color: var(--deep); margin-bottom: 1rem; }
.hsr-services .service-body { font-size: 0.88rem; line-height: 1.8; color: var(--mid); margin-bottom: 1.5rem; }
.hsr-services .service-items { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; }
.hsr-services .service-items li { font-size: 0.78rem; color: var(--mid); display: flex; align-items: center; gap: 0.5rem; }
.hsr-services .service-items li::before { content: ''; width: 1rem; height: 1px; background: var(--gold); flex-shrink: 0; }
.hsr-services .service-sessions { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--sand); font-size: 0.75rem; color: var(--terracotta); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; }

/* ── TESTIMONIALS ── */
.hsr-testimonials { padding: 7rem 6rem; background: var(--deep); color: var(--cream); position: relative; overflow: hidden; }
.hsr-testimonials::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 0% 100%, rgba(196,114,90,0.1) 0%, transparent 50%), radial-gradient(ellipse at 100% 0%, rgba(138,158,140,0.08) 0%, transparent 50%); pointer-events: none; }
.hsr-testimonials .section-label { color: var(--gold); }
.hsr-testimonials .section-title { color: var(--cream); }
.hsr-testimonials .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 4rem; }
.hsr-testimonials .testimonial-card { border: 1px solid rgba(184,155,106,0.2); padding: 2.5rem; border-radius: 2px; background: rgba(253,250,246,0.03); transition: background 0.3s, border-color 0.3s; }
.hsr-testimonials .testimonial-card:hover { background: rgba(253,250,246,0.06); border-color: rgba(184,155,106,0.4); }
.hsr-testimonials .testimonial-quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 4rem; color: var(--terracotta); line-height: 1; margin-bottom: 0.5rem; opacity: 0.7; }
.hsr-testimonials .testimonial-text { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; line-height: 1.7; color: rgba(253,250,246,0.85); margin-bottom: 1.5rem; }
.hsr-testimonials .testimonial-author { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.hsr-testimonials .testimonial-role { font-size: 0.72rem; color: rgba(253,250,246,0.4); margin-top: 0.2rem; }

/* ── QUOTE BANNER ── */
.hsr-quote-banner { padding: 6rem; background: var(--terracotta); text-align: center; position: relative; overflow: hidden; }
.hsr-quote-banner::before, .hsr-quote-banner::after { content: ''; position: absolute; border-radius: 50%; background: rgba(255,255,255,0.06); }
.hsr-quote-banner::before { width: 500px; height: 500px; top: -200px; left: -100px; }
.hsr-quote-banner::after { width: 400px; height: 400px; bottom: -200px; right: -80px; }
.hsr-quote-banner .quote-banner-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 3vw, 2.6rem); font-style: italic; font-weight: 300; color: #fff; line-height: 1.4; max-width: 700px; margin: 0 auto 1.2rem; position: relative; z-index: 2; }
.hsr-quote-banner .quote-banner-attr { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.65); position: relative; z-index: 2; }

/* ── CTA / BOOKING ── */
.hsr-cta { padding: 8rem 6rem; background: var(--warm-white); display: grid; grid-template-columns: 1fr 2fr; gap: 6rem; align-items: start; }
.hsr-cta .cta-text .section-title { margin-bottom: 1.5rem; }
.hsr-cta .cta-text p { font-size: 0.95rem; line-height: 1.9; color: var(--mid); margin-bottom: 2rem; }
.hsr-cta .cta-card { background: var(--sand); padding: 3.5rem; border-radius: 4px; position: relative; overflow: hidden; }
.hsr-cta .cta-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--terracotta), var(--gold)); }
.hsr-cta .cta-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 400; color: var(--deep); margin-bottom: 0.8rem; }
.hsr-cta .cta-card-sub { font-size: 0.85rem; color: var(--mid); margin-bottom: 1rem; line-height: 1.7; }

/* ── FOOTER ── */
.hsr-footer { background: var(--deep); color: rgba(253,250,246,0.5); padding: 3rem 6rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.hsr-footer .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; color: var(--cream); text-decoration: none; letter-spacing: 0.08em; }
.hsr-footer .footer-tagline { font-size: 0.75rem; font-style: italic; color: rgba(253,250,246,0.4); margin-top: 0.2rem; }
.hsr-footer .footer-right { font-size: 0.75rem; text-align: right; }
.hsr-footer .footer-right a { color: var(--gold); text-decoration: none; }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hsr-nav { padding: 1.2rem 2rem; }
  .hsr-nav .nav-links { display: none; }
  .hsr-hero { grid-template-columns: 1fr; }
  .hsr-hero .hero-right { display: none; }
  .hsr-hero .hero-left { padding: 8rem 2rem 4rem; }
  .hsr-about { grid-template-columns: 1fr; }
  .hsr-about .about-visual { min-height: 300px; }
  .hsr-about .about-content { padding: 3.5rem 2rem; }
  .hsr-services { padding: 5rem 2rem; }
  .hsr-services .services-header { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .hsr-services .services-grid { grid-template-columns: 1fr; }
  .hsr-testimonials { padding: 5rem 2rem; }
  .hsr-testimonials .testimonials-grid { grid-template-columns: 1fr; }
  .hsr-cta { grid-template-columns: 1fr; padding: 5rem 2rem; gap: 3rem; }
  .hsr-footer { padding: 2rem; flex-direction: column; align-items: flex-start; }
  .hsr-footer .footer-right { text-align: left; }
  .hsr-quote-banner { padding: 4rem 2rem; }
  .hsr-stats { padding: 4rem 2rem; }
  .hsr-stats .stats-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .hsr-stats .stat-divider { display: none; }
}
