/* ============================================================
   DRIP PLUS — mobile IV hydration, Grants Pass, Oregon
   Black lacquer · neon pink · Biscayne aqua. The logo's own world:
   pink is the plus (every action), aqua is the water (every fact).
   ============================================================ */
:root {
  --ink-0: #050507; --ink-1: #0B0B10; --ink-2: #12121A; --ink-3: #1A1A25;
  --line: rgba(255, 255, 255, .09); --line-2: rgba(255, 255, 255, .17);
  --pink: #FF2D95; --pink-2: #FF7AC0; --pink-deep: #B8106A;
  --aqua: #81D8D0; --aqua-2: #B7ECE7; --aqua-deep: #2FA79E;
  --text: #EEF3F4; --text-dim: rgba(238, 243, 244, .68); --text-faint: rgba(238, 243, 244, .46);
  --display: 'Technor'; --body: 'Synonym';
  --display-weight: 700; --display-scale: 1; --display-track: .005em; --display-case: none;
  --gutter: clamp(20px, 5vw, 72px); --nav-h: 84px; --radius: 12px; --wrap: 1240px;
  --glow-pink: 0 0 22px rgba(255, 45, 149, .55), 0 0 60px rgba(255, 45, 149, .22);
  --glow-aqua: 0 0 22px rgba(129, 216, 208, .5), 0 0 60px rgba(129, 216, 208, .18);
  color-scheme: dark;
}
/* Type bake-off: ?font=b|c|d (A is the default). */
html[data-font="b"] { --display: 'Michroma'; --body: 'Sora'; --display-weight: 400; --display-scale: .84; --display-track: .03em; }
html[data-font="c"] { --display: 'Panchang'; --body: 'Figtree'; --display-weight: 700; --display-scale: .94; --display-track: .01em; }
html[data-font="d"] { --display: 'Unbounded'; --body: 'Onest'; --display-weight: 600; --display-scale: .9; --display-track: 0; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body { margin: 0; background: var(--ink-0); color: var(--text); font: 400 17px/1.6 var(--body), system-ui, sans-serif; overflow-x: clip; -webkit-font-smoothing: antialiased; }
img, svg, video, canvas { display: block; max-width: 100%; }
img[width][height] { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--pink); color: #0A0A0C; }
:focus-visible { outline: 2px solid var(--aqua); outline-offset: 3px; }

h1, h2, h3, .display { font-family: var(--display), 'Michroma', system-ui, sans-serif; font-weight: var(--display-weight); letter-spacing: var(--display-track); text-transform: var(--display-case); line-height: 1.02; margin: 0; text-wrap: balance; }
h1 { font-size: calc(clamp(40px, 5.2vw, 84px) * var(--display-scale)); }
h2 { font-size: calc(clamp(30px, 3.6vw, 56px) * var(--display-scale)); }
h3 { font-size: calc(clamp(19px, 1.5vw, 24px) * var(--display-scale)); line-height: 1.15; }
p { margin: 0; }
.lead { font-size: clamp(17px, 1.25vw, 20px); line-height: 1.6; color: var(--text-dim); max-width: 60ch; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font: 700 11.5px/1 var(--body); letter-spacing: .24em; text-transform: uppercase; color: var(--aqua); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--aqua); box-shadow: 0 0 10px var(--aqua); }
.num, .price { font-family: var(--body), system-ui, sans-serif; font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }
.wrap { max-width: var(--wrap); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--pink); color: #0A0A0C; padding: 10px 14px; z-index: 100; border-radius: 6px; }
.skip-link:focus { left: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Buttons ---------- */
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 24px; border-radius: 999px; border: 1px solid var(--pink); background: var(--pink); color: #0A0A0C; text-decoration: none; font: 700 12.5px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; cursor: pointer; transition: transform .25s cubic-bezier(.2, .8, .2, 1), box-shadow .25s, background .25s, color .25s; box-shadow: 0 0 0 rgba(255, 45, 149, 0); }
.btn:hover { transform: translateY(-2px); box-shadow: var(--glow-pink); background: var(--pink-2); border-color: var(--pink-2); }
.btn-ghost { background: transparent; color: var(--aqua); border-color: rgba(129, 216, 208, .55); }
.btn-ghost:hover { background: rgba(129, 216, 208, .1); color: var(--aqua-2); border-color: var(--aqua); box-shadow: var(--glow-aqua); }
.btn-aqua { background: var(--aqua); border-color: var(--aqua); color: #06110F; }
.btn-aqua:hover { background: var(--aqua-2); border-color: var(--aqua-2); box-shadow: var(--glow-aqua); }
.link { color: var(--aqua); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(129, 216, 208, .4); }
.link:hover { text-decoration-color: var(--aqua); }

/* ---------- Loader (hero frames coming in) ---------- */
.loader { position: fixed; left: 0; top: 0; right: 0; height: 2px; z-index: 90; background: rgba(255, 255, 255, .06); pointer-events: none; transition: opacity .6s .3s; }
.loader::before { content: ""; position: absolute; inset: 0; width: calc(var(--p, 0) * 100%); background: linear-gradient(90deg, var(--aqua), var(--pink)); box-shadow: 0 0 12px var(--pink); transition: width .3s; }
.loader.done { opacity: 0; }

/* ---------- Header ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 60; display: flex; align-items: center; gap: 28px; padding: 0 var(--gutter); height: var(--nav-h); transition: background .35s, box-shadow .35s; }
.nav.scrolled, body.solid-top .nav { background: rgba(5, 5, 7, .82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.brand { display: flex; align-items: center; gap: 16px; margin-right: auto; text-decoration: none; }
.brand img[width][height] { width: 68px; height: 68px; filter: drop-shadow(0 0 12px rgba(129, 216, 208, .4)); }
.brand .word { font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); font-size: calc(19px * var(--display-scale)); letter-spacing: .12em; text-transform: uppercase; line-height: 1; }
.brand .word b { font-weight: inherit; color: var(--pink); }
.brand .word small { display: block; font: 600 9.5px/1 var(--body); letter-spacing: .28em; color: var(--aqua); margin-top: 6px; text-transform: uppercase; }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { text-decoration: none; font: 700 11.5px/1 var(--body); letter-spacing: .2em; text-transform: uppercase; padding: 8px 0; border-bottom: 1px solid transparent; color: var(--text); transition: border-color .2s, color .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { border-color: var(--aqua); color: var(--aqua); }
.nav-links .btn { min-height: 44px; padding: 11px 20px; font-size: 11.5px; border-bottom: 1px solid var(--pink); }
.nav-links .btn:hover { color: #0A0A0C; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-2); border-radius: 10px; width: 46px; height: 46px; cursor: pointer; touch-action: manipulation; }
.nav-toggle span { display: block; width: 20px; height: 1.5px; background: var(--text); margin: 4px auto; transition: transform .3s, opacity .3s; pointer-events: none; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 55; background: var(--ink-0); display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 90px var(--gutter) 40px; transform: translateY(-100%); transition: transform .45s cubic-bezier(.2, .8, .2, 1); }
.mobile-menu.open { transform: none; }
.mobile-menu a { text-decoration: none; font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); font-size: calc(clamp(24px, 6.4vw, 32px) * var(--display-scale)); padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--text); }
.mobile-menu a[aria-current="page"], .mobile-menu a:hover { color: var(--aqua); }
.mobile-menu a.go { color: var(--pink); }
.mobile-menu .fine { margin-top: 22px; }
.fine { font-size: 12.5px; line-height: 1.55; color: var(--text-faint); }

/* ---------- Scroll-scrub scenes ---------- */
.scrub { position: relative; height: 560vh; background: var(--ink-0); }
.scrub.hero { height: 800vh; }
.stage { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: var(--ink-0); }
.stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.stage .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity .4s ease; }
.scrub.has-frame .poster { opacity: 0; }
.stage-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(5, 5, 7, .72) 0%, rgba(5, 5, 7, 0) 34%), linear-gradient(180deg, rgba(5, 5, 7, .55) 0%, rgba(5, 5, 7, 0) 26%); }
.reveal-line { position: absolute; opacity: 0; will-change: opacity, transform; max-width: min(560px, 34vw); z-index: 2; isolation: isolate; color: var(--text); }
.reveal-line::before { content: ""; position: absolute; inset: -60px -90px; z-index: -1; pointer-events: none; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(5, 5, 7, .86) 0%, rgba(5, 5, 7, .6) 42%, rgba(5, 5, 7, 0) 72%); filter: blur(18px); }
.reveal-line h1, .reveal-line h2 { color: #fff; }
.reveal-line h1 em, .reveal-line h2 em { font-style: normal; color: var(--pink); text-shadow: var(--glow-pink); }
.reveal-line .lead { color: rgba(255, 255, 255, .84); margin-top: 18px; }
.reveal-line .btn-row { margin-top: 26px; }
.reveal-line.ml { left: var(--gutter); top: 50%; transform: translateY(-50%); }
.reveal-line.mr { right: var(--gutter); top: 50%; transform: translateY(-50%); text-align: right; }
.reveal-line.mr .lead { margin-left: auto; }
.reveal-line.mr .btn-row { justify-content: flex-end; }
.reveal-line.mr .eyebrow { flex-direction: row-reverse; }
.reveal-line.center { left: 50%; top: 50%; text-align: center; max-width: min(860px, 88vw); }
.hero-title { left: var(--gutter); top: clamp(120px, 18vh, 200px); max-width: min(640px, 40vw); }
.hero-title h1 { font-size: calc(clamp(38px, 4.4vw, 70px) * var(--display-scale)); }
.scroll-hint { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); font: 700 10.5px/1 var(--body); letter-spacing: .3em; text-transform: uppercase; color: var(--aqua); display: flex; flex-direction: column; align-items: center; gap: 10px; transition: opacity .4s; z-index: 2; }
.scroll-hint span { width: 1px; height: 46px; background: linear-gradient(var(--aqua), transparent); animation: hint 1.8s ease-in-out infinite; }
@keyframes hint { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
.progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: rgba(255, 255, 255, .1); z-index: 2; }
.progress-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--aqua), var(--pink)); box-shadow: 0 0 10px var(--pink); }
.static-preview .scrub, .static-preview .scrub.hero { height: 100vh; }
.static-preview .stage { position: relative; height: 100vh; }
.static-preview .scroll-hint { display: none; }
/* Poster-only scenes (clip not rendered yet): let the still breathe a little so the stage is not dead */
.scrub.poster-only .poster { animation: breathe 14s ease-in-out infinite alternate; transform-origin: 50% 55%; }
@keyframes breathe { from { transform: scale(1); } to { transform: scale(1.06); } }

/* Hero at rest: the droplet hangs high, so the floor carries a landing target and one true line. Both fade as it descends. */
.reveal-line.center.low { top: auto; bottom: 13vh; transform: translateX(-50%) !important; }
.reveal-line.hero-strip { max-width: none; width: max-content; }
.reveal-line.hero-strip::before { display: none; }
.strip { display: inline-flex; align-items: center; gap: 12px; padding: 12px 22px 12px 16px; border-radius: 999px; border: 1px solid rgba(129, 216, 208, .32); background: rgba(5, 5, 7, .55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font: 500 13.5px/1.4 var(--body); letter-spacing: .01em; color: var(--text); }
.strip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 12px var(--aqua); animation: dotpulse 2.2s ease-in-out infinite; flex: none; }
@keyframes dotpulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.6); opacity: .55; } }
.reveal-line.target { left: 50%; top: 72%; width: min(560px, 52vw); max-width: none; transform: translate(-50%, -50%) !important; pointer-events: none; }
.reveal-line.target::before { display: none; }
.reveal-line.target svg { width: 100%; overflow: visible; }
.reveal-line.target ellipse { fill: none; stroke-width: 1.2; }
.reveal-line.target ellipse:nth-child(1) { stroke: rgba(129, 216, 208, .55); filter: drop-shadow(0 0 6px rgba(129, 216, 208, .7)); animation: ringpulse 3.4s ease-out infinite; transform-origin: 240px 70px; }
.reveal-line.target ellipse:nth-child(2) { stroke: rgba(255, 45, 149, .55); filter: drop-shadow(0 0 6px rgba(255, 45, 149, .7)); animation: ringpulse 3.4s ease-out infinite 1.1s; transform-origin: 240px 70px; }
.reveal-line.target ellipse:nth-child(3) { stroke: rgba(129, 216, 208, .7); filter: drop-shadow(0 0 6px rgba(129, 216, 208, .8)); animation: ringpulse 3.4s ease-out infinite 2.2s; transform-origin: 240px 70px; }
@keyframes ringpulse { 0% { transform: scale(.85); opacity: 0; } 30% { opacity: 1; } 100% { transform: scale(1.08); opacity: 0; } }

/* ---------- Plain sections ---------- */
.plain { position: relative; padding: clamp(60px, 7.5vw, 104px) var(--gutter); background: var(--ink-0); }
.plain.raised { background: var(--ink-1); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px); }
.sec-head .lead { margin-top: 18px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.statement { font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); letter-spacing: var(--display-track); font-size: calc(clamp(30px, 3.4vw, 52px) * var(--display-scale)); line-height: 1.08; text-wrap: balance; }
.statement b { font-weight: inherit; color: var(--aqua); text-shadow: var(--glow-aqua); }
.statement .pk { color: var(--pink); text-shadow: var(--glow-pink); }

/* Reveals */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s cubic-bezier(.2, .8, .2, 1), transform .9s cubic-bezier(.2, .8, .2, 1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; } .reveal.d2 { transition-delay: .2s; } .reveal.d3 { transition-delay: .3s; }

/* ---------- Signature: the service-area route map (I-5 in aqua, state highways in pink, towns by road miles) ---------- */
.routes { width: 100%; max-width: 620px; margin: 0 auto; aspect-ratio: 1; overflow: visible; }
.routes .road { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.routes .road.glow { stroke: rgba(129, 216, 208, .28); stroke-width: 9; filter: blur(6px); }
.routes .road.i5 { stroke: var(--aqua); stroke-width: 2.2; filter: drop-shadow(0 0 6px rgba(129, 216, 208, .9)); stroke-dasharray: 1400; stroke-dashoffset: 1400; transition: stroke-dashoffset 2.6s cubic-bezier(.2, .8, .2, 1); }
.routes .road.hwy { stroke: var(--pink); stroke-width: 1.5; filter: drop-shadow(0 0 6px rgba(255, 45, 149, .8)); stroke-dasharray: 600; stroke-dashoffset: 600; transition: stroke-dashoffset 2.2s cubic-bezier(.2, .8, .2, 1) .5s; }
.routes .road.thin { stroke-width: 1; opacity: .8; }
.in .routes .road, .static-preview .routes .road { stroke-dashoffset: 0; }
.routes .rd { font: 700 9.5px/1 var(--body), system-ui, sans-serif; letter-spacing: .18em; text-transform: uppercase; fill: var(--text-faint); }
.routes .town-dot { fill: var(--aqua); filter: drop-shadow(0 0 5px rgba(129, 216, 208, .8)); }
.routes text { font: 600 12.5px/1 var(--body), system-ui, sans-serif; fill: var(--text); letter-spacing: .02em; }
.routes text .mi, .routes .home-mi { font-weight: 500; font-size: 10.5px; fill: var(--text-faint); letter-spacing: .06em; }
.routes .home { fill: var(--pink); filter: drop-shadow(0 0 8px var(--pink)); }
.routes .home-halo { fill: none; stroke: var(--pink); stroke-width: 1; opacity: .8; animation: halo 3.2s ease-out infinite; transform-origin: 300px 300px; }
.routes .here { font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); font-size: 13px; fill: #fff; letter-spacing: .06em; }
.area-legend .note { color: var(--text-faint); }
.contact-map .routes text { font-size: 13px; }
/* (the old ring map rules stay below for any page still carrying .rings) */
.area .rings-wrap { position: relative; }
.rings { width: 100%; max-width: 620px; margin: 0 auto; aspect-ratio: 1; overflow: visible; }
.rings .ring { fill: none; stroke-width: 1.2; opacity: .9; }
.rings .ring.aq { stroke: var(--aqua); filter: drop-shadow(0 0 5px rgba(129, 216, 208, .8)); }
.rings .ring.pk { stroke: var(--pink); filter: drop-shadow(0 0 5px rgba(255, 45, 149, .8)); }
.rings .ring { stroke-dasharray: 2000; stroke-dashoffset: 2000; transition: stroke-dashoffset 2.4s cubic-bezier(.2, .8, .2, 1); }
.rings .ring:nth-of-type(2) { transition-delay: .25s; } .rings .ring:nth-of-type(3) { transition-delay: .5s; } .rings .ring:nth-of-type(4) { transition-delay: .75s; }
.in .rings .ring, .static-preview .rings .ring { stroke-dashoffset: 0; }
.rings .home { fill: var(--pink); filter: drop-shadow(0 0 8px var(--pink)); }
.rings .home-halo { fill: none; stroke: var(--pink); stroke-width: 1; opacity: .8; animation: halo 3.2s ease-out infinite; transform-origin: 300px 300px; }
@keyframes halo { 0% { transform: scale(.4); opacity: .9; } 100% { transform: scale(2.6); opacity: 0; } }
.rings .town { fill: #fff; }
.rings .town-dot { fill: var(--aqua); }
.rings text { font: 600 12.5px/1 var(--body), system-ui, sans-serif; fill: var(--text); letter-spacing: .02em; }
.rings text.mi { font-size: 10.5px; font-weight: 700; letter-spacing: .16em; fill: var(--text-faint); text-transform: uppercase; }
.rings text.here { font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); font-size: 13px; fill: #fff; letter-spacing: .06em; }
.area-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; font-size: 13.5px; color: var(--text-dim); }
.area-legend span { display: inline-flex; align-items: center; gap: 8px; }
.area-legend i { width: 18px; height: 1px; background: var(--aqua); box-shadow: 0 0 6px var(--aqua); }
.area-legend i.pk { background: var(--pink); box-shadow: 0 0 6px var(--pink); }
.area .btn-row { margin-top: 30px; }

/* ---------- IV picker (what's going on today → the drips that fit) ---------- */
.picker { margin-bottom: clamp(24px, 3vw, 40px); }
.picker-q { font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); font-size: calc(clamp(17px, 1.4vw, 22px) * var(--display-scale)); margin-bottom: 14px; }
.picker-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.pchip { border: 1px solid rgba(129, 216, 208, .5); background: rgba(129, 216, 208, .06); color: var(--aqua-2); border-radius: 999px; padding: 10px 16px; font: 700 12px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; min-height: 40px; transition: background .2s, color .2s, border-color .2s, box-shadow .2s, transform .2s; touch-action: manipulation; }
.pchip:hover { border-color: var(--aqua); background: rgba(129, 216, 208, .14); }
.pchip[aria-pressed="true"] { background: var(--aqua); border-color: var(--aqua); color: #06110F; box-shadow: var(--glow-aqua); }
.pchip[data-goal="all"][aria-pressed="true"] { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .3); color: #fff; box-shadow: none; }
.picker-lead { margin-top: 16px; font-size: 16px; color: var(--text-dim); max-width: 70ch; }
.picker-lead[hidden] { display: none; }
.picker-lead b { color: var(--aqua); font-weight: 600; }
.menu-row[hidden] { display: none; }
.board .none { display: none; padding: 14px 0; color: var(--text-faint); font-size: 14.5px; }
.board.is-empty .none { display: block; }
.nav-menu { min-height: 44px; padding: 11px 20px; font-size: 11.5px; white-space: nowrap; order: 1; } /* Drip Menu leads the nav: brand, Drip Menu, links, Schedule */
.nav-links { order: 2; }
.nav-toggle { order: 3; }

/* ---------- Menu ledger ---------- */
.menu { background: var(--ink-1); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu .sec-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; max-width: none; }
.boards { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(24px, 3vw, 44px); align-items: start; }
.board { border: 1px solid var(--line-2); border-radius: 18px; background: rgba(255, 255, 255, .025); padding: clamp(22px, 2.6vw, 36px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); }
.board header { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line-2); }
.board header h3 { font-size: calc(clamp(20px, 1.7vw, 26px) * var(--display-scale)); }
.board header .tag { font: 600 11.5px/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--aqua); font-style: normal; white-space: nowrap; }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-row { display: grid; grid-template-columns: minmax(150px, .8fr) 1.5fr auto; gap: 8px 22px; align-items: baseline; padding: 14px 0; border-bottom: 1px dashed rgba(255, 255, 255, .12); }
.menu-row:last-child { border-bottom: 0; }
.menu-row .name { font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); font-size: calc(16px * var(--display-scale)); letter-spacing: .02em; line-height: 1.25; }
.menu-row .desc { color: var(--text-dim); font-size: 15px; line-height: 1.5; }
.menu-row .price { font-weight: 700; font-size: 17px; color: #fff; white-space: nowrap; text-align: right; }
.menu-row .price small { font-weight: 500; font-size: 12px; color: var(--text-faint); letter-spacing: .04em; margin-right: 6px; }
.menu-row .price.consult { color: var(--aqua); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; align-self: center; }
.menu-row.feat { position: relative; margin: 6px -14px 0; padding: 18px 14px; border: 1px solid rgba(255, 45, 149, .45); border-radius: 12px; background: linear-gradient(90deg, rgba(255, 45, 149, .12), rgba(255, 45, 149, 0) 70%); box-shadow: 0 0 30px -12px rgba(255, 45, 149, .7); }
.menu-row.feat .name { color: var(--pink); text-shadow: 0 0 14px rgba(255, 45, 149, .45); }
.board.stack { display: grid; gap: 22px; }
.board .sub { font: 700 11px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--text-faint); margin: 4px 0 12px; }
.packs-note { margin-top: 10px; font-size: 13px; color: var(--text-faint); }

/* ---------- Vitamin injections: three vials, each level carries its own 4/8/12 pack prices (no table) ---------- */
.vials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; margin: 8px 0 0; padding: 0; }
.vcard { display: grid; grid-template-columns: 54px 1fr; grid-template-rows: 1fr auto; align-items: start; gap: 20px; padding: 24px 22px 22px; border: 1px solid var(--line-2); border-radius: 18px; background: linear-gradient(180deg, rgba(129, 216, 208, .05), rgba(129, 216, 208, 0) 60%); }
.vcard.top { border-color: rgba(255, 45, 149, .45); background: linear-gradient(180deg, rgba(255, 45, 149, .10), rgba(255, 45, 149, 0) 62%); }
.vial { width: 54px; height: 170px; }
.vial .glass { fill: none; stroke: rgba(183, 236, 231, .75); stroke-width: 1.5; }
.vial .cap { fill: rgba(183, 236, 231, .25); stroke: rgba(183, 236, 231, .75); stroke-width: 1.5; }
.vial .fill { filter: drop-shadow(0 0 8px var(--glow)); }
.vcard .lv { margin: 0; font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); letter-spacing: var(--display-track); font-size: calc(21px * var(--display-scale)); }
.vcard .pr { display: flex; align-items: baseline; gap: 8px; margin: 6px 0 14px; }
.vcard .pr .num { font-size: 34px; font-weight: 700; color: #fff; }
.vcard .pr small { font-size: 12.5px; color: var(--text-faint); }
.vcard .ings { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.vcard .ings li { position: relative; padding-left: 14px; font-size: 14px; color: var(--text-dim); }
.vcard .ings li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 8px var(--aqua); }
.vcard.top .ings li::before { background: var(--pink); box-shadow: 0 0 8px var(--pink); }
.packstrip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 6px; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; }
.packstrip div { padding: 10px 8px; text-align: center; border-left: 1px solid var(--line); }
.packstrip div:first-child { border-left: 0; }
.packstrip b { display: block; margin-bottom: 6px; font: 700 10.5px/1 var(--body); letter-spacing: .18em; color: var(--text-faint); }
.packstrip .num { font-size: 17px; font-weight: 700; color: #fff; }
.stackhead { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; margin-top: clamp(30px, 4vw, 48px); padding-top: 22px; border-top: 1px solid var(--line); }
.stackhead h4 { margin: 0; font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); letter-spacing: var(--display-track); font-size: calc(20px * var(--display-scale)); }
.stackrow { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 14px 0 0; padding: 0; }
.stackpill { display: inline-flex; align-items: baseline; gap: 10px; padding: 10px 16px; border: 1px solid var(--line-2); border-radius: 999px; font-size: 14.5px; color: var(--text); }
.stackpill .num { font-weight: 700; color: #fff; }
.claim-band { max-width: 900px; margin: clamp(28px, 4vw, 44px) auto 0; text-align: center; font-size: 13px; line-height: 1.6; color: var(--text-faint); }
.menu-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: clamp(24px, 3vw, 40px); padding-top: 22px; border-top: 1px solid var(--line-2); color: var(--text-dim); font-size: 15px; }

/* ---------- Menu bands (a menu board, not boxes): big category name at left, leader rows across the width ---------- */
.menu-band { padding: clamp(26px, 3.5vw, 44px) 0; border-top: 1px solid var(--line-2); }
.menu-band.raised { background: linear-gradient(180deg, rgba(129, 216, 208, .05), rgba(129, 216, 208, 0)); margin: 0 calc(-1 * var(--gutter)); padding-left: var(--gutter); padding-right: var(--gutter); }
.bandhead { display: grid; grid-template-columns: 260px 1fr; gap: 20px; align-items: baseline; margin-bottom: 14px; }
.bandhead h3 { font-size: calc(clamp(24px, 2.2vw, 32px) * var(--display-scale)); }
.tag { font: 600 11.5px/1.4 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--aqua); }
.mlist { list-style: none; margin: 0; padding: 0; }
.mlist.two { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(28px, 4vw, 64px); }
.mlist.three { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 clamp(24px, 3vw, 48px); }
.mrow { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 0 12px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.mrow[hidden] { display: none; }
.mrow .mname { font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); font-size: calc(16px * var(--display-scale)); letter-spacing: .02em; }
.mrow .mname small { font: 500 12px var(--body); color: var(--text-faint); letter-spacing: .04em; margin-left: 8px; }
.lead-dots { border-bottom: 1px dotted rgba(255, 255, 255, .28); transform: translateY(-4px); }
.mrow .price { font-weight: 700; font-size: 17px; color: #fff; white-space: nowrap; }
.mrow .price.consult { color: var(--aqua); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; }
.mrow .mdesc { grid-column: 1 / -1; color: var(--text-dim); font-size: 14.5px; line-height: 1.5; margin-top: 3px; }
.mrow.feat .mname { color: var(--pink); text-shadow: 0 0 14px rgba(255, 45, 149, .45); }
.mrow.feat .price { color: var(--pink-2); }
.sub { font: 700 11px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--text-faint); margin: 0 0 10px; }
.menu-band .none { display: none; padding: 10px 0 0; color: var(--text-faint); font-size: 14.5px; }
.menu-band.is-empty .mlist { display: none; }
.menu-band.is-empty .none { display: block; }

/* ---------- How a visit goes ---------- */
.stages { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(18px, 2.4vw, 32px); }
.stage-item { border-top: 1px solid var(--line-2); padding-top: 20px; position: relative; }
.stage-item::before { content: ""; position: absolute; left: 0; top: -1px; width: 38px; height: 1px; background: var(--aqua); box-shadow: 0 0 8px var(--aqua); }
.stage-item .when { display: block; font: 700 11px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--aqua); margin-bottom: 14px; }
.stage-item h3 { margin-bottom: 10px; font-size: calc(clamp(17px, 1.3vw, 21px) * var(--display-scale)); }
.stage-item p { color: var(--text-dim); font-size: 15px; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; }
.faq details { border-top: 1px solid var(--line-2); }
.faq details:last-child { border-bottom: 1px solid var(--line-2); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); font-size: calc(clamp(16px, 1.3vw, 20px) * var(--display-scale)); line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255, 45, 149, .6); background: linear-gradient(var(--pink), var(--pink)) center / 12px 1.5px no-repeat, linear-gradient(var(--pink), var(--pink)) center / 1.5px 12px no-repeat; transition: transform .35s, box-shadow .35s; }
.faq details[open] summary::after { transform: rotate(45deg); box-shadow: var(--glow-pink); }
.faq details p { padding: 0 0 22px; max-width: 64ch; color: var(--text-dim); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; text-align: center; padding: clamp(72px, 9vw, 120px) var(--gutter); background: var(--ink-0); }
.cta-band .ripple { position: absolute; left: 50%; top: 50%; width: min(140vw, 1400px); aspect-ratio: 1; transform: translate(-50%, -50%); pointer-events: none; opacity: .55; }
.cta-band .ripple circle { fill: none; stroke-width: 1; }
.cta-band .ripple circle:nth-child(odd) { stroke: rgba(129, 216, 208, .5); }
.cta-band .ripple circle:nth-child(even) { stroke: rgba(255, 45, 149, .45); }
.cta-band .inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.cta-band .inner .lead { margin: 18px auto 30px; }
.cta-band .btn-row { justify-content: center; }
.cta-band .alt { margin-top: 22px; font-size: 14px; color: var(--text-dim); }
.cta-band .alt a { color: var(--aqua); text-decoration: none; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--ink-1); padding: clamp(48px, 7vw, 84px) var(--gutter) 40px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
.foot-brand .brand { margin: 0 0 18px; }
.foot-brand p { color: var(--text-dim); font-size: 15px; max-width: 34ch; }
.foot-col h4 { margin: 0 0 14px; font: 700 11px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--aqua); }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.foot-col a { color: var(--text); text-decoration: none; font-size: 15px; }
.foot-col a:hover { color: var(--aqua); }
.foot-col li { color: var(--text-dim); font-size: 15px; }
.foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; margin-top: clamp(32px, 5vw, 56px); padding-top: 22px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--text-faint); }
.foot-bottom .credit a { color: var(--text-faint); }
.foot-legal { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.foot-legal a { color: var(--text-dim); text-decoration: none; }
.foot-legal a:hover { color: var(--aqua); }
.ph { border-bottom: 1px dotted rgba(255, 45, 149, .6); } /* placeholder value, swap in site.js CONFIG */

/* ---------- Inner pages ---------- */
.page-hero { position: relative; overflow: hidden; padding: calc(var(--nav-h) + clamp(32px, 5vw, 64px)) var(--gutter) clamp(36px, 5vw, 60px); border-bottom: 1px solid var(--line); background: radial-gradient(ellipse 60% 70% at 78% 40%, rgba(255, 45, 149, .16), transparent 60%), radial-gradient(ellipse 50% 60% at 18% 90%, rgba(129, 216, 208, .13), transparent 60%), var(--ink-0); }
.page-hero .wrap { max-width: 900px; margin: 0; }
.page-hero .lead { margin-top: 22px; }
.page-hero .rings-bg { position: absolute; right: -12vw; top: -40%; width: min(70vw, 820px); aspect-ratio: 1; opacity: .35; pointer-events: none; }
.page-hero .rings-bg circle { fill: none; stroke-width: 1; }
.page-hero .rings-bg circle:nth-child(odd) { stroke: var(--aqua); }
.page-hero .rings-bg circle:nth-child(even) { stroke: var(--pink); }
/* About: Oregon ranges in the ring hand — three soft silhouettes back to front (pink far, aqua mid, dark near), glowing top edges */
.page-hero .ridge-bg { position: absolute; right: -6vw; top: 4%; width: min(78vw, 900px); aspect-ratio: 1000 / 520; opacity: .7; pointer-events: none; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34%); mask-image: linear-gradient(90deg, transparent 0, #000 34%); }
.ranges .fill.far { fill: rgba(255, 45, 149, .08); }
.ranges .fill.mid { fill: rgba(129, 216, 208, .10); }
.ranges .fill.near { fill: rgba(5, 5, 7, .45); }
.ranges .line { fill: none; stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.ranges .line.far { stroke: rgba(255, 45, 149, .55); }
.ranges .line.mid { stroke: var(--aqua); filter: drop-shadow(0 0 6px rgba(129, 216, 208, .8)); }
.ranges .line.near { stroke: rgba(255, 45, 149, .8); filter: drop-shadow(0 0 6px rgba(255, 45, 149, .7)); }
.ranges .moon { fill: none; stroke: var(--aqua); stroke-width: 1.2; filter: drop-shadow(0 0 10px rgba(129, 216, 208, .8)); }
/* About closing band: a neon floor line with a soft horizon (Justin's pick B) instead of the ring ripple */
.cta-band.floor .inner { padding-bottom: 56px; }
.cta-band.floor { background: radial-gradient(ellipse 70% 40% at 50% 84%, rgba(129, 216, 208, .14), transparent 60%), radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255, 45, 149, .16), transparent 60%), var(--ink-0); }
.cta-band .floorline { position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%; pointer-events: none; }
.cta-band .floorline .aq { stroke: var(--aqua); stroke-width: 1.5; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 8px rgba(129, 216, 208, .9)); }
.cta-band .floorline .glow { stroke: rgba(255, 45, 149, .35); stroke-width: 14; vector-effect: non-scaling-stroke; filter: blur(14px); }
.prose { max-width: 66ch; }
.prose p + p { margin-top: 18px; }
.prose p { color: var(--text-dim); }
.prose strong { color: var(--text); font-weight: 600; }

/* ---------- Legal pages + 404: one readable column, section heads in the display face ---------- */
.legal { max-width: 70ch; }
.legal-col { margin: 0; }   /* same left edge as .page-hero .wrap, which is pinned left too */
.legal h2 { font-size: calc(clamp(18px, 1.5vw, 22px) * var(--display-scale)); line-height: 1.2; margin: clamp(36px, 4vw, 52px) 0 14px; color: var(--text); }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--text-dim); line-height: 1.7; }
.legal p + p { margin-top: 14px; }
.legal ul { margin: 14px 0 0; padding-left: 20px; display: grid; gap: 10px; }
.legal li::marker { color: var(--aqua); }
.legal strong { color: var(--text); font-weight: 600; }
.legal a { color: var(--aqua); }
.legal .updated { margin-top: 40px; font-size: 13px; color: var(--text-faint); }
.legal .outstanding { margin-top: 44px; padding: 20px 22px; border: 1px solid var(--line-2); border-left: 2px solid var(--aqua); border-radius: 12px; background: var(--ink-1); }
.legal .outstanding p { font-size: 14px; }
.lost .btn-row { margin-top: 30px; }
.pull { border-left: 2px solid var(--pink); padding-left: 22px; margin: 32px 0; font-family: var(--display), system-ui, sans-serif; font-weight: var(--display-weight); font-size: calc(clamp(20px, 1.8vw, 28px) * var(--display-scale)); line-height: 1.25; text-wrap: balance; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.values.stacked { grid-template-columns: 1fr; align-content: start; }
.values.stacked .value { display: grid; grid-template-columns: 120px 1fr; gap: 6px 22px; align-items: baseline; padding: 22px 26px; }
.values.stacked .value .k { margin: 0; grid-row: 1 / span 2; align-self: start; padding-top: 6px; }
.values.stacked .value h3 { margin: 0; }
.contact-map .rings text { font-size: 13px; }
.value { border: 1px solid var(--line-2); border-radius: 16px; padding: 26px; background: rgba(255, 255, 255, .025); }
.value .k { display: block; font: 700 11px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--aqua); margin-bottom: 14px; }
.value h3 { margin-bottom: 10px; }
.value p { color: var(--text-dim); font-size: 15px; }
.founder { display: grid; grid-template-columns: 300px 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.founder-photo { aspect-ratio: 4 / 5; border-radius: 18px; border: 1px dashed rgba(255, 45, 149, .55); display: grid; place-items: center; text-align: center; padding: 24px; color: var(--text-faint); font-size: 13px; line-height: 1.5; background: radial-gradient(circle at 50% 30%, rgba(129, 216, 208, .12), transparent 60%), var(--ink-2); }
.founder-photo b { display: block; color: var(--pink); font: 700 11px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; margin-bottom: 10px; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card { border: 1px solid var(--line-2); border-radius: 16px; padding: 26px; background: rgba(255, 255, 255, .025); }
.contact-card .k { display: block; font: 700 11px/1 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--aqua); margin-bottom: 14px; }
.contact-card p, .contact-card a { color: var(--text); font-size: 17px; text-decoration: none; overflow-wrap: anywhere; }
.contact-card a:hover { color: var(--aqua); }
.contact-card .note { display: block; margin-top: 8px; font-size: 13px; color: var(--text-faint); }
.hours { list-style: none; margin: 0; padding: 0; }
.hours li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed rgba(255, 255, 255, .12); font-size: 15px; }
.hours li span:last-child { color: var(--text-dim); }

/* ---------- Booking form (the Optimal Wellness pattern, in the Drip Plus palette) ---------- */
.book { background: var(--ink-0); }
.book-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 76px); align-items: start; }
.book-grid > * { min-width: 0; }
.book-text .lead { margin-top: 18px; }
.book-facts { list-style: none; margin: 30px 0 0; padding: 0; }
.book-facts li { display: flex; align-items: center; gap: 16px; border-bottom: 1px dashed rgba(255, 255, 255, .14); font-size: 15px; min-width: 0; }
.book-facts li:last-child { border-bottom: none; }
.book-facts strong { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--aqua); min-width: 96px; }
.book-facts a, .book-facts span.v { display: inline-block; padding: 12px 0; min-height: 44px; color: var(--text); text-decoration: none; overflow-wrap: anywhere; }
.book-facts a:hover { color: var(--aqua); }
.next { margin-top: 34px; display: grid; gap: 14px; }
.next div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; align-items: baseline; font-size: 15px; color: var(--text-dim); }
.next .when { font: 700 11px/1.4 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--aqua); }
.book-form { background: var(--ink-1); border: 1px solid var(--line-2); border-radius: 20px; padding: clamp(24px, 3vw, 38px); display: flex; flex-direction: column; gap: 16px; box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .8), 0 0 60px -30px rgba(129, 216, 208, .35); }
.ff-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ff-row.three { grid-template-columns: 1fr 1fr 1fr; }
.ff-row[hidden] { display: none; }
.ff { display: flex; flex-direction: column; gap: 7px; }
.ff > span { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--text-dim); }
.ff input, .ff select, .ff textarea { font-family: var(--body), system-ui, sans-serif; font-size: 15px; color: var(--text); background: rgba(255, 255, 255, .05); border: 1px solid rgba(129, 216, 208, .24); border-radius: 10px; padding: 12px 14px; width: 100%; transition: border-color .25s, background .25s, box-shadow .25s; appearance: none; -webkit-appearance: none; }
.ff select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2381D8D0' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 34px; }
.ff select option { background: var(--ink-2); color: var(--text); }
.ff textarea { resize: vertical; min-height: 74px; }
.ff input::placeholder, .ff textarea::placeholder { color: rgba(238, 243, 244, .45); }
.ff input:focus, .ff select:focus, .ff textarea:focus { outline: revert; border-color: var(--aqua); background: rgba(129, 216, 208, .08); box-shadow: 0 0 0 3px rgba(129, 216, 208, .15); }
.ff-help { display: block; margin-top: 6px; font-size: 12px; line-height: 1.5; color: var(--text-faint); }
.ff-consent { flex-direction: row; align-items: flex-start; gap: 12px; cursor: pointer; }
.ff-consent > span { font-size: 12.5px; line-height: 1.55; color: var(--text-dim); text-transform: none; letter-spacing: 0; font-weight: 400; }
.ff-consent input[type="checkbox"] { appearance: auto; -webkit-appearance: checkbox; width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--pink); flex: none; }
.form-notice { font-size: 12.5px; line-height: 1.55; color: var(--text-faint); }
.form-notice a { color: var(--aqua); }
.ff-consent a, .form-note a { color: var(--aqua); }
.book-form .btn { align-self: flex-start; margin-top: 4px; }
.form-note { margin: 0; font-size: 11.5px; letter-spacing: .06em; color: var(--text-faint); }
.form-done { background: rgba(129, 216, 208, .1); border: 1px solid rgba(129, 216, 208, .45); border-radius: 12px; padding: 14px 18px; font-size: 14.5px; line-height: 1.55; color: var(--text); }
.form-done strong { color: var(--aqua); }
.form-done[hidden] { display: none; }
form.sent .form-note { display: none; }
.book-form [aria-invalid="true"] { border-color: rgba(255, 45, 149, .75); }
.ff-err { font-size: 12.5px; color: var(--pink-2); }
.ff-err[hidden] { display: none; }
.pick-summary { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: baseline; padding: 12px 14px; border-radius: 10px; background: rgba(255, 45, 149, .08); border: 1px solid rgba(255, 45, 149, .3); font-size: 14px; }
.pick-summary b { color: #fff; }
.pick-summary .price { margin-left: auto; font-weight: 700; color: var(--pink-2); }
.pick-summary[hidden] { display: none; }

/* 404 */
.notfound { min-height: 70vh; display: grid; place-items: center; text-align: center; padding-top: var(--nav-h); }
.notfound .btn-row { justify-content: center; margin-top: 26px; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .packstrip b { letter-spacing: .1em; white-space: nowrap; }
  .reveal-line { max-width: min(540px, 40vw); }
  .stages { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .boards { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  :root { --nav-h: 72px; }
  .nav { gap: 12px; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  /* One header height and an opaque background on phones: a blur + animated height on a fixed header kills taps on real iOS. */
  .nav.scrolled, body.solid-top .nav { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(5, 5, 7, .94); }
  .brand img[width][height] { width: 54px; height: 54px; }
  .brand .word { font-size: calc(16px * var(--display-scale)); }
  .brand .word small { display: none; } /* the Menu button takes the tagline's room on phones */
  .nav-menu { margin-left: 0; padding: 11px 16px; }
  .split, .founder, .book-grid { grid-template-columns: 1fr; }
  .values, .contact-cards { grid-template-columns: 1fr; }
  .stages { grid-template-columns: 1fr 1fr; }
  .menu .sec-head { grid-template-columns: 1fr; align-items: start; }
  .mlist.two, .mlist.three, .bandhead, .vials { grid-template-columns: 1fr; }
  .bandhead { gap: 6px; }
  .menu-row { grid-template-columns: 1fr auto; }
  .menu-row .name { grid-row: 1; grid-column: 1; }
  .menu-row .price { grid-row: 1; grid-column: 2; }
  .menu-row .desc { grid-row: 2; grid-column: 1 / -1; }
  .founder-photo { max-width: 300px; }
  .reveal-line { max-width: none; }
  .reveal-line.ml, .reveal-line.mr { left: var(--gutter); right: var(--gutter); top: auto; bottom: 7vh; transform: none; text-align: left; }
  .reveal-line.mr .lead { margin-left: 0; } .reveal-line.mr .btn-row { justify-content: flex-start; } .reveal-line.mr .eyebrow { flex-direction: row; }
  .hero-title { top: auto; bottom: 7vh; max-width: none; }
  .hero-title h1 { font-size: calc(clamp(28px, 7.6vw, 38px) * var(--display-scale)); }
  .stage-shade { background: linear-gradient(0deg, rgba(5, 5, 7, .92) 0%, rgba(5, 5, 7, .3) 40%, rgba(5, 5, 7, 0) 58%), linear-gradient(180deg, rgba(5, 5, 7, .5) 0%, rgba(5, 5, 7, 0) 26%); }
  .btn { min-height: 48px; padding: 12px 18px; font-size: 12px; }
  .scroll-hint { display: none; }
  .reveal-line.hero-strip, .reveal-line.target { display: none; } /* phones: the headline block owns the floor */
  .values.stacked .value { grid-template-columns: 1fr; }
  /* Phones: the scene IS the content — one headline and one button, low in the frame, no paragraph. */
  .scrub .reveal-line .lead { display: none; }
  .scrub .reveal-line .btn-row { margin-top: 14px; }
  .scrub .reveal-line .btn-row .btn ~ .btn { display: none; }
  .scrub .reveal-line::before { inset: -30px -48px; }
  .scrub .reveal-line .eyebrow { display: none; }
  .scrub .reveal-line h2 { font-size: calc(clamp(24px, 6.4vw, 32px) * var(--display-scale)); }
  h2 { font-size: calc(clamp(26px, 6.4vw, 36px) * var(--display-scale)); }
  .statement { font-size: calc(clamp(26px, 6.6vw, 36px) * var(--display-scale)); }
  .rings text { font-size: 15px; } .rings text.mi { font-size: 12px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .btn-row .btn { width: 100%; min-height: 54px; font-size: 12.5px; letter-spacing: .18em; }
  .scrub .reveal-line .btn-row .btn { width: 100%; }
  .reveal-line.ml, .reveal-line.mr, .hero-title { left: var(--gutter); right: var(--gutter); }
  .stages { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .menu-foot { justify-content: center; }
  .menu-foot .btn { margin-inline: auto; }
  .foot-legal a { display: inline-block; padding: 8px 0; }
  .ff-row, .ff-row.three { grid-template-columns: 1fr; }
  .board { padding: 18px; }
  .menu-row.feat { margin: 6px -8px 0; padding: 14px 8px; }
  .next div { grid-template-columns: 1fr; gap: 4px; }
  .cta-band .alt { font-size: 13.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .strip .dot, .reveal-line.target ellipse { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .rings .ring { stroke-dashoffset: 0; transition: none; }
  .rings .home-halo, .scroll-hint span, .scrub.poster-only .poster { animation: none; }
  .btn:hover { transform: none; }
}
