/* ==========================================================================
   SACHER MEDIA SOLUTIONS — Design System
   Marke: Blau #131D9A · Gold #ECA744 · Display: Bodoni Moda · UI: Inter
   ========================================================================== */

/* ---------- 1. TOKENS ---------------------------------------------------- */
:root {
  /* Marke */
  --blue:          #131D9A;
  --blue-bright:   #3346E8;
  --blue-soft:     #5A6BF5;
  --gold:          #ECA744;
  --gold-light:    #F9D08A;
  --gold-deep:     #B87A28;

  /* Dunkle Flächen (aus dem Markenblau abgeleitet) */
  --ink:           #05070F;
  --navy-900:      #070B1C;
  --navy-800:      #0B1130;
  --navy-700:      #111A45;
  --navy-600:      #1A2660;

  /* Helle Flächen */
  --paper:         #FFFFFF;
  --paper-2:       #F4F5FA;
  --paper-3:       #E9EBF4;

  /* Text */
  --t-light-1:     #FFFFFF;
  --t-light-2:     rgba(255,255,255,.66);
  --t-light-3:     rgba(255,255,255,.40);
  --t-dark-1:      #0B1130;
  --t-dark-2:      #4A5270;
  --t-dark-3:      #838AA5;

  /* Linien */
  --line-light:    rgba(255,255,255,.10);
  --line-light-2:  rgba(255,255,255,.20);
  --line-dark:     rgba(11,17,48,.10);
  --line-dark-2:   rgba(11,17,48,.18);

  /* Schrift
     --f-display: Überschriften und Kennzahlen. Fraunces statt Bodoni Moda,
                  weil Bodonis dünne Haarstriche besonders Ziffern schwer
                  lesbar machen (1,4 · 0 € verschwanden fast).
     --f-logo:    ausschließlich für das Logo-Lockup – das ist Bodoni. */
  --f-display: 'Fraunces', 'Georgia', serif;
  --f-logo:    'Bodoni Moda', 'Didot', Georgia, serif;
  --f-sans:    'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Raster & Rhythmus */
  --wrap:        1280px;
  --wrap-narrow: 940px;
  --gut:         clamp(20px, 4vw, 48px);
  --sec-y:       clamp(72px, 9vw, 140px);

  /* Form */
  --r-sm: 8px;
  --r:    16px;
  --r-lg: 24px;
  --r-xl: 32px;

  /* Bewegung */
  --e-out:  cubic-bezier(.22,.61,.36,1);
  --e-soft: cubic-bezier(.4,0,.2,1);
  --e-back: cubic-bezier(.34,1.4,.64,1);
  --t-fast: .18s var(--e-soft);
  --t-med:  .34s var(--e-out);
  --t-slow: .7s var(--e-out);

  /* Schatten */
  --sh-sm: 0 2px 10px rgba(5,7,15,.08);
  --sh:    0 12px 40px rgba(5,7,15,.12);
  --sh-lg: 0 30px 80px rgba(5,7,15,.18);
  --sh-gold: 0 10px 40px rgba(236,167,68,.28);

  /* Höher als üblich, weil das gestapelte Logo Platz braucht */
  --header-h: 200px;
}

/* ---------- 2. RESET ----------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  font-family: var(--f-sans);
  font-size: 17px;
  line-height: 1.68;
  color: var(--t-dark-1);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-feature-settings: 'kern' 1, 'liga' 1;
}
body.no-scroll { overflow: hidden; }

img, video, svg, canvas { display: block; max-width: 100%; }
img, video { height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
table { border-collapse: collapse; width: 100%; }

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

::selection { background: var(--gold); color: var(--ink); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--gold); color: var(--ink);
  padding: 12px 20px; font-weight: 700; border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }

/* ---------- 3. TYPOGRAFIE ------------------------------------------------ */
h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.02em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.8rem, 7.4vw, 6.4rem); font-weight: 900; letter-spacing: -.035em; }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.9rem); }
h3 { font-size: clamp(1.35rem, 2.1vw, 1.85rem); line-height: 1.16; letter-spacing: -.015em; }
h4 { font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.24; }

p { text-wrap: pretty; }

.lead {
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  line-height: 1.62;
  color: var(--t-dark-2);
}
.section-dark .lead, .lead-light { color: var(--t-light-2); }

/* Kicker über Überschriften */
.eyebrow {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--f-sans);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: ''; width: 30px; height: 1px;
  background: currentColor; opacity: .7; flex: none;
}
.section-dark .eyebrow { color: var(--gold); }
.eyebrow.center { justify-content: center; }

/* Gold-Akzent im Fließtext / in Headlines */
.gold  { color: var(--gold); }
.gold-deep { color: var(--gold-deep); }
.blue  { color: var(--blue); }

/* Headline mit gezeichneter Gold-Unterstreichung */
.mark {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.mark::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: .06em;
  height: .1em;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform .8s var(--e-out) .25s;
}
.in-view .mark::after, .mark.drawn::after { transform: scaleX(1); }

/* Kursiver Serif-Akzent */
.italic { font-style: italic; font-weight: 400; }

/* ---------- 4. LAYOUT ---------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gut);
}
.container.narrow { max-width: var(--wrap-narrow); }
.container.wide   { max-width: 1560px; }

.section { padding-block: var(--sec-y); position: relative; }
.section.tight { padding-block: clamp(48px, 6vw, 84px); }

.section-light { background: var(--paper); color: var(--t-dark-1); }
.section-tint  { background: var(--paper-2); color: var(--t-dark-1); }
.section-dark  { background: var(--navy-900); color: var(--t-light-1); }
.section-ink   { background: var(--ink);      color: var(--t-light-1); }

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4,
.section-ink  h1, .section-ink  h2, .section-ink  h3, .section-ink  h4 { color: #fff; }

/* Dunkle Sektionen bekommen einen weichen Markenschimmer */
.section-dark::before, .section-ink::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(90ch 60ch at 12% -10%, rgba(19,29,154,.42), transparent 62%),
    radial-gradient(70ch 50ch at 92% 8%,  rgba(236,167,68,.09), transparent 60%);
  pointer-events: none;
}
.section-dark > *, .section-ink > * { position: relative; z-index: 1; }

.section-head { max-width: 780px; margin-bottom: clamp(40px, 5vw, 68px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 20px; }

/* Zweispaltig mit Medium */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5.5vw, 84px);
  align-items: center;
}
.split.narrow-text { grid-template-columns: 1.05fr .95fr; }
.split.media-first .split-media { order: -1; }
@media (max-width: 900px) {
  .split, .split.narrow-text { grid-template-columns: 1fr; }
  .split.media-first .split-media { order: 0; }
}

.split-media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--navy-800);
}
.split-media img, .split-media video {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--e-out);
}
.split-media:hover img { transform: scale(1.045); }
.split-media.portrait { aspect-ratio: 3 / 4; }
.split-media.square   { aspect-ratio: 1 / 1; }

/* Gold-Rahmenakzent am Medium */
.split-media.framed::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(236,167,68,.4);
  border-radius: var(--r-lg);
  pointer-events: none;
}

.stack > * + * { margin-top: 20px; }

/* ---------- 5. BUTTONS --------------------------------------------------- */
.btn {
  --btn-bg: var(--gold);
  --btn-fg: var(--ink);
  --btn-bd: var(--gold);
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px;
  font-family: var(--f-sans);
  font-size: .93rem; font-weight: 700;
  letter-spacing: .02em;
  color: var(--btn-fg);
  background: var(--btn-bg);
  border: 1.5px solid var(--btn-bd);
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: color var(--t-fast), border-color var(--t-fast),
              transform var(--t-fast), box-shadow var(--t-med);
  white-space: nowrap;
}
/* Füll-Wisch von unten */
.btn::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: var(--ink);
  transform: translateY(101%);
  transition: transform .42s var(--e-out);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-gold); }
.btn:hover::before { transform: translateY(0); }
.btn:hover { color: #fff; }
.btn:active { transform: translateY(0); }

.btn .ico { transition: transform var(--t-med); flex: none; }
.btn:hover .ico { transform: translateX(4px); }

.btn-outline-light {
  --btn-bg: transparent; --btn-fg: #fff; --btn-bd: var(--line-light-2);
}
.btn-outline-light::before { background: #fff; }
.btn-outline-light:hover { color: var(--ink); border-color: #fff; box-shadow: none; }

.btn-outline-dark {
  --btn-bg: transparent; --btn-fg: var(--t-dark-1); --btn-bd: var(--line-dark-2);
}
.btn-outline-dark::before { background: var(--navy-800); }
.btn-outline-dark:hover { color: #fff; border-color: var(--navy-800); box-shadow: var(--sh); }

.btn-blue { --btn-bg: var(--blue); --btn-fg: #fff; --btn-bd: var(--blue); }
.btn-blue::before { background: var(--gold); }
.btn-blue:hover { color: var(--ink); border-color: var(--gold); box-shadow: var(--sh-gold); }

.btn-sm { padding: 11px 22px; font-size: .84rem; }
.btn-lg { padding: 19px 38px; font-size: 1rem; }

.btn-row {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-top: 34px;
}
.btn-row.center { justify-content: center; }

/* Textlink mit Pfeil */
.link-arrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: .92rem;
  color: var(--blue);
  padding-bottom: 3px;
  background-image: linear-gradient(var(--gold), var(--gold));
  background-size: 0% 2px; background-repeat: no-repeat; background-position: 0 100%;
  transition: background-size var(--t-med), color var(--t-fast);
}
.link-arrow:hover { background-size: 100% 2px; }
.link-arrow svg { transition: transform var(--t-med); }
.link-arrow:hover svg { transform: translateX(4px); }
.section-dark .link-arrow, .section-ink .link-arrow { color: var(--gold); }

/* ---------- 6. HEADER / NAVIGATION --------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background var(--t-med), box-shadow var(--t-med),
              height var(--t-med), border-color var(--t-med);
  border-bottom: 1px solid transparent;
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px;
}
/* Zustand: gescrollt */
.site-header.stuck {
  height: 112px;
  background: rgba(7,11,28,.86);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom-color: var(--line-light);
}
/* Zustand: auf hellen Seiten ohne Hero */
.site-header.on-light:not(.stuck) { border-bottom-color: var(--line-dark); }
.site-header.on-light:not(.stuck) .nav-link,
.site-header.on-light:not(.stuck) .brand-name { color: var(--t-dark-1); }
.site-header.on-light:not(.stuck) .brand-tag { color: var(--gold-deep); }
.site-header.on-light:not(.stuck) .burger span { background: var(--t-dark-1); }
.site-header.on-light.stuck { background: rgba(7,11,28,.9); }

/* ---------- Logo -----------------------------------------------------------
   Originalgetreue Nachbildung des SMS-Lockups in HTML statt als SVG-Bild:
   In einem <img>-SVG werden externe Schriften blockiert, Bodoni Moda würde
   dort durch Georgia ersetzt. Als Text nutzt das Logo die geladene Webschrift
   und bleibt in jeder Größe gestochen scharf.
   --------------------------------------------------------------------------- */
.brand { display: flex; align-items: center; flex: none; }

/* Alle Maße als Vielfaches von --S (der SMS-Schriftgröße), exakt nach den
   Proportionen der Originaldatei SMS_FINAL_BLACK.svg:
   Trusted Innovator 18/132 · Linie 3/132 stark und 316/132 breit ·
   Sacher Media / Solutions 42/132, zweizeilig und mittig.
   Die min()-Untergrenzen greifen nur bei sehr kleinen Größen, damit die
   Feinzeilen auf dem Handy nicht unter die Lesbarkeitsschwelle rutschen. */
.brand-lockup {
  --S: 84px;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1;
  font-family: var(--f-logo);
  transition: transform var(--t-med);
}
.brand:hover .brand-lockup { transform: scale(1.03); }

.bl-tag {
  font-weight: 400;
  font-size: max(calc(var(--S) * .136), 6.5px);
  letter-spacing: .111em;
  text-indent: .111em;      /* Sperrung rechts optisch ausgleichen */
  color: var(--gold);
  white-space: nowrap;
}
.bl-sms {
  font-weight: 900;
  font-size: var(--S);
  letter-spacing: -.015em;
  color: #fff;
  margin-top: calc(var(--S) * .075);
}
.bl-rule {
  width: calc(var(--S) * 2.4);
  height: max(calc(var(--S) * .023), 1px);
  background: var(--gold);
  margin-top: calc(var(--S) * .02);
}
.bl-name {
  font-weight: 700;
  font-size: max(calc(var(--S) * .318), 11px);
  letter-spacing: .012em;
  line-height: 1.19;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin-top: calc(var(--S) * .09);
}

/* Heller Hintergrund (Impressum, Datenschutz, 404 ohne Hero) */
.site-header.on-light:not(.stuck) .bl-sms,
.site-header.on-light:not(.stuck) .bl-name { color: var(--t-dark-1); }
.site-header.on-light:not(.stuck) .bl-tag  { color: var(--gold-deep); }
.site-header.on-light:not(.stuck) .bl-rule { background: var(--gold-deep); }

/* Beim Scrollen deutlich kompakter, damit der große Header beim Lesen
   nicht dauerhaft ein Fünftel des Bildschirms belegt. */
.site-header.stuck .brand-lockup { --S: 44px; }

@media (max-width: 900px) {
  /* Auf dem Handy bewusst weniger als das Doppelte – sonst nähme allein
     der Kopfbereich rund ein Fünftel der Bildschirmhöhe ein. */
  :root { --header-h: 140px; }
  .brand-lockup { --S: 56px; }
  .site-header.stuck { height: 92px; }
  .site-header.stuck .brand-lockup { --S: 34px; }
}
@media (max-width: 380px) {
  :root { --header-h: 124px; }
  .brand-lockup { --S: 48px; }
}

/* Hauptnavigation */
.nav { display: flex; align-items: center; gap: 4px; }
@media (max-width: 1080px) { .nav { display: none; } }

.nav-item { position: relative; }
.nav-link {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 15px;
  font-size: .89rem; font-weight: 600;
  color: rgba(255,255,255,.82);
  border-radius: 100px;
  transition: color var(--t-fast), background var(--t-fast);
}
.nav-link:hover, .nav-item:hover > .nav-link { color: #fff; background: rgba(255,255,255,.07); }
.nav-link.active { color: var(--gold); }
.nav-link .caret { transition: transform var(--t-med); opacity: .6; }
.nav-item:hover .caret { transform: rotate(180deg); }

/* Dropdown / Mega-Menü */
.nav-drop {
  position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 500px;
  background: rgba(11,17,48,.97);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: 0 30px 70px rgba(0,0,0,.5);
  padding: 14px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity var(--t-med), transform var(--t-med), visibility var(--t-med);
}
.nav-item:hover .nav-drop, .nav-item:focus-within .nav-drop {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-drop::before {
  content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px;
}
.drop-link {
  display: flex; gap: 13px; align-items: flex-start;
  padding: 14px; border-radius: var(--r);
  transition: background var(--t-fast);
}
.drop-link:hover { background: rgba(255,255,255,.06); }
.drop-ico {
  width: 34px; height: 34px; flex: none;
  border-radius: 9px;
  background: rgba(236,167,68,.13);
  border: 1px solid rgba(236,167,68,.24);
  display: grid; place-items: center;
  color: var(--gold);
  transition: background var(--t-fast), transform var(--t-med);
}
.drop-link:hover .drop-ico { background: rgba(236,167,68,.24); transform: scale(1.08); }
.drop-title { font-weight: 700; font-size: .92rem; color: #fff; display: block; }
.drop-desc  { font-size: .78rem; color: var(--t-light-3); line-height: 1.45; margin-top: 2px; }

.header-cta { display: flex; align-items: center; gap: 12px; flex: none; }
@media (max-width: 1080px) { .header-cta .btn { display: none; } }

/* Burger */
.burger {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  border-radius: 50%;
  transition: background var(--t-fast);
}
.burger:hover { background: rgba(255,255,255,.09); }
.burger span {
  display: block; width: 21px; height: 2px;
  background: #fff; border-radius: 2px;
  transition: transform var(--t-med), opacity var(--t-fast), width var(--t-med);
}
.burger span:nth-child(2) { width: 15px; align-self: flex-end; margin-right: 11px; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1080px) { .burger { display: flex; } }

/* Mobil-Menü */
.mobile-nav {
  position: fixed; inset: 0; z-index: 99;
  background: var(--navy-900);
  padding: calc(var(--header-h) + 24px) var(--gut) 40px;
  overflow-y: auto;
  opacity: 0; visibility: hidden;
  transition: opacity var(--t-med), visibility var(--t-med);
}
.mobile-nav::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(80ch 60ch at 50% 0%, rgba(19,29,154,.5), transparent 65%);
  pointer-events: none;
}
.mobile-nav.open { opacity: 1; visibility: visible; }
.mobile-nav > * { position: relative; }
.m-group { border-bottom: 1px solid var(--line-light); padding: 4px 0; }
.m-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 17px 2px;
  font-family: var(--f-display);
  font-size: 1.55rem; font-weight: 700; color: #fff;
  opacity: 0; transform: translateY(14px);
}
.mobile-nav.open .m-link { animation: mIn .5s var(--e-out) forwards; }
.m-group:nth-child(1) .m-link { animation-delay: .05s; }
.m-group:nth-child(2) .m-link { animation-delay: .10s; }
.m-group:nth-child(3) .m-link { animation-delay: .15s; }
.m-group:nth-child(4) .m-link { animation-delay: .20s; }
.m-group:nth-child(5) .m-link { animation-delay: .25s; }
.m-group:nth-child(6) .m-link { animation-delay: .30s; }
.m-group:nth-child(7) .m-link { animation-delay: .35s; }
@keyframes mIn { to { opacity: 1; transform: translateY(0); } }
.m-link .num {
  font-family: var(--f-sans); font-size: .7rem; font-weight: 600;
  color: var(--gold); letter-spacing: .12em;
}
.m-sub { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 0 18px; }
.m-sub a {
  font-size: .84rem; font-weight: 600;
  color: var(--t-light-2);
  padding: 7px 14px; border-radius: 100px;
  border: 1px solid var(--line-light);
  transition: all var(--t-fast);
}
.m-sub a:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.mobile-nav .btn { width: 100%; margin-top: 28px; }
.m-contact {
  margin-top: 30px; display: flex; flex-direction: column; gap: 8px;
  font-size: .9rem; color: var(--t-light-2);
}
.m-contact a { color: var(--gold); font-weight: 600; }

/* Scroll-Fortschritt */
.progress {
  position: fixed; top: 0; left: 0; z-index: 101;
  height: 2px; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transition: width .08s linear;
}

/* ---------- 7. HERO ------------------------------------------------------ */
.hero {
  position: relative;
  min-height: min(100svh, 940px);
  display: flex; align-items: center;
  padding-top: calc(var(--header-h) + 40px);
  padding-bottom: 90px;
  background: var(--ink);
  overflow: hidden;
  isolation: isolate;
}
/* Etwas höher als früher, weil der größere Header oben mehr Platz einnimmt */
.hero.compact { min-height: min(82svh, 800px); }

.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img, .hero-media video {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: heroDrift 26s var(--e-soft) infinite alternate;
}
@keyframes heroDrift {
  from { transform: scale(1.03); }
  to   { transform: scale(1.13); }
}
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(5,7,15,.82) 0%, rgba(5,7,15,.5) 38%, rgba(5,7,15,.94) 100%),
    linear-gradient(100deg, rgba(19,29,154,.5) 0%, transparent 58%);
}
/* Filmkorn für Premium-Anmutung */
.grain {
  position: absolute; inset: -50%;
  z-index: 0;
  pointer-events: none;
  opacity: .05;
  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='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 7s steps(6) infinite;
}
@keyframes grainShift {
  0%,100% { transform: translate(0,0); }
  20% { transform: translate(-3%,2%); }
  40% { transform: translate(2%,-3%); }
  60% { transform: translate(-2%,-2%); }
  80% { transform: translate(3%,1%); }
}

.hero-content { position: relative; z-index: 2; max-width: 1000px; }
.hero h1 { color: #fff; margin-bottom: 28px; }
.hero .lead { color: var(--t-light-2); max-width: 620px; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }

/* Wortweiser Einlauf der Headline.
   Das overflow:hidden schneidet sonst Ober- und Unterlängen ab (g, j, p und
   Akzente), weil die Glyphen über die enge Zeilenbox hinausragen. Deshalb wird
   die Schnittkante per Innenabstand nach außen geschoben und der Außenabstand
   negativ ausgeglichen – die Zeile bleibt dadurch exakt an ihrem Platz. */
.reveal-words .w {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding: .16em 0;
  margin: -.16em 0;
}
.reveal-words .w > span {
  display: inline-block;
  /* mehr als 100 %, damit das Wort auch hinter dem größeren Schnittfeld startet */
  transform: translateY(145%);
  animation: wordUp .9s var(--e-out) forwards;
}
@keyframes wordUp { to { transform: translateY(0); } }

/* Hero-Badge (Standort / Auszeichnung) */
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 18px 8px 10px;
  border-radius: 100px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line-light-2);
  backdrop-filter: blur(10px);
  font-size: .78rem; font-weight: 600; letter-spacing: .04em;
  color: var(--t-light-2);
  margin-bottom: 30px;
}
.hero-badge b { color: #fff; font-weight: 700; }
.pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); flex: none;
  box-shadow: 0 0 0 0 rgba(236,167,68,.7);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(236,167,68,.6); }
  70%  { box-shadow: 0 0 0 12px rgba(236,167,68,0); }
  100% { box-shadow: 0 0 0 0 rgba(236,167,68,0); }
}

/* Scroll-Hinweis */
.hero-scroll {
  position: absolute; left: 50%; bottom: 30px; z-index: 3;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: .66rem; font-weight: 600; letter-spacing: .28em;
  text-transform: uppercase; color: var(--t-light-3);
}
.hero-scroll::after {
  content: ''; width: 1px; height: 46px;
  background: linear-gradient(var(--gold), transparent);
  animation: scrollLine 2.2s var(--e-soft) infinite;
}
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@media (max-width: 700px) { .hero-scroll { display: none; } }

/* Ton-Schalter fürs Hero-Video */
.hero-sound {
  position: absolute; right: var(--gut); bottom: 30px; z-index: 3;
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.09);
  border: 1px solid var(--line-light-2);
  backdrop-filter: blur(10px);
  color: #fff;
  transition: background var(--t-fast), transform var(--t-fast);
}
.hero-sound:hover { background: rgba(236,167,68,.24); transform: scale(1.08); }

/* Unterseiten-Hero (kompakt, mit Brotkrumen) */
.page-hero { position: relative; }
.crumbs {
  display: flex; align-items: center; gap: 9px;
  font-size: .78rem; color: var(--t-light-3);
  margin-bottom: 22px;
}
.crumbs a { color: var(--t-light-2); transition: color var(--t-fast); }
.crumbs a:hover { color: var(--gold); }
.crumbs .sep { opacity: .45; }

/* ---------- 8. KENNZAHLEN ------------------------------------------------ */
.stats-bar {
  background: var(--navy-800);
  border-block: 1px solid var(--line-light);
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(60ch 30ch at 50% 120%, rgba(236,167,68,.14), transparent 70%);
}
.stats-grid {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr);
  max-width: var(--wrap); margin-inline: auto;
  padding: clamp(38px, 5vw, 62px) var(--gut);
  gap: 28px;
}
@media (max-width: 860px) { .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; } }

.stat { text-align: center; position: relative; }
.stat + .stat::before {
  content: '';
  position: absolute; left: -14px; top: 12%; bottom: 12%;
  width: 1px; background: var(--line-light);
}
@media (max-width: 860px) { .stat:nth-child(odd)::before { display: none; } }

.stat-num {
  font-family: var(--f-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 900; line-height: 1;
  color: #fff;
  letter-spacing: -.04em;
  display: flex; align-items: baseline; justify-content: center; gap: 1px;
}
.stat-num .sfx { color: var(--gold); font-size: .62em; margin-left: .12em; }
.stat-label {
  margin-top: 12px;
  font-size: .78rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--t-light-3);
}

/* ---------- 9. LEISTUNGSKARTEN ------------------------------------------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
}
.cards.cols-2 { grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); }
.cards.cols-3 { grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); }
@media (max-width: 640px) { .cards, .cards.cols-2, .cards.cols-3 { grid-template-columns: 1fr; } }

.card {
  position: relative;
  display: flex; flex-direction: column;
  padding: clamp(28px, 3vw, 40px);
  border-radius: var(--r-lg);
  background: var(--paper);
  border: 1px solid var(--line-dark);
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--t-med), box-shadow var(--t-med), border-color var(--t-med);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: transparent; }
/* Farbverlauf beim Hover */
.card::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(155deg, var(--navy-800), var(--ink));
  opacity: 0; transition: opacity var(--t-med);
}
.card:hover::before { opacity: 1; }
.card:hover, .card:hover p, .card:hover .card-num { color: #fff; }
.card:hover h3 { color: #fff; }
.card:hover .card-ico { background: rgba(236,167,68,.18); border-color: rgba(236,167,68,.4); color: var(--gold); }
.card:hover .link-arrow { color: var(--gold); }

.card-num {
  font-family: var(--f-sans);
  font-size: .72rem; font-weight: 700; letter-spacing: .2em;
  color: var(--t-dark-3);
  margin-bottom: 20px;
  transition: color var(--t-med);
}
.card-ico {
  width: 54px; height: 54px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(19,29,154,.07);
  border: 1px solid rgba(19,29,154,.14);
  color: var(--blue);
  margin-bottom: 24px;
  transition: all var(--t-med);
}
.card h3 { margin-bottom: 13px; transition: color var(--t-med); }
.card p { color: var(--t-dark-2); font-size: .95rem; transition: color var(--t-med); flex: 1; }
.card .link-arrow { margin-top: 24px; align-self: flex-start; }

/* Dunkle Variante */
.section-dark .card, .section-ink .card {
  background: rgba(255,255,255,.035);
  border-color: var(--line-light);
  color: #fff;
}
.section-dark .card p, .section-ink .card p { color: var(--t-light-2); }
.section-dark .card-num, .section-ink .card-num { color: var(--t-light-3); }
.section-dark .card-ico, .section-ink .card-ico {
  background: rgba(236,167,68,.12);
  border-color: rgba(236,167,68,.25);
  color: var(--gold);
}
.section-dark .card:hover, .section-ink .card:hover {
  border-color: rgba(236,167,68,.3);
  background: rgba(255,255,255,.06);
}
.section-dark .card::before, .section-ink .card::before { display: none; }

/* Große Leistungskachel mit Bild */
.tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.tile {
  position: relative;
  grid-column: span 2;
  min-height: 380px;
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 32px;
  color: #fff;
  isolation: isolate;
}
.tile.wide { grid-column: span 3; }
.tile.full { grid-column: span 6; min-height: 320px; }
@media (max-width: 1000px) {
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .tile, .tile.wide { grid-column: span 1; }
  .tile.full { grid-column: span 2; }
}
@media (max-width: 620px) {
  .tiles { grid-template-columns: 1fr; }
  .tile, .tile.wide, .tile.full { grid-column: span 1; min-height: 320px; }
}
.tile img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s var(--e-out);
}
.tile::after {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(5,7,15,.15) 0%, rgba(5,7,15,.55) 55%, rgba(5,7,15,.93) 100%);
  transition: background var(--t-med);
}
.tile:hover img { transform: scale(1.07); }
.tile:hover::after {
  background: linear-gradient(180deg, rgba(19,29,154,.3) 0%, rgba(5,7,15,.65) 55%, rgba(5,7,15,.96) 100%);
}
.tile h3 { color: #fff; margin-bottom: 10px; }
.tile p { color: var(--t-light-2); font-size: .92rem; max-width: 46ch; }
.tile .eyebrow { color: var(--gold); margin-bottom: 14px; }
.tile .link-arrow { margin-top: 18px; color: var(--gold); }

/* ---------- 10. LAUFBAND (Kundenlogos / Claims) -------------------------- */
.marquee {
  position: relative;
  overflow: hidden;
  padding-block: 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex; align-items: center; gap: 56px;
  width: max-content;
  animation: slide 42s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes slide { to { transform: translateX(-50%); } }

.marquee-item {
  display: flex; align-items: center; justify-content: center;
  gap: 12px;
  font-family: var(--f-display);
  font-size: 1.25rem; font-weight: 700;
  color: var(--t-dark-2);
  white-space: nowrap;
  transition: color var(--t-fast), opacity var(--t-fast);
  opacity: .82;
  /* einheitliche Standfläche, damit hohe und breite Logos gleich wirken */
  min-height: 52px;
}
.marquee-item:hover { color: var(--blue); opacity: 1; }
/* Logos in Farbe: Eine Entsättigung ließ helle Logos (z. B. Spring Drive)
   auf weißem Grund praktisch verschwinden. Stattdessen leichte Zurücknahme
   über die Deckkraft, volle Farbe beim Überfahren. */
.marquee-item img {
  height: 52px; max-width: 175px;
  width: auto; object-fit: contain;
  opacity: .88;
  transition: opacity var(--t-med), transform var(--t-med);
}
.marquee-item:hover img { opacity: 1; transform: scale(1.05); }
/* Auf dunklem Grund brauchen dunkle Logos einen hellen Träger */
.section-dark .marquee-item img,
.section-ink .marquee-item img {
  background: #fff; border-radius: 6px; padding: 6px 10px;
}
.section-dark .marquee-item { color: var(--t-light-3); }
.section-dark .marquee-item:hover { color: var(--gold); }

/* Großes Claim-Laufband */
.marquee-xl { padding-block: clamp(30px, 4vw, 54px); border-block: 1px solid var(--line-light); }
.marquee-xl .marquee-track { gap: 40px; animation-duration: 34s; }
.marquee-xl .marquee-item {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900; letter-spacing: -.03em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.28);
  opacity: 1;
}
.marquee-xl .marquee-item.solid {
  color: var(--gold);
  -webkit-text-stroke: 0;
}
.marquee-xl .dot { color: var(--gold); font-size: .5em; }

/* ---------- 11. REFERENZEN / CASES --------------------------------------- */
.cases {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 24px;
}
.case {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--navy-800);
  aspect-ratio: 4 / 5;
  display: flex; flex-direction: column; justify-content: flex-end;
  isolation: isolate;
}
.case img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s var(--e-out), filter var(--t-med);
}
.case::after {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, transparent 30%, rgba(5,7,15,.9) 100%);
}
.case:hover img { transform: scale(1.06); }
.case-body { padding: 28px; color: #fff; }
.case-tag {
  display: inline-block;
  font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink); background: var(--gold);
  padding: 5px 12px; border-radius: 100px;
  margin-bottom: 14px;
}
.case h3 { color: #fff; font-size: 1.4rem; margin-bottom: 8px; }
.case p { color: var(--t-light-2); font-size: .88rem; }
.case-meta {
  display: flex; gap: 18px; margin-top: 16px;
  padding-top: 16px; border-top: 1px solid var(--line-light);
}
.case-meta div { flex: 1; }
.case-meta b {
  display: block;
  font-family: var(--f-display); font-size: 1.4rem; font-weight: 900;
  color: var(--gold); line-height: 1;
}
.case-meta span { font-size: .68rem; color: var(--t-light-3); letter-spacing: .08em; text-transform: uppercase; }

/* Horizontaler Case-Scroller */
.scroller {
  display: flex; gap: 22px;
  overflow-x: auto;
  padding-bottom: 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}
.scroller::-webkit-scrollbar { height: 5px; }
.scroller::-webkit-scrollbar-track { background: var(--line-light); border-radius: 4px; }
.scroller::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 4px; }
.scroller > * { flex: 0 0 clamp(280px, 32vw, 400px); scroll-snap-align: start; }

/* ---------- 12. GALERIE -------------------------------------------------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.gal-item {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--navy-800);
  aspect-ratio: 3 / 4;
  cursor: zoom-in;
  isolation: isolate;
}
.gal-item.wide { grid-column: span 2; aspect-ratio: 3 / 2; }
@media (max-width: 620px) { .gal-item.wide { grid-column: span 1; aspect-ratio: 3/4; } }
.gal-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--e-out), filter var(--t-med);
}
.gal-item:hover img { transform: scale(1.07); }
.gal-cap {
  position: absolute; inset: auto 0 0 0;
  padding: 40px 18px 16px;
  background: linear-gradient(transparent, rgba(5,7,15,.9));
  color: #fff; font-size: .82rem; font-weight: 600;
  opacity: 0; transform: translateY(10px);
  transition: opacity var(--t-med), transform var(--t-med);
}
.gal-item:hover .gal-cap { opacity: 1; transform: translateY(0); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(5,7,15,.96);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  padding: 5vh 5vw;
  opacity: 0; visibility: hidden;
  transition: opacity var(--t-med), visibility var(--t-med);
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: 100%; max-height: 84vh;
  border-radius: var(--r);
  box-shadow: 0 40px 100px rgba(0,0,0,.7);
  transform: scale(.94);
  transition: transform var(--t-med);
}
.lightbox.open img { transform: scale(1); }
.lb-cap { color: var(--t-light-2); font-size: .88rem; margin-top: 18px; text-align: center; }
.lb-close, .lb-nav {
  position: absolute;
  width: 50px; height: 50px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.09);
  border: 1px solid var(--line-light-2);
  color: #fff;
  transition: background var(--t-fast), transform var(--t-fast);
}
.lb-close:hover, .lb-nav:hover { background: var(--gold); color: var(--ink); transform: scale(1.08); }
.lb-close { top: 24px; right: 24px; }
.lb-nav.prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-nav.next { right: 20px; top: 50%; transform: translateY(-50%); }
.lb-nav.prev:hover { transform: translateY(-50%) scale(1.08); }
.lb-nav.next:hover { transform: translateY(-50%) scale(1.08); }

/* Filterleiste */
.filters {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 34px;
}
.filter {
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid var(--line-dark-2);
  font-size: .85rem; font-weight: 600;
  color: var(--t-dark-2);
  transition: all var(--t-fast);
}
.filter:hover { border-color: var(--blue); color: var(--blue); }
.filter.active { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.section-dark .filter { border-color: var(--line-light-2); color: var(--t-light-2); }
.section-dark .filter:hover { border-color: var(--gold); color: var(--gold); }
.section-dark .filter.active { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ---------- 13. PROZESS / SCHRITTE --------------------------------------- */
.steps { display: grid; gap: 2px; }
.step {
  display: grid;
  grid-template-columns: 92px 1fr 1fr;
  gap: clamp(20px, 4vw, 60px);
  align-items: start;
  padding: clamp(28px, 3.4vw, 44px) 0;
  border-top: 1px solid var(--line-dark);
  transition: background var(--t-med);
  position: relative;
}
.section-dark .step { border-top-color: var(--line-light); }
.step:last-child { border-bottom: 1px solid var(--line-dark); }
.section-dark .step:last-child { border-bottom-color: var(--line-light); }
.step:hover .step-num { color: var(--gold); transform: translateX(4px); }
@media (max-width: 780px) {
  .step { grid-template-columns: 60px 1fr; gap: 20px; }
  .step p { grid-column: 2; }
}
.step-num {
  font-family: var(--f-display);
  font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 900;
  line-height: .9; color: #AAB0C6;
  transition: color var(--t-med), transform var(--t-med);
}
.section-dark .step-num { color: var(--line-light-2); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--t-dark-2); font-size: .95rem; }
.section-dark .step p { color: var(--t-light-2); }

/* ---------- 14. USP / CHECKLISTE ----------------------------------------- */
.checklist { display: grid; gap: 14px; margin-block: 28px; }
/* Kein Flex auf dem <li>: sonst würden <b> und Folgetext zu zwei
   getrennten Flex-Items und die Zeile bräche in zwei Spalten um. */
.checklist li {
  position: relative;
  padding-left: 36px;
  font-size: .97rem;
  line-height: 1.6;
  color: var(--t-dark-2);
}
.section-dark .checklist li { color: var(--t-light-2); }
.checklist li::before {
  content: '';
  position: absolute; left: 0; top: 3px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(236,167,68,.16);
  border: 1px solid rgba(236,167,68,.42);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ECA744' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.checklist li b { color: var(--t-dark-1); font-weight: 700; }
.section-dark .checklist li b { color: #fff; }

/* Highlight-Box */
.highlight {
  padding: clamp(26px, 3vw, 38px);
  border-radius: var(--r-lg);
  background: linear-gradient(150deg, rgba(19,29,154,.06), rgba(236,167,68,.07));
  border: 1px solid rgba(236,167,68,.28);
  position: relative;
}
.section-dark .highlight {
  background: linear-gradient(150deg, rgba(19,29,154,.4), rgba(236,167,68,.06));
  border-color: rgba(236,167,68,.3);
}
.highlight-label {
  font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 12px;
}
.section-dark .highlight-label { color: var(--gold); }

/* Zitat */
.quote {
  font-family: var(--f-display);
  font-size: clamp(1.4rem, 3vw, 2.3rem);
  font-weight: 400; font-style: italic;
  line-height: 1.34; letter-spacing: -.02em;
  position: relative;
  padding-left: clamp(24px, 4vw, 48px);
  border-left: 2px solid var(--gold);
}
.quote-by {
  display: flex; align-items: center; gap: 14px;
  margin-top: 26px;
  font-family: var(--f-sans); font-size: .86rem;
  font-style: normal;
  color: var(--t-dark-2);
}
.section-dark .quote-by { color: var(--t-light-3); }
.quote-by b { color: var(--t-dark-1); font-weight: 700; display: block; }
.section-dark .quote-by b { color: #fff; }
.quote-av {
  width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; flex: none;
  border: 2px solid var(--gold);
}

/* Kompaktes Monogramm für kleine Flächen (Zitate, Avatare) */
.mono-mark {
  width: 46px; height: 46px; flex: none;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--blue), var(--ink));
  border: 1.5px solid var(--gold);
  font-family: var(--f-logo); font-weight: 900;
  font-size: .78rem; letter-spacing: -.03em;
  color: var(--gold);
}

/* ---------- 15. FORMULARE ------------------------------------------------ */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: .78rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--t-dark-2);
}
.section-dark .field label { color: var(--t-light-3); }
.field label .req { color: var(--gold-deep); }
.section-dark .field label .req { color: var(--gold); }

.field input, .field textarea, .field select {
  width: 100%;
  padding: 15px 18px;
  font-size: .96rem;
  color: var(--t-dark-1);
  background: var(--paper);
  border: 1.5px solid var(--line-dark-2);
  border-radius: var(--r-sm);
  transition: border-color var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
}
.field textarea { min-height: 148px; resize: vertical; line-height: 1.6; }
.field select { cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234A5270' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  padding-right: 44px;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(236,167,68,.14);
}
.field input::placeholder, .field textarea::placeholder { color: var(--t-dark-3); }

/* Nur background-color setzen – die Kurzschreibweise „background" würde
   background-repeat/-position zurücksetzen und den Pfeil kacheln lassen. */
.section-dark .field input, .section-dark .field textarea, .section-dark .field select {
  background-color: rgba(255,255,255,.05);
  border-color: var(--line-light-2);
  color: #fff;
}
.section-dark .field input::placeholder, .section-dark .field textarea::placeholder { color: var(--t-light-3); }
.section-dark .field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.section-dark .field select option { background: var(--navy-800); color: #fff; }

/* Höhere Spezifität als „.field label", sonst erbt der Einwilligungstext
   Versalien und Sperrung und wird unlesbar. */
.check-line,
.field label.check-line {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: .87rem; line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: var(--t-dark-2);
  cursor: pointer;
}
.section-dark .check-line { color: var(--t-light-3); }
.check-line input[type=checkbox] {
  width: 20px; height: 20px; flex: none; margin-top: 2px;
  accent-color: var(--gold); cursor: pointer;
}
.check-line a { color: var(--blue); font-weight: 600; text-decoration: underline; }
.section-dark .check-line a { color: var(--gold); }

.form-note {
  font-size: .82rem; color: var(--t-dark-3);
  margin-top: 16px;
}
.section-dark .form-note { color: var(--t-light-3); }

.form-msg {
  padding: 15px 18px; border-radius: var(--r-sm);
  font-size: .9rem; font-weight: 600;
  margin-top: 18px;
  display: none;
}
.form-msg.show { display: block; }
.form-msg.ok  { background: rgba(74,222,128,.12); border: 1px solid rgba(74,222,128,.4); color: #35c46b; }
.form-msg.err { background: rgba(248,113,113,.12); border: 1px solid rgba(248,113,113,.4); color: #e05b5b; }

/* Honeypot */
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

/* ---------- 16. KONTAKTKARTEN -------------------------------------------- */
.contact-cards { display: grid; gap: 14px; }
.contact-card {
  display: flex; gap: 18px; align-items: center;
  padding: 22px 24px;
  border-radius: var(--r);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-light);
  transition: all var(--t-med);
}
.contact-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(236,167,68,.35);
  transform: translateX(5px);
}
.contact-ico {
  width: 46px; height: 46px; flex: none;
  border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(236,167,68,.13);
  border: 1px solid rgba(236,167,68,.26);
  color: var(--gold);
}
.contact-card span { display: block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--t-light-3); }
.contact-card b { font-size: 1.02rem; font-weight: 700; color: #fff; }

/* ---------- 17. CTA-BAND ------------------------------------------------- */
.cta-band {
  position: relative;
  padding-block: clamp(66px, 8vw, 118px);
  background: linear-gradient(135deg, var(--blue) 0%, var(--navy-800) 55%, var(--ink) 100%);
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(60ch 40ch at 50% 0%, rgba(236,167,68,.2), transparent 62%);
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; max-width: 20ch; margin-inline: auto; }
.cta-band p { color: var(--t-light-2); max-width: 56ch; margin: 22px auto 0; }

/* ---------- 18. FOOTER --------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: var(--t-light-2);
  padding-top: clamp(56px, 7vw, 92px);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(80ch 40ch at 15% 0%, rgba(19,29,154,.35), transparent 60%);
  pointer-events: none;
}
.site-footer > * { position: relative; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: clamp(30px, 4vw, 56px);
  padding-bottom: 54px;
}
@media (max-width: 940px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand .brand { margin-bottom: 20px; }
.footer-brand p { font-size: .92rem; max-width: 38ch; }
.footer-claim {
  font-family: var(--f-display);
  font-size: 1.25rem; font-style: italic;
  color: var(--gold);
  margin-top: 18px;
}
.footer-col h4 {
  font-family: var(--f-sans);
  font-size: .74rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-col ul { display: grid; gap: 11px; }
.footer-col a {
  font-size: .92rem; color: var(--t-light-2);
  transition: color var(--t-fast), padding-left var(--t-fast);
}
.footer-col a:hover { color: var(--gold); padding-left: 5px; }

.socials { display: flex; gap: 10px; margin-top: 22px; }
.social {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line-light);
  color: var(--t-light-2);
  transition: all var(--t-med);
}
.social:hover {
  background: var(--gold); border-color: var(--gold);
  color: var(--ink); transform: translateY(-3px);
}

.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 16px;
  align-items: center; justify-content: space-between;
  padding-block: 26px;
  border-top: 1px solid var(--line-light);
  font-size: .82rem;
  color: var(--t-light-3);
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-bottom a { transition: color var(--t-fast); }
.footer-bottom a:hover { color: var(--gold); }

/* ---------- 19. COOKIE-BANNER -------------------------------------------- */
.cookie {
  position: fixed; left: 50%; bottom: 22px; z-index: 150;
  transform: translateX(-50%) translateY(140%);
  width: min(680px, calc(100vw - 32px));
  background: rgba(11,17,48,.97);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line-light-2);
  border-radius: var(--r-lg);
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
  padding: 26px;
  color: var(--t-light-2);
  transition: transform .5s var(--e-out);
}
.cookie.show { transform: translateX(-50%) translateY(0); }
.cookie h4 { color: #fff; font-family: var(--f-sans); font-size: 1rem; margin-bottom: 9px; }
.cookie p { font-size: .86rem; line-height: 1.6; }
.cookie p a { color: var(--gold); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.cookie-actions .btn { flex: 1; min-width: 150px; }

/* ---------- 20. FAQ / AKKORDEON ------------------------------------------ */
.faq { display: grid; gap: 2px; }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.section-dark .faq-item { border-bottom-color: var(--line-light); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  width: 100%; text-align: left;
  padding: 24px 0;
  font-family: var(--f-display);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem); font-weight: 700;
  color: var(--t-dark-1);
  transition: color var(--t-fast);
}
.section-dark .faq-q { color: #fff; }
.faq-q:hover { color: var(--blue); }
.section-dark .faq-q:hover { color: var(--gold); }
.faq-toggle {
  width: 34px; height: 34px; flex: none;
  border-radius: 50%;
  border: 1px solid var(--line-dark-2);
  display: grid; place-items: center;
  transition: all var(--t-med);
}
.section-dark .faq-toggle { border-color: var(--line-light-2); }
.faq-toggle::before, .faq-toggle::after {
  content: ''; position: absolute;
  background: currentColor; border-radius: 2px;
}
.faq-toggle::before { width: 12px; height: 2px; }
.faq-toggle::after  { width: 2px; height: 12px; transition: transform var(--t-med); }
.faq-item.open .faq-toggle { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: rotate(90deg); }
.faq-item.open .faq-toggle::after { transform: scaleY(0); }
.faq-a {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .42s var(--e-out);
}
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a > div { overflow: hidden; }
.faq-a p {
  padding-bottom: 26px; padding-right: 54px;
  color: var(--t-dark-2); font-size: .96rem;
}
.section-dark .faq-a p { color: var(--t-light-2); }
@media (max-width: 640px) { .faq-a p { padding-right: 0; } }

/* ---------- 21. LOGO-BAND (Standorte) ------------------------------------ */
.pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 18px;
  border-radius: 100px;
  border: 1px solid var(--line-dark-2);
  font-size: .84rem; font-weight: 600;
  color: var(--t-dark-2);
  transition: all var(--t-fast);
}
.section-dark .pill { border-color: var(--line-light-2); color: var(--t-light-2); }
.pill:hover { border-color: var(--gold); color: var(--gold-deep); }
.section-dark .pill:hover { color: var(--gold); }
.pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }

/* ---------- 22. BEWEGUNG / REVEAL ---------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s var(--e-out), transform .8s var(--e-out);
  will-change: opacity, transform;
}
.reveal.in-view { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .09s; }
.reveal-d2 { transition-delay: .18s; }
.reveal-d3 { transition-delay: .27s; }
.reveal-d4 { transition-delay: .36s; }
.reveal-d5 { transition-delay: .45s; }

.reveal-l { opacity: 0; transform: translateX(-34px); transition: opacity .85s var(--e-out), transform .85s var(--e-out); }
.reveal-l.in-view { opacity: 1; transform: none; }
.reveal-r { opacity: 0; transform: translateX(34px); transition: opacity .85s var(--e-out), transform .85s var(--e-out); }
.reveal-r.in-view { opacity: 1; transform: none; }
.reveal-s { opacity: 0; transform: scale(.94); transition: opacity .8s var(--e-out), transform .8s var(--e-out); }
.reveal-s.in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-l, .reveal-r, .reveal-s { opacity: 1 !important; transform: none !important; }
  .hero-media img, .hero-media video { animation: none; }
  .grain { animation: none; }
  .marquee-track { animation: none; }
  .reveal-words .w > span { transform: none; animation: none; }
}

/* Nach oben */
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--gold); color: var(--ink);
  box-shadow: var(--sh);
  opacity: 0; visibility: hidden; transform: translateY(14px);
  transition: all var(--t-med);
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { transform: translateY(-4px); box-shadow: var(--sh-gold); }

/* ---------- 23. HILFSKLASSEN --------------------------------------------- */
.center      { text-align: center; }
.mt-0  { margin-top: 0; }
.mt-1  { margin-top: 12px; }
.mt-2  { margin-top: 24px; }
.mt-3  { margin-top: 40px; }
.mt-4  { margin-top: 60px; }
.mb-2  { margin-bottom: 24px; }
.mb-3  { margin-bottom: 40px; }
.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;
}
.divider { height: 1px; background: var(--line-dark); border: 0; }
.section-dark .divider { background: var(--line-light); }

/* Rich-Text (Impressum / Datenschutz / Artikel) */
.prose { max-width: 74ch; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin: 52px 0 18px; }
.prose h3 { font-size: 1.22rem; margin: 34px 0 12px; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p  { margin-bottom: 17px; color: var(--t-dark-2); }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 17px; color: var(--t-dark-2); }
.prose ul li { margin-bottom: 8px; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--gold-deep); }
.prose strong { color: var(--t-dark-1); font-weight: 700; }
.prose table { margin-bottom: 20px; font-size: .92rem; }
.prose th, .prose td { padding: 10px 14px; border: 1px solid var(--line-dark); text-align: left; }
.prose th { background: var(--paper-2); font-weight: 700; }

/* Druck */
@media print {
  .site-header, .mobile-nav, .cookie, .to-top, .hero-scroll, .progress, .site-footer { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding-block: 20px; }
}
