:root {
  --navy: #081c2c;
  --midnight: #102e43;
  --navy-soft: #17384e;
  --gold: #c8a45d;
  --gold-light: #e3ce99;
  --ivory: #f7f2e8;
  --white: #ffffff;
  --slate: #afc0ca;
  --ink: #142331;
  --muted: #60717c;
  --line: #ded8cc;
  --shadow: 0 24px 70px rgba(5, 22, 34, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--ivory); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -80px; padding: 12px 18px; background: var(--gold); color: var(--navy); }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(200,164,93,.35); background: rgba(8,28,44,.9); backdrop-filter: blur(14px); transition: .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 36px rgba(0,0,0,.18); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: 700 27px/1 var(--serif); }
.brand strong, .brand small { display: block; }
.brand strong { font: 700 24px/1 var(--serif); letter-spacing: .01em; }
.brand small { margin-top: 5px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: var(--white); text-decoration: none; font-size: 13px; font-weight: 600; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--gold); color: var(--gold-light) !important; }
.nav-cta:hover { background: var(--gold); color: var(--navy) !important; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--gold); }

.hero { min-height: 100vh; padding: 82px 0 0; color: var(--white); background: radial-gradient(circle at 68% 18%, rgba(200,164,93,.14), transparent 31%), linear-gradient(120deg, var(--navy), #071723 68%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 670px; align-items: center; }
.hero-copy { padding: 72px 48px 64px 0; animation: rise .65s both; }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: #947438; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.025em; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(52px, 5.4vw, 78px); line-height: .96; font-weight: 600; }
h2 { margin-bottom: 18px; font-size: clamp(42px, 4vw, 60px); line-height: 1.02; }
h3 { line-height: 1.25; }
.gold-rule { width: 88px; height: 3px; margin: 27px 0; background: var(--gold); }
.hero-text { max-width: 620px; color: #d9e1e6; font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 23px; border: 1px solid var(--gold); text-decoration: none; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: var(--gold-light); }
.button-secondary { color: var(--gold-light); background: transparent; }
.button-secondary:hover { background: var(--gold); color: var(--navy); }
.microcopy { margin: 20px 0 0; color: var(--slate); font-size: 11px; }
.hero-visual { position: relative; height: 100%; min-height: 670px; animation: fade .8s .15s both; }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 36px -120px 64px 24px; border: 1px solid rgba(200,164,93,.45); }
.hero-visual img { width: 100%; height: 100%; min-height: 670px; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, transparent 20%, transparent 76%, rgba(8,28,44,.34)); }
.score-card { position: absolute; z-index: 3; left: -42px; bottom: 52px; width: min(340px, 88%); padding: 22px; background: rgba(10,34,50,.94); border: 1px solid rgba(200,164,93,.48); box-shadow: var(--shadow); backdrop-filter: blur(9px); }
.score-card-top { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 12px; color: var(--slate); }
.score-card-top strong { color: var(--gold-light); }
.score-row { display: grid; grid-template-columns: 68px 1fr; gap: 12px; align-items: center; margin: 11px 0; font-size: 10px; }
.score-row i { height: 4px; background: rgba(255,255,255,.12); }
.score-row b { display: block; width: var(--progress); height: 100%; background: var(--gold); animation: progress 1.1s .5s both; transform-origin: left; }
.score-card small { color: #7f98a6; font-size: 8px; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(200,164,93,.38); }
.proof-strip > div { display: flex; gap: 16px; align-items: center; padding: 24px 30px; border-right: 1px solid rgba(200,164,93,.25); }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip span { width: 38px; height: 38px; display: grid; flex: 0 0 38px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 10px; }
.proof-strip p { margin: 0; color: var(--slate); font-size: 11px; line-height: 1.4; }
.proof-strip strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 12px; }

.section { padding: 110px 0; }
.intro-grid, .process-grid, .faq-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; }
.intro-section { background: var(--ivory); }
.intro-grid > div:last-child > p { font-size: 18px; color: #455966; }
.check-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0; margin: 34px 0 0; list-style: none; }
.check-list li { padding-top: 15px; border-top: 2px solid var(--gold); font-size: 12px; font-weight: 700; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 50px; }
.section-heading > p { max-width: 440px; color: var(--muted); }
.programs { background: #efe9dd; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.program-card { position: relative; padding: 40px 32px; background: var(--ivory); border: 1px solid var(--line); }
.program-card.featured { background: var(--navy); color: var(--white); transform: translateY(-12px); box-shadow: var(--shadow); border-color: var(--gold); }
.popular { position: absolute; top: 0; right: 0; padding: 7px 11px; background: var(--gold); color: var(--navy); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.card-number { color: #947438; font: 600 42px/1 var(--serif); }
.card-label { margin: 28px 0 10px; color: #947438; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.program-card h3 { font: 600 30px/1.05 var(--serif); }
.program-card p:not(.card-label) { min-height: 88px; color: var(--muted); font-size: 13px; }
.featured p:not(.card-label) { color: var(--slate); }
.program-card ul { padding: 20px 0 20px 18px; border-top: 1px solid var(--line); font-size: 12px; }
.program-card li { margin: 7px 0; }
.program-card a { color: #947438; font-size: 12px; font-weight: 700; text-decoration: none; }
.featured a, .featured .card-label, .featured .card-number { color: var(--gold-light); }

.support { color: var(--white); background: var(--midnight); }
.section-heading.light > p { color: var(--slate); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(200,164,93,.3); }
.support-grid article { padding: 36px; border-right: 1px solid rgba(200,164,93,.3); }
.support-grid article:last-child { border: 0; }
.support-grid article > span { color: var(--gold); font: 600 38px/1 var(--serif); }
.support-grid h3 { margin-top: 45px; font: 600 29px/1.1 var(--serif); }
.support-grid p { color: var(--slate); font-size: 13px; }
.process { background: var(--ivory); }
.process-intro { position: sticky; top: 125px; align-self: start; }
.process-intro > p:not(.eyebrow) { color: var(--muted); }
.text-link { color: #8d6c2f; font-size: 13px; font-weight: 700; text-decoration: none; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: #9b7b40; font: 600 34px/1 var(--serif); }
.steps h3 { margin-bottom: 5px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; }
.outcomes { padding-top: 0; background: var(--ivory); }
.outcomes-box { padding: 70px; color: var(--white); text-align: center; background: var(--navy); border: 1px solid var(--gold); }
blockquote { max-width: 860px; margin: 20px auto; font: 600 clamp(34px, 4vw, 56px)/1.08 var(--serif); }
.outcome-note { color: var(--slate); font-size: 12px; }
.faq { background: #efe9dd; }
.accordion details { border-top: 1px solid #cfc5b5; }
.accordion details:last-child { border-bottom: 1px solid #cfc5b5; }
.accordion summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; font-weight: 700; list-style: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; color: #947438; font: 600 26px/1 var(--serif); }
.accordion details[open] summary::after { content: "–"; }
.accordion details p { padding-right: 55px; color: var(--muted); font-size: 13px; }
.assessment { color: var(--white); background: linear-gradient(125deg, var(--navy), var(--midnight)); }
.assessment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.assessment-grid > div > p:not(.eyebrow) { color: var(--slate); }
.contact-options { display: grid; gap: 12px; margin-top: 34px; }
.contact-options a { padding: 15px 0; border-top: 1px solid rgba(200,164,93,.35); text-decoration: none; }
.contact-options span, .contact-options strong { display: block; }
.contact-options span { color: var(--gold-light); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.assessment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 36px; color: var(--ink); background: var(--ivory); }
.assessment-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 700; }
.assessment-form label:nth-child(4), .assessment-form button, .assessment-form small { grid-column: 1 / -1; }
.assessment-form input, .assessment-form select, .assessment-form textarea { width: 100%; padding: 12px; border: 1px solid #cfc5b5; background: white; }
.assessment-form textarea { resize: vertical; }
.assessment-form small { color: var(--muted); font-size: 9px; }
.assessment-form .button { width: 100%; }

.site-footer { padding: 60px 0 24px; color: var(--white); background: #05131d; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 50px; align-items: start; padding-bottom: 50px; }
.footer-top > p { color: var(--slate); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 22px; justify-content: end; }
.footer-links a { color: var(--gold-light); font-size: 11px; text-decoration: none; }
.legal { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(200,164,93,.22); color: #78909d; font-size: 9px; }
.legal p:first-child { max-width: 780px; }

@keyframes rise { from { opacity: 0; transform: translateY(20px); } }
@keyframes fade { from { opacity: 0; } }
@keyframes progress { from { transform: scaleX(0); } }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; inset: 82px 0 auto; padding: 24px; flex-direction: column; align-items: stretch; background: var(--navy); }
  .site-nav.open { display: flex; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 560px; }
  .hero-visual img { min-height: 560px; }
  .proof-strip, .program-grid, .support-grid { grid-template-columns: 1fr; }
  .proof-strip > div, .support-grid article { border-right: 0; border-bottom: 1px solid rgba(200,164,93,.25); }
  .program-card.featured { transform: none; }
  .intro-grid, .process-grid, .faq-grid, .assessment-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-intro { position: static; }
  .check-list { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: 72px; }
  .brand strong { font-size: 21px; }
  .hero { padding-top: 72px; }
  .hero-copy { padding: 52px 0; }
  h1 { font-size: 49px; }
  h2 { font-size: 42px; }
  .hero-actions { flex-direction: column; }
  .score-card { left: 15px; bottom: 24px; }
  .section-heading { display: block; }
  .program-card, .support-grid article { padding: 30px 24px; }
  .outcomes-box { padding: 48px 22px; }
  .assessment-form { grid-template-columns: 1fr; padding: 25px 20px; }
  .assessment-form label { grid-column: 1 / -1; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; }
  .legal { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
