/* ==========================================================================
   German Marketing Award · Stylesheet
   Aufbau: Tokens · Basis · Bausteine · Navigation · Abschnitte · Responsive
   ========================================================================== */

/* Schriften lokal (keine Übertragung an Google) */
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; src: url("../fonts/archivo.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Geist"; font-style: normal; font-weight: 300 700; font-display: swap; src: url("../fonts/geist.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Geist Mono"; font-style: normal; font-weight: 400 500; font-display: swap; src: url("../fonts/geist-mono-400.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --black: #050505;
  --black-2: #0a0a0b;
  --panel: #f5f5f7;
  --paper: #ffffff;

  --t1: #f5f5f7;
  --t2: #a1a1a6;
  --t3: #6e6e73;
  --ink: #1d1d1f;
  --ink-2: #6e6e73;
  --ink-3: #86868b;

  --line-d: rgba(255, 255, 255, .08);
  --line-l: rgba(0, 0, 0, .08);

  --gold: #d6b67c;
  --gold-hi: #f4e4c1;
  --gold-lo: #9c7a45;
  --gold-grad: linear-gradient(120deg, #9c7a45 0%, #d9b77b 24%, #fbf0d8 42%, #c9a266 60%, #f1dcb0 78%, #9c7a45 100%);
  --gold-flat: linear-gradient(135deg, #f6e7c8 0%, #d9b77b 48%, #b38c4c 100%);
  --live: #34c759;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --spring: cubic-bezier(.32, .72, 0, 1);
  --swift: cubic-bezier(.65, .05, .36, 1);

  --f-display: "Archivo", "Arial Black", system-ui, sans-serif;
  --f-text: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --gutter: clamp(16px, 4vw, 56px);
  --maxw: 1320px;
  --sec: clamp(104px, 13vw, 184px);
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; background: var(--black); }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  font-family: var(--f-text);
  font-size: 17px;
  line-height: 1.5;
  color: var(--t1);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  font-feature-settings: "ss01", "cv11";
}
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
ul, ol { list-style: none; }
::selection { background: var(--gold); color: #120d05; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 8px; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 200; background: var(--t1); color: var(--black); padding: 10px 16px; border-radius: 999px; font-weight: 500; transition: top .3s var(--ease); }
.skip:focus { top: 16px; }

.wrap { width: 100%; max-width: calc(var(--maxw) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }

.grain {
  position: fixed; inset: -50%; z-index: 95; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .5 0 0 0 0 .5 0 0 0 0 .5 0 0 0 .9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Typografie ---------- */
.h2 {
  font-family: var(--f-text);
  font-weight: 600;
  font-size: clamp(40px, 5.6vw, 86px);
  line-height: 1.02;
  letter-spacing: -.045em;
  color: var(--t1);
  text-wrap: balance;
  max-width: 15ch;
  margin-top: 26px;
}
.h2--ink { color: var(--ink); }
.lead {
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.55;
  letter-spacing: -.012em;
  color: var(--ink-2);
  max-width: 36em;
  margin-top: 28px;
  text-wrap: pretty;
}
.lead--dark { color: var(--t2); }
.lead a { color: var(--ink); text-decoration: underline; text-decoration-color: rgba(0,0,0,.25); text-underline-offset: 4px; transition: text-decoration-color .3s; }
.lead a:hover { text-decoration-color: currentColor; }

/* ---------- Tag (Eyebrow) ---------- */
.tag {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 13px 7px 11px;
  border-radius: 999px;
  font: 500 11px/1 var(--f-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.tag--dark { color: var(--t2); background: rgba(255,255,255,.035); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.tag--light { color: var(--ink-2); background: rgba(0,0,0,.025); box-shadow: inset 0 0 0 1px rgba(0,0,0,.09); }
.tag__dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; position: relative; flex: none; }
.tag__dot--gold { background: var(--gold); }
.tag__dot--live { background: var(--live); }
.tag__dot--live::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid var(--live); animation: ping 2.4s var(--ease) infinite; }
@keyframes ping { 0% { transform: scale(.4); opacity: 1; } 80%, 100% { transform: scale(1.9); opacity: 0; } }

/* ---------- Buttons ---------- */
.btn {
  --h: 54px; --ico: 38px;
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; gap: 14px;
  height: var(--h);
  padding: 0 calc((var(--h) - var(--ico)) / 2) 0 26px;
  border-radius: 999px; border: 0; cursor: pointer;
  font: 500 15.5px/1 var(--f-text); letter-spacing: -.01em; white-space: nowrap;
  transition: transform .6s var(--spring), background-color .3s var(--ease), color .3s var(--ease), box-shadow .4s var(--ease), opacity .3s;
  will-change: transform;
}
.btn:active { transform: scale(.975); }
.btn__icon {
  width: var(--ico); height: var(--ico); flex: none;
  border-radius: 50%; display: grid; place-items: center; overflow: hidden;
  transition: transform .6s var(--spring), background-color .3s;
}
.btn__icon svg { width: 17px; height: 17px; }
.btn:hover .btn__icon { transform: translateX(2px) scale(1.06); }
.btn:hover .btn__icon svg { animation: arrowSwap .7s var(--spring); }
@keyframes arrowSwap { 0% { transform: translateX(0); } 45% { transform: translateX(140%); } 46% { transform: translateX(-140%); } 100% { transform: translateX(0); } }

.btn--light { background: var(--t1); color: #0a0a0b; box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 12px 40px -12px rgba(255,255,255,.25); }
.btn--light .btn__icon { background: #0a0a0b; color: var(--t1); }
.btn--light:hover { background: #fff; }

.btn--gold { background: var(--gold-flat); color: #1a1206; box-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -1px 0 rgba(0,0,0,.12), 0 14px 40px -14px rgba(214,182,124,.55); overflow: hidden; }
.btn--gold::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.65) 48%, transparent 64%); transform: translateX(-120%); transition: transform 1s var(--ease); }
.btn--gold:hover::before { transform: translateX(120%); }
.btn--gold .btn__icon { background: rgba(26,18,6,.9); color: var(--gold-hi); }

.btn--ghost { background: transparent; color: var(--t2); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); padding: 0 24px; }
.btn--ghost:hover:not(:disabled) { color: var(--t1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.btn:disabled { opacity: .35; cursor: default; }

.btn--sm { --h: 40px; --ico: 30px; padding-left: 16px; gap: 10px; font-size: 13.5px; }
.btn--sm .btn__icon svg { width: 14px; height: 14px; }

.link { display: inline-flex; align-items: center; gap: 8px; color: var(--t2); font-weight: 500; font-size: 15.5px; transition: color .3s; }
.link svg { width: 16px; height: 16px; transition: transform .5s var(--spring); }
.link:hover { color: var(--t1); }
.link:hover svg { transform: translateX(4px); }

/* ---------- Doppelrand (Bezel) ---------- */
.bezel {
  position: relative;
  padding: 6px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
  transition: box-shadow .5s var(--ease);
}
.bezel__core {
  position: relative; overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, #141416 0%, #0c0c0d 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 30px 60px -40px rgba(0,0,0,.9);
}
[data-card] .bezel__core::before,
[data-plaque] .bezel__core::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, -30%), rgba(255,255,255,.075), transparent 60%);
  opacity: 0; transition: opacity .5s var(--ease);
}
[data-card]:hover .bezel__core::before,
[data-plaque]:hover .bezel__core::before { opacity: 1; }
.bezel--light { background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.02)); box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }
.bezel--light .bezel__core { background: #fff; box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,.04), 0 40px 80px -40px rgba(0,0,0,.22); }

/* ==========================================================================
   Navigation: schwebende Insel
   ========================================================================== */
.nav {
  position: fixed; top: calc(16px + env(safe-area-inset-top, 0px)); left: 0; right: 0; z-index: 100;
  display: flex; justify-content: center;
  pointer-events: none;
  padding: 0 16px;
}
.nav__island {
  --bg: rgba(22,22,24,.66); --bd: rgba(255,255,255,.09); --n1: var(--t1); --n2: #b3b3b8; --pill: rgba(255,255,255,.1);
  position: relative; pointer-events: auto;
  display: flex; align-items: center; gap: 4px;
  height: 52px; padding: 6px;
  border-radius: 999px;
  background: var(--bg);
  box-shadow: inset 0 0 0 1px var(--bd), inset 0 1px 0 rgba(255,255,255,.06), 0 16px 50px -16px rgba(0,0,0,.55);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  backdrop-filter: saturate(180%) blur(22px);
  color: var(--n1);
  transition: background-color .6s var(--ease), box-shadow .6s var(--ease), color .6s var(--ease), transform .9s var(--spring), opacity .9s var(--ease);
}
.js .nav__island { transform: translateY(-24px) scale(.96); opacity: 0; }
.js .is-loaded .nav__island, .js.is-loaded .nav__island { transform: none; opacity: 1; transition-delay: 0s, 0s, 0s, 1.1s, 1.1s; }
.nav[data-on="light"] .nav__island,
.nav[data-on="paper"] .nav__island { --bg: rgba(255,255,255,.72); --bd: rgba(0,0,0,.07); --n1: var(--ink); --n2: #5c5c61; --pill: rgba(0,0,0,.06); box-shadow: inset 0 0 0 1px var(--bd), 0 16px 50px -20px rgba(0,0,0,.18); }

.nav__mark { height: 40px; padding: 0 14px 0 16px; display: flex; align-items: center; border-radius: 999px; transition: background-color .3s; }
.nav__mark:hover { background: var(--pill); }
.nav__mono { font: 900 15px/1 var(--f-display); font-stretch: 125%; letter-spacing: -.01em; white-space: nowrap; display: inline-flex; align-items: baseline; }
.nav__x { display: inline-block; max-width: 0; overflow: hidden; opacity: 0; vertical-align: baseline; font-weight: 700; transition: max-width .75s var(--spring), opacity .35s var(--ease); }
.nav__mark:hover .nav__x, .nav__mark:focus-visible .nav__x { max-width: 9em; opacity: 1; }

.nav__status { display: none; align-items: center; gap: 8px; padding: 0 10px; font: 500 12.5px/1 var(--f-text); color: var(--n2); min-width: 0; }
.nav__status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex: none; }
.nav__status-txt { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: opacity .25s, transform .35s var(--ease); }
.nav__status-txt.is-swap { opacity: 0; transform: translateY(6px); }

.nav__links { position: relative; display: flex; align-items: center; gap: 2px; margin: 0 6px; }
.nav__links a { position: relative; z-index: 1; padding: 0 15px; height: 40px; display: flex; align-items: center; border-radius: 999px; font: 500 13.5px/1 var(--f-text); color: var(--n2); transition: color .3s; }
.nav__links a:hover, .nav__links a.is-active { color: var(--n1); }
.nav__pill {
  position: absolute; left: 0; top: 0; height: 40px; width: var(--w, 0px);
  transform: translateX(var(--x, 0px));
  border-radius: 999px; background: var(--pill);
  opacity: 0;
  transition: transform .55s var(--spring), width .55s var(--spring), opacity .3s, background-color .6s;
}
.nav__pill.is-on { opacity: 1; }
.nav__cta { margin-left: 2px; }

.nav__burger { display: none; width: 40px; height: 40px; border-radius: 50%; border: 0; background: var(--pill); cursor: pointer; position: relative; flex: none; }
.nav__burger span { position: absolute; left: 12px; right: 12px; height: 1.5px; border-radius: 2px; background: currentColor; transition: transform .6s var(--spring); }
.nav__burger span:first-child { transform: translateY(-3.5px); }
.nav__burger span:last-child { transform: translateY(3.5px); }
.nav__burger[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

.nav__progress { position: absolute; left: 26px; right: 26px; bottom: 0; height: 1px; overflow: hidden; border-radius: 1px; pointer-events: none; }
.nav__progress span { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold-hi) 80%, transparent); transform-origin: left; transform: scaleX(var(--sp, 0)); }

/* Vollbild-Menü */
.menu {
  position: fixed; inset: 0; z-index: 99;
  background: rgba(5,5,5,.86);
  -webkit-backdrop-filter: blur(30px) saturate(150%);
  backdrop-filter: blur(30px) saturate(150%);
  opacity: 0; visibility: hidden;
  transition: opacity .5s var(--ease), visibility 0s linear .5s;
}
.menu.is-open { opacity: 1; visibility: visible; transition: opacity .5s var(--ease); }
.menu__inner { height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 110px 28px 40px; max-width: 720px; margin: 0 auto; }
.menu__kicker { font: 500 11px var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--t3); margin-bottom: 20px; }
.menu__list li { overflow: hidden; border-bottom: 1px solid var(--line-d); }
.menu__list a { display: flex; align-items: baseline; gap: 16px; padding: 14px 0; font: 600 clamp(30px, 8vw, 52px)/1.1 var(--f-text); letter-spacing: -.04em; transform: translateY(110%); transition: transform .8s var(--spring), color .3s; }
.menu__list a:hover { color: var(--gold-hi); }
.menu__n { font: 500 12px var(--f-mono); color: var(--gold); letter-spacing: .1em; transform: translateY(-.6em); }
.menu.is-open .menu__list a { transform: none; }
.menu.is-open .menu__list li:nth-child(1) a { transition-delay: .08s; }
.menu.is-open .menu__list li:nth-child(2) a { transition-delay: .14s; }
.menu.is-open .menu__list li:nth-child(3) a { transition-delay: .2s; }
.menu.is-open .menu__list li:nth-child(4) a { transition-delay: .26s; }
.menu.is-open .menu__list li:nth-child(5) a { transition-delay: .32s; }
.menu__foot { margin-top: 40px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--t2); opacity: 0; transform: translateY(12px); transition: opacity .6s .35s, transform .8s .35s var(--spring); }
.menu.is-open .menu__foot { opacity: 1; transform: none; }

/* ==========================================================================
   Hero
   ========================================================================== */
.main { position: relative; }
.hero { position: relative; background: var(--black); }
.hero__track { position: relative; height: 215vh; }
.hero__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: var(--black); display: flex; flex-direction: column; }
.hero__gl { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1.4s var(--ease); }
.hero.is-gl .hero__gl { opacity: 1; }
.hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(42% 38% at 50% 44%, rgba(214,182,124,.13), transparent 70%),
    radial-gradient(70% 50% at 50% 110%, rgba(120,140,255,.06), transparent 70%);
  transition: opacity 1.4s var(--ease);
}
.hero.is-gl .hero__glow { opacity: 0; }

.hero__stage { position: relative; flex: 1 1 auto; min-height: 0; container-type: size; display: grid; place-items: center; padding-top: 76px; pointer-events: none; }
.hero__mark { position: relative; width: min(1180px, 86cqw, 186cqh); aspect-ratio: 1966 / 906; transition: opacity .6s var(--ease); }
.hero.is-gl-live .hero__mark { opacity: 0; }
.hero__line { position: absolute; display: block; overflow: hidden; will-change: transform; transform: translate3d(calc(var(--hp, 0) * var(--dx)), 0, 0); opacity: calc(1 - var(--hp, 0) * .85); }
.hero__line--1 { left: 11.546%; top: 0; width: 87.945%; height: 28.698%; --dx: -12vw; --i: 0; }
.hero__line--2 { left: 0; top: 38.411%; width: 100%; height: 23.068%; --dx: 9vw; --i: 1; }
.hero__line--3 { left: 24.67%; top: 72.185%; width: 75.331%; height: 27.704%; --dx: -16vw; --i: 2; }
.hero__line svg { width: 100%; height: 100%; fill: var(--t1); }
.hero__line-in { display: block; height: 100%; }
.js .hero__line-in { transform: translateY(108%); animation: lineUp 1.35s var(--ease) forwards; animation-delay: calc(.2s + var(--i) * .11s); }
@keyframes lineUp { to { transform: translateY(0); } }

.hero__ui {
  position: relative; flex: none;
  padding: 0 var(--gutter) clamp(24px, 4.2vh, 52px);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 32px;
  opacity: calc(1 - var(--hp, 0) * 2.6);
  transform: translate3d(0, calc(var(--hp, 0) * -60px), 0);
}
.hero__ui.is-off { pointer-events: none; }
.hero__intro { max-width: 580px; }
.hero__title { font: 500 clamp(20px, 1.75vw, 27px)/1.24 var(--f-text); letter-spacing: -.025em; color: var(--t1); margin: 20px 0 28px; text-wrap: balance; }
.hero__ctas { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.js .hero__intro > *, .js .hero__winners, .js .hero__cue { opacity: 0; transform: translateY(18px); animation: rise 1.1s var(--ease) forwards; }
.js .hero__tag { animation-delay: .75s; }
.js .hero__title { animation-delay: .85s; }
.js .hero__ctas { animation-delay: .97s; }
.js .hero__winners { animation-delay: 1.1s; }
.js .hero__cue { animation-delay: 1.4s; }
@keyframes rise { to { opacity: 1; transform: none; } }

.hero__cue { justify-self: center; display: flex; flex-direction: column; align-items: center; gap: 12px; font: 500 10px var(--f-mono); letter-spacing: .24em; text-transform: uppercase; color: var(--t3); }
.hero__cue i { position: relative; width: 1px; height: 44px; background: rgba(255,255,255,.12); overflow: hidden; }
.hero__cue i::after { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 45%; background: linear-gradient(transparent, var(--gold-hi)); animation: cue 2.2s var(--swift) infinite; }
@keyframes cue { 0% { transform: translateY(-100%); } 100% { transform: translateY(240%); } }

.hero__winners { justify-self: end; text-align: right; }
.hero__winners-k { font: 500 11px var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--t3); display: inline-flex; align-items: center; gap: 10px; }
.hero__winners-k::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero__logos { display: flex; align-items: center; justify-content: flex-end; gap: 26px; margin-top: 16px; }
.hero__logos img { width: auto; opacity: .6; filter: grayscale(1) brightness(1.5); transition: opacity .4s, filter .4s; }
.hero__logos li:nth-child(1) img { height: 27px; }
.hero__logos li:nth-child(2) img { height: 30px; }
.hero__logos li:nth-child(3) img { height: 16px; }
.hero__logos li:nth-child(4) img { height: 27px; }
.hero__logos img:hover { opacity: 1; filter: none; }

/* ==========================================================================
   Maßstab: Wort für Wort
   ========================================================================== */
.statement { background: var(--black); position: relative; }
.statement__track { height: 250vh; position: relative; }
.statement__sticky {
  position: sticky; top: 0; height: 100vh; height: 100svh;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  max-width: calc(var(--maxw) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter);
}
.statement__text {
  margin-top: 30px;
  font: 600 clamp(34px, 4.7vw, 76px)/1.06 var(--f-text);
  letter-spacing: -.042em;
  max-width: 21ch;
  color: var(--t1);
}
.statement__text .w { opacity: .13; transition: opacity .2s; }
.statement__text em { font-style: normal; background-image: linear-gradient(90deg, var(--gold-lo), var(--gold-hi)); background-repeat: no-repeat; background-position: 0 96%; background-size: calc(var(--ul, 0) * 100%) .055em; padding-bottom: .04em; }
.statement__text em .w { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.reduced .statement__text .w, .no-js .statement__text .w { opacity: 1; }
.statement__trio { display: flex; gap: 12px; margin-top: 48px; font: 500 11px var(--f-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--t3); flex-wrap: wrap; }
.statement__trio span { padding: 8px 14px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-d); transition: color .6s, box-shadow .6s, background-color .6s; }
.statement__trio span.is-lit { color: var(--gold-hi); box-shadow: inset 0 0 0 1px rgba(214,182,124,.4); background: rgba(214,182,124,.06); }

/* Abschnitte legen sich wie Blätter übereinander */
.sheet { position: relative; margin-top: calc(var(--r-sheet) * -1); border-radius: var(--r-sheet) var(--r-sheet) 0 0; }
:root { --r-sheet: clamp(24px, 3.4vw, 48px); }

/* ==========================================================================
   Kennzahlen
   ========================================================================== */
.facts { background: var(--panel); color: var(--ink); padding: var(--sec) 0 calc(var(--sec) * .55 + var(--r-sheet)); overflow: clip; }
.facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-l); }
.fact { display: flex; flex-direction: column; gap: 18px; padding: 44px 24px 0 0; }
.fact + .fact { border-left: 1px solid var(--line-l); padding-left: clamp(16px, 2vw, 32px); }
.fact__n { display: flex; align-items: flex-start; font: 800 clamp(64px, 8.6vw, 140px)/1 var(--f-display); font-stretch: 125%; letter-spacing: -.045em; color: var(--ink); font-variant-numeric: tabular-nums; }
.fact__u { font-size: .4em; margin: .1em 0 0 .06em; letter-spacing: 0; }
.fact__t { font: 500 15px/1.4 var(--f-text); color: var(--ink-2); max-width: 18ch; }
.facts__cap { margin-top: 64px; font: 500 clamp(19px, 1.7vw, 24px)/1.35 var(--f-text); letter-spacing: -.022em; color: var(--ink); }

.odo { display: inline-flex; }
.odo__d { display: inline-block; height: 1em; overflow: hidden; }
.odo__s { display: flex; flex-direction: column; transform: translateY(0); transition: transform 2.1s cubic-bezier(.16, .9, .12, 1); transition-delay: calc(var(--k, 0) * 110ms + 150ms); }
.odo__s span { display: block; height: 1em; line-height: 1em; }
.is-in .odo__s, .reduced .odo__s { transform: translateY(calc(var(--to) * -1em)); }

/* ==========================================================================
   Auswahlverfahren: Filter
   ========================================================================== */
.process { background: var(--black); padding-top: var(--sec); position: relative; }
.process__head { padding-bottom: 4vh; }
.filter { position: relative; height: 560vh; }
.filter__sticky {
  position: sticky; top: 0; height: 100vh; height: 100svh;
  display: grid; grid-template-columns: minmax(300px, 5fr) 7fr; gap: 5vw; align-items: stretch;
  max-width: 1480px; margin: 0 auto;
  padding: 104px var(--gutter) 40px;
}
.filter__text { position: relative; display: grid; grid-template-columns: 2px 1fr; gap: clamp(20px, 3vw, 40px); align-items: center; }
.filter__rail { position: relative; height: 56%; width: 2px; border-radius: 2px; background: rgba(255,255,255,.08); overflow: hidden; }
.filter__rail span { position: absolute; inset: 0; transform-origin: top; transform: scaleY(var(--p, 0)); background: linear-gradient(var(--gold-hi), var(--gold-lo)); }
.filter__steps { position: relative; height: 100%; }
.filter__step {
  position: absolute; left: 0; right: 0; top: 50%;
  transform: translateY(-50%) translateY(36px);
  opacity: 0; filter: blur(8px);
  transition: opacity .6s var(--ease), transform .9s var(--spring), filter .6s var(--ease);
  pointer-events: none;
}
.filter__step.is-past { transform: translateY(-50%) translateY(-36px); }
.filter__step.is-active { opacity: 1; transform: translateY(-50%); filter: none; pointer-events: auto; }
.filter__k { font: 500 12px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.filter__step h3 { font: 600 clamp(30px, 3.2vw, 50px)/1.05 var(--f-text); letter-spacing: -.038em; color: var(--t1); margin: 16px 0 18px; text-wrap: balance; }
.filter__step p { color: var(--t2); font-size: clamp(16px, 1.2vw, 18.5px); line-height: 1.55; max-width: 30em; }

.filter__viz { position: relative; min-height: 0; }
.filter__viz canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.filter__hud { position: absolute; top: 0; left: 0; display: flex; flex-direction: column; gap: 8px; font: 500 11px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; }
.filter__hud-k { color: var(--gold); }
.filter__hud-v { color: var(--t2); transition: opacity .3s; }
.filter__hud-v.is-swap { opacity: 0; }
.filter__legend { position: absolute; left: 0; bottom: 0; display: flex; flex-wrap: wrap; gap: 20px; font: 500 11px var(--f-mono); letter-spacing: .1em; text-transform: uppercase; color: var(--t3); }
.filter__legend span { display: inline-flex; align-items: center; gap: 8px; }
.lg { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.lg--a { background: rgba(245,245,247,.55); }
.lg--b { background: var(--gold); box-shadow: 0 0 10px rgba(214,182,124,.7); }
.lg--c { box-shadow: inset 0 0 0 1.5px var(--gold); }

/* ==========================================================================
   Nicht käuflich: Budgetregler
   ========================================================================== */
.budget { background: var(--paper); color: var(--ink); padding: var(--sec) 0; }
.budget__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.budget__note { display: flex; gap: 12px; align-items: flex-start; margin-top: 36px; max-width: 32em; font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }
.budget__note svg { width: 20px; height: 20px; flex: none; color: var(--gold-lo); margin-top: 1px; }
.budget__core { padding: clamp(24px, 3.2vw, 44px); }
.budget__row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.budget__k { font: 500 11px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.budget__v { font: 800 clamp(26px, 3vw, 42px)/1 var(--f-display); font-stretch: 125%; letter-spacing: -.035em; color: var(--ink); font-variant-numeric: tabular-nums; }

.range { margin: 26px 0 6px; }
.range input {
  --fill: 0%;
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 44px; background: transparent; cursor: grab;
}
.range input:active { cursor: grabbing; }
.range input::-webkit-slider-runnable-track { height: 6px; border-radius: 6px; background: linear-gradient(90deg, var(--ink) var(--fill), #e8e8ed var(--fill)); }
.range input::-moz-range-track { height: 6px; border-radius: 6px; background: #e8e8ed; }
.range input::-moz-range-progress { height: 6px; border-radius: 6px; background: var(--ink); }
.range input::-webkit-slider-thumb {
  -webkit-appearance: none; width: 30px; height: 30px; margin-top: -12px; border-radius: 50%;
  background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 6px 18px rgba(0,0,0,.18), inset 0 0 0 7px #fff, inset 0 0 0 30px var(--gold);
  transition: transform .4s var(--spring);
}
.range input:active::-webkit-slider-thumb { transform: scale(1.14); }
.range input::-moz-range-thumb { width: 30px; height: 30px; border: 0; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px #fff, 0 0 0 8px rgba(0,0,0,.08), 0 6px 18px rgba(0,0,0,.2); }
.range input:focus-visible { outline: none; }
.range input:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px rgba(214,182,124,.35), 0 6px 18px rgba(0,0,0,.18), inset 0 0 0 7px #fff, inset 0 0 0 30px var(--gold); }
.range__ticks { display: flex; justify-content: space-between; font: 500 10.5px var(--f-mono); color: var(--ink-3); letter-spacing: .04em; }

.budget__plot { position: relative; margin: 30px 0 18px; }
.budget__chart { width: 100%; height: auto; overflow: visible; }
.budget__coins { position: absolute; left: 0; right: 0; top: -70px; bottom: 0; width: 100%; height: calc(100% + 70px); pointer-events: none; }
.budget__grid-lines line { stroke: rgba(0,0,0,.07); stroke-dasharray: 2 6; }
.budget__axis { font: 500 10.5px var(--f-mono); fill: var(--ink-3); letter-spacing: .12em; text-transform: uppercase; }
.budget__axis--zero { fill: var(--gold-lo); }
.budget__base { stroke: rgba(0,0,0,.14); }
.budget__line { fill: none; stroke: var(--gold); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.6s var(--ease) .3s; }
.is-in .budget__line, .reduced .budget__line { stroke-dashoffset: 0; }
.budget__guide { stroke: rgba(0,0,0,.25); stroke-dasharray: 3 4; }
.budget__dot { fill: var(--ink); stroke: #fff; stroke-width: 3; }
.budget__halo { fill: rgba(214,182,124,.28); transform-box: fill-box; transform-origin: center; animation: halo 2.4s var(--ease) infinite; }
@keyframes halo { 0% { transform: scale(.5); opacity: 1; } 100% { transform: scale(2); opacity: 0; } }

.budget__result { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; border-top: 1px solid var(--line-l); padding-top: 22px; }
.budget__zero { font: 800 clamp(58px, 7.4vw, 112px)/.84 var(--f-display); font-stretch: 125%; letter-spacing: -.055em; color: var(--ink); font-variant-numeric: tabular-nums; display: inline-flex; align-items: flex-start; }
.budget__zero small { font-size: .38em; letter-spacing: 0; margin: .06em 0 0 .08em; }
.budget__zero.is-refuse { animation: refuse .6s var(--ease); }
@keyframes refuse { 0%, 100% { transform: none; } 15% { transform: translateX(-10px); } 35% { transform: translateX(8px); } 55% { transform: translateX(-5px); } 75% { transform: translateX(3px); } }
.budget__msg { margin-top: 20px; min-height: 2.9em; font: 500 17.5px/1.45 var(--f-text); letter-spacing: -.015em; color: var(--ink); transition: opacity .25s, transform .4s var(--ease); }
.budget__msg.is-swap { opacity: 0; transform: translateY(6px); }

/* ==========================================================================
   Transparenz: Bento
   ========================================================================== */
.transp { background: var(--black); padding: var(--sec) 0; position: relative; }
.transp::before { content: ""; position: absolute; inset: 0 0 auto; height: 60%; pointer-events: none; background: radial-gradient(60% 60% at 80% 0%, rgba(214,182,124,.07), transparent 70%); }
.sec-head { position: relative; }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: 80px; }
.bento__a { grid-column: 1 / 8; grid-row: 1 / 3; }
.bento__e { grid-column: 8 / 13; grid-row: 1; }
.bento__b { grid-column: 8 / 13; grid-row: 2; }
.bento__c { grid-column: 1 / 7; grid-row: 3; }
.bento__d { grid-column: 7 / 13; grid-row: 3; }

.card { height: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: clamp(24px, 2.6vw, 38px); min-height: 300px; }
.card > * { position: relative; z-index: 1; }
.card--row { flex-direction: row; align-items: center; }
.card--row .card__txt { flex: 1; min-width: 0; }
.card__k { font: 500 11px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--t3); }
.card h3 { font: 600 clamp(22px, 2vw, 29px)/1.12 var(--f-text); letter-spacing: -.03em; color: var(--t1); margin: 12px 0 12px; }
.card__txt p { font-size: 15.5px; line-height: 1.55; color: var(--t2); max-width: 34em; }

/* Ring: wechselnde Juroren */
.card__viz--ring { flex: 1; display: grid; place-items: center; }
.ring { position: relative; width: min(100%, 460px); aspect-ratio: 1; }
.ring svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ring__orbit { fill: none; stroke: rgba(255,255,255,.1); stroke-dasharray: 1.5 7; }
.ring__orbit--in { stroke: rgba(214,182,124,.22); }
.ring__seats { position: absolute; inset: 0; animation: spin 80s linear infinite; }
.reduced .ring__seats { animation: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.seat { position: absolute; width: 6.5%; aspect-ratio: 1; margin: -3.25% 0 0 -3.25%; border-radius: 50%; }
.seat i, .seat::before, .seat::after { content: ""; position: absolute; inset: 0; border-radius: 50%; }
.seat::before { background: #19191b; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.seat::after { background: var(--gold-flat); box-shadow: 0 0 16px rgba(214,182,124,.45); opacity: 0; transition: opacity .9s var(--ease); }
.seat i { box-shadow: 0 0 0 1px var(--gold); opacity: 0; }
.seat.is-new::after { opacity: 1; }
.seat.is-swap { animation: seatSwap .9s var(--spring); }
.seat.is-swap i { animation: seatHalo 1.2s var(--ease); }
@keyframes seatSwap { 0% { transform: scale(1); } 40% { transform: scale(.2); } 100% { transform: scale(1); } }
@keyframes seatHalo { 0% { opacity: .9; transform: scale(1); } 100% { opacity: 0; transform: scale(2.4); } }
.ring__label { font: 600 24px var(--f-text); fill: var(--t1); text-anchor: middle; letter-spacing: -.02em; }
.ring__year { font: 500 10.5px var(--f-mono); fill: var(--t2); text-anchor: middle; letter-spacing: .16em; text-transform: uppercase; }

/* 25 Plätze */
.seats { flex: none; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.seats__grid { display: grid; grid-template-columns: repeat(5, 18px); gap: 8px; }
.seats__grid i { position: relative; width: 18px; height: 18px; border-radius: 6px; background: rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px rgba(255,255,255,.09); }
.seats__grid i::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--gold-flat); box-shadow: 0 0 14px rgba(214,182,124,.35); opacity: 0; transform: scale(.3); transition: opacity .4s var(--ease), transform .7s var(--spring); transition-delay: calc(var(--k) * 48ms + .25s); }
.is-in .seats__grid i::after { opacity: 1; transform: none; }
.seats__count { font: 500 12px var(--f-mono); color: var(--t3); letter-spacing: .08em; }
.seats__count b { font: 800 15px var(--f-display); font-stretch: 125%; color: var(--t1); font-variant-numeric: tabular-nums; }

/* Fluss: Vergütung der Jury */
.flow { display: grid; place-items: center; }
.flow svg { width: 100%; max-width: 440px; height: auto; overflow: visible; }
.flow__track { fill: none; stroke: rgba(255,255,255,.07); stroke-width: 16; stroke-linecap: round; }
.flow__track--thin { stroke-width: 5; }
.flow__run { fill: none; stroke: var(--gold); stroke-width: 5; stroke-linecap: round; stroke-dasharray: .1 22; animation: flow 1.1s linear infinite; }
.flow__run--thin { stroke: var(--t3); stroke-width: 2.5; stroke-dasharray: .1 30; animation-duration: 1.9s; }
@keyframes flow { to { stroke-dashoffset: -22.1; } }
.flow__run--thin { animation-name: flowThin; }
@keyframes flowThin { to { stroke-dashoffset: -30.1; } }
.reduced .flow__run { animation: none; }
.flow__node { fill: var(--t1); }
.flow__node--gold { fill: var(--gold); filter: drop-shadow(0 0 8px rgba(214,182,124,.8)); }
.flow__t { font: 500 10.5px var(--f-mono); fill: var(--t3); letter-spacing: .1em; text-transform: uppercase; }
.flow__t--gold { fill: var(--gold-hi); }

/* Beleg: Teilnahmegebühr */
.receipt { position: relative; flex: none; width: 236px; min-height: 250px; }
.receipt__slot { position: absolute; left: 0; right: 0; top: 0; height: 12px; border-radius: 8px; background: #000; box-shadow: inset 0 2px 5px rgba(0,0,0,.9), 0 1px 0 rgba(255,255,255,.07); z-index: 2; }
.receipt__paper {
  position: relative; margin: 6px 12px 0;
  padding: 22px 16px 26px;
  background: #f3f0e8; color: #1d1d1f;
  font: 500 10.5px/1.4 var(--f-mono);
  -webkit-mask: linear-gradient(#000 0 0) top / 100% calc(100% - 8px) no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / 12px 8px repeat-x;
  mask: linear-gradient(#000 0 0) top / 100% calc(100% - 8px) no-repeat, conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) bottom / 12px 8px repeat-x;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 2.2s steps(22, end) .4s;
  box-shadow: 0 20px 30px -10px rgba(0,0,0,.6);
}
.is-in .receipt__paper, .reduced .receipt__paper { clip-path: inset(0 0 0 0); }
.receipt__h { font-weight: 500; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; text-align: center; }
.receipt__sub { text-align: center; color: #6e6e73; margin-top: 2px; }
.receipt dl { margin-top: 14px; border-top: 1px dashed rgba(0,0,0,.25); }
.receipt dl div { display: flex; justify-content: space-between; gap: 8px; padding: 7px 0; border-bottom: 1px dashed rgba(0,0,0,.18); }
.receipt dt { color: #3a3a3c; }
.receipt dd { color: #1d1d1f; }
.receipt__x dt { text-decoration: line-through; text-decoration-color: #9c7a45; }
.receipt__x dd { font-weight: 500; color: #7a5a2a; }
.receipt__foot { text-align: center; margin-top: 12px; letter-spacing: .14em; text-transform: uppercase; }

/* Dokument: Kriterien */
.doc { position: relative; flex: none; width: 230px; height: 250px; }
.doc__page { position: absolute; inset: 6px 26px 6px 4px; border-radius: 16px; background: linear-gradient(180deg, #1b1b1e, #141416); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 24px 40px -20px rgba(0,0,0,.8); padding: 22px 20px; transform: rotate(-3deg); }
.doc__h { font: 500 10.5px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--t2); margin-bottom: 8px; }
.doc__l { display: block; height: 7px; margin-top: 14px; border-radius: 4px; width: var(--w); background: rgba(255,255,255,.09); transform-origin: left; transform: scaleX(0); transition: transform .9s var(--ease); }
.doc__l:nth-of-type(1) { transition-delay: .2s; } .doc__l:nth-of-type(2) { transition-delay: .28s; } .doc__l:nth-of-type(3) { transition-delay: .36s; }
.doc__l:nth-of-type(4) { transition-delay: .44s; } .doc__l:nth-of-type(5) { transition-delay: .52s; } .doc__l:nth-of-type(6) { transition-delay: .6s; }
.is-in .doc__l, .reduced .doc__l { transform: none; }
.doc__stamp {
  position: absolute; right: 0; bottom: 8px; width: 116px; height: 116px; border-radius: 50%;
  display: grid; place-items: center; align-content: center; gap: 6px; text-align: center;
  color: var(--gold-hi); font: 500 10.5px/1.25 var(--f-mono); letter-spacing: .12em; text-transform: uppercase;
  background: rgba(20,17,12,.85);
  box-shadow: inset 0 0 0 1.5px var(--gold), inset 0 0 0 6px rgba(20,17,12,.85), inset 0 0 0 7px rgba(214,182,124,.45), 0 16px 30px -10px rgba(0,0,0,.8);
  opacity: 0; transform: rotate(-14deg) scale(1.9);
}
.doc__stamp svg { width: 20px; height: 20px; }
.is-in .doc__stamp { animation: stamp .55s cubic-bezier(.3, 1.5, .5, 1) 1s forwards; }
.reduced .doc__stamp { opacity: 1; transform: rotate(-14deg); animation: none; }
@keyframes stamp { to { opacity: 1; transform: rotate(-14deg) scale(1); } }

/* ==========================================================================
   Stimme der Jury
   ========================================================================== */
.quote { background: var(--panel); color: var(--ink); padding: var(--sec) 0; }
.quote__fig { margin-top: 56px; }
.quote__mark { display: block; height: .5em; font: 800 clamp(120px, 14vw, 200px)/1 var(--f-display); font-stretch: 125%; background: var(--gold-grad); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; opacity: 0; transform: translateY(30px) scale(.8); transform-origin: left bottom; transition: opacity 1s var(--ease), transform 1.3s var(--spring); }
.quote__mark.is-in, .reduced .quote__mark { opacity: 1; transform: none; }
.hl { color: inherit; background: linear-gradient(transparent 60%, rgba(214,182,124,.45) 60%, rgba(214,182,124,.45) 88%, transparent 88%) no-repeat 0 0 / 0% 100%; transition: background-size 1.6s var(--ease) 1s; }
.is-in .hl, .reduced .hl { background-size: 100% 100%; }
.quote__text { margin-top: 30px; font: 600 clamp(32px, 4.5vw, 70px)/1.08 var(--f-text); letter-spacing: -.042em; color: var(--ink); max-width: 22ch; text-wrap: balance; }
.quote__by { display: flex; align-items: center; gap: 16px; margin-top: 48px; font-size: 15px; line-height: 1.45; color: var(--ink-2); }
.quote__by b { color: var(--ink); font-weight: 600; }
.quote__mono { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--ink); color: var(--panel); font: 800 14px var(--f-display); font-stretch: 125%; box-shadow: 0 0 0 4px var(--panel), 0 0 0 5px rgba(0,0,0,.1); }
.quote__after { margin-top: 72px; padding-top: 32px; border-top: 1px solid var(--line-l); max-width: 48em; font-size: 17px; line-height: 1.6; color: var(--ink-2); }

/* ==========================================================================
   Gewinner 2025
   ========================================================================== */
.winners { background: var(--black); padding: var(--sec) 0; position: relative; overflow: clip; }
.winners::before { content: ""; position: absolute; left: 50%; top: 0; width: 1400px; max-width: 160vw; height: 900px; transform: translateX(-50%); pointer-events: none; background: radial-gradient(50% 50% at 50% 0%, rgba(214,182,124,.1), transparent 70%); }
.sec-head--split { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: end; }
.sec-head--split .lead { margin-top: 0; }
.winners__grid { position: relative; display: grid; grid-template-columns: 5fr 7fr; gap: 16px; margin-top: 80px; }

.seal { perspective: 1400px; }
.seal__card {
  --px: .5; --py: .5; --rx: 0deg; --ry: 0deg;
  position: relative; display: block; height: 100%; min-height: 580px;
  border-radius: 32px; cursor: pointer;
  transform: rotateX(var(--ry)) rotateY(var(--rx));
  transform-style: preserve-3d;
  transition: transform .9s var(--spring);
  -webkit-tap-highlight-color: transparent;
}
.seal__card:focus-visible { outline-offset: 6px; border-radius: 32px; }
.seal__card.is-live { transition: transform .15s linear; }
.seal__flip { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform 1.15s var(--spring); }
.seal__card.is-flipped .seal__flip { transform: rotateY(180deg); }
.seal__face {
  position: absolute; inset: 0; overflow: hidden; border-radius: 32px;
  display: grid; place-items: center;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  background: radial-gradient(120% 80% at 50% 0%, #201c15 0%, #0e0e0f 58%, #0a0a0b 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 1px 0 rgba(255,255,255,.14), 0 50px 100px -50px rgba(0,0,0,.9);
}
.seal__face--back {
  transform: rotateY(180deg);
  display: flex; flex-direction: column; justify-content: space-between; place-items: initial;
  padding: clamp(28px, 3vw, 44px);
  background: radial-gradient(120% 80% at 50% 100%, #221d14 0%, #0e0e0f 60%, #0a0a0b 100%);
}
.seal__bhead { position: relative; display: flex; justify-content: space-between; align-items: flex-start; }
.seal__bmark { width: 92px; height: auto; fill: var(--t1); }
.seal__byear { font: 800 22px/1 var(--f-display); font-stretch: 125%; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.seal__bbody { position: relative; }
.seal__bk { font: 500 11px var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.seal__list li { display: flex; align-items: baseline; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line-d); font: 600 clamp(19px, 1.7vw, 24px)/1.2 var(--f-text); letter-spacing: -.025em; color: var(--t1); opacity: 0; transform: translateX(-18px); transition: opacity .5s var(--ease), transform .8s var(--spring); }
.seal__list li:last-child { border-bottom: 1px solid var(--line-d); }
.seal__list span { font: 500 11px var(--f-mono); letter-spacing: .1em; color: var(--t3); }
.is-flipped .seal__list li { opacity: 1; transform: none; }
.is-flipped .seal__list li:nth-child(1) { transition-delay: .45s; }
.is-flipped .seal__list li:nth-child(2) { transition-delay: .53s; }
.is-flipped .seal__list li:nth-child(3) { transition-delay: .61s; }
.is-flipped .seal__list li:nth-child(4) { transition-delay: .69s; }
.seal__bf { position: relative; font-size: 13.5px; line-height: 1.55; color: var(--t3); max-width: 30em; }
.seal__foil {
  position: absolute; inset: 0; pointer-events: none; mix-blend-mode: color-dodge; opacity: .32;
  background: linear-gradient(115deg, transparent 26%, rgba(255,220,160,.26) 38%, rgba(170,215,255,.14) 46%, rgba(255,190,225,.12) 53%, rgba(255,232,180,.24) 60%, transparent 72%);
  background-size: 260% 260%;
  background-position: calc(var(--px) * 100%) calc(var(--py) * 100%);
}
.seal__glare { position: absolute; inset: 0; pointer-events: none; mix-blend-mode: overlay; background: radial-gradient(circle at calc(var(--px) * 100%) calc(var(--py) * 100%), rgba(255,255,255,.28), transparent 42%); }
.seal__ring { position: absolute; width: min(88%, 460px); aspect-ratio: 1; height: auto; overflow: visible; }
.seal__c1 { fill: none; stroke: url(#gold-grad); stroke-width: 1.4; }
.seal__c2 { fill: none; stroke: rgba(214,182,124,.35); stroke-width: 1; stroke-dasharray: 2 5; }
.seal__ring text { font: 500 13px var(--f-mono); letter-spacing: 4px; fill: var(--gold); }
.seal__spin { transform-origin: 200px 200px; animation: spin 60s linear infinite; }
.reduced .seal__spin { animation: none; }
.seal__center { position: relative; display: flex; flex-direction: column; align-items: center; gap: 18px; transform: translateZ(50px); }
.seal__logo { width: clamp(150px, 15vw, 210px); height: auto; fill: var(--t1); filter: drop-shadow(0 10px 30px rgba(0,0,0,.6)); }
.seal__year { font: 800 30px/1 var(--f-display); font-stretch: 125%; letter-spacing: .02em; background: var(--gold-grad); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: sheen 6s var(--swift) infinite; }
@keyframes sheen { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
.seal__k { position: absolute; bottom: 28px; left: 0; right: 0; text-align: center; font: 500 11px var(--f-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--t3); }
.seal__k em { font-style: normal; color: var(--gold); }

.plaques { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.plaque { perspective: 1000px; }
.plaque:hover { box-shadow: inset 0 0 0 1px rgba(214,182,124,.32); }
.plaque__core { height: 100%; min-height: 282px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; transform: rotateX(var(--ty, 0deg)) rotateY(var(--tx, 0deg)); transition: transform .8s var(--spring); }
.plaque__core > * { position: relative; z-index: 1; }
.plaque__n { font: 500 11px var(--f-mono); color: var(--t3); letter-spacing: .12em; }
.plaque__logo { flex: 1; display: grid; place-items: center; padding: 22px 8px; }
.plaque__logo img { width: auto; height: auto; max-width: 80%; max-height: 74px; transition: transform .9s var(--spring); filter: drop-shadow(0 12px 30px rgba(0,0,0,.5)); }
.plaque:hover .plaque__logo img { transform: scale(1.045) translateY(-3px); }
.plaque__meta { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; padding-top: 16px; border-top: 1px solid var(--line-d); }
.plaque__meta b { font-weight: 500; font-size: 14.5px; color: var(--t1); }
.plaque__meta span { font: 500 10.5px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { background: var(--paper); color: var(--ink); padding: var(--sec) 0; }
.faq__grid { display: grid; grid-template-columns: 4fr 7fr; gap: clamp(40px, 6vw, 110px); align-items: start; }
.faq__head { position: sticky; top: 120px; }
.faq__list { border-bottom: 1px solid var(--line-l); }
.qa { border-top: 1px solid var(--line-l); }
.qa button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 0; border: 0; background: none; cursor: pointer; text-align: left; font: 600 clamp(19px, 1.65vw, 24px)/1.3 var(--f-text); letter-spacing: -.022em; color: var(--ink); }
.qa button span { transition: transform .5s var(--spring); }
.qa button:hover span { transform: translateX(6px); }
.qa i { flex: none; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--panel); color: var(--ink); transition: transform .7s var(--spring), background-color .35s, color .35s; }
.qa i svg { width: 18px; height: 18px; }
.qa.is-open i { transform: rotate(135deg); background: var(--ink); color: #fff; }
.qa__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .65s var(--spring); }
.qa__a > div { overflow: hidden; }
.qa__a p { padding: 0 72px 32px 0; font-size: 17px; line-height: 1.62; color: var(--ink-2); opacity: 0; transform: translateY(-10px); transition: opacity .4s var(--ease), transform .6s var(--spring); }
.qa.is-open .qa__a { grid-template-rows: 1fr; }
.qa.is-open .qa__a p { opacity: 1; transform: none; transition-delay: .1s; }

/* ==========================================================================
   Initiativbewerbung
   ========================================================================== */
.apply { background: var(--black-2); padding: var(--sec) 0; position: relative; overflow: clip; }
.apply::before { content: ""; position: absolute; right: -20%; top: 10%; width: 900px; height: 900px; pointer-events: none; background: radial-gradient(closest-side, rgba(214,182,124,.08), transparent); }
.apply__grid { position: relative; display: grid; grid-template-columns: 5fr 6fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.apply__steps { margin-top: 52px; border-bottom: 1px solid var(--line-d); max-width: 420px; }
.apply__steps li { display: flex; align-items: center; gap: 18px; padding: 17px 0; border-top: 1px solid var(--line-d); font-weight: 500; color: var(--t3); transition: color .5s var(--ease); }
.apply__steps li span { font: 500 12px var(--f-mono); letter-spacing: .1em; transition: color .5s; }
.apply__steps li.is-current { color: var(--t1); }
.apply__steps li.is-current span { color: var(--gold); }
.apply__steps li.is-done { color: var(--t2); }
.apply__steps li.is-done span { color: var(--gold-lo); }
.apply__fine { margin-top: 28px; font-size: 14px; color: var(--t3); max-width: 32em; }

.form { display: flex; flex-direction: column; gap: 28px; padding: clamp(24px, 3vw, 42px); min-height: 540px; }
.form__fail { font-size: 14px; color: #ff9f94; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__fb-ico { width: 44px; height: 44px; color: var(--gold); margin-bottom: 6px; }
.form__burst { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 5; }
.form__top { position: relative; display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; }
.form__k { font: 500 11px var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--t2); }
.form__prog { font: 500 12px var(--f-mono); color: var(--t3); }
.form__prog b { color: var(--t1); font-weight: 500; }
.form__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; border-radius: 2px; background: rgba(255,255,255,.07); overflow: hidden; }
.form__bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--gold-lo), var(--gold-hi)); transform-origin: left; transform: scaleX(var(--fp, .3333)); transition: transform .9s var(--spring); }
.form__viewport { position: relative; flex: 1; display: grid; }
.form__panel { grid-area: 1 / 1; border: 0; min-width: 0; display: flex; flex-direction: column; gap: 14px; opacity: 0; visibility: hidden; transform: translateX(48px); transition: opacity .45s var(--ease), transform .8s var(--spring), visibility 0s linear .8s; }
.form__panel.is-left { transform: translateX(-48px); }
.form__panel.is-active { opacity: 1; visibility: visible; transform: none; transition: opacity .6s var(--ease) .12s, transform .9s var(--spring) .08s, visibility 0s; }
.form__legend { float: left; width: 100%; font: 600 clamp(22px, 2vw, 29px)/1.18 var(--f-text); letter-spacing: -.03em; color: var(--t1); margin-bottom: 10px; }
.form__legend + * { clear: both; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.field { position: relative; }
.field input, .field textarea {
  width: 100%; height: 62px; padding: 25px 18px 9px;
  border-radius: 16px; border: 0;
  background: rgba(255,255,255,.04);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.09);
  color: var(--t1); font: 400 16px/1.4 var(--f-text);
  outline: none; -webkit-appearance: none; appearance: none;
  transition: box-shadow .35s var(--ease), background-color .35s var(--ease);
}
.field input:hover, .field textarea:hover { background: rgba(255,255,255,.055); }
.field input:focus, .field textarea:focus { background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(214,182,124,.7), 0 0 0 4px rgba(214,182,124,.12); }
.field label { position: absolute; left: 19px; top: 21px; font-size: 16px; line-height: 1.2; color: var(--t3); pointer-events: none; transform-origin: left top; transition: transform .45s var(--spring), color .3s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100% - 38px); }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field textarea:focus + label, .field textarea:not(:placeholder-shown) + label { transform: translateY(-11px) scale(.74); color: var(--t2); }
.field--area textarea { height: auto; min-height: 210px; padding-top: 32px; padding-bottom: 46px; resize: vertical; }
.field__err { display: none; margin: 8px 4px 0; font-size: 13px; color: #ff9f94; }
.field.is-invalid input, .field.is-invalid textarea { box-shadow: inset 0 0 0 1px rgba(255,120,110,.7), 0 0 0 4px rgba(255,120,110,.1); }
.field.is-invalid .field__err, .form__panel.is-check-invalid .field__err--check { display: block; }
.is-shake { animation: shake .5s var(--ease); }
@keyframes shake { 0%, 100% { transform: none; } 20% { transform: translateX(-8px); } 40% { transform: translateX(7px); } 60% { transform: translateX(-4px); } 80% { transform: translateX(2px); } }

.wc { position: absolute; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 8px; font: 500 11px var(--f-mono); color: var(--t3); pointer-events: none; }
.wc svg { width: 18px; height: 18px; transform: rotate(-90deg); }
.wc circle { fill: none; stroke: rgba(255,255,255,.12); stroke-width: 3.5; }
.wc .wc__v { stroke: var(--gold); stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--wc, 0)); transition: stroke-dashoffset .4s var(--ease), stroke .3s; stroke-linecap: round; }
.wc.is-over { color: #ff9f94; }
.wc.is-over .wc__v { stroke: #ff9f94; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.chips button { height: 36px; padding: 0 15px; border-radius: 999px; border: 0; background: transparent; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); color: var(--t2); font-size: 13.5px; cursor: pointer; transition: background-color .3s, color .3s, box-shadow .3s, transform .5s var(--spring); }
.chips button:hover { color: var(--t1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.chips button:active { transform: scale(.95); }
.chips button.is-on { background: var(--t1); color: #0a0a0b; box-shadow: none; }

.check { display: flex; gap: 12px; align-items: flex-start; margin-top: 6px; font-size: 14px; line-height: 1.5; color: var(--t2); cursor: pointer; }
.check input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check__box { flex: none; width: 22px; height: 22px; margin-top: 1px; border-radius: 7px; display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); transition: background-color .3s, box-shadow .3s; }
.check__box svg { width: 14px; height: 14px; color: #1a1206; opacity: 0; transform: scale(.4); transition: opacity .25s, transform .5s var(--spring); }
.check input:checked + .check__box { background: var(--gold-flat); box-shadow: none; }
.check input:checked + .check__box svg { opacity: 1; transform: none; }
.check input:focus-visible + .check__box { box-shadow: inset 0 0 0 1px var(--gold), 0 0 0 4px rgba(214,182,124,.2); }
.check a { color: var(--t1); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255,255,255,.3); }
.field__err--check { margin-top: 0; }

.form__nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.form__nav [hidden] { display: none; }
.form.is-done .form__nav, .form.is-done .form__top { display: none; }
.form__done { grid-area: 1 / 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; }
.form__done[hidden] { display: none; }
.form__done h3 { font: 600 clamp(28px, 2.6vw, 38px)/1.1 var(--f-text); letter-spacing: -.035em; }
.form__done p { color: var(--t2); max-width: 30em; }
.done__check { width: 84px; height: 84px; margin-bottom: 8px; }
.done__check circle { fill: none; stroke: var(--gold); stroke-width: 2.5; stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.1s var(--ease) forwards; }
.done__check path { fill: none; stroke: var(--t1); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw .7s var(--ease) .75s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.done__ref { font: 500 12px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--t3); padding: 9px 14px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-d); }
.done__ref b { color: var(--gold-hi); font-weight: 500; }

/* ==========================================================================
   Footer
   ========================================================================== */
.foot { background: #000; color: var(--t2); padding: clamp(96px, 11vw, 150px) 0 28px; position: relative; overflow: clip; }
.foot__top { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; padding-bottom: 64px; border-bottom: 1px solid var(--line-d); }
.foot__claim { font: 600 clamp(30px, 3.6vw, 56px)/1.06 var(--f-text); letter-spacing: -.04em; color: var(--t1); max-width: 17ch; text-wrap: balance; }
.foot__cols { display: grid; grid-template-columns: 1fr 1.2fr 1fr 1.6fr; gap: 32px; padding: 56px 0 24px; }
.foot__k { font: 500 11px var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--t3); margin-bottom: 16px; }
.foot__cols a { display: block; width: fit-content; padding: 5px 0; font-size: 15px; color: var(--t2); transition: color .3s; }
.foot__cols a:hover { color: var(--t1); }
.foot__about p { font-size: 14px; line-height: 1.6; color: var(--t3); max-width: 30em; }
.foot__giant { position: relative; margin: 40px 0 28px; }
@property --lr { syntax: '<length>'; inherits: true; initial-value: 0px; }
.foot__giant { --lr: 0px; transition: --lr .7s var(--ease); }
.foot__giant.is-lit { --lr: clamp(160px, 18vw, 300px); }
.foot__lit { position: absolute; left: 0; top: 0; pointer-events: none;
  -webkit-mask-image: radial-gradient(circle var(--lr) at var(--lx, 50%) var(--ly, 50%), #000 0%, rgba(0,0,0,.55) 45%, transparent 100%);
  mask-image: radial-gradient(circle var(--lr) at var(--lx, 50%) var(--ly, 50%), #000 0%, rgba(0,0,0,.55) 45%, transparent 100%); }
.foot__giant svg { width: 100%; height: auto; opacity: var(--fr, 0); transform: translate3d(0, calc((1 - var(--fr, 0)) * 12%), 0) scale(calc(.94 + var(--fr, 0) * .06)); transform-origin: 50% 100%; }
.reduced .foot__giant svg, .no-js .foot__giant svg { opacity: 1; transform: none; }
.foot__base { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid var(--line-d); font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--t3); }
.foot__up { display: inline-flex; align-items: center; gap: 6px; transition: color .3s; }
.foot__up svg { width: 14px; height: 14px; transform: rotate(-45deg); transition: transform .5s var(--spring); }
.foot__up:hover { color: var(--t1); }
.foot__up:hover svg { transform: rotate(-45deg) translateX(3px); }


/* ==========================================================================
   Intro
   ========================================================================== */
.intro { position: fixed; inset: 0; z-index: 150; display: none; pointer-events: none; }
.is-intro .intro, .intro.is-out { display: block; }
.is-intro .intro { pointer-events: auto; }
.intro__half { position: absolute; left: 0; right: 0; height: 50.2%; background: var(--black); transition: transform 1.25s var(--swift); }
.intro__half--top { top: 0; }
.intro__half--bottom { bottom: 0; }
.intro__line { position: absolute; left: var(--gutter); right: var(--gutter); top: 50%; height: 1px; margin-top: -.5px; background: rgba(255,255,255,.08); transition: opacity .6s var(--ease) .35s, transform 1s var(--swift); }
.intro__line i { position: absolute; inset: 0; background: linear-gradient(90deg, var(--gold-lo), var(--gold-hi)); transform-origin: left; transform: scaleX(var(--ip, 0)); box-shadow: 0 0 18px rgba(214,182,124,.55); }
.intro__meta { position: absolute; left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; font: 500 11px var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--t3); transition: opacity .35s var(--ease), transform .6s var(--ease); }
.intro__meta--up { bottom: calc(50% + 18px); }
.intro__meta--down { top: calc(50% + 18px); align-items: flex-start; }
.intro__meta b { font: 800 clamp(40px, 6vw, 84px)/.8 var(--f-display); font-stretch: 125%; letter-spacing: -.04em; color: var(--t1); font-variant-numeric: tabular-nums; }
.intro.is-out .intro__meta { opacity: 0; }
.intro.is-out .intro__meta--up { transform: translateY(-20px); }
.intro.is-out .intro__meta--down { transform: translateY(20px); }
.intro.is-out .intro__half--top { transform: translateY(-101%); transition-delay: .18s; }
.intro.is-out .intro__half--bottom { transform: translateY(101%); transition-delay: .18s; }
.intro.is-out .intro__line { opacity: 0; transform: scaleX(1.08); }
.is-intro .hero__line-in, .is-intro .hero__intro > *, .is-intro .hero__winners, .is-intro .hero__cue { animation-play-state: paused; }

/* ==========================================================================
   Cursor
   ========================================================================== */
.has-cursor, .has-cursor * { cursor: none !important; }
.has-cursor input:not([type="range"]):not([type="checkbox"]), .has-cursor textarea { cursor: text !important; }
.cursor { position: fixed; left: 0; top: 0; width: 0; height: 0; z-index: 140; pointer-events: none; mix-blend-mode: difference; opacity: 0; transition: opacity .3s; }
.cursor.is-on { opacity: 1; }
.cursor__dot, .cursor__ring { position: fixed; left: 0; top: 0; will-change: transform; }
.cursor__dot i { display: block; width: 6px; height: 6px; margin: -3px 0 0 -3px; border-radius: 50%; background: #fff; transition: transform .35s var(--spring), opacity .2s; }
.cursor__ring i { display: block; width: 38px; height: 38px; margin: -19px 0 0 -19px; border-radius: 50%; box-shadow: inset 0 0 0 1px #fff; transition: transform .55s var(--spring), opacity .25s; }
.cursor.is-hover .cursor__ring i { transform: scale(1.65); }
.cursor.is-hover .cursor__dot i { transform: scale(0); }
.cursor.is-down .cursor__ring i { transform: scale(.78); }
.cursor.is-hover.is-down .cursor__ring i { transform: scale(1.35); }
.cursor.is-text .cursor__ring i, .cursor.is-text .cursor__dot i, .cursor.is-label .cursor__ring i, .cursor.is-label .cursor__dot i { opacity: 0; }
.cursor-tip { position: fixed; left: 0; top: 0; z-index: 141; pointer-events: none; will-change: transform; }
.cursor-tip span { position: absolute; left: 0; top: 0; transform: translate(-50%, -50%) scale(0); padding: 11px 15px; border-radius: 999px; background: var(--gold-flat); color: #1a1206; font: 500 11px/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 10px 30px -8px rgba(0,0,0,.5); transition: transform .5s var(--spring); }
.cursor-tip.is-on span { transform: translate(-50%, -50%) scale(1); }

/* ==========================================================================
   Laufband
   ========================================================================== */
.band { margin-top: clamp(80px, 10vw, 150px); display: grid; gap: 2px; overflow: hidden; user-select: none; }
.band__row { overflow: hidden; }
.band__track { display: inline-flex; align-items: center; gap: .38em; padding-right: .38em; white-space: nowrap; font: 900 clamp(50px, 8.2vw, 136px)/1.02 var(--f-display); font-stretch: 125%; letter-spacing: -.045em; text-transform: uppercase; color: var(--ink); will-change: transform; }
.band__track i { flex: none; width: .2em; height: .2em; border-radius: 50%; background: var(--gold-flat); box-shadow: 0 0 .3em rgba(214,182,124,.5); }
.band__row--ghost .band__track { color: transparent; -webkit-text-stroke: 1.4px rgba(29,29,31,.28); }
.band__row--ghost .band__track i { background: none; box-shadow: inset 0 0 0 1.4px rgba(29,29,31,.28); }

/* ==========================================================================
   Nach oben
   ========================================================================== */
.totop {
  --bg: rgba(22,22,24,.7); --fg: var(--t1); --tr: rgba(255,255,255,.12);
  position: fixed; right: calc(20px + env(safe-area-inset-right, 0px)); bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 97;
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: var(--bg); color: var(--fg);
  -webkit-backdrop-filter: blur(18px) saturate(170%); backdrop-filter: blur(18px) saturate(170%);
  box-shadow: 0 12px 30px -12px rgba(0,0,0,.5);
  opacity: 0; transform: translateY(24px) scale(.8); pointer-events: none;
  transition: opacity .5s var(--ease), transform .7s var(--spring), background-color .5s, color .5s;
}
.totop.is-on { opacity: 1; transform: none; pointer-events: auto; }
.totop[data-on="light"], .totop[data-on="paper"] { --bg: rgba(255,255,255,.78); --fg: var(--ink); --tr: rgba(0,0,0,.1); }
.totop__ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.totop__ring circle { fill: none; stroke: var(--tr); stroke-width: 1.5; }
.totop__ring .totop__v { stroke: var(--gold); stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--sp, 0)); stroke-linecap: round; }
.totop__arrow { width: 18px; height: 18px; transform: rotate(-90deg); transition: transform .6s var(--spring); }
.totop:hover .totop__arrow { transform: rotate(-90deg) translateX(3px); }


/* ==========================================================================
   Unterseiten
   ========================================================================== */
.link--ink { color: var(--ink-2); }
.link--ink:hover { color: var(--ink); }
.link--more { margin-top: 30px; }
.link--inline { display: inline; color: inherit; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,.3); font-size: inherit; }
.link--inline:hover { text-decoration-color: currentColor; }
.lead a, .phero__lead a, .duo__core p a, .prin__row p a, .prose a, .faq .qa__txt a { color: inherit; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: color-mix(in srgb, currentColor 35%, transparent); transition: text-decoration-color .3s; }
.lead a:hover, .phero__lead a:hover, .duo__core p a:hover, .prin__row p a:hover, .prose a:hover, .faq .qa__txt a:hover { text-decoration-color: currentColor; }

/* Menü: zweite Ebene */
.menu__list a { justify-content: space-between; }
.menu__list a svg { width: 26px; height: 26px; opacity: 0; transform: translateX(-12px); transition: opacity .3s, transform .5s var(--spring); }
.menu__list a:hover svg, .menu__list a[aria-current] svg { opacity: 1; transform: none; }
.menu__list a[aria-current] { color: var(--gold-hi); }
.menu__sub { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; opacity: 0; transform: translateY(12px); transition: opacity .6s .3s, transform .8s .3s var(--spring); }
.menu__sub a { font-size: 15px; color: var(--t2); transition: color .3s; }
.menu__sub a:hover { color: var(--t1); }
.menu.is-open .menu__sub { opacity: 1; transform: none; }
.menu__list li:nth-child(n+6) a { transition-delay: .36s; }

/* Seitenwechsel */
.pt { position: fixed; inset: 0; z-index: 160; pointer-events: none; background: var(--black); display: grid; place-items: center; transform: translateY(100%); }
.pt__mono { font: 900 clamp(36px, 6vw, 72px)/1 var(--f-display); font-stretch: 125%; color: var(--t1); opacity: 0; transform: translateY(20px); transition: opacity .4s, transform .6s var(--spring); }
.pt__line { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 22%; height: 1px; background: linear-gradient(90deg, var(--gold-lo), var(--gold-hi)); transform-origin: left; transform: scaleX(0); }
.pt.is-in { transform: none; transition: transform .7s var(--swift); pointer-events: auto; }
.pt.is-in .pt__mono { opacity: 1; transform: none; transition-delay: .25s; }
.pt.is-in .pt__line { transform: scaleX(1); transition: transform .9s var(--swift) .2s; }
.pt-in .pt { transform: none; }
.pt-in .pt .pt__mono { opacity: 1; transform: none; }
.pt-in .pt .pt__line { transform: scaleX(1); }
.pt.is-out { transform: translateY(-100%); transition: transform .9s var(--swift) .1s; }
.pt.is-out .pt__mono { opacity: 0; transition: opacity .3s; }

/* Seitenkopf */
.phero { position: relative; background: var(--black); padding: clamp(140px, 17vw, 200px) 0 clamp(90px, 11vw, 150px); overflow: clip; }
.phero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 70% at 85% 30%, rgba(214,182,124,.1), transparent 70%), radial-gradient(50% 50% at 0% 100%, rgba(120,140,255,.05), transparent 70%); }
.phero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: radial-gradient(70% 60% at 70% 40%, #000, transparent 75%); mask-image: radial-gradient(70% 60% at 70% 40%, #000, transparent 75%); }
.phero > .wrap { position: relative; z-index: 1; }
.phero__grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.phero__copy { max-width: 820px; }
.phero__h { margin-top: 26px; font: 600 clamp(44px, 6.6vw, 104px)/1 var(--f-text); letter-spacing: -.048em; color: var(--t1); text-wrap: balance; }
.phero__lead { margin-top: 28px; max-width: 38em; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; letter-spacing: -.012em; color: var(--t2); text-wrap: pretty; }
.phero--compact { padding-bottom: clamp(70px, 8vw, 110px); }
.phero--legal .phero__h { font-size: clamp(42px, 5.4vw, 80px); }
.js .phero .phero__lead, .js .phero .tag, .js .phero .crumbs, .js .phero .article__meta { opacity: 0; transform: translateY(16px); animation: rise 1s var(--ease) forwards; }
.js .phero .crumbs { animation-delay: .15s; }
.js .phero .tag { animation-delay: .25s; }
.js .phero .phero__lead { animation-delay: .55s; }
.js .phero .article__meta { animation-delay: .7s; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 22px; font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--t3); }
.crumbs a { color: var(--t2); transition: color .3s; }
.crumbs a:hover { color: var(--gold-hi); }
.crumbs [aria-current] { color: var(--t1); }
.phero__viz { position: relative; display: grid; place-items: center; min-height: 380px; }
.js .phero__viz { opacity: 0; transform: scale(.94); animation: vizIn 1.6s var(--spring) .35s forwards; }
@keyframes vizIn { to { opacity: 1; transform: none; } }

/* Trichter */
.funnel { width: 100%; aspect-ratio: 1; max-width: 460px; perspective: 900px; }
.funnel__stack { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(62deg); }
.funnel__stack i { position: absolute; left: 50%; top: 50%; width: calc(100% - var(--n) * 17%); aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -50%) translateZ(calc(var(--n) * -46px)); box-shadow: inset 0 0 0 1px rgba(255,255,255,calc(.22 - var(--n) * .03)); animation: ringPulse 4s var(--ease) infinite; animation-delay: calc(var(--n) * .25s); }
.funnel__stack i:last-child { box-shadow: inset 0 0 0 1.5px var(--gold), 0 0 40px rgba(214,182,124,.35); background: radial-gradient(circle, rgba(214,182,124,.25), transparent 70%); }
@keyframes ringPulse { 0%, 100% { opacity: .75; } 50% { opacity: 1; } }
.funnel__drops { position: absolute; inset: 0; }
.funnel__drops b { position: absolute; left: 50%; top: 18%; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: var(--gold-hi); box-shadow: 0 0 12px rgba(214,182,124,.9); opacity: 0; animation: drop 3.6s var(--swift) infinite; }
.funnel__drops b:nth-child(1) { --x: -120px; animation-delay: 0s; } .funnel__drops b:nth-child(2) { --x: 90px; animation-delay: .45s; }
.funnel__drops b:nth-child(3) { --x: -40px; animation-delay: .9s; } .funnel__drops b:nth-child(4) { --x: 150px; animation-delay: 1.35s; }
.funnel__drops b:nth-child(5) { --x: -160px; animation-delay: 1.8s; } .funnel__drops b:nth-child(6) { --x: 30px; animation-delay: 2.25s; }
.funnel__drops b:nth-child(7) { --x: 110px; animation-delay: 2.7s; } .funnel__drops b:nth-child(8) { --x: -90px; animation-delay: 3.15s; }
@keyframes drop { 0% { opacity: 0; transform: translate(var(--x), 0); } 15% { opacity: 1; } 80% { opacity: 1; transform: translate(0, 190px) scale(.7); } 100% { opacity: 0; transform: translate(0, 210px) scale(.4); } }
.funnel__labels { position: absolute; right: -8px; top: 10%; bottom: 10%; display: flex; flex-direction: column; justify-content: space-between; font: 500 10.5px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--t3); text-align: right; }
.funnel__labels li:last-child { color: var(--gold); }

/* Glasscheiben */
.panes { perspective: 1200px; }
.panes__stack { position: relative; width: min(100%, 300px); aspect-ratio: 3 / 4; transform-style: preserve-3d; transform: rotateY(calc(-28deg + var(--px, 0) * 14deg)) rotateX(calc(12deg + var(--py, 0) * -8deg)) translateX(-40px); transition: transform .9s var(--spring); }
.pane { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-start; gap: 6px; padding: 22px; border-radius: 22px; transform: translateZ(calc(var(--n) * 46px)) translate(calc(var(--n) * 30px), calc(var(--n) * -26px)); background: linear-gradient(150deg, rgba(255,255,255,.07), rgba(255,255,255,.015) 60%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), inset 0 1px 0 rgba(255,255,255,.22), 0 30px 60px -30px rgba(0,0,0,.9); }
.pane::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: 22px; height: 38%; border-radius: 12px; background: repeating-linear-gradient(180deg, rgba(255,255,255,.08) 0 6px, transparent 6px 18px); opacity: .7; }
.pane span { font: 600 19px/1.1 var(--f-text); letter-spacing: -.02em; color: var(--t1); }
.pane em { font: 500 10.5px var(--f-mono); font-style: normal; letter-spacing: .14em; text-transform: uppercase; color: var(--t2); }
.pane--gold { background: linear-gradient(150deg, rgba(214,182,124,.22), rgba(214,182,124,.04) 60%); box-shadow: inset 0 0 0 1px rgba(214,182,124,.55), inset 0 1px 0 rgba(255,240,210,.4), 0 40px 80px -30px rgba(214,182,124,.3); }
.pane--gold::after { background: none; content: "✕"; display: grid; place-items: center; font: 800 64px/1 var(--f-display); color: rgba(214,182,124,.5); height: 50%; }
.pane--gold em { color: var(--gold-hi); }

/* Ring groß, Monogramm */
.ring--hero { width: min(100%, 440px); }
.mono-big { display: flex; align-items: baseline; justify-content: center; gap: .02em; font: 900 clamp(110px, 16vw, 250px)/.8 var(--f-display); font-stretch: 125%; letter-spacing: -.04em; }
.mono-big span { background: linear-gradient(180deg, #f5f5f7, #3a3a3c); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mono-big__m { background: var(--gold-grad) !important; background-size: 200% 100% !important; -webkit-background-clip: text !important; background-clip: text !important; animation: sheen 6s var(--swift) infinite; }

/* Horizontale Stationen */
.stations { background: var(--panel); color: var(--ink); padding-top: var(--sec); }
.stations__head { padding-bottom: 20px; }
.hs { position: relative; height: 380vh; }
.hs__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.hs__track { display: flex; gap: 20px; padding: 0 var(--gutter); width: max-content; will-change: transform; }
.station { position: relative; width: min(78vw, 560px); min-height: min(62vh, 520px); display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: clamp(26px, 3vw, 40px); border-radius: 30px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 40px 80px -40px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,0,0,.05); overflow: hidden; }
.station__n { font: 800 clamp(64px, 7vw, 110px)/.8 var(--f-display); font-stretch: 125%; letter-spacing: -.05em; color: #e8e8ed; }
.station__k { font: 500 11px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold-lo); }
.station h3 { margin: 10px 0 12px; font: 600 clamp(26px, 2.6vw, 38px)/1.05 var(--f-text); letter-spacing: -.035em; color: var(--ink); }
.station p { font-size: 16px; line-height: 1.55; color: var(--ink-2); max-width: 34em; }
.station__viz { position: absolute; right: 28px; top: 28px; }
.station__viz--dots { display: grid; grid-template-columns: repeat(6, 9px); gap: 7px; }
.station__viz--dots i { width: 9px; height: 9px; border-radius: 50%; background: #d8d8de; }
.station__viz--dots i:nth-child(5n+2) { background: var(--gold); }
.station__viz--grid { display: grid; grid-template-columns: repeat(5, 13px); gap: 6px; }
.station__viz--grid i { width: 13px; height: 13px; border-radius: 4px; background: var(--gold-flat); }
.station__viz--doc { width: 110px; padding: 14px; border-radius: 12px; background: #f5f5f7; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); display: grid; gap: 8px; }
.station__viz--doc span { height: 6px; border-radius: 3px; background: #dcdce2; }
.station__viz--doc span:nth-child(2) { width: 70%; } .station__viz--doc span:nth-child(4) { width: 55%; }
.station__viz--doc em { justify-self: end; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; box-shadow: inset 0 0 0 1.5px var(--gold); color: var(--gold-lo); }
.station__viz--doc em svg { width: 16px; height: 16px; }
.station__viz--ring { width: 110px; height: 110px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); animation: spin 30s linear infinite; }
.station__viz--ring i { position: absolute; left: 50%; top: 50%; width: 14px; height: 14px; margin: -7px; border-radius: 50%; background: #d8d8de; transform: rotate(calc(var(--k) * 51.4deg)) translateY(-55px); }
.station__viz--ring i:nth-child(1) { --k: 0; } .station__viz--ring i:nth-child(2) { --k: 1; background: var(--gold); } .station__viz--ring i:nth-child(3) { --k: 2; }
.station__viz--ring i:nth-child(4) { --k: 3; } .station__viz--ring i:nth-child(5) { --k: 4; background: var(--gold); } .station__viz--ring i:nth-child(6) { --k: 5; } .station__viz--ring i:nth-child(7) { --k: 6; }
.station__viz--ring b { position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px; border-radius: 50%; background: var(--ink); }
.station__viz--star svg { width: 120px; height: auto; fill: var(--ink); }
.station--gold { background: linear-gradient(160deg, #1c1811 0%, #0b0b0c 70%); box-shadow: inset 0 0 0 1px rgba(214,182,124,.3), 0 40px 80px -40px rgba(0,0,0,.5); }
.station--gold .station__n { color: rgba(214,182,124,.25); }
.station--gold h3 { color: var(--t1); }
.station--gold p { color: var(--t2); }
.station--gold .station__viz--star svg { fill: var(--gold); }
.hs__bar { position: relative; height: 2px; margin: 36px var(--gutter) 0; max-width: 520px; background: rgba(0,0,0,.08); border-radius: 2px; overflow: hidden; }
.hs__bar span { position: absolute; inset: 0; transform-origin: left; transform: scaleX(var(--p, 0)); background: linear-gradient(90deg, var(--gold-lo), var(--gold)); }

/* Zwei Stufen */
.duo { background: var(--black); padding: var(--sec) 0; }
.duo__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 64px; }
.duo__core { position: relative; padding: clamp(28px, 3.4vw, 48px); min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.duo__core > * { position: relative; z-index: 1; }
.duo__big { position: absolute !important; right: -.05em; top: -.18em; z-index: 0 !important; font: 900 clamp(200px, 22vw, 340px)/1 var(--f-display); font-stretch: 125%; color: rgba(255,255,255,.04); pointer-events: none; }
.duo__big--gold { color: rgba(214,182,124,.09); }
.duo__core h3 { font: 600 clamp(24px, 2.2vw, 32px)/1.1 var(--f-text); letter-spacing: -.03em; color: var(--t1); margin: 12px 0 14px; }
.duo__core p:not(.card__k) { color: var(--t2); font-size: 16px; line-height: 1.6; max-width: 34em; }

/* Ausgeschlossen */
.nogo { background: var(--paper); color: var(--ink); padding: var(--sec) 0; }
.nogo__grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.strikes { display: grid; gap: 4px; }
.strikes li { padding: 26px 0; border-top: 1px solid var(--line-l); display: grid; gap: 8px; }
.strikes li:last-child { border-bottom: 1px solid var(--line-l); }
.strikes__t { position: relative; width: fit-content; font: 800 clamp(28px, 3.4vw, 50px)/1 var(--f-display); font-stretch: 125%; letter-spacing: -.04em; color: var(--ink); }
.strikes__t::after { content: ""; position: absolute; left: -2%; right: -2%; top: 52%; height: .09em; border-radius: 1em; background: var(--gold); transform: scaleX(0) rotate(-2deg); transform-origin: left; transition: transform .9s var(--swift) .5s; }
.strikes li.is-in .strikes__t::after, .reduced .strikes__t::after { transform: scaleX(1) rotate(-2deg); }
.strikes li.is-in .strikes__t { color: #9a9aa0; transition: color .6s .9s; }
.strikes__why { font-size: 15.5px; color: var(--ink-2); }

/* Handlungsband */
.cta-band { background: var(--panel); color: var(--ink); padding: clamp(90px, 10vw, 140px) 0 calc(clamp(90px, 10vw, 140px) + var(--r-sheet)); }
.cta-band__in { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.cta-band__h { font: 600 clamp(32px, 4vw, 60px)/1.04 var(--f-text); letter-spacing: -.042em; max-width: 18ch; text-wrap: balance; }

/* Prinzipien als Zeilen */
.principles { background: var(--paper); color: var(--ink); padding: var(--sec) 0; }
.prin { margin-top: 64px; border-bottom: 1px solid var(--line-l); }
.prin__row { display: grid; grid-template-columns: 120px 1fr 1.3fr; gap: clamp(20px, 3vw, 48px); align-items: baseline; padding: clamp(28px, 3vw, 44px) 0; border-top: 1px solid var(--line-l); transition: background-color .5s; }
.prin__n { font: 800 clamp(36px, 3.6vw, 56px)/1 var(--f-display); font-stretch: 125%; letter-spacing: -.04em; color: #d6d6dc; transition: color .5s; }
.prin__row:hover .prin__n { color: var(--gold); }
.prin__row h3 { font: 600 clamp(24px, 2.4vw, 36px)/1.08 var(--f-text); letter-spacing: -.035em; }
.prin__row p { font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 36em; }

/* Geldfluss */
.flowsec { background: var(--black); padding: var(--sec) 0; }
.flowsec__grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.feebar__core { padding: clamp(26px, 3vw, 42px); }
.feebar__k { font: 500 11px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--t2); }
.feebar__bar { display: flex; gap: 4px; height: 56px; margin: 22px 0 26px; border-radius: 14px; overflow: hidden; }
.feebar__a { flex: 0 0 0%; background: var(--gold-flat); border-radius: 12px 4px 4px 12px; transition: flex-basis 1.6s var(--spring) .3s; }
.feebar__b { flex: 1; background: rgba(255,255,255,.1); border-radius: 4px 12px 12px 4px; }
.is-in .feebar__a, .reduced .feebar__a { flex-basis: 68%; }
.feebar__legend { display: grid; gap: 2px; }
.feebar__legend div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line-d); font-size: 15px; color: var(--t2); }
.feebar__legend dt { display: flex; align-items: center; gap: 10px; }
.feebar__legend dd { font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--t1); }
.feebar__dot { width: 10px; height: 10px; border-radius: 3px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.feebar__dot--a { background: var(--gold); box-shadow: none; }
.feebar__dot--b { background: rgba(255,255,255,.2); box-shadow: none; }
.feebar__x dt { text-decoration: line-through; text-decoration-color: var(--gold); }
.feebar__x dd { color: var(--gold-hi); }
.feebar__note { margin-top: 14px; font-size: 12.5px; color: var(--t3); }

/* Regeln */
.rules { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 64px; }
.rules--3 { grid-template-columns: repeat(3, 1fr); }
.rule { padding: clamp(24px, 2.6vw, 34px); border-radius: 26px; background: var(--panel); box-shadow: inset 0 0 0 1px rgba(0,0,0,.04); display: flex; flex-direction: column; gap: 12px; min-height: 260px; transition: transform .6s var(--spring), box-shadow .5s; }
.rule:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px rgba(214,182,124,.45), 0 30px 60px -30px rgba(0,0,0,.18); }
.rule__k { font: 500 11px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold-lo); }
.rule h3 { font: 600 clamp(20px, 1.7vw, 24px)/1.15 var(--f-text); letter-spacing: -.028em; color: var(--ink); margin-top: auto; }
.rule p { font-size: 15px; line-height: 1.55; color: var(--ink-2); }

/* Jurymitglied */
.member { background: var(--black); padding: var(--sec) 0; }
.member__grid { display: grid; grid-template-columns: 4fr 7fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.member__core { padding: 36px; min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.member__mono { width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center; margin-bottom: auto; background: var(--gold-flat); color: #1a1206; font: 900 26px var(--f-display); font-stretch: 125%; box-shadow: 0 0 0 6px rgba(214,182,124,.12), 0 20px 50px -10px rgba(214,182,124,.35); }
.member__name { font: 600 30px/1.1 var(--f-text); letter-spacing: -.03em; color: var(--t1); }
.member__role { margin-top: 6px; font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--t3); }
.member__text { margin-top: 24px; font: 600 clamp(28px, 3.4vw, 52px)/1.1 var(--f-text); letter-spacing: -.04em; color: var(--t1); text-wrap: balance; }
.member .hl { background-image: linear-gradient(transparent 62%, rgba(214,182,124,.35) 62%, rgba(214,182,124,.35) 90%, transparent 90%); }
.member__by { margin-top: 28px; font: 500 11px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--t3); }

/* Warum */
.why { background: var(--panel); color: var(--ink); padding: var(--sec) 0; }
.why__grid { display: grid; grid-template-columns: 3fr 8fr; gap: clamp(32px, 5vw, 80px); }
.why__big { font: 600 clamp(28px, 3.2vw, 48px)/1.12 var(--f-text); letter-spacing: -.04em; color: var(--ink); margin-bottom: 28px; text-wrap: balance; }
.why__text > p:not(.why__big) { font-size: 18px; line-height: 1.65; color: var(--ink-2); max-width: 40em; }

/* Gewinnerzeilen */
.phero__viz--seal .seal { width: 100%; max-width: 420px; }
.phero__viz--seal .seal__card { min-height: 520px; }
.wlist { background: var(--black); padding: var(--sec) 0; }
.wrows { border-bottom: 1px solid var(--line-d); }
.wrow { position: relative; display: grid; grid-template-columns: 80px 260px 1fr auto; gap: clamp(20px, 3vw, 48px); align-items: center; padding: clamp(28px, 3vw, 44px) 12px; border-top: 1px solid var(--line-d); overflow: hidden; }
.wrow::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(500px circle at var(--mx, 50%) var(--my, 50%), rgba(214,182,124,.1), transparent 60%); opacity: 0; transition: opacity .5s; }
.wrow:hover::before { opacity: 1; }
.wrow > * { position: relative; }
.wrow__n { font: 500 12px var(--f-mono); color: var(--t3); letter-spacing: .12em; }
.wrow__logo { height: 80px; display: flex; align-items: center; }
.wrow__logo img { max-height: 70px; max-width: 100%; width: auto; height: auto; transition: transform .8s var(--spring); }
.wrow:hover .wrow__logo img { transform: scale(1.06); }
.wrow__meta h2 { font: 600 clamp(24px, 2.6vw, 40px)/1.05 var(--f-text); letter-spacing: -.035em; color: var(--t1); }
.wrow__meta p { margin-top: 6px; font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--t3); }
.wrow__badge { font: 800 16px var(--f-display); font-stretch: 125%; padding: 10px 16px; border-radius: 999px; background: rgba(214,182,124,.08); box-shadow: inset 0 0 0 1px rgba(214,182,124,.35); color: var(--gold-hi); }

/* Bewerbungsseite */
.apply--page { padding-top: clamp(140px, 17vw, 190px); border-radius: 0; margin-top: 0; }
.apply--page .phero__h { font-size: clamp(40px, 5vw, 76px); }
.js .apply--page .crumbs, .js .apply--page .tag, .js .apply--page .phero__lead { opacity: 0; transform: translateY(16px); animation: rise 1s var(--ease) forwards; }
.js .apply--page .tag { animation-delay: .2s; }
.js .apply--page .phero__lead { animation-delay: .5s; }
.after { background: var(--paper); color: var(--ink); padding: var(--sec) 0; }
.timeline { position: relative; margin-top: 64px; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 10px; bottom: 10px; width: 1px; background: var(--line-l); }
.timeline li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 28px; padding: 22px 0; }
.timeline__n { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #fff; box-shadow: inset 0 0 0 1px rgba(0,0,0,.1); font: 500 12px var(--f-mono); color: var(--ink-2); transition: background-color .6s, color .6s, box-shadow .6s; }
.timeline li.is-in .timeline__n { background: var(--ink); color: var(--gold-hi); box-shadow: 0 0 0 6px rgba(214,182,124,.14); transition-delay: .3s; }
.timeline h3 { font: 600 clamp(20px, 1.8vw, 26px)/1.2 var(--f-text); letter-spacing: -.025em; margin-top: 12px; }
.timeline p { margin-top: 6px; font-size: 16px; line-height: 1.6; color: var(--ink-2); max-width: 40em; }
.prep { background: var(--panel); color: var(--ink); padding: var(--sec) 0; }
.prep__grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.prep__list { display: grid; gap: 12px; }
.prep__list li { display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; border-radius: 20px; background: #fff; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }
.prep__list svg { width: 22px; height: 22px; flex: none; color: var(--gold-lo); margin-top: 2px; }
.prep__list b { display: block; font-weight: 600; font-size: 17px; letter-spacing: -.015em; }
.prep__list span { display: block; margin-top: 2px; font-size: 15px; color: var(--ink-2); }

/* FAQ-Seite */
.faqx__tools { margin-top: 44px; display: grid; gap: 18px; }
.faqx__search { position: relative; display: flex; align-items: center; max-width: 640px; }
.faqx__search svg { position: absolute; left: 22px; width: 20px; height: 20px; color: var(--t3); pointer-events: none; }
.faqx__search input { width: 100%; height: 64px; padding: 0 22px 0 56px; border: 0; border-radius: 999px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); color: var(--t1); font: 400 17px var(--f-text); outline: none; transition: box-shadow .35s, background-color .35s; -webkit-appearance: none; appearance: none; }
.faqx__search input::placeholder { color: var(--t3); }
.faqx__search input:focus { background: rgba(255,255,255,.08); box-shadow: inset 0 0 0 1px rgba(214,182,124,.7), 0 0 0 4px rgba(214,182,124,.14); }
.faqx__cats { display: flex; flex-wrap: wrap; gap: 8px; }
.faqx__cats button { height: 38px; padding: 0 16px; border-radius: 999px; border: 0; background: transparent; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); color: var(--t2); font-size: 14px; cursor: pointer; transition: background-color .3s, color .3s, box-shadow .3s; }
.faqx__cats button:hover { color: var(--t1); }
.faqx__cats button.is-on { background: var(--t1); color: #0a0a0b; box-shadow: none; }
.faq--page .faq__list { max-width: 980px; }
.faq--page .qa h2 { font: inherit; }
.qa.is-hidden { display: none; }
.qa mark { background: rgba(214,182,124,.35); color: inherit; border-radius: 3px; padding: 0 2px; }
.faqx__empty { margin-top: 32px; font-size: 17px; color: var(--ink-2); }

/* Werte */
.values { background: var(--paper); color: var(--ink); padding: var(--sec) 0; }
.vals { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.val { padding: clamp(26px, 3vw, 40px); border-radius: 28px; background: var(--panel); min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.val__w { font: 800 clamp(26px, 2.6vw, 40px)/1 var(--f-display); font-stretch: 125%; letter-spacing: -.04em; background: linear-gradient(90deg, var(--ink) 0 50%, var(--gold-lo) 50% 100%); background-size: 200% 100%; background-position: 0 0; -webkit-background-clip: text; background-clip: text; color: transparent; transition: background-position .8s var(--swift); }
.val:hover .val__w { background-position: -100% 0; }
.val p { font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.statement--about .statement__track { height: 220vh; }
.behind { background: var(--black); padding: var(--sec) 0; }
.behind[data-theme="paper"] { background: var(--paper); color: var(--ink); }
.behind__grid { display: grid; grid-template-columns: 6fr 5fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.addr__core { padding: clamp(26px, 3vw, 40px); display: grid; gap: 10px; }
.addr__core address { font-style: normal; font-size: 20px; line-height: 1.5; color: var(--t1); margin-bottom: 18px; letter-spacing: -.015em; }
.addr__mail { font-size: 20px; color: var(--t1); letter-spacing: -.015em; }
.addr-big { font-style: normal; font: 600 clamp(26px, 3vw, 44px)/1.2 var(--f-text); letter-spacing: -.035em; color: var(--ink); }

/* Presse */
.presskit__core { padding: clamp(26px, 3vw, 40px); display: grid; gap: 10px; justify-items: start; }
.presskit__role { font-size: 15px; color: var(--t2); }
.presskit__mail { font: 600 clamp(20px, 2vw, 28px)/1.2 var(--f-text); letter-spacing: -.025em; color: var(--t1); margin-bottom: 14px; word-break: break-word; }
.boiler { background: var(--paper); color: var(--ink); padding: var(--sec) 0; }
.boiler__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.boiler__core { padding: clamp(26px, 3vw, 42px); }
.boiler__text { font-size: 17.5px; line-height: 1.7; color: var(--ink); }
.boiler__foot { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line-l); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.boiler__count { font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.boiler .btn--light { background: var(--ink); color: #fff; box-shadow: none; }
.boiler .btn--light .btn__icon { background: rgba(255,255,255,.14); color: #fff; }
.pfacts { background: var(--black); padding: var(--sec) 0; }
.pfacts__list { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
.pfacts__list div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line-d); }
.pfacts__list dt { font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--gold); padding-top: 4px; }
.pfacts__list dd { font-size: 17px; color: var(--t1); line-height: 1.45; }
.logos { background: var(--panel); color: var(--ink); padding: var(--sec) 0; }
.logos__grid { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.logo-card { border-radius: 28px; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); }
.logo-card > svg { display: block; width: 100%; height: auto; padding: clamp(40px, 6vw, 80px); aspect-ratio: 16 / 10; }
.logo-card--dark { background: var(--black); }
.logo-card--dark > svg { fill: var(--t1); }
.logo-card--light { background: #fff; }
.logo-card--light > svg { fill: var(--ink); }
.logo-card figcaption { display: flex; align-items: center; gap: 16px; padding: 18px 24px; font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; }
.logo-card--dark figcaption { color: var(--t2); box-shadow: inset 0 1px 0 var(--line-d); }
.logo-card--light figcaption { color: var(--ink-2); box-shadow: inset 0 1px 0 var(--line-l); }
.logo-card figcaption span { margin-right: auto; }
.logo-card figcaption a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; box-shadow: inset 0 0 0 1px currentColor; transition: color .3s; }
.logo-card figcaption a:hover { color: var(--gold); }
.logo-card figcaption svg { width: 14px; height: 14px; }

/* Kontakt */
.contact { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact__core { padding: clamp(24px, 2.6vw, 36px); min-height: 280px; display: flex; flex-direction: column; gap: 10px; }
.contact__core > * { position: relative; z-index: 1; }
.contact__ico { width: 26px; height: 26px; color: var(--gold); margin-bottom: auto; }
.contact__mail { font: 600 clamp(19px, 1.7vw, 24px)/1.25 var(--f-text); letter-spacing: -.025em; color: var(--t1); word-break: break-word; }
.contact__acts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.contact__card--gold { box-shadow: inset 0 0 0 1px rgba(214,182,124,.3); }

/* Artikel */
.readbar { position: fixed; left: 0; right: 0; top: 0; height: 3px; z-index: 101; pointer-events: none; }
.readbar span { display: block; height: 100%; background: linear-gradient(90deg, var(--gold-lo), var(--gold-hi)); transform-origin: left; transform: scaleX(var(--rp, 0)); }
.article__meta { margin-top: 22px; font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--t3); }
.article { background: var(--paper); color: var(--ink); padding: clamp(80px, 9vw, 130px) 0 var(--sec); }
.article__grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(40px, 6vw, 110px); align-items: start; }
.toc { position: sticky; top: 110px; }
.toc__k { font: 500 11px var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.toc ol { display: grid; gap: 2px; counter-reset: toc; }
.toc a { position: relative; display: block; padding: 9px 0 9px 18px; font-size: 14.5px; color: var(--ink-2); transition: color .3s; }
.toc a::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: #d6d6dc; transition: background-color .3s, transform .4s var(--spring); }
.toc a:hover { color: var(--ink); }
.toc a.is-active { color: var(--ink); font-weight: 500; }
.toc a.is-active::before { background: var(--gold); transform: scale(1.5); }
.prose { max-width: 720px; font-size: 18px; line-height: 1.72; color: #3a3a3f; }
.prose > * + * { margin-top: 1.1em; }
.prose__lead { font-size: clamp(20px, 1.6vw, 23px); line-height: 1.55; color: var(--ink); letter-spacing: -.015em; }
.prose h2 { display: flex; align-items: baseline; gap: 16px; margin-top: 2.4em; font: 600 clamp(26px, 2.4vw, 34px)/1.15 var(--f-text); letter-spacing: -.032em; color: var(--ink); scroll-margin-top: 110px; }
.prose h2 span { flex: none; font: 800 .8em var(--f-display); font-stretch: 125%; color: var(--gold-lo); }
.prose__gma { font-size: 16.5px; line-height: 1.6; color: var(--ink-2); }
.prose__gma b { display: block; margin-bottom: 2px; font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--gold-lo); }
.prose .btn { margin-top: .6em; }
.prose--legal { font-size: 16.5px; }
.prose--legal h2 { font-size: clamp(20px, 1.8vw, 24px); margin-top: 2em; }
.legal { background: var(--paper); color: var(--ink); padding: clamp(70px, 8vw, 120px) 0 var(--sec); }
.legal__table { width: 100%; border-collapse: collapse; font-size: 15px; display: block; overflow-x: auto; }
.legal__table th, .legal__table td { text-align: left; padding: 12px 14px 12px 0; border-bottom: 1px solid var(--line-l); vertical-align: top; }
.legal__table th { font: 500 11px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.legal__table code { font: 500 13px var(--f-mono); background: var(--panel); padding: 2px 6px; border-radius: 6px; }

/* Checkliste */
.check7 { margin-top: 1.6em; }
.check7__core { padding: clamp(22px, 3vw, 36px); display: grid; grid-template-columns: 1fr 200px; gap: 32px; align-items: center; }
.check7__list { display: grid; gap: 4px; }
.check7__list label { display: flex; align-items: flex-start; gap: 14px; padding: 12px 12px; border-radius: 14px; font-size: 16px; line-height: 1.45; color: var(--ink); cursor: pointer; transition: background-color .3s; }
.check7__list label:hover { background: var(--panel); }
.check7__list input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check7__box { flex: none; width: 24px; height: 24px; margin-top: 0; border-radius: 8px; display: grid; place-items: center; box-shadow: inset 0 0 0 1.5px rgba(0,0,0,.2); transition: background-color .3s, box-shadow .3s; }
.check7__box svg { width: 15px; height: 15px; color: #1a1206; opacity: 0; transform: scale(.4); transition: opacity .25s, transform .5s var(--spring); }
.check7__list input:checked + .check7__box { background: var(--gold-flat); box-shadow: none; }
.check7__list input:checked + .check7__box svg { opacity: 1; transform: none; }
.check7__list input:focus-visible + .check7__box { box-shadow: inset 0 0 0 1.5px var(--gold), 0 0 0 4px rgba(214,182,124,.25); }
.check7__score { position: relative; display: grid; justify-items: center; gap: 12px; text-align: center; }
.check7__score svg { width: 150px; height: 150px; transform: rotate(-90deg); }
.check7__score circle { fill: none; stroke: #ececf0; stroke-width: 8; }
.check7__score .check7__v { stroke: var(--gold); stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--c7, 0)); transition: stroke-dashoffset .8s var(--spring), stroke .4s; }
.check7__num { position: absolute; top: 44px; display: grid; justify-items: center; }
.check7__num b { font: 800 44px/1 var(--f-display); font-stretch: 125%; letter-spacing: -.04em; color: var(--ink); font-variant-numeric: tabular-nums; }
.check7__num span { font: 500 10.5px var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-top: 4px; }
.check7__verdict { font-size: 14.5px; line-height: 1.45; color: var(--ink-2); min-height: 3em; }

/* 404 */
.nf { background: var(--black); min-height: 100svh; display: grid; place-items: center; padding: 140px 0 100px; text-align: left; }
.nf__big { display: flex; gap: .04em; font: 900 clamp(120px, 22vw, 320px)/.8 var(--f-display); font-stretch: 125%; letter-spacing: -.05em; color: var(--t1); margin-top: 28px; }
.nf__zero { background: var(--gold-grad); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: sheen 5s var(--swift) infinite; }
.nf__links { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 36px; }

/* Weiter-Teaser */
.nextp { background: #000; padding: 0; }
.nextp__link { display: grid; gap: 14px; padding: clamp(90px, 11vw, 160px) var(--gutter) calc(clamp(90px, 11vw, 160px) + var(--r-sheet)); max-width: calc(var(--maxw) + var(--gutter) * 2); margin: 0 auto; }
.nextp__k { font: 500 11px var(--f-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.nextp__t { display: flex; align-items: center; gap: .3em; font: 800 clamp(48px, 8.4vw, 140px)/.95 var(--f-display); font-stretch: 125%; letter-spacing: -.05em; color: var(--t1); }
.nextp__t span { background: linear-gradient(90deg, var(--t1) 0 50%, var(--gold-hi) 50% 100%); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; transition: background-position .9s var(--swift); }
.nextp__t svg { flex: none; width: .6em; height: .6em; color: var(--gold); transition: transform .8s var(--spring); }
.nextp__link:hover .nextp__t span { background-position: -100% 0; }
.nextp__link:hover .nextp__t svg { transform: translateX(.2em); }
.nextp__sub { font-size: clamp(16px, 1.3vw, 19px); color: var(--t2); }
.foot__mail { margin-top: 14px; color: var(--t2) !important; }
.main--sub .foot, .main--sub + .foot { margin-top: 0; }

@media (max-width: 1080px) {
  .rules { grid-template-columns: 1fr 1fr; }
  .wrow { grid-template-columns: 50px 180px 1fr; }
  .wrow__badge { display: none; }
  .prin__row { grid-template-columns: 80px 1fr; }
  .prin__row p { grid-column: 2; }
}
@media (max-width: 960px) {
  .phero__grid, .nogo__grid, .flowsec__grid, .member__grid, .why__grid, .prep__grid, .behind__grid, .boiler__grid, .article__grid, .duo__grid { grid-template-columns: 1fr; }
  .phero__viz { min-height: 300px; }
  .funnel { max-width: 340px; }
  .toc { display: none; }
  .contact { grid-template-columns: 1fr; }
  .vals, .rules--3 { grid-template-columns: 1fr; }
  .pfacts__list { grid-template-columns: 1fr; }
  .check7__core { grid-template-columns: 1fr; }
  .hs { height: auto; }
  .hs__sticky { position: static; height: auto; overflow: visible; }
  .hs__track { width: auto; flex-direction: column; transform: none !important; padding-bottom: 20px; }
  .station { width: 100%; min-height: 0; }
  .hs__bar { display: none; }
}
@media (max-width: 680px) {
  .rules, .logos__grid { grid-template-columns: 1fr; }
  .wrow { grid-template-columns: 1fr; gap: 14px; }
  .wrow__n { display: none; }
  .pfacts__list div { grid-template-columns: 1fr; gap: 6px; }
  .station__viz { position: static; order: -1; }
  .phero__viz--seal .seal__card { min-height: 460px; }
  .duo__core { min-height: 320px; }
}

/* ==========================================================================
   Einblendungen
   ========================================================================== */
.js [data-reveal] { opacity: 0; transform: translate3d(0, 34px, 0); filter: blur(8px); transition: opacity 1s var(--ease), transform 1.2s var(--ease), filter 1s var(--ease), box-shadow .5s var(--ease); transition-delay: calc(var(--d, 0) * 90ms); }
.js [data-reveal].is-in { opacity: 1; transform: none; filter: none; }
.js [data-card][data-reveal]:not(.is-in), .js .plaque[data-reveal]:not(.is-in), .js .seal[data-reveal]:not(.is-in) { transform: perspective(1400px) translate3d(0, 80px, 0) rotateX(16deg) scale(.96); transform-origin: 50% 0%; }
.sw { display: inline-block; overflow: hidden; vertical-align: top; padding: .12em .02em .1em; margin: -.12em -.02em -.1em; }
.sw > span { display: inline-block; transform: translate3d(0, 110%, 0); transition: transform 1.15s var(--ease); transition-delay: calc(var(--wi, 0) * 38ms); }
.is-in .sw > span { transform: none; }
.reduced [data-reveal], .reduced .sw > span { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
  .bento__a { grid-column: 1 / 13; grid-row: auto; }
  .bento__e { grid-column: 1 / 7; grid-row: auto; }
  .bento__b { grid-column: 7 / 13; grid-row: auto; }
  .bento__c { grid-column: 1 / 7; grid-row: auto; }
  .bento__d { grid-column: 7 / 13; grid-row: auto; }
  .card__viz--ring .ring { width: min(100%, 380px); }
  .card--row { flex-direction: column-reverse; align-items: stretch; }
  .card--row .receipt, .card--row .doc, .card--row .seats { align-self: center; }
}

@media (max-width: 960px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: block; }
  .nav__status { display: inline-flex; flex: 1; }
  .nav__island { width: 100%; max-width: 440px; justify-content: space-between; }
  .nav__progress { left: 22px; right: 22px; }

  .hero__ui { grid-template-columns: 1fr; gap: 28px; }
  .hero__cue { display: none; }
  .hero__winners { justify-self: start; text-align: left; }
  .hero__logos { justify-content: flex-start; gap: 20px; flex-wrap: wrap; }
  .hero__stage { padding-top: 72px; }
  .hero__mark { width: min(92cqw, 186cqh); }

  .facts__grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 0; padding-left: 0; }
  .fact:nth-child(n+3) { border-top: 1px solid var(--line-l); margin-top: 32px; }

  .filter { height: 520vh; }
  .filter__sticky { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) 230px; gap: 12px; padding: 84px var(--gutter) 24px; }
  .filter__viz { grid-row: 1; }
  .filter__text { grid-row: 2; grid-template-columns: 1fr; }
  .filter__rail { display: none; }
  .filter__step { top: 0; transform: translateY(24px); }
  .filter__step.is-past { transform: translateY(-24px); }
  .filter__step.is-active { transform: none; }
  .filter__step h3 { margin: 10px 0 10px; }
  .filter__legend { display: none; }

  .budget__grid, .apply__grid, .faq__grid, .winners__grid, .sec-head--split { grid-template-columns: 1fr; }
  .faq__head { position: static; }
  .seal__card { min-height: 460px; }
  .foot__cols { grid-template-columns: 1fr 1fr; }
  .foot__about { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .band__track { font-size: clamp(40px, 13vw, 64px); }
  .totop { width: 46px; height: 46px; right: 14px; bottom: 14px; }
  .seal__card { min-height: 480px; }
  .intro__meta--down span:last-child { display: none; }
  body { font-size: 16px; }
  .bento { margin-top: 56px; gap: 12px; }
  .bento__e, .bento__b { grid-column: 1 / 13; }
  .card { min-height: 0; }
  .bento__c, .bento__d { grid-column: 1 / 13; }
  .plaques { grid-template-columns: 1fr; }
  .plaque__core { min-height: 220px; }
  .form__row { grid-template-columns: 1fr; }
  .form { min-height: 640px; }
  .form__nav .btn--ghost { padding: 0 18px; }
  .foot__top { flex-direction: column; align-items: flex-start; }
  .foot__base { flex-direction: column; align-items: flex-start; }
  .statement__text { font-size: clamp(30px, 8.4vw, 44px); }
  .fact__n { font-size: clamp(56px, 17vw, 80px); }
  .qa__a p { padding-right: 0; }
  .hero__title { font-size: 19px; margin: 16px 0 22px; }
  .hero__logos { gap: 16px; }
  .hero__logos li:nth-child(1) img, .hero__logos li:nth-child(4) img { height: 22px; }
  .hero__logos li:nth-child(2) img { height: 25px; }
  .hero__logos li:nth-child(3) img { height: 13px; }
  .range__mid { display: none; }
  .btn { --h: 50px; --ico: 36px; padding-left: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .intro, .cursor, .cursor-tip { display: none !important; }
  .seal__flip { transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .js .hero__line-in { transform: none; }
  .js .hero__intro > *, .js .hero__winners, .js .hero__cue { opacity: 1; transform: none; }
}

@media print {
  .nav, .menu, .grain, .hero__gl, .hero__cue { display: none !important; }
  .hero__track, .statement__track, .filter { height: auto; }
  .hero__sticky, .statement__sticky, .filter__sticky { position: static; height: auto; }
}
