:root {
  --navy: #172034;
  --navy-soft: #222d45;
  --gold: #c69a39;
  --gold-dark: #90691b;
  --ivory: #f7f4ed;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #151b28;
  --muted: #626978;
  --border: #d6ccbd;
  --serif: "EB Garamond", Georgia, serif;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(21, 27, 40, 0.1), 0 2px 10px rgba(21, 27, 40, 0.04);
  --section-heading: clamp(38px, 4vw, 52px);
  --card-title: 18px;
  --body-text: 16px;
  --helper-text: 13px;
  --form-label: 14px;
  --eyebrow-text: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body, input, select, textarea, button { font-family: var(--sans); }
img, svg { display: block; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 16px; color: var(--navy); background: var(--white); border: 2px solid var(--gold); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; color: var(--ivory); background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.09); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.brand-mark { width: 20px; height: 20px; color: var(--gold); stroke-width: 1.4; }
.brand sup { color: var(--gold); font-size: .72em; letter-spacing: 0; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 0 8px; color: var(--ivory); border-bottom: 1px solid var(--gold); text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; color: var(--ivory); background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: auto -10% -55% 38%; height: 560px; background: radial-gradient(circle, rgba(198,154,57,.16), rgba(198,154,57,0) 68%); pointer-events: none; }
.hero-grid { min-height: 635px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr); align-items: center; gap: clamp(58px, 8vw, 112px); padding-block: 76px 88px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: var(--eyebrow-text); font-weight: 600; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.value-section .eyebrow, .waitlist-section .eyebrow, .form-success .eyebrow { color: var(--gold-dark); }
.hero h1 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 5.8vw, 78px); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.hero h1 em { color: #e8d4a6; font-style: normal; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: rgba(247,244,237,.78); font-size: 18px; line-height: 1.68; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 14px 20px; border: 1px solid transparent; border-radius: 0; cursor: pointer; text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .09em; line-height: 1.15; text-transform: uppercase; }
.button-primary { color: var(--navy); background: var(--gold); }
.button-primary:hover { background: #d5ad58; }
.button-gold { color: var(--navy); background: var(--gold); }
.launch-note { display: inline-flex; align-items: center; gap: 9px; color: rgba(247,244,237,.7); font-size: 13px; }
.launch-note svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.5; }

.hero-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(198,154,57,.22); border-radius: 50%; }
.visual-orbit-one { width: 430px; height: 430px; }
.visual-orbit-two { width: 315px; height: 315px; }
.journey-card { position: relative; z-index: 2; width: min(450px, 100%); padding: 34px; color: var(--ink); background: var(--ivory); border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 16px 32px rgba(0,0,0,.12); }
.journey-card-top { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; color: var(--gold-dark); font-size: var(--eyebrow-text); font-weight: 600; line-height: 1.5; letter-spacing: .12em; }
.journey-mark { width: 32px; height: 32px; display: grid; place-items: center; color: var(--gold-dark); border: 1px solid var(--gold); }
.journey-mark svg { width: 17px; height: 17px; stroke-width: 1.4; }
.journey-headline { margin: 20px 0 28px; color: var(--navy); font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1.08; letter-spacing: -.02em; text-wrap: balance; }
.journey-steps { margin: 0; padding: 0; list-style: none; }
.journey-steps li { position: relative; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 14px; padding-bottom: 22px; }
.journey-steps li:last-child { padding-bottom: 0; }
.journey-steps li:not(:last-child)::before { content: ""; position: absolute; top: 36px; bottom: 0; left: 17px; width: 1px; background: var(--border); }
.journey-steps li.is-current::before { width: 2px; background: linear-gradient(var(--gold-dark), var(--border)); }
.roadmap-icon { position: relative; width: 36px; height: 36px; display: grid; place-items: center; color: var(--muted); border: 1px solid var(--border); border-radius: 50%; background: var(--ivory); }
.roadmap-icon svg { width: 18px; height: 18px; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.is-current .roadmap-icon { color: var(--gold-dark); border-color: var(--gold-dark); background: #f0e5cf; }
.roadmap-copy { min-width: 0; padding-top: 1px; }
.roadmap-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 12px; }
.roadmap-heading h3 { display: flex; align-items: baseline; gap: 9px; margin: 0; color: var(--navy); font-size: 15px; font-weight: 600; line-height: 1.5; }
.stage-number { color: var(--gold-dark); font-size: var(--helper-text); font-weight: 500; font-variant-numeric: tabular-nums; }
.roadmap-copy p { margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; text-wrap: pretty; }
.journey-now { padding: 1px 8px; color: var(--gold-dark); background: #f0e5cf; border: 1px solid #d0b371; border-radius: 12px; font-size: var(--eyebrow-text); font-weight: 600; line-height: 1.5; }
.journey-footer { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: var(--helper-text); line-height: 1.5; }
.journey-footer span { width: 26px; height: 1px; background: var(--gold); }

.value-section { padding-block: 88px; background: var(--paper); }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-intro .eyebrow { margin-bottom: 8px; }
.section-intro h2, .lifestyle-copy h2, .waitlist-copy h2, .partner-copy h2 { margin: 0; font-family: var(--serif); font-size: var(--section-heading); font-weight: 500; line-height: 1.08; letter-spacing: -.02em; }
.section-intro h2 { color: var(--navy); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.value-grid article { min-height: 214px; padding: 28px 26px 24px; border-left: 1px solid var(--border); }
.value-grid article:first-child { border-left: 0; }
.value-grid article > span { color: var(--gold-dark); font-size: var(--helper-text); }
.value-grid h3 { margin: 32px 0 12px; color: var(--navy); font-size: var(--card-title); font-weight: 600; line-height: 1.35; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.lifestyle-section { padding-block: 0 80px; background: var(--paper); }
.lifestyle-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 5vw, 72px); }
.lifestyle-copy h2 { color: var(--navy); }
.lifestyle-copy p { max-width: 480px; margin: 24px 0 0; color: var(--muted); font-size: var(--body-text); line-height: 1.7; }
.lifestyle-image { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: 50% 50%; border-radius: 8px; }

.waitlist-section { padding-block: 92px; background: var(--ivory); border-top: 1px solid rgba(214,204,189,.65); }
.waitlist-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(54px, 8vw, 110px); }
.waitlist-copy { position: sticky; top: 32px; padding-top: 28px; }
.waitlist-copy h2 { color: var(--navy); }
.waitlist-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.trust-list { margin: 30px 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--border); }
.trust-list li { margin-top: 11px; display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 13px; }
.trust-list li span { color: var(--gold-dark); }
.form-surface { position: relative; padding: clamp(28px, 4vw, 46px); background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 28px; }
.form-heading p { margin: 0 0 7px; color: var(--gold-dark); font-size: var(--eyebrow-text); font-weight: 600; line-height: 1.5; letter-spacing: .12em; }
.form-heading h3, .form-success h3 { margin: 0; color: var(--navy); font-size: 22px; font-weight: 600; line-height: 1.35; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.journey-choices { min-inline-size: 0; margin: 0 0 20px; padding: 0; border: 0; }
.journey-choices legend { width: 100%; margin-bottom: 8px; padding: 0; color: var(--navy); font-size: var(--form-label); font-weight: 600; line-height: 1.5; }
.journey-legend { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 10px; }
.journey-legend small { color: var(--muted); font-size: var(--helper-text); font-weight: 400; }
.journey-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.journey-option { min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px solid var(--border); border-radius: 6px; color: var(--navy); background: var(--paper); font-size: var(--form-label); font-weight: 400; line-height: 1.5; cursor: pointer; }
.journey-option span { display: block; }
.journey-option input { width: 16px; height: 16px; min-height: 0; flex: 0 0 16px; margin: 0; padding: 0; accent-color: var(--navy); }
.journey-option:hover { border-color: var(--gold-dark); }
.journey-option:has(input:checked) { color: var(--navy); background: #f0e5cf; border-color: var(--gold-dark); box-shadow: inset 0 0 0 1px var(--gold-dark); font-weight: 600; }
.journey-option:has(input:focus-visible) { outline: 3px solid var(--gold-dark); outline-offset: 3px; }
.journey-option input:focus { box-shadow: none; }
.journey-choices legend { font-size: 15px; }
form > label, .field-row label { display: grid; gap: 8px; margin-bottom: 20px; color: var(--navy); font-size: var(--form-label); font-weight: 600; line-height: 1.5; }
label span { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 10px; }
label strong { color: #9a3c33; }
label small { color: var(--muted); font-size: var(--helper-text); font-weight: 400; }
input, select, textarea { width: 100%; min-height: 49px; padding: 12px 13px; color: var(--ink); background: var(--paper); border: 1px solid #cfc6b8; border-radius: 0; outline: none; font-size: 16px; line-height: 1.5; }
textarea { min-height: 92px; resize: vertical; }
input::placeholder, textarea::placeholder { color: var(--muted); }
input:focus, select:focus, textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(198,154,57,.18); }
[aria-invalid]:not([aria-invalid="false"]) { border-color: #9a3c33; }
.form-submit { width: 100%; margin-top: 4px; }
.form-submit[disabled] { cursor: wait; opacity: .68; }
.form-privacy { margin: 15px 0 0; color: var(--muted); font-size: var(--helper-text); line-height: 1.6; }
.form-privacy a { text-underline-offset: 2px; }
.form-status { min-height: 20px; margin: 10px 0 0; color: #9a3c33; font-size: var(--helper-text); line-height: 1.5; }
.form-status:empty { min-height: 0; margin: 0; }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-success { min-height: 390px; display: grid; align-content: center; justify-items: start; }
.form-success[hidden] { display: none; }
.form-success > span { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 28px; color: var(--navy); background: var(--gold); font-size: 21px; }
.form-success .eyebrow { margin-bottom: 9px; }
.form-success > p:last-child { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }

.partner-section { color: var(--ivory); background: var(--navy); border-top: 1px solid rgba(255,255,255,.08); }
.partner-shell { padding-block: 66px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.partner-copy .eyebrow { margin-bottom: 12px; }
.partner-copy > p:last-child { max-width: 650px; margin: 13px 0 0; color: rgba(247,244,237,.7); font-size: 14px; line-height: 1.65; }
.partner-disclosure { position: relative; }
.partner-disclosure summary { min-width: 292px; list-style: none; }
.partner-disclosure summary::-webkit-details-marker { display: none; }
.partner-disclosure[open] { grid-column: 1 / -1; width: 100%; display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: start; }
.partner-disclosure[open] summary { margin-top: 5px; color: var(--ivory); background: transparent; border-color: rgba(247,244,237,.4); }
.partner-form-wrap { padding: 34px; color: var(--ink); background: var(--white); border: 1px solid var(--border); }
.partner-form-wrap .form-success { min-height: 300px; }

.site-footer { color: #b8bbc3; background: #101727; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { min-height: 152px; display: grid; grid-template-columns: 1.4fr .7fr 1fr; align-items: center; gap: 40px; padding-block: 30px; }
.footer-brand { color: var(--ivory); }
.footer-inner > div > p { margin: 13px 0 0; font-size: 14px; line-height: 1.65; }
.footer-inner nav { display: flex; gap: 22px; font-size: var(--helper-text); }
.footer-inner nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.footer-inner nav a:hover { color: var(--ivory); }
.footer-meta { margin: 0; text-align: right; font-size: var(--helper-text); line-height: 1.7; }

:focus-visible { outline: 3px solid #e6bd65; outline-offset: 4px; }

/* Readability floors: preserve compliant labels/helpers and approved layout. */
.button, .header-cta { font-size: 13px; line-height: 1.5; }
.value-grid p { font-size: 15px; line-height: 1.6; }
.trust-list li, .launch-note { line-height: 1.5; }

@media (max-width: 920px) {
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding-block: 68px 76px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 390px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--border); }
  .value-grid article:nth-child(4) { border-top: 1px solid var(--border); }
  .waitlist-grid { grid-template-columns: 1fr; gap: 42px; }
  .waitlist-copy { position: static; max-width: 690px; padding-top: 0; }
  .lifestyle-grid { grid-template-columns: 1fr; gap: 32px; }
  .lifestyle-copy { max-width: 690px; }
  .lifestyle-image { max-width: 640px; justify-self: center; }
  .partner-shell { grid-template-columns: 1fr; gap: 28px; }
  .partner-disclosure { justify-self: start; }
  .partner-disclosure[open] { display: block; }
  .partner-disclosure[open] summary { margin-bottom: 26px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 66px; gap: 12px; }
  .brand { font-size: 13px; letter-spacing: .08em; }
  .brand-mark { width: 18px; height: 18px; }
  .header-cta { font-size: 13px; letter-spacing: .02em; }
  .value-grid p { font-size: 16px; }
  .hero-grid { padding-block: 52px 60px; }
  .hero h1 { font-size: clamp(46px, 13vw, 58px); }
  .hero-lede { margin-top: 23px; font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: stretch; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .launch-note { width: 100%; }
  .hero-visual { min-height: 355px; }
  .visual-orbit-one { width: 350px; height: 350px; }
  .visual-orbit-two { width: 260px; height: 260px; }
  .journey-card { width: calc(100% - 12px); padding: 26px 24px; }
  .journey-headline { margin-block: 20px 24px; font-size: 28px; }
  .journey-steps li { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding-bottom: 18px; }
  .journey-steps li:last-child { padding-bottom: 0; }
  .value-section, .waitlist-section { padding-block: 66px; }
  .lifestyle-section { padding-bottom: 66px; }
  .section-intro { margin-bottom: 30px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 0; border-left: 0; border-top: 1px solid var(--border); }
  .value-grid article:first-child { border-top: 0; }
  .value-grid h3 { margin-top: 24px; }
  .form-surface { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .partner-shell { padding-block: 54px; }
  .partner-disclosure, .partner-disclosure summary { width: 100%; min-width: 0; }
  .partner-form-wrap { padding: 24px 20px; }
  .footer-inner { grid-template-columns: 1fr; gap: 25px; }
  .footer-inner nav { flex-wrap: wrap; }
  .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
