/* ============================================================
   HALE — Template 06 (rebuilt) · House of Baths & Recovery
   "Thermal Cinema" — breath preloader, submerged-type hero,
   the Circuit (scroll-graded heat→cold→rest), steam reveals,
   room-map menu. Italiana + Hanken Grotesk + Overpass Mono.
   ============================================================ */

@font-face { font-family: 'Italiana'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/italiana.woff2') format('woff2'); }
@font-face { font-family: 'Hanken Grotesk'; font-style: normal; font-weight: 300 700; font-display: swap; src: url('../fonts/hanken.woff2') format('woff2'); }
@font-face { font-family: 'Overpass Mono'; font-style: normal; font-weight: 300 600; font-display: swap; src: url('../fonts/overpass.woff2') format('woff2'); }

:root {
  --disp: 'Italiana', Georgia, serif;
  --sans: 'Hanken Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'Overpass Mono', 'Courier New', monospace;

  --bg: #0b0d0e;
  --bg-2: #0f1213;
  --card: #141a1b;
  --ink: #ece8df;
  --ink-soft: rgba(236, 232, 223, 0.6);
  --ink-faint: rgba(236, 232, 223, 0.35);
  --line: rgba(236, 232, 223, 0.14);
  --line-soft: rgba(236, 232, 223, 0.07);
  --heat: #e07856;
  --heat-bright: #f09070;
  --heat-soft: rgba(224, 120, 86, 0.14);
  --cold: #8fd3e8;
  --cold-deep: #5db4d1;
  --scrim: linear-gradient(to top, rgba(6, 8, 9, 0.85), rgba(6, 8, 9, 0.2) 46%, rgba(6, 8, 9, 0.42));
  --shadow: 0 34px 90px -34px rgba(0, 0, 0, 0.75);
  --header-h: 74px;
  --ease: cubic-bezier(0.62, 0.03, 0.18, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
:root[data-theme='light'] {
  --bg: #f0ede6;
  --bg-2: #e7e3da;
  --card: #faf8f3;
  --ink: #14191b;
  --ink-soft: rgba(20, 25, 27, 0.64);
  --ink-faint: rgba(20, 25, 27, 0.38);
  --line: rgba(20, 25, 27, 0.16);
  --line-soft: rgba(20, 25, 27, 0.08);
  --heat: #b45230;
  --heat-bright: #c9613c;
  --heat-soft: rgba(180, 82, 48, 0.1);
  --cold: #2a7d99;
  --cold-deep: #1f677f;
  --shadow: 0 28px 60px -28px rgba(20, 25, 27, 0.3);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html.reduced-motion { scroll-behavior: auto; }
body {
  margin: 0; font-family: var(--sans); font-weight: 330; font-size: 1rem; line-height: 1.7;
  color: var(--ink); background: var(--bg);
  transition: background-color 0.5s ease, color 0.5s ease; overflow-x: hidden;
}
body.menu-open, body.pre-lock { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--disp); font-weight: 400; line-height: 1.04; letter-spacing: 0.02em; }
h1 em, h2 em, h3 em { font-style: normal; color: var(--heat-bright); }
p { margin: 0 0 1rem; }
::selection { background: var(--heat); color: #0b0d0e; }
:focus-visible { outline: 2px solid var(--heat-bright); outline-offset: 3px; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 300; background: var(--ink); color: var(--bg); padding: 0.6rem 1.1rem; font-size: 0.8rem; text-decoration: none; }
.skip-link:focus { left: 8px; }
.container { width: min(1240px, 92vw); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 10vh, 8rem); position: relative; }

.kicker {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-family: var(--mono); font-size: 0.62rem; font-weight: 400;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 1.3rem;
}
.kicker::before { content: '≋'; color: var(--heat-bright); font-size: 0.85rem; letter-spacing: 0; }
.kicker--bare::before { display: none; }
.kicker b { color: var(--heat-bright); font-weight: 400; }
.disp-xl { font-size: clamp(3rem, 9vw, 8rem); }
.disp-lg { font-size: clamp(2.2rem, 5.4vw, 4.6rem); }
.disp-md { font-size: clamp(1.7rem, 3.2vw, 2.7rem); }
.lede { font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.85; color: var(--ink-soft); max-width: 56ch; font-weight: 330; }
.small { font-size: 0.82rem; color: var(--ink-soft); }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }

.js [data-reveal] { opacity: 0; transform: translateY(26px); }
.js [data-reveal].is-inview { opacity: 1; transform: none; transition: opacity 1s ease, transform 1s var(--ease-out); }
html.reduced-motion [data-reveal] { opacity: 1 !important; transform: none !important; }

/* Steam-clear image reveal — haze lifts, focus condenses */
.media { position: relative; overflow: hidden; background: var(--bg-2); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.js .media[data-reveal-media] img { filter: blur(16px) saturate(0.55) brightness(1.18); transform: scale(1.06); }
.js .media[data-reveal-media].is-inview img { filter: none; transform: none; transition: filter 1.5s ease, transform 1.7s var(--ease); }
.js .media[data-reveal-media]::after {
  content: ''; position: absolute; inset: -20%; z-index: 2; pointer-events: none;
  background: radial-gradient(ellipse at 50% 100%, rgba(236, 232, 223, 0.5), transparent 65%);
  filter: blur(24px); opacity: 1; transition: opacity 1.3s ease 0.15s, transform 1.6s var(--ease);
}
.js .media[data-reveal-media].is-inview::after { opacity: 0; transform: translateY(-30%); }
html.reduced-motion .media[data-reveal-media] img { filter: none !important; transform: none !important; }
html.reduced-motion .media[data-reveal-media]::after { display: none; }

/* ---------- Breath preloader ---------- */
.pre {
  position: fixed; inset: 0; z-index: 260; background: #07090a; color: #ece8df;
  display: grid; place-items: center;
  transition: opacity 1.1s ease, visibility 1.1s ease;
}
.pre.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.pre-inner { text-align: center; }
.pre-ring {
  width: 130px; height: 130px; margin-inline: auto; border-radius: 50%;
  border: 1px solid rgba(224, 120, 86, 0.85);
  box-shadow: 0 0 40px rgba(224, 120, 86, 0.25), inset 0 0 30px rgba(224, 120, 86, 0.12);
  transform: scale(0.55);
  transition: transform 3.4s cubic-bezier(0.45, 0, 0.55, 1);
}
.pre.inhale .pre-ring { transform: scale(1.15); }
.pre.exhale .pre-ring { transform: scale(0.55); transition-duration: 2.8s; }
.pre-word { margin-top: 1.8rem; font-family: var(--disp); font-size: 1.7rem; letter-spacing: 0.5em; text-indent: 0.5em; text-transform: uppercase; min-height: 1.4em; }
.pre-sub { margin-top: 0.5rem; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(236, 232, 223, 0.45); }
html.reduced-motion .pre { display: none; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 120;
  height: var(--header-h); display: flex; align-items: center; color: #ece8df;
  transition: background-color 0.45s ease, color 0.45s ease, box-shadow 0.45s ease;
}
.site-header.is-scrolled { background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line-soft); color: var(--ink); }
body.menu-open .site-header { z-index: 90; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wordmark { font-family: var(--disp); font-size: 1.7rem; letter-spacing: 0.34em; text-indent: 0.34em; text-decoration: none; line-height: 1; display: flex; flex-direction: column; align-items: flex-start; }
.wordmark .sub { font-family: var(--mono); font-size: 0.5rem; letter-spacing: 0.3em; text-transform: uppercase; opacity: 0.55; text-indent: 0; margin-top: 0.3rem; }
@media (max-width: 700px) { .wordmark .sub { display: none; } }
.header-tools { display: flex; align-items: center; gap: 0.85rem; }
.theme-toggle { width: 37px; height: 37px; border-radius: 50%; border: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; display: grid; place-items: center; opacity: 0.85; transition: opacity 0.3s ease; }
.theme-toggle:hover { opacity: 1; }
.theme-toggle svg { width: 15px; height: 15px; }
:root[data-theme='dark'] .icon-moon { display: none; }
:root[data-theme='light'] .icon-sun { display: none; }
.btn {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--mono); font-size: 0.64rem; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase; text-decoration: none;
  color: #0b0d0e; background: var(--ink); border: 1px solid var(--ink);
  padding: 1rem 1.8rem; cursor: pointer; position: relative; overflow: hidden; isolation: isolate;
}
:root[data-theme='light'] .btn { color: #f0ede6; }
.btn::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, var(--heat), var(--heat-bright)); transform: translateY(102%); transition: transform 0.45s var(--ease); }
.btn:hover::before { transform: none; }
.btn:hover { color: #0b0d0e; border-color: var(--heat); }
.btn--ghost { background: transparent; color: inherit; border-color: currentColor; }
.btn--cold::before { background: linear-gradient(100deg, var(--cold-deep), var(--cold)); }
.link-rule { display: inline-flex; align-items: center; gap: 0.6rem; text-decoration: none; font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 0.45rem; transition: color 0.3s ease, border-color 0.3s ease; }
.link-rule:hover { color: var(--heat-bright); border-color: var(--heat-bright); }
.menu-btn {
  border: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer;
  font-family: var(--mono); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase;
  padding: 0.9rem 1.4rem; display: inline-flex; align-items: center; gap: 0.7rem; transition: color 0.3s ease;
}
.menu-btn:hover { color: var(--heat-bright); }
.menu-btn .steam-ic { display: inline-flex; gap: 3px; }
.menu-btn .steam-ic i { width: 1px; height: 12px; background: currentColor; animation: steamIc 2.2s ease-in-out infinite; }
.menu-btn .steam-ic i:nth-child(2) { animation-delay: 0.4s; }
.menu-btn .steam-ic i:nth-child(3) { animation-delay: 0.8s; }
@keyframes steamIc { 0%, 100% { transform: scaleY(0.5); opacity: 0.5; } 50% { transform: scaleY(1); opacity: 1; } }
html.reduced-motion .menu-btn .steam-ic i { animation: none; }

/* ---------- Room-map menu (bg crossfades per hovered room) ---------- */
.map-veil {
  position: fixed; inset: 0; z-index: 200; color: #ece8df; overflow: hidden;
  opacity: 0; visibility: hidden; transition: opacity 0.6s ease, visibility 0.6s ease;
}
body.menu-open .map-veil { opacity: 1; visibility: visible; }
.map-bgs { position: absolute; inset: 0; background: #07090a; }
.map-bgs img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.05); transition: opacity 0.7s ease, transform 1.4s var(--ease); }
.map-bgs img.is-cur { opacity: 0.34; transform: scale(1); }
.map-bgs::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(7, 9, 10, 0.92), rgba(7, 9, 10, 0.55)); }
.map-inner { position: relative; z-index: 2; height: 100%; width: min(1240px, 92vw); margin-inline: auto; display: flex; flex-direction: column; padding-block: 1.5rem 2.2rem; }
.map-head { display: flex; align-items: center; justify-content: space-between; }
.map-close { border: 1px solid rgba(236, 232, 223, 0.35); background: transparent; color: #ece8df; padding: 0.85rem 1.5rem; cursor: pointer; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; transition: background-color 0.3s ease, color 0.3s ease; }
.map-close:hover { background: #ece8df; color: #07090a; }
.map-nav { flex: 1; display: flex; flex-direction: column; justify-content: center; max-width: 720px; }
.map-link {
  display: flex; align-items: baseline; gap: 1.4rem; text-decoration: none; color: #ece8df;
  border-bottom: 1px solid rgba(236, 232, 223, 0.12); padding-block: 0.85rem;
  transform: translateY(18px); opacity: 0; transition: transform 0.6s var(--ease-out), opacity 0.6s ease, padding-left 0.4s var(--ease-out);
}
body.menu-open .map-link { transform: none; opacity: 1; }
body.menu-open .map-link:nth-child(1) { transition-delay: 0.12s; }
body.menu-open .map-link:nth-child(2) { transition-delay: 0.18s; }
body.menu-open .map-link:nth-child(3) { transition-delay: 0.24s; }
body.menu-open .map-link:nth-child(4) { transition-delay: 0.3s; }
body.menu-open .map-link:nth-child(5) { transition-delay: 0.36s; }
body.menu-open .map-link:nth-child(6) { transition-delay: 0.42s; }
.map-link .temp { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; color: rgba(236, 232, 223, 0.45); min-width: 64px; transition: color 0.3s ease; }
.map-link .room { font-family: var(--disp); font-size: clamp(1.9rem, 5.2vh, 3.1rem); letter-spacing: 0.06em; }
.map-link .hint { margin-left: auto; font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(236, 232, 223, 0.4); }
.map-link:hover, .map-link[aria-current='page'] { padding-left: 1rem; }
.map-link:hover .room, .map-link[aria-current='page'] .room { color: var(--heat-bright); }
.map-link:hover .temp { color: var(--heat-bright); }
.map-foot { display: flex; justify-content: space-between; gap: 1rem; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(236, 232, 223, 0.45); flex-wrap: wrap; }

/* ---------- HERO — submerged type ---------- */
.hero { position: relative; min-height: 100svh; display: grid; align-content: center; justify-items: center; color: #ece8df; overflow: hidden; background: #07090a; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 106%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6, 8, 9, 0.88), rgba(6, 8, 9, 0.25) 40%, rgba(6, 8, 9, 0.55)); }
.steam { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.steam i { position: absolute; width: 64vw; height: 42vh; border-radius: 50%; background: radial-gradient(ellipse, rgba(236, 232, 223, 0.09), transparent 68%); filter: blur(34px); }
.steam i:nth-child(1) { top: 12%; left: -18%; animation: steamDrift 30s linear infinite; }
.steam i:nth-child(2) { top: 42%; left: 30%; animation: steamDrift 38s linear infinite reverse; }
.steam i:nth-child(3) { top: 66%; left: -6%; animation: steamDrift 46s linear infinite; animation-delay: -14s; }
@keyframes steamDrift { from { transform: translateX(-12vw); } to { transform: translateX(52vw); } }
html.reduced-motion .steam i { animation: none; }

.hero-content { position: relative; z-index: 3; text-align: center; padding-inline: 4vw; }
.hero-kicker { justify-content: center; color: rgba(236, 232, 223, 0.78); }
.waterword { position: relative; display: inline-block; line-height: 0.9; }
.waterword .ww {
  font-family: var(--disp); font-weight: 400;
  font-size: clamp(4rem, 17vw, 15.5rem); letter-spacing: 0.1em; text-indent: 0.1em;
  text-transform: uppercase; color: #ece8df; display: block; white-space: nowrap;
}
.waterword .ww-over { clip-path: inset(-10% -2% 47% -2%); position: relative; z-index: 2; }
.waterword .ww-under {
  position: absolute; inset: 0; z-index: 1;
  clip-path: inset(53% -2% -12% -2%);
  filter: url(#waveflt) blur(1.2px); opacity: 0.72;
  animation: underSway 7s ease-in-out infinite;
  color: #cfe4e8;
}
@keyframes underSway { 0%, 100% { transform: translate(0, 2px); } 50% { transform: translate(4px, 4px); } }
.waterline {
  position: absolute; left: -6%; right: -6%; top: 52%; height: 2px; z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(236, 232, 223, 0.85) 18%, rgba(143, 211, 232, 0.9) 50%, rgba(236, 232, 223, 0.85) 82%, transparent);
  box-shadow: 0 0 18px rgba(143, 211, 232, 0.5);
  animation: lineBob 7s ease-in-out infinite;
}
@keyframes lineBob { 0%, 100% { transform: translateY(0) scaleX(1); } 50% { transform: translateY(3px) scaleX(1.015); } }
html.reduced-motion .waterword .ww-under { animation: none; filter: blur(1px); }
html.reduced-motion .waterline { animation: none; }
.booted .hero-rise { opacity: 1; transform: none; }
.hero-rise { opacity: 0; transform: translateY(24px); transition: opacity 1.2s ease 0.25s, transform 1.2s var(--ease-out) 0.25s; }
html.reduced-motion .hero-rise { opacity: 1 !important; transform: none !important; }
.hero-sub { margin-top: clamp(1.4rem, 3.5vh, 2.2rem); font-size: clamp(0.98rem, 1.4vw, 1.14rem); color: rgba(236, 232, 223, 0.82); max-width: 52ch; margin-inline: auto; }
.hero-ctas { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.8rem; }
.ripple { position: absolute; z-index: 2; width: 10px; height: 10px; margin: -5px 0 0 -5px; border: 1px solid rgba(236, 232, 223, 0.55); border-radius: 50%; pointer-events: none; animation: rippleGrow 1.4s ease-out forwards; }
@keyframes rippleGrow { to { transform: scale(26); opacity: 0; } }
.hero-foot { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; border-top: 1px solid rgba(236, 232, 223, 0.2); background: rgba(6, 8, 9, 0.32); backdrop-filter: blur(8px); }
.hero-foot .container { display: flex; justify-content: space-between; gap: 1rem; padding-block: 0.9rem; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(236, 232, 223, 0.72); flex-wrap: wrap; }

/* ---------- THE CIRCUIT — thermal scroll ---------- */
.circuit { position: relative; height: 380vh; }
.circuit-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; background: #07090a; color: #ece8df; }
.circuit .scene { position: absolute; inset: 0; opacity: 0; }
.circuit .scene img { width: 100%; height: 100%; object-fit: cover; }
.circuit .scene::after { content: ''; position: absolute; inset: 0; background: var(--scrim); }
.circuit-tint { position: absolute; inset: 0; pointer-events: none; z-index: 2; mix-blend-mode: soft-light; }
.circuit-tint.heat { background: radial-gradient(ellipse at 50% 80%, rgba(255, 120, 60, 0.95), rgba(180, 60, 20, 0.5) 70%); opacity: 0; }
.circuit-tint.cold { background: radial-gradient(ellipse at 50% 20%, rgba(120, 200, 255, 0.9), rgba(40, 100, 160, 0.5) 70%); opacity: 0; }
.circuit-hud {
  position: absolute; z-index: 4; right: clamp(1.5rem, 5vw, 4.5rem); top: 50%; transform: translateY(-50%);
  text-align: right;
}
.circuit-hud .deg { font-family: var(--disp); font-size: clamp(3.6rem, 9.5vw, 8.6rem); line-height: 0.9; font-variant-numeric: tabular-nums; letter-spacing: 0.02em; white-space: nowrap; }
.circuit-hud .deg small { font-size: 0.32em; vertical-align: super; letter-spacing: 0; }
.circuit-hud .stage-lbl { margin-top: 0.8rem; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(236, 232, 223, 0.7); }
.circuit-copy { position: absolute; z-index: 4; left: clamp(1rem, 4vw, 3.5rem); bottom: clamp(2.5rem, 9vh, 5rem); width: min(460px, 44vw); }
.circuit-copy .cc { position: absolute; bottom: 0; left: 0; width: 100%; opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s var(--ease-out); }
.circuit-copy .cc.is-cur { opacity: 1; transform: none; }
.circuit-copy .cc .kicker { color: rgba(236, 232, 223, 0.75); margin-bottom: 0.8rem; }
.circuit-copy .cc h3 { font-size: clamp(1.9rem, 4.2vw, 3.4rem); margin-bottom: 0.7rem; }
.circuit-copy .cc p { color: rgba(236, 232, 223, 0.78); margin: 0; font-size: 0.98rem; max-width: 40ch; }
.circuit-dots { position: absolute; z-index: 4; left: 50%; bottom: 1.4rem; transform: translateX(-50%); display: flex; gap: 0.7rem; }
.circuit-dots i { width: 26px; height: 2px; background: rgba(236, 232, 223, 0.25); transition: background-color 0.4s ease; }
.circuit-dots i.is-cur { background: var(--heat-bright); }
.circuit-intro { position: absolute; z-index: 4; inset: 0; display: grid; place-items: center; text-align: center; transition: opacity 0.6s ease; padding-inline: 6vw; }
.circuit-intro.is-off { opacity: 0; pointer-events: none; }
.circuit-intro h2 { font-size: clamp(2.4rem, 6.5vw, 5.6rem); }
.circuit-intro .kicker { justify-content: center; color: rgba(236, 232, 223, 0.75); }

/* Circuit fallback — stacked scenes */
@media (max-width: 900px) {
  .circuit { height: auto; }
  .circuit-sticky { position: static; height: auto; overflow: visible; background: none; }
  .circuit .scene { position: relative; opacity: 1 !important; min-height: 74svh; display: grid; align-content: end; }
  .circuit .scene .m-copy { position: relative; z-index: 3; padding: 0 6vw 3rem; }
  .circuit .scene .m-copy h3 { font-size: clamp(1.9rem, 8vw, 2.8rem); margin-bottom: 0.6rem; }
  .circuit .scene .m-copy p { color: rgba(236, 232, 223, 0.8); max-width: 46ch; }
  .circuit .scene .m-copy .deg-s { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.3em; color: var(--heat-bright); text-transform: uppercase; display: block; margin-bottom: 0.7rem; }
  .circuit .scene img { position: absolute; inset: 0; }
  .circuit-hud, .circuit-copy, .circuit-dots, .circuit-intro, .circuit-tint { display: none; }
}
@media (min-width: 901px) { .circuit .scene .m-copy { display: none; } }
html.reduced-motion .circuit { height: auto; }
html.reduced-motion .circuit-sticky { position: static; height: auto; }
html.reduced-motion .circuit .scene { position: relative; opacity: 1 !important; min-height: 74svh; display: grid; align-content: end; }
html.reduced-motion .circuit-hud, html.reduced-motion .circuit-copy, html.reduced-motion .circuit-dots,
html.reduced-motion .circuit-intro, html.reduced-motion .circuit-tint { display: none; }
html.reduced-motion .circuit .scene .m-copy { display: block; position: relative; z-index: 3; padding: 0 6vw 3rem; }

/* ---------- Therapy rows ---------- */
.ther-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.8rem); }
.ther-card { position: relative; display: block; text-decoration: none; color: #ece8df; overflow: hidden; }
.ther-card .media { aspect-ratio: 3 / 4; }
.ther-card .media img { transition: transform 1s var(--ease); }
.ther-card:hover .media img { transform: scale(1.05); }
.ther-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6, 8, 9, 0.85), transparent 55%); pointer-events: none; }
.ther-card .body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.4rem 1.5rem; }
.ther-card .t-temp { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--heat-bright); }
.ther-card.is-cold .t-temp { color: var(--cold); }
.ther-card h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 0.4rem 0 0.4rem; }
.ther-card .t-meta { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; color: rgba(236, 232, 223, 0.72); }
.ther-card .t-line { position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--heat), var(--heat-bright)); transform: scaleX(0); transform-origin: 0 0; transition: transform 0.6s var(--ease); z-index: 3; }
.ther-card.is-cold .t-line { background: linear-gradient(90deg, var(--cold-deep), var(--cold)); }
.ther-card:hover .t-line { transform: scaleX(1); }
@media (max-width: 860px) { .ther-grid { grid-template-columns: 1fr; } .ther-card .media { aspect-ratio: 16 / 10; } }

/* ---------- Ledger rows ---------- */
.spec-row { border-top: 1px solid var(--line); padding-block: clamp(1.5rem, 4vh, 2.4rem); display: grid; grid-template-columns: 110px 1fr 0.85fr; gap: clamp(1.2rem, 3vw, 3rem); align-items: start; }
.spec-row:last-child { border-bottom: 1px solid var(--line); }
.spec-row .no { font-family: var(--mono); font-weight: 300; font-size: clamp(1.2rem, 2.4vw, 1.9rem); color: var(--heat-bright); line-height: 1.3; }
.spec-row h3 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); margin-bottom: 0.5rem; }
.spec-row p { color: var(--ink-soft); margin: 0; }
.spec-row .aside { font-family: var(--mono); font-size: 0.72rem; line-height: 2.1; color: var(--ink-faint); border-left: 1px solid var(--line); padding-left: 1.4rem; }
.spec-row .aside b { color: var(--heat-bright); font-weight: 500; }
@media (max-width: 860px) { .spec-row { grid-template-columns: 60px 1fr; } .spec-row .aside { grid-column: 2; border-left: 0; padding-left: 0; } }

/* ---------- Full-bleed band ---------- */
.band { position: relative; min-height: 86svh; display: grid; align-content: end; color: #ece8df; overflow: hidden; }
.band-bg { position: absolute; inset: 0; }
.band-bg img { width: 100%; height: 106%; object-fit: cover; }
.band-scrim { position: absolute; inset: 0; background: var(--scrim); }
.band-content { position: relative; z-index: 2; padding-block: clamp(3rem, 8vh, 5rem); }
.stat-row { display: flex; gap: clamp(1.5rem, 5vw, 4rem); flex-wrap: wrap; margin-top: 2rem; }
.stat-row .stat b { display: block; font-family: var(--disp); font-size: clamp(2.2rem, 4.6vw, 3.8rem); line-height: 1; }
.stat-row .stat b i { font-style: normal; color: var(--heat-bright); }
.stat-row .stat span { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(236, 232, 223, 0.62); }

/* ---------- Cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: clamp(1.2rem, 2.4vw, 2rem); }
.u-card { background: var(--card); border: 1px solid var(--line); overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; transition: border-color 0.35s ease, transform 0.35s var(--ease-out); }
.u-card:hover { border-color: var(--heat); transform: translateY(-4px); }
.u-card .media { aspect-ratio: 16 / 10; }
.u-card .media img { transition: transform 0.9s var(--ease); }
.u-card:hover .media img { transform: scale(1.05); }
.u-card .body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.u-card .tag-line { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--heat-bright); }
.u-card h3 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); }
.u-card p { color: var(--ink-soft); font-size: 0.92rem; margin: 0; }
.u-card .foot { margin-top: auto; padding-top: 0.9rem; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-faint); }

/* ---------- Passes (pricing) ---------- */
.pass-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.8rem); align-items: stretch; }
.pass { background: var(--card); border: 1px solid var(--line); padding: clamp(1.6rem, 3vw, 2.4rem); display: flex; flex-direction: column; gap: 1rem; position: relative; overflow: hidden; }
.pass::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--heat), var(--cold)); opacity: 0; transition: opacity 0.4s ease; }
.pass:hover::before, .pass.is-hl::before { opacity: 1; }
.pass.is-hl { border-color: var(--heat); }
.pass .p-name { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-soft); }
.pass .p-price { font-family: var(--disp); font-size: clamp(2.4rem, 4.6vw, 3.6rem); line-height: 1; }
.pass .p-price small { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; color: var(--ink-faint); }
.pass ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.92rem; color: var(--ink-soft); }
.pass ul li::before { content: '≋ '; color: var(--heat-bright); }
.pass .btn { justify-content: center; margin-top: auto; }
@media (max-width: 860px) { .pass-grid { grid-template-columns: 1fr; } }

/* ---------- Quote ---------- */
.quote-band { border-block: 1px solid var(--line); background: var(--bg-2); }
.quote-band blockquote { margin: 0; font-family: var(--disp); font-size: clamp(1.7rem, 3.8vw, 3rem); line-height: 1.35; max-width: 24em; }
.quote-band blockquote em { color: var(--heat-bright); font-style: normal; }
.quote-src { margin-top: 1.4rem; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-soft); }

/* ---------- Page head / prose / forms ---------- */
.page-head { padding-top: calc(var(--header-h) + clamp(3rem, 8vh, 5.5rem)); padding-bottom: clamp(2.2rem, 5vh, 3.6rem); }
.page-head .crumb { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1.5rem; display: flex; gap: 0.8rem; }
.page-head .crumb a { text-decoration: none; }
.page-head .crumb a:hover { color: var(--heat-bright); }
.page-head h1 { font-size: clamp(2.6rem, 7vw, 6rem); }
.page-head .lede { margin-top: 1.5rem; }

.prose { max-width: 66ch; margin-inline: auto; font-size: 1.05rem; line-height: 1.9; }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 2.6rem 0 1rem; }
.prose p { color: var(--ink-soft); }
.prose blockquote { margin: 2.3rem 0; padding-left: 1.6rem; border-left: 2px solid var(--heat); font-family: var(--disp); font-size: 1.45rem; line-height: 1.55; color: var(--ink); }
.prose .note { font-family: var(--mono); font-size: 0.7rem; color: var(--ink-faint); letter-spacing: 0.08em; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem 1.6rem; }
.field { display: flex; flex-direction: column; gap: 0.5rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field select, .field textarea { background: var(--card); border: 1px solid var(--line); padding: 0.9rem 1rem; font: inherit; color: var(--ink); transition: border-color 0.3s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--heat); }
.field textarea { min-height: 130px; resize: vertical; }
.form-success { display: none; padding: 2rem; border: 1px solid var(--heat); background: var(--card); }
.form-success.is-visible { display: block; }
.form-success h3 { color: var(--heat-bright); margin-bottom: 0.5rem; }
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }
.contact-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(2.5rem, 6vw, 5.5rem); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.info-rail { display: flex; flex-direction: column; gap: 1.7rem; }
.info-rail .blk h3 { font-size: 1.3rem; margin-bottom: 0.4rem; color: var(--heat-bright); }
.info-rail .blk p { color: var(--ink-soft); margin: 0; font-size: 0.92rem; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: start; }
.split-media { position: sticky; top: calc(var(--header-h) + 2rem); }
.split-media .media { aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split-media { position: static; } }

/* ---------- Utility / footer ---------- */
.rule-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: clamp(2rem, 5vh, 3.2rem); flex-wrap: wrap; }
.bg-alt { background: var(--bg-2); }
.cta-band { text-align: center; }
.cta-band h2 { font-size: clamp(2.4rem, 6.5vw, 5.4rem); margin-bottom: 2rem; }
.cta-band .row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.cta-note { margin-top: 2rem; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-faint); }

.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); }
.footer-wave { display: block; width: 100%; height: 46px; }
.footer-wave path { fill: none; stroke: var(--line); stroke-width: 1.5; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2rem; padding-block: 2.2rem 2.6rem; }
.footer-grid h4 { font-family: var(--mono); font-size: 0.58rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-grid a { text-decoration: none; color: var(--ink-soft); font-size: 0.9rem; transition: color 0.3s ease; }
.footer-grid a:hover { color: var(--heat-bright); }
.footer-brand p { color: var(--ink-soft); font-size: 0.9rem; max-width: 32ch; }
.footer-bar { border-top: 1px solid var(--line-soft); padding-block: 1.1rem; display: flex; justify-content: space-between; gap: 1rem; font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-faint); flex-wrap: wrap; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
