/* =====================================================================
   Superkitchen · Konzept-Website „Abendlicht"
   Dunkle, warme Bühne mit Ebenen und Tiefe. Fraunces + Manrope.
   ===================================================================== */

:root {
  /* Marke */
  --ember: #E8655F;
  --ember-soft: #F19B95;
  --ember-deep: #B8403D;
  --honey: #F0A94A;
  --cream: #F4ECE2;
  --paper: #F5EEE4;
  --paper-2: #EDE3D6;
  --ink: #171310;

  /* Thema (dunkel = Standard, hell wird per body.is-light umgeschaltet) */
  --t-bg: #0C0A09;
  --t-bg-2: #15110F;
  --t-fg: #F4ECE2;
  --t-fg-2: rgba(244, 236, 226, .66);
  --t-fg-3: rgba(244, 236, 226, .55);
  --t-line: rgba(244, 236, 226, .12);
  --t-card: rgba(255, 255, 255, .045);
  --t-card-border: rgba(255, 255, 255, .08);
  --t-shadow: rgba(0, 0, 0, .6);

  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --w: min(1360px, 100vw - 2 * var(--gutter));
  --gutter: clamp(20px, 4.5vw, 64px);
  --sp: clamp(110px, 14vw, 220px);
  --r: 24px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

body.is-light {
  --t-bg: #F5EEE4;
  --t-bg-2: #EDE3D6;
  --t-fg: #171310;
  --t-fg-2: rgba(23, 19, 16, .68);
  --t-fg-3: rgba(23, 19, 16, .62);
  --t-line: rgba(23, 19, 16, .12);
  --t-card: #FFFFFF;
  --t-card-border: rgba(23, 19, 16, .06);
  --t-shadow: rgba(60, 40, 30, .22);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  background: var(--t-bg);
  color: var(--t-fg);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  transition: background-color .9s ease, color .9s ease;
  overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, blockquote { margin: 0; font-family: var(--font-display); font-weight: 500; letter-spacing: -0.02em; line-height: 1.02; font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 0; }
h2 { font-size: clamp(40px, 5.4vw, 86px); }
h3 { font-size: clamp(26px, 2.6vw, 38px); font-variation-settings: "opsz" 72, "SOFT" 40, "WONK" 0; }
h2 em, h1 em, h3 em, .statement-text em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  background: linear-gradient(100deg, var(--ember-soft), var(--ember) 45%, var(--honey));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding: 0 .3em .05em 0; margin-right: -.3em;
}
p { margin: 0; }
p + p { margin-top: 1em; }

:focus-visible { outline: 2px solid var(--ember); outline-offset: 4px; border-radius: 6px; }
body.is-light :focus-visible { outline-color: var(--ember-deep); }
body.is-light h2 em, body.is-light h3 em { background-image: linear-gradient(100deg, #C9463F, var(--ember-deep) 45%, #9A6410); }
body.is-light .eyebrow { color: var(--ember-deep); }

a, button, summary { cursor: pointer; }
[role="slider"] { cursor: ew-resize; }

/* Sichtbarkeit vor der Animation, nur wenn JS läuft */
html.js [data-reveal] { opacity: 0; transform: translateY(28px); }
html.js [data-split] { opacity: 0; }
/* Zeilenmasken von SplitText: Unterlängen nicht abschneiden */
[data-split="lines"] > div { padding-bottom: .16em; margin-bottom: -.16em; }
html.js.reduced [data-reveal], html.js.reduced [data-split] { opacity: 1; transform: none; }
html.js:not(.reduced) .hero .hline > span { transform: translateY(110%); }
html.js:not(.reduced) .hero-pill, html.js:not(.reduced) .hero-sub, html.js:not(.reduced) .hero-cta { opacity: 0; transform: translateY(24px); }
html.js:not(.reduced) .hero .plate { opacity: 0; transform: scale(.82); }
html.js:not(.reduced) .hero .chip { opacity: 0; transform: scale(.8) translateY(12px); }
html.js:not(.reduced) .hero-foot { opacity: 0; }

/* ---------- Bausteine ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 700 12px/1 var(--font-sans); letter-spacing: .18em; text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 26px;
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px var(--ember); }
.eyebrow-light { color: var(--cream); }
.eyebrow-light::before { box-shadow: 0 0 12px var(--cream); }

.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px 9px 12px; border-radius: 999px;
  border: 1px solid var(--t-line);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  font: 600 13px/1 var(--font-sans); letter-spacing: .01em; color: var(--t-fg-2);
}
.pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 0 4px rgba(232,101,95,.18); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 3px rgba(232,101,95,.18); } 50% { box-shadow: 0 0 0 8px rgba(232,101,95,.06); } }

.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 28px; border-radius: 999px;
  font: 700 15px/1 var(--font-sans); letter-spacing: .01em; white-space: nowrap;
  transition: transform .5s var(--ease), background-color .3s, color .3s, box-shadow .3s;
  will-change: transform;
}
.btn-sm { padding: 11px 18px; font-size: 13px; }
.btn-cream { background: var(--cream); color: var(--ink); box-shadow: 0 10px 30px -12px rgba(244,236,226,.35); }
.btn-cream:hover { background: #fff; }
.btn-ember { background: linear-gradient(120deg, #D9524D, var(--ember-deep)); color: #fff; box-shadow: 0 16px 40px -14px rgba(232,101,95,.8); }
.btn-ember:hover { box-shadow: 0 22px 50px -14px rgba(232,101,95,.95); }
body.is-light .btn-cream { background: var(--ink); color: var(--cream); box-shadow: 0 14px 30px -14px rgba(23,19,16,.5); }
body.is-light .btn-cream:hover { background: #000; }

.store-badge { display: inline-block; border-radius: 12px; transition: transform .5s var(--ease); will-change: transform; }
.store-badge img { height: 50px; width: auto; }
.store-badge-lg img { height: 60px; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; font: 600 15px/1 var(--font-sans); color: var(--t-fg-2); padding: 12px 4px; transition: color .3s; }
.link-arrow span { display: inline-block; transition: transform .5s var(--ease); }
.link-arrow:hover { color: var(--t-fg); }
.link-arrow:hover span { transform: translateY(4px); }

.tag { display: inline-block; padding: 6px 10px; border-radius: 999px; font: 700 11px/1 var(--font-sans); letter-spacing: .08em; text-transform: uppercase; }
.tag-ember { background: rgba(232,101,95,.14); color: var(--ember-deep); }
.tag-honey { background: rgba(240,169,74,.18); color: #9A6410; }

/* ---------- Phone-Mockup ---------- */
.phone {
  --pw: 300px;
  position: relative;
  width: var(--pw);
  aspect-ratio: 600 / 1300;
  padding: calc(var(--pw) * .028);
  border-radius: calc(var(--pw) * .165);
  background: #0f0e0e;
  box-shadow:
    0 60px 120px -30px rgba(0,0,0,.75),
    0 0 0 1px rgba(255,255,255,.10),
    inset 0 0 0 1px rgba(255,255,255,.06);
  transform-style: preserve-3d;
  flex-shrink: 0;
}
.phone::before {
  content: ""; position: absolute; z-index: 3;
  top: calc(var(--pw) * .056); left: 50%; transform: translateX(-50%);
  width: calc(var(--pw) * .30); height: calc(var(--pw) * .085);
  background: #0f0e0e; border-radius: 999px;
}
.phone::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.14), transparent 30%, transparent 70%, rgba(255,255,255,.06));
  mix-blend-mode: screen;
}
.phone-screen { width: 100%; height: 100%; border-radius: calc(var(--pw) * .14); overflow: hidden; background: #F8F1E9; position: relative; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* ---------- Plates (runde Foto-Teller) ---------- */
.plate {
  margin: 0; position: absolute; border-radius: 50%; overflow: hidden;
  box-shadow: 0 70px 120px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.06);
  will-change: transform;
}
.plate img { width: 100%; height: 100%; object-fit: cover; }
.plate::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: inset 0 0 60px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.08); }

.chip {
  position: absolute; display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px 10px 12px; border-radius: 999px;
  background: rgba(24,19,17,.72); border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  color: var(--cream); font: 600 13px/1 var(--font-sans); white-space: nowrap;
  box-shadow: 0 20px 40px -20px rgba(0,0,0,.8);
  will-change: transform;
}
.chip b { color: var(--honey); font-weight: 700; }
.chip .avatar { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(140deg, var(--ember), var(--honey)); display: inline-grid; place-items: center; font-size: 11px; font-weight: 800; color: #fff; }

/* ---------- Loader ---------- */
.loader {
  position: fixed; inset: 0; z-index: 10000; background: #0C0A09; color: var(--cream);
  display: grid; place-items: center;
}
.loader-inner { display: grid; justify-items: center; gap: 18px; text-align: center; }
.loader-logo { width: 72px; height: 72px; fill: var(--ember); opacity: 0; transform: scale(.7); filter: drop-shadow(0 0 30px rgba(232,101,95,.5)); }
.loader-word { font-family: var(--font-display); font-size: clamp(34px, 5vw, 56px); letter-spacing: -0.02em; font-variation-settings: "opsz" 144, "SOFT" 50; line-height: 1; display: flex; }
.loader-word span { display: inline-block; opacity: 0; transform: translateY(20px); }
.loader-clock { font: 600 13px/1.4 var(--font-sans); color: var(--t-fg-3); letter-spacing: .04em; opacity: 0; }
.loader-clock span { font-variant-numeric: tabular-nums; color: var(--cream); font-weight: 800; }
.loader-clock em { font-style: normal; margin-left: 8px; }
html.reduced .loader { display: none; }

/* ---------- Korn, Fortschritt ---------- */

.grain {
  position: fixed; inset: 0; z-index: 9000; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
body.is-light .grain { opacity: .08; mix-blend-mode: multiply; }

.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 9500; background: linear-gradient(90deg, var(--ember), var(--honey)); transform-origin: 0 50%; transform: scaleX(0); }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 18px; left: 50%; z-index: 9400;
  transform: translateX(-50%);
  width: min(1180px, calc(100vw - 32px));
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 10px 12px 10px 18px; border-radius: 999px;
  background: rgba(16,13,12,.58); border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 20px 60px -30px rgba(0,0,0,.8);
  transition: transform .6s var(--ease), opacity .4s, background-color .5s, border-color .5s, visibility 0s linear 0s;
}
.nav.is-hidden { transform: translate(-50%, -140%); opacity: 0; visibility: hidden; transition: transform .6s var(--ease), opacity .4s, background-color .5s, border-color .5s, visibility 0s linear .6s; }
body.is-light .nav { background: rgba(245,238,228,.66); border-color: rgba(23,19,16,.08); }
.nav-brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 21px; letter-spacing: -0.01em; font-variation-settings: "opsz" 48, "SOFT" 50; }
.nav-logo { width: 28px; height: 28px; fill: var(--ember); }
.nav-links { display: flex; gap: 4px; }
.nav-links a { padding: 10px 14px; border-radius: 999px; font: 600 14px/1 var(--font-sans); color: var(--t-fg-2); transition: color .3s, background-color .3s; }
.nav-links a:hover { color: var(--t-fg); background: rgba(255,255,255,.06); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-lang { display: inline-flex; align-items: center; padding: 3px; border-radius: 999px; border: 1px solid var(--t-line); }
.nav-lang a { padding: 7px 10px; border-radius: 999px; font: 700 12px/1 var(--font-sans); letter-spacing: .06em; color: var(--t-fg-3); transition: color .3s, background-color .3s; }
.nav-lang a:hover { color: var(--t-fg); }
.nav-lang a.is-active { color: var(--t-fg); background: rgba(255,255,255,.1); }
body.is-light .nav-lang a.is-active { background: rgba(23,19,16,.08); }
.clock-ampm { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 42px); color: var(--t-fg-2); margin-left: -.2em; font-variation-settings: "opsz" 48, "SOFT" 40; }
body.is-light .nav-links a:hover { background: rgba(23,19,16,.06); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh; overflow: hidden;
  display: grid; grid-template-rows: 1fr auto; grid-template-columns: minmax(0, 1fr);
  isolation: isolate;
}
.hero-steam { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: .95; }
.hero-glow {
  position: absolute; z-index: 0; left: 50%; bottom: -30vh; width: 120vw; height: 90vh; transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 100%, rgba(232,101,95,.28), rgba(240,169,74,.10) 35%, transparent 65%);
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2;
  width: var(--w); margin: 0 auto;
  padding: clamp(120px, 16vh, 180px) 0 40px;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: 40px;
}
.hero-copy { position: relative; z-index: 3; max-width: 640px; }
.hero-pill { margin-bottom: 30px; }
.hero-title {
  font-size: clamp(60px, 9.4vw, 152px);
  line-height: .92; letter-spacing: -0.035em;
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
  width: max-content; max-width: calc(100vw - 2 * var(--gutter)); white-space: nowrap;
}
.hline { display: block; overflow: hidden; padding: 0 .4em .08em 0; margin: 0 -.4em -.08em 0; }
.hline > span { display: block; will-change: transform; }
.hero-sub { margin-top: 34px; max-width: 520px; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.55; color: var(--t-fg-2); }
.hero-cta { margin-top: 38px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.hero-stage { position: relative; height: clamp(440px, 60vh, 680px); z-index: 1; perspective: 1200px; }
.plate.cut { border-radius: 0; overflow: visible; box-shadow: none; filter: drop-shadow(0 46px 36px rgba(0,0,0,.55)) drop-shadow(0 6px 10px rgba(0,0,0,.4)); }
.plate.cut::after { display: none; }
.plate.cut img { width: 100%; height: auto; object-fit: initial; }
.plate-1 { width: clamp(240px, 28vw, 430px); right: 2%; top: 0; }
.plate-2 { width: clamp(190px, 21vw, 320px); left: -4%; bottom: 10%; }
.plate-3 { width: clamp(170px, 19vw, 300px); right: 4%; bottom: 3%; }
.plate-4 { width: clamp(120px, 13vw, 190px); left: 6%; top: 6%; }
.chip-1 { left: 32%; top: 42%; }
.chip-2 { left: 22%; bottom: 0; }
.chip-3 { right: 0; top: 36%; }

.hero-foot { position: relative; z-index: 2; padding-bottom: 28px; min-width: 0; }

.marquee { overflow: hidden; border-top: 1px solid var(--t-line); border-bottom: 1px solid var(--t-line); padding: 18px 0; margin-top: 60px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 0; width: max-content; will-change: transform; }
.marquee-track span { flex: 0 0 auto; font-family: var(--font-display); font-size: clamp(18px, 1.6vw, 24px); font-variation-settings: "opsz" 48, "SOFT" 40; color: var(--t-fg-2); padding: 0 28px; position: relative; white-space: nowrap; }
.marquee-track span::after { content: ""; position: absolute; right: -4px; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--ember); transform: translateY(-50%); }

/* ---------- Chat-Szene ---------- */
.chat { position: relative; }
.chat-pin { min-height: 100svh; width: var(--w); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 40px; padding: 80px 0; }
.chat-clock { display: flex; align-items: baseline; gap: 18px; margin-bottom: 28px; }
.clock-time { font-family: var(--font-display); font-size: clamp(72px, 9vw, 140px); line-height: .9; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; font-variation-settings: "opsz" 144, "SOFT" 20; color: var(--t-fg); }
.clock-label { font: 600 13px/1 var(--font-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--t-fg-3); }
.chat-title { font-size: clamp(40px, 5vw, 76px); }
.chat-caption { margin-top: 26px; max-width: 420px; color: var(--t-fg-2); font-size: 18px; }
.chat-right { position: relative; height: clamp(560px, 78vh, 760px); }
.phone-chat { --pw: clamp(240px, 22vw, 320px); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -46%); }
.bubble {
  position: absolute; max-width: 280px; padding: 12px 16px 13px; border-radius: 18px;
  background: rgba(255,255,255,.96); color: var(--ink); font: 500 15px/1.35 var(--font-sans);
  box-shadow: 0 30px 60px -24px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.4);
  transform-origin: 0 100%; will-change: transform, opacity;
}
.bubble .meta { display: block; font: 700 11px/1 var(--font-sans); letter-spacing: .12em; text-transform: uppercase; color: rgba(23,19,16,.62); margin-bottom: 6px; }
.bubble.me { background: linear-gradient(120deg, #D9524D, var(--ember-deep)); color: #fff; transform-origin: 100% 100%; }
.bubble.me .meta { color: rgba(255,255,255,.92); }
.b1 { left: 0; top: 8%; }
.b2 { right: 0; top: 26%; }
.b3 { left: 2%; top: 52%; }
.b4 { right: 0; bottom: 8%; max-width: 300px; }

/* ---------- Manifest ---------- */
.manifest { padding: var(--sp) 0; }
.values { width: min(1040px, var(--w)); margin: 56px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.value { padding: 26px 26px 28px; border-radius: 22px; background: var(--t-card); border: 1px solid var(--t-card-border); }
.value-icon { width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(140deg, rgba(232,101,95,.22), rgba(240,169,74,.16)); display: grid; place-items: center; margin-bottom: 18px; }
.value-icon svg { width: 24px; height: 24px; fill: none; stroke: var(--ember-soft); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.value h3 { font-size: 23px; margin-bottom: 10px; font-variation-settings: "opsz" 48, "SOFT" 40; }
.value p { font-family: var(--font-display); font-style: italic; font-size: 19px; line-height: 1.4; color: var(--t-fg-2); font-variation-settings: "opsz" 24, "SOFT" 80, "WONK" 1; }
.value p.value-src { margin-top: 12px; font: 500 12.5px/1.45 var(--font-sans); font-style: normal; color: var(--t-fg-3); font-variation-settings: normal; }
.signoff { width: min(1040px, var(--w)); margin: 44px auto 0; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.signoff img { width: 230px; height: auto; opacity: .92; }
.signoff span { font: 600 12px/1 var(--font-sans); letter-spacing: .16em; text-transform: uppercase; color: var(--t-fg-3); }
/* Problem und Antwort */
.pairs { padding: var(--sp) 0 calc(var(--sp) * .55); }
.pairs-head { width: min(1040px, var(--w)); margin: 0 auto 40px; }
.pairs-head h2 { font-size: clamp(32px, 4.4vw, 58px); }
.pairs-list { width: min(1040px, var(--w)); margin: 0 auto; list-style: none; }
.pairs-list li { display: grid; grid-template-columns: minmax(0, .92fr) 40px minmax(0, 1.18fr); align-items: center; gap: 12px; padding: 20px 0; border-top: 1px solid var(--t-line); }
.pairs-list li:last-child { border-bottom: 1px solid var(--t-line); }
.pairs-list q { font-family: var(--font-display); font-style: italic; font-size: clamp(19px, 1.7vw, 23px); line-height: 1.35; color: var(--t-fg-3); font-variation-settings: "opsz" 24, "SOFT" 80, "WONK" 1; }
.pairs-arrow { justify-self: center; font-size: 20px; line-height: 1; color: var(--ember); }
.pairs-list p { font-size: clamp(16px, 1.25vw, 18px); line-height: 1.5; color: var(--t-fg); }

.statement { padding: var(--sp) 0; }
.statement-text {
  width: min(1040px, var(--w)); margin: 0 auto;
  font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 3.6vw, 56px); line-height: 1.22; letter-spacing: -0.015em;
  font-variation-settings: "opsz" 96, "SOFT" 60;
}
.statement-text .word { display: inline-block; will-change: opacity; }
/* Bei Wort-Splits liegt der Text in Kind-Spans: Verlauf auf die Wörter legen, sonst bleibt er unsichtbar */
.statement-text em { background: none; color: inherit; padding-right: 0; margin-right: 0; }
.statement-text em .word { background: linear-gradient(100deg, var(--ember-soft), var(--ember) 45%, var(--honey)); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .08em; margin-right: -.08em; }

/* ---------- Magic ---------- */
.magic { position: relative; }
.magic-pin { min-height: 100svh; width: var(--w); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 40px; align-items: center; padding: 90px 0 60px; }
.magic-side h2 { font-size: clamp(38px, 4.6vw, 72px); }
.magic-side p { margin-top: 26px; max-width: 460px; color: var(--t-fg-2); font-size: 17px; }
.mprogress { list-style: none; margin: 40px 0 0; padding: 0; display: grid; gap: 14px; }
.mprogress li { display: flex; align-items: center; gap: 14px; font: 600 14px/1 var(--font-sans); color: var(--t-fg-3); transition: color .4s; }
.mprogress li i { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--t-line); display: grid; place-items: center; position: relative; transition: border-color .4s, background-color .4s; }
.mprogress li i::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--t-fg-3); transition: background-color .4s, transform .4s; transform: scale(.7); }
.mprogress li.on { color: var(--t-fg); }
.mprogress li.on i { border-color: var(--ember); background: rgba(232,101,95,.12); }
.mprogress li.on i::after { background: var(--ember); transform: scale(1); box-shadow: 0 0 14px var(--ember); }

.magic-stage { position: relative; height: clamp(560px, 80vh, 800px); perspective: 1400px; }
.magic-halo { position: absolute; left: 50%; top: 50%; width: 120%; height: 120%; transform: translate(-50%, -50%); background: radial-gradient(circle at 50% 50%, rgba(232,101,95,.22), rgba(240,169,74,.06) 40%, transparent 65%); filter: blur(10px); pointer-events: none; }
.snap {
  position: absolute; margin: 0; left: 50%; top: 50%; width: clamp(240px, 26vw, 360px);
  transform: translate(-50%, -50%);
  background: #fff; padding: 12px 12px 44px; border-radius: 14px;
  box-shadow: 0 60px 120px -30px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.2);
  will-change: transform;
}
.snap img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 6px; }
.snap figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; font: 600 12px/1 var(--font-sans); color: rgba(23,19,16,.6); letter-spacing: .04em; }
.snap figcaption span { color: var(--ink); font-weight: 800; margin-right: 6px; }
.scanline { position: absolute; left: 12px; right: 12px; top: 12px; height: 3px; background: linear-gradient(90deg, transparent, var(--honey), transparent); box-shadow: 0 0 24px 4px rgba(240,169,74,.55); opacity: 0; will-change: transform, opacity; }
.chips { position: absolute; inset: 0; pointer-events: none; }
.chips span {
  position: absolute; padding: 10px 14px; border-radius: 999px;
  background: rgba(24,19,17,.8); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  color: var(--cream); font: 600 13px/1 var(--font-sans); white-space: nowrap; opacity: 0;
  box-shadow: 0 20px 40px -20px rgba(0,0,0,.9);
}
.chips span::before { content: "✓"; color: var(--honey); margin-right: 8px; font-weight: 800; }
.chips span:nth-child(1) { left: 6%; top: 14%; }
.chips span:nth-child(2) { right: 4%; top: 22%; }
.chips span:nth-child(3) { left: 2%; top: 44%; }
.chips span:nth-child(4) { right: 0; top: 50%; }
.chips span:nth-child(5) { left: 12%; top: 74%; }
.chips span:nth-child(6) { right: 10%; top: 78%; }
.phone-magic { --pw: clamp(230px, 22vw, 320px); position: absolute; left: 76%; top: 50%; transform: translate(-50%, -50%); opacity: 0; }
.magic-note {
  position: absolute; left: -4%; bottom: 6%; padding: 16px 18px; border-radius: 16px; opacity: 0;
  background: rgba(24,19,17,.82); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  display: grid; gap: 4px; max-width: 236px;
  box-shadow: 0 30px 60px -24px rgba(0,0,0,.9);
}
.magic-note b { font: 700 11px/1 var(--font-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--honey); }
.magic-note span { font-family: var(--font-display); font-size: 20px; line-height: 1.1; font-variation-settings: "opsz" 48, "SOFT" 40; }
.magic-note em { font: 600 13px/1.3 var(--font-sans); font-style: normal; color: var(--t-fg-3); }

/* ---------- Steps (horizontal) ---------- */
.steps { position: relative; }
.steps-pin { height: 100svh; overflow: clip; display: flex; flex-direction: column; justify-content: center; gap: clamp(24px, 4vh, 48px); padding: 96px 0 40px; }
.steps-head { width: var(--w); margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.steps-head > div { display: flex; flex-direction: column; }
.steps-hint { display: inline-flex; align-items: center; gap: 12px; font: 600 12px/1 var(--font-sans); letter-spacing: .18em; text-transform: uppercase; color: var(--t-fg-3); padding-bottom: 10px; }
.steps-hint i { width: 40px; height: 1px; background: var(--t-fg-3); }
.steps-head h2 { font-size: clamp(34px, 4.2vw, 64px); }
.steps-track { display: flex; gap: clamp(20px, 2.5vw, 40px); padding-left: var(--gutter); will-change: transform; }
.step {
  position: relative; flex: 0 0 auto;
  width: min(760px, 78vw); height: clamp(380px, 52vh, 520px);
  border-radius: var(--r); padding: 36px 40px;
  background: var(--t-card); border: 1px solid var(--t-card-border);
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px; overflow: hidden;
}
.step:nth-child(1) { background: linear-gradient(160deg, rgba(232,101,95,.16), rgba(255,255,255,.03) 60%); }
.step:nth-child(2) { background: linear-gradient(160deg, rgba(240,169,74,.16), rgba(255,255,255,.03) 60%); }
.step:nth-child(3) { background: linear-gradient(160deg, rgba(143,181,140,.16), rgba(255,255,255,.03) 60%); }
.step:nth-child(4) { background: linear-gradient(160deg, rgba(185,74,108,.18), rgba(255,255,255,.03) 60%); }
.step-num { position: absolute; left: 32px; top: 22px; font-family: var(--font-display); font-size: clamp(90px, 12vw, 170px); line-height: 1; letter-spacing: -0.05em; color: transparent; -webkit-text-stroke: 1px rgba(244,236,226,.22); font-variation-settings: "opsz" 144, "SOFT" 0; }
.step-copy { position: relative; z-index: 2; max-width: 360px; align-self: end; }
.step-copy p { margin-top: 14px; color: var(--t-fg-2); font-size: 16px; }
.step-copy .btn { margin-top: 24px; }
.phone-step { --pw: clamp(180px, 17vw, 240px); align-self: end; transform: translateY(18%) rotate(-4deg); box-shadow: 0 40px 80px -30px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.1); }
.step-end { width: min(560px, 78vw); background: linear-gradient(160deg, rgba(232,101,95,.28), rgba(232,101,95,.06)); display: flex; align-items: center; }
.step-end h3 { font-size: clamp(38px, 4.5vw, 64px); }

/* ---------- Weniger wegwerfen ---------- */
.waste { padding: var(--sp) 0 0; }
.waste-head { width: min(760px, var(--w)); margin: 0 auto 56px; text-align: center; }
.waste-head p { margin-top: 24px; color: var(--t-fg-2); font-size: 18px; }
.waste-head .source { margin-top: 12px; font: 500 13px/1.4 var(--font-sans); color: var(--t-fg-3); }
.waste-grid { width: min(1120px, var(--w)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: start; }
.waste-steps { display: flex; flex-direction: column; }
.wstep { min-height: 56vh; display: flex; flex-direction: column; justify-content: center; padding: 24px 0; border-top: 1px solid var(--t-line); transition: opacity .5s; }
.wstep:first-child { border-top: 0; }
.wstep .wnum { font: 700 12px/1 var(--font-sans); letter-spacing: .18em; color: var(--ember-deep); margin-bottom: 14px; }
.wstep h3 { font-size: clamp(26px, 2.6vw, 36px); margin-bottom: 12px; }
.wstep p { max-width: 420px; color: var(--t-fg-2); font-size: 17px; }
.wstep:not(.is-on) { opacity: .38; }
.phone-wstep { display: none; }
.waste-phone { position: sticky; top: 14vh; display: flex; justify-content: center; }
.wchips { position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: 0; transition: opacity .5s; }
.wchips.is-on { opacity: 1; }
.wchip { background: rgba(255,255,255,.92); color: var(--ink); border-color: rgba(23,19,16,.08); box-shadow: 0 24px 50px -24px rgba(60,40,30,.5); }
.wchip svg { width: 18px; height: 18px; fill: none; stroke: var(--ember-deep); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wchip-1 { left: -4%; top: 44%; }
.wchip-2 { right: -4%; top: 56%; }
.wchip-3 { left: 6%; top: 70%; }
.wave { display: inline-flex; align-items: center; gap: 3px; height: 18px; }
.wave i { width: 3px; height: 6px; border-radius: 2px; background: var(--ember); animation: wave 1.1s ease-in-out infinite; }
.wave i:nth-child(2) { animation-delay: .12s; } .wave i:nth-child(3) { animation-delay: .24s; } .wave i:nth-child(4) { animation-delay: .36s; }
.wave i:nth-child(5) { animation-delay: .48s; } .wave i:nth-child(6) { animation-delay: .6s; } .wave i:nth-child(7) { animation-delay: .72s; }
@keyframes wave { 0%, 100% { height: 5px; } 50% { height: 18px; } }
.phone-waste { --pw: clamp(240px, 24vw, 330px); }
.phone-waste .phone-screen { position: relative; }
.wscreen { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; }
.wscreen.is-on { opacity: 1; }

/* ---------- Video ---------- */
.video { padding: var(--sp) 0; }
.video-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: center; }
.video-copy p { margin-top: 24px; max-width: 460px; color: var(--t-fg-2); font-size: 17px; }
.video-copy .small { font-size: 14px; color: var(--t-fg-3); }
.video-stage { display: flex; justify-content: center; }
.phone-video { --pw: clamp(220px, 20vw, 290px); aspect-ratio: 9 / 19; }
.phone-video .phone-screen { background: #000; }
.phone-video img { object-position: center; }
.phone-video iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-play { position: absolute; inset: 0; z-index: 4; border: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.5)); cursor: pointer; display: grid; place-items: center; padding: 0; }
.video-btn { position: relative; width: 84px; height: 84px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; box-shadow: 0 20px 50px rgba(0,0,0,.55); transition: transform .5s var(--ease), background-color .3s; }
.video-btn::after { content: ""; border-left: 26px solid var(--ink); border-top: 16px solid transparent; border-bottom: 16px solid transparent; margin-left: 6px; }
.video-play:hover .video-btn { transform: scale(1.08); background: #fff; }
.video-play:focus-visible { outline: none; }
.video-play:focus-visible .video-btn { outline: 3px solid var(--ember); outline-offset: 4px; }

/* ---------- Gallery ---------- */
.gallery { position: relative; height: 190vh; overflow: hidden; background: #070605; }
.gallery-cols { position: absolute; left: 0; right: 0; top: -12%; height: 130%; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 28px); padding: 0 var(--gutter); }
.gcol { display: flex; flex-direction: column; gap: clamp(14px, 2vw, 28px); will-change: transform; }
.gcol:nth-child(2) { margin-top: -18%; }
.gcol:nth-child(3) { margin-top: 10%; }
.gcol figure { margin: 0; position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 5; }
.gcol img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.72) saturate(1.05); transform: scale(1.02); transition: transform 1.2s var(--ease), filter .8s; }
.gcol figure:hover img { transform: scale(1.06); filter: brightness(.95); }
.gcol figcaption { display: none; position: absolute; left: 16px; bottom: 14px; font: 600 12px/1 var(--font-sans); letter-spacing: .06em; color: rgba(244,236,226,.85); text-shadow: 0 2px 10px rgba(0,0,0,.6); }
.gallery::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(7,6,5,.55), rgba(7,6,5,.15) 45%, rgba(7,6,5,.75) 100%), linear-gradient(180deg, var(--t-bg), transparent 14%, transparent 86%, var(--t-bg)); pointer-events: none; }
.gallery-title { position: sticky; top: 50%; transform: translateY(-50%); z-index: 2; text-align: center; width: min(900px, var(--w)); margin: 0 auto; color: var(--cream); }
.gallery-title h2 { font-size: clamp(40px, 6vw, 96px); text-shadow: 0 10px 40px rgba(0,0,0,.6); }

/* ---------- Light zone ---------- */
.zone-light { position: relative; }

/* Inspiration */
.inspire { padding: var(--sp) 0; }
.inspire-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 60px; align-items: center; }
.inspire-copy p { margin-top: 24px; max-width: 480px; color: var(--t-fg-2); font-size: 17px; }
.inspire-cards { position: relative; height: clamp(440px, 56vh, 560px); }
.icard {
  position: absolute; left: 50%; top: 50%; width: clamp(240px, 24vw, 320px);
  transform: translate(-50%, -50%);
  background: var(--t-card); border-radius: 22px; overflow: hidden;
  box-shadow: 0 40px 80px -30px var(--t-shadow), 0 0 0 1px var(--t-card-border);
  will-change: transform;
}
.icard img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.icard-body { padding: 16px 18px 20px; display: grid; gap: 8px; }
.icard-body h3 { font-size: 20px; line-height: 1.15; font-variation-settings: "opsz" 48, "SOFT" 40; }
.icard-body p { font: 600 13px/1.3 var(--font-sans); color: var(--t-fg-3); }

/* Enhance (Vorher/Nachher) */
.enhance { padding: var(--sp) 0; }
.enhance-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 60px; align-items: center; }
.enhance-copy p { margin-top: 24px; max-width: 460px; color: var(--t-fg-2); font-size: 17px; }
.enhance-copy .small { font-size: 14px; color: var(--t-fg-3); }
.ba { --pos: 50%; position: relative; aspect-ratio: 1; border-radius: 28px; overflow: hidden; box-shadow: 0 60px 120px -40px var(--t-shadow); user-select: none; touch-action: pan-y; }
.ba img { width: 100%; height: 100%; object-fit: cover; }
.ba-before { position: absolute; inset: 0; }
.ba-after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--pos)); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; margin-left: -1px; background: rgba(255,255,255,.9); box-shadow: 0 0 0 1px rgba(0,0,0,.15); }
.ba-handle span { position: absolute; left: 50%; top: 50%; width: 52px; height: 52px; transform: translate(-50%, -50%); border-radius: 50%; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.35); display: grid; place-items: center; }
.ba-handle span::before { content: "◂ ▸"; font-size: 13px; letter-spacing: 2px; color: var(--ink); font-weight: 700; }
.ba-label { position: absolute; top: 18px; padding: 8px 12px; border-radius: 999px; font: 700 12px/1 var(--font-sans); letter-spacing: .06em; background: rgba(0,0,0,.55); color: #fff; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.ba-l { left: 18px; }
.ba-r { right: 18px; background: var(--ember-deep); }

/* Power */
.power { position: relative; padding: var(--sp) 0; overflow: hidden; }
.power-head { width: min(760px, var(--w)); margin: 0 auto 64px; text-align: center; position: relative; z-index: 2; }
.power-head p { margin-top: 24px; color: var(--t-fg-2); font-size: 18px; }
.power-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 48px; align-items: center; position: relative; z-index: 2; }
.power-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.power-list li { display: flex; align-items: center; gap: 18px; padding: 16px 20px; border-radius: 18px; background: var(--t-card); box-shadow: 0 20px 40px -30px var(--t-shadow), 0 0 0 1px var(--t-card-border); transition: transform .6s var(--ease); }
.power-list li:hover { transform: translateX(8px); }
.power-list svg { width: 44px; height: 44px; padding: 10px; border-radius: 14px; background: linear-gradient(140deg, rgba(232,101,95,.16), rgba(240,169,74,.16)); fill: none; stroke: var(--ember-deep); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.power-list b { display: block; font-family: var(--font-display); font-size: 21px; font-variation-settings: "opsz" 48, "SOFT" 40; line-height: 1.1; }
.power-list span { font: 500 14px/1.3 var(--font-sans); color: var(--t-fg-3); }
.power-card { display: grid; grid-template-columns: 42% 1fr; border-radius: 28px; overflow: hidden; background: var(--t-card); box-shadow: 0 50px 100px -40px var(--t-shadow), 0 0 0 1px var(--t-card-border); }
.power-card-img img { width: 100%; height: 100%; object-fit: cover; }
.power-card-body { padding: 28px 28px 30px; }
.power-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.power-card-head h3 { font-size: 26px; }
.power-total { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(232,101,95,.12); color: var(--ember-deep); font: 700 13px/1 var(--font-sans); white-space: nowrap; }
.power-total b { font-size: 16px; font-variant-numeric: tabular-nums; }
.bars { display: grid; gap: 12px; }
.bar { display: grid; grid-template-columns: 78px 1fr 36px; align-items: center; gap: 12px; font: 600 13px/1 var(--font-sans); }
.bar span { color: var(--t-fg-2); }
.bar i { display: block; height: 10px; border-radius: 999px; background: var(--t-bg-2); overflow: hidden; position: relative; }
.bar i::after { content: ""; position: absolute; inset: 0; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--ember), var(--honey)); }
.bar.is-on i::after { width: calc(var(--v) * 1%); transition: width 1.4s var(--ease); }
.bar b { text-align: right; font-variant-numeric: tabular-nums; color: var(--t-fg); }
.power-bg { position: absolute; inset: 0; z-index: 1; pointer-events: none; display: grid; place-items: end center; overflow: hidden; }
.power-bg span { font-family: var(--font-display); font-size: clamp(160px, 28vw, 420px); line-height: .8; letter-spacing: -0.05em; color: transparent; -webkit-text-stroke: 1px rgba(23,19,16,.10); font-variation-settings: "opsz" 144, "SOFT" 0; transform: translateY(20%); }

/* ---------- Story ---------- */
.story { padding: var(--sp) 0; }
.story-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 72px; align-items: start; }
.story-portrait { margin: 0; position: sticky; top: 14vh; }
.story-portrait img { width: min(420px, 100%); aspect-ratio: 1; object-fit: cover; border-radius: 48% 52% 46% 54% / 52% 44% 56% 48%; filter: sepia(.25) contrast(1.05); box-shadow: 0 60px 120px -40px rgba(0,0,0,.9); }
.story-portrait figcaption { margin-top: 18px; font: 600 12px/1 var(--font-sans); letter-spacing: .16em; text-transform: uppercase; color: var(--t-fg-3); }
.story-copy blockquote { font-size: clamp(30px, 3.6vw, 54px); line-height: 1.1; font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1; }
.story-copy > p { margin-top: 28px; max-width: 580px; color: var(--t-fg-2); font-size: 17px; }
.story-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 10px; max-width: 580px; }
.story-list li { position: relative; padding-left: 28px; color: var(--t-fg-2); }
.story-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 12px; height: 12px; border-radius: 50%; background: linear-gradient(140deg, var(--ember), var(--honey)); }
.story-ask { margin-top: 44px; padding: 32px; border-radius: 24px; background: linear-gradient(140deg, rgba(232,101,95,.18), rgba(232,101,95,.04)); border: 1px solid rgba(232,101,95,.25); max-width: 580px; }
.story-ask h3 { font-size: 30px; }
.story-ask p { margin: 12px 0 22px; color: var(--t-fg-2); }

/* ---------- Bento ---------- */
.more { padding: var(--sp) 0; }
.more-head { width: var(--w); margin: 0 auto 48px; max-width: 900px; }
.bento { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 14px; }
.bcell {
  position: relative; padding: 22px; border-radius: 22px; overflow: hidden;
  background: var(--t-card); border: 1px solid var(--t-card-border);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 6px;
  transition: transform .6s var(--ease), border-color .4s, background-color .4s;
  transform-style: preserve-3d;
}
.bcell:hover { border-color: rgba(232,101,95,.4); background: rgba(232,101,95,.06); }
.bcell b { display: block; font-family: var(--font-display); font-size: 22px; font-variation-settings: "opsz" 48, "SOFT" 40; line-height: 1.1; }
.bcell span { font: 500 14px/1.35 var(--font-sans); color: var(--t-fg-3); }
.bcell.big { grid-column: span 2; grid-row: span 2; }
.bcell.tall { grid-row: span 2; }
.bcell img { position: absolute; right: -4%; top: 10%; width: 50%; border-radius: 22px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.9); transform: rotate(-6deg); transition: transform .8s var(--ease); }
.bcell.tall img { right: -22%; top: -10%; width: 88%; }
.bcell:hover img { transform: rotate(-3deg) translateY(-8px); }
.bcell.big > div, .bcell.tall > div { max-width: 55%; }
.bcell.big::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,10,9,.92) 34%, transparent 64%); pointer-events: none; }
.bcell.tall::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(12,10,9,.94) 62%); pointer-events: none; }
.bcell.tall > div { max-width: 100%; }
.bcell.big > div, .bcell.tall > div { position: relative; z-index: 1; }

/* ---------- Trust ---------- */
.trust { padding: 0 0 var(--sp); }
.trust-head { width: var(--w); margin: 0 auto 40px; }
.trust-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tcard { padding: 28px; border-radius: 22px; border: 1px solid var(--t-card-border); background: var(--t-card); }
.tcard b { display: block; font-family: var(--font-display); font-size: 26px; font-variation-settings: "opsz" 48, "SOFT" 40; margin-bottom: 12px; }
.tcard p { color: var(--t-fg-2); font-size: 15px; }

/* ---------- FAQ ---------- */
.faq { padding: 0 0 var(--sp); }
.faq-grid { width: var(--w); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 60px; align-items: start; }
.faq-head { position: sticky; top: 120px; }
.faq-list details { border-top: 1px solid var(--t-line); }
.faq-list details:last-child { border-bottom: 1px solid var(--t-line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; font-family: var(--font-display); font-size: clamp(20px, 1.8vw, 26px); font-variation-settings: "opsz" 48, "SOFT" 40; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-x { position: relative; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--t-line); flex: none; transition: transform .5s var(--ease), background-color .3s; }
.faq-x::before, .faq-x::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1.5px; background: currentColor; transform: translate(-50%, -50%); }
.faq-x::after { transform: translate(-50%, -50%) rotate(90deg); }
details[open] .faq-x { transform: rotate(45deg); background: rgba(232,101,95,.15); border-color: transparent; }
.faq-a { overflow: hidden; }
.faq-a p { padding: 0 0 26px; max-width: 620px; color: var(--t-fg-2); }
.faq-a a { color: var(--ember); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- CTA ---------- */
.cta { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; padding: var(--sp) 0; isolation: isolate; }
.cta-glow { position: absolute; left: 50%; top: 50%; width: 120vw; height: 120vh; transform: translate(-50%, -50%); background: radial-gradient(ellipse at 50% 60%, rgba(232,101,95,.30), rgba(240,169,74,.08) 35%, transparent 62%); z-index: 0; }
.cta-plates { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cta-p1 { width: clamp(130px, 16vw, 240px); aspect-ratio: 1; left: 3%; top: 10%; opacity: .9; }
.cta-p2 { width: clamp(110px, 13vw, 200px); aspect-ratio: 1; right: 8%; top: 20%; opacity: .9; }
.cta-p3 { width: clamp(140px, 16vw, 260px); aspect-ratio: 1; right: 2%; bottom: -6%; opacity: .85; }
.cta-inner { position: relative; z-index: 2; text-align: center; width: min(760px, var(--w)); }
.cta-inner h2 { font-size: clamp(48px, 7.2vw, 118px); }
.cta-inner > p { margin-top: 28px; font-size: 19px; color: var(--t-fg-2); }
.cta-actions { margin-top: 40px; display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.qr { display: inline-flex; align-items: center; gap: 14px; text-align: left; font: 600 13px/1.3 var(--font-sans); color: var(--t-fg-3); max-width: 240px; }
.qr img { width: 84px; height: 84px; border-radius: 12px; background: #fff; padding: 6px; }
.fineprint { margin-top: 36px; font: 600 12px/1 var(--font-sans); letter-spacing: .14em; text-transform: uppercase; color: var(--t-fg-3); }

/* ---------- Footer ---------- */
.footer { position: relative; border-top: 1px solid var(--t-line); overflow: hidden; background: #070605; --t-fg: #F4ECE2; --t-fg-2: rgba(244,236,226,.66); --t-fg-3: rgba(244,236,226,.55); --t-line: rgba(244,236,226,.12); }
.footer-inner { width: var(--w); margin: 0 auto; padding: 72px 0 40px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 48px; }
.footer-brand p { margin-top: 18px; max-width: 320px; color: var(--t-fg-2); font-size: 15px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-links div { display: grid; gap: 10px; align-content: start; }
.footer-links b { font: 700 11px/1 var(--font-sans); letter-spacing: .16em; text-transform: uppercase; color: var(--t-fg-3); margin-bottom: 6px; }
.footer-links a { font: 500 15px/1.2 var(--font-sans); color: var(--t-fg-2); transition: color .3s; }
.footer-links a:hover { color: var(--t-fg); }
.footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid var(--t-line); font: 500 13px/1.4 var(--font-sans); color: var(--t-fg-3); }
.footer-legal a:hover { color: var(--t-fg); }
.footer-mark { height: clamp(90px, 15vw, 230px); overflow: hidden; text-align: center; line-height: 0; }
.footer-mark span { display: inline-block; font-family: var(--font-display); font-size: clamp(120px, 21vw, 330px); line-height: .78; letter-spacing: -0.045em; font-variation-settings: "opsz" 144, "SOFT" 30; background: linear-gradient(180deg, rgba(244,236,226,.28), rgba(244,236,226,.02)); -webkit-background-clip: text; background-clip: text; color: transparent; transform: translateY(30%); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .bento { grid-template-columns: repeat(3, 1fr); }
  .bcell.big { grid-column: span 3; }
}

@media (max-width: 899px) {
  :root { --sp: clamp(80px, 16vw, 120px); }
  body { font-size: 16px; }
  .nav { top: 12px; padding: 8px 8px 8px 14px; }
  .nav-links { display: none; }
  .nav-brand span { display: none; }
  .nav-lang a { padding: 7px 8px; }
  .btn-sm { min-height: 44px; padding: 12px 18px; }
  .link-arrow { min-height: 44px; }
  .footer-links a { padding: 6px 0; }
  .icard { width: 180px; }

  .hero-inner { grid-template-columns: 1fr; padding-top: 110px; gap: 20px; }
  .hero-title { font-size: clamp(56px, 15vw, 92px); }
  .hero-stage { height: 400px; }
  .plate-1 { width: 62vw; right: -8%; top: 0; }
  .plate-2 { width: 50vw; left: -6%; top: 40%; bottom: auto; }
  .plate-3 { width: 42vw; right: 0; top: 44%; bottom: auto; }
  .plate-4 { width: 30vw; left: 4%; top: 10%; }
  .chip-3 { left: 4%; right: auto; top: 33%; }
  .chip-1 { left: auto; right: 2%; top: 40%; }
  .chip-2 { display: none; }
  .marquee { margin-top: 8px; }

  .chat-pin { grid-template-columns: 1fr; padding: 64px 0 40px; min-height: 0; gap: 12px; }
  .chat-right { height: 640px; }
  .phone-chat { --pw: 220px; }
  .bubble { max-width: 220px; font-size: 14px; }

  .magic-pin { grid-template-columns: 1fr; min-height: 0; padding: 64px 0 24px; gap: 8px; }
  .magic-stage { height: 560px; }
  .snap { width: 220px; }
  .phone-magic { --pw: 210px; }
  .magic-note, .chips { display: none; }

  .steps-pin { height: auto; padding: 64px 0 24px; overflow: visible; }
  .steps-head { flex-direction: column; align-items: flex-start; }
  .steps-track { flex-direction: column; padding: 0 var(--gutter); gap: 14px; }
  .step { width: auto; height: auto; grid-template-columns: 1fr; padding: 28px 24px; }
  .step-num { font-size: 96px; left: 20px; top: 12px; }
  .step-copy { padding-top: 64px; }
  .phone-step { --pw: 170px; justify-self: end; transform: translateY(12%) rotate(-4deg); margin-top: 8px; }
  .step-end { width: auto; }

  .gallery { height: 118vh; }
  .gallery-cols { grid-template-columns: repeat(2, 1fr); top: -8%; }
  .gcol:nth-child(2) { margin-top: -12%; }
  .gcol:nth-child(3) { display: none; }

  .inspire-grid, .enhance-grid, .power-grid, .story-grid, .faq-grid, .footer-inner, .video-grid { grid-template-columns: 1fr; gap: 36px; }
  .values { grid-template-columns: 1fr; margin-top: 36px; }
  .pairs-list li { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .pairs-arrow { justify-self: start; transform: rotate(90deg); font-size: 17px; }
  .waste-grid { grid-template-columns: 1fr; gap: 0; }
  .waste-phone { display: none; }
  .wstep { min-height: 0; padding: 32px 0; }
  .wstep:not(.is-on) { opacity: 1; }
  .phone-wstep { display: block; --pw: 200px; margin: 22px auto 0; }
  .signoff img { width: 180px; }
  .enhance-grid .ba { order: 2; }
  .inspire-cards { height: 480px; }
  .power-card { grid-template-columns: 1fr; }
  .power-card-img img { aspect-ratio: 16 / 9; }
  .story-portrait { position: static; }
  .story-portrait img { width: min(280px, 70%); }
  .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .bcell.big { grid-column: span 2; }
  .trust-grid { grid-template-columns: 1fr; }
  .faq-head { position: static; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .cta-inner h2 { font-size: clamp(44px, 12vw, 80px); }
  .cta-p1 { left: -10%; top: 3%; width: 34vw; opacity: .7; }
  .cta-p2 { display: none; }
  .cta-p3 { right: -14%; bottom: -8%; width: 44vw; opacity: .8; }
  .inspire-cards { height: 440px; }
}

@media (prefers-reduced-motion: reduce) {
  .pill i, .wave i { animation: none; }
  .progress { display: none; }
}
