/* Gemeinsamer Stil von Startseite und Produktseite (ausgelagert 15.09.2026). */
/* ===========================================================================
   augenmerk – Marketingseite, Fassung vom 08.09.2026.

   Grundlage: der ChatGPT-Entwurf (design/augenmerk Landingpage.dc.html) und
   die Positionierung V2 in konzept/. Alle Zahlen auf dieser Seite sind echte
   Messwerte aus dem Projekt „Tiefkühlpizza" (Gustavo Gusto, 4 Läufe bis
   07.09.2026) bzw. dem Projekt „Banken" – keine erfundenen Beispiele und
   KEINE Kundendaten (Oryza ist Kunde und bleibt draußen, 08.09.2026). Wer eine Zahl
   ändert, ändert sie bitte auch im Kommentar am jeweiligen Block.

   Keine Scroll-Choreografie mehr, kein GSAP: Die Seite soll tragen, was sie
   verspricht – Ruhe schlägt Effekt.
   =========================================================================== */

:root {
  --bg:         #0b0b0c;
  --bg-2:       #121214;
  --paper:      #f4f3f0;      /* helle Kästen: das Produkt ist hell */
  --paper-2:    #e9e7e2;
  --ink:        #ece7e3;
  --ink-bright: #ffffff;
  --ink-body:   #a9a19b;
  --ink-mono:   #8b837d;
  --on-paper:   #17171a;
  --on-paper-2: #56524e;
  --on-paper-3: #8a8580;
  --hairline:   rgba(236,231,227,0.12);
  --hairline-p: rgba(23,23,26,0.12);
  --accent:     #e0472b;      /* Rot = Schwäche, wie im Produkt */
  --schwaeche:  #b3261e;
  --staerke:    #1d7a46;
  --neutral:    #c48a1c;
  --field-line: rgba(236,231,227,0.28);
  --sans: "Geist", Helvetica, Arial, sans-serif;
  --mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --max: 1200px;
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
* { box-sizing: border-box; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden;
  font-size: 16px; line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
::selection { background: rgba(224,71,43,0.28); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.wrap { max-width: var(--max); margin: 0 auto; padding-left: clamp(20px, 5vw, 56px); padding-right: clamp(20px, 5vw, 56px); }
.eyebrow { margin: 0 0 14px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mono); }
h1, h2, h3 { margin: 0; color: var(--ink-bright); letter-spacing: -0.028em; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(34px, 5.4vw, 60px); font-weight: 700; }
h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 700; }
h3 { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; }
p { margin: 0; }
.lead { font-size: clamp(17px, 1.6vw, 20px); line-height: 1.55; color: var(--ink-body); max-width: 60ch; }
.body { font-size: 16px; color: var(--ink-body); max-width: 62ch; }
em.s { color: var(--accent); font-style: italic; }
em.g { color: #4fb37a; font-style: italic; }
.mono { font-family: var(--mono); }

/* --- Kopf ----------------------------------------------------------------- */
.kopf { position: sticky; top: 0; z-index: 20; background: rgba(11,11,12,0.86); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--hairline); }
.kopf .wrap { display: flex; align-items: center; justify-content: space-between; height: 100px; gap: 24px; }
.marke { display: flex; align-items: center; }
.marke img { display: block; height: 36px; width: auto; }
.nav { display: flex; align-items: center; gap: 26px; font-size: 14px; color: var(--ink-body); }
.nav a:hover { color: var(--ink-bright); }
.nav .cta { color: var(--ink-bright); border: 1px solid var(--field-line); padding: 8px 14px; border-radius: 2px; }
.nav .cta:hover { border-color: var(--accent); color: var(--accent); }
@media (max-width: 760px) { .nav a:not(.cta) { display: none; } }

/* --- Abschnitte ------------------------------------------------------------ */
section { padding: clamp(64px, 9vw, 120px) 0; border-bottom: 1px solid var(--hairline); scroll-margin-top: 100px; }
section.dicht { padding-top: clamp(40px, 5vw, 64px); padding-bottom: clamp(40px, 5vw, 64px); }
.zwei { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
@media (max-width: 900px) { .zwei { grid-template-columns: 1fr; } }
.kopfzeile { display: flex; flex-direction: column; gap: 18px; margin-bottom: clamp(32px, 4vw, 56px); }
.kopfzeile .marke-etikett { align-self: flex-start; margin: 0 0 4px; }

/* --- Auftakt: das erste Slide der Startseite, hier ohne GSAP ------------
   Ein Bildschirm hoch unter der Kopfzeile, Überschrift aus zwei Stimmen
   (gedämpft / weiß), die Begriffe in Rot. Die Wörter steigen per CSS auf;
   ohne JS ist alles sofort sichtbar. */
.auftakt { min-height: calc(100svh - 100px); display: flex; align-items: center; padding: 12vh 0; }
.auftakt .eyebrow { margin-bottom: clamp(28px, 5vh, 52px); }
.auftakt h1 { font-size: clamp(38px, 7.4vw, 104px); line-height: 1.04; letter-spacing: -0.032em; max-width: 15.5em; }
.auftakt h1 .soft { opacity: .7; }
.auftakt h1 .hard { color: var(--ink-bright); }
.auftakt .lede { margin: clamp(28px, 4.5vh, 48px) 0 0; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; color: var(--ink-body); max-width: 34em; }
.auftakt .lede + .lede { margin-top: 14px; color: var(--ink); }
.auftakt .scrollcue { margin-top: clamp(40px, 7vh, 76px); font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mono); display: inline-flex; align-items: center; gap: 10px; }
.auftakt .scrollcue .bar { display: block; width: 1px; height: 26px; background: linear-gradient(var(--ink-mono), transparent); }
/* Pulsieren: der Strich wandert nach unten und verblasst, das Wort atmet mit. */
@keyframes am-strich { 0% { transform: translateY(-6px); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(10px); opacity: 0; } }
@keyframes am-atmen { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
.auftakt .scrollcue .bar { animation: am-strich 1.8s ease-in-out infinite; }
.auftakt .scrollcue .text { animation: am-atmen 1.8s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .auftakt .scrollcue .bar, .auftakt .scrollcue .text { animation: none; opacity: 1; transform: none; } }
.auftakt .wort { display: inline-block; }
/* Die roten Begriffe zünden erst, wenn die Wörter gelandet sind (≈ 1,5 s), wie auf der Startseite. */
.auftakt .glow-target { transition: color 900ms ease 1.6s, text-shadow 900ms ease 1.6s; }
html.auftakt-an .auftakt .glow-target { color: var(--accent); text-shadow: 0 0 28px rgba(224,71,43,0.32); }
@keyframes am-wort { from { opacity: 0; transform: translateY(0.42em); } to { opacity: 1; transform: none; } }
html.auftakt-an .auftakt .wort { opacity: 0; animation: am-wort 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: calc(150ms + var(--i) * 35ms); }
html.auftakt-an .auftakt .lede, html.auftakt-an .auftakt .scrollcue { opacity: 0; animation: am-wort 800ms ease-out forwards; }
html.auftakt-an .auftakt .lede { animation-delay: 550ms; }
html.auftakt-an .auftakt .lede + .lede { animation-delay: 2700ms; }
html.auftakt-an .auftakt .scrollcue { animation-delay: 670ms; }
@media (prefers-reduced-motion: reduce) {
  html.auftakt-an .auftakt .wort, html.auftakt-an .auftakt .lede, html.auftakt-an .auftakt .scrollcue { animation: none; opacity: 1; }
  .auftakt .glow-target { transition: none; }
}
@media (max-width: 720px) { .auftakt .scrollcue { display: none; } .auftakt { min-height: 0; padding: clamp(56px, 12vh, 96px) 0; } }

/* --- Hero ------------------------------------------------------------------ */
.hero { padding-top: clamp(56px, 8vw, 104px); }
.hero .links { display: flex; flex-direction: column; gap: 24px; }
.hero .aktionen { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 8px; }
.knopf { display: inline-flex; align-items: center; background: var(--accent); color: #fff; border: 1px solid var(--accent); font-size: 15px; font-weight: 500; padding: 14px 22px; border-radius: 2px; transition: background 200ms, color 200ms; }
.knopf:hover { background: transparent; color: var(--accent); }
.auftakt-cta, .abschluss-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.abschluss { padding: 96px 0 72px; border-top: 1px solid var(--line, rgba(255,255,255,0.12)); }
.abschluss h2 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.02em; margin: 0 0 16px; }
.abschluss .body { max-width: 60ch; }
.knopf.leise { background: transparent; color: var(--ink); border-color: var(--field-line); }
.knopf.leise:hover { border-color: var(--ink-bright); color: var(--ink-bright); }

/* Die Produktansicht als HTML nachgebaut, nicht als Bild: bleibt scharf,
   bleibt lesbar, altert nicht mit dem nächsten Release. Zahlen: Gustavo
   Gusto, Stand 07.09.2026. */
.geraet { background: var(--paper); color: var(--on-paper); border-radius: 4px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06); }
.geraet .leiste { background: #17171a; color: #cfcbc7; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; padding: 10px 16px; display: flex; gap: 14px; align-items: center; }
.geraet .leiste i { width: 8px; height: 8px; border-radius: 50%; background: #3a3a40; display: inline-block; }
.geraet .inhalt { padding: 22px 22px 20px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 18px; }
@media (max-width: 560px) { .geraet .inhalt { grid-template-columns: 1fr; } }
.geraet .krume { font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-paper-3); margin-bottom: 10px; }
.geraet .lage { font-size: clamp(18px, 1.7vw, 22px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.18; color: var(--on-paper); }
.geraet .lage em { color: var(--schwaeche); font-style: italic; }
.geraet dl { margin: 14px 0 0; display: flex; flex-direction: column; gap: 9px; }
.geraet dt { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-paper-3); }
.geraet dd { margin: 2px 0 0; font-size: 12px; line-height: 1.5; color: var(--on-paper-2); }
.geraet dd b { color: var(--on-paper); font-weight: 600; }
.tipp { background: #fff; border: 1px solid var(--hairline-p); padding: 14px 16px; display: flex; flex-direction: column; gap: 8px; }
.tipp + .tipp { margin-top: 12px; }
.tipp .t { font-size: 13.5px; font-weight: 600; line-height: 1.35; color: var(--on-paper); letter-spacing: -0.01em; }
.tipp .d { font-size: 11.5px; color: var(--on-paper-2); line-height: 1.5; }
.tipp .d b { color: var(--on-paper); }
.kpis { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 560px) { .kpis { grid-template-columns: repeat(2, 1fr); } }
.kpi { background: #fff; border: 1px solid var(--hairline-p); padding: 12px 14px; }
.kpi .n { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-paper-3); }
.kpi .z { margin-top: 8px; font-size: 34px; font-weight: 700; letter-spacing: -0.045em; line-height: 0.95; color: var(--on-paper); font-variant-numeric: tabular-nums; }
.kpi .z small { font-size: 11px; font-weight: 500; color: var(--on-paper-3); margin-left: 3px; letter-spacing: 0; }
.kpi .v { margin-top: 8px; font-size: 11px; color: var(--on-paper-2); line-height: 1.4; }

/* Gestalteter Screenshot im Hero (Test 08.09.2026). Das Bild bringt Monitor,
   Schatten und weißen Grund selbst mit — deshalb kein Rahmen, kein Schatten
   aus CSS; nur ein sanfter Verlauf hinter dem weißen Bild, damit es auf dem
   dunklen Grund nicht wie ein Fremdkörper steht. */
.monitor { margin: 0; position: relative; }
.monitor img { display: block; width: 100%; height: auto; border-radius: 6px; }
.monitor::before { content: ""; position: absolute; inset: -40px -60px -60px; background: radial-gradient(60% 60% at 50% 45%, rgba(255,255,255,0.10), rgba(255,255,255,0) 70%); z-index: -1; pointer-events: none; }
/* Variante 3 (08.09.2026): Der Monitor liegt als Hintergrund ganz rechts,
   der Text läuft links darüber. So kann das Bild deutlich größer stehen.
   Die Bildfarbe am linken Rand ist der Hero-Grund, damit der Übergang vom
   Bild in die Fläche unsichtbar bleibt. */
.hero.bild {
  /* Flache Fläche #d7d8e2, davor der Szenen-Stapel:
     neun Frames aus derselben Vorlage (3000×2000 und 1800×1200 fürs Handy, transparent), der
     Monitorkörper ist pixelgleich, nur der Bildschirm wechselt. Das Bild
     hängt rechts und ist 88 % der Breite: der Monitor beginnt bei ≈ 51 %
     von links, der Text davor bleibt frei. Höhe an die Breite gekoppelt,
     Überstand oben und unten (Weißraum, Schattensaum) wird beschnitten. */
  background: #d7d8e2; position: relative; overflow: hidden;
  color: var(--on-paper); min-height: 50.7vw;
  display: flex; align-items: center;
  padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(40px, 6vw, 80px);
}
.hero.bild .wrap { position: relative; z-index: 1; }
.szenen { position: absolute; inset: 0; pointer-events: none; }
/* Einfahrt: der Monitor kommt beim Scrollen von rechts aus der Unschärfe.
   Ausgangslage nur mit JS (html.js), damit ohne Skript nichts fehlt. */
html.js .szenen { transform: translateX(72px); opacity: 0; filter: blur(14px); will-change: transform, opacity, filter; }
html.js .szenen.da { transform: none; opacity: 1; filter: blur(0); transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease-out, filter 1.1s ease-out; }
@media (prefers-reduced-motion: reduce) { html.js .szenen { transform: none; opacity: 1; filter: none; transition: none; } }
.szenen img { position: absolute; right: 0; top: 50%; width: 88%; height: auto; transform: translateY(-50%); opacity: 0; transition: opacity 900ms ease; }
.szenen img.an { opacity: 1; }
.hero.bild h2 { color: var(--on-paper); }
.hero.bild .lead { color: var(--on-paper-2); }
.hero.bild .eyebrow { color: var(--on-paper-3); }
.hero.bild .knopf.leise { color: var(--on-paper); border-color: rgba(23,23,26,0.28); }
.hero.bild .links { max-width: 42%; }
.hero.bild .lead { max-width: 46ch; }
.hero.bild h2 { font-size: clamp(26px, 3.1vw, 40px); font-weight: 700; line-height: 1.16; color: var(--on-paper); }
/* Die vier Sätze erscheinen nacheinander, sobald das Slide im Bild ist. */
html.js .hero.bild h2 .satz { opacity: 0; transition: opacity 700ms ease; }
html.js #ueberblick.da h2 .satz { opacity: 1; }
html.js #ueberblick.da h2 .satz:nth-child(2) { transition-delay: 0.9s; }
html.js #ueberblick.da h2 .satz:nth-child(3) { transition-delay: 1.8s; }
.hero.bild h2 .satz:nth-child(4) { font-weight: 800; }
/* Erster und vierter Satz werden zwei Sekunden nach ihrem Erscheinen dunkelrot. */
html.js #ueberblick.da h2 .satz:nth-child(1) { transition: opacity 700ms ease, color 900ms ease 2.7s; color: var(--schwaeche); }
html.js #ueberblick.da h2 .satz:nth-child(4) { transition: opacity 700ms ease 2.7s, color 900ms ease 5.4s; color: var(--schwaeche); }
html:not(.js) #ueberblick h2 .satz:nth-child(1), html:not(.js) #ueberblick h2 .satz:nth-child(4) { color: var(--schwaeche); }
@media (prefers-reduced-motion: reduce) { html.js .hero.bild h2 .satz { opacity: 1 !important; transition: none; } html.js .hero.bild h2 .satz:nth-child(1), html.js .hero.bild h2 .satz:nth-child(4) { color: var(--schwaeche); } }
@media (max-width: 900px) {
  /* Handy: Text oben, der Monitor darunter in einem eigenen Streifen. */
  .hero.bild { min-height: 0; padding-bottom: 72vw; display: block; }
  .hero.bild .links { max-width: 100%; }
  .hero.bild .lead { max-width: 60ch; }
  .szenen { inset: auto 0 0 0; height: 72vw; overflow: hidden; }
  .szenen img { width: 130%; top: -8vw; transform: none; }
}
@media (max-width: 600px) { .hero.bild { padding-bottom: 92vw; } .szenen { height: 92vw; } .szenen img { width: 165%; top: -12vw; } }
/* Variante „heller Hero": Der weiße Grund des Bildes geht im Papierton auf. */
.hero.hell { background: #d7d7df; /* Randpixel der JPG, nicht #d9d9e1: JPEG verschiebt die Farbe leicht */ color: var(--on-paper); }
.hero.hell h1 { color: var(--on-paper); }
.hero.hell .lead { color: var(--on-paper-2); }
.hero.hell .eyebrow { color: var(--on-paper-3); }
.hero.hell .knopf.leise { color: var(--on-paper); border-color: var(--hairline-p); }
.hero.hell .monitor::before { display: none; }

/* --- Vertrauensleiste ------------------------------------------------------ */
.leiste4 { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--hairline); }
.leiste4 > div { padding: 22px 22px; border-right: 1px solid var(--hairline); }
.leiste4 > div:last-child { border-right: 0; }
.leiste4 b { display: block; font-size: 15px; color: var(--ink-bright); font-weight: 600; margin-bottom: 6px; }
.leiste4 span { font-size: 13.5px; color: var(--ink-body); line-height: 1.5; }
@media (max-width: 900px) { .leiste4 { grid-template-columns: 1fr 1fr; } .leiste4 > div:nth-child(2) { border-right: 0; } .leiste4 > div:nth-child(-n+2) { border-bottom: 1px solid var(--hairline); } }
@media (max-width: 520px) { .leiste4 { grid-template-columns: 1fr; } .leiste4 > div { border-right: 0; border-bottom: 1px solid var(--hairline); } .leiste4 > div:last-child { border-bottom: 0; } }


/* Systeme-Leiste (Skizze 08.09.2026) */
.systeme .systeme-kopf { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 24px 48px; align-items: start; margin-bottom: 28px; }
@media (max-width: 800px) { .systeme .systeme-kopf { grid-template-columns: 1fr; } }
.systeme .marke-etikett { margin: 0; justify-self: start; }
/* Trennlinien als 1px-Lücke im Raster statt Rahmen an den Zellen: So gibt es
   an keiner Kante eine doppelte Linie, egal wie umgebrochen wird. */
.llms { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); }
@media (max-width: 900px) { .llms { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .llms { grid-template-columns: repeat(2, 1fr); } }
.llm { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 26px 14px 22px; background: var(--bg); text-align: center; }
.llm .logo { display: grid; place-items: center; height: 44px; }
.llm .logo svg, .llm .logo img { height: 34px; width: auto; max-width: 120px; fill: #fff; opacity: .92; transition: opacity 200ms; }
.llm:hover .logo svg, .llm:hover .logo img { opacity: 1; }
.llm b { font-size: 14px; color: var(--ink-bright); font-weight: 600; }
.llm .modus { font-size: 12px; color: var(--ink-mono); line-height: 1.4; white-space: nowrap; }

/* --- Helle Kästen ---------------------------------------------------------- */
.karte { background: var(--paper); color: var(--on-paper); padding: clamp(22px, 3vw, 34px); border-radius: 3px; }
.karte .krume { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-paper-3); margin-bottom: 12px; }
.karte h3 { color: var(--on-paper); }
.karte p { color: var(--on-paper-2); }
.karte .zahl { font-size: clamp(56px, 7vw, 84px); font-weight: 700; letter-spacing: -0.05em; line-height: 0.9; color: var(--on-paper); font-variant-numeric: tabular-nums; }
.karte .zahl small { font-size: 16px; font-weight: 500; color: var(--on-paper-3); margin-left: 4px; letter-spacing: 0; }
.karten2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 720px) { .karten2 { grid-template-columns: 1fr; } }
.karten3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 900px) { .karten3 { grid-template-columns: 1fr; } }
.paar { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; padding: 9px 0; border-bottom: 1px solid var(--hairline-p); font-size: 14px; }
.paar:last-child { border-bottom: 0; }
.paar .w { font-family: var(--mono); font-size: 12.5px; font-variant-numeric: tabular-nums; color: var(--on-paper); white-space: nowrap; }
.paar .w.rot { color: var(--schwaeche); }
.paar .w.gruen { color: var(--staerke); }
.balken { height: 6px; background: var(--paper-2); margin-top: 12px; }
.balken i { display: block; height: 100%; background: var(--on-paper); }
.balken.rot i { background: var(--schwaeche); }

/* Tabelle SEO-GEO-Lücke */
table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
th { text-align: left; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--on-paper-3); font-weight: 500; padding: 0 10px 10px 0; border-bottom: 1px solid var(--hairline-p); }
td { padding: 10px 10px 10px 0; border-bottom: 1px solid var(--hairline-p); color: var(--on-paper-2); vertical-align: top; }
td.z, th.z { text-align: right; padding-right: 0; font-variant-numeric: tabular-nums; }
td.z { font-family: var(--mono); font-size: 12.5px; color: var(--on-paper); }
td .pfad { color: var(--on-paper); word-break: break-all; }
td.z.rot { color: var(--schwaeche); font-weight: 600; }
tr.hell td { background: #fff; }

/* Beleg */
.beleg { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--hairline-p); }
@media (max-width: 720px) { .beleg { grid-template-columns: 1fr; } }
.beleg > div { padding: 22px 24px; }
.beleg > div:first-child { border-right: 1px solid var(--hairline-p); background: #fff; }
@media (max-width: 720px) { .beleg > div:first-child { border-right: 0; border-bottom: 1px solid var(--hairline-p); } }
.beleg .krume { margin-bottom: 8px; }
.beleg .zitat { font-size: 19px; line-height: 1.35; color: var(--on-paper); letter-spacing: -0.01em; }
.beleg .zitat mark { background: rgba(179,38,30,0.10); color: var(--on-paper); padding: 0 3px; }
.kette { display: flex; flex-wrap: wrap; gap: 6px 0; align-items: center; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-paper-3); margin-bottom: 18px; }
.kette span::after { content: "→"; margin: 0 10px; color: var(--on-paper-3); }
.kette span:last-child::after { content: ""; margin: 0; }
.kette span.jetzt { color: var(--on-paper); }

/* Kanäle */
.kanaele { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--hairline); }
@media (max-width: 720px) { .kanaele { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .kanaele { grid-template-columns: 1fr; } }
.kanal { padding: 22px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.kanal b { display: block; font-size: 16px; color: var(--ink-bright); font-weight: 600; margin-bottom: 4px; }
.kanal span { font-size: 13.5px; color: var(--ink-body); }
.kanal .m { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mono); margin-bottom: 12px; display: block; }

/* Liste mit Häkchen */
.haken { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; }
@media (max-width: 600px) { .haken { grid-template-columns: 1fr; } }
.haken li { display: flex; gap: 12px; font-size: 15px; color: var(--ink); line-height: 1.45; }
.haken li::before { content: "✓"; font-family: var(--mono); color: #4fb37a; flex: 0 0 auto; }
.haken li.offen::before { content: "–"; color: var(--neutral); }

/* Über */
.person { display: flex; align-items: center; gap: 18px; }
.portraet { margin: 0; display: flex; justify-content: center; align-items: center; }
.portraet img { display: block; width: min(100%, 440px); height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
@media (max-width: 900px) { .portraet img { width: min(100%, 320px); } }
.avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; filter: grayscale(100%); }
.person .name { font-size: 15px; color: var(--ink-bright); }
.person .rolle { font-size: 13px; color: var(--ink-mono); }

/* Warteliste (Logik unten unverändert aus der Vorfassung) */
.waitlist form { display: flex; flex-direction: column; gap: 14px; max-width: 560px; }
.waitlist .row { display: flex; flex-wrap: wrap; gap: 10px; }
.waitlist input[type="email"] { flex: 1 1 240px; min-width: 0; background: rgba(236,231,227,0.04); border: 1px solid var(--field-line); color: var(--ink-bright); font-family: inherit; font-size: 16px; padding: 14px 16px; border-radius: 2px; }
.waitlist input[type="email"]:focus { border-color: var(--accent); outline: none; }
.waitlist input[type="email"][aria-invalid="true"] { border-color: var(--schwaeche); }
.waitlist button { flex: 0 0 auto; background: var(--accent); color: #fff; border: 1px solid var(--accent); font-family: inherit; font-size: 15px; font-weight: 500; padding: 14px 22px; border-radius: 2px; cursor: pointer; white-space: nowrap; transition: background 200ms, color 200ms; }
.waitlist button:hover:not(:disabled) { background: transparent; color: var(--accent); }
.waitlist button:disabled { opacity: .6; cursor: progress; }
.waitlist .fineprint { margin: 0; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; line-height: 1.7; color: var(--ink-mono); }
.waitlist .fineprint a { text-decoration: underline; text-underline-offset: 3px; }
.waitlist .err { margin: 0; font-size: 13px; color: var(--accent); }
.waitlist .sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.waitlist .done { border: 1px solid rgba(224,71,43,0.4); padding: 20px 22px; display: flex; flex-direction: column; gap: 8px; max-width: 560px; }
.waitlist .done .h { margin: 0; font-size: 16px; color: var(--accent); }
.waitlist .done .b { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-body); }

/* Fuß */
footer { padding: 36px 0 44px; font-size: 13px; color: var(--ink-mono); }
footer .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
footer a { text-decoration: underline; text-underline-offset: 3px; margin-left: 18px; }

/* Kein Einblenden beim Scrollen: Im Test blieb Inhalt unsichtbar, wenn der
   Beobachter nicht feuerte. Eine Seite, die ihre Aussagen versteckt, ist
   schlechter als eine ohne Effekt (08.09.2026). */

/* --- Neufassung 10.09.2026: Reiter, Wechselblöcke, Preise, FAQ ----------- */
.marke-etikett { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mono); border: 1px solid var(--hairline); border-radius: 999px; padding: 6px 12px 6px 10px; margin: 0 0 22px; }
.marke-etikett::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.kopf2 { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 20px 56px; align-items: end; margin-bottom: clamp(28px, 4vw, 44px); }
.kopf2 h2 .leise { color: var(--ink-body); font-weight: 500; }
.kopf2 .body { font-size: 17px; line-height: 1.55; }
.kopf2 .body p { margin: 0 0 1em; }
.kopf2 .body p:last-child { margin-bottom: 0; }
@media (max-width: 900px) { .kopf2 { grid-template-columns: 1fr; align-items: start; } }

.reiter { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 14px; }
@media (max-width: 720px) { .reiter { grid-template-columns: repeat(3, 1fr); } }
.reiter button { font: inherit; font-size: 15px; color: var(--ink-body); background: transparent; border: 1px solid transparent; border-radius: 999px; padding: 12px 10px; cursor: pointer; }
.reiter button:hover { color: var(--ink-bright); }
.reiter button[aria-selected="true"] { color: var(--ink-bright); background: var(--bg-2); border-color: var(--hairline); }
.bildkasten { border: 1px solid var(--hairline); border-radius: 6px; overflow: hidden; background: #1a1a1d; }
.bildkasten img { display: block; width: 100%; height: auto; }
.bildkasten [hidden] { display: none; }
.bildtext { display: flex; justify-content: center; align-items: center; gap: 14px; margin-top: 18px; font-size: 16px; color: var(--ink-body); text-align: center; }

.bloecke { display: flex; flex-direction: column; gap: 14px; }
.block { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 0; border: 1px solid var(--hairline); border-radius: 6px; overflow: hidden; background: var(--bg-2); }
.block:nth-child(even) { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.block:nth-child(even) .text { order: 2; }
.block .text { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.block .text .krume { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mono); }
.block .text h3 { font-size: clamp(22px, 2.3vw, 30px); letter-spacing: -0.025em; line-height: 1.15; color: var(--ink-bright); }
.block .text p { color: var(--ink-body); font-size: 15.5px; line-height: 1.55; max-width: 44ch; }
.block .text .nutzen { margin-top: 10px; font-size: 14px; color: var(--ink); display: flex; gap: 10px; align-items: baseline; }
.block .text .nutzen::before { content: "→"; font-family: var(--mono); color: var(--accent); }
.block .bild { background: #1a1a1d; position: relative; min-height: 320px; }
.block .bild img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: left top; }
figure.bild { margin: 0; display: flex; flex-direction: column; }
figure.bild img { flex: 1; min-height: 0; }
figure.bild figcaption { padding: 12px 18px 14px; font-size: 13px; line-height: 1.5; color: var(--body, #a3a4a8); border-top: 1px solid rgba(255,255,255,0.08); }
.hero.bild .eyebrow-hell { font-family: var(--mono, ui-monospace, monospace); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(23,23,26,0.55); margin: 0 0 14px; }
@media (max-width: 900px) { .block, .block:nth-child(even) { grid-template-columns: 1fr; } .block:nth-child(even) .text { order: 0; } .block .bild { min-height: 220px; } }

.abrechnung { display: inline-flex; align-items: center; gap: 4px; border: 1px solid var(--hairline); border-radius: 999px; padding: 4px; margin: 0 0 22px; background: var(--bg-2); }
.abrechnung button { font: inherit; font-size: 14px; color: var(--ink-body); background: transparent; border: 0; border-radius: 999px; padding: 9px 16px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.abrechnung button[aria-pressed="true"] { color: var(--bg); background: var(--ink-bright); }
.abrechnung .spar { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: #4fb37a; }
.abrechnung button[aria-pressed="true"] .spar { color: var(--staerke); }
.preis .takt { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--ink-mono); margin-top: -8px; }
.preise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
@media (max-width: 900px) { .preise { grid-template-columns: 1fr; } }
.preis { background: var(--bg-2); border: 1px solid var(--hairline); border-radius: 6px; padding: clamp(24px, 3vw, 36px); display: flex; flex-direction: column; gap: 18px; }
.preis.mitte { background: #16161a; border-color: rgba(236,231,227,0.3); position: relative; }
@media (min-width: 901px) { .preis.mitte { transform: translateY(-10px); box-shadow: 0 24px 60px rgba(0,0,0,0.35); } }
@media (max-width: 900px) { .preis.mitte { order: -1; } }
.preis .empfehlung { position: absolute; top: -12px; left: clamp(24px, 3vw, 36px); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-bright); background: var(--accent); padding: 4px 10px; border-radius: 2px; }
/* Atmender Schein hinter dem Einstiegs-Knopf: leise an- und abschwellend, bei Berührung ruhig. */
@keyframes am-schein { 0%, 100% { box-shadow: 0 0 0 0 rgba(224,71,43,0); } 50% { box-shadow: 0 0 32px 6px rgba(224,71,43,0.42); } }
.knopf.atmen { animation: am-schein 6s ease-in-out infinite; }
.knopf.atmen:hover, .knopf.atmen:focus-visible { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .knopf.atmen { animation: none; } }
@media (min-width: 901px) { .preis.mitte { transform: translateY(-14px); } }
.preis .name { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-mono); padding-bottom: 14px; border-bottom: 1px solid var(--hairline); }
.preis .betrag { font-size: clamp(40px, 4.4vw, 54px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; color: var(--ink-bright); font-variant-numeric: tabular-nums; }
.preis .betrag.wort { font-size: clamp(28px, 2.8vw, 36px); letter-spacing: -0.03em; line-height: 1.1; padding: 8px 0; }
.preis .betrag small { font-size: 15px; font-weight: 500; letter-spacing: 0; color: var(--ink-mono); margin-left: 6px; }
.preis .fuer { color: var(--ink-body); font-size: 15px; line-height: 1.5; min-height: 46px; }
.preis .knopf, .preis .knopf.leise { align-self: flex-start; }
.preis ul { list-style: none; margin: 6px 0 0; padding: 0; }
.preis li { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--hairline); font-size: 14.5px; color: var(--ink); line-height: 1.4; }
.preis li:last-child { border-bottom: 0; }
.preis li::before { content: "✓"; font-family: var(--mono); color: #4fb37a; flex: 0 0 auto; }
/* Letzter Punkt jeder Karte (16.09.2026): der Weg ins Gespräch, in Rot. */
.preis li.termin::before { content: "→"; color: var(--accent); }
.preis li.termin a { color: var(--accent); font-weight: 600; }
.preis li.termin a:hover { text-decoration: underline; text-underline-offset: 3px; }
.preis li sup { font-family: var(--mono); font-size: 10px; color: var(--ink-mono); margin-left: 2px; }
.preise-fuss sup { color: var(--ink); margin-right: 4px; }
.preise-fuss + .preise-fuss { margin-top: 8px; }
.preise-fuss { margin-top: 18px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; line-height: 1.7; color: var(--ink-mono); }

.faq { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
@media (max-width: 900px) { .faq { grid-template-columns: 1fr; } }
.faq .rubriken { display: flex; flex-direction: column; gap: 4px; position: sticky; top: 88px; }
.faq .rubriken button { font: inherit; font-size: 15px; text-align: left; color: var(--ink-body); background: transparent; border: 1px solid transparent; border-radius: 999px; padding: 10px 14px; cursor: pointer; }
.faq .rubriken button[aria-pressed="true"] { color: var(--ink-bright); background: var(--bg-2); border-color: var(--hairline); }
.faq .rubriken .kontakt { margin-top: 18px; padding: 18px; border: 1px solid var(--hairline); border-radius: 6px; font-size: 14px; color: var(--ink-body); }
.faq .rubriken .kontakt b { display: block; color: var(--ink-bright); margin-bottom: 4px; }
.faq .rubriken .kontakt a { color: var(--ink-bright); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) { .faq .rubriken { position: static; flex-direction: row; flex-wrap: wrap; } .faq .rubriken .kontakt { flex-basis: 100%; } }
.faq details { border-top: 1px solid var(--hairline); }
.faq details:last-child { border-bottom: 1px solid var(--hairline); }
.faq details[hidden] { display: none; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-size: 17px; font-weight: 600; color: var(--ink-bright); display: flex; justify-content: space-between; gap: 20px; align-items: baseline; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); color: var(--ink-mono); font-weight: 400; flex: 0 0 auto; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 22px; color: var(--ink-body); font-size: 15.5px; line-height: 1.6; max-width: 66ch; }
.faq details p a { text-decoration: underline; text-underline-offset: 3px; }

.doku-karten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
@media (max-width: 720px) { .doku-karten { grid-template-columns: 1fr; } }
.doku-karten a { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 2px 8px; padding: 14px 16px; border: 1px solid var(--hairline); border-radius: 6px; font-size: 14px; color: var(--ink); }
.doku-karten a:hover { border-color: var(--ink-body); }
.doku-karten .nr { font-family: var(--mono); font-size: 11px; color: var(--ink-mono); grid-row: span 2; padding-top: 3px; }
.doku-karten .kurz { font-size: 12.5px; color: var(--ink-body); }

/* --- Warmes Glühen wie auf der Startseite (10.09.2026): Position folgt dem
   Scroll (JS setzt --glow-x/--glow-y, weich nachgezogen), Intensität atmet
   unabhängig davon auf dem Compositor. Inhalt liegt darüber (z-index 1). --- */
@keyframes am-breathe {
  0%, 100% { opacity: .48; transform: scale(.92); }
  50%      { opacity: 1;   transform: scale(1.14); }
}
.amb { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.amb > i {
  display: block; position: absolute; inset: 0;
  background: radial-gradient(46vw 42vh at var(--glow-x, 50%) var(--glow-y, 8%),
              rgba(224,71,43,0.20), rgba(142,16,56,0.09) 45%, transparent 72%);
  transform-origin: var(--glow-x, 50%) var(--glow-y, 8%);
  animation: am-breathe 6s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  will-change: opacity, transform;
}
main, footer { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .amb > i { animation: none; opacity: .6; } }

/* Kompakte Antworten-Liste auf der Startseite (15.09.2026) */
.antworten { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; border-top: 1px solid var(--field-line, rgba(255,255,255,0.14)); }
.antworten li { border-bottom: 1px solid var(--field-line, rgba(255,255,255,0.14)); }
.antworten a { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 4px 14px; padding: 22px 0; color: inherit; text-decoration: none; }
.antworten a:hover b { color: var(--accent); }
.antworten .nr { grid-row: 1 / span 3; font-family: var(--mono, ui-monospace, monospace); font-size: 12px; color: var(--ink-mute, #86878b); padding-top: 4px; }
.antworten .krume { font-family: var(--mono, ui-monospace, monospace); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute, #86878b); }
.antworten b { font-size: 18px; line-height: 1.3; letter-spacing: -0.01em; color: var(--ink-bright); font-weight: 600; transition: color 200ms; }
.antworten span:last-child { font-size: 14px; line-height: 1.55; color: var(--body, #a3a4a8); }
.weiter { margin: 32px 0 0; }
@media (max-width: 820px) { .antworten { grid-template-columns: 1fr; } }
/* Produktseite */
.produkt-kopf { padding: 72px 0 24px; }
.produkt-kopf h1 { font-size: clamp(32px, 5vw, 56px); line-height: 1.08; letter-spacing: -0.025em; margin: 14px 0 20px; max-width: 22ch; }
.produkt-kopf .lede { max-width: 64ch; }
.bildkasten.kalender { min-height: 620px; background: #0f0f11; }

/* Kennzahlen-Liste auf der Produktseite (15.09.2026): drei Spalten, viel Luft, Titel als eigene Zeile */
.kpis { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 64px; border-top: 1px solid var(--field-line, rgba(255,255,255,0.14)); }
.kpis li { display: block; padding: 20px 0 22px; border-bottom: 1px solid var(--field-line, rgba(255,255,255,0.14)); }
.kpis b { display: block; font-size: 16px; font-weight: 600; letter-spacing: -0.005em; color: var(--ink-bright); margin-bottom: 8px; }
.kpis span { display: block; font-size: 14px; line-height: 1.55; color: var(--body, #a3a4a8); }
@media (max-width: 1000px) { .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; } }
@media (max-width: 640px) { .kpis { grid-template-columns: 1fr; } }

/* Zahlenleiste (16.09.2026): vier Verbraucherzahlen, Quelle als Fußzeile */
.zahlenleiste { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 40px; border-top: 1px solid var(--hairline); padding-top: 28px; }
.zahlenleiste b .pz { font-size: 0.6em; font-weight: 600; color: var(--ink-body); }
.zahlenleiste b { display: block; font-variant-numeric: tabular-nums; font-size: clamp(40px, 4.6vw, 64px); line-height: 1; letter-spacing: -0.03em; color: var(--ink-bright); font-weight: 700; }
.zahlenleiste b::after { content: ""; display: block; width: 28px; height: 2px; background: var(--accent); margin: 14px 0 12px; }
.zahlenleiste span { display: block; font-size: 15px; line-height: 1.5; color: var(--ink-body); max-width: 26ch; }
.zahlenquelle { margin: 24px 0 0; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--ink-mono); }
@media (max-width: 900px) { .zahlenleiste { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* „Oder sie rät ab.“ (16.09.2026): blendet beim Einscrollen ein und wird
   dann rot. Ohne JS oder mit reduzierter Bewegung sofort sichtbar und rot. */
.zahlen .kopf2 h2 .abrat { display: inline-block; color: var(--accent); }
.js .zahlen .kopf2 h2 .abrat:not(.da) { opacity: 0; transform: translateY(6px); color: var(--ink-body); }
.js .zahlen .kopf2 h2 .abrat { transition: opacity .6s ease .2s, transform .6s ease .2s, color .8s ease 1.1s; }
@media (prefers-reduced-motion: reduce) { .js .zahlen .kopf2 h2 .abrat:not(.da) { opacity: 1; transform: none; color: var(--accent); } .js .zahlen .kopf2 h2 .abrat { transition: none; } }
