/* ==========================================================================
   FGenyzz — Produktions-Stylesheet
   Anthrazit + Gold, DIN-Typografie (Barlow als lizenzfreier DIN-Next-Stand-in),
   heller Hero (Elfenbein), Glas-Karten mit asymmetrischer Kontur.
   Konsolidiert aus dem Design-Handoff (fgenyzz-live/-variants/-mobile/-legal).
   ========================================================================== */

/* ---------- Schriften (selbst gehostet — kein Google-Fonts-CDN) ---------- */
@font-face {
  font-family: "Barlow"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/barlow-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/barlow-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/barlow-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/barlow-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #26292f;
  --ink-deep: #1b1e22;
  --ink-soft: #54585f;
  --dim: #6e7278; /* abgedunkelt ggü. Entwurf (#84888f) für WCAG-AA-Kontrast auf Papierweiß */
  --paper: #fbfaf8;
  --hair: #e9e7e2;
  --gold: #b99a5e;
  --gold-deep: #8a6d35;
  --gold-line: linear-gradient(90deg, #cfae6c, #8a6d35);
  /* Symmetrisch auslaufende Variante für die Dekorlinien der dunklen Panels:
     beide Enden lösen sich gleich auf, die Einrückung liest sich als Absicht. */
  --gold-line-fade: linear-gradient(90deg, transparent, #cfae6c 18%, #cfae6c 82%, transparent);
  --font: Barlow, "Helvetica Neue", Arial, sans-serif;
  /* Sektionsabstände, zwei Stufen. Einseitiges System: Der Abstand zwischen
     zwei Sektionen ist das padding-top der FOLGE-Sektion (padding-bottom der
     Rhythmus-Sektionen ist 0) — nur so bleiben gemischte Übergänge exakt.
     lg = Kapitelwechsel, md = inhaltlich verwandte Folgesektion (.u-gap-md). */
  --section-gap-lg: 12rem;
  --section-gap-md: 7.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; border-radius: 2px; }

/* ---------- Skip-Link ---------- */
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 100;
  background: var(--ink); color: #fff; text-decoration: none;
  font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 0 0 10px 10px;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 0; }

/* ---------- Utilities (ersetzen Inline-Styles des Entwurfs) ---------- */
.u-pt0 { padding-top: 0 !important; }
.u-gap-md { padding-top: var(--section-gap-md) !important; }
.u-pb-md { padding-bottom: var(--section-gap-md) !important; }
.u-pt30 { padding-top: 30px !important; }
.u-pt40 { padding-top: 40px !important; }
.u-pt56 { padding-top: 56px !important; }
.u-pt60 { padding-top: 60px !important; }
.u-pb90 { padding-bottom: 90px !important; }
.u-mt22 { margin-top: 22px !important; }
.u-mt26 { margin-top: 26px !important; }
.u-mt32 { margin-top: 32px !important; }
.u-mt48 { margin-top: 48px !important; }
.u-mb48 { margin-bottom: 48px !important; }
.u-mb64 { margin-bottom: 64px !important; }
.u-max640 { max-width: 640px; }
.u-max760 { max-width: 760px; }
.u-max800 { max-width: 800px; }
.body--lg { font-size: 18.5px; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 56px; height: 76px;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.nav.is-scrolled {
  background: rgba(251, 250, 248, 0.86);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(38, 41, 47, 0.08);
}
.nav__brand { display: inline-flex; align-items: center; }
.nav__logo { height: 30px; width: auto; display: block; }
.nav__home {
  font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: none;
}
.nav__right { display: flex; align-items: center; gap: 10px; }
.nav__lang {
  font-size: 14px; font-weight: 600; letter-spacing: 0.08em;
  color: var(--ink-soft); text-decoration: none; padding: 10px 12px;
  transition: color 0.2s ease;
}
.nav__lang:hover { color: var(--ink); }
.nav__cta {
  font-size: 15px; font-weight: 600; text-decoration: none;
  color: #fff; background: var(--ink); padding: 11px 22px; border-radius: 980px;
  transition: transform 0.2s ease, background 0.35s ease, color 0.35s ease;
}
.nav__cta:hover { transform: translateY(-1px); }

/* ---------- Hamburger + Menü-Overlay ---------- */
.nav__burger {
  display: flex; flex-direction: column; gap: 5px; justify-content: center; align-items: center;
  width: 44px; height: 44px; background: transparent; border: 0; cursor: pointer; padding: 0;
}
.nav__burger span {
  display: block; width: 22px; height: 2px; border-radius: 2px;
  background: var(--ink); transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
body.menu-open .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .nav__burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
body.menu-open .nav { background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }

.menu-overlay {
  position: fixed; inset: 0; z-index: 49;
  background: rgba(251, 250, 248, 0.94);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  display: flex; align-items: center; padding: 0 64px;
  opacity: 0; visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
body.menu-open .menu-overlay { opacity: 1; visibility: visible; }
.menu-overlay__links { display: flex; flex-direction: column; gap: 6px; }
.menu-overlay__links a {
  font-size: clamp(40px, 4.6vw, 64px); font-weight: 700; letter-spacing: -0.02em;
  color: var(--ink); text-decoration: none; line-height: 1.18;
  transition: color 0.2s ease, transform 0.25s ease;
}
.menu-overlay__links a:hover { color: var(--gold-deep); transform: translateX(10px); }
@media (prefers-reduced-motion: no-preference) {
  .menu-overlay__links a { opacity: 0; transform: translateY(14px); transition: opacity 0.4s ease, transform 0.4s ease, color 0.2s ease; }
  body.menu-open .menu-overlay__links a { opacity: 1; transform: none; }
  body.menu-open .menu-overlay__links a:nth-child(2) { transition-delay: 0.05s; }
  body.menu-open .menu-overlay__links a:nth-child(3) { transition-delay: 0.1s; }
  body.menu-open .menu-overlay__links a:nth-child(4) { transition-delay: 0.15s; }
  body.menu-open .menu-overlay__links a:nth-child(5) { transition-delay: 0.2s; }
  body.menu-open .menu-overlay__links a:hover { transform: translateX(10px); }
}

/* ---------- Hero (heller Ton, ruhig, asymmetrisch) ---------- */
.hero {
  position: relative; min-height: 100vh;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(255, 255, 255, 0.85), transparent 70%),
    linear-gradient(180deg, #faf8f4 0%, #f3eee4 42%, #f6f2ea 70%, var(--paper) 100%);
  color: var(--ink); overflow: hidden;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  text-align: left; padding: 140px 56px 120px;
}
.hero__glow {
  position: absolute; left: 50%; top: 38%; width: 1100px; height: 700px;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(185, 154, 94, 0.09), transparent 70%);
  pointer-events: none;
}
/* Innenspalte deckelt auf dieselbe Inhaltsbreite wie .section (1440 − 2×56)
   und zentriert sich — Hero-Text bleibt dadurch auf breiten Monitoren bündig
   mit den Sektions-Überschriften statt am linken Fensterrand zu kleben. */
.hero__inner { position: relative; width: 100%; max-width: 1328px; margin: 0 auto; }
.hero h1 {
  font-size: clamp(56px, 7.1vw, 102px); font-weight: 600;
  letter-spacing: -0.03em; line-height: 0.95; margin: 0;
}
.hero h1 .gold {
  display: block; max-width: 7.2em; min-height: 1em;
  background: linear-gradient(95deg, #b0894a, #84672f);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  perspective: 900px;
}
/* Das animierte Wort bildet eine eigene Compositing-Ebene und fällt aus dem
   background-clip des Eltern-Elements — daher Gradient + Clip direkt aufs Wort. */
.hero h1 .gold .rot {
  background: inherit;
  -webkit-background-clip: text; background-clip: text;
  color: inherit;
  /* Paint-Box nach unten erweitern, sonst wird der g-Unterbogen vom Clip gekappt */
  padding-bottom: 0.22em; margin-bottom: -0.22em;
}
.rot { display: inline-block; transform-origin: 50% 50%; backface-visibility: hidden; }
@media (prefers-reduced-motion: no-preference) {
  /* Klapp-Wechsel: altes Wort klappt nach hinten weg, neues klappt im selben Zug auf */
  .js-anim .rot.fold-out { animation: foldOut 0.55s cubic-bezier(0.55, 0, 0.85, 0.4) forwards; }
  .js-anim .rot.fold-in { animation: foldIn 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) forwards; }
  @keyframes foldOut { from { transform: rotateX(0deg); opacity: 1; } to { transform: rotateX(-92deg); opacity: 0; } }
  @keyframes foldIn { from { transform: rotateX(92deg); opacity: 0; } to { transform: rotateX(0deg); opacity: 1; } }
}
.hero__sub {
  font-size: 21px; line-height: 1.55; color: var(--ink-soft);
  max-width: 640px; margin: 36px 0 0; text-wrap: pretty;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 11px;
  margin-top: 26px;
  font-size: 13.5px; font-weight: 500; letter-spacing: 0.04em;
  color: var(--ink-soft);
  border: 1px solid rgba(138, 109, 53, 0.32); border-radius: 980px;
  padding: 9px 20px; background: rgba(185, 154, 94, 0.06);
}
.hero__badge .dot {
  width: 6px; height: 6px; border-radius: 99px; background: var(--gold);
  box-shadow: 0 0 12px rgba(185, 154, 94, 0.9);
}
.hero__actions { display: flex; gap: 18px; justify-content: flex-start; align-items: center; margin-top: 38px; }
.btn-primary {
  display: inline-block; font-size: 17px; font-weight: 600; text-decoration: none;
  color: #fff; background: linear-gradient(180deg, #2e3138, #1f2226);
  padding: 17px 36px; border-radius: 980px;
  box-shadow: 0 14px 34px rgba(38, 41, 47, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(38, 41, 47, 0.3); }

/* Hero-Visual „Fundstellen“: Punktraster mit Konstellation in der rechten
   Hero-Hälfte (Inline-SVG als letztes Kind von .hero__inner; Animation ist
   reines CSS im SVG). Breakpoint geprüft bei 1024–1240px (DE + EN): die
   Subline bricht natürlich um und bleibt frei vom Raster — daher 1024px
   statt der im Snippet vorgesehenen 1240px. Darunter (Tablet-Layout) läuft
   der Hero einspaltig weiter wie bisher. */
.hero__visual {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: min(42%, 680px);
  pointer-events: none;
}
@media (max-width: 1024px) { .hero__visual { display: none; } }

/* Desktop: Hero gibt ~110px des Erstviewports an die KI-Sektion ab —
   die Folgesektion schneidet als Scroll-Einladung an (Apple-Muster).
   Wichtig: Auf realen Bildschirmen ist innerHeight (Taskbar + Browser-
   Chrome) deutlich kleiner als die Display-Höhe. Damit min-height nicht
   dem Inhalt weicht und der Anschnitt verschwindet, ist der Desktop-Hero
   kompakter gepolstert (Inhalt ≈ 620px statt ≈ 716px) — der Anschnitt
   trägt so bis hinunter zu ~700px innerHeight. Inhalt wird nie gequetscht
   (min-height weicht weiterhin zuerst). Tablet/Mobile unverändert. */
@media (min-width: 1025px) {
  /* Anschnitt viewport-proportional: ~18vh sichtbarer Folgeinhalt, geklemmt —
     900px-Viewports ≈ 162px (Eyebrow + H2-Beginn), 1440px ≈ 259px (Panel-
     Oberkante lugt herein). Unter ~760px innerHeight greift der Inhalts-Floor. */
  .hero { min-height: calc(100vh - clamp(140px, 18vh, 280px)); padding-top: 110px; padding-bottom: 56px; }
}

/* ---------- Reveal-Animationen ---------- */
/* Sichtbarer Zustand ist der Basiszustand — der versteckte Ausgangszustand greift nur,
   wenn JS in einem sichtbaren Dokument läuft (html.js-anim). So bleibt die Seite in
   Print-, Prerender- und Capture-Kontexten vollständig sichtbar. */
@media (prefers-reduced-motion: no-preference) {
  .js-anim .reveal { transition: opacity 0.8s cubic-bezier(0.2, 0.6, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1); }
  .js-anim .reveal:not(.is-in) { opacity: 0; transform: translateY(28px); }
  .js-anim .reveal[data-delay="1"] { transition-delay: 0.12s; }
  .js-anim .reveal[data-delay="2"] { transition-delay: 0.24s; }
  .js-anim .reveal[data-delay="3"] { transition-delay: 0.36s; }
}

/* ---------- Sektions-Grundgerüst ---------- */
.section { padding: var(--section-gap-lg) 56px 0; max-width: 1440px; margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; }
.eyebrow .bar { width: 28px; height: 2px; background: var(--gold-line); }
.eyebrow .label {
  font-size: 13px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold-deep);
}
.h2 { font-size: clamp(44px, 4vw, 60px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.04; margin: 0; text-wrap: balance; }
.gold-word {
  background: linear-gradient(95deg, #b0894a, #84672f);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.body { font-size: 20px; line-height: 1.6; color: var(--ink-soft); margin: 0; text-wrap: pretty; }
.link-gold {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 600; color: var(--ink); text-decoration: none;
  border-bottom: 2px solid var(--gold); padding-bottom: 4px;
  transition: gap 0.2s ease;
}
.link-gold:hover { gap: 16px; }
.link-gold .arr { color: var(--gold-deep); }
.link-gold.on-dark { color: #f4f3f0; }
.link-gold.on-dark .arr { color: #cfae6c; }

/* ---------- KI Statement: Anthrazit-Panel auf hellem Grund ---------- */
/* Bewusst knapper Einstieg: das Hero-min-height (calc unten) lässt Eyebrow und
   H2-Beginn der KI-Sektion im Erstviewport anschneiden — Scroll-Einladung. */
.s-ki { padding-top: 48px; padding-bottom: 0; }
.ki-panel {
  position: relative; overflow: hidden;
  margin-top: 64px;
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; align-items: center;
  padding: 84px 92px;
  border-radius: 36px 8px 36px 8px;
  background: linear-gradient(160deg, #2e3138 0%, #1f2226 55%, #17191d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f4f3f0;
  box-shadow:
    0 1px 2px rgba(38, 41, 47, 0.06),
    0 34px 90px rgba(38, 41, 47, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.ki-panel::before {
  content: ""; position: absolute; top: 0; left: 56px; right: 56px; height: 2px;
  background: var(--gold-line-fade); opacity: 0.85;
}
.ki-glow {
  position: absolute; right: -16%; bottom: -45%; width: 680px; height: 560px;
  background: radial-gradient(closest-side, rgba(185, 154, 94, 0.17), transparent 70%);
  pointer-events: none;
}
.ki-claim {
  position: relative;
  font-size: clamp(46px, 4.5vw, 66px); font-weight: 600;
  letter-spacing: -0.025em; line-height: 1.05; text-wrap: balance;
}
.ki-claim .gold {
  background: linear-gradient(95deg, #d8bc81, #a07e3f);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ki-side { position: relative; display: flex; flex-direction: column; gap: 36px; align-items: flex-start; }
.ki-side p {
  font-size: 20px; line-height: 1.6; color: rgba(244, 243, 240, 0.66);
  margin: 0; text-wrap: pretty;
}
/* Typewriter-Caret im KI-Claim */
.kc-caret {
  display: inline-block; width: 0.07em; height: 0.82em;
  margin-left: 0.07em; vertical-align: -0.05em;
  background: #f4f3f0; border-radius: 1px;
}
.kc-caret.gold { background: var(--gold); }
@media (prefers-reduced-motion: no-preference) {
  .js-anim .kc-caret { animation: kcblink 1.05s steps(1) infinite; }
  @keyframes kcblink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }
}

/* ---------- Awards Marquee ---------- */
.awards { padding: var(--section-gap-lg) 0 0; overflow: hidden; }
.awards .section-head { max-width: 1440px; margin: 0 auto; padding: 0 56px; }
.marquee { margin-top: 70px; position: relative; }
/* Weiche Farbinseln hinter den Karten — erst sie machen das Glas sichtbar */
.marquee .backdrop {
  position: absolute; inset: -70px 0 -40px; pointer-events: none;
  background:
    radial-gradient(34% 80% at 12% 24%, rgba(185, 154, 94, 0.20), transparent 70%),
    radial-gradient(26% 70% at 38% 86%, rgba(38, 41, 47, 0.10), transparent 70%),
    radial-gradient(30% 75% at 64% 18%, rgba(185, 154, 94, 0.14), transparent 70%),
    radial-gradient(26% 70% at 88% 70%, rgba(38, 41, 47, 0.08), transparent 70%);
  /* Ober- und Unterkante weich auslaufen lassen — keine harte Balkenkante */
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 38%, black 72%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 38%, black 72%, transparent 100%);
}
.marquee::before, .marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 180px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--paper), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--paper), transparent); }
.marquee__track { display: flex; width: max-content; padding: 14px 0 26px; }
/* Zwei identische Sets; padding-right = Kartenabstand, damit -50% exakt nahtlos loopt */
.marquee__set { display: flex; gap: 26px; padding-right: 26px; flex: none; }
@media (prefers-reduced-motion: no-preference) {
  .marquee__track { animation: marquee 46s linear infinite; }
  .marquee:hover .marquee__track { animation-play-state: paused; }
  @keyframes marquee { to { transform: translateX(-50%); } }
}
.award-card {
  position: relative; flex: none; width: 430px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.30));
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 28px 6px 28px 6px;
  padding: 34px 36px 36px;
  box-shadow:
    0 0 0 1px rgba(38, 41, 47, 0.04),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 16px 40px rgba(38, 41, 47, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
/* Zertifikats-Innenrahmen, der Kontur folgend */
.award-card::before {
  content: ""; position: absolute; inset: 9px;
  border-radius: 21px 3px 21px 3px;
  border: 1px solid rgba(185, 154, 94, 0.28); pointer-events: none;
}
.award-card > * { position: relative; z-index: 1; }
.award-card:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 154, 94, 0.55);
  box-shadow:
    0 0 0 1px rgba(185, 154, 94, 0.12),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 28px 60px rgba(38, 41, 47, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.ac-top { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.ac-who {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-deep);
}
.ac-year {
  font-size: 13px; font-weight: 600; color: var(--dim);
  font-variant-numeric: tabular-nums; letter-spacing: 0.06em; white-space: nowrap;
}
.ac-rule {
  height: 1px; margin: 16px 0 18px;
  background: linear-gradient(90deg, rgba(185, 154, 94, 0.55), rgba(185, 154, 94, 0.08));
  position: relative;
}
.ac-rule::before {
  content: ""; position: absolute; left: 0; top: -2.5px; width: 6px; height: 6px;
  border-radius: 99px; background: var(--gold);
}
.ac-what {
  font-size: 22px; font-weight: 600; line-height: 1.3; letter-spacing: -0.012em;
  color: var(--ink); text-wrap: balance;
}
/* Bewusst präsenter als Kleingedrucktes: die Zeile ordnet die Auszeichnungen
   rechtlich ein (Team + geführte Rechtsberatungseinheiten, nicht FGenyzz selbst). */
.awards__caption { text-align: center; font-size: 15px; color: var(--ink-soft); margin-top: 44px; padding: 0 56px; }

/* ---------- Leistungen (Karten mit Visual-Bühnen) ---------- */
.plates-stage { position: relative; }
.plates-backdrop {
  position: absolute; inset: -60px -40px; pointer-events: none;
  background:
    radial-gradient(30% 70% at 16% 30%, rgba(185, 154, 94, 0.16), transparent 70%),
    radial-gradient(26% 65% at 52% 80%, rgba(38, 41, 47, 0.07), transparent 70%),
    radial-gradient(28% 70% at 86% 24%, rgba(185, 154, 94, 0.12), transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 32%, black 70%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 32%, black 70%, transparent 100%);
}
.plates { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 26px; margin-top: 64px; position: relative; }
.plate {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36));
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 28px 6px 28px 6px;
  padding: 0 0 40px;
  box-shadow:
    0 0 0 1px rgba(38, 41, 47, 0.04),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 16px 40px rgba(38, 41, 47, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.plate:hover {
  transform: translateY(-6px);
  border-color: rgba(185, 154, 94, 0.55);
  box-shadow:
    0 0 0 1px rgba(185, 154, 94, 0.12),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 28px 60px rgba(38, 41, 47, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.plate h3 {
  font-size: 27px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.12;
  margin: 0; padding: 0 36px; text-wrap: balance;
}
.plate p {
  font-size: 16.5px; line-height: 1.55; color: var(--ink-soft);
  margin: 14px 0 0; padding: 0 36px; text-wrap: pretty;
}

/* Visual-Bühne oben in jeder Karte */
.plate__visual {
  position: relative; height: 180px; margin-bottom: 30px;
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid rgba(38, 41, 47, 0.06);
  background: radial-gradient(60% 80% at 50% 45%, rgba(185, 154, 94, 0.07), transparent 75%);
  overflow: hidden;
}
.plate__visual::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(55% 70% at 50% 45%, rgba(185, 154, 94, 0.12), transparent 75%);
  opacity: 0; transition: opacity 0.35s ease;
}
.plate:hover .plate__visual::after { opacity: 1; }

/* Motiv 1: AI Access — Mini-Terminal in Anthrazit, Code läuft durch */
.acc-term {
  display: flex; flex-direction: column;
  width: 216px; height: 128px; padding: 11px 14px 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2b2e34, #1f2226);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 34px rgba(38, 41, 47, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.t-head { display: flex; align-items: center; gap: 5px; margin-bottom: 10px; }
.t-head i { display: block; width: 6px; height: 6px; border-radius: 99px; background: rgba(244, 243, 240, 0.16); }
.t-head .acc-spark { margin-left: auto; }
.acc-spark {
  width: 12px; height: 12px; flex: none;
  background: linear-gradient(135deg, #d8bc81, #8a6d35);
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
  filter: drop-shadow(0 0 6px rgba(185, 154, 94, 0.6));
}
.t-body {
  flex: 1; overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 22%, black 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 22%, black 78%, transparent 100%);
}
.t-scroll { display: flex; flex-direction: column; gap: 8px; }
.tl { display: flex; gap: 6px; }
.tl.ind { padding-left: 14px; }
.tk { display: block; height: 6px; border-radius: 3px; background: rgba(244, 243, 240, 0.24); }
.tk.g { background: rgba(207, 174, 108, 0.8); }
.tk.d { background: rgba(244, 243, 240, 0.11); }
.tk.w16 { width: 16px; } .tk.w18 { width: 18px; } .tk.w20 { width: 20px; }
.tk.w22 { width: 22px; } .tk.w24 { width: 24px; } .tk.w28 { width: 28px; }
.tk.w32 { width: 32px; } .tk.w36 { width: 36px; } .tk.w40 { width: 40px; } .tk.w44 { width: 44px; }
.t-prompt {
  display: flex; align-items: center; gap: 7px; margin-top: 10px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px; line-height: 1; color: var(--gold);
}
.acc-caret { width: 6px; height: 12px; border-radius: 1.5px; background: rgba(207, 174, 108, 0.9); }

/* Motiv 2: eDiscovery-Scan */
.doc-lines { display: flex; flex-direction: column; gap: 11px; width: 170px; }
.doc-lines i { display: block; height: 8px; border-radius: 5px; background: rgba(38, 41, 47, 0.10); }
.doc-lines i:nth-child(1) { width: 86%; }
.doc-lines i:nth-child(2) { width: 100%; }
.doc-lines i:nth-child(3) { width: 64%; background: rgba(185, 154, 94, 0.38); }
.doc-lines i:nth-child(4) { width: 92%; }
.doc-lines i:nth-child(5) { width: 52%; }
.fx-scanline {
  position: absolute; top: 22%; bottom: 22%; left: 30%; width: 2px;
  background: linear-gradient(180deg, transparent, #b99a5e, transparent);
  box-shadow: 0 0 12px 1px rgba(185, 154, 94, 0.45);
}

/* Motiv 3: Interview-Waveform */
.wave { display: flex; align-items: center; gap: 5px; height: 72px; }
.wave i { display: block; width: 4px; border-radius: 3px; background: linear-gradient(180deg, #cfae6c, #8a6d35); height: 24%; }
.wave i:nth-child(2n) { height: 46%; }
.wave i:nth-child(3n) { height: 62%; }
.wave i:nth-child(5n) { height: 84%; }
.wave i:nth-child(7n) { height: 36%; }

/* Motiv 4: Storage — Laufwerks-Stapel */
.store-stack { display: flex; flex-direction: column; gap: 11px; }
.store-stack .drive {
  display: flex; align-items: center; gap: 8px;
  width: 180px; height: 32px; padding: 0 13px;
  border-radius: 9px; border: 1px solid rgba(38, 41, 47, 0.14);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 5px 14px rgba(38, 41, 47, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.store-stack .drive i { display: block; width: 26px; height: 5px; border-radius: 3px; background: rgba(38, 41, 47, 0.12); }
.store-stack .drive .led {
  margin-left: auto; width: 6px; height: 6px; border-radius: 99px;
  background: var(--gold); box-shadow: 0 0 8px 1px rgba(185, 154, 94, 0.55);
}

@media (prefers-reduced-motion: no-preference) {
  .js-anim .acc-caret { animation: accblink 1.1s steps(1) infinite; }
  .js-anim .acc-spark { animation: accspark 2.6s ease-in-out infinite; }
  .js-anim .t-scroll { animation: termscroll 9s linear infinite; }
  @keyframes accblink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }
  @keyframes accspark {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.25) rotate(22deg); }
  }
  @keyframes termscroll { from { transform: translateY(0); } to { transform: translateY(-50%); } }
  .js-anim .fx-scanline { animation: fxscan 3.6s ease-in-out infinite alternate; }
  .js-anim .wave i { animation: fxwave 1.7s ease-in-out infinite; }
  .js-anim .wave i:nth-child(2n) { animation-delay: 0.15s; }
  .js-anim .wave i:nth-child(3n) { animation-delay: 0.3s; }
  .js-anim .wave i:nth-child(4n) { animation-delay: 0.45s; }
  .js-anim .wave i:nth-child(5n) { animation-delay: 0.6s; }
  @keyframes fxscan { from { left: 24%; } to { left: 76%; } }
  @keyframes fxwave {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(1.9); }
  }
  .js-anim .store-stack .drive .led { animation: ledpulse 2.4s ease-in-out infinite; }
  .js-anim .store-stack .drive:nth-child(2) .led { animation-delay: 0.8s; }
  .js-anim .store-stack .drive:nth-child(3) .led { animation-delay: 1.6s; }
  @keyframes ledpulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
}

/* ---------- Datensouveränität ---------- */
.tiers-head { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.tiers-wrap { position: relative; }
.tiers-backdrop {
  position: absolute; inset: -50px -40px; pointer-events: none;
  background:
    radial-gradient(30% 60% at 14% 22%, rgba(185, 154, 94, 0.15), transparent 70%),
    radial-gradient(26% 55% at 60% 10%, rgba(38, 41, 47, 0.07), transparent 70%),
    radial-gradient(28% 60% at 88% 30%, rgba(185, 154, 94, 0.11), transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 68%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 68%, transparent 100%);
}
.tier-tabs { position: relative; display: flex; gap: 14px; margin-top: 68px; }
.tier-tab {
  flex: 1; text-align: left; font-family: var(--font); cursor: pointer;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.36));
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px 5px 20px 5px;
  padding: 26px 28px;
  box-shadow:
    0 0 0 1px rgba(38, 41, 47, 0.04),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 12px 30px rgba(38, 41, 47, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}
.tier-tab:hover { transform: translateY(-3px); }
.tier-tab .stufe { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dim); }
.tier-tab .name { display: block; font-size: 24px; font-weight: 600; letter-spacing: -0.015em; margin-top: 8px; color: var(--ink); }
.tier-tab.is-active {
  border-color: rgba(185, 154, 94, 0.6);
  box-shadow:
    0 0 0 1px rgba(185, 154, 94, 0.16),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 18px 44px rgba(138, 109, 53, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.tier-tab.is-active .stufe { color: var(--gold-deep); }
.tier-stage {
  position: relative; overflow: hidden;
  margin-top: 26px;
  background: linear-gradient(160deg, #2e3138 0%, #1f2226 55%, #17191d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px 7px 32px 7px;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  color: #f4f3f0;
  box-shadow:
    0 1px 2px rgba(38, 41, 47, 0.06),
    0 30px 80px rgba(38, 41, 47, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.tier-stage::before {
  content: ""; position: absolute; top: 0; left: 48px; right: 48px; height: 2px;
  background: var(--gold-line-fade); opacity: 0.85;
}
.stage-glow {
  position: absolute; left: -10%; top: -30%; width: 560px; height: 480px;
  background: radial-gradient(closest-side, rgba(185, 154, 94, 0.14), transparent 70%);
  pointer-events: none;
}
/* Stufen-Visuals: Goldumrisse mit Zeichnen-Animation */
.tier-visual { position: relative; height: 340px; }
.tv {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(0.96);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}
.tier-stage[data-tier="0"] .tv.t0,
.tier-stage[data-tier="1"] .tv.t1,
.tier-stage[data-tier="2"] .tv.t2 { opacity: 1; transform: scale(1); }
.tv svg { overflow: visible; filter: drop-shadow(0 0 16px rgba(185, 154, 94, 0.35)); }
.tv .draw {
  fill: none; stroke: #cfae6c; stroke-width: 1.7;
  stroke-linejoin: round; stroke-linecap: round;
  stroke-dasharray: 600; stroke-dashoffset: 600;
}
.tier-stage[data-tier="0"] .tv.t0 .draw,
.tier-stage[data-tier="1"] .tv.t1 .draw,
.tier-stage[data-tier="2"] .tv.t2 .draw {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.7s cubic-bezier(0.3, 0, 0.3, 1) 0.2s;
}
.tv .detail { fill: none; stroke: rgba(207, 174, 108, 0.45); stroke-width: 1.1; opacity: 0; transition: opacity 0.6s ease 1.5s; }
.tier-stage[data-tier="2"] .tv.t2 .detail { opacity: 1; }
.tv .star { fill: #cfae6c; opacity: 0; transform-box: fill-box; transform-origin: center; transform: scale(0.3); }
.tier-stage[data-tier="0"] .tv.t0 .star {
  opacity: 1; transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(2) .star { transition-delay: 0.1s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(3) .star { transition-delay: 0.2s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(4) .star { transition-delay: 0.3s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(5) .star { transition-delay: 0.4s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(6) .star { transition-delay: 0.5s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(7) .star { transition-delay: 0.6s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(8) .star { transition-delay: 0.7s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(9) .star { transition-delay: 0.8s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(10) .star { transition-delay: 0.9s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(11) .star { transition-delay: 1.0s; }
.tier-stage[data-tier="0"] .tv.t0 g:nth-of-type(12) .star { transition-delay: 1.1s; }
@media (prefers-reduced-motion: reduce) {
  .tv .draw { stroke-dashoffset: 0 !important; transition: none !important; }
  .tv .star { opacity: 1 !important; transform: scale(1) !important; transition: none !important; }
  .tv .detail { opacity: 1 !important; transition: none !important; }
}

/* Konstante Compliance-Zeile über alle Stufen */
.stage-compliance {
  grid-column: 1 / -1;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 22px 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sc-text { font-size: 14.5px; color: rgba(244, 243, 240, 0.6); }
.sc-chips { display: flex; gap: 9px; }
.sc-chip {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.05em;
  color: #e9dcc0; border: 1px solid rgba(185, 154, 94, 0.45);
  background: rgba(185, 154, 94, 0.08);
  border-radius: 99px; padding: 6px 15px; white-space: nowrap;
}
.tier-stage__text { padding: 56px 64px 56px 0; }
.tier-stage__text .t-label { font-size: 12.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.tier-stage__text .t-name { font-size: 36px; font-weight: 600; letter-spacing: -0.02em; margin: 12px 0 0; }
.tier-stage__text .t-desc { font-size: 16.5px; line-height: 1.6; color: rgba(244, 243, 240, 0.6); margin-top: 16px; max-width: 420px; text-wrap: pretty; }
.tier-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 44px; }

/* ---------- Team ---------- */
.team-head { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.team-row { display: grid; grid-template-columns: 1fr 1.45fr 1fr; gap: 26px; margin-top: 64px; }
.team-photo { position: relative; height: 460px; border-radius: 28px 6px 28px 6px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(38, 41, 47, 0.06), 0 28px 70px rgba(38, 41, 47, 0.16); }
.team-photo img { display: block; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.88) contrast(1.06) brightness(1.02); }
.team-photo .tint { position: absolute; inset: 0;
  background: linear-gradient(165deg, rgba(38, 41, 47, 0.10), rgba(38, 41, 47, 0.26) 85%); }
.team-photo .edge { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--gold-line); }
.team-row .p1 img { object-position: 50% 28%; }
.team-row .p2 img { object-position: 62% 18%; }
.team-row .p3 img { object-position: 22% 30%; }
/* Konturen alternieren nach Position */
.team-row > :nth-child(odd) { border-radius: 28px 6px 28px 6px; }
.team-row > :nth-child(even) { border-radius: 6px 28px 6px 28px; }

/* ---------- Unterseiten: Kopf ---------- */
.page-hero {
  padding: 200px 56px 80px;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(255, 255, 255, 0.85), transparent 70%),
    linear-gradient(180deg, #faf8f4 0%, #f3eee4 55%, var(--paper) 100%);
}
.page-hero__inner { max-width: 1328px; margin: 0 auto; }
.page-hero .eyebrow { margin-bottom: 0; }
.page-hero h1 {
  font-size: clamp(52px, 5.2vw, 80px); font-weight: 600;
  letter-spacing: -0.028em; line-height: 1.02; margin: 28px 0 0;
  max-width: 1040px; text-wrap: balance;
}
.page-hero .intro {
  font-size: 20px; line-height: 1.6; color: var(--ink-soft);
  max-width: 760px; margin: 30px 0 0; text-wrap: pretty;
}

/* ---------- Glas-Reihen (Leistungen / Infrastruktur) ---------- */
.svc-list { display: flex; flex-direction: column; gap: 26px; position: relative; }
.svc-row {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36));
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 28px 6px 28px 6px;
  box-shadow:
    0 0 0 1px rgba(38, 41, 47, 0.04),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 16px 40px rgba(38, 41, 47, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.svc-row:nth-child(even) { border-radius: 6px 28px 6px 28px; }
.svc-row.rev .svc-visual { order: 2; border-right: none; border-left: 1px solid rgba(38, 41, 47, 0.06); }
.svc-visual {
  position: relative; min-height: 340px;
  display: flex; align-items: center; justify-content: center;
  border-right: 1px solid rgba(38, 41, 47, 0.06);
  background: radial-gradient(60% 70% at 50% 50%, rgba(185, 154, 94, 0.08), transparent 75%);
}
.svc-text { padding: 56px 64px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.svc-text h2, .svc-text h3 { font-size: 33px; font-weight: 600; letter-spacing: -0.018em; line-height: 1.1; margin: 0; }
.svc-lead { font-size: 19px; line-height: 1.55; font-weight: 500; color: var(--ink); margin: 0; text-wrap: pretty; }
.svc-body { font-size: 16.5px; line-height: 1.6; color: var(--ink-soft); margin: 0; text-wrap: pretty; }

/* Aufklappbarer Zusatztext in den Leistungs-Kästen */
.svc-toggle {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font); font-size: 16px; font-weight: 600;
  color: var(--ink); background: none; border: none; padding: 0 0 4px;
  border-bottom: 2px solid var(--gold); cursor: pointer;
  margin-top: 14px; align-self: flex-start;
  transition: gap 0.2s ease;
}
.svc-toggle:hover { gap: 16px; }
.svc-toggle .chev {
  color: var(--gold-deep); font-size: 18px; line-height: 1;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.svc-text.open .svc-toggle .chev { transform: rotate(90deg); }
.svc-more {
  display: grid; grid-template-rows: 0fr; visibility: hidden;
  transition: grid-template-rows 0.5s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0.5s;
}
.svc-text.open .svc-more { grid-template-rows: 1fr; visibility: visible; }
.svc-more > div { overflow: hidden; }
.svc-more .svc-body { margin-top: 16px; }
.svc-more .svc-body:first-child { margin-top: 18px; }

/* ---------- FAQ (vorbereitet — Markup in /ki bzw. /en/ai noch auskommentiert) ----------
   Nutzt die vorhandene Aufklapp-Mechanik (.svc-text/.svc-toggle/.svc-more aus site.js);
   die Regeln hier verschlanken die Glas-Optik auf kompakte Frage-Antwort-Zeilen. */
.faq-list { display: flex; flex-direction: column; gap: 14px; margin-top: 56px; max-width: 920px; }
.faq-item.svc-text {
  justify-content: flex-start; gap: 0; padding: 8px 28px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36));
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px 5px 18px 5px;
  box-shadow:
    0 0 0 1px rgba(38, 41, 47, 0.04),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 10px 26px rgba(38, 41, 47, 0.06);
}
.faq-item .svc-toggle {
  margin-top: 0; padding: 14px 0 12px; border-bottom: none;
  align-self: stretch; justify-content: space-between; text-align: left;
  font-size: 17.5px; line-height: 1.4;
}
.faq-item .svc-more .svc-body { margin-top: 0; padding-bottom: 16px; }

/* ---------- Infrastruktur: statische Tier-Visuals auf dunkler Bühne ---------- */
.tv-static { position: relative; display: flex; align-items: center; justify-content: center; }
.tv-static svg { overflow: visible; filter: drop-shadow(0 0 16px rgba(185, 154, 94, 0.35)); }
.tv-static .draw {
  fill: none; stroke: #cfae6c; stroke-width: 1.7;
  stroke-linejoin: round; stroke-linecap: round;
  stroke-dasharray: 600; stroke-dashoffset: 600;
}
.is-in .tv-static .draw { stroke-dashoffset: 0; transition: stroke-dashoffset 1.7s cubic-bezier(0.3, 0, 0.3, 1) 0.3s; }
.tv-static .detail { fill: none; stroke: rgba(207, 174, 108, 0.45); stroke-width: 1.1; opacity: 0; }
.is-in .tv-static .detail { opacity: 1; transition: opacity 0.6s ease 1.6s; }
.tv-static .star { fill: #cfae6c; opacity: 0; transform-box: fill-box; transform-origin: center; transform: scale(0.3); }
.is-in .tv-static .star { opacity: 1; transform: scale(1); transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1); }
.is-in .tv-static g:nth-of-type(2) .star { transition-delay: 0.1s; }
.is-in .tv-static g:nth-of-type(3) .star { transition-delay: 0.2s; }
.is-in .tv-static g:nth-of-type(4) .star { transition-delay: 0.3s; }
.is-in .tv-static g:nth-of-type(5) .star { transition-delay: 0.4s; }
.is-in .tv-static g:nth-of-type(6) .star { transition-delay: 0.5s; }
.is-in .tv-static g:nth-of-type(7) .star { transition-delay: 0.6s; }
.is-in .tv-static g:nth-of-type(8) .star { transition-delay: 0.7s; }
.is-in .tv-static g:nth-of-type(9) .star { transition-delay: 0.8s; }
.is-in .tv-static g:nth-of-type(10) .star { transition-delay: 0.9s; }
.is-in .tv-static g:nth-of-type(11) .star { transition-delay: 1.0s; }
.is-in .tv-static g:nth-of-type(12) .star { transition-delay: 1.1s; }
html:not(.js-anim) .tv-static .draw { stroke-dashoffset: 0; }
html:not(.js-anim) .tv-static .star { opacity: 1; transform: scale(1); }
html:not(.js-anim) .tv-static .detail { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .tv-static .draw { stroke-dashoffset: 0 !important; }
  .tv-static .star { opacity: 1 !important; transform: scale(1) !important; }
  .tv-static .detail { opacity: 1 !important; }
}
.svc-visual.on-dark {
  background:
    radial-gradient(60% 70% at 50% 50%, rgba(185, 154, 94, 0.12), transparent 75%),
    linear-gradient(160deg, #2e3138, #1f2226);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.svc-row.rev .svc-visual.on-dark { border-right: none; border-left: 1px solid rgba(255, 255, 255, 0.06); }
.tier-kicker {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-deep);
}

/* Berufsgeheimnisträger-Panel (dunkel, mit Chips) */
.law-panel {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #2e3138, #1d2024);
  border-radius: 28px 6px 28px 6px;
  color: #f4f3f0; padding: 80px 88px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.law-panel .h2 { color: #f4f3f0; font-size: clamp(38px, 3.4vw, 52px); }
.law-panel .gold-word {
  background: linear-gradient(95deg, #d8bc81, #a07e3f);
  -webkit-background-clip: text; background-clip: text;
}
.law-panel p { font-size: 17.5px; line-height: 1.65; color: rgba(244, 243, 240, 0.66); margin: 0 0 20px; text-wrap: pretty; }
.law-panel p:last-child { margin-bottom: 0; }
.law-chips { display: flex; gap: 12px; margin-top: 28px; }
.law-chip {
  font-size: 14px; font-weight: 600; letter-spacing: 0.04em;
  color: #e3c98c; border: 1px solid rgba(185, 154, 94, 0.45);
  border-radius: 99px; padding: 9px 20px; background: rgba(185, 154, 94, 0.08);
}

/* ---------- Management: Profile ---------- */
.prof-list { display: flex; flex-direction: column; gap: 26px; }
.prof-row {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 0.8fr 1.2fr;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36));
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 28px 6px 28px 6px;
  box-shadow:
    0 0 0 1px rgba(38, 41, 47, 0.04),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 16px 40px rgba(38, 41, 47, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.prof-row:nth-child(even) { border-radius: 6px 28px 6px 28px; }
.prof-row.rev .prof-photo { order: 2; }
.prof-photo { position: relative; min-height: 440px; }
.prof-photo img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: grayscale(1) contrast(1.05);
}
.prof-photo .tint { position: absolute; inset: 0; background: rgba(38, 41, 47, 0.14); }
/* Bildausschnitte je Foto (Personen sitzen seitlich im Querformat-Original) */
.prof-photo--minkoff img { object-position: 50% 28%; }
.prof-photo--gross img { object-position: 62% 22%; }
.prof-photo--graf img { object-position: 22% 30%; }
.prof-photo .edge { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--gold-line); }
.prof-text { padding: 56px 64px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.prof-text h2 { font-size: 34px; font-weight: 600; letter-spacing: -0.018em; margin: 0; }
.prof-text .prof-body { font-size: 16.5px; line-height: 1.62; color: var(--ink-soft); margin: 0; text-wrap: pretty; }
.prof-quotes { display: flex; flex-direction: column; gap: 10px; margin-top: 10px; padding-top: 20px; border-top: 1px solid rgba(38, 41, 47, 0.08); }
.prof-quote { font-size: 15.5px; line-height: 1.5; color: var(--ink); margin: 0; }
.prof-quote .q { font-weight: 600; }
.prof-quote .src { color: var(--dim); font-size: 14px; }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.contact-card {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36));
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 28px 6px 28px 6px;
  box-shadow:
    0 0 0 1px rgba(38, 41, 47, 0.04),
    0 1px 2px rgba(38, 41, 47, 0.04),
    0 16px 40px rgba(38, 41, 47, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  padding: 52px 56px;
  display: flex; flex-direction: column; gap: 10px;
}
.contact-card:nth-child(even) { border-radius: 6px 28px 6px 28px; }
.contact-card .cc-label {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: 10px;
}
.contact-card .cc-main { font-size: 26px; font-weight: 600; letter-spacing: -0.015em; color: var(--ink); line-height: 1.3; }
.contact-card .cc-main a { text-decoration: none; color: inherit; border-bottom: 2px solid var(--gold); padding-bottom: 2px; }
.contact-card .cc-sub { font-size: 16.5px; line-height: 1.6; color: var(--ink-soft); }
.contact-card .btn-dark {
  display: inline-block; margin-top: 18px; align-self: flex-start;
  font-size: 16px; font-weight: 600; color: #fff; background: var(--ink);
  padding: 14px 30px; border-radius: 980px; text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.contact-card .btn-dark:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(38, 41, 47, 0.24); }

/* Brandmark statt Hero-Text: Logo in zwei Teilen (Bildmarke+FGen / yzz) */
.brandmark {
  position: relative;
  display: flex; align-items: flex-start;
  width: min(980px, 92%); margin: 26px 0 0;
}
.brandmark img { display: block; height: auto; }
.brandmark .bm-left { width: 73.2%; }
.brandmark .bm-yzz { width: 26.8%; }
.brandmark .shine {
  position: absolute; inset: 0; pointer-events: none; opacity: 0;
  /* Weicher Lichtkegel, der in den Buchstaben reflektiert */
  background: radial-gradient(45% 160% at 50% 40%,
    rgba(255, 248, 230, 0.95) 0%,
    rgba(255, 240, 205, 0.55) 38%,
    rgba(255, 240, 205, 0.18) 62%,
    transparent 80%);
  background-size: 60% 100%; background-repeat: no-repeat;
  background-position: -70% 50%;
  mix-blend-mode: overlay;
  -webkit-mask-image: url("../img/logo-links.png"), url("../img/logo-yzz.png");
  mask-image: url("../img/logo-links.png"), url("../img/logo-yzz.png");
  -webkit-mask-size: 73.2% 100%, 26.8% 100%;
  mask-size: 73.2% 100%, 26.8% 100%;
  -webkit-mask-position: 0 0, 100% 0;
  mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (prefers-reduced-motion: no-preference) {
  .js-anim .brandmark .bm-left {
    /* Umgekehrtes Verblassen: ruhig aus dem Nichts auftauchen */
    animation: bmFadeIn 3s ease-in-out 0.2s both;
  }
  .js-anim .brandmark .bm-yzz {
    /* Erst wenn FGen vollständig da ist: langsam und edel getippt */
    animation: bmType 2.1s steps(3, end) 2.8s both;
  }
  .js-anim .brandmark .shine { animation: bmLight 2.6s cubic-bezier(0.4, 0, 0.4, 1) 5.1s both; }
  @keyframes bmFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  @keyframes bmType {
    from { clip-path: inset(-5% 100% -5% 0); }
    to { clip-path: inset(-5% 0% -5% 0); }
  }
  @keyframes bmLight {
    0% { opacity: 0; background-position: -70% 50%; }
    12% { opacity: 1; }
    88% { opacity: 1; }
    100% { opacity: 0; background-position: 170% 50%; }
  }
}

/* ---------- Rechtsseiten (Impressum / Datenschutz) ---------- */
/* Letzte Sektion vor dem Footer (kein Schluss-CTA) — braucht eigenen Auslauf */
.section.legal { padding-bottom: var(--section-gap-md); }
.legal .legal-col { max-width: 820px; }
.legal h2 {
  font-size: 24px; font-weight: 600; letter-spacing: -0.012em;
  color: var(--ink); margin: 44px 0 14px;
}
.legal h2:first-child { margin-top: 0; }
.legal p {
  font-size: 16.5px; line-height: 1.7; color: var(--ink-soft);
  margin: 0 0 16px; text-wrap: pretty;
}
.legal a { color: var(--gold-deep); text-decoration: none; border-bottom: 1px solid rgba(138, 109, 53, 0.4); }
.legal a:hover { border-bottom-color: var(--gold-deep); }
.legal ul { margin: 0 0 16px; padding-left: 22px; }
.legal li { font-size: 16.5px; line-height: 1.7; color: var(--ink-soft); margin-bottom: 8px; }
.legal .stand { font-size: 14.5px; color: var(--dim); margin-top: 40px; }
.legal .lang-note { font-size: 14.5px; color: var(--dim); font-style: italic; }

/* ---------- Schluss-CTA + Footer ---------- */
.closing {
  text-align: center; padding: var(--section-gap-md) 56px;
  background:
    radial-gradient(60% 70% at 50% 100%, rgba(255, 255, 255, 0.85), transparent 70%),
    linear-gradient(0deg, #faf8f4 0%, #f3eee4 46%, var(--paper) 100%);
}
.closing__lead {
  font-size: 20px; line-height: 1.55; color: var(--ink-soft);
  margin: 0 0 28px; text-wrap: pretty;
}
.closing .btn-dark {
  display: inline-block; font-size: 19px; font-weight: 600;
  color: #fff; background: var(--ink); padding: 21px 48px; border-radius: 980px; text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.closing .btn-dark:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(38, 41, 47, 0.28); }
.footer {
  display: flex; justify-content: space-between; align-items: center;
  padding: 40px 56px; border-top: 1px solid var(--hair);
  font-size: 14.5px; color: var(--dim); max-width: 1440px; margin: 0 auto;
}
.footer img { height: 24px; width: auto; opacity: 0.9; }
.footer nav { display: flex; gap: 28px; }
.footer a { text-decoration: none; color: inherit; }
.footer a:hover { color: var(--ink); }

/* ==========================================================================
   Mobile & Tablet
   ========================================================================== */

/* ============ Tablet ≤ 1024px ============ */
@media (max-width: 1024px) {
  /* Hero füllt nahezu den Screen, KI-Eyebrow schneidet dezent proportional
     an (10svh, geklemmt 60–110px). svh statt vh: nimmt den stabilen kleinsten
     Viewport-Zustand, damit die springende Mobile-Adressleiste den Anschnitt
     nicht verschluckt. Der Hero beginnt unter dem fixen Header bei y=0 — der
     Abzug ist daher direkt die sichtbare Anschnitt-Höhe. Inhalt bleibt über
     das Flex-Centering zentriert; min-height weicht dem Inhalt vor Quetschung. */
  .hero { min-height: calc(100vh - clamp(60px, 10vh, 110px)); min-height: calc(100svh - clamp(60px, 10svh, 110px)); }
  .section { padding-left: 40px; padding-right: 40px; }
  .hero { padding-left: 40px; padding-right: 40px; }
  .plates { grid-template-columns: 1fr; }
  .tiers-head { grid-template-columns: 1fr; gap: 26px; }
  .team-head { grid-template-columns: 1fr; gap: 26px; }
  .team-row { grid-template-columns: 1fr 1fr; }
  .team-row > :nth-child(2) { grid-column: span 2; order: -1; }
}

/* ============ Mobil ≤ 740px ============ */
@media (max-width: 740px) {

  /* --- Grundgerüst --- */
  :root { --section-gap-lg: 6.5rem; --section-gap-md: 4.5rem; }
  .section { padding-left: 22px; padding-right: 22px; }
  .h2 { font-size: clamp(32px, 8.6vw, 42px); }
  .body { font-size: 17px; }
  .eyebrow .label { letter-spacing: 0.16em; font-size: 12px; }

  /* --- Navigation --- */
  .nav { padding: 0 18px; height: 64px; }
  .nav__logo { height: 24px; }
  .nav__cta { font-size: 13.5px; padding: 9px 16px; }
  .nav__lang { font-size: 13px; padding: 9px 8px; }
  .nav__home { font-size: 13.5px; }
  .menu-overlay { padding: 0 32px; }
  .menu-overlay__links a { font-size: clamp(26px, 7vw, 34px); }

  /* --- Hero (Startseite) --- */
  .hero { padding: 110px 22px 72px; } /* min-height kommt aus dem ≤1024-Block (svh-Anschnitt) */
  .hero h1 { font-size: clamp(40px, 11.5vw, 54px); }
  .hero__sub { font-size: 17px; max-width: none; }
  .hero__badge { font-size: 12px; padding: 8px 14px; text-align: left; }
  .hero__actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero__actions .btn-primary { text-align: center; padding: 15px 22px; font-size: 16px; }

  /* --- KI-Panel --- */
  .ki-panel { grid-template-columns: 1fr; padding: 40px 26px; gap: 28px; }
  .ki-claim { font-size: clamp(34px, 9.5vw, 44px); }

  /* --- Awards-Marquee --- */
  .awards { padding: var(--section-gap-lg) 0 0; }
  .awards .section-head { padding: 0 22px; }
  .award-card { width: 280px; padding: 20px 22px 24px; }
  .ac-what { font-size: 17px; }
  .marquee::before, .marquee::after { width: 60px; }

  /* --- Sektions-Abschlusslinks (Startseite): Proximity --- */
  /* Der Link rückt eng an seinen Kartenstapel (≤ 1/3 des Abstands zur
     Folgesektion), damit die Zugehörigkeit mobil eindeutig bleibt. */
  .u-mt48 { margin-top: 20px !important; }
  .tier-footer { margin-top: 18px; }

  /* --- Leistungs-Karten (Startseite) --- */
  .plates { gap: 18px; }
  .plate { padding: 28px 24px 32px; min-height: 0; }
  .plate h3 { font-size: 23px; }
  .plate h3, .plate p { padding-left: 0; padding-right: 0; }
  .plate__visual { margin: -28px -24px 24px; }

  /* --- Datensouveränität --- */
  .tier-tabs { flex-direction: column; gap: 8px; }
  .tier-tab { padding: 18px 20px; display: flex; align-items: baseline; gap: 14px; }
  .tier-tab .name { font-size: 19px; margin-top: 0; }
  .tier-stage { grid-template-columns: 1fr; min-height: 0; }
  .tier-visual { height: 240px; }
  .tier-visual svg { max-width: 170px; max-height: 170px; }
  .tier-stage__text { padding: 0 26px 32px; }
  .tier-stage__text .t-name { font-size: 27px; }
  .stage-compliance { flex-direction: column; gap: 10px; align-items: flex-start; padding: 18px 26px; }
  .sc-chips { flex-wrap: wrap; }

  /* --- Team --- */
  .team-row { grid-template-columns: 1fr; gap: 16px; }
  .team-row > :nth-child(2) { grid-column: auto; order: 0; }
  .team-photo { height: 300px; }

  /* --- Schluss-CTA + Footer --- */
  .closing { padding: var(--section-gap-md) 22px; }
  .closing__lead { font-size: 17px; margin-bottom: 22px; }
  .closing .btn-dark { padding: 16px 30px; font-size: 16px; }
  .footer { flex-direction: column; gap: 16px; padding: 32px 22px; text-align: center; }

  /* --- Unterseiten: Kopf --- */
  .page-hero { padding: 130px 22px 56px; }
  .page-hero h1 { font-size: clamp(36px, 10vw, 48px); }
  .page-hero .intro { font-size: 17px; }

  /* --- Leistungen / Infrastruktur: Glas-Reihen --- */
  .svc-row, .svc-row.rev { grid-template-columns: 1fr; }
  .svc-row.rev .svc-visual { order: 0; border-left: none; }
  .svc-visual { min-height: 220px; border-right: none; border-bottom: 1px solid rgba(38, 41, 47, 0.06); }
  .svc-visual.on-dark { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .svc-row.rev .svc-visual.on-dark { border-left: none; }
  .svc-text { padding: 30px 24px 34px; }
  .svc-text h2, .svc-text h3 { font-size: 25px; }
  .tv-static svg { max-width: 150px; max-height: 150px; }

  /* --- FAQ (vorbereitet) --- */
  .faq-item.svc-text { padding: 4px 20px; }
  .faq-item .svc-toggle { font-size: 15.5px; }

  /* --- Infrastruktur: Berufsgeheimnisträger-Panel --- */
  .law-panel { grid-template-columns: 1fr; padding: 40px 26px; gap: 28px; }
  .law-chips { flex-wrap: wrap; }

  /* --- Management: Profile --- */
  .prof-row, .prof-row.rev { grid-template-columns: 1fr; }
  .prof-row.rev .prof-photo { order: 0; }
  .prof-photo { min-height: 0; height: 320px; }
  .prof-text { padding: 28px 24px 34px; }
  .prof-text h2 { font-size: 27px; }

  /* --- Kontakt --- */
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 34px 26px; }
  .contact-card .cc-main { font-size: 21px; }
  .brandmark { width: 100%; }
}
