/* ==========================================================================
   OSMIA TRIPS — the journeys' own paper (2026-09-07).
   A sub-brand of Osmia: the same mark and the same three typefaces, on its
   own page — photographs full-bleed, paper sections, a clay accent instead
   of the app's honey, no stage, no bee. Built for the seven trips-* pages
   by tools/build.py (`shell: trips`). Backgrounds and pictures are meant to
   be swapped; the structure is the thing.
   ========================================================================== */

/* THE SAME VOICE AS THE APP'S SITE (2026-09-15): Schibsted Grotesk on the Trips paper too — Fraunces and
   Inter are gone. Lora stays for the letter alone (a person writing) and the shared wordmark. */
@font-face { font-family: "Schibsted Grotesk"; font-style: normal; font-weight: 400 900; font-display: swap; src: url("assets/fonts/schibsted-grotesk.woff2") format("woff2"); }
@font-face { font-family: "Schibsted Grotesk"; font-style: italic; font-weight: 400 900; font-display: swap; src: url("assets/fonts/schibsted-grotesk-italic.woff2") format("woff2"); }
@font-face { font-family: "Osmia Fallback"; src: local("Helvetica Neue"), local("Helvetica"), local("Arial"); size-adjust: 104.22%; ascent-override: 93.7%; descent-override: 24.7%; line-gap-override: 0%; }
@font-face { font-family: "Lora"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("assets/fonts/lora.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-style: italic; font-weight: 400 700; font-display: swap; src: url("assets/fonts/lora-italic.woff2") format("woff2"); }

:root {
  --ink: #1A1714; --ink-2: #2B2620; --ink-3: #4A433B; --ink-4: #6B635A;
  --paper: #F4EEE3; --paper-2: #EBE3D4; --paper-3: #E1D7C4; --white: #FBF8F2;
  --clay: #B4542D; --clay-deep: #8A3D1F; /* clay is the fill (white on it 4.95:1); text in clay wears clay-deep (6.6:1 on paper) */ --sea: #1F5B63; --night: #171F1E; --night-2: #202B29;
  --hair: rgba(26, 23, 20, .14);
  --sans: "Schibsted Grotesk", "Osmia Fallback", "Helvetica Neue", Helvetica, Arial, sans-serif; --display: var(--sans); --voice: "Lora", Georgia, serif; --brand: "Lora", Georgia, serif; --serif: var(--sans);
  --gutter: clamp(20px, 6vw, 96px); --frame-w: 1360px;
  --frame: max(var(--gutter), calc((100vw - var(--frame-w)) / 2 + var(--gutter)));
  --ease: cubic-bezier(.16, 1, .3, 1);
  /* the site's motion tokens, on this paper too (2026-09-15): three beats, the same curves */
  --dur-micro: 120ms; --dur-short: 200ms; --dur-long: 280ms;
  --ease-out: var(--ease); --ease-in: cubic-bezier(.7, 0, .84, 0); --ease-move: cubic-bezier(.65, 0, .35, 1);
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a, button, input, textarea, select, summary, label { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
::selection { background: color-mix(in oklab, var(--clay) 28%, white); }
::placeholder { color: var(--ink-4); opacity: 1; }
:where(a, button, input, textarea, summary):focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; border-radius: 3px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* --- type --- */
h1, h2, h3, .display { font-family: var(--display); font-weight: 400; letter-spacing: -.025em; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(48px, 7.6vw, 108px); line-height: .94; }
h2 { font-size: clamp(34px, 4.2vw, 60px); line-height: 1.02; letter-spacing: -.02em; }
h3 { font-size: clamp(22px, 2vw, 28px); line-height: 1.15; letter-spacing: -.012em; }
h2 em, h1 em { font-style: italic; font-weight: 400; }
.eyebrow { font: 500 11.5px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--clay-deep); margin: 0 0 18px; }
.eyebrow--ink { color: var(--ink-4); }
.lede { font-size: clamp(19px, 1.5vw, 23px); line-height: 1.5; color: var(--ink-2); margin: 26px 0 0; text-wrap: pretty; }
p { margin: 18px 0 0; color: var(--ink-2); text-wrap: pretty; }
.small { font-size: 15px; color: var(--ink-3); }
.fine { font-size: 14px; line-height: 1.5; color: var(--ink-4); }
.link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; font: 500 14px/1 var(--sans); letter-spacing: .04em; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 6px; transition: color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out); }
.link:focus-visible { color: var(--clay-deep); border-color: var(--clay-deep); }
/* the square button: the same system as the site's pill — a fill under the pointer, a 2 % press on the micro beat,
   the ring for the keyboard, half presence when disabled, the progress cursor while its form sends */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 50px; padding: 0 26px; border-radius: 4px; text-decoration: none; font: 500 14px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--ink); border: 1px solid var(--ink); background: transparent; cursor: pointer; user-select: none; -webkit-user-select: none; transition: background-color var(--dur-short) var(--ease-out), color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out), opacity var(--dur-short) var(--ease-out), transform var(--dur-micro) var(--ease-out); }
.btn:active:not(:disabled) { transform: scale(.98); }
.btn:disabled { opacity: .55; cursor: not-allowed; }
form[aria-busy="true"] .btn:disabled { cursor: progress; }
.btn--fill { background: var(--clay); border-color: var(--clay-deep); color: #fff; }
.btn--light { color: #fff; border-color: rgba(255,255,255,.8); }
@media (hover: hover) {
  .link:hover { color: var(--clay-deep); border-color: var(--clay-deep); }
  .btn:not(:disabled):hover { background: var(--ink); color: var(--paper); }
  .btn--fill:not(:disabled):hover { background: var(--clay-deep); border-color: var(--clay-deep); color: #fff; }
  .btn--light:not(:disabled):hover { background: #fff; color: var(--ink); border-color: #fff; }
}
.btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }

/* --- the frame --- */
.wrap { padding-left: var(--frame); padding-right: var(--frame); }
section.block { padding-top: clamp(56px, 7.5vw, 104px); padding-bottom: clamp(56px, 7.5vw, 104px); }
section.block--tight { padding-top: clamp(44px, 6vw, 84px); padding-bottom: clamp(44px, 6vw, 84px); }
.block--paper2 { background: var(--paper-2); }
.block--white { background: var(--white); }
.block--night { background: var(--night); color: var(--paper); }
.block--night p, .block--night .lede { color: color-mix(in oklab, var(--paper) 82%, transparent); }
.block--night .eyebrow { color: color-mix(in oklab, var(--clay) 80%, white); }
.head { max-width: 46rem; }
.head--center { margin-inline: auto; text-align: center; }
.head--center .eyebrow { justify-content: center; }
.two { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.two--even { grid-template-columns: 1fr 1fr; }
.measure { max-width: 40rem; }
.rule { border: 0; border-top: 1px solid var(--hair); margin: 0; }

/* --- the nav --- */
.tnav { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px var(--frame); font: 500 13.5px/1 var(--sans); letter-spacing: .02em; color: #fff; transition: background-color var(--dur-long) var(--ease-out), color var(--dur-long) var(--ease-out), box-shadow var(--dur-long) var(--ease-out), padding var(--dur-long) var(--ease-out); } /* the padding: 4px on a fixed layer, once, as the photograph scrolls by — nothing below it reflows */
.tnav--solid, .tnav--paper { background: color-mix(in oklab, var(--paper) 92%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); color: var(--ink); box-shadow: 0 1px 0 var(--hair); padding-top: 14px; padding-bottom: 14px; }
.tnav__brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font: 500 21px/1 var(--brand); letter-spacing: -.006em; white-space: nowrap; }
.tnav__brand img { width: 28px; height: 28px; }
.tnav__brand b { font-weight: 500; }
.tnav__brand small { font: 500 10px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; margin-left: 6px; opacity: .85; align-self: flex-end; padding-bottom: 2px; }
.tnav--paper .tnav__brand img, .tnav--solid .tnav__brand img { filter: none; }
.tnav:not(.tnav--solid):not(.tnav--paper) .tnav__brand img { filter: brightness(0) invert(1); }
.tnav__links { display: flex; gap: 28px; }
.tnav__links a { text-decoration: none; opacity: .85; padding: 6px 0; border-bottom: 1px solid transparent; transition: opacity var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out); }
.tnav__links a[aria-current="page"], .tnav__links a:focus-visible { opacity: 1; border-bottom-color: currentColor; }
@media (hover: hover) { .tnav__links a:hover { opacity: 1; border-bottom-color: currentColor; } }
.tnav__right { display: flex; align-items: center; gap: 18px; }
.tlang { display: flex; gap: 12px; font-size: 11.5px; letter-spacing: .1em; opacity: .85; }
.tlang a { text-decoration: none; }
.tlang [aria-current] { text-decoration: underline; text-underline-offset: 5px; }
.tnav .btn { height: 42px; padding: 0 18px; font-size: 12.5px; }
.tnav__toggle { display: none; appearance: none; background: none; border: 0; padding: 8px; color: inherit; cursor: pointer; transition: transform var(--dur-micro) var(--ease-out), opacity var(--dur-micro) var(--ease-out); }
.tnav__toggle:active { transform: scale(.92); opacity: .7; }
.tmenu { display: none; }
@media (max-width: 900px) {
  .tnav { flex-wrap: wrap; }
  .tnav__links, .tnav__right .tlang { display: none; }
  .tnav__toggle { display: block; }
  .tnav__right { gap: 8px; }
  .tmenu { width: 100%; opacity: 0; transform: translateY(-8px); transition: opacity calc(var(--dur-long) * .75) var(--ease-in), transform calc(var(--dur-long) * .75) var(--ease-in), display calc(var(--dur-long) * .75) allow-discrete; }
  .tmenu.open { display: flex; flex-direction: column; padding: 12px 0 8px; opacity: 1; transform: none; transition: opacity var(--dur-long) var(--ease-out), transform var(--dur-long) var(--ease-out), display var(--dur-long) allow-discrete; }
  @starting-style { .tmenu.open { opacity: 0; transform: translateY(-8px); } }
  .tmenu a { text-decoration: none; padding: 13px 2px; border-bottom: 1px solid var(--hair); font: 400 21px/1.2 var(--sans); letter-spacing: -.01em; color: var(--ink); }
  .tmenu a[aria-current="page"] { color: var(--clay-deep); }
  .tmenu .tlang { display: flex; gap: 18px; padding: 16px 2px 6px; opacity: 1; color: var(--ink); }
  .tnav:has(.tmenu.open) { background: color-mix(in oklab, var(--paper) 96%, transparent); backdrop-filter: blur(14px); color: var(--ink); box-shadow: 0 1px 0 var(--hair); }
  .tnav:has(.tmenu.open) .tnav__brand img { filter: none; }
}

/* --- the hero: a photograph, full bleed --- */
.hero { position: relative; min-height: min(100svh, 920px); display: grid; align-items: end; color: #fff; isolation: isolate; overflow: hidden; }
.hero--short { min-height: min(72svh, 680px); }
.hero__pic { position: absolute; inset: 0; z-index: -2; }
.hero__pic img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus, 50% 50%); }
.motion .hero__pic img { animation: heroZoom 14s var(--ease) both; }
@keyframes heroZoom { from { scale: 1.06; } to { scale: 1; } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(12,10,8,.86) 0%, rgba(12,10,8,.66) 34%, rgba(12,10,8,.40) 60%, rgba(12,10,8,.30) 100%); } /* measured 2026-09-07: white text at 4.5:1 against the brightest 5 % behind it, on every hero, both viewports */
.hero__body { box-sizing: content-box; padding: 150px var(--frame) clamp(48px, 7vw, 96px); max-width: 62rem; } /* content-box: at 1920 the old 1100px cap included two 376px gutters and squeezed the headline into six lines */
.hero .eyebrow { color: #fff; }
.hero h1 { color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.25); font-size: clamp(54px, 7vw, 104px); }
.hero .lede { color: color-mix(in oklab, #fff 95%, transparent); max-width: 34rem; font-size: clamp(18px, 1.4vw, 22px); margin-top: 24px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 8px 0; margin-top: 28px; font: 400 12.5px/1.6 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: #fff; }
.hero__facts b { font-weight: 600; color: #fff; }
.hero__facts li { list-style: none; padding-right: 18px; margin-right: 18px; border-right: 1px solid rgba(255,255,255,.35); }
.hero__facts li:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.hero__facts a { text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 2px; }
.hero__facts a:hover { border-bottom-color: #fff; }
.hero__facts ul { padding: 0; margin: 0; display: contents; }
.hero__credit { position: absolute; right: var(--frame); bottom: 16px; font: 400 10.5px/1 var(--sans); letter-spacing: .06em; color: rgba(255,255,255,.55); text-decoration: none; }

/* --- the journeys: three photographic cards --- */
.cards3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 48px; }
/* a journey card is one thing that lifts: 3px and a deeper shadow, together, on the short beat — one signal.
   (It lifted, deepened and zoomed its photograph at once, over half a second; the zoom is gone.) A press sets it down. */
.jcard { position: relative; display: flex; flex-direction: column; text-decoration: none; color: var(--ink); background: var(--white); border-radius: 6px; overflow: hidden; box-shadow: 0 1px 0 var(--hair), 0 30px 60px -40px rgba(26,23,20,.35); transition: transform var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out); }
.jcard:focus-visible { transform: translateY(-3px); box-shadow: 0 1px 0 var(--hair), 0 40px 70px -40px rgba(26,23,20,.45); }
.jcard:active { transform: translateY(0); transition-duration: var(--dur-micro); }
@media (hover: hover) { .jcard:hover { transform: translateY(-3px); box-shadow: 0 1px 0 var(--hair), 0 40px 70px -40px rgba(26,23,20,.45); } }
.jcard__pic { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-3); }
.jcard__pic img { width: 100%; height: 100%; object-fit: cover; }
.jcard__body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.jcard .eyebrow { margin-bottom: 12px; letter-spacing: .16em; }
.jcard h3 { font-size: clamp(24px, 2.1vw, 30px); }
.jcard p { margin-top: 12px; font-size: 16px; color: var(--ink-3); }
.jcard__meta { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 6px 0; font: 500 12px/1.5 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-4); }
.jcard__meta li { padding-right: 12px; margin-right: 12px; border-right: 1px solid var(--hair); }
.jcard__meta li:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.jcard__foot { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-top: 1px solid var(--hair); margin-top: 22px; }
.jcard__price { font: 500 15px/1.3 var(--sans); color: var(--ink); }
.jcard__price small { display: block; font-weight: 400; font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-4); margin-top: 2px; }
.jcard__go { font: 500 13px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--clay-deep); white-space: nowrap; }

/* --- pillars: four short things --- */
.pillars { list-style: none; padding: 0; margin: 48px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.pillars li { border-top: 1px solid var(--ink); padding-top: 18px; }
.pillars i { display: block; font: 500 11px/1 var(--sans); letter-spacing: .2em; color: var(--clay-deep); font-style: normal; margin-bottom: 14px; }
.pillars b { display: block; font: 400 24px/1.15 var(--display); letter-spacing: -.012em; }
.pillars p { margin-top: 10px; font-size: 16px; color: var(--ink-3); }

/* --- four lines, one each --- */
.lines { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); }
.lines li { padding: 20px 0; border-bottom: 1px solid var(--hair); font: 400 clamp(21px, 1.9vw, 27px)/1.2 var(--display); letter-spacing: -.012em; display: flex; gap: 18px; align-items: baseline; }
.lines i { font: 500 11px/1 var(--sans); letter-spacing: .2em; color: var(--clay-deep); font-style: normal; flex: none; width: 28px; }
.lines em { font-style: italic; font-weight: 400; color: var(--ink-3); }

/* --- the dates list --- */
.dates { list-style: none; padding: 0; margin: 36px 0 0; border-top: 1px solid var(--ink); }
.dates li { display: grid; grid-template-columns: 200px minmax(0, 1fr) auto; gap: 24px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--hair); }
.dates .when { font: 500 12.5px/1.6 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--clay-deep); }
.dates h3 { font-size: clamp(22px, 2vw, 30px); }
.dates h3 a { text-decoration: none; }
.dates h3 a:hover { color: var(--clay-deep); }
.dates p { margin-top: 6px; font-size: 16px; color: var(--ink-3); }

/* --- a person, a photograph beside the words --- */
.who { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.who__pic { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 6px; background: var(--paper-3); }
.who__pic img { width: 100%; height: 100%; object-fit: cover; }
.who__pic--wide { aspect-ratio: 4 / 3; }

/* --- the route: place and nights --- */
.route { list-style: none; padding: 0; margin: 28px 0 0; border-top: 1px solid var(--ink); }
.route li { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--hair); }
.route b { font: 400 18px/1.3 var(--sans); }
.route span { font: 500 12px/1.4 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-4); text-align: right; white-space: nowrap; }
.route li.route--sum { border-bottom: 0; }
.route li.route--sum b { font-family: var(--sans); font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.facts { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
.facts li { border-top: 1px solid var(--hair); padding-top: 12px; }
.facts i { display: block; font: 500 11px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--ink-4); font-style: normal; margin-bottom: 8px; }
.facts b { font: 500 17px/1.3 var(--sans); }

/* --- the chapters: numbered, a picture each --- */
.chapters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 28px; margin-top: 56px; counter-reset: ch; }
.chapter { counter-increment: ch; background: var(--white); border-radius: 6px; overflow: hidden; box-shadow: 0 1px 0 var(--hair); display: flex; flex-direction: column; }
.chapter--wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); }
.chapter__pic { aspect-ratio: 3 / 2; overflow: hidden; background: var(--paper-3); }
.chapter--wide .chapter__pic { aspect-ratio: auto; min-height: 100%; }
.chapter__pic img { width: 100%; height: 100%; object-fit: cover; }
.chapter__body { padding: 26px 28px 30px; }
.chapter__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.chapter__num { font: 500 11.5px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--clay-deep); }
.chapter__num::before { content: counter(ch, upper-roman) " · "; }
.chapter__nights { font: 500 11.5px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); white-space: nowrap; }
.chapter h3 { margin-top: 12px; }
.chapter p { font-size: 16.5px; }
.chapter__list { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 6px 14px; font: 400 13.5px/1.6 var(--sans); color: var(--ink-3); }
.chapter__list li::before { content: "·"; color: var(--clay-deep); margin-right: 8px; }
.chapter__note { margin-top: 16px; font-size: 14px; color: var(--ink-4); font-style: italic; }

/* --- the rhythm of a day --- */
.day { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid var(--hair); border-radius: 6px; overflow: hidden; background: var(--white); }
.day li { padding: 26px 24px 28px; border-right: 1px solid var(--hair); }
.day li:last-child { border-right: 0; }
.day i { display: block; font: 500 11px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--clay-deep); font-style: normal; margin-bottom: 12px; }
.day b { display: block; font: 400 21px/1.2 var(--display); letter-spacing: -.01em; }
.day p { margin-top: 10px; font-size: 15px; color: var(--ink-3); }

/* --- who it is for: folds --- */
.folds { margin-top: 32px; border-top: 1px solid var(--ink); }
.folds details { border-bottom: 1px solid var(--hair); }
.folds summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; font: 400 clamp(19px, 1.7vw, 24px)/1.25 var(--display); letter-spacing: -.01em; }
.folds summary::-webkit-details-marker { display: none; }
.folds summary::after { content: "+"; font: 300 26px/1 var(--sans); color: var(--clay-deep); flex: none; transition: rotate var(--dur-short) var(--ease-move); }
.folds details[open] summary::after { rotate: 45deg; }
.folds details > p, .folds details > ul { margin: 0 0 22px; max-width: 42rem; font-size: 16.5px; }
.folds details > ul { padding-left: 18px; color: var(--ink-2); }
.folds details > ul li { margin-top: 6px; }

/* --- the price --- */
.tiers { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 56rem; }
.tier { background: var(--white); border: 1px solid var(--hair); border-radius: 6px; padding: 28px 28px 30px; }
.tier .eyebrow { margin-bottom: 10px; }
.tier__price { font: 500 clamp(40px, 4vw, 56px)/1 var(--display); letter-spacing: -.03em; margin-top: 6px; }
.tier__price small { font: 500 12px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-4); margin-left: 8px; }
.tier p { font-size: 15.5px; color: var(--ink-3); margin-top: 12px; }
.tier--dark { background: var(--night); color: var(--paper); border-color: var(--night); }
.tier--dark p { color: color-mix(in oklab, var(--paper) 78%, transparent); }
.tier--dark .eyebrow { color: color-mix(in oklab, var(--clay) 75%, white); }
.tier--dark .tier__price small { color: color-mix(in oklab, var(--paper) 60%, transparent); }
.incl { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 40px; margin-top: 48px; max-width: 56rem; }
.incl h3 { font: 500 11.5px/1.4 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--ink-4); border-top: 1px solid var(--ink); padding-top: 16px; }
.incl ul { list-style: none; padding: 0; margin: 14px 0 0; }
.incl li { padding: 9px 0 9px 22px; border-top: 1px solid var(--hair); font-size: 16px; color: var(--ink-2); position: relative; }
.incl li::before { content: "·"; position: absolute; left: 6px; color: var(--clay-deep); font-weight: 700; }
.incl li:first-child { border-top: 0; }
.terms-note { margin-top: 26px; font-size: 14.5px; color: var(--ink-4); max-width: 44rem; }

/* --- the form --- */
.apply { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.form { margin-top: 8px; }
.field { display: block; margin-top: 18px; }
fieldset.field { border: 0; padding: 0; margin: 18px 0 0; min-width: 0; }
.field legend, .field > span { display: block; font: 500 11px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 10px; }
.field input, .field textarea { width: 100%; border-radius: 4px; border: 1px solid rgba(26,23,20,.32); background: var(--white); padding: 14px 16px; font: 400 17px/1.45 var(--sans); color: var(--ink); transition: border-color var(--dur-short) var(--ease-out); }
.field input:focus-visible, .field textarea:focus-visible { border-color: rgba(26,23,20,.6); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--clay-deep); }
@media (hover: hover) { .field input:hover, .field textarea:hover { border-color: rgba(26,23,20,.5); } }
.field input { height: 52px; padding-top: 0; padding-bottom: 0; }
.field textarea { min-height: 150px; resize: vertical; }
.radios { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.radios label { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px; border: 1px solid rgba(26,23,20,.32); border-radius: 4px; background: var(--white); cursor: pointer; font: 400 16px/1.3 var(--sans); transition: border-color var(--dur-micro) var(--ease-out), box-shadow var(--dur-micro) var(--ease-out); }
.radios label:has(input:checked) { border-color: var(--clay-deep); box-shadow: inset 0 0 0 1px var(--clay); }
.radios label:has(input:focus-visible) { outline: 2px solid var(--clay); outline-offset: 3px; } /* the radio itself is hidden; the keyboard's ring stands on its label */
.radios label:active:not(:has(input:checked)) { border-color: rgba(26,23,20,.6); }
@media (hover: hover) { .radios label:not(:has(input:checked)):hover { border-color: rgba(26,23,20,.5); } }
.radios label span { font: 500 11px/1.4 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-4); }
.radios input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.form button[type=submit] { margin-top: 24px; }
.tripform__status { margin-top: 18px; font-size: 16px; color: var(--ink-2); }
.tripform__status a { color: var(--clay-deep); }
/* the line that replaces the form rises in (the trips paper has no heroRise) */
@keyframes statusRise { from { opacity: 0; translate: 0 12px; } to { opacity: 1; translate: 0 0; } }
.motion .tripform__status { animation: statusRise 380ms var(--ease) both; }

/* --- the letter --- */
/* the letter: two people writing to the reader — the voice, the one place Lora stands on this paper */
.letter { max-width: 42rem; margin-inline: auto; font-family: var(--voice); }
.letter p { font-size: clamp(18px, 1.35vw, 20.5px); line-height: 1.65; }
.letter .sig { margin-top: 34px; font-style: italic; color: var(--ink-3); }
.letter .sig b { display: block; font-style: normal; font-weight: 500; color: var(--ink); }
blockquote.pull { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.12; letter-spacing: -.02em; text-wrap: balance; }
blockquote.pull em { font-style: italic; font-weight: 400; }

/* --- a strip of pictures --- */
.strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 48px; }
.strip figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; background: var(--paper-3); }
.strip figure:nth-child(2n) { translate: 0 22px; }
.strip img { width: 100%; height: 100%; object-fit: cover; }

/* --- the document (terms) --- */
.doc { max-width: 44rem; }
.doc h2 { font-size: clamp(26px, 2.6vw, 36px); margin-top: 52px; }
.doc h3 { font: 500 11.5px/1.4 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--ink-4); margin-top: 40px; }
.doc p, .doc li { font-size: 17px; }
.doc ul { padding-left: 20px; margin-top: 12px; color: var(--ink-2); }
.doc li { margin-top: 6px; }
.doc table { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 16px; }
.doc td, .doc th { text-align: left; padding: 10px 0; border-top: 1px solid var(--hair); vertical-align: top; }
.doc th { font: 500 11px/1.4 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-4); }

/* --- the band that asks --- */
.ask { text-align: center; }
.ask h2 { max-width: 30ch; margin-inline: auto; }
.ask .btns { justify-content: center; }

/* --- the footer --- */
.tfoot { background: var(--night); color: var(--paper); padding: clamp(56px, 7vw, 96px) var(--frame) 40px; }
.tfoot__grid { display: grid; grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 2fr)); gap: 40px; }
.tfoot__brand { display: flex; align-items: center; gap: 10px; font: 500 24px/1 var(--brand); letter-spacing: -.006em; text-decoration: none; white-space: nowrap; }
.tfoot__brand img { width: 30px; height: 30px; filter: brightness(0) invert(1); opacity: .9; }
.tfoot__brand small { font: 500 10px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; margin-left: 6px; align-self: flex-end; padding-bottom: 2px; opacity: .8; }
.tfoot p { color: color-mix(in oklab, var(--paper) 70%, transparent); font-size: 16px; max-width: 30rem; }
.tfoot h4 { margin: 0 0 14px; font: 500 11px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: color-mix(in oklab, var(--paper) 55%, transparent); }
.tfoot ul { list-style: none; padding: 0; margin: 0; }
.tfoot li { margin-top: 10px; font-size: 16px; }
.tfoot a { text-decoration: none; color: color-mix(in oklab, var(--paper) 88%, transparent); transition: color var(--dur-micro) var(--ease-out); }
.tfoot a:hover, .tfoot a:focus-visible { color: #fff; }
.tfoot__base { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font: 400 12.5px/1.6 var(--sans); letter-spacing: .04em; color: color-mix(in oklab, var(--paper) 55%, transparent); }
.tfoot__base a { color: color-mix(in oklab, var(--paper) 75%, transparent); }

/* --- arrival --- */
.js .reveal { opacity: 0; translate: 0 10px; transition: opacity .55s var(--ease), translate .55s var(--ease); } /* a small rise, not a slide: 10px over .55s (was 18px over .8s) */
.js .reveal.in { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; translate: none; transition: none; } .motion .hero__pic img { animation: none; }
  .btn:active:not(:disabled), .tnav__toggle:active, .jcard:hover, .jcard:focus-visible { transform: none; }
  .folds summary::after { transition: none; }
  .tmenu, .tmenu.open { transition: opacity var(--dur-micro) linear, display var(--dur-micro) allow-discrete; transform: none; }
  @starting-style { .tmenu.open { transform: none; } }
}

/* --- phones and tablets --- */
@media (max-width: 1100px) {
  .cards3 { grid-template-columns: 1fr 1fr; }
  .chapters { grid-template-columns: 1fr 1fr; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .day { grid-template-columns: 1fr 1fr; }
  .day li:nth-child(2) { border-right: 0; } .day li:nth-child(-n+2) { border-bottom: 1px solid var(--hair); }
  .tfoot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .two, .two--even, .apply, .who { grid-template-columns: 1fr; }
  .chapters { grid-template-columns: 1fr; gap: 26px; }
  .chapter--wide { grid-template-columns: 1fr; }
  .chapter--wide .chapter__pic { aspect-ratio: 3 / 2; min-height: 0; }
  .cards3 { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; gap: 24px; }
  .dates li { grid-template-columns: 1fr; gap: 8px; }
  .tiers, .incl, .radios { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr 1fr; }
  .strip figure:nth-child(2n) { translate: none; }
  .hero__body { padding-top: 120px; }
  .hero { min-height: min(92svh, 760px); }
  .hero::after { background: linear-gradient(to top, rgba(12,10,8,.88) 0%, rgba(12,10,8,.72) 40%, rgba(12,10,8,.50) 70%, rgba(12,10,8,.34) 100%); } /* the words sit higher on a phone, where the scrim was thinner: measured, the eyebrows read 3.97 and 4.01 before this */
  .hero .lede { font-size: 17.5px; margin-top: 18px; }
  .hero__facts { font-size: 11.5px; margin-top: 22px; gap: 10px 0; flex-direction: column; }
  .hero__facts li { padding-right: 0; margin-right: 0; border-right: 0; }
  .btns { margin-top: 26px; }
  .btn { height: 46px; padding: 0 20px; font-size: 13px; }
  .day { grid-template-columns: 1fr; } .day li { border-right: 0; border-bottom: 1px solid var(--hair); } .day li:last-child { border-bottom: 0; }
  .tfoot__grid { grid-template-columns: 1fr; gap: 28px; }
  .who__pic { max-width: 420px; }
}
