:root {
  --canvas: #f7f5ef;
  --surface: #ffffff;
  --ink: #1c2524;
  --ink-soft: #3c4846;
  --berry: #9f3152;
  --berry-dark: #74213c;
  --teal: #286d68;
  --teal-soft: #dcebe7;
  --citron: #dce872;
  --sky: #dfeaf3;
  --rose: #f2dde2;
  --line: rgba(28, 37, 36, .16);
  --line-light: rgba(255, 255, 255, .42);
  --muted: #687370;
  --white: #fff;
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Aptos, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --container: 86rem;
  --text: 46rem;
  --header: 5rem;
  --section-space: 5.5rem;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; background: var(--canvas); color: var(--ink); }
body { margin: 0; min-width: 20rem; overflow-x: clip; background: var(--canvas); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .07em; text-underline-offset: .2em; }
button, input { font: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .98; letter-spacing: 0; text-wrap: balance; }
h1 { font-size: 6.4rem; }
h2 { font-size: 4.5rem; }
h3 { font-size: 2.4rem; }
.lead { color: var(--ink-soft); font-family: var(--display); font-size: 1.45rem; line-height: 1.45; }
.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; z-index: 100; left: 1rem; top: -5rem; padding: .8rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .8rem max(1.25rem, calc((100% - var(--container)) / 2)); color: white; transition: background .3s, color .3s, box-shadow .3s; }
.site-header.is-scrolled, .site-header.menu-visible { background: rgba(247,245,239,.96); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: inherit; text-decoration: none; }
.brand__mark { display: grid; width: 2.85rem; height: 2.85rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: .72rem; }
.brand__mark img { width: 2rem; height: auto; }
.brand strong { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 1.2rem; }
.site-header nav > a:not(.button) { position: relative; font-size: .7rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.site-header nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .25s; }
.site-header nav > a:not(.button):hover::after, .site-header nav > a[aria-current="page"]::after { right: 0; }
.site-header nav .language { margin-left: .3rem; padding-left: 1rem; border-left: 1px solid currentColor; }
.menu-toggle { display: none; }
.scroll-progress { position: fixed; z-index: 40; inset: 0 0 auto; height: 2px; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--citron); transform: scaleX(0); transform-origin: left; }

.button { min-height: 3.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: 4px; font-size: .72rem; font-weight: 750; line-height: 1.1; text-decoration: none; text-transform: uppercase; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--berry); color: white; }
.button--primary:hover { background: var(--berry-dark); }
.button--outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button--outline:hover { background: var(--ink); color: white; }
.button--light { background: var(--citron); color: var(--ink); }
.button--small { min-height: 2.75rem; padding: .65rem 1rem; }

.hero { position: relative; min-height: min(54rem, 94svh); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: white; }
.hero__cinematic-media, .hero__cinematic-media picture { position: absolute; inset: 0; margin: 0; }
.hero__cinematic-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero--home .hero__cinematic-media img { object-position: center 40%; }
.hero__veil { position: absolute; inset: 0; background: rgba(13, 22, 21, .5); }
.hero__copy { position: relative; z-index: 2; width: min(var(--container), calc(100% - 3rem)); margin: 0 auto; padding: 10rem 0 5rem; }
.hero__copy > * { max-width: 48rem; }
.kicker { margin-bottom: 1.1rem; color: var(--berry); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.hero .kicker { color: var(--citron); }
.hero h1 { max-width: 12ch; }
.hero__promise { max-width: 42rem; margin-top: 1.4rem; font-family: var(--display); font-size: 2rem; line-height: 1.2; text-wrap: balance; }
.hero__lead { max-width: 38rem; margin-top: 1.1rem; color: rgba(255,255,255,.82); font-size: 1.05rem; }
.hero__actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.hero__actions > span { display: grid; font-size: .75rem; }
.hero__actions strong { font-family: var(--display); font-size: 1.55rem; font-weight: 400; }
.hero__actions small { color: rgba(255,255,255,.7); font-size: .7rem; }
.hero__note { position: absolute; z-index: 2; right: max(1.5rem, calc((100% - var(--container)) / 2)); bottom: 2rem; padding-top: .55rem; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.72); font-size: .68rem; }
.hero--program h1, .hero--payment h1, .hero--article h1, .hero--route h1 { max-width: 13ch; font-size: 5.2rem; }
.hero--author .hero__cinematic-media img { object-position: center 25%; }
.hero--inner { min-height: min(38rem, 72svh); }
.hero--inner .hero__copy { padding: 8rem 0 3.25rem; }
.hero--inner .hero__copy > * { max-width: 44rem; }
.hero--inner h1, .hero--inner.hero--program h1, .hero--inner.hero--payment h1, .hero--inner.hero--article h1 { max-width: 15ch; font-size: clamp(3.4rem, 5.4vw, 5.25rem); }
.hero--inner .hero__promise { max-width: 39rem; margin-top: 1rem; font-size: 1.55rem; }
.hero--inner .hero__lead { max-width: 36rem; margin-top: .75rem; font-size: .95rem; }
.hero--inner .hero__actions { margin-top: 1.45rem; }
.hero--inner .hero__note { bottom: 1.4rem; }
.hero--inner .hero__veil { background: rgba(13,22,21,.58); }
.hero--couple .hero__cinematic-media img { object-position: center 42%; }
.hero--self .hero__cinematic-media img { object-position: center 40%; }
.hero--program .hero__cinematic-media img { object-position: center 53%; }
.hero--faq .hero__cinematic-media img { object-position: center 58%; }
.hero--payment .hero__cinematic-media img { object-position: center 58%; }
.hero--blog .hero__cinematic-media img, .hero--article .hero__cinematic-media img { object-position: center 46%; }

.band, .story-map { padding: var(--section-space) max(1.25rem, calc((100% - var(--container)) / 2)); }
.page--route main > .band, .page--program main > .band, .page--author main > .band, .page--faq main > .band, .page--payment main > .band, .page--blog main > .band { padding-block: 3.75rem; }
.page--article .article-body { padding-block: 4.5rem; }
.page--route .split, .page--faq .faq-layout { gap: clamp(2.5rem, 5vw, 5rem); }
.page--route .quote-panel { min-height: 18rem; }
.page--program .rhythm h2 { margin-bottom: 2.5rem; }
.page--program .rhythm > div { min-height: 9rem; }
.page--program .rhythm p { margin-top: 2.5rem; }
.page--payment .access-steps li { min-height: 11rem; }
.page--payment .access-steps li p { margin-top: 3rem; }
.page--blog .article-grid > a { min-height: 20rem; }
.page--blog .article-grid h2 { margin-top: 2rem; }
.band--paper { background: var(--surface); }
.band--routes { position: relative; isolation: isolate; overflow: hidden; padding-block: 3rem; background: var(--canvas) url('/assets/routes-mountain.webp') center top / 100% auto no-repeat; }
.band--routes::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(247,243,237,.76); }
.band--routes .section-heading { position: relative; z-index: 1; grid-template-columns: .3fr 1fr .45fr; margin-bottom: 2rem; }
.band--routes .section-heading h2 { max-width: none; font-size: 3rem; }
.band--routes .route-grid { position: relative; z-index: 1; }
.band--routes .route-card { min-height: 26rem; }
.band--journey { position: relative; isolation: isolate; overflow: hidden; padding-block: 4rem; background: var(--sky) url('/assets/journey-calendar-background.webp') center / cover no-repeat; }
.band--journey::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(223,234,243,.8); }
.band--journey .section-heading { display: block; margin-bottom: 2rem; }
.band--journey .section-heading h2 { max-width: none; font-size: 3rem; line-height: 1.08; }
.band--cards { position: relative; isolation: isolate; overflow: hidden; padding-block: 3.75rem; background: var(--teal); color: white; }
.band--cards::after { content: ""; position: absolute; z-index: -2; inset: 0; background: url('/assets/daily-rhythm-clock.webp') center / cover no-repeat; transform: scaleX(-1); }
.band--cards::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(40,109,104,.88); }
.band--sage { background: var(--teal-soft); }
.band--author { position: relative; isolation: isolate; overflow: hidden; padding-block: 3.5rem; background: var(--teal-soft) url('/assets/author-book-background.webp') center 58% / cover no-repeat; }
.band--author::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(220,235,231,.78); }
.band--faq { padding-block: 2.5rem; background: var(--surface); }
.band--faq .faq-layout { gap: 3.5rem; align-items: center; }
.band--faq .faq-layout > div:first-child { position: static; }
.band--faq .faq-layout h2 { max-width: 13ch; font-size: 2.65rem; line-height: 1.05; }
.band--faq .faq-layout > div:first-child > p:last-child { margin-top: 1.15rem; }
.band--faq .faq-list summary { padding: 1rem 2.5rem 1rem 0; font-size: 1.08rem; }
.band--faq .faq-list summary::after { top: .72rem; }
.band--faq .faq-list details p { padding: 0 2.5rem 1rem 0; font-size: .9rem; }
.band--ink { background: var(--ink); color: white; }
.section-heading { display: grid; grid-template-columns: .45fr 1.2fr .55fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { max-width: 13ch; }
.section-heading > p:last-child { max-width: 24rem; color: var(--muted); }

.story-map { position: relative; isolation: isolate; display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; overflow: hidden; background-color: var(--surface); background-image: url('/assets/story-intimacy.webp'); background-position: center; background-size: cover; }
.story-map::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(247,243,237,.86); }
.story-map__intro { position: sticky; top: 8rem; align-self: start; }
.story-map__intro h2 { max-width: 11ch; font-size: 3.7rem; }
.story-map__intro > p:last-child { max-width: 31rem; margin-top: 1.5rem; color: var(--muted); }
.story-map__track { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 2.5rem; padding: 0; margin: 0; list-style: none; }
.story-map__track::before { display: none; }
.story-step { position: relative; min-height: 0; display: grid; grid-template-columns: 3rem 1fr; gap: .8rem; padding: 1rem 0; border-top: 1px solid rgba(28,37,36,.2); }
.story-step > span { position: relative; z-index: 1; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid rgba(116,33,60,.45); border-radius: 50%; background: rgba(247,243,237,.76); color: var(--berry); font-size: .68rem; }
.story-step h3 { font-size: 1.8rem; overflow-wrap: anywhere; }
.story-step p { max-width: 35rem; margin-top: .45rem; color: var(--muted); font-size: .88rem; line-height: 1.5; }

.band[data-geo-answer] { position: relative; isolation: isolate; overflow: hidden; padding-block: 3rem; background-color: var(--surface); }
[data-geo-answer] { background: url('/assets/geo-journey.webp') center / cover no-repeat; }
[data-geo-answer]::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(247,243,237,.86); }
.geo-answer { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 4.5rem; align-items: center; }
.geo-answer h2 { max-width: 15ch; font-size: 3.35rem; }
.geo-answer__title { max-width: none !important; }
.geo-answer__title span { display: block; white-space: nowrap; }
.geo-answer .lead { max-width: 40rem; margin-top: 1.25rem; font-size: 1.25rem; }
.geo-source { margin-top: 1rem; color: var(--muted); font-size: .75rem; }
.geo-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; border-top: 1px solid var(--ink); border-left: 1px solid rgba(28,37,36,.2); }
.geo-facts > div { min-height: 8.5rem; padding: 1.25rem; border-right: 1px solid rgba(28,37,36,.2); border-bottom: 1px solid rgba(28,37,36,.2); }
.geo-facts dt { color: var(--berry); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.geo-facts dd { margin: .65rem 0 0; font-family: var(--display); font-size: 1.22rem; line-height: 1.25; }

.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; }
.route-card { position: relative; min-height: 30rem; display: flex; align-items: flex-end; overflow: hidden; border-radius: 6px; color: white; text-decoration: none; }
.route-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.route-card::after { content: ""; position: absolute; inset: 45% 0 0; background: rgba(16,25,24,.72); }
.route-card:hover > img { transform: scale(1.035); }
.route-card__number { position: absolute; z-index: 2; top: 1.2rem; left: 1.2rem; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-family: var(--display); }
.route-card__body { position: relative; z-index: 2; display: grid; grid-template-columns: 7rem 1fr; gap: .8rem 1.5rem; width: 100%; padding: 2.2rem; }
.route-card__body small { grid-row: span 3; color: var(--citron); font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.route-card__body strong { font-family: var(--display); font-size: 2.8rem; font-weight: 400; line-height: 1; }
.route-card__body > span:not(.route-card__link) { max-width: 27rem; color: rgba(255,255,255,.78); }
.route-card__link { margin-top: .8rem; font-size: .72rem; font-weight: 750; text-transform: uppercase; }

.journey { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--ink); }
.journey li { position: relative; min-width: 0; min-height: 8.5rem; padding: 1rem; border-left: 1px solid rgba(28,37,36,.2); }
.journey li:first-child { border-left: 0; }
.journey li > span { color: var(--berry); font-size: .7rem; }
.journey li div { margin-top: 1.25rem; }
.journey small { color: var(--muted); font-size: .68rem; font-weight: 750; text-transform: uppercase; }
.journey h3 { margin-top: .65rem; font-size: 1.45rem; line-height: 1.15; overflow-wrap: normal; hyphens: none; }

.deck { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 4rem; align-items: center; }
.deck h2 { max-width: 16ch; font-size: 2.55rem; line-height: 1.08; }
.deck > div:first-child > p:not(.kicker) { max-width: 35rem; margin-top: 1.5rem; color: rgba(255,255,255,.72); }
.deck .kicker { color: var(--citron); }
.deck__cards { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 12rem)); justify-content: center; gap: 1rem; align-items: start; overflow: visible; }
.deck__card { position: relative; z-index: 1; width: 100%; height: auto; object-fit: contain; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; box-shadow: 0 1.25rem 2.5rem rgba(0,0,0,.14); cursor: zoom-in; transform-origin: center; transition: transform .45s var(--ease), box-shadow .45s var(--ease), opacity .3s ease; }
.deck__card:first-child { transform-origin: left center; }
.deck__card:nth-child(2) { margin-top: 1rem; }
.deck__card:last-child { transform-origin: right center; }
@media (hover: hover) and (pointer: fine) {
  .deck__cards:hover .deck__card:not(:hover) { opacity: .58; }
  .deck__card:hover { transform: scale(1.65); z-index: 4; box-shadow: 0 2rem 4.5rem rgba(0,0,0,.34); }
}

.author-block { display: grid; grid-template-columns: .95fr 1.05fr; gap: 3.5rem; align-items: center; }
.author-block figure { width: min(100%, 31rem); margin: 0; justify-self: start; }
.author-block figure img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: center top; border-radius: 6px; }
.author-block figcaption { max-width: 34rem; padding-top: 1.4rem; border-top: 1px solid var(--berry); font-family: var(--display); font-size: 1.3rem; }
.author-block h2 { max-width: 12ch; }
.author-block > div > p { max-width: 40rem; margin-top: 1rem; }
.notice { padding: 1rem 0; border-top: 1px solid var(--teal); background: transparent; color: var(--ink-soft); font-size: .82rem; }
.notice--wide { max-width: 48rem; margin: 4rem auto 0; padding: 2rem; }
.notice--wide p { margin: .8rem 0 1.2rem; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7rem; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 7rem; }
.faq-layout h2 { max-width: 10ch; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.55rem 3rem 1.55rem 0; cursor: pointer; font-family: var(--display); font-size: 1.35rem; line-height: 1.25; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .2rem; top: 1.25rem; color: var(--berry); font-family: var(--sans); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 44rem; padding: 0 4rem 1.8rem 0; color: var(--muted); }

.band--offer { position: relative; overflow: hidden; padding-block: 3rem; background: url('/assets/offer-coast.webp') center 58% / cover no-repeat; color: var(--ink); }
.band--offer::before { content: ""; position: absolute; inset: 0; background: rgba(247,243,237,.84); pointer-events: none; }
.band--offer::after { content: ""; position: absolute; right: -8rem; bottom: -12rem; width: 30rem; height: 30rem; border: 1px solid rgba(28,37,36,.12); border-radius: 50%; pointer-events: none; }
.offer { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(18rem,.85fr) minmax(0,1.15fr); column-gap: clamp(3rem,7vw,8rem); row-gap: 2rem; align-items: center; }
.offer__title { grid-column: 1 / -1; max-width: none; font-size: 3.4rem; line-height: 1.02; }
.offer__visual { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .75rem; align-items: center; }
.offer__card { width: 100%; height: auto; border-radius: 4px; box-shadow: 0 1.1rem 2rem rgba(63,49,37,.22); }
.offer__card--1 { transform: translateY(.65rem); }
.offer__card--2 { transform: translateY(-.65rem); }
.offer__card--3 { transform: translateY(.65rem); }
.offer__content { max-width: 42rem; }
.offer ul { display: grid; gap: .55rem; padding-left: 1.2rem; margin: 0; color: var(--ink-soft); }
.offer__purchase { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(116,33,60,.5); }
.offer__purchase > span { display: grid; gap: .15rem; }
.offer__purchase strong { font-family: var(--display); font-size: 3.2rem; font-weight: 400; line-height: 1; }
.offer__purchase small { color: var(--muted); }
.offer__terms { display: grid; gap: .05rem; line-height: 1.35; }
.offer__terms span { display: block; white-space: nowrap; }
.band--offer .button--light { background: var(--berry); color: white; }
.band--offer .button--light:hover { background: var(--berry-dark); }

.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7rem; align-items: start; }
.split h2 { max-width: 12ch; }
.split aside { padding: 2rem 0 0 2rem; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.split aside p + p { margin-top: 1rem; }
.quote-panel { min-height: 25rem; display: flex; align-items: flex-end; padding: 2.5rem; border-radius: 6px; background: var(--teal); color: white; }
.quote-panel p { max-width: 25rem; font-family: var(--display); font-size: 2rem; line-height: 1.25; }
.feature-list { padding: 0; margin: 2.5rem 0 0; list-style: none; border-top: 1px solid var(--ink); }
.feature-list li { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }

.access-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--ink); }
.access-steps li { min-height: 15rem; padding: 1.4rem; border-left: 1px solid var(--line); }
.access-steps li:first-child { border-left: 0; }
.access-steps li > span { color: var(--berry); font-size: .7rem; }
.access-steps li p { margin-top: 5rem; font-family: var(--display); font-size: 1.3rem; line-height: 1.3; }
.answer-first__steps { grid-template-columns: 1fr; margin: 2.5rem 0; }
.answer-first__steps li { min-height: 0; display: grid; grid-template-columns: 3rem 1fr; padding: 1rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
.answer-first__steps li p { margin: 0; font-family: var(--sans); font-size: .92rem; }
.answer-first__sources { font-size: .8rem; }
.answer-first--standard { position: relative; isolation: isolate; overflow: hidden; padding-block: 3rem !important; background-color: var(--surface); background-position: center; background-size: cover; background-repeat: no-repeat; }
.answer-first--standard::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(247,245,239,.9); }
.answer-first--couple { background-image: url('/assets/story-intimacy.webp'); }
.answer-first--self { background-image: url('/assets/routes-mountain.webp'); }
.answer-first--author { background-image: url('/assets/author-book-background.webp'); }
.answer-first--dialogue, .answer-first--boundaries, .answer-first--faq, .answer-first--payment { background-image: url('/assets/geo-journey.webp'); }
.answer-first__standard-shell { max-width: var(--container); margin-inline: auto; }
.answer-first__standard-shell > h2 { max-width: 22ch; font-size: clamp(2rem,3.2vw,3.1rem); line-height: 1.05; }
.answer-first--standard .answer-first__standard-shell > h2 { max-width: none; font-size: clamp(1.55rem,2.2vw,2.5rem); }
.answer-first__standard-shell > .lead { max-width: 66rem; margin-top: 1rem; font-size: 1.12rem; line-height: 1.5; }
.answer-first--standard .answer-first__steps { grid-template-columns: repeat(auto-fit,minmax(10rem,1fr)); gap: 0 1.25rem; margin: 1.4rem 0; }
.answer-first--standard .answer-first__steps li { display: block; padding: .75rem 0; }
.answer-first--standard .answer-first__steps li p { margin-top: .35rem; line-height: 1.4; }
.answer-first--standard .answer-first__author-strip { margin-top: 2.25rem; }
.answer-first--program { position: relative; isolation: isolate; overflow: hidden; padding-block: 3.5rem !important; background: var(--surface) url('/assets/geo-journey.webp') center / cover no-repeat; }
.answer-first--program::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(247,245,239,.9); }
.answer-first__program-shell { max-width: var(--container); margin-inline: auto; }
.answer-first__program-main { display: block; max-width: 74rem; }
.answer-first--program h2 { max-width: none; font-size: clamp(2rem, 3.2vw, 3.1rem); line-height: 1.02; }
.answer-first__program-title span { display: block; }
.answer-first__program-title span:first-child { white-space: nowrap; }
.answer-first__program-copy { margin-top: 1.25rem; }
.answer-first__program-copy .lead { max-width: 65rem; font-size: 1.18rem; }
.answer-first--program .answer-first__steps { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0 1.5rem; margin: 1.5rem 0; }
.answer-first--program .answer-first__steps li { grid-template-columns: 2.4rem 1fr; padding: .75rem 0; }
.answer-first__author-strip { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 1.5rem 3rem; align-items: center; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(28,37,36,.38); }
.answer-first__author { display: grid; grid-template-columns: 4rem minmax(0,1fr); gap: 1rem; align-items: center; }
.answer-first__author-portrait { width: 4rem; height: 4rem; border-radius: 50%; object-fit: cover; object-position: center top; }
.answer-first__author p { display: grid; gap: .1rem; }
.answer-first__author small { color: var(--berry); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.answer-first__author strong { font-family: var(--display); font-size: 1.25rem; font-weight: 400; }
.answer-first__author span, .answer-first__evidence { color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.answer-first__evidence { display: grid; gap: .35rem; }
.answer-first__author-strip > .notice { grid-column: 1 / -1; margin: 0; padding-block: .65rem 0; }

.band--program-stages { position: relative; isolation: isolate; overflow: hidden; padding-block: 3rem !important; background: var(--sky) url('/assets/journey-calendar-background.webp') center / cover no-repeat; }
.band--program-stages::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(223,234,243,.84); }
.band--program-stages .section-heading { display: block; margin-bottom: 1.5rem; }
.band--program-stages .section-heading h2 { max-width: none; font-size: 3rem; line-height: 1.05; }
.band--program-cards { position: relative; isolation: isolate; overflow: hidden; padding-block: 3rem !important; background: var(--surface) url('/assets/author-book-background.webp') center / cover no-repeat; }
.band--program-cards::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(247,245,239,.84); }
.band--program-cards .deck > div:first-child > p:not(.kicker) { color: var(--ink-soft); }
.band--program-cards .deck .kicker { color: var(--berry); }
.band--program-rhythm { position: relative; isolation: isolate; overflow: hidden; padding-block: 3rem !important; background: var(--surface) url('/assets/daily-rhythm-clock.webp') center / cover no-repeat; }
.band--program-rhythm::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(247,245,239,.82); }
.band--program-rhythm .rhythm h2 { max-width: none; margin-bottom: 2rem; font-size: 3rem; line-height: 1.05; }
.band--program-rhythm .rhythm > div { min-height: 8rem; background: rgba(247,245,239,.5); }
.band--program-rhythm .rhythm p { margin-top: 2rem; }

.band--route-practice, .band--route-journey, .band--route-cards, .band--author-profile, .band--author-principles, .band--faq-page, .band--payment-flow, .band--journal-index, .article-body--dialogue, .article-body--boundaries { position: relative; isolation: isolate; overflow: hidden; padding-block: 3rem; background-color: var(--surface); background-position: center; background-size: cover; background-repeat: no-repeat; }
.band--route-practice::before, .band--route-journey::before, .band--route-cards::before, .band--author-profile::before, .band--author-principles::before, .band--faq-page::before, .band--payment-flow::before, .band--journal-index::before, .article-body--dialogue::before, .article-body--boundaries::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(247,245,239,.86); }
.band--route-couple { background-image: url('/assets/route-couple.webp'); }
.band--route-self { background-image: url('/assets/route-self.webp'); }
.band--route-journey { background-image: url('/assets/journey-calendar-background.webp'); }
.band--route-journey::before { background: rgba(223,234,243,.84); }
.band--route-cards { background-image: url('/assets/author-book-background.webp'); }
.band--author-profile { background-image: url('/assets/story-intimacy.webp'); }
.band--faq-page { background-image: url('/assets/author-book-background.webp'); }
.band--author-principles { background-image: url('/assets/routes-mountain.webp'); }
.band--payment-flow { background-image: url('/assets/offer-coast.webp'); }
.band--journal-index { background-image: url('/assets/author-book-background.webp'); }
.article-body--dialogue { background-image: url('/assets/story-intimacy.webp'); }
.article-body--boundaries { background-image: url('/assets/routes-mountain.webp'); }
.band--route-practice .split { grid-template-columns: 1.2fr .8fr; gap: clamp(2rem,5vw,5rem); align-items: start; }
.band--route-practice .split h2 { max-width: none; font-size: clamp(1.65rem,2vw,2rem); }
.band--route-practice .feature-list { margin-top: .65rem; }
.band--route-practice .feature-list li { padding-block: .35rem; font-size: .9rem; line-height: 1.25; }
.band--route-practice .quote-panel { min-height: 0; align-self: start; display: block; padding: 1.5rem; background: rgba(40,109,104,.88); }
.band--route-practice .quote-panel__label { display: block; margin-bottom: 1.25rem; font-family: var(--sans); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.band--route-practice .quote-panel p { max-width: 28rem; margin: 0; font-size: 1.35rem; }
.band--route-journey .section-heading { display: block; margin-bottom: 1.5rem; }
.band--route-journey .section-heading h2 { max-width: none; font-size: 3rem; }
.band--route-cards .deck { gap: clamp(2rem,5vw,5rem); }
.band--route-cards .deck > div:first-child > p:not(.kicker) { color: var(--ink-soft); }
.band--route-cards .deck .kicker { color: var(--berry); }
.band--author-profile .author-block { gap: 3rem; }
.band--author-principles .principles { max-width: 70rem; }
.band--author-principles h2 { max-width: none; font-size: 3rem; }
.band--author-principles .feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 2rem; margin-top: 1.5rem; }
.band--faq-page .faq-layout { grid-template-columns: minmax(13rem,.55fr) minmax(0,1.45fr); gap: 3rem; }
.band--faq-page .faq-layout > div:first-child { position: static; }
.band--faq-page .faq-layout h2 { max-width: none; font-size: 2.7rem; }
.band--faq-page .faq-list summary { padding-block: 1rem; }
.band--faq-page .faq-list details p { padding-bottom: 1.2rem; }
.band--payment-flow .access-steps li { min-height: 9rem; background: rgba(247,245,239,.48); }
.band--payment-flow .access-steps li p { margin-top: 2rem; }
.band--payment-flow .checkout-disclosure, .band--payment-flow .notice--wide { margin-top: 2rem; }
.band--journal-index .article-grid > a { min-height: 16rem; padding: 1.5rem; background: rgba(247,245,239,.56); }
.band--journal-index .article-grid h2 { max-width: none; margin-top: 1.25rem; font-size: clamp(1.65rem,2.2vw,2.2rem); line-height: 1.08; }
.band--journal-index .article-grid p { margin-top: 1rem; }
.article-body--dialogue, .article-body--boundaries { padding-block: 3.5rem; }
.article-body--dialogue > div, .article-body--boundaries > div { padding: clamp(1.5rem,4vw,3rem); background: rgba(247,245,239,.78); }
.article-body--dialogue aside, .article-body--boundaries aside { margin-block: 2.5rem; }
.checkout-disclosure { max-width: 42rem; margin: 4rem auto 0; text-align: center; }
.checkout-disclosure > summary { display: inline-flex; cursor: pointer; list-style: none; }
.checkout-disclosure > summary::-webkit-details-marker { display: none; }
.checkout-disclosure[open] > summary { display: none; }
.checkout-methods { margin-top: 1rem; color: var(--muted); }
.checkout-form { padding: 2.2rem; margin-top: 1.5rem; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); text-align: left; }
.checkout-form label { display: grid; gap: .6rem; font-size: .75rem; font-weight: 700; }
.checkout-form input { min-height: 3.5rem; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--ink); }
.checkout-form .button { margin-top: 1.3rem; }
.checkout-form p, .payment-status { margin-top: 1rem; color: var(--muted); font-size: .8rem; }
.payment-status { max-width: 42rem; padding: 1.5rem; margin-inline: auto; background: var(--teal-soft); }

.rhythm { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--ink); }
.rhythm h2 { grid-column: 1/-1; max-width: 10ch; margin-bottom: 4rem; }
.rhythm > div { min-height: 13rem; padding: 1.4rem; border-left: 1px solid var(--line); }
.rhythm > div:nth-of-type(1) { border-left: 0; }
.rhythm span { color: var(--berry); font-size: .7rem; }
.rhythm p { margin-top: 4.5rem; font-family: var(--display); font-size: 1.35rem; }
.principles { max-width: 62rem; }

.article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--ink); }
.article-grid > a { min-height: 27rem; display: flex; flex-direction: column; padding: 2rem; border-right: 1px solid var(--line); color: inherit; text-decoration: none; transition: background .3s; }
.article-grid > a:last-child { border-right: 0; }
.article-grid > a:hover { background: var(--teal-soft); }
.article-grid small { color: var(--berry); font-size: .68rem; font-weight: 750; text-transform: uppercase; }
.article-grid h2 { max-width: 12ch; margin-top: 3.5rem; font-size: 3rem; }
.article-grid p { max-width: 30rem; color: var(--muted); }
.article-grid span { margin-top: auto; font-size: .72rem; font-weight: 700; }
.article-body { padding: 6rem 1.5rem; background: var(--surface); }
.article-body > div { max-width: var(--text); margin: auto; }
.article-body p { font-family: var(--display); font-size: 1.3rem; line-height: 1.75; }
.article-body p + p { margin-top: 1.5rem; }
.article-body p:first-child::first-letter { float: left; padding: .35rem .55rem 0 0; color: var(--berry); font-size: 5rem; line-height: .72; }
.article-body aside { padding: 2rem 0 0 2rem; margin: 4rem 0; border-top: 1px solid var(--berry); border-left: 1px solid var(--line); color: var(--muted); }

.site-footer { position: relative; display: grid; gap: 1rem; padding: 1.75rem max(1.25rem, calc((100% - var(--container)) / 2)) 1.25rem; border-top: 1px solid var(--line); background: var(--canvas); }
.footer__main { display: grid; grid-template-columns: auto 1fr auto; gap: 2.5rem; align-items: center; }
.brand--footer { margin: 0; }
.footer__tagline { color: var(--teal); font-family: var(--display); font-size: 1.2rem; line-height: 1.1; }
.footer__nav { display: flex; align-items: center; justify-content: flex-end; gap: 1.35rem; }
.footer__nav a { font-size: .78rem; white-space: nowrap; }
.footer__meta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: .85rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .66rem; line-height: 1.45; }
.footer__safety { max-width: 46rem; }
.seller-details { margin: 0; text-align: right; white-space: nowrap; }

.language-root { min-height: 100svh; display: grid; place-items: center; padding: 2rem; background: var(--teal); color: white; text-align: center; }
.language-root > div { width: min(50rem,100%); }
.language-root__mark { display: inline-grid; width: 5rem; height: 5rem; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-family: var(--display); }
.language-root h1 { margin: 2.5rem 0 1.5rem; font-size: 5rem; }
.language-root h1 em { color: var(--citron); font-weight: 400; }
.language-root nav { display: flex; justify-content: center; gap: .8rem; margin-top: 2rem; }

.motion-ready [data-chapter] > * { opacity: 0; transform: translateY(1.5rem); }
.motion-ready [data-chapter].is-visible > * { opacity: 1; transform: translateY(0); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.motion-ready .story-step { opacity: .35; transform: translateY(1rem); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.motion-ready .story-map.is-visible .story-step { opacity: 1; transform: translateY(0); }
.motion-ready .story-map.is-visible .story-step:nth-child(2) { transition-delay: .04s; }
.motion-ready .story-map.is-visible .story-step:nth-child(3) { transition-delay: .08s; }
.motion-ready .story-map.is-visible .story-step:nth-child(4) { transition-delay: .12s; }
.motion-ready .story-map.is-visible .story-step:nth-child(5) { transition-delay: .16s; }
.motion-ready .story-map.is-visible .story-step:nth-child(6) { transition-delay: .2s; }
.motion-ready .story-map.is-visible .story-step:nth-child(7) { transition-delay: .24s; }
.motion-ready .story-map.is-visible .story-step:nth-child(8) { transition-delay: .28s; }
.motion-ready .hero__cinematic-media { opacity: 1; transform: none; }

@media (max-width: 75rem) {
  h1 { font-size: 5.5rem; }
  h2 { font-size: 3.8rem; }
  .site-header nav { gap: .85rem; }
  .site-header nav > a:not(.button) { font-size: .64rem; }
  .hero--program h1, .hero--payment h1, .hero--article h1, .hero--route h1 { font-size: 4.6rem; }
  .story-map, .geo-answer, .faq-layout, .author-block, .split { gap: 4.5rem; }
  .author-block { gap: 2.5rem; }
  .story-map { gap: 3rem; }
  .story-map__intro h2 { font-size: 3.35rem; }
  .story-step h3 { font-size: 1.65rem; }
  .geo-answer { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .geo-answer h2 { font-size: 2.55rem; }
  .geo-facts dd { font-size: 1.08rem; }
  .route-card__body { grid-template-columns: 5.5rem 1fr; }
  .route-card__body strong { font-size: 2.3rem; }
  .band--journey .section-heading h2 { font-size: 2.7rem; }
}

@media (max-width: 64rem) {
  :root { --header: 4.5rem; --section-space: 4.5rem; }
  h1 { font-size: 4.8rem; }
  h2 { font-size: 3.2rem; }
  .site-header { padding-inline: 1.25rem; }
  .site-header nav { position: fixed; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 6rem 1.5rem 2rem; background: var(--canvas); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-1rem); transition: opacity .35s, visibility .35s, transform .35s var(--ease); }
  .site-header nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-header nav > a:not(.button) { display: block; padding: .7rem 0; border-top: 1px solid var(--line); font-family: var(--display); font-size: 1.65rem; font-weight: 400; text-transform: none; }
  .site-header nav > a:not(.button)::after { display: none; }
  .site-header nav .language { margin: .6rem 0; padding: .7rem 0; border-left: 0; }
  .site-header nav .button { width: min(20rem,100%); margin-top: 1rem; }
  .menu-toggle { position: relative; z-index: 2; display: grid; width: 2.8rem; height: 2.8rem; place-content: center; gap: .45rem; padding: 0; border: 0; background: transparent; color: inherit; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 1.6rem; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(.25rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-.25rem) rotate(-45deg); }
  .section-heading { grid-template-columns: .4fr 1.25fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .story-map { grid-template-columns: .72fr 1.28fr; gap: 2.5rem; }
  .route-card { min-height: 28rem; }
  .deck { grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 3rem; }
  .deck h2 { font-size: 2.4rem; }
  .deck > div:first-child { max-width: 32rem; }
  .deck__cards { width: 100%; }
  .access-steps { grid-template-columns: repeat(2,1fr); }
  .access-steps li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .access-steps li:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 45rem) {
  :root { --section-space: 3.75rem; }
  body { font-size: .96rem; }
  h1 { font-size: 3.6rem; }
  h2 { font-size: 2.75rem; }
  h3 { font-size: 2rem; }
  .lead { font-size: 1.22rem; }
  .site-header { min-height: var(--header); padding: .7rem 1rem; }
  .brand strong { max-width: 10rem; font-size: .62rem; }
  .hero { min-height: 88svh; }
  .hero--inner { min-height: min(34rem, 74svh); }
  .hero__copy { width: calc(100% - 2rem); padding: 7rem 0 3rem; }
  .hero--inner .hero__copy { padding: 5.75rem 0 1.75rem; }
  .hero__copy > * { max-width: none; }
  .hero h1, .hero--program h1, .hero--payment h1, .hero--article h1, .hero--route h1 { max-width: 12ch; font-size: 3.1rem; }
  .hero--inner h1, .hero--inner.hero--program h1, .hero--inner.hero--payment h1, .hero--inner.hero--article h1, .hero--inner.hero--route h1 { max-width: 14ch; font-size: 2.65rem; }
  .hero__promise { max-width: 28rem; font-size: 1.45rem; }
  .hero--inner .hero__promise { margin-top: .7rem; font-size: 1.1rem; line-height: 1.25; }
  .hero__lead { max-width: 28rem; font-size: .94rem; }
  .hero--inner .hero__lead { margin-top: .55rem; font-size: .84rem; line-height: 1.45; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: .8rem; }
  .hero__actions .button { width: 100%; }
  .hero--inner .hero__actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .8rem 1rem; margin-top: 1rem; }
  .hero--inner .hero__actions .button { width: auto; min-height: 2.8rem; padding-inline: .85rem; font-size: .64rem; }
  .hero__note { display: none; }
  .hero__veil { background: rgba(13,22,21,.58); }
  .hero--home .hero__cinematic-media img { object-position: 58% center; }
  .band, .story-map { padding: var(--section-space) 1rem; }
  .page--route main > .band, .page--program main > .band, .page--author main > .band, .page--faq main > .band, .page--payment main > .band, .page--blog main > .band { padding-block: 2.75rem; }
  .answer-first--standard { padding-block: 2.5rem !important; }
  .answer-first__standard-shell > h2 { max-width: 17ch; font-size: 2rem; }
  .answer-first--standard .answer-first__standard-shell > h2 { max-width: none; font-size: 1.75rem; white-space: normal; }
  .answer-first__standard-shell > .lead { font-size: 1rem; }
  .answer-first--standard .answer-first__steps { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 1rem; margin-block: 1rem 1.25rem; }
  .answer-first--standard .answer-first__steps li { padding: .65rem 0; }
  .answer-first--standard .answer-first__author-strip { margin-top: 1.75rem; }
  .answer-first--program { padding-block: 2.5rem !important; background-position: 70% center; }
  .answer-first__author-strip { grid-template-columns: 1fr; gap: 1rem; }
  .answer-first--program h2 { max-width: 16ch; font-size: 2rem; }
  .answer-first__program-title span:first-child { white-space: normal; }
  .answer-first__program-copy .lead { font-size: 1rem; line-height: 1.45; }
  .answer-first--program .answer-first__steps { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 1rem; margin-block: 1rem 1.25rem; }
  .answer-first--program .answer-first__steps li { display: block; padding: .65rem 0; }
  .answer-first--program .answer-first__steps li p { margin-top: .3rem; line-height: 1.35; }
  .answer-first__author-strip { margin-top: 2rem; }
  .band--program-stages, .band--program-cards, .band--program-rhythm { padding-block: 2.5rem !important; }
  .band--program-stages .section-heading h2, .band--program-rhythm .rhythm h2 { max-width: none; font-size: 2.2rem; }
  .band--program-cards .deck { gap: 1.75rem; }
  .band--program-rhythm .rhythm { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .band--program-rhythm .rhythm h2 { grid-column: 1 / -1; margin-bottom: 1.25rem; }
  .band--program-rhythm .rhythm > div { min-height: 6.5rem; padding: .85rem; }
  .band--program-rhythm .rhythm > div:nth-of-type(even) { border-left: 1px solid var(--line); }
  .band--program-rhythm .rhythm p { margin-top: 1.25rem; font-size: 1.05rem; }
  .band--route-practice, .band--route-journey, .band--route-cards, .band--author-profile, .band--author-principles, .band--faq-page, .band--payment-flow, .band--journal-index, .article-body--dialogue, .article-body--boundaries { padding-block: 2.5rem; }
  .band--route-practice .split { gap: 1.5rem; }
  .band--route-practice .split h2 { max-width: none; font-size: 1.75rem; }
  .band--route-journey .section-heading h2, .band--author-principles h2 { max-width: none; font-size: 2.2rem; }
  .band--route-practice .quote-panel { min-height: 0; padding: 1.25rem; }
  .band--route-practice .quote-panel__label { margin-bottom: .85rem; }
  .band--route-practice .quote-panel p { font-size: 1.2rem; }
  .band--route-journey .section-heading { margin-bottom: 1rem; }
  .band--route-cards .deck { gap: 1.75rem; }
  .band--author-profile .author-block { gap: 1.75rem; }
  .band--author-principles .feature-list { grid-template-columns: 1fr; }
  .band--faq-page .faq-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .band--faq-page .faq-layout h2 { font-size: 2.1rem; }
  .band--payment-flow .access-steps li { min-height: 0; }
  .band--journal-index .article-grid { grid-template-columns: 1fr; }
  .band--journal-index .article-grid > a { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .band--journal-index .article-grid h2 { font-size: 1.75rem; }
  .article-body--dialogue > div, .article-body--boundaries > div { padding: 1.25rem; }
  .page--article .article-body { padding-block: 3rem; }
  .story-map { display: block; background-position: 68% center; }
  .story-map__intro { position: static; margin-bottom: 2.75rem; }
  .story-map__intro h2 { max-width: 12ch; font-size: 2.65rem; }
  .story-map__track { grid-template-columns: 1fr; gap: 0; }
  .story-step { min-height: 0; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1rem 0; }
  .story-step > span { width: 2.65rem; height: 2.65rem; }
  .story-step h3 { font-size: 1.85rem; }
  .section-heading { display: block; margin-bottom: 2.25rem; }
  .section-heading h2 { max-width: 12ch; }
  .section-heading > p:last-child { margin-top: 1.2rem; }
  .band--journey .section-heading { margin-bottom: 2.4rem; }
  .band--journey .section-heading h2 { font-size: 2.35rem; }
  .geo-answer, .split, .faq-layout, .author-block { grid-template-columns: 1fr; gap: 3.5rem; }
  .band--faq { padding-block: 2rem; }
  .band--faq .faq-layout { gap: 1.5rem; }
  .band--faq .faq-layout h2 { font-size: 2rem; }
  .band--author { padding-block: 3rem; }
  .author-block { gap: 2rem; }
  .geo-answer__title { font-size: 2.1rem !important; }
  .geo-facts > div { min-height: 0; padding: 1rem .8rem; }
  .route-grid { grid-template-columns: 1fr; }
  .band--routes { padding-block: 2.5rem; }
  .band--routes .section-heading h2 { font-size: 2.5rem; }
  .band--routes .route-card { min-height: 24rem; }
  .route-card { min-height: 26rem; }
  .route-card__body { grid-template-columns: 1fr; padding: 1.5rem; }
  .route-card__body small { grid-row: auto; }
  .route-card__body strong { font-size: 2.25rem; }
  .journey { grid-template-columns: 1fr; }
  .band--journey { padding-block: 3.5rem; }
  .journey li, .journey li:nth-child(4) { min-height: 0; padding: 1rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .journey li:first-child { border-top: 0; }
  .journey li div { margin-top: 0; padding: .4rem 0 0 3rem; }
  .journey li > span { position: absolute; top: 1.2rem; left: 0; }
  .band--cards { padding-block: 3.5rem; }
  .band--cards::after { background-position: right top; background-size: auto 46%; background-repeat: no-repeat; }
  .deck { grid-template-columns: 1fr; gap: 2.5rem; }
  .deck h2 { max-width: 18ch; font-size: 2.15rem; }
  .deck__cards { display: flex; justify-content: flex-start; gap: .9rem; width: calc(100vw - 1rem); overflow-x: auto; padding: 0 1rem 1rem 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .deck__card { flex: 0 0 min(13rem, 68vw); scroll-snap-align: start; }
  .deck__card:nth-child(2) { margin-top: 0; }
  .author-block figure { max-width: 30rem; }
  .author-block figcaption { font-size: 1.15rem; }
  .faq-layout > div:first-child { position: static; }
  .faq-list summary { font-size: 1.18rem; }
  .band--offer { padding-block: 2.5rem; }
  .offer { grid-template-columns: 1fr; gap: 2rem; }
  .offer__visual { width: min(100%,30rem); }
  .offer__title { grid-column: auto; font-size: 2.8rem; }
  .offer__purchase { align-items: start; flex-direction: column; gap: 1.25rem; }
  .offer__purchase strong { font-size: 3rem; }
  .quote-panel { min-height: 18rem; padding: 1.8rem; }
  .quote-panel p { font-size: 1.55rem; }
  .access-steps { grid-template-columns: 1fr; }
  .access-steps li, .access-steps li:nth-child(3), .access-steps li:nth-child(4) { min-height: 0; padding: 1.2rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .access-steps li:first-child { border-top: 0; }
  .access-steps li p { margin: .7rem 0 0 3rem; }
  .checkout-form { padding: 1.3rem; }
  .rhythm { grid-template-columns: 1fr; }
  .rhythm h2 { margin-bottom: 2rem; }
  .rhythm > div { min-height: 7rem; padding: 1rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .rhythm p { margin-top: 1.5rem; }
  .band--program-rhythm .rhythm { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .band--program-rhythm .rhythm h2 { grid-column: 1 / -1; margin-bottom: 1.25rem; }
  .band--program-rhythm .rhythm > div { min-height: 6.5rem; padding: .85rem; }
  .band--program-rhythm .rhythm > div:nth-of-type(even) { border-left: 1px solid var(--line); }
  .band--program-rhythm .rhythm p { margin-top: 1.25rem; font-size: 1.05rem; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid > a { min-height: 22rem; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .article-grid h2 { font-size: 2.4rem; }
  .article-body { padding: 4.5rem 1rem; }
  .article-body p { font-size: 1.18rem; }
  .site-footer { gap: 1.1rem; padding: 1.5rem 1rem; }
  .footer__main { grid-template-columns: 1fr; gap: .85rem; }
  .footer__tagline { font-size: 1.05rem; }
  .footer__nav { justify-content: flex-start; flex-wrap: wrap; gap: .65rem 1rem; }
  .footer__meta { display: grid; gap: .65rem; padding-top: .75rem; }
  .seller-details { text-align: left; white-space: normal; }
  .language-root h1 { font-size: 3.3rem; }
  .language-root nav { flex-direction: column; }
}

@media (max-width: 27rem) {
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.45rem; }
  .language-root h1 { font-size: 2.7rem; overflow-wrap: anywhere; }
  .hero h1, .hero--program h1, .hero--payment h1, .hero--article h1, .hero--route h1 { font-size: 2.75rem; }
  .brand strong { max-width: 8rem; }
  .deck__cards { width: calc(100vw - 1rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero__cinematic-media img, .deck__card, .motion-ready [data-chapter] > *, .motion-ready .story-step { opacity: 1 !important; transform: none !important; }
}
