:root {
  --navy: #17324D;
  --navy-2: #24445f;
  --wine: #890D3D;
  --coral: #B8525D;
  --cream: #F7F2E8;
  --paper: #FFFCF7;
  --sage: #A7B39A;
  --gold: #D2A65A;
  --ink: #333333;
  --muted: #626262;
  --line: rgba(25, 32, 54, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 86px; padding: 0 clamp(1.25rem, 4vw, 5rem); display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 10; width: 100%; color: white; }
.site-header.scrolled { position: fixed; height: 70px; background: rgba(23,33,59,.96); box-shadow: 0 4px 24px rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: var(--serif); font-size: 1.05rem; letter-spacing: .01em; }
.brand sup { font-family: var(--sans); font-size: .43em; margin-left: .1rem; }
.brand-mark { width: 2.1rem; height: 2.1rem; flex: 0 0 2.1rem; object-fit: contain; border-radius: .48rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); font-size: .85rem; font-weight: 700; }
.site-nav > a:not(.button) { text-decoration: none; position: relative; }
.site-nav > a:not(.button)::after { content: ''; position: absolute; height: 1px; background: currentColor; left: 0; right: 100%; bottom: -.3rem; transition: right .2s ease; }
.site-nav > a:hover::after { right: 0; }
.menu-button { display: none; border: 0; background: transparent; color: white; width: 42px; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 1px solid var(--wine); background: var(--wine); color: var(--paper); min-height: 44px; padding: .55rem 1.15rem; text-decoration: none; text-transform: uppercase; font-size: 17px; font-weight: 800; letter-spacing: .08em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(0,0,0,.16); background: #a84a56; }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 42px; padding: .48rem .9rem; font-size: 17px; gap: .45rem; }
.button.full { width: fit-content; }
.button-light, .hero .button, .site-header .button, .dark-section .button, .format-card .button { background: var(--cream); border-color: var(--cream); color: var(--wine); }
.button-light:hover, .hero .button:hover, .site-header .button:hover, .dark-section .button:hover, .format-card .button:hover { background: #fffdf8; }
.text-link { font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; text-underline-offset: .35rem; }

.hero { min-height: 780px; background: var(--navy); color: white; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); overflow: hidden; }
.hero-copy { padding: 10rem clamp(2rem, 5.6vw, 7rem) 5rem; align-self: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.3rem; font-size: .72rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .19em; font-weight: 800; }
.eyebrow::before { content: ''; width: 2rem; height: 1px; display: inline-block; background: currentColor; vertical-align: middle; margin-right: .8rem; }
.hero-brand span { display: block; margin: .45rem 0 0 2.8rem; color: rgba(255,255,255,.6); font-size: .62rem; letter-spacing: .13em; }
.eyebrow.wine { color: var(--wine); }
.eyebrow.coral { color: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.05; }
h1 { font-size: clamp(3.2rem, 6vw, 6.2rem); letter-spacing: -.055em; margin-bottom: 1.8rem; max-width: 850px; }
h1 em { color: var(--coral); font-weight: 400; }
.hero-lede { max-width: 620px; font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: rgba(255,255,255,.8); line-height: 1.65; }
.hero-fit { max-width: 590px; margin: -1rem 0 1.5rem; color: rgba(255,255,255,.64); font-size: .88rem; font-weight: 700; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem 2rem; margin: 2rem 0 3.2rem; }
.hero-meta { display: flex; border-top: 1px solid rgba(255,255,255,.23); max-width: 570px; padding-top: 1.2rem; }
.hero-meta div { display: flex; flex-direction: column; flex: 1; padding-right: 1rem; }
.hero-meta div + div { border-left: 1px solid rgba(255,255,255,.2); padding-left: 1.2rem; }
.hero-meta strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.hero-meta span { color: rgba(255,255,255,.55); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-visual { position: relative; min-height: 0; aspect-ratio: 3 / 2; align-self: center; overflow: hidden; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, transparent 25%), linear-gradient(0deg, rgba(23,33,59,.65), transparent 40%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 100% center; }
.image-caption { position: absolute; z-index: 2; right: 2.5rem; bottom: 2.5rem; max-width: 330px; display: flex; gap: .8rem; font-size: .85rem; font-weight: 700; line-height: 1.4; }
.image-caption span { color: var(--coral); }

.proof-strip { background: var(--wine); color: white; min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1rem 2rem; letter-spacing: .04em; font-size: .67rem; font-weight: 800; }
.proof-strip p { margin: 0; }
.proof-strip strong { text-transform: uppercase; letter-spacing: .12em; }
.proof-strip span { color: var(--coral); }
.wine-text { color: var(--wine); }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 7vw, 8rem); }
.section-number { font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .17em; font-weight: 800; margin-bottom: 3.8rem; }
.section-number.light { color: rgba(255,255,255,.5); }
h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); letter-spacing: -.045em; }
.large-copy { font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.4; }

.gap { display: grid; grid-template-columns: minmax(200px, .55fr) 1fr 1fr; gap: 2rem clamp(2rem, 5vw, 6rem); }
.gap .section-number { grid-column: 1 / -1; margin-bottom: 0; }
.gap-heading h2 { margin-bottom: 0; max-width: 600px; }
.gap-content { max-width: 690px; }
.gap-content > p:not(.large-copy) { color: var(--muted); }
.research-note { margin-top: 2.3rem; border-top: 1px solid var(--line); padding-top: 1.4rem; display: grid; grid-template-columns: 2rem 1fr; gap: .75rem; }
.research-note p { margin: 0; font-size: .9rem; }
.note-icon { color: var(--wine); font-size: 1.3rem; }

.dark-section { background: var(--navy); color: white; }
.transform-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; align-items: start; }
.transform-intro h2 { max-width: 1000px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.22); }
.step-card { padding: 2.3rem clamp(1rem, 3vw, 3rem) 0 0; }
.step-card + .step-card { border-left: 1px solid rgba(255,255,255,.22); padding-left: clamp(1rem, 3vw, 3rem); }
.step-number { color: var(--coral); font-size: .7rem; font-weight: 800; }
.step-card h3 { font-size: 2.4rem; margin: .9rem 0 1rem; }
.step-card p { color: rgba(255,255,255,.65); max-width: 340px; }

.program { background: var(--cream); }
.program-heading { max-width: 930px; margin-left: auto; }
.program-heading > p:last-child { max-width: 600px; color: var(--muted); }
.program-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(3rem, 7vw, 8rem); align-items: start; margin-top: 5rem; }
.program-aside { display: grid; gap: 1.5rem; }
.program-image { margin: 0; aspect-ratio: 1.15 / 1; overflow: hidden; background: var(--paper); }
.program-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.scenario { display: grid; grid-template-columns: 3rem 1fr; column-gap: 1rem; border-top: 1px solid var(--line); padding: 1.3rem 0; }
.scenario > span { grid-row: 1 / 3; color: var(--wine); font-size: .7rem; font-weight: 800; padding-top: .4rem; }
.scenario h3 { font-family: var(--sans); font-size: 1.1rem; font-weight: 800; margin: 0 0 .25rem; }
.scenario p { color: var(--muted); font-size: .92rem; margin: 0; }
.format-card { background: var(--navy); color: white; padding: clamp(1.6rem, 3vw, 2.8rem); position: sticky; top: 95px; box-shadow: 16px 16px 0 rgba(124,38,56,.18); }
.card-kicker { color: var(--coral); text-transform: uppercase; letter-spacing: .17em; font-size: .7rem; font-weight: 800; margin-bottom: 1.7rem; }
.format-item { border-top: 1px solid rgba(255,255,255,.18); padding: 1rem 0; display: flex; flex-direction: column; }
.format-item span { color: rgba(255,255,255,.52); font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; }
.format-item strong { font-family: var(--serif); font-weight: 400; font-size: 1.05rem; }
.format-card .button { margin-top: 1.4rem; }
.microcopy { text-align: center; color: rgba(255,255,255,.55); font-size: .72rem; margin: .7rem 0 0; }

.fit { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; padding-top: 0; padding-bottom: 0; background: var(--cream); }
.fit-card, .not-card { padding: clamp(3rem, 6vw, 6rem); }
.fit-card { background: var(--wine); color: white; }
.fit-card h2 { font-size: clamp(2.5rem, 4.4vw, 4.7rem); }
.fit-card ul { list-style: none; padding: 0; margin: 2.5rem 0 0; }
.fit-card li { border-top: 1px solid rgba(255,255,255,.25); padding: 1rem 0 1rem 2.1rem; position: relative; }
.fit-card li::before { content: '✓'; position: absolute; left: 0; color: var(--coral); font-weight: 900; }
.not-card { align-self: center; }
.not-card h3 { font-size: clamp(2rem, 3.2vw, 3.2rem); color: var(--navy); }
.not-card h3 span { color: var(--wine); }
.not-card p:last-child { color: var(--muted); max-width: 500px; }

.about { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.about-photo { width: min(340px, 80vw); margin: 0; justify-self: center; position: relative; }
.about-photo img { width: 100%; aspect-ratio: .82; object-fit: cover; object-position: center top; border: 10px solid var(--cream); box-shadow: 15px 15px 0 rgba(142,59,70,.16); }
.about-photo figcaption { position: absolute; bottom: -1.15rem; right: -1.2rem; background: var(--sage); color: var(--navy); padding: .7rem .9rem; font-family: var(--serif); font-size: 1.2rem; font-style: italic; line-height: 1.1; }
.about-copy { max-width: 850px; }
.about-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }
.credentials { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.credentials span { border: 1px solid var(--line); padding: .55rem .8rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }

.parent-note { background: #e7e9e1; }
.parent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.parent-grid h2 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.parent-grid > div:last-child { font-size: 1.08rem; padding-top: 2.3rem; }
.independent-note { font-size: .76rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1.2rem; margin-top: 2rem; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 9rem); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { font-size: clamp(3rem, 5vw, 5rem); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; padding: 1.5rem 0; display: flex; justify-content: space-between; gap: 1rem; font-family: var(--serif); font-size: 1.35rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--wine); font-family: var(--sans); transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { color: var(--muted); max-width: 680px; padding: 0 2rem 1.5rem 0; }

.final-cta { background: var(--navy); color: white; padding: clamp(5rem, 10vw, 9rem) 1.5rem; text-align: center; position: relative; overflow: hidden; }
.final-cta h2 { font-size: clamp(3.5rem, 8vw, 8rem); margin-bottom: 1rem; }
.final-cta > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 1.1rem; max-width: 660px; margin: 0 auto 2rem; }
.final-cta .eyebrow::before { display: none; }
.final-cta .button { margin-bottom: 1rem; }
.price-note { display: block; color: rgba(255,255,255,.5); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.cta-route { display: flex; align-items: center; justify-content: center; gap: .7rem; color: rgba(255,255,255,.38); letter-spacing: .17em; font-size: .65rem; font-weight: 900; margin-bottom: 2rem; }
.cta-route i { width: min(190px, 30vw); border-top: 1px dashed var(--coral); }

footer { padding: 2.2rem clamp(1.4rem, 5vw, 5rem); display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; align-items: center; gap: 1.5rem; background: #10182e; color: rgba(255,255,255,.65); font-size: .72rem; }
.footer-brand { color: white; }
.footer-brand .brand-mark { width: 2rem; height: 2rem; flex-basis: 2rem; }
footer p { margin: 0; }
footer > div { display: flex; gap: 1rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 1rem; right: 1rem; top: 68px; padding: 1.3rem; background: var(--paper); color: var(--ink); flex-direction: column; align-items: stretch; box-shadow: 0 14px 35px rgba(0,0,0,.2); }
  .site-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 8.5rem; padding-bottom: 3rem; }
  .hero-visual { min-height: 0; aspect-ratio: 16 / 10; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(23,33,59,.65), transparent 45%); }
  .hero-visual img { object-position: 88% center; }
  .gap { grid-template-columns: 1fr 1fr; }
  .gap-heading { grid-column: 1; }
  .gap-content { grid-column: 2; }
  .transform-intro { grid-template-columns: 1fr; }
  .program-layout { grid-template-columns: 1fr; }
  .program-aside { grid-template-columns: minmax(0, .8fr) 1.2fr; align-items: start; }
  .format-card { position: static; max-width: 680px; }
  .about { grid-template-columns: 1fr; }
  .about-photo { justify-self: start; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-header .brand { font-size: .88rem; }
  .hero { min-height: auto; }
  .hero-copy { padding-left: 1.25rem; padding-right: 1.25rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .format-card .button.full { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-meta strong { font-size: 1.1rem; }
  .hero-meta span { font-size: .58rem; }
  .hero-fit { margin-top: 0; font-size: .84rem; line-height: 1.45; }
  .hero-visual { min-height: 0; aspect-ratio: 16 / 10; }
  .hero-visual img { object-position: 78% center; }
  .image-caption { right: 1.2rem; left: 1.2rem; bottom: 1.4rem; }
  .proof-strip { align-items: flex-start; flex-direction: column; gap: .35rem; padding: 1.3rem; }
  .proof-strip span { display: none; }
  .section-number { margin-bottom: 2.5rem; }
  .gap { grid-template-columns: 1fr; }
  .gap-heading, .gap-content { grid-column: 1; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card + .step-card { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding-left: 0; margin-top: 1.6rem; }
  .fit { grid-template-columns: 1fr; }
  .fit-card, .not-card { padding: 3.2rem 1.5rem; }
  .parent-grid, .faq { grid-template-columns: 1fr; }
  .program-aside { grid-template-columns: 1fr; }
  .parent-grid > div:last-child { padding-top: 0; }
  .faq-heading { position: static; }
  footer { grid-template-columns: 1fr; }
  footer > div { flex-direction: column; gap: .35rem; }
}
