@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Playfair+Display:wght@500&family=DM+Sans:wght@300;400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: #F9F7F4; color: #1A1A1A; -webkit-font-smoothing: antialiased; font-size: 16px; }

:root {
  --ink: #1A1A1A; --navy: #1C2B3A; --gold: #B08D57; --silver: #C5BFB5;
  --slate: #4A4A47; --warm-white: #F9F7F4; --mist: #E8E6E0;
}

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1.1; }
p { line-height: 1.8; }

/* Nav LIGHT */
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 56px; background: var(--warm-white); border-bottom: 0.5px solid var(--mist); position: sticky; top: 0; z-index: 100; transition: box-shadow 0.3s; }
nav.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.07); }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; gap: 34px; align-items: center; }
.nav-links a { font-size: 12px; letter-spacing: 0.10em; color: var(--slate); text-decoration: none; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-cta { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; background: var(--ink); color: #fff; padding: 12px 24px; text-decoration: none; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--gold); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); transition: all 0.3s; }

.btn-primary { display: inline-block; font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; background: var(--ink); color: var(--warm-white); padding: 16px 38px; text-decoration: none; transition: background 0.2s; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.btn-primary:hover { background: var(--gold); }
.btn-ghost { display: inline-block; font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; background: transparent; color: var(--ink); padding: 16px 38px; text-decoration: none; border: 0.5px solid var(--ink); transition: all 0.2s; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-gold { display: inline-block; font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; background: var(--gold); color: var(--warm-white); padding: 17px 42px; text-decoration: none; transition: background 0.2s; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; }
.btn-gold:hover { background: #9A7A47; }

.eyebrow { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; font-weight: 400; display: block; }

.section-light { background: var(--warm-white); padding: 92px 64px; }
.section-dark { background: var(--ink); padding: 92px 64px; }

.hero { padding: 110px 64px 92px; max-width: 980px; }
.hero h1 { font-size: 78px; color: var(--ink); margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-rule { width: 52px; height: 1px; background: var(--gold); margin-bottom: 30px; }
.hero p { font-size: 17px; color: var(--slate); font-weight: 300; max-width: 560px; margin-bottom: 42px; line-height: 1.85; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

.selector { background: var(--ink); padding: 84px 64px; }
.selector .eyebrow { color: var(--gold); }
.sel-q { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: #F9F7F4; margin-bottom: 46px; }
.sel-q em { font-style: italic; color: var(--gold); }
.tracks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #2C2C2C; }
.track { background: var(--ink); padding: 46px 38px; text-decoration: none; display: block; border-top: 2px solid transparent; transition: background 0.2s, border-color 0.2s; }
.track:hover { background: #1F1F1F; border-top-color: var(--gold); }
.track-num { font-size: 11px; letter-spacing: 0.18em; color: #555; margin-bottom: 22px; display: block; }
.track h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: #F9F7F4; margin-bottom: 10px; }
.track-tagline { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--gold); font-style: italic; display: block; margin-bottom: 16px; line-height: 1.5; }
.track p { font-size: 14px; color: #999; font-weight: 300; line-height: 1.75; }
.track-arrow { font-size: 20px; color: var(--gold); margin-top: 26px; display: block; transition: transform 0.2s; }
.track:hover .track-arrow { transform: translateX(6px); }

.why { background: var(--warm-white); padding: 92px 64px; }
.why-header { max-width: 720px; margin-bottom: 56px; }
.why-header h2 { font-size: 46px; color: var(--ink); margin-top: 10px; line-height: 1.15; }
.why-header h2 em { font-style: italic; color: var(--gold); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.why-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; color: var(--ink); margin-bottom: 14px; }
.why-item p { font-size: 14px; color: var(--slate); font-weight: 300; line-height: 1.8; }
.why-icon { width: 40px; height: 1px; background: var(--gold); margin-bottom: 22px; }

.diff-banner { background: var(--navy); padding: 80px 64px; text-align: center; }
.diff-banner .eyebrow { color: var(--silver); display: block; }
.diff-banner h2 { font-size: 40px; color: #F9F7F4; max-width: 800px; margin: 0 auto 20px; line-height: 1.3; font-weight: 300; }
.diff-banner h2 em { font-style: italic; color: var(--gold); }
.diff-banner p { font-size: 15px; color: #A8B2BC; font-weight: 300; max-width: 600px; margin: 0 auto; line-height: 1.9; }

.approach { background: var(--ink); padding: 92px 64px; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.approach-left .eyebrow { color: var(--gold); }
.approach-left h2 { font-size: 44px; color: #F9F7F4; margin-bottom: 24px; line-height: 1.2; }
.approach-left h2 em { font-style: italic; color: var(--gold); }
.approach-left p { font-size: 15px; color: #999; font-weight: 300; line-height: 1.9; margin-bottom: 18px; }
.approach-right { display: flex; flex-direction: column; gap: 28px; }
.approach-step { display: flex; gap: 20px; align-items: flex-start; }
.approach-step-num { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--gold); line-height: 1; flex-shrink: 0; width: 44px; }
.approach-step-text h4 { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 400; color: #F9F7F4; margin-bottom: 6px; }
.approach-step-text p { font-size: 13px; color: #888; font-weight: 300; line-height: 1.7; }

.expertise { background: #F2F0EC; padding: 92px 64px; }
.expertise-header { max-width: 680px; margin-bottom: 52px; }
.expertise-header h2 { font-size: 46px; color: var(--ink); margin-top: 10px; }
.expertise-header p { font-size: 15px; color: var(--slate); font-weight: 300; line-height: 1.85; margin-top: 16px; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--mist); }
.expertise-card { background: #F2F0EC; padding: 40px 32px; }
.expertise-card .ec-track { font-size: 10px; letter-spacing: 0.20em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; display: block; }
.expertise-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 400; color: var(--ink); margin-bottom: 14px; line-height: 1.3; }
.expertise-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.expertise-card li { font-size: 13px; color: var(--slate); font-weight: 300; padding-left: 18px; position: relative; line-height: 1.6; }
.expertise-card li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

.testimonials { background: #F2F0EC; padding: 92px 64px; }
.testimonials-header { text-align: center; margin-bottom: 56px; }
.testimonials-header h2 { font-size: 44px; color: var(--ink); margin-top: 10px; }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.test-card { background: #FFFFFF; border: 0.5px solid var(--mist); padding: 36px 32px; display: flex; flex-direction: column; box-shadow: 0 1px 20px rgba(0,0,0,0.02); }
.test-stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; margin-bottom: 20px; }
.test-quote { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 400; font-style: italic; color: var(--ink); line-height: 1.5; margin-bottom: 24px; flex-grow: 1; }
.test-attr { font-size: 12px; color: var(--slate); font-weight: 400; letter-spacing: 0.04em; }
.test-attr span { display: block; color: var(--gold); font-size: 11px; margin-top: 4px; letter-spacing: 0.10em; text-transform: uppercase; }

.philosophy { padding: 92px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: #FFFFFF; border-bottom: 0.5px solid var(--mist); }
.phil-quote { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; line-height: 1.3; color: var(--ink); margin-bottom: 24px; }
.phil-quote em { font-style: italic; color: var(--gold); }
.phil-body { font-size: 15px; color: var(--slate); font-weight: 300; line-height: 1.95; }
.phil-stats { display: flex; flex-direction: column; gap: 28px; }
.phil-stat { border-left: 2px solid var(--gold); padding-left: 22px; }
.phil-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: var(--ink); line-height: 1; }
.phil-stat-label { font-size: 13px; color: var(--slate); font-weight: 300; margin-top: 5px; line-height: 1.5; }

.packages { padding: 92px 64px; background: #FFFFFF; }
.pkg-header { margin-bottom: 50px; }
.pkg-header h2 { font-size: 48px; color: var(--ink); margin-top: 10px; }
.pkg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--mist); }
.pkg-card { background: var(--warm-white); padding: 40px 30px; transition: background 0.2s; }
.pkg-card:hover { background: #fff; }
.pkg-card.featured { background: var(--ink); }
.pkg-tier { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block; }
.pkg-name { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 400; color: var(--ink); margin-bottom: 8px; }
.pkg-card.featured .pkg-name { color: #F9F7F4; }
.pkg-tagline { font-size: 13px; color: var(--slate); font-weight: 300; line-height: 1.65; margin-bottom: 24px; font-style: italic; }
.pkg-card.featured .pkg-tagline { color: #888; }
.pkg-price { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--ink); margin-bottom: 4px; }
.pkg-card.featured .pkg-price { color: var(--gold); }
.pkg-price-note { font-size: 11px; color: #888; font-weight: 300; }
.pkg-divider { width: 26px; height: 1px; background: var(--mist); margin: 20px 0; }
.pkg-card.featured .pkg-divider { background: #2A2A2A; }
.pkg-items { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.pkg-items li { font-size: 13px; color: var(--slate); font-weight: 300; padding-left: 16px; position: relative; line-height: 1.5; }
.pkg-card.featured .pkg-items li { color: #888; }
.pkg-items li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 11px; }

.faq { background: var(--warm-white); padding: 92px 64px; }
.faq-header { text-align: center; margin-bottom: 52px; }
.faq-header h2 { font-size: 46px; color: var(--ink); margin-top: 10px; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 0.5px solid var(--mist); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 26px 0; font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 400; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-q:hover { color: var(--gold); }
.faq-toggle { font-size: 22px; color: var(--gold); flex-shrink: 0; transition: transform 0.3s; font-weight: 300; }
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 26px; }
.faq-a p { font-size: 14px; color: var(--slate); font-weight: 300; line-height: 1.85; }

.closing { background: var(--ink); padding: 100px 64px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.closing-logo { margin-bottom: 36px; }
.closing-logo img { height: 80px; width: auto; }
.closing h2 { font-size: 54px; color: #F9F7F4; margin-bottom: 16px; }
.closing h2 em { font-style: italic; color: var(--gold); }
.closing p { font-size: 15px; color: #888; font-weight: 300; letter-spacing: 0.04em; margin-bottom: 42px; }

footer { background: #111; padding: 40px 64px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-logo img { height: 52px; width: auto; }
.footer-links { display: flex; gap: 26px; }
footer a { color: #777; text-decoration: none; font-size: 12px; letter-spacing: 0.06em; transition: color 0.2s; }
footer a:hover { color: var(--gold); }
footer p { font-size: 11px; color: #444; letter-spacing: 0.06em; }

.track-hero { background: var(--ink); padding: 100px 64px 90px; }
.track-hero h1 { font-size: 70px; color: #F9F7F4; margin-bottom: 16px; max-width: 740px; }
.track-hero h1 em { font-style: italic; color: var(--gold); }
.track-hero .track-tagline-lg { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-style: italic; color: var(--gold); margin-bottom: 26px; display: block; }
.track-hero p { font-size: 16px; color: #999; font-weight: 300; line-height: 1.85; max-width: 580px; }

.pain-section { background: var(--warm-white); padding: 92px 64px; }
.pain-section h2 { font-size: 44px; color: var(--ink); margin-bottom: 50px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.pain-card { border-left: 2px solid var(--gold); padding-left: 22px; }
.pain-num { font-family: 'Cormorant Garamond', serif; font-size: 38px; color: var(--ink); line-height: 1; display: block; margin-bottom: 12px; }
.pain-card p { font-size: 15px; color: var(--slate); font-weight: 300; line-height: 1.75; }

.deliver-section { background: #F2F0EC; padding: 92px 64px; }
.deliver-section h2 { font-size: 44px; color: var(--ink); margin-bottom: 14px; }
.deliver-intro { font-size: 16px; color: var(--slate); font-weight: 300; max-width: 580px; margin-bottom: 50px; line-height: 1.85; }
.deliver-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--mist); }
.deliver-item { background: #F2F0EC; padding: 34px 30px; }
.deliver-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--ink); margin-bottom: 10px; }
.deliver-item p { font-size: 14px; color: var(--slate); font-weight: 300; line-height: 1.7; }

.form-section { background: var(--warm-white); padding: 84px 64px; }
.form-wrap { max-width: 660px; margin: 0 auto; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--slate); margin-bottom: 9px; font-weight: 400; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 15px 17px; border: 0.5px solid var(--mist); background: #fff; font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--ink); font-weight: 300; outline: none; transition: border-color 0.2s; appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23B08D57' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 17px center; }
.form-submit { margin-top: 32px; }
.form-note { font-size: 12px; color: #888; font-weight: 300; margin-top: 16px; line-height: 1.6; }

.thankyou { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 64px; background: var(--ink); }
.thankyou-logo img { height: 90px; margin-bottom: 32px; }
.thankyou h1 { font-size: 56px; color: #F9F7F4; margin-bottom: 16px; }
.thankyou h1 em { font-style: italic; color: var(--gold); }
.thankyou p { font-size: 16px; color: #999; font-weight: 300; max-width: 500px; line-height: 1.85; margin-bottom: 40px; }

.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  body { font-size: 15px; }
  nav { padding: 14px 22px; }
  .nav-logo img { height: 36px; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .nav-mobile-open .nav-links { display: flex; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; background: var(--warm-white); border-bottom: 0.5px solid var(--mist); padding: 24px; gap: 22px; z-index: 99; }
  .nav-mobile-open .nav-cta { display: block; position: fixed; top: 260px; left: 22px; right: 22px; text-align: center; z-index: 99; }
  .hero { padding: 64px 24px; }
  .hero h1 { font-size: 46px; }
  .hero p { font-size: 16px; }
  .selector { padding: 60px 24px; }
  .sel-q { font-size: 32px; }
  .tracks { grid-template-columns: 1fr; }
  .why, .approach, .expertise, .testimonials, .faq, .diff-banner { padding: 60px 24px; }
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
  .approach-grid { grid-template-columns: 1fr; gap: 44px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .philosophy { padding: 60px 24px; grid-template-columns: 1fr; gap: 48px; }
  .packages { padding: 60px 24px; }
  .pkg-grid { grid-template-columns: 1fr; }
  .section-light, .section-dark { padding: 60px 24px; }
  .closing { padding: 72px 24px; }
  .closing h2 { font-size: 38px; }
  .track-hero { padding: 72px 24px 60px; }
  .track-hero h1 { font-size: 42px; }
  .pain-section, .deliver-section { padding: 60px 24px; }
  .pain-grid { grid-template-columns: 1fr; gap: 30px; }
  .deliver-grid { grid-template-columns: 1fr; }
  .form-section { padding: 60px 24px; }
  .form-row-2 { grid-template-columns: 1fr; }
  footer { padding: 28px 24px; flex-direction: column; text-align: center; }
}

/* ── Hero additions ── */
.hero-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 23px; color: var(--gold); margin: 0 0 24px; max-width: none; }
.hero-approach { font-size: 15px; color: var(--slate); font-weight: 300; max-width: 600px; margin-top: 18px; line-height: 1.8; }
.hero-credibility { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate); margin-top: 32px; padding-top: 24px; border-top: 0.5px solid var(--mist); max-width: 560px; }

/* ── Approach retainer note ── */
.approach-retainer { margin-top: 56px; padding: 32px 40px; background: rgba(176,141,87,0.06); border-left: 2px solid var(--gold); }
.approach-retainer p { font-size: 14px; color: #B5B5B0; font-weight: 300; line-height: 1.85; margin: 0; }
.approach-retainer strong { color: var(--gold); font-weight: 500; }

/* ── Metrics strip ── */
.metrics-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--mist); margin-bottom: 56px; border: 0.5px solid var(--mist); }
.metric { background: var(--warm-white); padding: 36px 24px; text-align: center; }
.metric-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 12px; }
.metric-label { font-size: 12px; color: var(--slate); font-weight: 300; line-height: 1.55; }

/* ── Package framing ── */
.pkg-framing { font-size: 14px; color: var(--slate); font-weight: 300; max-width: 640px; margin-top: 18px; line-height: 1.8; }

/* ── Our Story ── */
.story { background: var(--ink); padding: 100px 64px; }
.story-wrap { max-width: 760px; margin: 0 auto; }
.story-wrap .eyebrow { color: var(--gold); }
.story-wrap h2 { font-size: 50px; color: #F9F7F4; margin-bottom: 40px; }
.story-body p { font-size: 16px; color: #B5B5B0; font-weight: 300; line-height: 1.95; margin-bottom: 22px; }
.story-body p:first-child { font-size: 20px; color: #F9F7F4; font-style: italic; font-family: 'Cormorant Garamond', serif; line-height: 1.6; }
.story-body p:last-child { color: #C9C4BC; }

/* ── Mobile additions ── */
@media (max-width: 900px) {
  .metrics-strip { grid-template-columns: 1fr 1fr; }
  .metric-num { font-size: 42px; }
  .story { padding: 60px 24px; }
  .story-wrap h2 { font-size: 36px; }
  .approach-retainer { padding: 24px; }
  .hero-credibility { font-size: 11px; }
}

/* ── Form reassurance ── */
.form-reassurance { font-size: 13px; color: var(--gold); font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 17px; text-align: center; margin-bottom: 36px; padding-bottom: 28px; border-bottom: 0.5px solid var(--mist); line-height: 1.5; }

/* ── Closing scarcity line ── */
.closing-scarcity { font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--gold); margin-top: 24px; opacity: 0.9; }
