/* ============================================================
   ZauberMehl Landingpage
   Designsystem: Vegannett vn2 (Geruest) x VEATZZ (Farbe, Energie)

   Leitidee: Die Seite ist ein Vegannett-Regal, in dem ein
   VEATZZ-Produkt steht. Geruest, Rhythmus und Ruhe kommen aus
   vn2. Die Fuehrungsfarbe gehoert dem Produkt: Magenta.
   Lime ist KEIN zweiter Akzent, sondern ein Vertriebs-Signal
   und ausschliesslich ueber --zm-partner erreichbar.
   ============================================================ */

:root {
  /* ---- Magenta: Fuehrungsfarbe (VEATZZ) ---- */
  --zm-magenta-400: #FA2990;   /* VEATZZ-Markenpink. Nur Text auf Anthrazit, 4.64:1 */
  --zm-magenta-500: #E4177E;   /* Beutel-Magenta. Nur Deko-Flaeche OHNE Text */
  --zm-magenta-600: #D91275;   /* Arbeits-Magenta. Jede Flaeche MIT Text. Cream-Label 4.57:1 */
  --zm-magenta-700: #B10E60;   /* Hover-Fill. Cream-Label 6.33:1 */
  --zm-magenta-800: #A8125E;   /* Magenta als Text auf hell. Cream-50 6.74:1 */
  --zm-magenta-wash: rgba(228, 23, 126, 0.08);
  --zm-magenta-hair: rgba(228, 23, 126, 0.22);
  --zm-magenta-hair-dark: rgba(250, 41, 144, 0.28);
  --zm-magenta-glow: rgba(228, 23, 126, 0.35);

  /* ---- Lime: Vertriebs-Signal (Vegannett) ---- */
  --zm-lime-500: #A9B314;
  --zm-lime-700: #5C6606;

  /* ---- Basis (Vegannett vn2) ---- */
  --zm-cream-50:  #FAF7F0;
  --zm-cream-100: #F4EFE4;
  --zm-cream-200: #EAE3D5;
  --zm-cream-300: #DDD8CE;
  --zm-paper:     #FFFFFF;
  --zm-anthra:    #1D1D1D;   /* die EINZIGE dunkle Flaeche. Nicht aufhellen. */
  --zm-ink-900:   #1A1C19;
  --zm-ink-700:   #2E332D;
  --zm-ink-500:   #5C6059;
  --zm-ink-100:   rgba(26, 28, 25, 0.12);
  --zm-on-dark:       #FAF7F0;
  --zm-on-dark-muted: #BCBAB5;   /* opak, 7.96:1 auf Anthrazit */
  --zm-on-dark-hair:  rgba(250, 247, 240, 0.14);

  /* ---- Semantik ---- */
  --zm-bg:          var(--zm-cream-50);
  --zm-bg-alt:      var(--zm-cream-100);
  --zm-bg-wash:     var(--zm-magenta-wash);
  --zm-bg-card:     var(--zm-paper);
  --zm-bg-contrast: var(--zm-anthra);
  --zm-text:         var(--zm-ink-900);
  --zm-text-muted:   var(--zm-ink-500);
  --zm-text-inverse: var(--zm-cream-50);
  --zm-accent:              var(--zm-magenta-600);
  --zm-accent-hover:        var(--zm-magenta-700);
  --zm-accent-text:         var(--zm-magenta-800);
  --zm-accent-text-on-dark: var(--zm-magenta-400);
  --zm-accent-surface:      var(--zm-magenta-500);
  --zm-partner:      var(--zm-lime-500);
  --zm-partner-text: var(--zm-lime-700);
  --zm-focus-ring: rgba(217, 18, 117, 0.55);

  /* ---- Schrift ---- */
  --zm-font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --zm-font-serif:   "Instrument Serif", Georgia, serif;
  --zm-font-body:    "Space Grotesk", system-ui, sans-serif;
  --zm-font-mono:    "Space Mono", ui-monospace, monospace;

  /* 112 statt 140: bei 140 rutscht die zweite Hero-CTA auf
     Laptop-Hoehe (900 bis 950px) unter die Kante. */
  --zm-text-display-1: clamp(50px, 8.5vw, 112px);
  --zm-text-display-2: clamp(44px, 8vw, 104px);
  --zm-text-display-3: clamp(34px, 5vw, 68px);
  --zm-text-h3: clamp(20px, 2.2vw, 28px);
  --zm-text-body-lg: 18px;
  --zm-text-body: 16px;
  --zm-text-sm: 14px;
  --zm-text-meta: 12px;
  --zm-text-eyebrow: 11px;

  --zm-lh-tight: 0.95;
  --zm-lh-normal: 1.5;
  --zm-lh-relaxed: 1.7;
  --zm-track-tighter: -0.02em;
  --zm-track-tight: -0.01em;
  --zm-track-wide: 0.03em;
  --zm-track-widest: 0.18em;

  /* ---- Raster ---- */
  --zm-sp-1: 4px;  --zm-sp-2: 8px;  --zm-sp-3: 12px; --zm-sp-4: 16px;
  --zm-sp-5: 20px; --zm-sp-6: 24px; --zm-sp-8: 32px; --zm-sp-10: 40px;
  --zm-sp-12: 48px; --zm-sp-16: 64px;

  --zm-page: 1280px;
  --zm-page-narrow: 960px;
  --zm-gutter: clamp(16px, 4vw, 40px);
  --zm-section-y: clamp(72px, 9vw, 140px);
  --zm-section-y-tight: clamp(40px, 5vw, 72px);

  --zm-radius-none: 0;
  --zm-radius-sm: 4px;
  --zm-radius-lg: 16px;
  --zm-radius-pill: 9999px;

  --zm-shadow-md: 0 4px 12px rgba(26, 28, 25, 0.06);
  --zm-shadow-lg: 0 12px 32px rgba(26, 28, 25, 0.10);
  --zm-shadow-accent: 0 10px 30px var(--zm-magenta-glow);

  --zm-dur-fast: 180ms;
  --zm-dur-base: 280ms;
  --zm-dur-slow: 480ms;
  --zm-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --zm-ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);

  /* Das Raute-Zeichen in url(#n) MUSS als %23 kodiert bleiben. */
  --zm-grain-tile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");

  --zm-lockup-veatzz-h: 32px;
  --zm-announce-h: 36px;
}

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--zm-bg);
  color: var(--zm-text);
  font-family: var(--zm-font-body);
  font-size: var(--zm-text-body);
  line-height: var(--zm-lh-normal);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 {
  margin: 0;
  font-family: var(--zm-font-display);
  font-weight: 800;
  line-height: var(--zm-lh-tight);
  letter-spacing: var(--zm-track-tighter);
}

p { margin: 0; }
/* height:auto ist Pflicht, nicht Kosmetik: die HTML-Attribute
   width/height wirken als CSS-Praesentationshinweis. Eine Regel,
   die nur width setzt, laesst die Attribut-Hoehe stehen und
   streckt das Bild. Genau so wurde das Rezeptfoto verzerrt. */
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }

:focus-visible {
  outline: 3px solid var(--zm-focus-ring);
  outline-offset: 2px;
  border-radius: var(--zm-radius-sm);
}

.wrap {
  max-width: var(--zm-page);
  margin-inline: auto;
  padding-inline: var(--zm-gutter);
}

.section { padding-block: var(--zm-section-y); }

.zm-scheme-dark {
  background: var(--zm-bg-contrast);
  color: var(--zm-on-dark);
  --zm-text: var(--zm-on-dark);
  --zm-text-muted: var(--zm-on-dark-muted);
  --zm-accent-text: var(--zm-accent-text-on-dark);
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Grain: macht aus der Vollflaeche bedrucktes Papier.
   isolation:isolate ist Pflicht, sonst mischt das Rauschen
   gegen den Seitenhintergrund statt gegen die Flaeche. */
.zm-grain { position: relative; isolation: isolate; }
.zm-grain::after {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--zm-grain-tile);
  background-repeat: repeat;
  background-size: 140px 140px;
  mix-blend-mode: soft-light;
  opacity: 0.34;
  pointer-events: none;
  z-index: 2;
}
.zm-grain > * { position: relative; z-index: 3; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--zm-sp-2);
  min-height: 44px;
  padding: var(--zm-sp-4) var(--zm-sp-8);
  font-family: var(--zm-font-display);
  font-weight: 700;
  font-size: var(--zm-text-body);
  letter-spacing: var(--zm-track-wide);
  border: 1.5px solid var(--zm-text);
  border-radius: var(--zm-radius-pill);
  background: transparent;
  color: var(--zm-text);
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  transition:
    transform var(--zm-dur-fast) var(--zm-ease-out),
    background var(--zm-dur-base) var(--zm-ease-out),
    color var(--zm-dur-base) var(--zm-ease-out),
    border-color var(--zm-dur-base) var(--zm-ease-out),
    box-shadow var(--zm-dur-base) var(--zm-ease-out);
}
.btn:hover { background: var(--zm-text); color: var(--zm-text-inverse); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { flex-shrink: 0; }

.btn--accent {
  background: var(--zm-accent);
  border-color: var(--zm-accent);
  color: var(--zm-cream-50);
}
.btn--accent:hover {
  background: var(--zm-accent-hover);
  border-color: var(--zm-accent-hover);
  color: var(--zm-cream-50);
  box-shadow: var(--zm-shadow-accent);
}

.btn--ghost-dark {
  border-color: rgba(250, 247, 240, 0.4);
  color: var(--zm-on-dark);
}
.btn--ghost-dark:hover {
  background: var(--zm-on-dark);
  color: var(--zm-anthra);
  border-color: var(--zm-on-dark);
}

.btn--lg { padding: var(--zm-sp-5) var(--zm-sp-12); font-size: var(--zm-text-body-lg); }

/* ============================================================
   EDITORIAL PRIMITIVES
   ============================================================ */
.eyebrow {
  display: inline-block;
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-widest);
  text-transform: uppercase;
  color: var(--zm-text-muted);
}

/* Zweizeiler-Kontrast: kursive Serifenzeile UEBER der fetten
   Bricolage-Zeile. Der eigentliche Merge, Bauplan von VEATZZ,
   Schriften und Farblogik von vn2. Die Neigung der Kursiven
   spricht die Sprache der beiden handgezeichneten Logos. */
.head { margin-bottom: var(--zm-sp-10); }
.head__title { margin: var(--zm-sp-5) 0 0; font-size: var(--zm-text-display-3); color: var(--zm-text); }
.head__title > span { display: block; }
.head__title > span:first-child {
  font-family: var(--zm-font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 0.62em;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--zm-accent-text);
  margin-bottom: 0.06em;
}
.head__sub {
  margin-top: var(--zm-sp-5);
  font-family: var(--zm-font-serif);
  font-style: italic;
  font-size: var(--zm-text-body-lg);
  color: var(--zm-text-muted);
  max-width: 46ch;
}
.head--center { text-align: center; }
.head--center .head__sub { margin-inline: auto; }

/* Schraeg-Sticker: rotate (vn2) plus skew (VEATZZ), richtet
   sich beim Hover auf. Erkennbar keins von beidem allein. */
.zm-sticker {
  display: inline-flex;
  align-items: center;
  gap: var(--zm-sp-2);
  padding: 6px 14px;
  background: var(--zm-accent);
  color: var(--zm-cream-50);
  font-family: var(--zm-font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: var(--zm-track-widest);
  text-transform: uppercase;
  border-radius: var(--zm-radius-pill);
  transform: rotate(-3deg) skew(-4deg);
  transition: transform var(--zm-dur-base) var(--zm-ease-spring);
  box-shadow: var(--zm-shadow-md);
}
.zm-sticker:hover, .zm-sticker:focus-visible { transform: rotate(0) skew(0) scale(1.05); }

/* ============================================================
   LOGO-LOCKUP
   Groessenregel: das nahezu quadratische Vegannett-Zeichen
   (300x290) braucht rund 1.45x die Hoehe der VEATZZ-Wortmarke
   (568x285), um gleich gewichtig zu wirken.
   ============================================================ */
.zm-lockup { display: inline-flex; align-items: center; gap: clamp(16px, 4vw, 28px); }
.zm-lockup__veatzz { height: 44px; width: auto; }
.zm-lockup__vegannett { height: 64px; width: auto; }
.zm-lockup__x { font-family: var(--zm-font-mono); font-size: 20px; color: var(--zm-text-muted); line-height: 1; }
.zm-lockup__cell { display: flex; flex-direction: column; align-items: center; gap: var(--zm-sp-3); }
.zm-lockup__role {
  font-family: var(--zm-font-mono);
  font-size: 11px;
  letter-spacing: var(--zm-track-widest);
  text-transform: uppercase;
  color: var(--zm-text-muted);
  white-space: nowrap;
}

/* ============================================================
   ABSENDERBAND (einzige grossflaechige Lime-Anwendung)
   ============================================================ */
.zm-announce {
  background: var(--zm-partner);
  color: var(--zm-anthra);
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-meta);
  letter-spacing: var(--zm-track-wide);
  text-align: center;
}
.zm-announce__in { max-width: var(--zm-page); margin-inline: auto; padding: 9px var(--zm-gutter); }

/* ============================================================
   HEADER
   ============================================================ */
.hdr {
  position: sticky;
  top: calc(var(--zm-announce-h) * -1);
  z-index: 100;
  background: var(--zm-bg);
  border-bottom: 1px solid var(--zm-ink-100);
}
@supports (backdrop-filter: blur(12px)) {
  .hdr { background: color-mix(in srgb, var(--zm-bg) 88%, transparent); backdrop-filter: blur(12px); }
}
.hdr__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--zm-sp-6);
  min-height: 72px;
}

/* Absender links: VEATZZ macht es, ZauberMehl ist es. */
.brand { display: inline-flex; align-items: center; gap: var(--zm-sp-3); text-decoration: none; color: var(--zm-ink-900); }
.brand__veatzz { height: var(--zm-lockup-veatzz-h); width: auto; }
.brand__rule { width: 1px; height: 24px; background: var(--zm-ink-100); flex-shrink: 0; }
.brand__name {
  font-family: var(--zm-font-display);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: var(--zm-track-tighter);
  white-space: nowrap;
}

.nav { display: flex; align-items: center; gap: var(--zm-sp-6); }
.nav__links { display: flex; align-items: center; gap: var(--zm-sp-6); }
.nav__links a {
  font-weight: 500;
  font-size: 15px;
  color: var(--zm-ink-700);
  text-decoration: none;
  transition: color var(--zm-dur-fast) var(--zm-ease-out);
}
.nav__links a:hover { color: var(--zm-accent-text); }

/* Vertrieb rechts: die Rundmarke klebt am Kauf-Button, weil
   Vegannett nicht Co-Absender ist, sondern Ziel. */
.nav__buy { display: flex; align-items: center; gap: 10px; }
.nav__vn { display: inline-flex; align-items: center; }
/* 42px: die Rundmarke ist eine feine Illustration mit Punktkreis
   und zerfaellt darunter zum Fleck. Bleibt unter dem optischen
   Ausgleich (32 x 1.45 = 46) und damit sichtbar untergeordnet. */
.nav__vn img { height: 42px; width: auto; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: var(--zm-anthra);
  color: var(--zm-on-dark);
  overflow: hidden;
  /* gestrafft, damit die zweite CTA auf 900px-Laptops
     nicht unter die Kante rutscht */
  padding-block: clamp(40px, 5vw, 72px);
}
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(29,29,29,0.94) 0%, rgba(29,29,29,0.80) 46%, rgba(29,29,29,0.40) 100%),
    linear-gradient(180deg, rgba(29,29,29,0.55) 0%, transparent 30%);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  width: 100%;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--zm-sp-2);
  padding: 7px 16px;
  border: 1px solid var(--zm-magenta-hair-dark);
  border-radius: var(--zm-radius-pill);
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-widest);
  text-transform: uppercase;
  color: var(--zm-on-dark);
}
.hero__badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--zm-magenta-400); }
.hero h1 { margin: var(--zm-sp-6) 0 0; font-size: var(--zm-text-display-1); color: var(--zm-on-dark); max-width: 14ch; }
.hero h1 > span { display: block; }
.hero h1 .line-1 {
  font-family: var(--zm-font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 0.52em;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--zm-magenta-400);
  margin-bottom: 0.04em;
}
.hero__sub {
  margin-top: var(--zm-sp-6);
  max-width: 46ch;
  font-size: var(--zm-text-body-lg);
  line-height: var(--zm-lh-relaxed);
  color: var(--zm-on-dark-muted);
}
.hero__chips { display: flex; flex-wrap: wrap; gap: var(--zm-sp-2); margin-top: var(--zm-sp-8); }
.hero__chips li {
  padding: 7px 16px;
  border: 1px solid var(--zm-on-dark-hair);
  border-radius: var(--zm-radius-pill);
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-wide);
  text-transform: uppercase;
  color: var(--zm-on-dark);
}
.hero__chips li:first-child {
  background: var(--zm-accent);
  border-color: var(--zm-accent);
  color: var(--zm-cream-50);
  font-weight: 700;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--zm-sp-4); margin-top: var(--zm-sp-8); }
.hero__price {
  margin-top: var(--zm-sp-6);
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-meta);
  color: var(--zm-on-dark-muted);
}
.hero__price b { color: var(--zm-on-dark); font-size: 15px; }

/* Halo: gemeinsamer Bestand beider Systeme. In Magenta gefaerbt
   bringt der Beutel seine eigene Farbe mit, statt als Fremdkoerper
   vor der Flaeche zu stehen. */
.zm-visual { position: relative; isolation: isolate; display: flex; justify-content: center; }
.zm-visual__halo {
  position: absolute; inset: 0; margin: auto;
  width: 96%; aspect-ratio: 1;
  border-radius: 50%;
  background: var(--zm-accent-surface);
  filter: blur(46px);
  opacity: 0.42;
  z-index: 0;
  pointer-events: none;
  transition: opacity var(--zm-dur-slow) var(--zm-ease-out);
}
.zm-visual:hover .zm-visual__halo { opacity: 0.62; }
.zm-visual img {
  position: relative; z-index: 1;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.45));
  animation: zm-float 7s ease-in-out infinite;
}
.hero .zm-visual img { max-height: 62vh; width: auto; }
@keyframes zm-float { 50% { transform: translateY(-12px); } }

/* ============================================================
   LAUFBAND
   Naht-Regel: Abstand sitzt am Item als padding-inline-end,
   nie als gap am Track. Item-Liste im Markup 4x wiederholt.
   ============================================================ */
.zm-marquee {
  overflow: hidden;
  background: var(--zm-accent);
  color: var(--zm-cream-50);
  border-top: 2px solid var(--zm-anthra);
  border-bottom: 2px solid var(--zm-anthra);
  padding: 14px 0;
}
.zm-marquee__track { display: flex; width: max-content; white-space: nowrap; animation: zm-marquee 28s linear infinite; }
.zm-marquee__item {
  font-family: var(--zm-font-display);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-inline-end: clamp(28px, 4vw, 60px);
}
.zm-marquee__item::after {
  content: "\25C9";
  margin-inline-start: clamp(28px, 4vw, 60px);
  color: var(--zm-anthra);
  font-size: 0.85em;
}
@keyframes zm-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   USP-BAR
   ============================================================ */
.usp { background: var(--zm-bg-alt); border-bottom: 1px solid var(--zm-ink-100); padding-block: var(--zm-section-y-tight); }
.usp__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--zm-sp-8); text-align: center; }
.usp__item .n {
  font-family: var(--zm-font-display);
  font-weight: 700;
  font-size: var(--zm-text-h3);
  color: var(--zm-ink-900);
  letter-spacing: var(--zm-track-tight);
}
.usp__item .s { margin-top: var(--zm-sp-2); font-size: var(--zm-text-sm); color: var(--zm-ink-500); }
.usp__note {
  margin-top: var(--zm-sp-8);
  text-align: center;
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-wide);
  color: var(--zm-ink-500);
}

/* ============================================================
   STATS
   ============================================================ */
.stats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--zm-sp-8); }
.stat {
  padding: var(--zm-sp-8);
  border: 1px solid var(--zm-magenta-hair-dark);
  border-radius: var(--zm-radius-lg);
  background: linear-gradient(180deg, rgba(250, 247, 240, 0.03), transparent);
}
.stat__no { font-family: var(--zm-font-mono); font-size: var(--zm-text-eyebrow); letter-spacing: var(--zm-track-widest); color: var(--zm-on-dark-muted); }
.stat .big {
  margin-top: var(--zm-sp-4);
  font-family: var(--zm-font-display);
  font-weight: 800;
  font-size: var(--zm-text-display-2);
  line-height: var(--zm-lh-tight);
  letter-spacing: var(--zm-track-tighter);
  color: var(--zm-accent-text-on-dark);
}
.stat .lbl {
  margin-top: var(--zm-sp-3);
  font-family: var(--zm-font-display);
  font-weight: 700;
  font-size: var(--zm-text-h3);
  color: var(--zm-on-dark);
  letter-spacing: var(--zm-track-tight);
}
.stat .desc { margin-top: var(--zm-sp-3); font-size: var(--zm-text-sm); color: var(--zm-on-dark-muted); }

/* ============================================================
   PRODUKT-FEATURE
   ============================================================ */
.feat { background: var(--zm-bg-wash); }
.feat__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.feat__media { background: var(--zm-cream-200); border-radius: var(--zm-radius-lg); padding: clamp(24px, 4vw, 48px); }
.feat__media .zm-visual img { max-height: 440px; width: auto; filter: drop-shadow(0 20px 40px rgba(26, 28, 25, 0.22)); }
.feat__list { margin-top: var(--zm-sp-8); display: grid; gap: var(--zm-sp-4); }
.feat__list li { position: relative; padding-left: 30px; font-size: var(--zm-text-body-lg); color: var(--zm-ink-700); }
.feat__list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 14px; height: 2px; background: var(--zm-accent-text); }
.feat__ingredients { display: flex; flex-wrap: wrap; gap: var(--zm-sp-2); margin-top: var(--zm-sp-8); }
.feat__ingredients span {
  padding: 7px 14px;
  border: 1px solid var(--zm-cream-300);
  border-radius: var(--zm-radius-pill);
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-wide);
  text-transform: uppercase;
  color: var(--zm-ink-500);
}
.feat__cta {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: var(--zm-sp-6);
  margin-top: var(--zm-sp-10);
  padding-top: var(--zm-sp-8);
  border-top: 1px solid var(--zm-magenta-hair);
}
.feat__price {
  font-family: var(--zm-font-display);
  font-weight: 800;
  font-size: var(--zm-text-h3);
  color: var(--zm-accent-text);
  letter-spacing: var(--zm-track-tight);
}
.feat__price span {
  font-family: var(--zm-font-mono);
  font-weight: 400;
  font-size: var(--zm-text-meta);
  color: var(--zm-ink-500);
  letter-spacing: var(--zm-track-wide);
}

/* ============================================================
   REZEPTE
   ============================================================ */
.recipes { background: var(--zm-bg-alt); }
.recipes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
.recipes__list { display: grid; gap: var(--zm-sp-4); margin-top: var(--zm-sp-8); }
.recipes__list li {
  padding: var(--zm-sp-5) var(--zm-sp-6);
  background: var(--zm-paper);
  border: 1px solid var(--zm-ink-100);
  border-radius: var(--zm-radius-none);
  transition:
    transform var(--zm-dur-fast) var(--zm-ease-out),
    border-color var(--zm-dur-base) var(--zm-ease-out),
    box-shadow var(--zm-dur-base) var(--zm-ease-out);
}
.recipes__list li:hover { transform: translateY(-4px); border-color: var(--zm-accent); box-shadow: var(--zm-shadow-md); }
.recipes__list .no { font-family: var(--zm-font-mono); font-size: var(--zm-text-eyebrow); letter-spacing: var(--zm-track-widest); color: var(--zm-ink-500); }
.recipes__list .t {
  display: block; margin-top: var(--zm-sp-2);
  font-family: var(--zm-font-display);
  font-weight: 700;
  font-size: var(--zm-text-h3);
  letter-spacing: var(--zm-track-tight);
}
.recipes__list .d {
  display: block; margin-top: var(--zm-sp-1);
  font-family: var(--zm-font-serif);
  font-style: italic;
  font-size: var(--zm-text-body-lg);
  color: var(--zm-ink-500);
}
.recipes__img img { width: 100%; border-radius: var(--zm-radius-lg); box-shadow: var(--zm-shadow-lg); }

/* ============================================================
   NAEHRWERTE (echtes Markup statt Bitmap)
   ============================================================ */
.nutri__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 6vw, 72px); align-items: start; }
.nutri__panel {
  background: var(--zm-paper);
  border: 1px solid var(--zm-ink-100);
  border-radius: var(--zm-radius-lg);
  box-shadow: var(--zm-shadow-md);
  padding: clamp(20px, 3vw, 36px);
  overflow-x: auto;
}
.nutri table { width: 100%; border-collapse: collapse; font-size: 15px; }
.nutri caption {
  text-align: left;
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-widest);
  text-transform: uppercase;
  color: var(--zm-ink-500);
  padding-bottom: var(--zm-sp-5);
}
.nutri th, .nutri td { padding: 11px 8px; border-bottom: 1px solid var(--zm-ink-100); text-align: left; }
.nutri thead th {
  font-family: var(--zm-font-mono);
  font-weight: 400;
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-widest);
  text-transform: uppercase;
  color: var(--zm-ink-500);
}
.nutri thead th:last-child { color: var(--zm-accent-text); text-align: right; }
.nutri tbody td:last-child {
  background: var(--zm-magenta-wash);
  font-family: var(--zm-font-display);
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.nutri tbody tr:last-child td { border-bottom: 0; }
.nutri td.indent { padding-left: 22px; color: var(--zm-ink-500); }
.nutri__legal {
  margin-top: var(--zm-sp-5);
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-wide);
  color: var(--zm-ink-500);
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--zm-sp-8); }
.review {
  padding: var(--zm-sp-8);
  border: 1px solid var(--zm-magenta-hair-dark);
  border-radius: var(--zm-radius-lg);
  background: rgba(250, 247, 240, 0.03);
  display: flex;
  flex-direction: column;
}
.review .stars { color: var(--zm-accent-text-on-dark); font-size: 18px; letter-spacing: 3px; }
.review p { margin-top: var(--zm-sp-5); font-size: var(--zm-text-body-lg); line-height: var(--zm-lh-relaxed); color: var(--zm-on-dark); flex-grow: 1; }
.review .who { margin-top: var(--zm-sp-6); font-family: var(--zm-font-display); font-weight: 700; color: var(--zm-on-dark); }
.review .when { margin-top: var(--zm-sp-1); font-family: var(--zm-font-mono); font-size: var(--zm-text-meta); color: var(--zm-on-dark-muted); }
.reviews__source {
  margin-top: var(--zm-sp-10);
  text-align: center;
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-wide);
  color: var(--zm-on-dark-muted);
}
.reviews__source a { color: var(--zm-accent-text-on-dark); text-underline-offset: 3px; }

/* ============================================================
   PARTNER
   ============================================================ */
.partner { border-top: 4px solid var(--zm-partner); border-bottom: 4px solid var(--zm-partner); text-align: center; }
.partner .zm-lockup { margin-top: var(--zm-sp-10); }
.partner__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 64px);
  max-width: var(--zm-page-narrow);
  margin: var(--zm-sp-12) auto 0;
  text-align: left;
}
.partner__col h3 { font-size: var(--zm-text-h3); font-weight: 700; letter-spacing: var(--zm-track-tight); }
.partner__col p { margin-top: var(--zm-sp-3); color: var(--zm-ink-700); line-height: var(--zm-lh-relaxed); }
.partner__col .meta {
  margin-top: var(--zm-sp-3);
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-wide);
  color: var(--zm-ink-500);
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.final { text-align: center; }
.final__in { max-width: var(--zm-page-narrow); margin-inline: auto; }
.final h2 { font-size: var(--zm-text-display-2); color: var(--zm-on-dark); }
.final h2 > span { display: block; }
.final h2 .line-1 {
  font-family: var(--zm-font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 0.5em;
  letter-spacing: 0;
  color: var(--zm-accent-text-on-dark);
  margin-bottom: 0.06em;
}
.final p { margin: var(--zm-sp-6) auto 0; max-width: 48ch; font-size: var(--zm-text-body-lg); line-height: var(--zm-lh-relaxed); color: var(--zm-on-dark-muted); }
.final__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: var(--zm-sp-4); margin-top: var(--zm-sp-10); }
.final__lockup { margin-top: var(--zm-sp-16); padding-top: var(--zm-sp-10); border-top: 1px solid var(--zm-on-dark-hair); }
.final__lockup .zm-lockup__veatzz { height: 34px; }
.final__lockup .zm-lockup__vegannett { height: 48px; }
.final__lockup .zm-lockup__role, .final__lockup .zm-lockup__x { color: var(--zm-on-dark-muted); }
.final__addr {
  margin-top: var(--zm-sp-6);
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-eyebrow);
  letter-spacing: var(--zm-track-wide);
  color: var(--zm-on-dark-muted);
}

/* ============================================================
   FOOTER
   ============================================================ */
.foot { background: var(--zm-bg-contrast); color: var(--zm-on-dark); padding-block: var(--zm-sp-16) var(--zm-sp-10); }
.foot__grid { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: clamp(32px, 5vw, 64px); }
.foot .zm-lockup__veatzz { height: 32px; }
.foot .zm-lockup__vegannett { height: 46px; }
.foot .zm-lockup__role, .foot .zm-lockup__x { color: var(--zm-on-dark-muted); }
.foot__h { font-family: var(--zm-font-mono); font-size: var(--zm-text-eyebrow); letter-spacing: var(--zm-track-widest); text-transform: uppercase; color: var(--zm-on-dark-muted); }
.foot__links { display: grid; gap: var(--zm-sp-3); margin-top: var(--zm-sp-5); }
.foot__links a { color: var(--zm-on-dark); text-decoration: none; transition: color var(--zm-dur-fast) var(--zm-ease-out); }
.foot__links a:hover { color: var(--zm-accent-text-on-dark); }
.foot__buy { margin-top: var(--zm-sp-5); color: var(--zm-on-dark-muted); line-height: var(--zm-lh-relaxed); }
.foot__buy b { color: var(--zm-partner); font-weight: 600; }
.foot__legal {
  margin-top: var(--zm-sp-12);
  padding-top: var(--zm-sp-6);
  border-top: 1px solid var(--zm-on-dark-hair);
  display: flex;
  flex-wrap: wrap;
  gap: var(--zm-sp-5);
  align-items: center;
  font-family: var(--zm-font-mono);
  font-size: var(--zm-text-meta);
  color: var(--zm-on-dark-muted);
}
.foot__legal a { color: var(--zm-on-dark-muted); text-underline-offset: 3px; }
.foot__legal a:hover { color: var(--zm-on-dark); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1023px) {
  .nav__links { display: none; }
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero .zm-visual { order: -1; }
  .hero .zm-visual img { max-height: 34vh; }
  .feat__grid, .recipes__grid, .nutri__grid, .foot__grid,
  .stats__grid, .reviews__grid, .partner__cols { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --zm-lockup-veatzz-h: 26px; }
  .brand { gap: var(--zm-sp-2); }
  .brand__name { font-size: 17px; }
  .nav__vn img { height: 24px; }
  .nav__buy .btn { padding: var(--zm-sp-3) var(--zm-sp-5); font-size: var(--zm-text-sm); }
  .hero { min-height: auto; }
  .hero h1 { max-width: none; }
  .zm-lockup__veatzz { height: 34px; }
  .zm-lockup__vegannett { height: 50px; }
}

@media (max-width: 680px) {
  .usp__grid { grid-template-columns: repeat(2, 1fr); gap: var(--zm-sp-6); }
}

@media (max-width: 560px) {
  .zm-marquee { padding: 9px 0; }
  .zm-marquee__item { font-size: 13px; }
  .zm-marquee__track { animation-duration: 22s; }
  .zm-lockup { flex-direction: column; gap: var(--zm-sp-6); }
  .final__cta .btn, .hero__cta .btn { width: 100%; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .zm-visual img, .zm-marquee__track { animation: none; }
  .zm-grain::after { display: none; }
  .zm-sticker { transition: none; }
}
