/* Afloat — the Proxling site in one world. 23 September 2026.
   Two inks on cream paper: riso green and fluorescent orange, overprinting to olive.
   Type in deep river. The page is the river seen from above; the plates are laid on it. */

@font-face { font-family: 'Gloock'; font-weight: 400; src: url('./assets/fonts/gloock-latin-400-normal.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Figtree'; font-weight: 400; src: url('./assets/fonts/figtree-latin-400-normal.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Figtree'; font-weight: 500; src: url('./assets/fonts/figtree-latin-500-normal.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: 'Figtree'; font-weight: 700; src: url('./assets/fonts/figtree-latin-700-normal.woff2') format('woff2'); font-display: swap; }

:root {
  /* Paper is sampled from the plates (#F5E8CD to #F7E9CF), not the pack's #F4EDDB, so plates sit on the page without a seam. */
  --paper: #F6E8CF;
  --card: #FBF3E2;
  --river: #0E3B28;      /* 10.4:1 on paper, 4.8:1 on orange, 4.5:1 on the share plate's orange */
  --orange: #FF7A3D;
  --orange-plate: #FD7131; /* sampled from the share plate's field */
  --green: #00A95C;      /* water and rules only; never under body text */
  --olive: #5E5A24;      /* 5.9:1 on paper: secondary type and rules */
  --display: 'Gloock', Georgia, 'Times New Roman', serif;
  --text: 'Figtree', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --g: clamp(16px, 4.4vw, 72px);
  --measure: 34em;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; background: var(--paper); color: var(--river); font-family: var(--text); font-size: 1.1875rem; line-height: 1.55; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 0.18em; text-decoration-thickness: 1.5px; }
p { margin: 0 0 1em; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; margin: 0; color: var(--river); letter-spacing: -0.012em; text-wrap: balance; }
h1 { font-size: clamp(3.1rem, 7.3vw, 9.6rem); line-height: 0.92; }
h2 { font-size: clamp(2.7rem, 6vw, 7.6rem); line-height: 0.94; }
h3 { font-size: clamp(1.6rem, 2.3vw, 2.4rem); line-height: 1.05; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--river); outline-offset: 3px; border-radius: 4px; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 50; background: var(--river); color: var(--paper); padding: 12px 18px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 12px; }
.skip-link:focus-visible { outline-color: var(--orange); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* ---------- small type ---------- */
.kicker { display: block; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--olive); margin-bottom: 18px; }
.status { font-size: 0.9375rem; font-weight: 500; color: var(--olive); margin: 0; }
.status b { font-weight: 700; color: var(--river); }
.lead { font-size: clamp(1.25rem, 1.6vw, 1.5rem); line-height: 1.45; max-width: var(--measure); }
.body { max-width: var(--measure); }

/* ---------- buttons ---------- */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 30px; border: 0; border-radius: 999px; background: var(--orange); color: var(--river); font: 700 1.0625rem/1 var(--text); text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { box-shadow: 0 0 0 3px var(--river) inset; }
.button:active { transform: translateY(1px); }
.button:disabled { opacity: .75; cursor: progress; }
.button svg { width: 22px; height: 22px; flex: none; }
.button.small { min-height: 46px; padding: 0 22px; font-size: 1rem; }
.text-link { font-weight: 700; color: var(--river); }
.actions { display: flex; flex-wrap: wrap; gap: 14px 30px; align-items: center; margin: 34px 0 26px; }

/* ---------- header ---------- */
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px var(--g); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 1.9rem; line-height: 1; color: var(--river); text-decoration: none; }
.wordmark img { width: 42px; height: 42px; border-radius: 50%; }
/* the set wordmark: Fraunces, soft and heavy, outlined, with the orange ripple for the i's dot */
.wordmark img.wordmark-type, .footer-mark img.wordmark-type { width: auto; height: 30px; border-radius: 0; box-shadow: none; transform: translateY(2px); }
.footer-mark img.wordmark-type { height: 36px; }
.wordmark img:first-child { transition: transform .5s cubic-bezier(.3, 1.4, .5, 1); }
.wordmark:hover img:first-child { transform: rotate(-8deg) translateY(-1px); }
.main-nav { display: flex; align-items: center; gap: 26px; padding: 5px 5px 5px 26px; border-radius: 999px; background: rgba(246, 232, 207, .9); }
.main-nav a:not(.button) { font-weight: 500; text-decoration: none; padding: 6px 0; background: linear-gradient(var(--river), var(--river)) left bottom / 0 1.5px no-repeat; transition: background-size .25s ease; }
.main-nav a:not(.button):hover, .main-nav a[aria-current="page"] { background-size: 100% 1.5px; }
.site-header.static { position: relative; }
/* scrolled past: the header waits just above the fold and slides down when you scroll up.
   An in-flow header sticks (so the page doesn't jump); the hero's floating one is fixed. */
.site-header.is-stuck:not(.static) { padding-top: 12px; padding-bottom: 12px; } /* in-flow headers keep their height, or the page would jump */
.site-header.is-stuck { position: fixed; background: rgba(246, 232, 207, .94); -webkit-backdrop-filter: blur(12px) saturate(1.2); backdrop-filter: blur(12px) saturate(1.2); box-shadow: 0 1px 0 rgba(14, 59, 40, .14), 0 10px 30px -18px rgba(14, 59, 40, .35); transform: translateY(-110%); }
.site-header.static.is-stuck { position: sticky; top: 0; }
.site-header.is-stuck.is-shown { transform: none; }
@media (prefers-reduced-motion: no-preference) { .site-header.is-stuck { transition: transform .38s cubic-bezier(.2, .7, .3, 1); } }
.site-header.is-stuck .main-nav { background: none; }
.menu-toggle { display: none; }
#mobile-nav[hidden] { display: none; }
@media (max-width: 1199px) {
  .main-nav { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 18px; border: 2px solid var(--river); border-radius: 999px; background: var(--paper); color: var(--river); font: 700 1rem/1 var(--text); cursor: pointer; }
  .menu-toggle svg { width: 20px; height: 20px; }
  #mobile-nav { position: absolute; top: calc(100% + 4px); left: 12px; right: 12px; z-index: 30; display: grid; gap: 4px; padding: 14px; background: var(--card); border: 2px solid var(--river); border-radius: 22px; box-shadow: 0 18px 40px rgba(14, 59, 40, .18); }
  #mobile-nav a { padding: 12px 10px; font-weight: 700; text-decoration: none; border-radius: 10px; }
  #mobile-nav a:hover { background: var(--paper); }
  #mobile-nav .button { margin-top: 8px; }
}

/* ---------- the ripple rings: rings spreading on water, never a bullseye ---------- */
.rings { position: relative; display: inline-block; width: 44px; height: 20px; flex: none; vertical-align: middle; }
.rings i { position: absolute; inset: 0; border: 2px solid var(--orange); border-radius: 50%; opacity: 0; transform: scale(.2); }
.rings i:nth-child(1) { opacity: .9; transform: scale(.45); }
.rings i:nth-child(2) { opacity: .45; transform: scale(.9); }
@media (prefers-reduced-motion: no-preference) {
  .rings i { animation: ring 3.6s cubic-bezier(.2, .6, .3, 1) infinite; opacity: 0; transform: scale(.2); }
  .rings i:nth-child(2) { animation-delay: 1.2s; }
  .rings i:nth-child(3) { animation-delay: 2.4s; }
}
@keyframes ring { 0% { opacity: 0; transform: scale(.15); } 15% { opacity: .95; } 100% { opacity: 0; transform: scale(1.25); } }
.rings.large { width: 220px; height: 84px; }
.rings.large i { border-width: 3px; }

/* ---------- the tent card: a small cream card folded once like a tent ---------- */
.tent { position: relative; margin: 0; max-width: 34rem; padding-top: 22px; }
.tent-card { position: relative; background: var(--card); border: 2px solid var(--river); border-radius: 6px 6px 10px 10px; padding: 30px 30px 26px; box-shadow: 10px 12px 0 -2px rgba(14, 59, 40, .12); }
/* the fold, on top like a little roof, and the far face of the tent in orange halftone */
.tent-card::before { content: ""; position: absolute; left: 14px; right: 14px; top: -2px; height: 10px; border-top: 2px solid var(--river); border-radius: 50% 50% 0 0 / 100% 100% 0 0; opacity: .35; }
.tent::after { content: ""; position: absolute; z-index: -1; right: -16px; top: 30px; bottom: 10px; width: 34px; background: radial-gradient(circle, var(--orange) 1.2px, transparent 1.6px) 0 0 / 5px 5px, #F9C9A6; clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%); border-radius: 0 6px 6px 0; }
.example-tag { position: absolute; top: 4px; left: 22px; z-index: 2; display: inline-block; padding: 4px 12px; background: var(--river); color: var(--card); border-radius: 999px; font-size: 0.8125rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tent-card .answer { font-family: var(--display); font-size: clamp(1.5rem, 2.1vw, 2rem); line-height: 1.12; margin: 0 0 14px; }
.tent-card p { margin-bottom: .7em; }
.tent-card .next { margin: 16px 0 0; padding-top: 14px; border-top: 1.5px dashed var(--olive); font-weight: 500; }
.tent-card .calling { display: flex; align-items: center; gap: 12px; margin: 0 0 16px; font-size: .9375rem; font-weight: 700; color: var(--olive); }
.reply { display: inline-block; padding: 1px 8px; border: 1.5px solid var(--river); border-radius: 6px; font-weight: 700; font-size: .95em; letter-spacing: .03em; }

/* ---------- scenes: a plate with its type in the plate's own quiet field ---------- */
.scene { position: relative; display: grid; }
.scene > * { grid-area: 1 / 1; }
.scene > picture, .scene > .plate { display: block; width: 100%; height: 100%; }
.scene > picture img, .scene > .plate img { width: 100%; height: 100%; object-fit: cover; }
.scene-copy { position: relative; z-index: 2; padding: clamp(110px, 13vw, 210px) var(--g) clamp(48px, 6vw, 100px); }
.scene-copy h2, .scene-copy h1 { margin-bottom: 30px; }

/* ---------- hero ---------- */
.hero { min-height: min(100svh, 66.66vw); overflow: hidden; }
.hero picture img { object-position: 100% 30%; }
/* the plate's left half is bare paper, so sliding it right widens the field for the line without a seam */
@media (min-width: 1200px) { .hero picture { transform: translateX(8vw); } }
.hero .scene-copy { width: min(56%, 1040px); align-self: center; padding-top: clamp(110px, 9vw, 170px); }
.hero h1 { max-width: 9.6ch; }
.hero .lead { max-width: 29em; margin-top: 34px; }

/* ---------- the wake: one long V of two thin green lines, from the question down to the answer ---------- */
.wake { position: relative; height: clamp(150px, 24vw, 400px); margin: clamp(-40px, -2vw, 0px) 0 56px; pointer-events: none; }
.wake svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.wake path { fill: none; stroke: var(--green); stroke-width: 2.5; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.wake .rings { position: absolute; z-index: 2; left: 50%; bottom: -34px; margin-left: -110px; }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .wake path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: wake-draw linear both; animation-timeline: view(); animation-range: entry 20% cover 70%; }
  }
}
@keyframes wake-draw { to { stroke-dashoffset: 0; } }

/* ---------- Ask around ---------- */
.ask { min-height: 66.66vw; }
.ask picture img { object-position: 100% 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 9%); mask-image: linear-gradient(to bottom, transparent 0, #000 9%); }
.ask .scene-copy { width: min(47%, 820px); }
.ask .first-question { font-family: var(--display); font-size: clamp(1.7rem, 2.6vw, 2.6rem); line-height: 1.08; margin: 28px 0 10px; max-width: 14em; }
.ask .first-question span { display: block; font-family: var(--text); font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--olive); margin-bottom: 8px; }
.band { padding: clamp(56px, 7vw, 120px) var(--g); }
.band-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 120px); align-items: start; max-width: 1600px; }
.promises { display: grid; gap: 0; margin: 0 0 32px; border-top: 1.5px solid var(--olive); }
.promises li { padding: 16px 0 16px 40px; border-bottom: 1.5px solid var(--olive); position: relative; font-weight: 500; }
.promises li::before { content: ""; position: absolute; left: 0; top: 24px; width: 24px; height: 10px; border: 2px solid var(--green); border-radius: 50%; }
.launch { font-family: var(--display); font-size: clamp(1.6rem, 2.4vw, 2.4rem); line-height: 1.12; max-width: 18em; margin-bottom: 20px; }

/* ---------- the desk ---------- */
.desk { min-height: 66.66vw; }
.desk picture img { object-position: 100% 100%; }
.desk .scene-copy { width: min(56%, 900px); }
.ways { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); margin-bottom: clamp(40px, 5vw, 72px); }
.ways h3 { margin-bottom: 12px; }
.way { border-top: 3px solid var(--river); padding-top: 22px; }
.desk-notes { display: grid; gap: 22px; }
.desk-notes p { margin: 0; }
.desk-notes b { display: block; font-family: var(--display); font-weight: 400; font-size: 1.6rem; line-height: 1.1; margin-bottom: 6px; }

/* ---------- how it knows: the orange field ---------- */
.knows { background: var(--orange-plate); position: relative; display: grid; }
.knows > * { grid-area: 1 / 1; }
.knows-head { position: relative; z-index: 2; align-self: start; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(32px, 5vw, 96px); align-items: end; padding: clamp(56px, 6vw, 110px) var(--g) 0; }
.knows-head h2 { max-width: 12ch; }
.knows-head .kicker { color: var(--river); }
.knows-head p { font-size: 1.25rem; font-weight: 500; }
.knows .plate { align-self: end; }
.knows .plate img { width: 100%; }
.anatomy-wrap { background: var(--paper); padding: 0 var(--g) clamp(64px, 8vw, 130px); }
.anatomy { position: relative; z-index: 3; max-width: 1180px; margin: clamp(-280px, -17vw, -60px) auto 0; }
.anatomy .tent { max-width: none; }
.anatomy .tent-card { padding: clamp(28px, 3.4vw, 54px); }
.anatomy dl { display: grid; grid-template-columns: minmax(0, 14rem) minmax(0, 1fr); gap: 0 32px; margin: 0; }
.anatomy dt { font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--olive); padding: 20px 0; border-top: 1.5px solid var(--olive); }
.anatomy dd { margin: 0; padding: 18px 0; border-top: 1.5px solid var(--olive); }
.anatomy dt:first-of-type, .anatomy dd:first-of-type { border-top: 0; }
.anatomy dd.answer-dd { font-family: var(--display); font-size: clamp(1.6rem, 2.6vw, 2.6rem); line-height: 1.1; }
.trail li { position: relative; padding-left: 26px; margin-bottom: 8px; }
.trail li::before { content: ""; position: absolute; left: 0; top: .55em; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--green); }
.passed { margin: 36px 0 0; font-family: var(--display); font-size: clamp(1.8rem, 3.2vw, 3.2rem); line-height: 1.05; text-align: center; text-wrap: balance; }

/* ---------- a time on every job ---------- */
.time { display: grid; }
.band-lead { margin-bottom: clamp(36px, 4vw, 64px); max-width: 38em; }
.time-copy { position: relative; z-index: 2; padding: clamp(24px, 3vw, 48px) var(--g) 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 96px); align-items: end; }
.time .clock { font-family: var(--display); font-size: clamp(2.6rem, 5.4vw, 6.4rem); line-height: .95; color: var(--olive); margin: 18px 0 0; }
.time .clock span { display: block; }
.time .clock small { display: block; font-family: var(--text); font-size: .875rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
.time picture { margin-top: clamp(-200px, -11vw, -40px); }
.time picture img { width: 100%; }

/* ---------- a person steps in ---------- */
.person { min-height: 66.66vw; }
.person picture img { object-position: 100% 100%; }
.person .scene-copy { width: min(52%, 860px); padding-top: clamp(70px, 8vw, 140px); }
.cases { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 40px); }
.cases li { border-top: 3px solid var(--river); padding-top: 20px; }
.cases h3 { font-size: clamp(1.35rem, 1.8vw, 1.8rem); margin-bottom: 12px; }
.cases .terms { display: inline-block; margin-top: 4px; padding: 3px 12px; border-radius: 999px; background: var(--card); border: 1.5px solid var(--olive); font-size: .9375rem; font-weight: 700; }
.signed { margin: clamp(32px, 4vw, 56px) 0 0; font-family: var(--display); font-size: clamp(1.6rem, 2.4vw, 2.4rem); line-height: 1.1; max-width: 26em; }

/* ---------- the short blocks ---------- */
.shorts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(48px, 6vw, 110px) clamp(40px, 6vw, 120px); max-width: 1600px; }
.short h2 { font-size: clamp(2.2rem, 3.8vw, 4.4rem); margin-bottom: 20px; }
.short .spot { width: clamp(180px, 20vw, 300px); margin: 0 0 18px -12px; }

/* ---------- questions ---------- */
.questions { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 6vw, 120px); align-items: start; max-width: 1600px; }
.questions h2 { position: sticky; top: 40px; }
.questions .spot { width: clamp(200px, 22vw, 340px); margin-top: 28px; }
.faq details { border-top: 1.5px solid var(--olive); }
.faq details:last-child { border-bottom: 1.5px solid var(--olive); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(1.35rem, 1.9vw, 1.9rem); line-height: 1.15; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 30px; height: 14px; border: 2px solid var(--orange); border-radius: 50%; transition: transform .25s ease; }
.faq details[open] summary::after { transform: scale(1.3); background: var(--orange); }
.faq details p { margin: 0 0 24px; max-width: var(--measure); }
.faq summary:hover { color: #1F5A3F; }
/* answers open smoothly where the browser can animate to auto height */
@supports (interpolate-size: allow-keywords) {
  @media (prefers-reduced-motion: no-preference) {
    .faq { interpolate-size: allow-keywords; }
    .faq details::details-content { height: 0; overflow: clip; transition: height .35s cubic-bezier(.2, .7, .3, 1), content-visibility .35s allow-discrete; }
    .faq details[open]::details-content { height: auto; }
  }
}

/* ---------- waitlist ---------- */
.waitlist { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: stretch; background: var(--paper); }
.waitlist picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 70%; }
.waitlist-copy { padding: clamp(64px, 8vw, 130px) var(--g); align-self: center; }
.waitlist-copy h2 { margin-bottom: 26px; max-width: 9ch; }
#waitlist-form { max-width: 34rem; margin-top: 36px; }
#waitlist-form h3 { font-size: 1.6rem; margin-bottom: 4px; }
.beta-note { display: block; color: var(--olive); font-weight: 500; margin-bottom: 22px; }
#waitlist-form label { display: block; font-weight: 700; margin: 18px 0 8px; }
#waitlist-form input { width: 100%; min-height: 56px; padding: 0 18px; border: 2px solid var(--river); border-radius: 14px; background: var(--card); color: var(--river); font: 500 1.125rem var(--text); }
#waitlist-form input::placeholder { color: #6E6A45; }
#waitlist-form input:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
#waitlist-form input[aria-invalid="true"] { border-color: #A3360A; box-shadow: 0 0 0 2px #A3360A inset; }
#waitlist-form .button { width: 100%; margin-top: 26px; min-height: 60px; font-size: 1.125rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#form-status { min-height: 1.5em; margin: 16px 0 0; font-weight: 700; }
#form-status:not(:empty) { padding: 14px 16px 14px 48px; border: 2px solid var(--river); border-radius: 14px; background: var(--card); position: relative; }
#form-status:not(:empty)::before { content: ""; position: absolute; left: 14px; top: 19px; width: 22px; height: 10px; border: 2px solid var(--orange); border-radius: 50%; }
.form-footer { font-size: .9375rem; color: var(--olive); margin-top: 14px; }
.form-footer a { color: var(--river); font-weight: 700; }
.signup-success { padding: 34px 30px; background: var(--card); border: 2px solid var(--river); border-radius: 10px; }
.signup-success h3 { font-size: 2.2rem !important; margin: 14px 0 12px !important; }
.signup-success:focus-visible { outline: 3px solid var(--orange); }

/* ---------- footer ---------- */
.site-footer { background: var(--river); color: var(--paper); padding: clamp(64px, 8vw, 120px) var(--g) 36px; }
.site-footer :focus-visible { outline-color: var(--orange); }
.footer-line { font-family: var(--display); font-size: clamp(2.6rem, 6vw, 7rem); line-height: .95; max-width: 13ch; margin: 0 0 clamp(40px, 5vw, 72px); color: var(--paper); }
.footer-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 28px; padding-top: 28px; border-top: 1.5px solid rgba(246, 232, 207, .35); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 28px; }
.footer-nav a { color: var(--paper); font-weight: 500; text-decoration: none; padding: 6px 0; }
.footer-nav a:hover { text-decoration: underline; }
.small-print { font-size: .9375rem; margin: 0; color: #E9DCC2; }
.footer-mark { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 1.6rem; color: var(--paper); text-decoration: none; }
.footer-mark img { width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 0 0 2px rgba(246, 232, 207, .28); }

/* ---------- inner pages ---------- */
.page-hero { min-height: min(92svh, 66.66vw); }
.page-hero picture img { object-position: 100% 50%; }
.page-hero .scene-copy { width: min(52%, 900px); align-self: center; }
.prose { max-width: 46rem; }
.prose h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); margin: 56px 0 18px; }
.prose h2:first-child { margin-top: 0; }

/* ---------- the example banner (checked, and anywhere an example leads) ---------- */
.example-banner { position: relative; z-index: 25; background: var(--orange); color: var(--river); padding: 14px var(--g); display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: baseline; font-weight: 500; }
.example-banner strong { font-family: var(--display); font-weight: 400; font-size: 1.6rem; line-height: 1.1; }
.checked-page .site-header { top: var(--banner-h, 0); position: relative; }

/* ---------- tablets and phones: words first on paper, then the plate, its sky carrying on under them ---------- */
@media (max-width: 1199px) {
  .scene { display: flex; flex-direction: column; min-height: 0; }
  .scene > .scene-copy { order: -1; }
  .scene-copy { width: auto !important; padding: 104px var(--g) 8px; }
  .scene > picture img, .scene > .plate img { height: auto; }
  .hero h1 { font-size: clamp(2.9rem, 11vw, 6.6rem); max-width: 11ch; }
  .hero .lead { margin-top: 22px; }
  .hero picture { margin-top: -6vw; position: relative; z-index: 1; }
  .hero .scene-copy { z-index: 2; }
  .ask .scene-copy, .desk .scene-copy, .person .scene-copy, .stand .scene-copy { padding-top: 72px; }
  .band-grid, .questions, .knows-head, .time-copy { grid-template-columns: minmax(0, 1fr); }
  .cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .questions h2 { position: static; }
  .knows { display: block; }
  .knows-head { padding-top: 64px; }
  .knows .plate { margin-top: 12px; }
  .anatomy { margin-top: -48px; }
  .time picture { margin-top: -6vw; }
  .waitlist { grid-template-columns: minmax(0, 1fr); }
  .waitlist picture img { height: 56vw; object-position: 50% 62%; }
}
@media (max-width: 760px) {
  body { font-size: 1.0625rem; }
  .site-header { padding: 14px 16px; }
  .wordmark { font-size: 1.6rem; }
  .wordmark img { width: 36px; height: 36px; }
  .wordmark img.wordmark-type { height: 26px; }
  .scene-copy { padding: 92px 16px 8px; }
  .hero h1 { font-size: clamp(2.9rem, 13.4vw, 3.6rem); max-width: none; }
  .hero .lead { margin-top: 20px; font-size: 1.125rem; }
  .hero .actions { margin: 24px 0 18px; gap: 14px 22px; }
  .hero picture { margin-top: -34vw; }
  .ask .scene-copy, .desk .scene-copy, .person .scene-copy, .stand .scene-copy { padding-top: 64px; }
  .band { padding: 48px 16px; }
  .ways, .shorts, .cases { grid-template-columns: minmax(0, 1fr); }
  .knows-head { padding: 64px 16px 0; }
  .anatomy-wrap { padding: 0 16px 56px; }
  .anatomy { margin-top: -40px; }
  .anatomy dl { grid-template-columns: minmax(0, 1fr); }
  .anatomy dt { padding: 16px 0 4px; }
  .anatomy dd { border-top: 0; padding: 0 0 14px; }
  .time-copy { padding: 56px 16px 0; }
  .waitlist picture img { height: 62vw; }
  .waitlist-copy { padding: 48px 16px 64px; }
  .tent-card { padding: 28px 20px 22px; }
  .tent::after { right: -10px; width: 22px; }
  .site-footer { padding: 56px 16px 28px; }
  .example-banner { padding: 12px 16px; }
  .example-banner strong { font-size: 1.35rem; }
}
