/**
 * ALP Nutrition Design-System: Base
 * Fonts, Reset, Container, Typo-Grundformen, Eyebrow, Fokus, Motion.
 */

/* ---- Fonts: NGC DIN, die CI-Schrift (lokal eingebunden, DSGVO) ----
 * Gelieferte Schnitte:
 *   NGC DIN Medium (500)               -> Fliesstext, UI, ruhige Displaygroessen
 *   NGC DIN Bold (700)                 -> Headlines, Buttons, Labels
 *   NGC DIN OnAir Condensed Bold (700) -> schmale Akzente
 *   NGC Din Regular Cond (400)         -> schmaler Leichtschnitt fuer Details
 * Kein Kursiv-Schnitt und kein Regular in Normalbreite vorhanden.
 * Die Gewichts-Ranges decken das volle Spektrum ab, damit der Browser nie
 * kuenstlich fetten muss; font-synthesis: none verhindert Fake-Kursiv.
 */
@font-face {
  font-family: 'NGC DIN';
  src: url('../fonts/ngc-din-medium.woff2') format('woff2');
  font-weight: 100 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'NGC DIN';
  src: url('../fonts/ngc-din-bold.woff2') format('woff2');
  font-weight: 600 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'NGC DIN Cond';
  src: url('../fonts/ngc-din-cond-regular.woff2') format('woff2');
  font-weight: 100 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'NGC DIN Cond';
  src: url('../fonts/ngc-din-cond-bold.woff2') format('woff2');
  font-weight: 600 900; font-style: normal; font-display: swap;
}

/* ---- Reset-Lite ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--fs-body);
  line-height: 1.62;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  /* NGC DIN hat keinen Kursiv-Schnitt: nie kuenstlich schraegstellen. */
  font-synthesis: none;
}
img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--lime-soft); color: var(--ink); }

/* ---- Container: EINE Kante ---- */
.wrap {
  width: min(1200px, 100% - 2 * clamp(20px, 5vw, 48px));
  margin-inline: auto;
}
.wrap--narrow { max-width: 900px; }

/* ---- Sektions-Rhythmus + Gründe ---- */
.section { padding-block: var(--section-y); }
.on-paper { background: var(--paper); --surface: var(--paper); }
.on-bg { background: var(--bg); --surface: var(--bg); }
.on-soft { background: var(--bg-soft); --surface: var(--bg-soft); }

/* ---- Typo-Grundformen ---- */
/* Headlines laufen auf NGC DIN Bold: Medium waere leichter als die
   600er-UI-Elemente und wuerde die Hierarchie umkehren.
   Die ch-Deckel sind angehoben, weil die Ziffer 0 in DIN schmaler ist als in
   Fraunces, die Buchstaben aber breiter: sonst braechen Headlines frueher. */
/* ---- Die Ueberschriften-Leiter, vollstaendig und verbindlich ------------
   Jede Stufe genau einmal definiert. h5 und h6 fehlten bisher komplett und
   fielen auf Browser-Defaults zurueck; h4 lag unter der Fliesstextgroesse,
   die Hierarchie stimmte dort also nicht. Groessen stehen in tokens.css. */
h1, h2, h3, .serif { font-family: var(--serif); font-weight: 700; margin: 0; text-wrap: balance; letter-spacing: -0.01em; }
h1 { font-size: var(--fs-h1); line-height: 1.1; }
h2 { font-size: var(--fs-h2); line-height: 1.12; max-width: 23ch; }
h3 { font-size: var(--fs-h3); line-height: 1.24; letter-spacing: -0.005em; }
h4 { font-family: var(--sans); font-weight: 600; font-size: var(--fs-h4); line-height: 1.3; margin: 0; letter-spacing: 0; }
h5 { font-family: var(--sans); font-weight: 600; font-size: var(--fs-h5); line-height: 1.35; margin: 0; letter-spacing: 0; }
h6 { font-family: var(--sans); font-weight: 700; font-size: var(--fs-h6); line-height: 1.4; margin: 0; letter-spacing: .02em; }

/* Fliesstext: eine Groesse fuer alle Absaetze und Listen, sofern eine
   Komponente nichts anderes vorgibt. */
p, li { font-size: var(--fs-body); }
p { margin: 0; }
small, .text-meta { font-size: var(--fs-meta); }

.eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--acc-text, var(--ink-muted));
  margin-bottom: var(--s4);
}
.lead {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-muted);
  max-width: 56ch;
}
.prose { max-width: 67ch; }
.prose p + p { margin-top: var(--s4); }
.muted { color: var(--ink-muted); }
.num { font-variant-numeric: tabular-nums; }

/* ---- Kursiv-Ersatz ----
   NGC DIN wird ohne Kursiv-Schnitt geliefert. Statt einer synthetischen
   Schraegstellung traegt der Bold-Schnitt die Betonung. Gilt auch fuer
   Inhalte, die der Kunde im Editor kursiv auszeichnet. */
em, cite, i, address, .em { font-style: normal; }
em, .em { font-weight: 700; color: var(--ink); }

/* Lime-Highlight unter einem Schlüsselwort (Mockup-Signatur, verfeinert).
   Frueher zusaetzlich kursiv; NGC DIN hat keinen Kursiv-Schnitt, die
   Betonung traegt jetzt der Bold-Schnitt plus die Lime-Linie. */
.mark {
  font-weight: 700;
  background-image: linear-gradient(var(--lime), var(--lime));
  background-repeat: no-repeat;
  /* Linie sitzt auf der Grundlinie: NGC DIN hat eine hoehere x-Hoehe als
     Fraunces, der alte Wert schnitt durch die Buchstaben. */
  background-position: 0 98%;
  background-size: 100% 0.22em;
  padding: 0 0.04em;
}

/* ---- Sektionskopf ---- */
.sec-head { max-width: 900px; margin-bottom: var(--s8); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { margin-bottom: var(--s4); max-width: 38ch; text-wrap: balance; }
.sec-head .lead { max-width: 67ch; text-wrap: pretty; }
/* zentrierter Kopf: h2/lead-Bloecke trotz max-width wirklich mittig */
.sec-head.center h2,
.sec-head.center .lead { margin-inline: auto; }
/* Split-Kopf: Headline links, Lead rechts (fuellt die Breite, kein Links-Quetschen) */
.sec-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}
/* Split-Kopf: Spalten definieren die Breite, Texte laufen bis zur Rasterkante (keine ch-Deckel) */
.sec-head--split h2 { margin-bottom: 0; max-width: none; }
.sec-head--split .lead { max-width: none; padding-bottom: 6px; }
@media (max-width: 767px) {
  .sec-head--split { grid-template-columns: 1fr; gap: var(--s5); align-items: start; }
}

/* ---- Fokus: sichtbarer Ring ---- */
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--surface), 0 0 0 4px var(--ink);
  border-radius: var(--r-chip);
}

/* ---- Skip-Link ---- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--paper); color: var(--ink);
  padding: var(--s3) var(--s4); border-radius: var(--r-chip);
}
.skip-link:focus-visible { left: var(--s4); top: var(--s4); }

/* ---- Reveal (Progressive Enhancement) ----
   Inhalt ist per Default sichtbar. Versteckt wird NUR, wenn main.js die
   Klasse reveal-armed auf <html> setzt, und das passiert dort nur, wenn
   IntersectionObserver existiert und keine reduzierte Bewegung aktiv ist.
   Ohne JS, bei reduced-motion, im Headless-Rendering: alles sofort da. */
.reveal-armed .reveal { opacity: 0; transform: translateY(16px); }
.reveal-armed .reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity var(--t-reveal) var(--ease-out), transform var(--t-reveal) var(--ease-out);
}
.reveal-armed .reveal.d1 { transition-delay: .06s; }
.reveal-armed .reveal.d2 { transition-delay: .12s; }
.reveal-armed .reveal.d3 { transition-delay: .18s; }

/* ---- Shot-Modus (?shot=1) ---- */
.shot .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
/* Screenshot-QA (?shot=1): Consent-Banner verdeckt sonst die Seitenmitte */
.shot #cmpwrapper, .shot #cmpbox, .shot .cmpwrapper, .shot #cmpwelcome,
.shot [id^="sp_message_container"], .shot #usercentrics-root, .shot .cm-wrapper,
.shot #consent_blackbar, .shot .consent-manager, .shot #BorlabsCookieBox { display: none !important; }

/* ---- Reduced Motion ---- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  /* Sicherheitsnetz: falls reveal-armed schon gesetzt war und die
     Bewegungs-Praeferenz danach umschaltet, bleibt alles sichtbar */
  .reveal-armed .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   Info-Seiten: 100% Gutenberg, Editorial-Buehne.
   Weisse Leseflaeche, grosszuegiger Kopf, Panels mit Tiefe.
   Breiten: Standard 760px, .alignwide 1200px, .alignfull randlos.
   ========================================================= */
/* Kopf: komponierter Marken-Hero (Bergpanorama + weisses Overlay): Kicker + Headline + Lead */
.info-page__head {
  /* Duennes Overlay, Berge klar sichtbar, unten Platz fuer die ueberlappende
     Stats-Karte (.abt-stats). Kopf zentriert -> Overlay symmetrisch top-down. */
  position: relative;
  text-align: center;
  background-image:
    linear-gradient(180deg, rgba(247,250,253,.40) 0%, rgba(247,250,253,.16) 55%, rgba(248,251,253,0) 100%),
    url(../img/hero-mountain.jpg);
  background-size: cover, cover;
  background-position: center, center 78%;
  background-repeat: no-repeat;
  /* Oben/unten optisch balanciert (der weiche Ausklang unten frisst ~1/3 des
     Bodenpaddings). Ueberlapp-Seiten (Ueber uns) erhoehen unten per Slug-Klasse. */
  padding: clamp(88px, 9vw, 132px) 0 clamp(104px, 10.5vw, 156px);
}
/* Weicher Ausklang: Berge loesen sich sanft ins Weiss der Folgesektion auf (keine harte Bildkante) */
.info-page__head::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: clamp(90px, 10vw, 150px);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--paper) 100%);
  pointer-events: none;
}
.info-page__head .wrap { position: relative; z-index: 1; }
.info-page__head .eyebrow { display: block; margin-bottom: var(--s4); }
/* Headline + Lead: volle Rail-Breite (kein ch-Deckel, nichts gestaucht), mittig */
.info-page__head h1 { font-size: var(--fs-page-title); line-height: 1.04; letter-spacing: -0.022em; max-width: none; margin-inline: auto; text-wrap: balance; }
.info-page__lead { margin-top: var(--s5); max-width: none; margin-inline: auto; }
.info-page__lead p { margin: 0; font-size: var(--fs-lead) !important; line-height: 1.55; color: var(--ink) !important; }
@media (max-width: 959px) {
  .info-page__head {
    background-image:
      linear-gradient(180deg, rgba(247,250,253,.66) 0%, rgba(247,250,253,.38) 45%, rgba(248,251,253,.10) 100%),
      url(../img/hero-mountain.jpg);
    background-position: center, center 66%;
  }
}
.info-page .entry-content { padding-bottom: clamp(72px, 8vw, 112px); }

/* =========================================================
   Rechtsseiten (Impressum/Datenschutz/AGB/Widerruf):
   weisse Leseflaeche + Doppel-Titel aus dem Altcontent unterdruecken
   (der Hero traegt bereits die H1)
   ========================================================= */
.page-slug-impressum .entry-content,
.page-slug-datenschutz .entry-content,
.page-slug-agb .entry-content,
.page-slug-widerrufsbelehrung .entry-content {
  background: var(--paper);
  padding-top: clamp(40px, 5vw, 64px);
}
.page-slug-impressum .entry-content > h1:first-child,
.page-slug-impressum .entry-content > h2:first-child,
.page-slug-datenschutz .entry-content > h1:first-child,
.page-slug-datenschutz .entry-content > h2:first-child,
.page-slug-agb .entry-content > h1:first-child,
.page-slug-agb .entry-content > h2:first-child,
.page-slug-widerrufsbelehrung .entry-content > h1:first-child,
.page-slug-widerrufsbelehrung .entry-content > h2:first-child { display: none; }

/* =========================================================
   Blog: editoriale Listen-Zeilen, Artikel-Kopf, 404/Suche
   ========================================================= */
.post-list { display: grid; }
.post-row {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: var(--s6);
  padding: clamp(24px, 3vw, 36px) 0;
  border-bottom: 1px solid var(--line);
}
.post-row:first-child { border-top: 1px solid var(--line); }
.post-row__date { font-size: var(--fs-micro); color: var(--ink-subtle); font-variant-numeric: tabular-nums; padding-top: 7px; }
.post-row__title { font-size: var(--fs-h3); line-height: 1.25; margin: 0 0 var(--s2); max-width: none; }
.post-row__link { color: inherit; text-decoration: none; }
.post-row__link::after { content: ""; position: absolute; inset: 0; }
.post-row__excerpt { color: var(--ink-muted); max-width: 68ch; margin: 0 0 var(--s3); }
.post-row .link-arrow { color: var(--ink); }
.post-row:hover .link-arrow span { transform: translateX(4px); }
@media (max-width: 719px) { .post-row { grid-template-columns: 1fr; gap: var(--s2); } .post-row__date { padding-top: 0; } }

.pagination .nav-links { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s7); }
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  font-size: var(--fs-meta);
  color: var(--ink);
  text-decoration: none;
}
.pagination .page-numbers.current { background: var(--ink); border-color: var(--ink); color: #fff; }

/* Blog-Altbestand (.post-head/.post-content/.post-back) entfernt (Audit P1):
   single.php nutzt komplett das .bpost-System aus blog.css. */

.err404 { text-align: center; padding-block: clamp(96px, 12vw, 170px); }
.err404 .eyebrow { display: block; margin-bottom: var(--s3); }
.err404 h1 { margin-inline: auto; max-width: none; }
.err404 .lead { margin: var(--s4) auto 0; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s3); justify-content: center; margin-top: var(--s6); }
.search-empty { text-align: center; padding-block: clamp(40px, 6vw, 80px); }

/* FAQ (Core-Details-Block): weisse Karten im Site-Stil (wie Kontakt-Karten),
   zentriert auf Lesebreite nach Kunden-Mockup (~780px) */
.entry-content .wp-block-details {
  max-width: min(820px, calc(100% - 2 * var(--gx))) !important;
  background: var(--paper);
  border-radius: var(--r-surface);
  box-shadow: var(--sh-card);
  padding: 0 clamp(20px, 2.4vw, 32px);
  transition: box-shadow var(--t-med) var(--ease-out);
}
.entry-content .wp-block-details + .wp-block-details { margin-top: var(--s3); }
.entry-content .wp-block-details[open] { box-shadow: var(--sh-card-hover); }
.entry-content .wp-block-details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s4);
  padding: clamp(18px, 2vw, 24px) 0;
  font-family: var(--serif);
  font-size: var(--fs-lead);
  color: var(--ink);
}
.entry-content .wp-block-details summary::-webkit-details-marker { display: none; }
.entry-content .wp-block-details summary::after { content: "+"; font-family: var(--sans); font-size: var(--fs-h3); line-height: 1; color: var(--ink-subtle); flex: none; transform: translateY(1px); }
.entry-content .wp-block-details[open] summary::after { content: "\2212"; }
.entry-content .wp-block-details p { margin: 0 0 clamp(18px, 2vw, 24px); color: var(--ink-muted); max-width: 64ch; }

/* Funnel-Seiten (Warenkorb/Kasse/Konto): ruhiger Arbeitskopf, kein Panorama.
   WEISS wie der Header (User-Regel: keine Blau-auf-Blau-Baender). */
.info-page__head--utility {
  text-align: left;
  background-image: none;
  background-color: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: clamp(28px, 4vw, 48px) 0;
}
.info-page__head--utility::after { display: none; }
.info-page__head--utility h1 { font-size: var(--fs-h2); margin-inline: 0; }

/* ALP-Sektions-Blocks (acf/alp-*) auf Info-Seiten: volle Breite, nahtlos am Hero.
   Fix (Audit P1): Trust-Leiste rendert .trustsignals, nicht mehr .trustbar. */
.entry-content > .section,
.entry-content > .trustsignals {
  max-width: none;
  margin-left: 0; margin-right: 0;
  margin-top: 0;
}

/* Inhalt im 1200er-Rail (wie Mockup): Panels auf Rail-Breite, Text links im Rail mit 72ch */
.entry-content { --gx: clamp(20px, 5vw, 48px); }
.entry-content > * {
  max-width: min(1200px, calc(100% - 2 * var(--gx)));
  margin-left: auto; margin-right: auto;
}
.entry-content > p,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote {
  max-width: min(72ch, calc(100% - 2 * var(--gx)));
  margin-left: max(var(--gx), calc((100% - 1200px) / 2));
  margin-right: auto;
}
.entry-content > .alignfull { max-width: none; }
.entry-content > * + * { margin-top: var(--s4); }
.entry-content > h2 { margin-top: clamp(40px, 5vw, 64px); font-size: var(--fs-h3); }
.entry-content > h2 + * { margin-top: var(--s3); }
.entry-content > h3 { margin-top: var(--s6); font-size: var(--fs-h4); }
.entry-content > .alignwide { margin-top: clamp(40px, 5vw, 64px); }
.entry-content p { font-size: var(--fs-body); line-height: 1.7; color: var(--ink-muted); }
.entry-content h1, .entry-content h2, .entry-content h3 { color: var(--ink); }
.entry-content .has-large-font-size { font-size: var(--fs-lead) !important; line-height: 1.6; max-width: min(62ch, calc(100% - 2 * var(--gx))) !important; }
.entry-content a { color: var(--ink); text-decoration-color: var(--lime); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.entry-content a:hover { text-decoration-color: var(--lime-deep); }
.entry-content ul, .entry-content ol { padding-left: 1.2em; display: grid; gap: var(--s2); font-size: var(--fs-body); }
.entry-content li::marker { color: var(--green-ok); }

/* Zitat: grosszuegige Serif-Stimme */
.entry-content blockquote {
  border: none; margin-top: var(--s8); margin-bottom: var(--s8);
  padding: 0 0 0 var(--s6); border-left: 3px solid var(--lime);
  font-family: var(--serif); font-size: var(--fs-h3); line-height: 1.42; color: var(--ink);
}
.entry-content blockquote p { font-family: inherit; font-size: inherit; line-height: inherit; }
.entry-content blockquote cite { display: block; margin-top: var(--s4); font-family: var(--sans); font-size: var(--fs-meta); color: var(--ink-muted); font-style: normal; }

.entry-content figure img { border-radius: var(--r-media); }
.entry-content .wp-block-table table { width: 100%; border-collapse: collapse; }
.entry-content .wp-block-table th, .entry-content .wp-block-table td { padding: 12px var(--s3); border: none; border-bottom: 1px solid var(--line); text-align: left; }
.entry-content .wp-block-table thead th { font-size: var(--fs-data); letter-spacing: .03em; text-transform: uppercase; color: var(--ink-muted); border-bottom: 1.5px solid var(--ink-subtle); }

/* Buttons (core/button) im Marken-Look */
.entry-content .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 var(--s7);
  background: var(--lime); color: var(--lime-ink);
  font-family: var(--sans); font-weight: 600; font-size: var(--fs-body); line-height: 1;
  border-radius: var(--r-pill); text-decoration: none;
  box-shadow: var(--sh-lime);
  transition: background var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.entry-content .wp-block-button__link:hover { background: var(--lime-deep); transform: translateY(-1px); }
.entry-content .is-style-outline .wp-block-button__link { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.entry-content .is-style-outline .wp-block-button__link:hover { background: var(--bg-soft); }

/* Media-Text: weiches Panel mit Tiefe (Bild buendig, Copy mit Luft) */
.entry-content .wp-block-columns { gap: var(--gutter); }
.entry-content .wp-block-media-text {
  background: var(--bg-soft);
  border-radius: var(--r-surface);
  overflow: hidden;
  box-shadow: var(--sh-hair, inset 0 0 0 1px rgba(22,36,63,.05));
}
.entry-content .wp-block-media-text__content { padding: clamp(28px, 3.5vw, 56px); }
.entry-content .wp-block-media-text__content > :first-child { margin-top: 0; }
.entry-content .wp-block-media-text__content h2 { font-size: var(--fs-h3-lg); margin-bottom: var(--s3); }
.entry-content .wp-block-media-text__media img { border-radius: 0; width: 100%; height: 100%; object-fit: cover; }

/* Foto-Panel (Pattern): grosses atmosphaerisches Bild im weissen Rahmen (Mockup-Signatur) */
.entry-content .alp-photo {
  background: var(--paper);
  border-radius: var(--r-surface);
  padding: 10px;
  box-shadow: var(--sh-card);
  margin-top: clamp(32px, 4vw, 48px);
}
.entry-content .alp-photo img { display: block; width: 100%; max-height: 520px; object-fit: cover; border-radius: calc(var(--r-surface) - 6px); }

/* Stats-Band (Pattern): dunkler Marken-Anker mit grossen Serif-Zahlen + Lime-Akzent */
.entry-content .alp-stats {
  background: var(--ink);
  padding: clamp(44px, 5.5vw, 72px) var(--gx);
  margin-top: 0;
}
.entry-content .alp-stats .wp-block-columns { max-width: 1200px; margin: 0 auto; gap: var(--gutter); }
.entry-content .alp-stats .wp-block-column { position: relative; min-width: 0; padding-right: var(--s5); }
.entry-content .alp-stats .wp-block-column:not(:last-child)::after {
  content: ""; position: absolute; right: 0; top: 6px; bottom: 6px; width: 1px; background: rgba(255,255,255,.14);
}
.entry-content .alp-stats__num {
  font-family: var(--serif); font-size: var(--fs-h2); font-weight: 700;
  color: #fff; line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}
.entry-content .alp-stats__num em { font-style: normal; color: var(--lime); }
.entry-content .alp-stats__label { font-size: var(--fs-meta); color: rgba(255,255,255,.66); margin-top: 8px; }
@media (max-width: 719px) {
  .entry-content .alp-stats .wp-block-column:not(:last-child)::after { display: none; }
}

/* Statement-Band (Pattern): heller Voll-Streifen mit Aufbau (Eyebrow + Serif-Zeile + Button) */
.entry-content .alp-band {
  background: var(--paper);
  border-radius: 0;
  padding: clamp(72px, 9vw, 128px) var(--gx);
  text-align: center;
  margin-top: 0;
}
.entry-content .alp-band .eyebrow { display: block; margin-bottom: var(--s4); }
.entry-content .alp-band h2, .entry-content .alp-band h3 { margin: 0 auto var(--s3); max-width: 30ch; font-size: var(--fs-h3-lg); text-wrap: balance; }
.entry-content .alp-band p { max-width: 60ch; margin-inline: auto; }
.entry-content .alp-band .wp-block-buttons { justify-content: center; margin-top: var(--s6); }

/* Info-Karten (Pattern): kompakte weisse Karten im 2x2-Raster (Mockup) */
.entry-content .alp-card,
.entry-content .alp-step {
  height: 100%;
  background: var(--paper); border-radius: var(--r-surface);
  box-shadow: var(--sh-card); padding: var(--s6);
  display: flex; flex-direction: column; gap: var(--s2);
  transition: transform var(--t-med) var(--ease-out), box-shadow var(--t-med) var(--ease-out);
}
.entry-content .alp-card:hover,
.entry-content .alp-step:hover { transform: translateY(-3px); box-shadow: var(--sh-card-hover); }
.entry-content .alp-card__chip,
.entry-content .alp-step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 12px;
  background: var(--lime-soft); color: var(--green-ok); font-weight: 700; font-size: var(--fs-body); font-variant-numeric: tabular-nums;
  margin-bottom: var(--s2);
}
.entry-content .alp-card h3,
.entry-content .alp-step h3 { margin-top: 0; font-size: var(--fs-h4); }
.entry-content .alp-card p,
.entry-content .alp-step p { font-size: var(--fs-meta); color: var(--ink-muted); }
.entry-content .wp-block-column { min-width: 0; }
.entry-content .wp-block-columns + .wp-block-columns { margin-top: var(--gutter); }
@media (max-width: 719px) {
  .entry-content .wp-block-media-text { grid-template-columns: 1fr !important; }
}

/* ---- Sticky-Footer: kurze Seiten (404, Konto, Warenkorb, Checkout) fuellen die
   Viewport-Hoehe, der Footer sitzt immer unten statt hoch zu haengen.
   In-Flow-Kinder des Body sind nur Header (sticky), #main und .site-footer;
   Skip-Link (absolute) und Mobile-Nav (fixed) sind aus dem Flow. ---- */
body { display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; }
#main { flex: 1 0 auto; }
.site-footer { flex-shrink: 0; }

/* A11y: visuell versteckt, fuer Screenreader erhalten (WP-Konvention) */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

/* RWD-Hardening: horizontales Scrollen global unterbinden.
   clip statt hidden -> kein Scroll-Container, position:sticky bleibt intakt. */
html, body {
  overflow-x: hidden;
  overflow-x: clip;
}

/* Markenzeichen hochgestellt (Kundenwunsch 11.08.2026: "kann man das R bei
   AlpPhyto hochstellen?"). vertical-align statt <sup>-Standard, weil der
   Browser-Default die Zeilenhoehe aufreisst und Absaetze dadurch springen. */
.reg {
  font-size: .58em;
  line-height: 0;
  vertical-align: super;
  margin-left: .04em;
  letter-spacing: 0;
}
