/* ============================================================
   OXYGEN — Light Editorial Luxury (v3)
   Bone-Weiß Editorial · Espresso-Kino-Momente · Ember #D33416
   Typo: Big Shoulders (athletic) × Fraunces Italic (editorial)
   Fonts self-hosted (DSGVO)
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Big Shoulders';
  src: url('../fonts/BigShoulders-500-900-latin.woff2') format('woff2');
  font-weight: 500 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212;
}
@font-face {
  font-family: 'Big Shoulders';
  src: url('../fonts/BigShoulders-500-900-latin-ext.woff2') format('woff2');
  font-weight: 500 900;
  font-display: swap;
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces-var-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces-var-it-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces-var-it-latin-ext.woff2') format('woff2');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('../fonts/HankenGrotesk-400-700-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('../fonts/HankenGrotesk-400-700-latin-ext.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono-500-latin.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../fonts/IBMPlexMono-500-latin-ext.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+20A0-20AB, U+20AD-20C0;
}

/* ---------- Tokens: light editorial base ---------- */
:root {
  /* semantic, theme-switchable */
  --bg: #f3f0ea;
  --bg-raise: #ece8e0;
  --fg: #161310;
  --mute: #6e675e;
  --line: rgba(22, 19, 16, 0.14);
  --line-strong: rgba(22, 19, 16, 0.32);

  /* brand constants */
  --ember: #d33416;
  --ember-deep: #b02a10;
  --ember-grad: linear-gradient(135deg, #d33416 0%, #ff5a2c 100%);
  --espresso: #16120e;
  --bone: #f3f0ea;

  --font-display: 'Big Shoulders', 'Arial Narrow', sans-serif;
  --font-serif: 'Fraunces', Georgia, serif;
  --font-body: 'Hanken Grotesk', 'Helvetica Neue', sans-serif;
  --font-mono: 'IBM Plex Mono', 'Courier New', monospace;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.45, 0, 0.15, 1);
}

/* dark cinema sections (warm espresso, NOT black) */
[data-theme="dark"] {
  --bg: #16120e;
  --bg-raise: #1f1a14;
  --fg: #f3f0ea;
  --mute: #a59d92;
  --line: rgba(243, 240, 234, 0.14);
  --line-strong: rgba(243, 240, 234, 0.32);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
html:focus-within { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

::selection { background: var(--ember); color: #fff; }
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 300;
  background: var(--ember); color: #fff; padding: 0.75rem 1.25rem;
  font-weight: 700; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* paper grain — subtle on light */
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 98;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Cursor ---------- */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0; z-index: 250;
  pointer-events: none; border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cursor-dot { width: 6px; height: 6px; background: var(--ember); }
.cursor-ring {
  width: 36px; height: 36px;
  border: 1px solid rgba(211, 52, 22, 0.55);
  transition: width 0.25s var(--ease-out), height 0.25s var(--ease-out), border-color 0.25s, background-color 0.25s;
}
body.cursor-on-link .cursor-ring {
  width: 64px; height: 64px;
  background: rgba(211, 52, 22, 0.1);
  border-color: var(--ember);
}
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 210;
  width: 100%; height: 2px;
  background: var(--ember-grad);
  transform: scaleX(0); transform-origin: left;
}

/* ---------- Typography ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: 0.004em;
}
.display .serif, h1 .serif, h2 .serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 480;
  text-transform: none;
  letter-spacing: 0;
  font-variation-settings: 'opsz' 100;
  font-size: 0.92em;
  color: var(--ember);
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.3em;
  color: var(--ember);
  display: inline-flex; align-items: center; gap: 0.8rem;
}
.eyebrow::before { content: ''; width: 2.5rem; height: 1px; background: var(--ember); flex: none; }
.eyebrow--bare::before { display: none; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.3rem); color: var(--mute); max-width: 54ch; }
.accent { color: var(--ember); }

.container { width: min(1320px, 100% - 2 * clamp(1.25rem, 4vw, 3.5rem)); margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  text-decoration: none;
  padding: 1.05rem 2rem;
  border-radius: 2px;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s, background-color 0.3s, color 0.3s;
  will-change: transform;
}
.btn--ember { background: var(--ember); color: #fff; box-shadow: 0 10px 28px rgba(211, 52, 22, 0.25); }
.btn--ember:hover { background: var(--ember-deep); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(211, 52, 22, 0.32); }
.btn--ghost { background: transparent; color: var(--fg); box-shadow: inset 0 0 0 1.5px var(--line-strong); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--fg); transform: translateY(-3px); }
.btn .arr { transition: transform 0.3s var(--ease-out); }
.btn:hover .arr { transform: translateX(5px); }

/* ---------- Topbar (adaptive light/dark) ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 230;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.05rem clamp(1.25rem, 4vw, 3.5rem);
  color: var(--fg);
  transition: background-color 0.4s, color 0.3s, box-shadow 0.4s;
}
body.over-dark .topbar { color: #f3f0ea; }
.topbar.is-scrolled {
  background: color-mix(in srgb, var(--bone) 88%, transparent);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(22, 19, 16, 0.08);
}
body.over-dark .topbar.is-scrolled {
  background: rgba(22, 18, 14, 0.8);
  box-shadow: 0 1px 0 rgba(243, 240, 234, 0.08);
}
.brand { display: inline-flex; align-items: center; gap: 0.8rem; text-decoration: none; flex: none; }
.brand svg { display: block; }
.brand-word {
  font-family: var(--font-display);
  font-weight: 800; font-size: 1.45rem; line-height: 0.9;
  letter-spacing: 0.06em; text-transform: uppercase;
  display: grid;
}
.brand-word small { font-family: var(--font-mono); font-size: 0.52rem; font-weight: 500; letter-spacing: 0.64em; opacity: 0.65; margin-top: 0.28rem; }

.topbar-right { display: flex; align-items: center; gap: 1.5rem; }
.topbar-cta { display: inline-flex; }
@media (max-width: 640px) { .topbar-cta { display: none; } }
.topbar-cta.btn { padding: 0.65rem 1.25rem; font-size: 0.88rem; }

.menu-btn {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase;
  flex: none;
  z-index: 240; position: relative;
}
.menu-btn .lines { position: relative; width: 28px; height: 14px; display: block; flex: none; }
.menu-btn .lines::before, .menu-btn .lines::after {
  content: ''; position: absolute; left: 0; width: 100%; height: 2px; background: currentColor;
  transition: transform 0.35s var(--ease-out), top 0.35s var(--ease-out);
}
.menu-btn .lines::before { top: 1px; }
.menu-btn .lines::after { top: 11px; }
.menu-btn[aria-expanded="true"] .lines::before { top: 6px; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] .lines::after { top: 6px; transform: rotate(-45deg); }
body.menu-open .topbar { color: #f3f0ea; }

/* ---------- Fullscreen menu (espresso) ---------- */
.menu {
  position: fixed; inset: 0; z-index: 220;
  background: rgba(22, 18, 14, 0.97);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  display: grid; align-content: center;
  padding-inline: clamp(1.5rem, 8vw, 8rem);
  color: #f3f0ea;
  opacity: 0; visibility: hidden;
  transition: opacity 0.45s var(--ease-soft), visibility 0.45s;
}
.menu.is-open { opacity: 1; visibility: visible; }
.menu ol { display: grid; gap: 0.4rem; counter-reset: cap; }
.menu a {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.2rem, 7vw, 4.4rem);
  line-height: 1.04;
  text-transform: uppercase; text-decoration: none;
  display: inline-flex; align-items: baseline; gap: 1.2rem;
  transition: color 0.25s, transform 0.3s var(--ease-out);
  transform: translateY(24px); opacity: 0;
}
.menu.is-open a { transform: none; opacity: 1; transition: color 0.25s, transform 0.6s var(--ease-out), opacity 0.6s; }
.menu li:nth-child(1) a { transition-delay: 0.05s; }
.menu li:nth-child(2) a { transition-delay: 0.1s; }
.menu li:nth-child(3) a { transition-delay: 0.15s; }
.menu li:nth-child(4) a { transition-delay: 0.2s; }
.menu li:nth-child(5) a { transition-delay: 0.25s; }
.menu li:nth-child(6) a { transition-delay: 0.3s; }
.menu a:hover { color: #ff5a2c; }
.menu a .no { font-family: var(--font-mono); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.2em; color: #a59d92; }
.menu-meta {
  margin-top: 3rem;
  display: flex; flex-wrap: wrap; gap: 2.5rem;
  font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.16em;
  color: #a59d92; text-transform: uppercase;
}
.menu-meta a { color: #f3f0ea; text-decoration: none; }
.menu-meta a:hover { color: #ff5a2c; }

.chapter-hud {
  position: fixed; left: clamp(1.25rem, 4vw, 3.5rem); bottom: 1.6rem; z-index: 150;
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--mute);
  display: flex; align-items: center; gap: 0.9rem;
  pointer-events: none;
  transition: color 0.3s;
}
body.over-dark .chapter-hud { color: #a59d92; }
.chapter-hud::before { content: ''; width: 2rem; height: 1px; background: var(--ember); }
@media (max-width: 760px) { .chapter-hud { display: none; } }

/* ============================================================
   HERO — dark cinema moment (warm espresso overlay)
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid; align-content: center;
  overflow: clip;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.04) brightness(0.66);
  animation: heroZoom 16s var(--ease-soft) both;
}
@keyframes heroZoom { from { transform: scale(1.1); } to { transform: scale(1); } }
.hero::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(55% 45% at 78% 22%, rgba(211, 52, 22, 0.16), transparent 70%),
    linear-gradient(180deg, rgba(22, 18, 14, 0.6) 0%, rgba(22, 18, 14, 0.22) 45%, rgba(22, 18, 14, 0.66) 100%);
}

.o2-ring {
  position: absolute; top: 50%; right: clamp(-6rem, 2vw, 9rem); transform: translateY(-58%);
  width: clamp(280px, 34vw, 540px); aspect-ratio: 1;
  z-index: -1;
  pointer-events: none; user-select: none;
}
.o2-ring .ring {
  position: absolute; inset: 0;
  border: 1px solid rgba(243, 240, 234, 0.18);
  border-radius: 50%;
  animation: breathe 7s ease-in-out infinite;
}
.o2-ring .ring:nth-child(2) { inset: -9%; border-color: rgba(255, 90, 44, 0.22); animation-delay: -1.6s; }
.o2-ring .ring:nth-child(3) { inset: -18%; border-color: rgba(243, 240, 234, 0.08); animation-delay: -3.2s; }
@keyframes breathe { 0%, 100% { transform: scale(0.94); opacity: 0.7; } 50% { transform: scale(1.04); opacity: 1; } }
.o2-ring .o2 {
  position: absolute; inset: 0;
  display: grid; place-content: center;
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(7rem, 13vw, 13rem);
  -webkit-text-stroke: 1.5px rgba(243, 240, 234, 0.32);
  color: transparent;
  animation: breathe 7s ease-in-out infinite;
}
.o2-ring .o2 sub { font-size: 0.4em; -webkit-text-stroke-color: rgba(255, 90, 44, 0.6); align-self: end; }

.hero-inner { position: relative; padding-block: 7rem 5rem; }
.hero-kicker { margin-bottom: 2rem; color: #ff5a2c; }
.hero-kicker::before { background: #ff5a2c; }
.hero-title {
  font-size: clamp(3.6rem, 12.5vw, 11rem);
  max-width: 10ch;
  color: #f3f0ea;
}
.hero-title .serif { color: #ff5a2c; }
.hero-title .row { display: block; overflow: hidden; padding-block: 0.05em; }
.hero-title .row > span { display: inline-block; transform: translateY(115%); animation: rise 1s var(--ease-out) forwards; }
.hero-title .row:nth-child(2) > span { animation-delay: 0.14s; }
.hero-title .row:nth-child(3) > span { animation-delay: 0.28s; }
@keyframes rise { to { transform: translateY(0); } }

.hero-foot {
  margin-top: 3rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.8rem 3rem;
  opacity: 0; animation: fadeUp 1s var(--ease-out) 0.6s forwards;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero-foot .lead { max-width: 38ch; color: rgba(243, 240, 234, 0.78); }

.scroll-cue {
  position: absolute; bottom: 1.8rem; right: clamp(1.25rem, 4vw, 3.5rem);
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(243, 240, 234, 0.6); writing-mode: vertical-rl;
  display: flex; align-items: center; gap: 0.9rem;
}
.scroll-cue::after {
  content: ''; width: 1px; height: 64px;
  background: linear-gradient(180deg, #ff5a2c, transparent);
  animation: drip 2.2s var(--ease-soft) infinite;
}
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: top; } 56% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (max-width: 700px) { .scroll-cue { display: none; } }

/* ---------- Marquee (light, hairline) ---------- */
.marquee {
  border-block: 1px solid var(--line);
  background: var(--bg);
  overflow: clip;
  padding-block: 1.15rem;
}
.marquee-track { display: flex; gap: 3.2rem; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.15rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--mute);
  display: inline-flex; align-items: center; gap: 3.2rem; white-space: nowrap;
}
.marquee-track span::after { content: '⬡'; color: var(--ember); font-size: 0.9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   CHAPTERS
   ============================================================ */
.chapter { position: relative; padding-block: clamp(6rem, 14vh, 11rem); background: var(--bg); color: var(--fg); }
.chapter-num {
  position: absolute; top: 0.5rem; right: clamp(0.5rem, 3vw, 3rem);
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(8rem, 22vw, 20rem); line-height: 1;
  -webkit-text-stroke: 1px var(--line);
  color: transparent;
  pointer-events: none; user-select: none;
  z-index: 0;
}
.chapter-head { position: relative; z-index: 1; display: grid; gap: 1.3rem; margin-bottom: clamp(3rem, 7vw, 5.5rem); }
.chapter-head h2 { font-size: clamp(2.6rem, 6.5vw, 5.8rem); max-width: 16ch; }

.statement {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(2.3rem, 6vw, 5.2rem);
  line-height: 1.02;
  max-width: 18ch;
}
.statement .w { display: inline-block; opacity: 0.14; transform: translateY(0.18em); transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out); }
.statement .w.lit { opacity: 1; transform: none; }
.statement .accent.w.lit { color: var(--ember); }
@media (prefers-reduced-motion: reduce) { .statement .w { opacity: 1; transform: none; } }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.12s; }
.reveal[data-delay="2"] { transition-delay: 0.24s; }
.reveal[data-delay="3"] { transition-delay: 0.36s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- 01 Manifest ---------- */
.manifest-grid {
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: end;
  position: relative; z-index: 1;
}
@media (max-width: 880px) { .manifest-grid { grid-template-columns: 1fr; } }
.manifest-side { display: grid; gap: 1.6rem; }
.manifest-side .lead { font-size: 1.05rem; }
.fact-row { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: baseline; padding-block: 0.9rem; border-bottom: 1px solid var(--line); }
.fact-row .v { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--ember); min-width: 3.2ch; }
.fact-row .k { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute); }

/* ---------- 02 Horizontal gallery (light editorial) ---------- */
.hscroll { position: relative; background: var(--bg); }
.hscroll-pin { position: sticky; top: 0; height: 100svh; overflow: clip; display: grid; align-content: center; }
.hscroll-head { position: absolute; top: clamp(5rem, 12vh, 8rem); left: clamp(1.25rem, 4vw, 3.5rem); z-index: 2; }
.hscroll-track {
  display: flex; gap: clamp(1.5rem, 3vw, 3rem);
  padding-inline: clamp(1.25rem, 4vw, 3.5rem);
  will-change: transform;
  align-items: stretch;
}
.panel { flex: none; width: clamp(300px, 36vw, 540px); display: grid; gap: 1.3rem; align-content: end; }
.panel-media {
  position: relative; overflow: clip; aspect-ratio: 4 / 5;
  border-radius: 2px;
  box-shadow: 0 24px 64px rgba(22, 19, 16, 0.18);
}
.panel-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-out); }
.panel:hover .panel-media img { transform: scale(1.05); }
.panel-no {
  position: absolute; top: 1.1rem; left: 1.2rem;
  font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.24em; color: #f3f0ea;
  background: rgba(22, 18, 14, 0.5); padding: 0.35rem 0.7rem;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border-radius: 2px;
}
.panel h3 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(1.5rem, 2.2vw, 2rem); }
.panel p { color: var(--mute); font-size: 0.96rem; max-width: 42ch; }
.panel--stat {
  width: clamp(280px, 28vw, 400px);
  background: var(--espresso);
  color: #f3f0ea;
  padding: 2.5rem 2.2rem;
  align-content: center; justify-items: start;
  border-radius: 2px;
}
.panel--stat .big { font-family: var(--font-display); font-weight: 900; font-size: clamp(3.6rem, 6vw, 6rem); line-height: 1; }
.panel--stat .big em { font-style: normal; color: #ff5a2c; }
.panel--stat .btn--ghost { color: #f3f0ea; box-shadow: inset 0 0 0 1.5px rgba(243, 240, 234, 0.4); }
.panel--stat .btn--ghost:hover { box-shadow: inset 0 0 0 1.5px #f3f0ea; }

@media (max-width: 880px), (prefers-reduced-motion: reduce) {
  .hscroll { height: auto !important; }
  .hscroll-pin { position: static; height: auto; overflow: visible; }
  .hscroll-head { position: static; margin-bottom: 2.5rem; padding-inline: clamp(1.25rem, 4vw, 3.5rem); }
  .hscroll-track { transform: none !important; flex-direction: column; }
  .panel, .panel--stat { width: 100%; }
  .panel-media { aspect-ratio: 16 / 11; }
}

/* ---------- 03 EGYM ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  position: relative; z-index: 1;
}
.split--rev > :first-child { order: 2; }
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; }
  .split--rev > :first-child { order: 0; }
}

.product-shot { position: relative; padding: clamp(1rem, 3vw, 2.5rem); }
.product-shot::before {
  content: '';
  position: absolute; inset: 10%;
  background: radial-gradient(50% 50% at 50% 55%, rgba(211, 52, 22, 0.14), transparent 72%);
  filter: blur(10px);
}
.product-shot img { position: relative; filter: drop-shadow(0 28px 48px rgba(22, 19, 16, 0.3)); }

.counter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-block: 2.2rem; border-radius: 2px; overflow: hidden; }
.counter { background: var(--bg); padding: 1.6rem 1.4rem; }
.counter .num { font-family: var(--font-display); font-weight: 900; font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1; font-variant-numeric: tabular-nums; }
.counter .num em { font-style: normal; color: var(--ember); }
.counter .lbl { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute); margin-top: 0.5rem; }
@media (max-width: 560px) { .counter-grid { grid-template-columns: 1fr; } }

.method-chips { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-bottom: 2.4rem; }
.method-chips li {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  border: 1px solid var(--line-strong);
  padding: 0.55rem 1rem;
  border-radius: 2px;
  transition: border-color 0.25s, color 0.25s, background-color 0.25s;
}
.method-chips li:hover { border-color: var(--ember); color: var(--ember); background: rgba(211, 52, 22, 0.06); }

/* ---------- 04 Sauna — dark cinema ---------- */
.sauna {
  position: relative;
  overflow: clip;
  padding-block: clamp(7rem, 18vh, 13rem);
  color: #f3f0ea;
}
.sauna-media { position: absolute; inset: 0; z-index: -2; }
.sauna-media img { width: 100%; height: 110%; object-fit: cover; filter: brightness(0.62); will-change: transform; }
.sauna::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(22, 18, 14, 0.86) 8%, rgba(22, 18, 14, 0.28) 65%);
}
.sauna-inner { display: grid; gap: 1.6rem; max-width: 620px; }
.sauna-inner h2 { font-size: clamp(2.6rem, 6.5vw, 5.6rem); }
.sauna-inner .lead { color: rgba(243, 240, 234, 0.78); }
.sauna-inner .serif { color: #ff5a2c; }
.sauna-times {
  margin-top: 1.4rem;
  display: grid; gap: 0.6rem;
  border-top: 1px solid rgba(243, 240, 234, 0.24);
  padding-top: 1.6rem;
}
.sauna-times .row { display: flex; justify-content: space-between; gap: 2rem; font-size: 0.96rem; }
.sauna-times .row span:first-child { color: #c9c1b6; }
.sauna-times .row span:last-child { font-variant-numeric: tabular-nums; }
.sauna-times .note { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: #a59d92; margin-top: 0.6rem; }

/* ---------- 05 Preise ---------- */
.price-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem; align-items: stretch;
  position: relative; z-index: 1;
}
.price-card {
  background: #fbf9f5;
  border: 1px solid var(--line);
  padding: 2.6rem 2.2rem;
  display: flex; flex-direction: column;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 8px 32px rgba(22, 19, 16, 0.06);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.price-card:hover { transform: translateY(-8px); box-shadow: 0 20px 48px rgba(22, 19, 16, 0.12); }
.price-card--hot {
  background: var(--espresso);
  color: #f3f0ea;
  border-color: transparent;
  box-shadow: 0 24px 56px rgba(22, 19, 16, 0.28);
}
.price-card--hot .price-term, .price-card--hot .price-cycle { color: #a59d92; }
.price-card--hot .price-feats { border-color: rgba(243, 240, 234, 0.16); }
.price-flag {
  position: absolute; top: 0; right: 22px; transform: translateY(-50%);
  background: var(--ember-grad); color: #fff;
  font-family: var(--font-mono); font-size: 0.62rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 0.45rem 0.9rem;
  border-radius: 2px;
}
.price-term { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--mute); }
.price-value { font-family: var(--font-display); font-weight: 800; line-height: 1; font-size: clamp(3.6rem, 6vw, 5.2rem); margin: 1.1rem 0 0.2rem; }
.price-value sup { font-size: 0.42em; color: var(--ember); top: -0.9em; position: relative; }
.price-card--hot .price-value sup { color: #ff5a2c; }
.price-cycle { color: var(--mute); font-size: 0.92rem; margin-bottom: 1.8rem; }
.price-feats { display: grid; gap: 0.7rem; padding-block: 1.8rem; border-top: 1px solid var(--line); margin-bottom: 2.2rem; flex: 1; }
.price-feats li { display: flex; gap: 0.8rem; align-items: baseline; font-size: 0.94rem; }
.price-feats li::before { content: '⬡'; color: var(--ember); font-size: 0.78rem; flex: none; }
.price-card--hot .price-feats li::before { color: #ff5a2c; }
.price-card .btn { justify-content: center; }
.price-card--hot .btn--ember { box-shadow: 0 10px 28px rgba(211, 52, 22, 0.4); }
.price-note { text-align: center; margin-top: 2rem; color: var(--mute); font-size: 0.94rem; position: relative; z-index: 1; }

/* ---------- Kontakt ---------- */
.contact { position: relative; overflow: clip; }
.contact::before {
  content: '';
  position: absolute; inset: -10%;
  background: radial-gradient(40% 55% at 50% 118%, rgba(211, 52, 22, 0.1), transparent 70%);
  pointer-events: none;
}
.contact-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(3rem, 7vw, 6rem);
  position: relative; z-index: 1;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-form { display: grid; gap: 1.3rem; align-content: start; }
.field { display: grid; gap: 0.45rem; }
.field label { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute); }
.field input, .field textarea {
  background: #fbf9f5;
  border: 1px solid var(--line);
  color: var(--fg);
  font: inherit;
  padding: 0.95rem 1.1rem;
  border-radius: 2px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ember); box-shadow: 0 0 0 3px rgba(211, 52, 22, 0.12); }
.form-note { color: var(--mute); font-size: 0.85rem; }
.contact-aside { display: grid; gap: 1.4rem; align-content: start; }
.contact-line { display: grid; gap: 0.3rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.contact-line a, .contact-line p { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2vw, 1.7rem); text-transform: uppercase; text-decoration: none; letter-spacing: 0.03em; }
.contact-line a:hover { color: var(--ember); }
.hours-mini { display: grid; grid-template-columns: 1fr auto; gap: 0.45rem 1.6rem; font-size: 0.93rem; }
.hours-mini dt { color: var(--mute); }
.hours-mini dd { text-align: right; font-variant-numeric: tabular-nums; }

/* ---------- Footer (espresso) ---------- */
.site-footer {
  background: var(--espresso);
  color: #f3f0ea;
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 0.8fr; gap: 2.5rem; padding-bottom: 3.2rem; }
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h3 { font-family: var(--font-mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: #ff5a2c; margin-bottom: 1.3rem; }
.footer-grid p, .footer-grid li { color: #a59d92; font-size: 0.93rem; line-height: 1.75; }
.footer-grid a { color: #f3f0ea; text-decoration: none; transition: color 0.25s; }
.footer-grid a:hover { color: #ff5a2c; }
.footer-grid dl { display: grid; grid-template-columns: auto 1fr; gap: 0.25rem 1rem; font-size: 0.9rem; }
.footer-grid dt { color: #f3f0ea; }
.footer-grid dd { color: #a59d92; text-align: right; font-variant-numeric: tabular-nums; }
.footer-note { font-size: 0.78rem !important; margin-top: 0.8rem; }
.footer-bottom {
  border-top: 1px solid rgba(243, 240, 234, 0.12);
  padding-block: 1.4rem;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.14em;
  color: #a59d92; text-transform: uppercase;
}
.footer-bottom a { color: #a59d92; text-decoration: none; }
.footer-bottom a:hover { color: #f3f0ea; }
.footer-legal { display: flex; gap: 1.6rem; }

/* ---------- Legal ---------- */
.page-hero { padding-top: clamp(9rem, 20vh, 12rem); padding-bottom: clamp(2.5rem, 6vw, 4rem); }
.page-hero h1 { font-size: clamp(2.4rem, 6.5vw, 5rem); }
.prose { max-width: 72ch; padding-bottom: clamp(4rem, 9vw, 7rem); }
.prose h2 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.6rem; margin: 2.4rem 0 0.8rem; }
.prose h3 { font-size: 1.15rem; margin: 1.8rem 0 0.5rem; }
.prose p, .prose li { color: var(--mute); margin-bottom: 0.8rem; }
.prose ul { list-style: disc; padding-left: 1.2rem; }
.prose a { color: var(--fg); text-decoration-color: var(--ember); text-underline-offset: 3px; }
