/* =========================================================================
   comebackz — Landingpage
   Brand Book V1.0: Monochrom + ein Signal (60/30/10).
   Ink #131512 · Paper #FAFAF6 · Signal #A4D65E (nur Akzent).
   Sora (Display) · Hanken Grotesk (UI/Text) · JetBrains Mono (Zahlen/Labels).
   Radien: Karten 20px · Elemente 12px · Buttons Pill.
   Motion: nur transform/opacity, reduced-motion-sicher.
   ========================================================================= */

/* ---------- Fonts (self-hosted, DSGVO-sauber) ---------- */
@font-face { font-family: "Sora"; font-weight: 600; font-style: normal; font-display: swap; src: url("/fonts/comebackz/sora-600-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2026; }
@font-face { font-family: "Sora"; font-weight: 700; font-style: normal; font-display: swap; src: url("/fonts/comebackz/sora-700-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2026; }
@font-face { font-family: "Sora"; font-weight: 800; font-style: normal; font-display: swap; src: url("/fonts/comebackz/sora-800-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2026; }
@font-face { font-family: "Hanken Grotesk"; font-weight: 400; font-style: normal; font-display: swap; src: url("/fonts/comebackz/hanken-grotesk-400-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2026; }
@font-face { font-family: "Hanken Grotesk"; font-weight: 500; font-style: normal; font-display: swap; src: url("/fonts/comebackz/hanken-grotesk-500-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2026; }
@font-face { font-family: "Hanken Grotesk"; font-weight: 600; font-style: normal; font-display: swap; src: url("/fonts/comebackz/hanken-grotesk-600-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2026; }
@font-face { font-family: "Hanken Grotesk"; font-weight: 700; font-style: normal; font-display: swap; src: url("/fonts/comebackz/hanken-grotesk-700-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2026; }
@font-face { font-family: "JetBrains Mono"; font-weight: 500; font-style: normal; font-display: swap; src: url("/fonts/comebackz/jetbrains-mono-500-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2026; }
@font-face { font-family: "JetBrains Mono"; font-weight: 600; font-style: normal; font-display: swap; src: url("/fonts/comebackz/jetbrains-mono-600-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+2013-2014, U+2018-201A, U+201C-201E, U+2026; }

/* ---------- Tokens ---------- */
:root {
  /* Brand Book Farbwelt */
  --ink: #131512;          /* 60% */
  --paper: #fafaf6;        /* 30% */
  --signal: #a4d65e;       /* 10% — nur Akzent */
  --signal-deep: #85b23f;
  --ink-600: #3e413b;      /* Fließtext */
  --gray-400: #7c7f76;     /* Labels */
  --line: #e2e3da;         /* Hairlines */
  --canvas: #f0f0e9;       /* Hintergrund-Flächen */
  --canvas-deep: #e8e9df;

  /* Auf Ink */
  --paper-on-ink: rgba(250, 250, 246, 0.92);
  --gray-on-ink: rgba(250, 250, 246, 0.55);
  --line-on-ink: rgba(250, 250, 246, 0.14);

  /* Radien (Brand Book) */
  --r-card: 20px;
  --r-el: 12px;
  --r-pill: 999px;

  --font-display: "Sora", sans-serif;
  --font-ui: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --maxw: 1160px;
  --gutter: clamp(20px, 5vw, 56px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 0.3s;
  --dur: 0.65s;

  --shadow-card: 0 1px 2px rgba(19, 21, 18, 0.04), 0 12px 32px rgba(19, 21, 18, 0.07);
  --shadow-lift: 0 2px 4px rgba(19, 21, 18, 0.05), 0 24px 56px rgba(19, 21, 18, 0.12);
}

/* ---------- Reset & Basis ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-ui);
  font-weight: 400;
  background: var(--paper);
  color: var(--ink-600);
  line-height: 1.6;
  font-size: 1.0625rem;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img, video { display: block; max-width: 100%; }
ul, ol { list-style: none; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
::selection { background: rgba(164, 214, 94, 0.35); }

i[class^="ph-"], i[class*=" ph-"] { line-height: 1; display: inline-block; }

/* ---------- Layout ---------- */
.container { width: min(var(--maxw), 100%); margin-inline: auto; padding-inline: var(--gutter); }
.section { position: relative; padding-block: clamp(76px, 11vh, 150px); }
.section--canvas { background: var(--canvas); }
.section--ink { background: var(--ink); color: var(--paper-on-ink); }
.section-head { max-width: 640px; margin-bottom: clamp(40px, 6vw, 68px); }
.section--center .section-head { margin-inline: auto; text-align: center; }

/* Typo-Skala */
h1, h2, h3 { font-family: var(--font-display); color: var(--ink); }
.section--ink h2, .section--ink h3 { color: var(--paper); }
h1 { font-weight: 800; letter-spacing: -0.04em; line-height: 0.98; }
h2 { font-weight: 700; letter-spacing: -0.03em; line-height: 1.04; }
h3 { font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; }
.h2 { font-size: clamp(1.9rem, 4.4vw, 3.1rem); }
.h3 { font-size: clamp(1.1rem, 1.9vw, 1.3rem); }
.lead { font-size: clamp(1.02rem, 1.4vw, 1.2rem); color: var(--gray-400); margin-top: 18px; line-height: 1.65; }

/* Mono-Label (Eyebrow) */
.label {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-400);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--signal); flex: none; }
.section-head .label { margin-bottom: 18px; }

/* ---------- Buttons (Pill) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn i { font-size: 1.15em; transition: transform var(--dur-fast) var(--ease); }
.btn:hover i { transform: translateX(4px); }

/* Primär: Signal auf Ink-Text — "primäre Aktionen" */
.btn--primary { background: var(--signal); color: var(--ink); box-shadow: 0 1px 2px rgba(19,21,18,.08); }
.btn--primary:hover { background: #b1e06e; box-shadow: 0 10px 30px rgba(133, 178, 63, 0.35); }
/* Sekundär: Ink */
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { box-shadow: 0 10px 28px rgba(19, 21, 18, 0.22); }
/* Ghost: Hairline */
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn--ghost:hover { border-color: var(--ink); }
.section--ink .btn--ghost { color: var(--paper); border-color: var(--line-on-ink); }
.section--ink .btn--ghost:hover { border-color: var(--paper); }

/* ---------- Wordmark ---------- */
.wordmark { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.03em; color: var(--ink); font-size: 1.28rem; line-height: 1; }
.wordmark .z { display: inline-block; }
.on-ink .wordmark, .section--ink .wordmark, .footer .wordmark { color: var(--paper); }
.on-ink .wordmark .z, .section--ink .wordmark .z, .footer .wordmark .z { color: var(--signal); }

/* ---------- Reveal-System ---------- */
.reveal { opacity: 0; transform: translateY(24px); }
.reveal.in {
  opacity: 1; transform: none;
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
  transition-delay: calc(var(--i, 0) * 80ms);
}

/* =========================================================================
   NAV
   ========================================================================= */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background var(--dur-fast), border-color var(--dur-fast);
}
.nav.scrolled { background: rgba(250, 250, 246, 0.85); backdrop-filter: blur(16px) saturate(1.1); border-bottom-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav__links { display: flex; align-items: center; gap: 32px; }
.nav__links a { font-size: 0.94rem; font-weight: 500; color: var(--gray-400); transition: color var(--dur-fast); }
.nav__links a:hover { color: var(--ink); }
.nav .btn { padding: 11px 20px; font-size: 0.92rem; }
@media (max-width: 880px) { .nav__links { display: none; } }

/* =========================================================================
   HERO — Paper, typografisch, Stempel-Loop
   ========================================================================= */
.hero { position: relative; padding-top: clamp(140px, 20vh, 210px); padding-bottom: clamp(70px, 9vh, 120px); overflow: clip; }
.hero__grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(40px, 6vw, 80px); align-items: center; }

.hero__eyebrow { margin-bottom: 26px; }
.hero h1 { font-size: clamp(2.7rem, 6.6vw, 5.4rem); }
.hero h1 .accent { position: relative; white-space: nowrap; }
/* Signal-Unterstrich — Akzent, keine Textfarbe */
.hero h1 .accent::after {
  content: ""; position: absolute; left: 0.02em; right: 0.02em; bottom: 0.04em;
  height: 0.14em; background: var(--signal); border-radius: 4px; z-index: -1;
  transform-origin: left center; transform: scaleX(0);
  animation: underline 0.9s var(--ease) 0.9s forwards;
}
@keyframes underline { to { transform: scaleX(1); } }

.hero__lead { font-size: clamp(1.05rem, 1.5vw, 1.28rem); color: var(--gray-400); max-width: 34ch; margin-top: 26px; line-height: 1.6; }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 36px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 30px; font-family: var(--font-mono); font-weight: 500; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray-400); }
.hero__facts span { display: inline-flex; align-items: center; gap: 8px; }
.hero__facts i { font-size: 1rem; color: var(--ink); }

/* Stempel-Loop unter der Headline */
.hero__loop { display: flex; align-items: center; gap: clamp(8px, 1.4vw, 14px); margin-top: clamp(34px, 5vh, 52px); }
.dot {
  width: clamp(26px, 3.4vw, 38px); aspect-ratio: 1; border-radius: 50%;
  border: 1.6px solid var(--line);
  background: transparent;
  display: grid; place-items: center;
  transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  position: relative;
}
.dot.filled { background: var(--ink); border-color: var(--ink); }
.dot.filled::after { content: ""; width: 34%; aspect-ratio: 1; border-radius: 50%; background: var(--signal); }
.dot.pop { animation: dotPop 0.5s var(--ease); }
@keyframes dotPop { 0% { transform: scale(0.6); } 60% { transform: scale(1.18); } 100% { transform: scale(1); } }
.dot--reward { border-style: dashed; border-color: var(--gray-400); }
.dot--reward.filled { background: var(--signal); border: 1.6px solid var(--signal); }
.dot--reward.filled::after { content: ""; width: 38%; background: var(--ink); mask: none; }
.dot--reward.filled.ring::before {
  content: ""; position: absolute; inset: -7px; border-radius: 50%;
  border: 1.6px solid var(--signal);
  animation: ringOut 1s var(--ease) forwards;
}
@keyframes ringOut { from { transform: scale(0.7); opacity: 1; } to { transform: scale(1.35); opacity: 0; } }

/* Toast unterm Loop */
.hero__toast {
  margin-top: 20px; min-height: 28px;
  font-family: var(--font-mono); font-weight: 500; font-size: 0.8rem; letter-spacing: 0.02em;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 9px;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.hero__toast.show { opacity: 1; transform: none; }
.hero__toast::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--signal); }

/* ---------- Treuekarte 1:1 aus dem Brand Book ----------
   K2 (Basis): Canvas/Paper, gefüllte Stempel in INK, Signal nur als Hinweis + Pill.
   K4 (.wallet-card--k4): Ink, gefüllte Stempel in SIGNAL. Layout ident. */
.hero__card-wrap { display: flex; justify-content: center; perspective: 1100px; }
.wallet-card {
  width: min(340px, 88vw);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px 24px 18px;
  color: var(--ink);
  display: flex; flex-direction: column; gap: 20px;
  box-shadow: 0 20px 44px rgba(19, 21, 18, 0.10);
  will-change: transform;
  transform-style: preserve-3d;
  transition: background 0.7s var(--ease), border-color 0.7s var(--ease), color 0.7s var(--ease), box-shadow 0.7s var(--ease);
}
.wc-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.wc-venue { font-family: var(--font-display); font-weight: 700; font-size: 17px; letter-spacing: -0.02em; transition: opacity 0.35s var(--ease), transform 0.35s var(--ease); }
.wc-venue.swap { opacity: 0; transform: translateY(8px); }
.wc-type { font-size: 11.5px; color: var(--gray-400); margin-top: 1px; transition: color 0.7s var(--ease); }
.wc-right { text-align: right; }
.wc-label { font-family: var(--font-mono); font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-400); transition: color 0.7s var(--ease); }
.wc-count { font-family: var(--font-mono); font-size: 17px; font-weight: 600; margin-top: 2px; }
.wc-dots { display: flex; gap: 8px; }
.wc-dot {
  width: 21px; height: 21px; border-radius: 50%; flex: none;
  border: 1.5px solid #c9cbbf;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease), transform 0.4s var(--ease);
}
.wc-dot::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: transparent; transition: background 0.4s var(--ease); }
.wc-dot.filled { background: var(--ink); border-color: var(--ink); }
.wc-dot.next { border: 1.5px dashed var(--signal-deep); }
.wc-dot.next::after { background: var(--signal-deep); opacity: 0.55; }
.wc-dot.pop { animation: dotPop 0.5s var(--ease); }
.wc-reward-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wc-lead { font-size: 13px; color: var(--gray-400); transition: color 0.7s var(--ease); }
.wc-pill {
  font-size: 12.5px; font-weight: 700; color: var(--ink);
  background: rgba(164, 214, 94, 0.25);
  padding: 5px 12px; border-radius: 99px; white-space: nowrap;
  transition: color 0.7s var(--ease), background 0.7s var(--ease), opacity 0.35s var(--ease);
}
.wc-pill.swap { opacity: 0; }
.wc-perf { margin: 0 -24px; border-top: 1.5px dashed #dcddd3; transition: border-color 0.7s var(--ease); }
.wc-qr { background: #fff; border-radius: 14px; padding: 14px 14px 11px; display: flex; flex-direction: column; align-items: center; gap: 8px; border: 1px solid transparent; }
.wc-code { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink); letter-spacing: 0.08em; }
.wc-powered { display: flex; align-items: center; justify-content: center; gap: 7px; padding-top: 2px; font-size: 11px; color: var(--gray-400); transition: color 0.7s var(--ease); }
.wc-powered strong { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.03em; transition: color 0.7s var(--ease); }

/* K4 — dunkle Farbwelt (Layout ident) */
.wallet-card--k4 { background: var(--ink); border-color: transparent; color: var(--paper); box-shadow: 0 20px 44px rgba(19, 21, 18, 0.22); }
.wallet-card--k4 .wc-type { color: rgba(250, 250, 246, 0.55); }
.wallet-card--k4 .wc-label { color: rgba(250, 250, 246, 0.5); }
.wallet-card--k4 .wc-dot { border-color: rgba(250, 250, 246, 0.28); }
.wallet-card--k4 .wc-dot.filled { background: var(--signal); border-color: var(--signal); }
.wallet-card--k4 .wc-dot.next { border: 1.5px dashed rgba(164, 214, 94, 0.7); }
.wallet-card--k4 .wc-dot.next::after { background: var(--signal); }
.wallet-card--k4 .wc-lead { color: rgba(250, 250, 246, 0.65); }
.wallet-card--k4 .wc-pill { color: var(--signal); background: rgba(164, 214, 94, 0.15); }
.wallet-card--k4 .wc-perf { border-color: rgba(250, 250, 246, 0.16); }
.wallet-card--k4 .wc-powered { color: rgba(250, 250, 246, 0.55); }
.wallet-card--k4 .wc-powered strong { color: var(--paper); }

/* Chip hinter der Karte */
.hero__card-wrap { position: relative; }
.hero__chip {
  position: absolute; z-index: -1;
  inset: auto;
  width: 74%; height: 100%;
  border-radius: var(--r-card);
  background: var(--canvas);
  border: 1px solid var(--line);
  transform: translate(34px, 26px) rotate(4deg);
}

/* =========================================================================
   MARQUEE — Gastro-Typen (ehrlich statt Fake-Logos)
   ========================================================================= */
.marquee { border-block: 1px solid var(--line); padding-block: 22px; overflow: hidden; background: var(--paper); }
.marquee__track { display: flex; gap: 0; width: max-content; animation: marquee 36s linear infinite; }
.marquee__group { display: flex; align-items: center; }
.marquee__item {
  font-family: var(--font-mono); font-weight: 500; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gray-400); white-space: nowrap; padding-inline: 26px;
  display: inline-flex; align-items: center; gap: 26px;
}
.marquee__item::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--line); }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee:hover .marquee__track { animation-play-state: paused; }

/* =========================================================================
   SO FUNKTIONIERT'S — 3 Schritte
   ========================================================================= */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 30px 28px 32px;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.step__num { font-family: var(--font-mono); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.1em; color: var(--gray-400); display: flex; align-items: center; gap: 12px; }
.step__num::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.step__icon { margin-top: 26px; width: 52px; height: 52px; border-radius: var(--r-el); background: var(--canvas); border: 1px solid var(--line); display: grid; place-items: center; }
.step__icon i { font-size: 26px; color: var(--ink); }
.step h3 { margin-top: 20px; }
.step p { margin-top: 10px; font-size: 0.97rem; color: var(--gray-400); line-height: 1.6; }
.step p b { color: var(--ink-600); font-weight: 600; }

/* =========================================================================
   BENEFITS — Bento hell
   ========================================================================= */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bento__cell {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 30px 28px; min-height: 210px;
  display: flex; flex-direction: column;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.bento__cell:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.bento__cell--stat { background: var(--ink); border-color: var(--ink); grid-row: span 2; justify-content: flex-end; position: relative; overflow: hidden; }
.bento__cell--stat h3 { color: var(--paper); }
.bento__cell--stat p { color: var(--gray-on-ink); }
.bento__cell--wide { grid-column: span 2; }
.bento__icon { width: 48px; height: 48px; border-radius: var(--r-el); background: var(--canvas); border: 1px solid var(--line); display: grid; place-items: center; margin-bottom: auto; }
.bento__icon i { font-size: 24px; color: var(--ink); }
.bento__cell h3 { margin-top: 20px; }
.bento__cell p { margin-top: 9px; font-size: 0.95rem; color: var(--gray-400); line-height: 1.6; }
.bento__stat { font-family: var(--font-mono); font-weight: 600; font-size: clamp(3rem, 6vw, 4.4rem); letter-spacing: -0.04em; line-height: 1; color: var(--signal); }
.bento__stat-note { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray-on-ink); margin-top: 14px; }
/* Punktraster im Stat-Hintergrund */
.bento__dots { position: absolute; inset: 24px 24px auto; display: grid; grid-template-columns: repeat(10, 1fr); gap: 10px; }
.bento__dots span { aspect-ratio: 1; border-radius: 50%; border: 1.4px solid var(--line-on-ink); }
.bento__dots span.on { background: var(--signal); border-color: var(--signal); }

/* =========================================================================
   FÜR JEDES LOKAL — Higgsfield-Fotos
   ========================================================================= */
.venues { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.venue {
  position: relative; border-radius: var(--r-card); overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5;
  background: var(--canvas);
}
.venue img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.venue:hover img { transform: scale(1.04); }
.venue__tag {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(250, 250, 246, 0.92); backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 8px 16px;
  font-family: var(--font-mono); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink);
  display: inline-flex; align-items: center; gap: 8px;
}
.venue__tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--signal); }

/* =========================================================================
   PREISE
   ========================================================================= */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 32px 28px; display: flex; flex-direction: column; position: relative;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.plan--featured { background: var(--ink); border-color: var(--ink); }
.plan--featured h3, .plan--featured .plan__price b { color: var(--paper); }
.plan--featured .plan__desc { color: var(--gray-on-ink); }
.plan--featured .plan__features li { color: var(--paper-on-ink); border-color: var(--line-on-ink); }
.plan--featured .plan__features i { color: var(--signal); }
.plan__tag {
  position: absolute; top: -12px; left: 28px;
  background: var(--signal); color: var(--ink);
  border-radius: var(--r-pill); padding: 5px 14px;
  font-family: var(--font-mono); font-weight: 600; font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase;
}
.plan__name { font-family: var(--font-mono); font-weight: 500; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gray-400); }
.plan h3 { margin-top: 6px; font-size: 1.15rem; }
.plan__price { display: flex; align-items: baseline; gap: 7px; margin-top: 20px; }
/* Mono-Schrift hat feste Zeichenbreite — das geschützte Leerzeichen vor dem €
   wird bei 2.6rem sonst ~25px breit und reißt „29 €" auseinander. */
.plan__price b { font-family: var(--font-mono); font-weight: 600; font-size: 2.6rem; letter-spacing: -0.04em; word-spacing: -0.32em; color: var(--ink); }
.plan__price span { font-size: 0.9rem; color: var(--gray-400); }
.plan__desc { font-size: 0.93rem; color: var(--gray-400); margin-top: 8px; min-height: 44px; }
.plan .btn { margin-top: 22px; justify-content: center; }
.plan__features { margin-top: 26px; display: flex; flex-direction: column; }
.plan__features li {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: 0.93rem; color: var(--ink-600);
  padding-block: 11px; border-top: 1px solid var(--line);
}
.plan__features i { flex: none; font-size: 18px; margin-top: 2px; color: var(--ink); }
.plans__note { text-align: center; margin-top: 24px; font-size: 0.84rem; color: var(--gray-400); }

/* =========================================================================
   STIMMEN
   ========================================================================= */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 30px 28px; display: flex; flex-direction: column;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.quote__mark { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; line-height: 1; color: var(--ink); }
.quote__mark::after { content: ""; display: block; width: 34px; height: 4px; border-radius: 2px; background: var(--signal); margin-top: 8px; }
.quote blockquote { margin-top: 18px; font-size: 1rem; line-height: 1.6; color: var(--ink-600); flex: 1; }
.quote figcaption { margin-top: 22px; font-family: var(--font-mono); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-400); }
.quote figcaption b { display: block; color: var(--ink); font-weight: 600; letter-spacing: 0.06em; margin-bottom: 3px; }

/* =========================================================================
   FAQ
   ========================================================================= */
.faq { max-width: 780px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item:first-child { border-top: 1px solid var(--line); }
.faq__q {
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 24px 4px; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; letter-spacing: -0.01em; color: var(--ink);
  transition: color var(--dur-fast);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q:hover { color: var(--ink-600); }
.faq__icon { flex: none; width: 22px; height: 22px; position: relative; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; background: var(--ink); border-radius: 2px; transition: transform var(--dur-fast) var(--ease); }
.faq__icon::before { top: 50%; left: 2px; right: 2px; height: 1.6px; transform: translateY(-50%); }
.faq__icon::after { left: 50%; top: 2px; bottom: 2px; width: 1.6px; transform: translateX(-50%); }
.faq__item[open] .faq__icon::after { transform: translateX(-50%) scaleY(0); }
.faq__a { padding: 0 4px 26px; color: var(--gray-400); line-height: 1.65; max-width: 62ch; }

/* =========================================================================
   FINAL CTA — Ink-Block
   ========================================================================= */
.cta {
  border-radius: calc(var(--r-card) + 8px);
  background: var(--ink);
  color: var(--paper-on-ink);
  padding: clamp(52px, 8vw, 96px) clamp(28px, 6vw, 80px);
  text-align: center;
  position: relative; overflow: hidden;
}
.cta h2 { color: var(--paper); font-size: clamp(2rem, 5vw, 3.4rem); position: relative; }
.cta p { color: var(--gray-on-ink); max-width: 44ch; margin: 18px auto 0; font-size: 1.06rem; position: relative; }
.cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; position: relative; }
/* Punktraster-Hintergrund */
.cta__grid { position: absolute; inset: 0; pointer-events: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(44px, 1fr)); align-content: space-between; gap: 26px; padding: 26px; opacity: 0.5; }
.cta__grid span { aspect-ratio: 1; border-radius: 50%; border: 1.4px solid var(--line-on-ink); justify-self: center; width: 9px; }
.cta__grid span.on { background: var(--signal); border-color: var(--signal); }

/* =========================================================================
   FOOTER — Ink
   ========================================================================= */
.footer { background: var(--ink); color: var(--gray-on-ink); margin-top: clamp(76px, 11vh, 150px); padding-block: clamp(48px, 7vw, 76px) 36px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 40px; }
.footer__brand p { font-size: 0.92rem; margin-top: 14px; max-width: 30ch; line-height: 1.6; }
.footer__tagline { font-family: var(--font-mono); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 18px; color: var(--gray-on-ink); }
.footer h4 { font-family: var(--font-mono); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-on-ink); margin-bottom: 16px; }
.footer__col a { display: block; color: var(--paper-on-ink); font-size: 0.94rem; padding-block: 5px; opacity: 0.85; transition: opacity var(--dur-fast), transform var(--dur-fast); }
.footer__col a:hover { opacity: 1; transform: translateX(3px); }
.footer__form { display: flex; gap: 8px; }
.footer__form input {
  flex: 1; min-width: 0; padding: 12px 18px;
  border-radius: var(--r-pill); border: 1px solid var(--line-on-ink);
  background: rgba(250, 250, 246, 0.06); color: var(--paper);
  font: inherit; font-size: 0.9rem;
}
.footer__form input::placeholder { color: var(--gray-on-ink); }
.footer__form button { padding: 12px 20px; border-radius: var(--r-pill); background: var(--signal); color: var(--ink); font-weight: 600; font-size: 0.9rem; transition: background var(--dur-fast); }
.footer__form button:hover { background: #b1e06e; }
.footer__news p { font-size: 0.9rem; margin-bottom: 14px; }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
  margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line-on-ink);
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.06em;
}
.footer__social { display: flex; gap: 10px; }
.footer__social a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-on-ink);
  display: grid; place-items: center; color: var(--paper-on-ink);
  transition: border-color var(--dur-fast), color var(--dur-fast);
}
.footer__social a:hover { border-color: var(--signal); color: var(--paper); }
.footer__social i { font-size: 17px; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .hero__card-wrap { justify-content: flex-start; }
  .steps { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento__cell--stat { grid-row: auto; min-height: 280px; }
  .bento__cell--wide { grid-column: span 2; }
  .venues { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .venue { aspect-ratio: 4 / 3; }
  .plans { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
  .quotes { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .bento { grid-template-columns: 1fr; }
  .bento__cell--wide { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__loop { flex-wrap: wrap; }

  /* Der Hero verschenkte oben ~170px; auf dem Handy zählt jeder Pixel bis zum
     Warteliste-Formular (steht sonst unter der Falz und hinter dem Cookie-Banner). */
  .hero { padding-top: 112px; padding-bottom: 56px; }

  /* Touch-Targets auf die empfohlenen ~44px bringen (waren 33–39px). */
  .footer__col a { padding-block: 11px; }
  .footer__bottom { gap: 10px; }
  .footer__bottom a { display: inline-block; padding-block: 11px; }
  .wordmark { display: inline-block; padding-block: 12px; }
}
@media (max-width: 390px) {
  .wc-dot { width: 19px; height: 19px; }
  .wc-dots { gap: 6px; }
}

/* =========================================================================
   WARTELISTEN-FORMULAR (Formspree, funktioniert hell & auf Ink)
   ========================================================================= */
.hero .waitlist-form { margin-top: 26px; }
.waitlist-form__row { display: grid; gap: 10px; }
@media (min-width: 480px) {
  .waitlist-form__row { grid-template-columns: 1fr 1fr; }
  .waitlist-form__btn { grid-column: 1 / -1; }
}
.waitlist-form__input {
  min-width: 0;
  padding: 14px 16px;
  border-radius: var(--r-el);
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 0.98rem;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.waitlist-form__input::placeholder { color: var(--gray-400); }
.waitlist-form__input:focus {
  outline: none;
  border-color: var(--signal-deep);
  box-shadow: 0 0 0 3px rgba(133, 178, 63, 0.25);
}
.waitlist-form__btn { justify-content: center; }
.waitlist-form__note {
  margin-top: 12px;
  font-size: 0.85rem;
  color: var(--gray-400);
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
}
.waitlist-form__note i { color: var(--signal-deep); position: relative; top: 2px; }
.waitlist-form__status {
  margin-top: 14px;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.waitlist-form__status.is-success { color: var(--signal-deep); }
.waitlist-form__status.is-error { color: #be4b38; }
.waitlist-form.is-done > *:not(.waitlist-form__status) { display: none; }
.waitlist-form.is-done .waitlist-form__status {
  padding: 16px 20px;
  border-radius: var(--r-card);
  background: rgba(133, 178, 63, 0.12);
  border: 1px solid rgba(133, 178, 63, 0.3);
}

/* CTA-Variante: helle Schrift auf Ink */
.waitlist-form--cta { max-width: 520px; margin-inline: auto; margin-top: 32px; position: relative; }
.waitlist-form--cta .waitlist-form__note { color: var(--gray-on-ink); }
.waitlist-form--cta .waitlist-form__note i { color: var(--signal); }
.waitlist-form--cta .waitlist-form__status { color: var(--paper); }
.waitlist-form--cta .waitlist-form__status.is-success { color: var(--signal); }
.waitlist-form--cta.is-done .waitlist-form__status {
  background: rgba(164, 214, 94, 0.14);
  border-color: rgba(164, 214, 94, 0.3);
}

/* Footer-Variante nutzt das .footer__form-Layout */
.footer__form.waitlist-form { flex-wrap: wrap; }
.footer__form .waitlist-form__status { flex-basis: 100%; margin-top: 8px; font-size: 0.85rem; }
.footer__form .waitlist-form__status.is-success { color: var(--signal); }
.footer__form.waitlist-form.is-done > *:not(.waitlist-form__status) { display: none; }

/* =========================================================================
   PERKS — „Warum jetzt vormerken"
   ========================================================================= */
.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; }
@media (max-width: 860px) { .perks { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.perk {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 28px;
  box-shadow: var(--shadow-card);
}
.perk--accent { border-color: rgba(133, 178, 63, 0.4); box-shadow: 0 2px 4px rgba(19, 21, 18, 0.05), 0 20px 44px rgba(133, 178, 63, 0.14); }
.perk__icon {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(164, 214, 94, 0.16);
  color: var(--signal-deep);
  margin-bottom: 18px;
}
.perk__icon i { font-size: 24px; }
.perk h3 { margin-bottom: 8px; }
.perk p { color: var(--ink-600); font-size: 0.98rem; line-height: 1.55; }
.perks__cta { margin-top: 34px; }

/* =========================================================================
   COOKIE-CONSENT-BANNER
   ========================================================================= */
.cc-banner {
  position: fixed;
  left: 50%; bottom: 20px;
  transform: translate(-50%, 160%);
  width: min(720px, calc(100% - 32px));
  z-index: 200;
  background: var(--ink);
  color: var(--paper-on-ink);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-lift);
  transition: transform 0.5s var(--ease), opacity 0.5s var(--ease);
  opacity: 0;
}
.cc-banner.is-visible { transform: translate(-50%, 0); opacity: 1; }
.cc-banner__inner { display: flex; align-items: center; gap: 20px; padding: 18px 22px; flex-wrap: wrap; }
.cc-banner__text { font-size: 0.9rem; line-height: 1.5; color: var(--gray-on-ink); flex: 1 1 300px; margin: 0; }
.cc-banner__text a { color: var(--paper); text-decoration: underline; }
.cc-banner__actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cc-btn { padding: 11px 20px; border-radius: var(--r-pill); font-weight: 600; font-size: 0.9rem; font-family: inherit; transition: background var(--dur-fast), border-color var(--dur-fast); }
.cc-btn--primary { background: var(--signal); color: var(--ink); }
.cc-btn--primary:hover { background: #b1e06e; }
.cc-btn--ghost { background: transparent; color: var(--paper-on-ink); border: 1px solid var(--line-on-ink); }
.cc-btn--ghost:hover { border-color: var(--paper); }
@media (max-width: 520px) {
  .cc-banner__actions { flex: 1 1 100%; }
  .cc-btn { flex: 1; }
  /* Kompakter auf dem Handy: der Banner liegt sonst über dem Warteliste-Formular,
     dem wichtigsten Element der Seite. */
  .cc-banner { bottom: 10px; width: calc(100% - 20px); }
  .cc-banner__inner { gap: 12px; padding: 14px 16px; }
  .cc-banner__text { font-size: 0.82rem; line-height: 1.45; flex: 1 1 100%; }
  .cc-btn { padding: 12px 16px; font-size: 0.86rem; }
}

/* =========================================================================
   RECHTSTEXTE (Impressum, Datenschutz)
   ========================================================================= */
.legal-head { border-bottom: 1px solid var(--line); }
.legal-head .container { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.legal-back { font-size: 0.9rem; color: var(--gray-400); display: inline-flex; align-items: center; gap: 7px; }
.legal-back:hover { color: var(--ink); }
.legal { padding: clamp(40px, 7vw, 80px) 0 clamp(56px, 9vw, 120px); }
.legal .container { max-width: 760px; }
.legal h1 { font-size: clamp(2rem, 5vw, 2.8rem); margin-bottom: 8px; }
.legal__updated { font-family: var(--font-mono); font-size: 0.8rem; color: var(--gray-400); margin-bottom: 36px; }
.legal h2 { font-size: 1.3rem; margin: 40px 0 12px; }
.legal h3 { font-size: 1.05rem; margin: 26px 0 8px; }
.legal p, .legal li { color: var(--ink-600); line-height: 1.7; font-size: 1rem; }
.legal p { margin-bottom: 14px; }
.legal ul { margin: 0 0 14px 0; padding-left: 22px; display: grid; gap: 6px; }
.legal li { list-style: disc; }
.legal a { color: var(--signal-deep); text-decoration: underline; }
.legal strong { color: var(--ink); }
.legal address { font-style: normal; color: var(--ink-600); line-height: 1.7; }
.legal__todo {
  background: rgba(168, 134, 47, 0.1);
  border: 1px solid rgba(168, 134, 47, 0.35);
  border-radius: var(--r-el);
  padding: 14px 18px;
  font-size: 0.9rem;
  color: #7a5f1e;
  margin-bottom: 32px;
}
.legal__ph { background: rgba(190, 75, 56, 0.12); color: #a23b2c; padding: 1px 6px; border-radius: 5px; font-family: var(--font-mono); font-size: 0.85em; }

/* =========================================================================
   REDUCED MOTION
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .marquee__track { animation: none !important; }
  .hero h1 .accent::after { transform: scaleX(1); }
}
