:root {
  --navy: #182c3a;
  --navy-2: #102d2d;
  --sage: #b8c8b0;
  --sage-pale: #e8ede5;
  --bronze: #80552f;
  --bronze-pale: #eee2d2;
  --parchment: #f4efe4;
  --ivory: #fffdf7;
  --ink-soft: #45535a;
  --ink-faint: #6d7678;
  --line: #d9d4c8;
  --error: #7b3527;
  --focus: #1267a0;
  --radius: 4px;
  --wrap: 72rem;
  --serif: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ivory); color: var(--navy); font: 1rem/1.6 var(--sans); }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 1.5rem; }
h1,h2,h3 { margin: 0 0 .65em; font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.1em; }
a { color: var(--navy); text-underline-offset: .2em; }
a:hover { color: var(--bronze); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
[hidden] { display: none !important; }
.skip { position: absolute; left: -9999px; top: .5rem; background: var(--navy); color: #fff; padding: .7rem 1rem; z-index: 100; }
.skip:focus { left: .5rem; }

.site-header { background: rgba(255,253,247,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.wordmark,.footer-brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--navy); font: 600 1.5rem/1 var(--serif); text-decoration: none; letter-spacing: -.02em; }
.wordmark-mark { color: var(--bronze); font: 700 2rem/1 var(--serif); transform: rotate(-12deg); }
.nav,.footer-nav { display: flex; align-items: center; flex-wrap: wrap; gap: .4rem 1.6rem; margin: 0; padding: 0; list-style: none; }
.nav a { color: var(--navy); font-size: .9rem; text-decoration: none; }
.nav a:not(.nav-start):hover,.nav a:not(.nav-start)[aria-current="page"] { color: var(--bronze); }
.nav-start { padding: .55rem 1rem; background: var(--navy); color: var(--ivory) !important; border-radius: var(--radius); }
.nav-start:hover { background: var(--bronze); }

.page-home {
  --hero-ivory: #fffdf8;
  --hero-parchment: #f8f3e9;
  --hero-navy: #0d2b3e;
  --hero-bronze: #9a6232;
  --hero-sage: #a9b9a3;
}
.page-home .site-header {
  background: var(--hero-ivory);
  border-bottom-color: rgba(154,98,50,.16);
}
.page-home .wordmark,
.page-home .nav a:not(.nav-start) { color: var(--hero-navy); }
.page-home .nav-start { background: var(--hero-navy); }
.page-home .wordmark-mark { color: var(--hero-bronze); }
.hero {
  padding: 3.5rem 0 3rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(178deg, var(--parchment) 0%, var(--ivory) 78%);
}
.hero .standfirst { max-width: 40rem; color: var(--ink-soft); font-size: 1.16rem; }
.home-hero {
  position: relative;
  padding: clamp(2.4rem,4vw,3.4rem) 0 clamp(2.6rem,4.4vw,3.6rem);
  overflow: hidden;
  background-color: var(--hero-ivory);
  background-image:
    radial-gradient(circle at 13% 24%, rgba(154,98,50,.035) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 68%, rgba(169,185,163,.06) 0 1px, transparent 1.5px),
    linear-gradient(180deg, var(--hero-ivory), var(--hero-parchment));
  background-size: 24px 24px, 31px 31px, auto;
}
.hero-deco { position: absolute; z-index: 0; display: block; height: auto; pointer-events: none; user-select: none; }
.hero-deco-map { left: -5.5rem; top: 50%; width: 13rem; opacity: .16; transform: translateY(-50%); }
.hero-deco-botanical { right: -3.25rem; top: 47%; width: 10rem; opacity: .2; transform: translateY(-50%); }
.home-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(2.2rem,4.5vw,4rem); }
.home-hero h1 { color: var(--hero-navy); font-size: clamp(2.6rem,3.7vw,3.4rem); line-height: 1.04; }
.hero-line { display: block; white-space: nowrap; }
.standfirst { color: var(--ink-soft); font-size: 1.1rem; max-width: 42rem; }
.home-hero .standfirst { max-width: 32rem; margin-top: 1rem; font-size: 1rem; color: #354852; }
.home-hero .eyebrow { color: var(--hero-bronze); margin-bottom: .6rem; }
.home-hero .actions { margin-top: 1.3rem; }
.home-hero .microcopy { margin-top: .6rem; }
.home-hero .btn { border-color: var(--hero-navy); background: var(--hero-navy); }
.home-hero .btn:hover { border-color: var(--hero-bronze); background: var(--hero-bronze); }
.home-hero .text-link { color: var(--hero-bronze); }
.home-hero .text-link:hover { color: var(--hero-navy); }
.eyebrow { margin: 0 0 1rem; color: var(--bronze); font-size: .74rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 1.75rem; }
.btn { display: inline-block; padding: .8rem 1.35rem; border: 2px solid var(--navy); border-radius: var(--radius); background: var(--navy); color: #fff; font: 650 .95rem/1.3 var(--sans); text-decoration: none; cursor: pointer; }
.btn:hover { border-color: var(--bronze); background: var(--bronze); color: #fff; }
.btn-secondary { background: transparent; color: var(--navy); }
.btn-bronze { border-color: var(--bronze); background: var(--bronze); }
.btn[disabled] { opacity: .58; cursor: not-allowed; }
.text-link { font-size: .94rem; font-weight: 600; text-decoration: none; }
.text-link span { margin-left: .25rem; }
.microcopy { margin-top: .8rem; color: var(--ink-faint); font-size: .8rem; }
.hero-artwork {
  position: relative;
  z-index: 1;
  margin-top: .15rem;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(13,43,62,.12);
}
.hero-artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 55%;
}

.stage-overview { padding: clamp(2rem,3vw,2.6rem) 0; text-align: center; }
.stage-overview h2 { max-width: 22ch; margin-inline: auto; font-size: clamp(1.8rem,2.6vw,2.45rem); }
.ladder { display: grid; grid-template-columns: repeat(5,1fr); margin: 1.5rem 0 .85rem; padding: 0; list-style: none; text-align: left; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }
.rung { position: relative; min-height: 0; padding: 1.15rem 1.1rem .3rem; border-right: 1px solid var(--line); }
.rung:last-child { border-right: 0; }
.rung::before { content: ""; display: block; width: 2rem; margin-bottom: .8rem; border-top: 2px dashed var(--bronze); opacity: .55; }
.rung:not(:last-child)::after { content: "\2192"; position: absolute; top: .95rem; right: -.6rem; z-index: 1; color: var(--bronze); font-size: .85rem; opacity: .7; background: var(--ivory); line-height: 1; }
.rung-label { display: block; font-family: var(--serif); font-size: 1rem; font-weight: 600; line-height: 1.22; }
.rung-words { margin: .55rem 0 0; color: var(--ink-soft); font-size: .8rem; line-height: 1.48; }
.stage-note { color: var(--ink-faint); }

.band { padding: clamp(2.8rem,5vw,4rem) 0; }
.band-tint { background: var(--parchment); }
.band-trust { background: var(--sage-pale); text-align: center; padding: clamp(2rem,3vw,2.6rem) 0; }
.band-trust h2 { font-size: clamp(1.75rem,2.5vw,2.35rem); }
.band-navy { background: var(--navy); color: var(--ivory); }
.band-navy h2,.band-navy h3 { color: var(--ivory); }
.band-navy .lede { color: var(--sage); }
.band-navy .actions { justify-content: flex-start; margin: 0; }
.band > .wrap > h2 { max-width: 24ch; }
.band-trust > .wrap > h2 { margin-inline: auto; }
.points { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.4rem; margin-top: 1.5rem; }
.point { position: relative; padding-top: 1.8rem; }
.point::before { content: "◇"; position: absolute; top: 0; left: 50%; translate: -50%; color: var(--bronze); font-size: 1.4rem; }
.point h3 { font-family: var(--serif); font-size: 1.15rem; }
.point p { color: var(--ink-soft); font-size: .9rem; }
.home-feature { padding-block: clamp(2.2rem,3.5vw,3rem); }
.feature-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.2fr) auto; gap: clamp(1.5rem,3vw,2.8rem); align-items: center; }
.home-feature h2 { max-width: 18ch; margin-bottom: .7rem; font-size: clamp(1.8rem,2.5vw,2.4rem); }
.explain-panel { padding: 1.35rem 1.5rem; border-radius: var(--radius); background: var(--hero-ivory, var(--ivory)); box-shadow: 0 10px 26px rgba(0,0,0,.15); }
.explain-panel p { color: var(--ink-soft); font-size: .94rem; }
.explain-panel p:last-child { margin-bottom: 0; }
.lede { max-width: 45rem; color: var(--ink-soft); font-size: 1.1rem; }
.feature-intro .lede { margin: 0; font-family: var(--serif); font-size: 1.08rem; line-height: 1.45; color: var(--sage); }
.feature-action { white-space: nowrap; }
.muted { color: var(--ink-faint); }
.small { font-size: .88rem; }
.prose { max-width: 45rem; }
.prose h2 { margin-top: 2.2rem; }

.intake-intro { padding: clamp(2.3rem,4vw,3.2rem) 0 clamp(1.8rem,3vw,2.4rem); background: var(--parchment); border-bottom: 1px solid var(--line); }
.intake-wrap { max-width: 52rem; }
.intake-intro h1 { margin-bottom: .4em; font-size: clamp(2.45rem,4.5vw,3.8rem); }
.intake-intro .standfirst { max-width: 48rem; margin-bottom: 0; }
.intake-band { padding-top: 2.6rem; }
.form-heading { margin-bottom: 2rem; }
.intake { width: 100%; }
.question-block { margin: 0 0 3.5rem; padding: 0; border: 0; }
legend { max-width: 28ch; margin-bottom: .55rem; padding: 0; font: 500 1.7rem/1.2 var(--serif); letter-spacing: -.015em; }
.help { max-width: 42rem; margin: 0 0 1.2rem; color: var(--ink-soft); font-size: .92rem; }
.choices { display: grid; gap: .65rem; }
.choice { display: flex; align-items: center; gap: .9rem; min-height: 3.7rem; padding: .85rem 1rem; border: 1px solid #bdb5a6; border-radius: var(--radius); background: #fff; cursor: pointer; transition: background .15s,border .15s; }
.choice:hover { border-color: var(--navy); background: var(--sage-pale); }
.choice input { width: 1.05rem; height: 1.05rem; margin: 0; accent-color: var(--navy); flex: none; }
.choice:has(input:checked) { border-color: var(--navy); background: var(--sage-pale); box-shadow: inset 0 0 0 1px var(--navy); }
select { width: 100%; min-height: 3.7rem; padding: .8rem 1rem; border: 1px solid #bdb5a6; border-radius: var(--radius); background: #fff; color: var(--navy); font: inherit; }
.form-note { padding: 1rem 1.2rem; border-left: 3px solid var(--sage); background: var(--sage-pale); color: var(--ink-soft); font-size: .88rem; }
.form-actions { justify-content: flex-end; }

#results { padding-top: 2rem; }
#results:focus { outline: none; }
.result-stage { margin-bottom: 4.5rem; padding: clamp(2rem,5vw,3.5rem); border-top: 4px solid var(--sage); background: var(--parchment); }
.stage-chip { display: inline-block; margin-bottom: 1rem; color: var(--bronze); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.stage-chip.is-unknown { color: var(--error); }
.result-stage h2 { font-size: clamp(2.2rem,4vw,3.7rem); }
.stage-meter { display: flex; gap: .4rem; margin: 1.5rem 0 .6rem; }
.stage-meter span { height: 4px; flex: 1; background: #d5cec0; }
.stage-meter span.on { background: var(--sage); }
.stage-meter-label { color: var(--ink-faint); font-size: .74rem; }
.result-stage ul,.plain { padding-left: 1.15rem; }
#results > h2 { margin-bottom: 1.5rem; }
.steps-list { display: grid; gap: .8rem; }
.step { display: grid; grid-template-columns: 3.2rem 1fr; gap: 1.25rem; margin-bottom: .8rem; padding: 1.5rem; border: 1px solid var(--line); background: #fff; box-shadow: 0 6px 20px rgba(24,44,58,.04); }
.step-number { color: var(--bronze); font: italic 1.25rem/1 var(--serif); }
.step-content h3 { margin-bottom: .35rem; font-size: 1.2rem; }
.step .why,.shared-why { color: var(--ink-soft); }
.step-empty,.notice { padding: 1rem 1.15rem; border-left: 4px solid var(--bronze); background: var(--bronze-pale); color: var(--error); }
.more-steps,.also { margin: 1.5rem 0; border-top: 1px solid var(--line); }
.more-steps summary,.also summary { padding: 1rem 0; cursor: pointer; font-weight: 650; }
.also { margin-top: 3rem; }
.result-providers ul { margin-bottom: 0; }

.cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 1.5rem; }
.card { padding: 1.5rem; border: 1px solid var(--line); background: #fff; }
.card h3 a { text-decoration: none; }
.card-place { color: var(--ink-faint); }
.card ul { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1rem; padding: 0; list-style: none; }
.card ul li { padding: .15rem .6rem; background: var(--sage-pale); font-size: .78rem; }
.dl { margin: 0; }
.dl div { padding: .7rem 0; border-top: 1px solid var(--line); }
.dl dt { color: var(--ink-faint); font-size: .78rem; font-weight: 700; }
.dl dd { margin: 0; overflow-wrap: anywhere; }

.ghl { margin-top: 2.5rem; padding: 1.5rem; background: var(--navy); color: var(--ivory); text-align: center; }
.ghl-inner { max-width: 42rem; margin-inline: auto; }
.ghl h2 { margin-bottom: .4em; color: var(--ivory); font-size: clamp(1.65rem,3vw,2.15rem); }
.ghl-inner > p { margin-bottom: .7rem; }
.ghl-placeholder { padding: .65rem .85rem; border: 1px dashed rgba(255,255,255,.5); background: rgba(255,255,255,.08); font-size: .84rem; }
.ghl-consent { font-size: .85rem; }
.ghl-form { display: block; width: 100%; max-width: 34rem; margin: 1rem auto 0; border: 0; background: #fff; }
.notice { margin: 1.5rem 0; }

.site-footer { margin-top: 0; padding: 2rem 0; border-top: 1px solid var(--line); background: var(--ivory); }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: start; }
.site-footer .muted { max-width: 32rem; font-size: .85rem; }
.footer-nav { justify-content: flex-end; align-items: flex-start; font-size: .8rem; }
noscript .notice { margin-top: 0; }

@media (max-width: 52rem) {
  .home-hero-grid,.feature-grid,.footer-inner { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: 40rem; }
  .home-hero h1 { max-width: none; font-size: clamp(2.6rem,9vw,3.6rem); }
  .hero-line { display: inline; white-space: normal; }
  .hero-deco { display: none; }
  .ladder { grid-template-columns: 1fr; border-top: 0; }
  .rung { min-height: 0; padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .rung:last-child { border-bottom: 0; }
  .rung::before { margin-bottom: .6rem; }
  .rung:not(:last-child)::after { content: none; }
  .points { grid-template-columns: 1fr; gap: 1.8rem; }
  .point { padding-top: 0; padding-left: 2.5rem; text-align: left; }
  .point::before { top: -.2rem; left: 0; translate: 0; }
  .feature-grid { gap: 1.35rem; align-items: start; }
  .feature-intro .lede { font-size: 1.08rem; }
  .explain-panel { padding: 1.3rem 1.4rem; }
  .feature-action { white-space: normal; }
  .footer-nav { justify-content: flex-start; }
}
@media (max-width: 40rem) {
  .wrap { padding-inline: 1.1rem; }
  .header-inner { align-items: flex-start; padding-block: .9rem; }
  .wordmark { font-size: 1.25rem; }
  .wordmark-mark { font-size: 1.6rem; }
  .nav { justify-content: flex-end; gap: .45rem .8rem; }
  .nav li:first-child,.nav li:nth-child(2) { display: none; }
  .nav a { font-size: .78rem; }
  .home-hero { padding-top: 2.6rem; }
  h1 { font-size: 2.75rem; }
  .stage-overview,.band { padding-block: 2.4rem; }
  .home-feature { padding-block: 2.4rem; }
  .intake-intro { padding-block: 1.75rem 1.5rem; }
  .intake-intro h1 { font-size: 2.35rem; }
  .intake-intro .standfirst { font-size: .98rem; line-height: 1.5; }
  .intake-band { padding-top: 1.6rem; }
  .form-heading { margin-bottom: 1.35rem; }
  .form-heading .eyebrow { margin-bottom: .5rem; }
  .form-heading h2 { font-size: 1.8rem; }
  .question-block { margin-bottom: 3rem; }
  legend { font-size: 1.5rem; }
  .choice { align-items: flex-start; }
  .form-actions .btn { width: 100%; text-align: center; }
  .result-stage { margin-inline: -1.1rem; padding-inline: 1.1rem; }
  .stage-meter-label { line-height: 1.4; }
  .step { grid-template-columns: 2.3rem 1fr; padding: 1.15rem; gap: .65rem; }
  .trip-step { grid-template-columns: 1fr; gap: .35rem; }
  .trip-step h3 { margin-bottom: .2rem; }
  .trip-step .plain { margin-top: 0; }
  .cards { grid-template-columns: 1fr; }
  .ghl { margin-inline: -1.1rem; padding: 2rem 1.1rem; }
}