/* =========================================================
   frutra PREMIUM-LAYER · Experiment 31.05.2026
   Liegt NACH site.css und überschreibt gezielt.
   Komplett entfernbar: <link> rausnehmen, fertig.

   Designidee: »Editorial Trade Paper« — die Ruhe eines
   Geschäftsberichts, die Präzision eines Kursblatts.
   Navy trägt, Grün akzentuiert, Mono nummeriert.
   ========================================================= */

/* ---------- Global Refinements ---------- */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

::selection {
  background: #1d6a3a;
  color: #ffffff;
}

body {
  text-rendering: optimizeLegibility;
}

/* Feines Korn über allem — nimmt dem Weiß die sterile Glätte.
   Fast unsichtbar, aber der Unterschied zwischen Bildschirm und Papier. */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 80;   /* unter Sound-Banner (90) und Edit-Toolbar (1000) — Korn gehoert auf Inhalt, nicht auf Werkzeuge */
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Sticky Header mit Scroll-Verdichtung ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  transition: padding 280ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 280ms,
              background 280ms;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
}
.site-header.is-scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 0 rgba(15, 35, 56, 0.06), 0 12px 32px -16px rgba(15, 35, 56, 0.18);
}
.site-header .logo {
  transition: height 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header.is-scrolled .logo {
  height: 36px;
}

/* Nav-Links: feine Underline-Animation statt nur Farbwechsel */
.site-nav > .nav-item > a {
  position: relative;
}
.site-nav > .nav-item > a::after {
  content: '';
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 0;
  height: 2px;
  background: #1d6a3a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav > .nav-item > a:hover::after {
  transform: scaleX(1);
}

/* Anmelden-Pille: Spezifitäts-Fix — die generische Nav-Regel
   (.site-nav > .nav-item > a { background: none }) übersteuert sonst
   den Navy-Hintergrund der .btn-nav. */
.site-nav > .nav-item > a.btn-nav {
  background: #1a365d;
  color: #ffffff;
  padding: 9px 18px;
  border-radius: 0;
  font-weight: 600;
  box-shadow: 0 6px 16px -6px rgba(26, 54, 93, 0.5);
  transition: background 180ms, transform 180ms, box-shadow 180ms;
}
.site-nav > .nav-item > a.btn-nav:hover {
  background: #142b48;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -8px rgba(26, 54, 93, 0.6);
}
.site-nav > .nav-item > a.btn-nav::after {
  display: none;   /* keine Underline-Animation auf der Pille */
}

/* ---------- Hero: Blauverlauf-Buehne (Runde 5) ---------- */
/* EIN durchgehender Verlauf: sattes Navy hinter dem Text links,
   nach rechts kontinuierlich aufhellend — der grosse Sepia-Mercedes
   steht vor dem hellen Blau und leuchtet, ohne harte Kante.
   Stempel-Animation, Keyframes, Timing bleiben 1:1 unangetastet. */
.hero {
  isolation: isolate;
  /* overflow-x clip: der Mercedes faehrt beim Scrollen per translateX nach
     rechts hinaus — ohne Clip entstuende ein horizontaler Scrollbalken. */
  overflow-x: clip;
  background:
    radial-gradient(1100px 760px at 76% 52%, rgba(196, 214, 233, 0.5) 0%, rgba(196, 214, 233, 0) 62%),
    linear-gradient(90deg, #0f2338 0%, #142b48 34%, #2e4d74 64%, #5b7ba3 100%);
  min-height: 780px;
}
/* Ghost-"2.0" rechts unten — Navy-Hauch im hellen Verlaufsbereich */
.hero::before {
  content: '2.0';
  position: absolute;
  right: -40px;
  bottom: -60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 360px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(15, 35, 56, 0.1);
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

/* Full-Width: Text DEUTLICH weiter links, Bildspalte bis zur Kante.
   minmax(0, 1fr) statt 1fr: das auto-Minimum von blankem 1fr laesst
   sonst die intrinsische Groesse des ueberbreiten Mercedes-Bilds die
   Spalte aufblaehen — Chrome und Firefox berechnen das unterschiedlich
   (Mercedes war in Chrome deutlich groesser als in Firefox). */
.hero__inner {
  max-width: none;
  padding-left: clamp(32px, 4vw, 72px);
  padding-right: 0;
  grid-template-columns: minmax(420px, 540px) minmax(0, 1fr);
  min-height: 780px;
}

.hero__visual {
  margin-right: 0;
  overflow: visible;
}
/* Bild links in der Spalte verankern: Ueberbreite laeuft nach RECHTS
   aus dem Viewport (Anschnitt) — nicht in den Text. */
.hero__visual-inner {
  justify-content: flex-start;
}
.hero__image {
  max-width: 1900px;
  width: 132%;
  /* Der dunkle Monochrom-Mercedes bringt seinen Bodenschatten mit —
     nur ein dezenter Zusatz-Schatten fuer Tiefe auf dem Verlauf. */
  filter: drop-shadow(0 24px 40px rgba(8, 18, 30, 0.35)) contrast(1.03);
  /* Scrollgebundene Abfahrt (translateX via Inline-Style aus index.html) */
  will-change: transform;
}
.stamp {
  /* Kleiner als der Wagen und nach links unten versetzt (site.css: top/left),
     damit Kuehlergrill und Stern sichtbar bleiben — der Stempel entwertet
     das Blech, er verdeckt es nicht. */
  max-width: 1750px;
}

/* Typo auf Navy: Weiss traegt, Gruen akzentuiert */
.hero__title { color: #ffffff; }
.hero__lead {
  position: relative;
  padding-left: 18px;
  color: #ffffff;
}
.hero__lead::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  background: #3da866;
}
.hero__sub { color: #c8d4e2; }

/* Stats: helle Mono-Ziffern in Gruen, Hairlines in Weiss */
.hero__meta {
  gap: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.hero__meta-item {
  flex: 1;
  padding: 18px 24px 0 0;
  color: #a3b8d0;
}
.hero__meta-item + .hero__meta-item {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.hero__meta-item strong {
  font-size: 26px;
  letter-spacing: -0.02em;
  color: #6cc28a;
}

/* CTAs auf Navy: Gruen-Pille primaer (Stempel-Echo), Ghost in Weiss */
.hero__cta .btn--primary {
  background: #1d6a3a;
  border-color: #1d6a3a;
  color: #ffffff;
  box-shadow: 0 10px 26px -8px rgba(0, 0, 0, 0.5);
}
.hero__cta .btn--primary:hover {
  background: #14552e;
  border-color: #14552e;
}
.hero__cta .btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}
.hero__cta .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
}

/* CTA-Buttons global: satter, mit präzisem Hover */
.btn--primary {
  box-shadow: 0 1px 0 rgba(15, 35, 56, 0.2), 0 8px 20px -8px rgba(26, 54, 93, 0.45);
}
.btn--primary:hover {
  box-shadow: 0 1px 0 rgba(15, 35, 56, 0.2), 0 14px 28px -10px rgba(26, 54, 93, 0.55);
}

/* Kantig: alle Pillen werden Bloecke */
.btn,
.btn--primary,
.btn--ghost,
.lang-switch,
.cta-band .btn--primary {
  border-radius: 0;
}

/* ---------- Produkt-Ticker (Laufband unter dem Hero) ---------- */
.ticker {
  background: #14552e;
  border-top: 3px solid #d6900f;   /* Amber-Rennstreifen zwischen Navy-Hero und Gruen-Band */
  overflow: hidden;
  padding: 18px 0;
  position: relative;
  z-index: 2;
}
.ticker__track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: ticker-scroll 36s linear infinite;
}
.ticker:hover .ticker__track {
  animation-play-state: paused;
}
.ticker__item {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8f5ee;
  white-space: nowrap;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.ticker__item::after {
  content: '·';
  color: #f0c878;
  font-size: 22px;
  margin-left: 56px;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker__track { animation: none; }
}

/* ---------- Sektionen: Full-Bleed-Split (Runde 3) ---------- */
/* Das Foto fuellt die halbe Viewport-Breite bis an die Kante,
   der Text sitzt am Content-Raster. Keine Deko-Bloecke, keine
   Ghost-Nummern — das Foto IST die Buehne. */
.section {
  overflow: hidden;
  padding: 0;
}
.section + .section {
  padding-top: 0;
}
.section__inner {
  position: relative;
  max-width: none;
  padding: 0;
  gap: 0;
  align-items: stretch;
}

/* Eyebrows: stille Mono-Typo in Gruen — dezent, kein Chip.
   Der kurze Gruen-Strich aus site.css bleibt als einziger Akzent. */
.section__eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  background: none;
  color: #1d6a3a;
  padding: 0;
}

/* Bilder: Full-Bleed bis an die Viewport-Kante — gross, ungeschmueckt.
   Sanfter Ken-Burns-Zoom beim Hover als einziges Leben. */
.section__media {
  position: relative;
  overflow: hidden;
}
.section__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: transform 1600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.section__media:hover img {
  transform: scale(1.035);
}

/* Text-Spalte: sitzt am Content-Raster, vertikal zentriert */
.section__text {
  align-self: center;
  padding: 96px 64px;
}
/* Standard (Bild links / Text rechts): Text bekommt rechts den Rasterabstand */
.section:not(.section--mirror) .section__text {
  padding-right: max(48px, calc((100vw - 1280px) / 2 + 48px));
}
/* Gespiegelt (Text links / Bild rechts): Text bekommt links den Rasterabstand */
.section--mirror .section__text {
  padding-left: max(48px, calc((100vw - 1280px) / 2 + 48px));
}

/* ---------- Drei-Spalten-Block: Cards mit Substanz ---------- */
.triad {
  background:
    linear-gradient(180deg, rgba(29, 106, 58, 0.04) 0%, rgba(243, 250, 246, 0) 30%),
    #f3faf6;
  border-top: 1px solid rgba(29, 106, 58, 0.15);
}
.triad__title {
  font-size: 44px;
}
.triad__card {
  border: 2px solid #1a365d;
  border-radius: 0;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 420ms,
              border-color 420ms;
}
.triad__card:hover {
  transform: translateY(-8px);
  border-color: #1d6a3a;
  box-shadow: 0 32px 64px -24px rgba(15, 35, 56, 0.3);
}
/* Bild-Zoom + Saturationswechsel bewusst gestrichen (Review-Befund:
   vier simultane Hover-Effekte = zu geschaeftig fuer die Zielgruppe).
   Lift, Border und Gruen-Strich tragen den Hover allein. */
.triad__card-body {
  position: relative;
}
.triad__card-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  width: 40px;
  height: 3px;
  background: #1d6a3a;
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.triad__card:hover .triad__card-body::before {
  width: 72px;
}

/* ---------- Trust-Block: der dunkle Satz ---------- */
/* Aus dem hellen Block wird die Navy-Bühne — maximaler Kontrast,
   Inhalte bleiben wortgleich. */
.trust {
  background:
    radial-gradient(1000px 500px at 15% 0%, rgba(29, 106, 58, 0.18) 0%, rgba(29, 106, 58, 0) 55%),
    #0f2338;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.trust::before {
  content: 'frutra';
  position: absolute;
  left: -30px;
  bottom: -90px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 300px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.05);
  pointer-events: none;
  user-select: none;
  z-index: -1;   /* explizit hinter den Cards — nicht implizit via backdrop-filter */
}
.trust__title {
  color: #ffffff;
  position: relative;
}
.trust__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid #1d6a3a;
  border-radius: 0;   /* kantig — site.css-Rundung raus */
  backdrop-filter: blur(4px);
  transition: background 420ms, border-color 420ms, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.trust__card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-left-color: #3da866;
  transform: translateX(4px);
}
.trust__card h3 {
  color: #ffffff;
}
.trust__card p {
  color: #a3b8d0;
}

/* ---------- CTA-Band vor dem Footer ---------- */
.cta-band {
  background:
    radial-gradient(900px 400px at 80% 100%, rgba(61, 168, 102, 0.25) 0%, rgba(61, 168, 102, 0) 60%),
    linear-gradient(135deg, #0e3d22 0%, #14552e 55%, #1d6a3a 100%);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
}
.cta-band__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
}
.cta-band__text {
  max-width: 60ch;
}
.cta-band__kicker {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a3dabd;   /* green-300 — WCAG-AA auf der gesamten Verlaufsspanne */
  margin: 0 0 16px;
}
.cta-band__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.cta-band__note {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.5;
  color: #cfe6d8;
}
.cta-band .btn--primary {
  background: #ffffff;
  color: #14552e;
  border-color: #ffffff;
  font-size: 17px;
  padding: 18px 32px;
  white-space: nowrap;
  box-shadow: 0 16px 40px -12px rgba(15, 35, 56, 0.4);
}
.cta-band .btn--primary:hover {
  background: #f3faf6;
  color: #0e3d22;
  transform: translateY(-2px);
  box-shadow: 0 22px 48px -14px rgba(15, 35, 56, 0.5);
}

/* ---------- Footer: ruhiger Abgang mit Wasserzeichen ---------- */
.site-footer {
  position: relative;
  overflow: hidden;
}
.site-footer::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -40px;
  width: 520px;
  height: 200px;
  background: url('../assets/logo/frutra-logo-reversed.svg') no-repeat center / contain;
  opacity: 0.04;
  pointer-events: none;
}
.site-footer__inner,
.site-footer__bottom {
  position: relative;
  z-index: 1;
}

/* ---------- Page-Hero (Subseiten): Navy-Band statt weisser Leere ---------- */
/* Gleiche Farbfamilie wie der Start-Hero — die Unterseiten bekommen
   einen satten Kopf, der Gruen-Strich des Titels leuchtet auf Navy.
   (Wolfgang 21.07.2026: "Seitengestaltung noch bescheiden" — die
   fruehere graue Vollbreiten-Linie ist ersatzlos entfallen.) */
.page-hero {
  padding: 96px 0 72px;
  background:
    radial-gradient(900px 480px at 82% 0%, rgba(61, 168, 102, 0.16) 0%, rgba(61, 168, 102, 0) 55%),
    linear-gradient(115deg, #0f2338 0%, #142b48 55%, #2e4d74 100%);
}
.page-hero__title {
  font-size: 64px;
  letter-spacing: -0.025em;
  color: #ffffff;
}
.page-hero__sub {
  color: #c8d4e2;
}
.page-hero__sub a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 3px;
}
.page-hero__sub a:hover {
  text-decoration-color: #ffffff;
}

/* ---------- Team-Buehne: Gruender freigestellt auf dem Navy-Verlauf ----------
   Gleiche Dramaturgie wie der Start-Hero (Text links, Motiv rechts, unten
   buendig). Ersetzt das fruehere Bildband (Wolfgang 22.07.). */
.page-hero--team {
  padding: 0;
  overflow: hidden;
}
.page-hero--team .page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: end;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.page-hero--team .page-hero__wort {
  padding: 96px 0 104px;
  align-self: center;
}
.page-hero--team .page-hero__title {
  margin-bottom: 20px;
}
.page-hero--team .page-hero__sub {
  max-width: 46ch;
}
.page-hero--team .page-hero__figur {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 0;
}
/* Lichtkegel hinter dem Motiv: Das Foto ist vor hellem Studiohintergrund
   ausgeleuchtet, die Konturen tragen eine Lichtkante. Vor reinem Navy sieht
   die wie ein Freistellungsfehler aus — mit Gegenlicht wird sie zur Absicht.
   (Wolfgang 22.07.: "Kanten glaetten".) */
.page-hero--team .page-hero__figur::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6%;
  width: 118%;
  height: 108%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 58%,
              rgba(226, 236, 246, 0.30) 0%,
              rgba(190, 210, 230, 0.14) 42%,
              rgba(190, 210, 230, 0) 70%);
  pointer-events: none;
}
.page-hero--team .page-hero__figur img { position: relative; }
.page-hero--team .page-hero__figur img {
  display: block;
  width: auto;
  max-width: 100%;
  height: clamp(300px, 34vw, 520px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 26px 40px rgba(6, 14, 24, 0.45));
}
@media (max-width: 900px) {
  .page-hero--team .page-hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 24px;
  }
  .page-hero--team .page-hero__wort { padding: 56px 0 24px; }
  .page-hero--team .page-hero__figur img { height: clamp(260px, 68vw, 380px); }
}

/* ---------- Scroll-Reveals (Klassen setzt premium.js) ---------- */
.pr-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--pr-delay, 0ms);
  will-change: opacity, transform;
}
.pr-reveal.pr-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .pr-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- Responsive Premium ---------- */
@media (max-width: 1200px) {
  .hero::before { font-size: 260px; }
  .hero__inner { grid-template-columns: minmax(400px, 480px) minmax(0, 1fr); }
  .section__media img { min-height: 520px; }
  .trust::before { font-size: 220px; }
}
@media (max-width: 900px) {
  .hero::before { display: none; }
  .hero__inner {
    grid-template-columns: 1fr;
    padding-right: 24px;
    min-height: auto;
  }
  .hero {
    min-height: auto;
    /* gestapelt: Text oben auf Navy, Wagen unten vor hellem Blau */
    background:
      radial-gradient(700px 420px at 50% 88%, rgba(196, 214, 233, 0.45) 0%, rgba(196, 214, 233, 0) 65%),
      linear-gradient(180deg, #0f2338 0%, #142b48 48%, #2e4d74 76%, #5b7ba3 100%);
  }
  .hero__image { width: 100%; max-width: 100%; }
  .stamp { max-width: 90%; }
  .page-hero { padding: 56px 0 40px; }   /* stellt das site.css-Mobile-Padding wieder her */
  .section__inner { grid-template-columns: 1fr; }
  .section__media img { min-height: 340px; height: auto; aspect-ratio: 16 / 10; }
  .section__text,
  .section:not(.section--mirror) .section__text,
  .section--mirror .section__text {
    padding: 48px 24px 56px;
  }
  .trust::before { font-size: 140px; bottom: -40px; }
  .cta-band { padding: 72px 0; }
  .cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px;
  }
  .cta-band__title { font-size: 32px; }
  .page-hero__title { font-size: 44px; }
  .triad__title { font-size: 32px; }
  .hero__meta-item strong { font-size: 20px; }
  .ticker__item { font-size: 12px; padding: 0 18px; }
  .ticker__item::after { margin-left: 36px; }
  .site-footer::after { display: none; }
}
@media (max-width: 480px) {
  .page-hero__title { font-size: 34px; }
  .cta-band__title { font-size: 27px; }
  .hero__meta { row-gap: 12px; }
  .hero__meta-item { padding-right: 12px; }
  .hero__meta-item + .hero__meta-item { padding-left: 12px; }
  .hero__meta-item strong { font-size: 17px; }
}

/* ---------- prefers-reduced-motion: Sammelblock ---------- */
@media (prefers-reduced-motion: reduce) {
  .stamp { animation: none; }   /* Stempel statisch — kein Impact-Flug */
  .triad__card,
  .trust__card,
  .section__media img,
  .section__media::before,
  .btn--primary,
  .cta-band .btn--primary,
  .site-header,
  .site-header .logo {
    transition: none;
  }
  .triad__card:hover,
  .trust__card:hover {
    transform: none;
  }
}

/* ---------- Full-Width-Atmung fuer die Container (Runde 3) ---------- */
/* Triad und Trust atmen breiter: 1440 statt 1280.
   .members-map__inner fehlt hier bewusst — die Karte laeuft seit
   21.07.2026 ueber die volle Viewport-Breite (site.css). */
.triad__inner,
.trust__inner {
  max-width: 1440px;
}
/* Logo-Galerie: noch breiter und mit mehr Luft zwischen den Karten,
   damit die Flaeche auf grossen Schirmen gefuellt ist (Wolfgang 21.07.). */
.members-gallery__inner {
  max-width: 1680px;
}
.members-grid {
  gap: 20px;
}
.cta-band__inner {
  max-width: 1440px;
}


/* ---------- Druck: Rechtstexte muessen vollstaendig aufs Papier ----------
   Die Einblende-Animation setzt Inhalte auf opacity: 0, bis sie einmal im
   Sichtfenster waren. Wer eine Seite aufruft und sofort druckt oder als PDF
   sichert — der Regelfall bei AGB, Datenschutzerklaerung und Gebuehren-
   ordnung — bekam sonst Kopf und Ueberschrift, aber keinen Absatz
   (Abnahmelauf 22.07.). */
@media print {
  .pr-reveal,
  .pr-reveal.pr-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .site-header { position: static; box-shadow: none; }
  .page-content { overflow: visible; }
  .page-content table { display: table; width: 100%; overflow: visible; }
  .page-hero { background: #ffffff !important; padding: 24px 0 16px; }
  .page-hero__title { color: #1a365d !important; }
  .page-hero__sub { color: #2f3b48 !important; }
  .site-footer, .ticker, .cta-band, .page-hero__figur { display: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 11px; }
  body::after { display: none; }
}
