:root {
  --ink: #07141f;
  --ink-soft: #102738;
  --panel: #0e2232;
  --paper: #f5f3ed;
  --white: #fffdfa;
  --mist: #dce7e8;
  --teal: #4fbea9;
  --teal-deep: #227d75;
  --gold: #e7ae4a;
  --line: rgba(255, 255, 255, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; height: 80px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(7,20,31,.88); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; letter-spacing: .01em; }
.brand-logo { width: 146px; height: 58px; object-fit: contain; display: block; }
.brand-division { padding-left: 12px; border-left: 1px solid rgba(231,174,74,.42); color: #c7d6dc; font-size: 9px; font-weight: 700; letter-spacing: .17em; line-height: 1.45; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
nav > a:not(.nav-cta) { color: #bfd0d7; }
nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(79,190,169,.55); border-radius: 999px; color: var(--teal); }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 760px; padding: 152px clamp(20px, 7vw, 112px) 90px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.75fr); align-items: center; gap: clamp(48px,8vw,120px); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -280px; top: -260px; background: radial-gradient(circle, rgba(79,190,169,.14), transparent 67%); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(52px, 6.4vw, 91px); line-height: .98; }
h1 em { color: var(--teal); font-style: italic; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: #b8cbd4; font-size: clamp(18px,1.65vw,22px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: 13px; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #05231e; background: var(--teal); box-shadow: 0 10px 30px rgba(79,190,169,.12); }
.button-primary:hover { background: #67cfbb; }
.button-quiet { border-color: rgba(255,255,255,.18); background: transparent; color: var(--white); }
.button-quiet:hover { border-color: rgba(255,255,255,.35); }
.capabilities { display: flex; flex-wrap: wrap; gap: 8px; }
.capabilities span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; color: #8eaab5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.hero-panel { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(21,52,68,.84), rgba(10,31,45,.86)); box-shadow: 0 30px 80px rgba(0,0,0,.23); overflow: hidden; }
.hero-panel::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 240px; height: 240px; border: 1px solid rgba(231,174,74,.18); border-radius: 50%; }
.orbit { width: 100px; height: 100px; display: grid; place-items: center; position: relative; margin-bottom: 34px; border: 1px solid rgba(231,174,74,.3); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(79,190,169,.23); border-radius: 50%; }
.orbit-core { width: 45px; height: 45px; display: grid; place-items: center; z-index: 1; border-radius: 50%; background: var(--gold); color: var(--ink); font-family: Georgia, serif; font-size: 23px; }
.orbit-dot { position: absolute; top: 6px; left: 18px; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 18px var(--teal); }
.panel-kicker { margin-bottom: 12px; color: #8faab6; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.signal-list { list-style: none; margin: 0; padding: 0; }
.signal-list li { display: flex; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.signal-list > li > span { color: var(--gold); font: italic 16px Georgia, serif; }
.signal-list div { display: grid; gap: 6px; }
.signal-list strong { font-size: 15px; }
.signal-list small { color: #93aab4; line-height: 1.45; }
.availability { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; margin: 20px 0 0; color: #a8bdc5; font-size: 11px; }
.availability i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(79,190,169,.1); }

.services-section { padding: 105px clamp(20px,7vw,112px); background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.15fr .75fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-heading h2, .selector-intro h2 { margin-bottom: 0; font-size: clamp(40px,5vw,68px); line-height: 1.02; }
.section-heading > p { max-width: 530px; margin: 0; color: #52616a; line-height: 1.7; }
.services-section .eyebrow { color: var(--teal-deep); }
.audience-toggle { width: max-content; display: flex; padding: 4px; margin-bottom: 24px; border: 1px solid #d2d8d5; border-radius: 999px; background: #ebece7; }
.audience-tab { padding: 11px 18px; border: 0; border-radius: 999px; background: transparent; color: #56636b; cursor: pointer; font-size: 13px; font-weight: 700; }
.audience-tab.active { background: var(--ink); color: var(--white); box-shadow: 0 6px 18px rgba(7,20,31,.13); }
.offers-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.offer-card { min-height: 385px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #dce0dc; border-radius: var(--radius); background: #faf9f5; transition: transform .24s, box-shadow .24s; }
.offer-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(10,32,45,.09); }
.offer-card.featured { border-color: #a6d8cc; background: linear-gradient(145deg, #eef7f3, #faf9f5 70%); }
.offer-number { color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.offer-card h3 { margin-bottom: 13px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.offer-card > p:not(.offer-number) { color: #56656c; line-height: 1.55; }
.offer-card ul { display: grid; gap: 11px; margin: 16px 0 28px; padding: 0; list-style: none; color: #33464f; font-size: 13px; }
.offer-card li { padding-left: 18px; position: relative; }
.offer-card li::before { content: ""; position: absolute; left: 0; top: .48em; width: 7px; height: 7px; border-radius: 50%; border: 1px solid var(--teal-deep); }
.text-link { width: max-content; display: flex; gap: 8px; margin-top: auto; padding: 0; border: 0; border-bottom: 1px solid #92a19f; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; }

.selector-section { padding: 110px clamp(20px,7vw,112px) 0; background: #0a1c29; }
.selector-wrap { display: grid; grid-template-columns: .9fr 1.05fr; gap: clamp(40px,7vw,100px); align-items: start; padding-bottom: 92px; }
.selector-intro > p:not(.eyebrow) { max-width: 570px; margin: 25px 0 34px; color: #9eb3bd; line-height: 1.7; }
.proof-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.proof-label { margin-bottom: 22px !important; color: var(--gold) !important; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.proof-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px 18px; }
.proof-stats div { display: grid; align-content: start; gap: 5px; }
.proof-stats strong { color: var(--white); font: 27px/1.1 Georgia, serif; white-space: nowrap; }
.proof-stats span { color: #88a1ac; font-size: 10px; line-height: 1.4; }
.disclosure { margin: 22px 0 0 !important; padding-top: 18px; border-top: 1px solid var(--line); color: #8ea6b1 !important; font-size: 10px; line-height: 1.55 !important; }
.disclosure strong { color: #c6d5da; }

.selector-card { min-height: 560px; padding: clamp(25px,4vw,45px); border-radius: 28px; background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.selector-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 38px; }
.selector-progress span { height: 3px; border-radius: 3px; background: #dce2df; }
.selector-progress span.active { background: var(--teal-deep); }
.question { display: none; margin: 0; padding: 0; border: 0; }
.question.active { display: block; }
.question legend, .recommendation h3 { margin-bottom: 24px; font: 34px/1.1 Georgia, serif; letter-spacing: -.02em; }
.choice { display: flex; align-items: center; gap: 14px; margin-bottom: 11px; padding: 16px; border: 1px solid #d9dfdc; border-radius: 13px; cursor: pointer; transition: border-color .18s, background .18s, transform .18s; }
.choice:hover { transform: translateX(3px); border-color: #8cbdb3; background: #f3f9f7; }
.choice:has(input:checked) { border-color: var(--teal-deep); background: #edf7f4; }
.choice input { width: 17px; height: 17px; accent-color: var(--teal-deep); }
.choice span { display: grid; gap: 4px; }
.choice strong { font-size: 14px; }
.choice small { color: #69767b; font-size: 11px; line-height: 1.35; }
.selector-controls { min-height: 30px; display: flex; justify-content: space-between; align-items: end; margin-top: 20px; }
.back-button { padding: 0; border: 0; border-bottom: 1px solid #9eaaa5; background: transparent; cursor: pointer; color: #51615e; font-size: 12px; font-weight: 700; }
.helper { margin: 0 0 0 auto; color: #8a9694; font-size: 10px; }
.result-label { margin-bottom: 12px; color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.recommendation h3 { margin-bottom: 14px; font-size: 39px; }
#result-copy { color: #59686e; line-height: 1.65; }
.result-reasons { display: grid; gap: 9px; margin: 25px 0; }
.result-reasons div { display: flex; gap: 10px; padding: 11px 13px; border-radius: 9px; background: #eff5f2; color: #334c48; font-size: 12px; }
.result-reasons div::before { content: "✓"; color: var(--teal-deep); font-weight: 900; }
.result-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.result-actions .button-quiet { border-color: #cfd6d2; color: #394b49; }
.booking-note { margin: 17px 0 0; color: #8d9896; font-size: 10px; }
footer { min-height: 100px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; border-top: 1px solid var(--line); color: #7f99a4; font-size: 10px; }
.footer-brand { display: grid; gap: 3px; }
.footer-brand strong { color: #d9e5e6; font: 16px Georgia, serif; }
.footer-note { text-align: center; }
.footer-meta { text-align: right; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 960px) {
  nav { display: none; }
  .menu-button { display: block; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--white); padding: 8px 13px; }
  .mobile-nav { position: absolute; top: 68px; right: 20px; width: 220px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #102737; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
  .mobile-nav:not([hidden]) { display: grid; }
  .mobile-nav a { padding: 11px 10px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .mobile-nav a:last-child { border-bottom: 0; color: var(--teal); }
  .hero { grid-template-columns: 1fr; gap: 54px; padding-top: 135px; }
  .hero-panel { max-width: 650px; }
  .section-heading, .selector-wrap { grid-template-columns: 1fr; }
  .offers-grid { grid-template-columns: 1fr 1fr; }
  .offer-card:last-child { grid-column: 1/-1; min-height: auto; }
}

@media (max-width: 640px) {
  .site-header { height: 68px; }
  .brand-logo { width: 118px; height: 48px; }
  .brand-division { max-width: 72px; padding-left: 9px; font-size: 8px; letter-spacing: .12em; }
  .hero { min-height: auto; padding: 116px 20px 72px; }
  h1 { font-size: clamp(45px,14vw,68px); }
  .hero-lede { font-size: 17px; }
  .hero-panel { padding: 26px; }
  .services-section, .selector-section { padding-left: 20px; padding-right: 20px; }
  .services-section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading { gap: 23px; }
  .offers-grid { grid-template-columns: 1fr; }
  .offer-card:last-child { grid-column: auto; }
  .offer-card { min-height: auto; }
  .audience-toggle { width: 100%; }
  .audience-tab { flex: 1; }
  .selector-section { padding-top: 80px; }
  .selector-card { min-height: 530px; border-radius: 20px; }
  .proof-stats { grid-template-columns: 1fr; }
  .proof-stats div { grid-template-columns: minmax(112px, max-content) 1fr; gap: 14px; align-items: center; }
  footer { grid-template-columns: 1fr; gap: 14px; padding: 28px 0; }
  .footer-note, .footer-meta { text-align: left; }
}

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