/* ============================================================================
   WIR MACHEN DICH SELBSTSTÄNDIG
   Landingpage für Bestatterinnen und Bestatter auf dem Weg in den eigenen
   Betrieb. Liegt vorerst als Vorschau auf der Göck-Seite und nutzt deren
   Navigation, Footer und Schriften. Alle Bausteine tragen das Präfix ws-,
   damit nichts mit style.css kollidiert.

   Bewegt wird nur transform, opacity und stroke-dashoffset. Jede Grafik hat
   einen Ruhezustand für reduzierte Bewegung (ganz unten).
   ============================================================================ */

/* Playfair Display nur für die kursiven Akzente, lokal aus dem Littig-Projekt */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-italic-latin.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: 'Playfair Display';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/playfair-display-v40-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

.ws-seite {
  --ink:        #0c1131;
  --ink-2:      #121942;
  --navy:       #1C244B;
  --blau:       #BEDCEE;
  --gold:       #E3BF6C;
  --gold-hell:  #F1D58F;
  --gold-tief:  #B98F3E;
  --gold-text:  #86692b;   /* Gold auf hellem Papier, AA */
  --papier:     #F7F5F0;
  --papier-2:   #EEEAE1;
  --linie:      rgba(28,36,75,.12);
  --text:       #1d2333;
  --leise:      #58627a;
  --auf-dunkel: rgba(255,255,255,.74);
  --nav-h:      84px;
  --ease-out:   cubic-bezier(.16,1,.3,1);
  --ease-feder: cubic-bezier(.2,1.35,.4,1);
  --sec-y:      clamp(42px, 6.2vw, 80px);

  background: var(--papier);
  color: var(--text);
}

.ws-seite h1, .ws-seite h2, .ws-seite h3 {
  font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--navy);
  letter-spacing: -.02em;
  text-wrap: balance;
}
.ws-seite h2 { font-size: clamp(32px, 4.2vw, 60px); line-height: 1.06; font-weight: 600; }
.ws-seite h3 { font-size: clamp(20px, 1.8vw, 24px); line-height: 1.2; }
.ws-seite em {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.01em;
  color: var(--gold-text);
}
.ws-seite p { color: var(--leise); font-size: clamp(15px, 1.1vw, 17px); line-height: 1.7; }

.ws-dark { background-color: var(--ink); color: #fff; }
.ws-dark h1, .ws-dark h2, .ws-dark h3 { color: #fff; }
.ws-dark em { color: var(--gold); }
.ws-dark p { color: var(--auf-dunkel); }

.ws-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 56px);
}
.ws-schmal { max-width: 1080px; }

.ws-sec {
  position: relative;
  padding-block: var(--sec-y);
  scroll-margin-top: 20px;
  overflow: clip;
}
.ws-paper   { background-color: var(--papier); }
.ws-paper-2 { background-color: var(--papier-2); }

.ws-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  line-height: 1.4 !important;
  color: var(--gold-text) !important;
  margin-bottom: 18px;
}
.ws-eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: currentColor;
  opacity: .7;
}
.ws-dark .ws-eyebrow { color: var(--gold) !important; }

.ws-kopf { max-width: 820px; margin-bottom: clamp(36px, 5vw, 64px); }
.ws-kopf p { margin-top: 18px; max-width: 620px; font-size: clamp(16px, 1.2vw, 18px); }
.ws-kopf--mitte { margin-inline: auto; text-align: center; }
.ws-kopf--mitte p { margin-inline: auto; }
.ws-kopf--mitte .ws-eyebrow::after { content: ''; width: 28px; height: 1px; background: currentColor; opacity: .7; }

/* ============================================================================
   SCHALTFLÄCHEN
   ============================================================================ */
.ws-btn {
  --lift: 0px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  white-space: nowrap;
  color: #151a38;
  background: linear-gradient(180deg, var(--gold-hell) 0%, #DDB866 55%, var(--gold-tief) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.6),
    inset 0 -2px 0 rgba(0,0,0,.12),
    0 0 0 1px rgba(140,105,40,.5),
    0 16px 36px -14px rgba(185,143,62,.75);
  transform: translate3d(var(--mx-b, 0px), calc(var(--my-b, 0px) + var(--lift)), 0);
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), background-color .3s;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  border: 0;
}
.ws-btn::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: -60%;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: translateX(0) skewX(-18deg);
  transition: transform .9s var(--ease-out);
  z-index: -1;
  pointer-events: none;
}
.ws-btn > * { position: relative; }
.ws-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .4s var(--ease-out); }
.ws-btn:hover { --lift: -2px; }
.ws-btn:hover::before { transform: translateX(420%) skewX(-18deg); }
.ws-btn:hover svg { transform: translateX(3px); }
.ws-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.ws-btn[disabled] { opacity: .45; cursor: not-allowed; --lift: 0px; }
.ws-btn[hidden] { display: none; }

/* Linienknopf: hell auf Papier, Glas auf dunklen Flächen.
   Jede dunkle Fläche trägt .ws-dark oder steht in der Liste darunter. */
.ws-btn--line {
  color: var(--navy);
  background: #fff;
  box-shadow: inset 0 1px 0 #fff, 0 0 0 1px rgba(28,36,75,.18), 0 10px 26px -16px rgba(28,36,75,.35);
}
.ws-dark .ws-btn--line,
.ws-v-spalte--wir .ws-btn--line {
  color: #fff;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 0 0 1px rgba(255,255,255,.34);
}
.ws-dark .ws-btn--line:hover { background: rgba(255,255,255,.12); }
.ws-btn--line::before { background: linear-gradient(100deg, transparent, rgba(227,191,108,.28), transparent); }

.ws-btn--klein { min-height: 48px; padding: 0 22px; font-size: 13px; }
.ws-btn--voll { width: 100%; margin-top: 26px; }

/* ============================================================================
   BEWEGTE FARBWOLKEN
   ============================================================================ */
.ws-aura {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.ws-aura i {
  position: absolute;
  width: 48vw; height: 48vw;
  max-width: 820px; max-height: 820px;
  border-radius: 50%;
  filter: blur(94px);
  mix-blend-mode: screen;
  will-change: transform;
  opacity: .55;
}
.ws-aura i:nth-child(1) { background: #2c4aa0; left: -12%; top: -18%; animation: ws-drift-a 17s ease-in-out infinite alternate; }
.ws-aura i:nth-child(2) { background: #A18036; right: -10%; top: 10%; opacity: .38; animation: ws-drift-b 19s ease-in-out infinite alternate; }
.ws-aura i:nth-child(3) { background: #3e7fa8; left: 30%; bottom: -30%; opacity: .34; animation: ws-drift-c 14s ease-in-out infinite alternate; }
.ws-aura i:nth-child(4) { background: #6a4c9c; right: 25%; top: -30%; opacity: .22; animation: ws-drift-a 13s ease-in-out infinite alternate-reverse; }
.ws-aura--ruhig i { filter: blur(80px); opacity: .32; animation-duration: 26s; }
.ws-aura--ruhig i:nth-child(2) { opacity: .2; animation-duration: 30s; }

@keyframes ws-drift-a { to { transform: translate3d(14vw, 10vh, 0) scale(1.18); } }
@keyframes ws-drift-b { to { transform: translate3d(-12vw, 16vh, 0) scale(.86); } }
@keyframes ws-drift-c { to { transform: translate3d(-10vw, -14vh, 0) scale(1.22); } }

/* ============================================================================
   REVEALS
   ============================================================================ */
.js .ws-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.js .ws-reveal.in { opacity: 1; transform: none; }
.ws-reveal-d1 { transition-delay: .08s !important; }
.ws-reveal-d2 { transition-delay: .16s !important; }
.ws-reveal-d3 { transition-delay: .24s !important; }

.js .ws-load { opacity: 0; transform: translateY(28px); animation: ws-auf 1.1s var(--ease-out) forwards; display: inline-block; }
.ws-load-1 { animation-delay: .1s !important; }
.ws-load-2 { animation-delay: .22s !important; }
.ws-load-3 { animation-delay: .38s !important; }
.ws-load-4 { animation-delay: .6s !important; }
.ws-load-5 { animation-delay: .75s !important; }
.ws-load-6 { animation-delay: .9s !important; }
@keyframes ws-auf { to { opacity: 1; transform: none; } }

/* Linien zeichnen sich, sobald ihr Container .an bekommt */
@keyframes ws-zeichnen { to { stroke-dashoffset: 0; } }
@keyframes ws-ein { to { opacity: 1; } }
@keyframes ws-pop { from { opacity: 0; transform: scale(.2); } to { opacity: 1; transform: scale(1); } }
@keyframes ws-hoch { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ============================================================================
   KOPF
   ============================================================================ */
.ws-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(var(--nav-h) + clamp(28px, 5vw, 72px));
  padding-bottom: clamp(56px, 6vw, 90px);
  overflow: clip;
  isolation: isolate;
}
@media (min-width: 1000px) and (min-height: 700px) {
  .ws-hero {
    position: sticky;
    top: min(0px, calc(100svh - var(--kopf-h, 100svh)));
    z-index: 0;
  }
}
.ws-hero::after {
  /* Schleier unten, damit der Übergang in die nächste Ebene ruhig bleibt */
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 30%;
  background: linear-gradient(to top, rgba(12,17,49,.8), transparent);
  pointer-events: none;
  z-index: 0;
}
.ws-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.ws-hero-h1 {
  font-size: clamp(36px, 4.5vw, 68px) !important;
  line-height: 1.02 !important;
  font-weight: 600 !important;
  letter-spacing: -.03em !important;
  margin-bottom: 26px;
}
.ws-zeile { display: block; }
.ws-hero-h1 em { display: inline; font-weight: 400; letter-spacing: -.02em; }
.ws-hero-lead { max-width: 560px; font-size: clamp(16px, 1.25vw, 19px) !important; margin-bottom: 34px; }
.ws-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.ws-hero-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
  color: rgba(255,255,255,.66);
}
.ws-hero-trust b {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--gold);
  margin-right: 6px;
}

/* Grundriss */
.ws-plan { position: relative; }
.ws-plan-svg { width: 100%; max-height: 62vh; height: auto; display: block; overflow: visible; }
.ws-plan-note {
  position: absolute;
  left: 0; top: -6px;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10.5px !important;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(190,220,238,.45) !important;
  display: none;
}

.p-mass path, .p-wand, .p-tuer, .p-weg,
.s-strassen path, .s-rhein, .s-radius, .s-kurve, .s-boden, .s-unterstrich, .s-kette,
.s-org-linien path, .s-partnerlinie, .k-linie, .k-ast, .ws-check-danke circle, .ws-check-danke path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.p-mass path  { stroke: rgba(227,191,108,.55); stroke-width: 1; }
.p-masstext   { fill: var(--gold); font: 500 10.5px 'Montserrat', sans-serif; letter-spacing: .3em; opacity: 0; }
.p-wand       { stroke: rgba(255,255,255,.82); stroke-width: 2.5; stroke-linecap: square; }
.p-wand--aussen { stroke-width: 5; }
.p-tuer       { stroke: var(--gold); stroke-width: 1.6; }
.p-moebel     { stroke: rgba(190,220,238,.5); stroke-width: 1.3; opacity: 0; }
.p-raum text  { fill: rgba(255,255,255,.55); font: 500 10.5px 'Montserrat', sans-serif; letter-spacing: .24em; text-anchor: middle; opacity: 0; }
.p-weg        { stroke: rgba(227,191,108,.55); stroke-width: 1.5; }
.p-licht      { opacity: 0; }

.an .p-mass path, .an .p-wand, .an .p-tuer, .an .p-weg {
  animation: ws-zeichnen 1.6s var(--ease-out) forwards;
  animation-delay: calc(var(--d, 0) * 1ms);
}
.an .p-wand--aussen { animation-duration: 2.2s; }
.an .p-masstext, .an .p-moebel, .an .p-raum text {
  animation: ws-ein 1s ease forwards;
  animation-delay: calc(var(--d, 0) * 1ms);
}
.an .p-licht { animation: ws-ein 1s ease 4.2s forwards; }

/* Schild über der Tür */
.ws-schild {
  position: relative;
  left: 50%;
  margin-top: -18px;
  transform: translateX(-50%);
  z-index: 2;
  width: max-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: min(360px, 80%);
  padding: 14px 30px 16px;
  border-radius: 18px;
  background: rgba(18,25,66,.46);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  text-align: center;
  opacity: 0;
}
.an .ws-schild { animation: ws-schild 1.2s var(--ease-out) 2.9s forwards; }
@keyframes ws-schild { from { opacity: 0; transform: translate(-50%, 20px); } to { opacity: 1; transform: translate(-50%, 0); } }
.ws-schild-pre {
  font: 500 10.5px 'Montserrat', sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  transition: opacity .4s;
}
.ws-schild-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
  color: #fff;
  white-space: nowrap;
  min-height: 1.15em;
}
.ws-cursor {
  display: inline-block;
  width: 2px; height: .9em;
  margin-left: 4px;
  vertical-align: -.08em;
  background: var(--gold);
  animation: ws-blink 1s steps(1) infinite;
}
@keyframes ws-blink { 50% { opacity: 0; } }

.ws-scrollhint {
  position: absolute;
  left: 50%; bottom: 22px;
  transform: translateX(-50%);
  z-index: 2;
  width: 26px; height: 42px;
  border-radius: 14px;
  border: 1.5px solid rgba(255,255,255,.35);
}
.ws-scrollhint span {
  position: absolute;
  left: 50%; top: 8px;
  width: 3px; height: 8px;
  margin-left: -1.5px;
  border-radius: 2px;
  background: var(--gold);
  animation: ws-maus 2s var(--ease-out) infinite;
}
@keyframes ws-maus { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* Inhalt legt sich über den haftenden Kopf */
.ws-main {
  border-radius: 30px 30px 0 0;
  background: var(--papier);
  box-shadow: 0 -24px 60px rgba(12,17,49,.16);
}
.ws-main > section:first-child { border-radius: 30px 30px 0 0; }

/* ============================================================================
   WORTWELLE
   ============================================================================ */
.ws-welle-sec { padding-top: clamp(64px, 8vw, 112px); padding-bottom: var(--sec-y); }
.ws-welle {
  font-family: 'Source Sans 3', sans-serif !important;
  font-size: clamp(28px, 3.7vw, 54px) !important;
  line-height: 1.18 !important;
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--navy) !important;
  text-wrap: pretty;
}
.ws-welle .w { color: rgba(28,36,75,.16); transition: color .5s ease, text-shadow .5s ease; }
.ws-welle .w.hot { color: var(--navy); }
.ws-welle .w.gold.hot {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--gold-text);
  text-shadow: 0 0 24px rgba(227,191,108,.35);
}
.ws-welle .w.gold { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-weight: 400; }
.ws-welle-fuss {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  margin-top: clamp(36px, 5vw, 64px);
  padding-top: clamp(28px, 3vw, 40px);
  border-top: 1px solid var(--linie);
}
.ws-provo {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic;
  font-size: clamp(26px, 2.6vw, 38px) !important;
  line-height: 1.15 !important;
  color: var(--navy) !important;
}

/* ============================================================================
   SZENEN-BÜHNE
   ============================================================================ */
.ws-buehne-sec { padding-bottom: clamp(24px, 3vw, 40px); }
.ws-buehne {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(32px, 5vw, 88px);
  align-items: start;
}
.ws-stage {
  position: sticky;
  top: calc(50vh - min(34vh, 300px));
  height: min(68vh, 600px);
  z-index: 2;
}
.ws-stage-inner {
  position: relative;
  height: 100%;
  border-radius: 28px;
  background-color: var(--ink-2);
  background-image: radial-gradient(120% 90% at 20% 0%, rgba(62,127,168,.22), transparent 60%),
                    radial-gradient(90% 80% at 100% 100%, rgba(161,128,54,.16), transparent 60%);
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
}
.ws-stage-zaehler {
  position: absolute;
  top: 22px; left: 26px;
  z-index: 3;
  font: 500 12px 'Montserrat', sans-serif;
  letter-spacing: .2em;
  color: rgba(255,255,255,.45);
}
.ws-stage-zaehler span { color: var(--gold); }
.ws-szene {
  position: absolute;
  inset: 8% 6% 6%;
  width: 88%;
  height: 86%;
  opacity: 0;
  transform: scale(.97);
  transition: opacity .6s ease, transform .9s var(--ease-out);
  pointer-events: none;
}
.ws-szene.is-on { opacity: 1; transform: none; }
.ws-szene text { font-family: 'Source Sans 3', sans-serif; }

/* 1 Standort */
.s-strassen path { stroke: rgba(190,220,238,.16); stroke-width: 1.2; }
.s-rhein  { stroke: #4f86c0; stroke-width: 7; stroke-linecap: round; opacity: .55; }
.s-fluss  { fill: rgba(190,220,238,.45); font: 500 10px 'Montserrat', sans-serif !important; letter-spacing: .35em; opacity: 0; }
.s-ort    { opacity: 0; }
.s-ort circle { fill: var(--blau); transform-box: fill-box; transform-origin: center; }
.s-ort text { fill: #fff; font-size: 17px; }
.s-verbindung { stroke: rgba(227,191,108,.7); stroke-width: 1.6; stroke-dasharray: 3 7; opacity: 0; }
.s-radius { stroke: rgba(227,191,108,.55); stroke-width: 1.2; }
.s-pin    { opacity: 0; }
.s-pin path { fill: var(--gold); }
.s-pin circle { fill: var(--ink-2); }
.s-pintext { fill: var(--gold); font-size: 18px; font-style: italic; font-family: 'Playfair Display', Georgia, serif !important; opacity: 0; }
.s-licht { opacity: 0; }
.s-licht circle { fill: #F7DFA0; filter: drop-shadow(0 0 6px rgba(247,223,160,.9)); }

.is-on .s-strassen path { animation: ws-zeichnen 1.8s var(--ease-out) forwards; }
.is-on .s-rhein   { animation: ws-zeichnen 2s var(--ease-out) .2s forwards; }
.is-on .s-fluss   { animation: ws-ein 1s ease 1s forwards; }
.is-on .s-ort     { animation: ws-hoch .8s var(--ease-out) forwards; animation-delay: calc(var(--d) * 1ms); }
.is-on .s-pin     { animation: ws-fall .9s var(--ease-feder) forwards; animation-delay: calc(var(--d) * 1ms); }
.is-on .s-pintext { animation: ws-ein .8s ease 1.6s forwards; }
.is-on .s-radius  { animation: ws-zeichnen 1.6s var(--ease-out) 1.7s forwards; }
.is-on .s-verbindung { animation: ws-ein .8s ease 1.9s forwards; }
.is-on .s-licht   { animation: ws-ein .6s ease 2.3s forwards; }
@keyframes ws-fall { from { opacity: 0; transform: translateY(-80px); } to { opacity: 1; transform: none; } }

/* 2 Finanzierung */
.s-boden { stroke: rgba(255,255,255,.28); stroke-width: 1.5; }
.s-steine rect { fill: rgba(190,220,238,.1); stroke: rgba(190,220,238,.5); stroke-width: 1.3; opacity: 0; }
.s-steine .s-stein-gold { fill: var(--gold); stroke: var(--gold-hell); }
.s-steintext text { fill: #fff; font-size: 15px; text-anchor: middle; dominant-baseline: middle; opacity: 0; }
.s-steintext .s-gold { fill: var(--ink); font-weight: 600; }
.s-kurve { stroke: var(--gold); stroke-width: 2.5; stroke-linecap: round; }
.s-kurvenpunkt { fill: var(--gold); opacity: 0; transform-box: fill-box; transform-origin: center; }
.is-on .s-boden { animation: ws-zeichnen 1s var(--ease-out) forwards; }
.is-on .s-steine rect { animation: ws-fall .8s var(--ease-feder) forwards; animation-delay: calc((var(--d) + 200) * 1ms); }
.is-on .s-steintext text { animation: ws-ein .6s ease forwards; animation-delay: calc((var(--d) + 500) * 1ms); }
.is-on .s-kurve { animation: ws-zeichnen 1.6s var(--ease-out) 1.5s forwards; }
.is-on .s-kurvenpunkt { animation: ws-pop .6s var(--ease-feder) 2.9s forwards; }

/* 3 Marke */
.s-name {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic;
  font-size: 92px;
  fill: var(--gold);
  fill-opacity: 0;
  stroke: var(--gold-hell);
  stroke-width: 1.1;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
.s-unterstrich { stroke: var(--gold); stroke-width: 2; stroke-linecap: round; }
.s-medien g { opacity: 0; }
.s-medien rect, .s-medien path, .s-medien circle { stroke: rgba(190,220,238,.6); stroke-width: 1.4; }
.s-medien text { fill: rgba(255,255,255,.62); font-size: 14px; text-anchor: middle; }
.is-on .s-name { animation: ws-zeichnen 2.4s ease forwards, ws-fuellen 1s ease 1.7s forwards; }
.is-on .s-unterstrich { animation: ws-zeichnen 1s var(--ease-out) 1.9s forwards; }
.is-on .s-medien g { animation: ws-hoch .8s var(--ease-out) forwards; animation-delay: calc((var(--d) + 1400) * 1ms); }
@keyframes ws-fuellen { to { fill-opacity: 1; } }

/* 4 Abläufe */
.s-kette { stroke: rgba(227,191,108,.75); stroke-width: 2.4; stroke-linecap: round; }
.s-glieder g { opacity: 0; }
.s-glieder circle { fill: var(--ink-2); stroke: var(--blau); stroke-width: 2; transform-box: fill-box; transform-origin: center; }
.s-glieder text { fill: #fff; font-size: 16px; text-anchor: middle; }
.s-klein { fill: rgba(255,255,255,.5); font: 500 11px 'Montserrat', sans-serif !important; letter-spacing: .2em; text-transform: uppercase; opacity: 0; }
.is-on .s-kette { animation: ws-zeichnen 2.2s var(--ease-out) forwards; }
.is-on .s-glieder g { animation: ws-hoch .7s var(--ease-out) forwards; animation-delay: calc(var(--d) * 1ms); }
.is-on .s-glieder circle { animation: ws-leuchten .6s ease forwards; animation-delay: calc((var(--d) + 300) * 1ms); }
.is-on .s-licht, .is-on .s-klein { animation: ws-ein .8s ease 2.3s forwards; }
@keyframes ws-leuchten { to { fill: var(--gold); stroke: var(--gold-hell); } }

/* 5 Führung */
.s-org-linien path { stroke: rgba(190,220,238,.45); stroke-width: 1.5; }
.s-org g { opacity: 0; }
.s-org rect { fill: rgba(255,255,255,.05); stroke: rgba(190,220,238,.5); stroke-width: 1.3; }
.s-org text { fill: #fff; font-size: 16px; text-anchor: middle; }
.s-org-du rect { fill: var(--gold); stroke: var(--gold-hell); }
.s-org-du text { fill: var(--ink); font-family: 'Playfair Display', Georgia, serif !important; font-style: italic; font-size: 32px; }
.s-leute circle { fill: rgba(190,220,238,.32); opacity: 0; transform-box: fill-box; transform-origin: center; }
.s-partnerlinie { stroke: var(--gold); stroke-width: 1.5; }
.s-partner { opacity: 0; }
.s-partner rect { fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-dasharray: 4 4; }
.s-partner text { fill: var(--gold); font-size: 14px; text-anchor: middle; }
.is-on .s-org g { animation: ws-hoch .7s var(--ease-out) forwards; animation-delay: calc(var(--d) * 1ms); }
.is-on .s-org-linien path { animation: ws-zeichnen 1s var(--ease-out) forwards; animation-delay: calc(var(--d) * 1ms); }
.is-on .s-leute circle { animation: ws-pop .5s var(--ease-feder) forwards; animation-delay: calc(var(--d) * 1ms); }
.is-on .s-partner { animation: ws-ein .8s ease 2.1s forwards; }
.is-on .s-partnerlinie { animation: ws-zeichnen 1s var(--ease-out) 2.3s forwards; }

/* 6 Gäste */
.ws-szene--gaeste { display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.s-gaeste { width: 100%; height: auto; }
.s-gaeste circle { fill: rgba(190,220,238,.55); opacity: 0; transform-box: fill-box; transform-origin: center; }
.s-gaeste circle.g { fill: var(--gold); }
.is-on .s-gaeste circle { animation: ws-pop .45s var(--ease-feder) forwards; animation-delay: calc(var(--d) * 1ms); }
.s-gaeste-zahl { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.s-gaeste-zahl b {
  font-family: 'Source Sans 3', sans-serif;
  font-size: clamp(56px, 6vw, 96px);
  line-height: 1;
  font-weight: 600;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}
.s-gaeste-zahl span { color: rgba(255,255,255,.7); font-size: 16px; max-width: 220px; line-height: 1.4; }

/* Schritte */
.ws-schritte { list-style: none; }
.ws-schritt {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: .28;
  transition: opacity .6s ease;
}
.ws-schritt:first-child { min-height: 56vh; justify-content: flex-start; padding-top: 8vh; }
.ws-schritt:last-child { min-height: 64vh; }
.ws-schritt.is-aktiv { opacity: 1; }
.ws-schritt-nr {
  font: 500 12px 'Montserrat', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.ws-schritt h3 {
  font-size: clamp(26px, 2.5vw, 38px) !important;
  line-height: 1.12 !important;
  font-weight: 600;
  margin-bottom: 18px;
}
.ws-schritt p { max-width: 460px; }
/* Ohne Nummernzeile bleibt ihr Platz frei, damit die Überschriften der
   Schritte beim Wechsel auf derselben Linie stehen. */
.ws-schritt--ohne-nr { padding-top: 33px; }
.ws-schritt .ws-btn { align-self: flex-start; margin-top: 28px; }

/* ============================================================================
   LAUFBAND
   ============================================================================ */
.ws-band {
  position: relative;
  overflow: hidden;
  padding-block: clamp(22px, 3vw, 38px);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ws-band-spur {
  display: flex;
  width: max-content;
  animation: ws-band 46s linear infinite;
}
.ws-band:hover .ws-band-spur { animation-play-state: paused; }
.ws-band span {
  display: inline-flex;
  align-items: center;
  font-family: 'Source Sans 3', sans-serif;
  font-size: clamp(38px, 5.6vw, 84px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.1;
  color: #fff;
  white-space: nowrap;
}
.ws-band span:nth-child(even) { color: transparent; -webkit-text-stroke: 1px rgba(190,220,238,.55); }
.ws-band span::after {
  content: '';
  width: .22em; height: .22em;
  margin-inline: .55em;
  border-radius: 50%;
  background: var(--gold);
}
@keyframes ws-band { to { transform: translateX(-50%); } }

/* ============================================================================
   FALL LITTIG
   ============================================================================ */
.ws-fall {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.ws-fall-bild { position: relative; padding-bottom: clamp(40px, 6vw, 80px); }
.ws-rahmen { position: relative; overflow: hidden; margin: 0; }
.ws-rahmen img { width: 100%; height: 100%; object-fit: cover; }
.ws-rahmen--gross { aspect-ratio: 4 / 3.1; border-radius: 24px; }
.ws-rahmen--gross img { transform: scale(1.12); will-change: transform; }
.ws-rahmen--portrait {
  position: absolute;
  right: clamp(-12px, -1vw, 0px);
  bottom: 0;
  width: 36%;
  aspect-ratio: 3 / 4.4;
  border-radius: 18px;
  border: 6px solid #fff;
  box-shadow: 0 30px 60px -24px rgba(12,17,49,.45);
}
.ws-rahmen--portrait img { object-position: center 22%; }
.ws-rahmen--portrait figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 40px 14px 12px;
  background: linear-gradient(to top, rgba(12,17,49,.85), transparent);
  color: #fff;
  font: 600 14px/1.3 'Source Sans 3', sans-serif;
}
.ws-rahmen--portrait figcaption span { font-weight: 400; font-size: 12px; opacity: .8; }
.ws-fall-text p + p { margin-top: 16px; }
.ws-fall-text h2 { margin-bottom: 24px; }
.ws-fall-logo { height: clamp(40px, 4vw, 54px); width: auto; margin-top: 34px; }

/* Zeitleiste */
.ws-zeit { margin-top: clamp(64px, 8vw, 112px); }
.ws-zeit-kopf { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 32px; margin-bottom: 30px; }
.ws-zeit-kopf .ws-eyebrow { margin-bottom: 0; }
.ws-zeit-satz {
  font-family: 'Source Sans 3', sans-serif !important;
  font-size: clamp(26px, 3vw, 44px) !important;
  font-weight: 600;
  line-height: 1.1 !important;
  letter-spacing: -.02em;
  color: var(--navy) !important;
}
.ws-zeit-leiste {
  position: relative;
  display: flex;
  height: 14px;
  border-radius: 999px;
  background: rgba(28,36,75,.07);
}
.ws-zeit-lang, .ws-zeit-kurz { display: block; height: 100%; transform: scaleX(0); transform-origin: left; }
.ws-zeit-lang { width: 95%; border-radius: 999px 0 0 999px; background: linear-gradient(90deg, #8ab4d4, var(--navy)); }
.ws-zeit-kurz { width: 5%; border-radius: 0 999px 999px 0; background: linear-gradient(90deg, var(--gold-hell), var(--gold-tief)); }
.ws-zeit-leiste::before {
  content: '';
  position: absolute;
  left: 25%; top: -8px; bottom: -8px;
  width: 1px;
  background: rgba(28,36,75,.3);
}
.ws-zeit-punkt {
  position: absolute;
  right: -9px; top: 50%;
  width: 26px; height: 26px;
  margin-top: -13px;
  border-radius: 8px;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(227,191,108,.25);
  opacity: 0;
  transform: rotate(45deg) scale(.2);
}
.an .ws-zeit-lang { animation: ws-strecken 2.2s var(--ease-out) .2s forwards; }
.an .ws-zeit-kurz { animation: ws-strecken .7s var(--ease-out) 2.3s forwards; }
.an .ws-zeit-punkt { animation: ws-raute .7s var(--ease-feder) 2.9s forwards; }
@keyframes ws-strecken { to { transform: scaleX(1); } }
@keyframes ws-raute { to { opacity: 1; transform: rotate(45deg) scale(1); } }
.ws-zeit-beschriftung {
  position: relative;
  height: 44px;
  margin-top: 14px;
  font: 500 11px 'Montserrat', sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--leise);
}
.ws-zeit-beschriftung span { position: absolute; top: 0; }
.ws-zeit-beschriftung span:nth-child(2) { left: 25%; padding-left: 10px; }
.ws-zeit-beschriftung span:nth-child(3) { right: 0; text-align: right; }
.ws-zeit-beschriftung .is-gold { color: var(--gold-text); }

.ws-fakten {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: clamp(20px, 3vw, 40px);
  border-top: 1px solid var(--linie);
}
.ws-fakten > div {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 6px;
  padding: 26px 18px 0 0;
}
.ws-fakten > div + div { padding-left: 22px; border-left: 1px solid var(--linie); }
.ws-fakten dd b {
  font-family: 'Source Sans 3', sans-serif;
  font-size: clamp(44px, 5vw, 80px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.03em;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}
.ws-fakten dt { font-size: 14px; color: var(--leise); line-height: 1.35; }
.ws-fakten .is-gold dd b { color: var(--gold-text); }

/* Galerie */
.ws-galerie {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(90px, 11vw, 160px);
  gap: clamp(10px, 1.2vw, 18px);
  margin-top: clamp(56px, 7vw, 100px);
}
.ws-galerie figure { margin: 0; overflow: hidden; border-radius: 20px; background-color: var(--papier-2); }
.ws-galerie img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.14); transition: transform 1.6s var(--ease-out); }
.ws-galerie figure.in img { transform: scale(1); }
.ws-galerie figure:hover img { transform: scale(1.04); }
.ws-galerie-a { grid-column: 1 / 7; grid-row: 1 / 4; }
.ws-galerie-b { grid-column: 7 / 10; grid-row: 1 / 5; }
.ws-galerie-c { grid-column: 10 / 13; grid-row: 1 / 3; }
.ws-galerie-d { grid-column: 10 / 13; grid-row: 3 / 5; }
.ws-galerie-text { grid-column: 1 / 7; grid-row: 4 / 5; align-self: center; padding-right: 6%; }
.ws-galerie-text .ws-eyebrow { display: flex; margin-bottom: 10px; }

/* ============================================================================
   VERGLEICH
   ============================================================================ */
.ws-vergleich {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
  align-items: stretch;
}
.ws-v-spalte {
  position: relative;
  padding: clamp(24px, 2.6vw, 36px);
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--linie);
  overflow: hidden;
}
.ws-v-kopf { display: flex; flex-direction: column; gap: 4px; padding-bottom: 20px; margin-bottom: 8px; border-bottom: 1px solid var(--linie); }
.ws-v-kopf span { font: 600 clamp(20px, 1.8vw, 24px)/1.2 'Source Sans 3', sans-serif; color: var(--navy); }
.ws-v-kopf small { font-size: 14px; color: var(--leise); }
.ws-v-spalte ul { list-style: none; }
.ws-v-spalte li {
  position: relative;
  padding: 13px 0 13px 34px;
  font-size: 15.5px;
  line-height: 1.45;
  color: var(--text);
  border-bottom: 1px solid rgba(28,36,75,.06);
}
.ws-v-spalte li:last-child { border-bottom: 0; }
.ws-v-spalte li::before {
  content: '';
  position: absolute;
  left: 0; top: 13px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.ws-v-spalte li.ja::before {
  background-color: rgba(227,191,108,.22);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2386692b' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
}
.ws-v-spalte li.nein { color: #8a92a6; }
.ws-v-spalte li.nein::before {
  background-color: rgba(28,36,75,.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a92a6' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M7 7l10 10M17 7L7 17'/%3E%3C/svg%3E");
}
.ws-v-spalte li.teils { color: #6c7489; }
.ws-v-spalte li.teils::before {
  background-color: rgba(28,36,75,.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c7489' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 12h12'/%3E%3C/svg%3E");
}
.ws-v-spalte--wir {
  background-color: var(--ink);
  background-image: radial-gradient(120% 80% at 100% 0%, rgba(161,128,54,.3), transparent 60%);
  border-color: rgba(227,191,108,.4);
  transform: translateY(-14px);
}
.js .ws-v-spalte--wir.ws-reveal.in { transform: translateY(-14px); }
.ws-v-spalte--wir .ws-v-kopf { border-color: rgba(255,255,255,.12); }
.ws-v-spalte--wir .ws-v-kopf span { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-weight: 400; color: var(--gold); }
.ws-v-spalte--wir .ws-v-kopf small { color: rgba(255,255,255,.6); }
.ws-v-spalte--wir li { color: #fff; border-color: rgba(255,255,255,.08); }
.ws-v-spalte--wir li.ja::before {
  background-color: var(--gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230c1131' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
}

/* Lichtschein folgt dem Zeiger */
.ws-glow-schein {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease;
  background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 50%), rgba(227,191,108,.2), transparent 60%);
}
.ws-glow > *:not(.ws-glow-schein) { position: relative; z-index: 1; }
@media (hover: hover) and (pointer: fine) {
  .ws-glow:hover .ws-glow-schein { opacity: 1; }
}

/* ============================================================================
   WACHSTUM GÖCK
   ============================================================================ */
.ws-kurve svg { width: 100%; height: auto; display: block; overflow: visible; }
.k-raster path { stroke: rgba(255,255,255,.06); stroke-width: 1; }
.k-flaeche { opacity: 0; }
.k-linie { stroke: var(--blau); stroke-width: 3; stroke-linecap: round; }
.k-ast { stroke: var(--gold); stroke-width: 2.5; stroke-linecap: round; }
.k-prognose { stroke: var(--gold); stroke-width: 2; stroke-dasharray: 3 6; stroke-linecap: round; opacity: 0; }
.k-knoten { opacity: 0; }
.k-knoten circle { fill: var(--ink); stroke: var(--blau); stroke-width: 3; transform-box: fill-box; transform-origin: center; }
.k-knoten text { fill: rgba(255,255,255,.72); font: 500 14px 'Montserrat', sans-serif; letter-spacing: .08em; text-anchor: middle; }
.k-knoten--gold circle { stroke: var(--gold); fill: var(--gold); }
.k-knoten--gold text { fill: var(--gold); font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 20px; letter-spacing: 0; }
.k-haeuser g { opacity: 0; }
.k-haeuser path, .k-haeuser circle { fill: rgba(190,220,238,.14); stroke: var(--blau); stroke-width: 1.5; stroke-linejoin: round; }
.k-partner path { fill: none; }
.k-licht { opacity: 0; }
.k-licht circle { fill: #fff; filter: drop-shadow(0 0 8px rgba(190,220,238,.9)); }

.an .k-linie { animation: ws-zeichnen 2.6s var(--ease-out) .2s forwards; }
.an .k-flaeche { animation: ws-ein 1.4s ease 1.4s forwards; }
.an .k-ast { animation: ws-zeichnen 1s var(--ease-out) 2.2s forwards; }
.an .k-prognose { animation: ws-ein .8s ease 3s forwards; }
.an .k-knoten, .an .k-haeuser g { animation: ws-hoch .8s var(--ease-out) forwards; animation-delay: calc(var(--d) * 1ms); }
.an .k-licht { animation: ws-ein 1s ease 3s forwards; }

.ws-meilensteine {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 32px);
  margin-top: clamp(28px, 3vw, 44px);
}
.ws-meilensteine li { display: flex; flex-direction: column; gap: 6px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.js .ws-meilensteine li { opacity: 0; }
.an .ws-meilensteine li { animation: ws-hoch .9s var(--ease-out) forwards; animation-delay: calc((var(--d) + 200) * 1ms); }
.ws-meilensteine b { font: 500 12px 'Montserrat', sans-serif; letter-spacing: .2em; color: var(--gold); }
.ws-meilensteine strong { font: 600 19px/1.25 'Source Sans 3', sans-serif; color: #fff; }
.ws-meilensteine span { font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,.62); }

.ws-heute {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(48px, 6vw, 88px);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
}
.ws-heute > div { display: flex; flex-direction: column; gap: 6px; padding: clamp(20px, 2.4vw, 34px); }
.ws-heute > div + div { border-left: 1px solid rgba(255,255,255,.1); }
.ws-heute b { font: 600 clamp(34px, 3.6vw, 54px)/1 'Source Sans 3', sans-serif; letter-spacing: -.02em; color: #fff; }
.ws-heute span { font-size: 14.5px; line-height: 1.45; color: rgba(255,255,255,.62); }

/* ============================================================================
   PERSON
   ============================================================================ */
.ws-person {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.ws-person-bild { position: relative; }
.ws-rahmen--person { aspect-ratio: 4 / 5; border-radius: 26px; background-color: var(--papier-2); }
.ws-rahmen--person img { object-position: center 18%; }
.ws-person-marke {
  position: absolute;
  right: clamp(-8px, -2vw, -28px);
  bottom: clamp(24px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 22px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 24px 50px -24px rgba(12,17,49,.55);
}
.ws-person-marke span { font: 500 10.5px 'Montserrat', sans-serif; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.ws-person-marke b { font: 400 italic 44px/1.05 'Playfair Display', Georgia, serif; color: var(--gold); }
.ws-person-text h2 { margin-bottom: 22px; }
.ws-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.ws-chips li {
  padding: 8px 15px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--linie);
  font-size: 14px;
  color: var(--navy);
}
.ws-meilenstein {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: clamp(22px, 2.4vw, 32px) clamp(22px, 2.6vw, 36px);
  border-radius: 22px;
  background-color: var(--ink);
  background-image: radial-gradient(90% 120% at 0% 0%, rgba(161,128,54,.28), transparent 60%);
}
.ws-meilenstein .ws-eyebrow { color: var(--gold) !important; margin-bottom: 10px; }
.ws-meilenstein p { color: #fff !important; font-size: clamp(17px, 1.4vw, 20px) !important; line-height: 1.5 !important; }

/* ============================================================================
   PASST / ABLAUF
   ============================================================================ */
.ws-passt {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: clamp(12px, 1.6vw, 22px);
}
.ws-passt-feld { padding: clamp(24px, 3vw, 40px); border-radius: 26px; }
.ws-passt-feld--ja { background: #fff; border: 1px solid var(--linie); }
.ws-passt-feld--nein { border: 1px dashed rgba(28,36,75,.22); }
.ws-passt-feld h3 { margin-bottom: 16px; }
.ws-passt-feld ul { list-style: none; }
.ws-passt-feld li { position: relative; padding: 11px 0 11px 34px; font-size: 16px; line-height: 1.5; color: var(--text); }
.ws-passt-feld li::before {
  content: '';
  position: absolute;
  left: 0; top: 12px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(227,191,108,.25) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2386692b' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.ws-passt-feld--nein li { color: var(--leise); }
.ws-passt-feld--nein li::before {
  background: rgba(28,36,75,.06) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a92a6' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M7 7l10 10M17 7L7 17'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.ws-ablauf {
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 48px);
  margin-top: clamp(56px, 7vw, 96px);
  padding-top: 34px;
}
.ws-ablauf::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-tief), var(--gold-hell), rgba(28,36,75,.15));
  transform: scaleX(0);
  transform-origin: left;
}
.an.ws-ablauf::before { animation: ws-strecken 1.8s var(--ease-out) forwards; }
.js .ws-ablauf li { opacity: 0; }
.an.ws-ablauf li { animation: ws-hoch .9s var(--ease-out) forwards; animation-delay: calc((var(--d) + 300) * 1ms); }
.ws-ablauf-nr { display: block; font: 400 italic 64px/1 'Playfair Display', Georgia, serif; color: var(--gold-text); margin-bottom: 14px; }
.ws-ablauf h3 { margin-bottom: 10px; }

/* ============================================================================
   CHECK
   ============================================================================ */
.ws-check-sec { padding-block: var(--sec-y); }
.ws-check-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}
.ws-check-intro h2 { margin-bottom: 22px; }
.ws-ansprech {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding: 12px 24px 12px 12px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}
.ws-ansprech img { width: 76px; height: 76px; border-radius: 16px; object-fit: cover; object-position: center 15%; }
.ws-ansprech div { display: flex; flex-direction: column; gap: 2px; }
.ws-ansprech strong { color: #fff; font: 600 18px 'Source Sans 3', sans-serif; }
.ws-ansprech span { color: rgba(255,255,255,.6); font-size: 14px; }
.ws-ansprech a { color: var(--gold); font-weight: 500; font-size: 15px; }
.ws-ansprech a:hover { text-decoration: underline; }

.ws-check {
  position: relative;
  padding: clamp(22px, 3vw, 44px);
  border-radius: 30px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .ws-check, .ws-schild { background: rgba(18,25,66,.94); }
}
.ws-check-fortschritt { height: 4px; border-radius: 4px; background: rgba(255,255,255,.1); overflow: hidden; }
.ws-check-fortschritt span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-tief), var(--gold-hell));
  transform: scaleX(.2);
  transform-origin: left;
  transition: transform .7s var(--ease-out);
}
.ws-check-schritt { margin: 16px 0 22px; font: 500 12px 'Montserrat', sans-serif !important; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.55) !important; }
.ws-check-schritt b { color: var(--gold); }

.ws-honig { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ws-frage { display: none; border: 0; padding: 0; margin: 0; min-width: 0; }
.ws-frage.is-aktiv { display: block; animation: ws-hoch .6s var(--ease-out); }
.ws-frage legend {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  font: 600 clamp(22px, 2.2vw, 30px)/1.2 'Source Sans 3', sans-serif;
  letter-spacing: -.01em;
  color: #fff;
  text-wrap: balance;
}
.ws-optionen { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.ws-optionen label { position: relative; display: block; cursor: pointer; }
.ws-optionen input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.ws-optionen span {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 14px 20px 14px 50px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  transition: background-color .3s, border-color .3s, color .3s, transform .3s var(--ease-out);
}
.ws-optionen span::before {
  content: '';
  position: absolute;
  left: 18px; top: 50%;
  width: 20px; height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.4);
  transition: border-color .3s, background-color .3s, box-shadow .3s;
}
.ws-optionen label:hover span { border-color: rgba(227,191,108,.7); transform: translateY(-2px); }
.ws-optionen input:checked + span { background: rgba(227,191,108,.16); border-color: var(--gold); }
.ws-optionen input:checked + span::before { border-color: var(--gold); background: var(--gold); box-shadow: inset 0 0 0 4px var(--ink); }
.ws-optionen input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }

.ws-felder { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ws-feld { display: flex; flex-direction: column; gap: 7px; }
.ws-feld--breit { grid-column: 1 / -1; }
.ws-feld span { font: 500 11px 'Montserrat', sans-serif; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.66); }
.ws-feld input, .ws-feld textarea {
  width: 100%;
  font: 16px 'Inter', sans-serif;
  color: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.2);
  transition: border-color .3s, background-color .3s;
  resize: vertical;
}
.ws-feld input::placeholder, .ws-feld textarea::placeholder { color: rgba(255,255,255,.35); }
.ws-feld input:focus, .ws-feld textarea:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.1); }
.ws-feld input.fehlt { border-color: #f0a58a; }
.ws-einwilligung { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.72); cursor: pointer; }
.ws-einwilligung input { width: 20px; height: 20px; margin-top: 1px; flex-shrink: 0; accent-color: var(--gold); }
.ws-einwilligung a { color: var(--gold); text-decoration: underline; }

.ws-check-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; }
.ws-check-nav .ws-btn { margin-left: auto; }
.ws-zurueck { min-height: 44px; padding: 0 6px; color: rgba(255,255,255,.7); font: 500 14px 'Montserrat', sans-serif; text-decoration: underline; text-underline-offset: 4px; }
.ws-zurueck:hover { color: #fff; }
.ws-check-fehler { margin-top: 14px; color: #f6c3ae !important; font-size: 15px !important; }

.ws-check-danke { text-align: center; padding: 20px 0; outline: none; }
.ws-check-danke svg { width: 84px; height: 84px; margin: 0 auto 20px; fill: none; stroke: var(--gold); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.ws-check-danke:not([hidden]) circle { animation: ws-zeichnen 1s var(--ease-out) forwards; }
.ws-check-danke:not([hidden]) path { animation: ws-zeichnen .6s var(--ease-out) .8s forwards; }
.ws-check-danke h3 { font-size: clamp(24px, 2.4vw, 32px) !important; margin-bottom: 12px; }
.ws-check-danke p { max-width: 440px; margin: 0 auto 24px; }

/* ============================================================================
   FAQ
   ============================================================================ */
.ws-faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.ws-faq-grid .ws-kopf { position: sticky; top: calc(var(--nav-h) + 24px); margin-bottom: 0; }
.ws-faq details { border-bottom: 1px solid var(--linie); }
.ws-faq details:first-child { border-top: 1px solid var(--linie); }
.ws-faq summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 24px 52px 24px 0;
  font: 600 clamp(18px, 1.5vw, 21px)/1.3 'Source Sans 3', sans-serif;
  color: var(--navy);
}
.ws-faq summary::-webkit-details-marker { display: none; }
.ws-faq summary::after {
  content: '';
  position: absolute;
  right: 4px; top: 50%;
  width: 34px; height: 34px;
  margin-top: -17px;
  border-radius: 50%;
  border: 1px solid var(--linie);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C244B' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 14px no-repeat;
  transition: transform .4s var(--ease-out), background-color .3s;
}
.ws-faq details[open] summary::after { transform: rotate(45deg); background-color: rgba(227,191,108,.3); }
.ws-faq summary:focus-visible { outline: 2px solid var(--gold-text); outline-offset: 4px; border-radius: 6px; }
.ws-faq details p { padding: 0 52px 24px 0; }

/* ============================================================================
   SCHLUSS
   ============================================================================ */
.ws-schluss { padding-top: clamp(56px, 6.4vw, 84px); padding-bottom: clamp(90px, 12vw, 170px); text-align: center; isolation: isolate; }
.ws-schluss-bild {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .22;
  z-index: 0;
  mix-blend-mode: luminosity;
}
.ws-schluss::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(80% 90% at 50% 50%, rgba(12,17,49,.35), rgba(12,17,49,.88));
}
.ws-schluss-inner { position: relative; z-index: 2; max-width: 1000px; }
.ws-schluss h2 { font-size: clamp(34px, 4.8vw, 72px) !important; margin-bottom: 40px; }
.ws-schluss .ws-eyebrow::after { content: ''; width: 28px; height: 1px; background: currentColor; opacity: .7; }
.ws-schluss .ws-hero-cta { justify-content: center; }

/* Wortmarke über dunklen Flächen: das Skript misst, was unter ihr liegt */
#main-nav.ws-marke-hell .nav-logo-icon { filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0,0,0,.45)) !important; }

/* Aktionsleiste auf dem Telefon */
.ws-actionbar .ab-calc { background: linear-gradient(180deg, var(--gold-hell), var(--gold-tief)); color: #151a38; }
.ws-actionbar .ab-call { background: var(--navy); color: #fff; }

/* ============================================================================
   TABLET
   ============================================================================ */
@media (max-width: 1080px) {
  .ws-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .ws-plan { order: -1; max-width: 520px; width: 100%; margin: 0 auto 8px; }
  .ws-hero { justify-content: flex-start; }
  .ws-fall, .ws-person, .ws-check-grid, .ws-faq-grid { grid-template-columns: minmax(0, 1fr); }
  .ws-faq-grid .ws-kopf { position: static; }
  .ws-vergleich { grid-template-columns: minmax(0, 1fr); max-width: 620px; margin-inline: auto; }
  .ws-v-spalte--wir { order: -1; transform: none; }
  .js .ws-v-spalte--wir.ws-reveal.in { transform: none; }
  .ws-meilensteine, .ws-heute { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ws-heute > div:nth-child(3) { border-left: 0; }
  .ws-heute > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.1); }
  .ws-fakten { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ws-fakten > div:nth-child(4) { border-left: 0; padding-left: 0; }
  .ws-person-bild { max-width: 440px; }
}

/* ============================================================================
   HOCHKANT
   ============================================================================ */
@media (max-width: 900px) {
  /* Die Bühne haftet oben und fällt hochkant niedriger aus, damit für den
     Text darunter genug Platz bleibt. Die Schritte laufen dahinter durch. */
  .ws-buehne {
    --buehne-o: 64px;               /* Abstand der Bühne zur Oberkante */
    --buehne-h: min(32vh, 260px);   /* Höhe der Bühne                  */
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .ws-stage {
    top: var(--buehne-o);
    height: var(--buehne-h);
    margin-inline: -4px;
  }
  .ws-stage-inner { border-radius: 22px; }
  .ws-szene { inset: 13% 5% 5%; width: 90%; height: 82%; }

  /* Die 800 Gäste bekommen hochkant die ganze Bühne. Die Zahl liegt als
     Bildunterschrift darüber, sonst bleibt für die Punkte so wenig Höhe,
     dass man die Menge nicht mehr sieht. */
  .ws-szene--gaeste { display: block; position: relative; gap: 0; inset: 6% 4% 4%; width: 92%; height: 90%; }
  .ws-szene--gaeste .s-gaeste { position: absolute; inset: 0; width: 100%; height: 100%; }
  .ws-szene--gaeste .s-gaeste-zahl {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    gap: 12px;
    padding: 30px 2px 2px;
    background: linear-gradient(to top, rgba(12,17,49,.94) 45%, rgba(12,17,49,0));
  }
  .ws-szene--gaeste .s-gaeste-zahl b { font-size: 46px; }
  .ws-szene--gaeste .s-gaeste-zahl span { font-size: 13px; max-width: none; }

  .ws-schritt, .ws-schritt:first-child, .ws-schritt:last-child { min-height: 58vh; justify-content: center; padding-top: 0; }
  .ws-schritt:last-child { padding-bottom: 8vh; }
  .ws-schritt--ohne-nr { padding-top: 33px; }
  .ws-welle-fuss { grid-template-columns: minmax(0, 1fr); }
  .ws-passt, .ws-ablauf { grid-template-columns: minmax(0, 1fr); }
  .ws-ablauf { gap: 28px; }
  .ws-ablauf li { display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 14px; }
  .ws-ablauf-nr { grid-row: 1 / 3; font-size: 48px; }
  .ws-galerie { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; }
  .ws-galerie figure { aspect-ratio: 1; }
  .ws-galerie-a, .ws-galerie-text { grid-column: 1 / -1; grid-row: auto; }
  .ws-galerie-a { aspect-ratio: 16 / 10 !important; }
  .ws-galerie-b { grid-column: 1 / 2; grid-row: span 2; aspect-ratio: auto !important; }
  .ws-galerie-c, .ws-galerie-d { grid-column: 2 / 3; grid-row: auto; }
  .ws-galerie-text { order: 5; padding: 8px 0 0; }
}

@media (max-width: 640px) {
  .ws-seite { --nav-h: 76px; }
  .ws-hero { padding-top: calc(var(--nav-h) + 12px); }
  .ws-plan { max-width: 280px; }
  .ws-schild-name { font-size: 26px; }
  .ws-schild-pre { font-size: 9px; letter-spacing: .16em; white-space: nowrap; }
  .ws-schild { padding: 10px 18px 12px; min-width: 0; }
  .ws-hero-h1 { font-size: clamp(34px, 9.4vw, 44px) !important; }
  .ws-hero-cta .ws-btn { width: 100%; white-space: normal; text-align: center; }
  .ws-hero-trust { gap: 8px 18px; margin-top: 28px; }
  .ws-scrollhint { display: none; }
  .ws-main, .ws-main > section:first-child { border-radius: 22px 22px 0 0; }
  .ws-optionen, .ws-felder { grid-template-columns: minmax(0, 1fr); }
  .ws-optionen span { min-height: 56px; }
  .ws-fakten { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ws-fakten > div, .ws-fakten > div + div { padding: 20px 12px 0 0; border-left: 0; }
  .ws-fakten .is-gold { grid-column: 1 / -1; }
  .ws-zeit-beschriftung { height: 52px; font-size: 10px; letter-spacing: .08em; }
  .ws-zeit-beschriftung span:nth-child(2) { display: none; }
  .ws-zeit-beschriftung span:nth-child(1) { max-width: 40%; }
  .ws-zeit-beschriftung span:nth-child(3) { max-width: 55%; }
  .ws-zeit-leiste::before { display: none; }
  .ws-meilensteine, .ws-heute { grid-template-columns: minmax(0, 1fr); }
  .ws-heute > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .k-knoten text { font-size: 22px; }
  .k-knoten--gold text { font-size: 26px; }
  .ws-rahmen--portrait { width: 42%; border-width: 4px; }
  .ws-person-marke { right: 12px; }
  .ws-person-marke b { font-size: 34px; }
  .ws-check-nav { flex-wrap: wrap; }
  .ws-check-nav .ws-btn { flex: 1 1 auto; }
  .ws-ansprech { display: flex; }
  .ws-faq summary { padding-right: 48px; }
  .ws-faq details p { padding-right: 0; }
}

/* ============================================================================
   SPARBETRIEB UND REDUZIERTE BEWEGUNG
   ============================================================================ */
html.sparsam .ws-aura i { animation: none !important; filter: blur(60px); will-change: auto; }
html.sparsam .ws-band-spur { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
html.sparsam .ws-band span[aria-hidden] { display: none; }
html.sparsam *, html.sparsam *::before, html.sparsam *::after {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
html.sparsam .ws-check, html.sparsam .ws-schild { background: rgba(18,25,66,.94); }
html.sparsam .ws-rahmen--gross img { will-change: auto; transform: none; }
html.sparsam .ws-btn { transition: box-shadow .3s; }

@media (prefers-reduced-motion: reduce) {
  .ws-seite *, .ws-seite *::before, .ws-seite *::after {
    animation-duration: .001ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    transition-delay: 0ms !important;
  }
  .js .ws-reveal, .js .ws-load { opacity: 1; transform: none; }
  .ws-hero { position: relative !important; }
  .p-mass path, .p-wand, .p-tuer, .p-weg,
  .s-strassen path, .s-rhein, .s-radius, .s-kurve, .s-boden, .s-unterstrich, .s-kette,
  .s-org-linien path, .s-partnerlinie, .k-linie, .k-ast, .s-name,
  .ws-check-danke circle, .ws-check-danke path { stroke-dashoffset: 0 !important; }
  .p-masstext, .p-moebel, .p-raum text, .ws-schild, .s-fluss, .s-ort, .s-pin, .s-pintext, .s-verbindung,
  .s-steine rect, .s-steintext text, .s-kurvenpunkt, .s-medien g, .s-glieder g, .s-klein,
  .s-org g, .s-leute circle, .s-partner, .s-gaeste circle, .k-flaeche, .k-prognose, .k-knoten, .k-haeuser g,
  .js .ws-meilensteine li, .js .ws-ablauf li { opacity: 1 !important; transform: none !important; }
  .ws-schild { transform: translateX(-50%) !important; }
  .s-name { fill-opacity: 1; }
  .ws-zeit-lang, .ws-zeit-kurz, .ws-ablauf::before { transform: none !important; }
  .ws-zeit-punkt { opacity: 1 !important; transform: rotate(45deg) !important; }
  .p-licht, .s-licht, .k-licht, .ws-cursor, .ws-scrollhint { display: none !important; }
  .ws-rahmen--gross img, .ws-galerie img { transform: none !important; }
  .ws-band-spur { animation: none !important; flex-wrap: wrap; width: auto; justify-content: center; }
  .ws-band span[aria-hidden] { display: none; }
  .ws-welle .w { color: var(--navy); }
  .ws-schritt { opacity: 1; }
}

/* ============================================================================
   FEINSCHLIFF
   Wasserzeichen aus dem Göck-Signet, feines Korn auf dunklen Flächen,
   Passepartout im Kopf, Hellblau als durchgehende CI-Farbe und
   Haarlinien-Kanten auf den Karten.
   ============================================================================ */

/* Wasserzeichen: das Signet liegt als Maske, die Farbe kommt aus der Palette */
.ws-signet {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  aspect-ratio: 532 / 559;
  background: var(--blau);
  opacity: .055;
  -webkit-mask: url('../Bilder/selbststaendig/signet.png') center / contain no-repeat;
          mask: url('../Bilder/selbststaendig/signet.png') center / contain no-repeat;
  animation: ws-dreh 180s linear infinite;
  will-change: transform;
}
@keyframes ws-dreh { to { transform: rotate(360deg); } }
.ws-signet--kopf   { right: -12%; bottom: -18%; width: min(62vw, 760px); opacity: .06; }
.ws-signet--buehne { left: -14%;  top: 12%;     width: min(46vw, 560px); opacity: .045; }
.ws-signet--check  { right: -10%; top: -12%;    width: min(50vw, 620px); opacity: .05; }
.ws-signet--schluss{ left: 50%; top: 50%; width: min(80vw, 820px); translate: -50% -50%; opacity: .05; }
.ws-signet--hell   { background: var(--navy); opacity: .05; }
.ws-signet--fall   { right: -16%; top: 6%; width: min(40vw, 520px); }
.ws-signet--person { left: -18%; bottom: -14%; width: min(38vw, 460px); }

/* Feines Korn nimmt den dunklen Flächen das Digitale */
.ws-dark::before,
.ws-stage-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .5;
  mix-blend-mode: overlay;
  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%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}
.ws-hero::before { z-index: 1; }

/* Passepartout im Kopf: eine Haarlinie, die den Rand fasst */
.ws-hero > .ws-wrap { z-index: 2; }
.ws-hero-rahmen {
  position: absolute;
  inset: clamp(10px, 1.2vw, 20px);
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(190,220,238,.16);
  border-radius: 26px;
}
.ws-hero-rahmen::before,
.ws-hero-rahmen::after {
  content: '';
  position: absolute;
  background: rgba(190,220,238,.45);
}
.ws-hero-rahmen::before { left: -1px; top: 26%; width: 1px; height: 84px; }
.ws-hero-rahmen::after  { right: -1px; bottom: 22%; width: 1px; height: 84px; }

/* Hellblau als CI-Farbe: Linien, Zahlen, Marken */
.ws-eyebrow::before,
.ws-eyebrow::after { background: linear-gradient(90deg, var(--gold), rgba(190,220,238,.9)); opacity: 1; }
.ws-hero-trust { border-top-color: rgba(190,220,238,.22); }
.ws-hero-trust b { color: var(--blau); }
.ws-hero-trust li { display: inline-flex; align-items: baseline; }
.ws-hero-trust li + li::before {
  content: '';
  width: 4px; height: 4px;
  margin-right: 28px;
  border-radius: 50%;
  background: var(--gold);
  align-self: center;
}
.ws-stage-zaehler span { color: var(--blau); }
.ws-meilensteine li { border-top-color: rgba(190,220,238,.26); }
.ws-heute { border-color: rgba(190,220,238,.18); }
.ws-heute > div + div { border-left-color: rgba(190,220,238,.14); }
.ws-heute b { color: var(--blau); }
.ws-check-schritt b { color: var(--blau); }
.ws-schritt-nr { color: var(--blau); }
.ws-fakten { border-top: 2px solid var(--navy); }
.ws-fakten > div + div { border-left-color: rgba(28,36,75,.14); }
.ws-fakten > div { position: relative; }
.ws-fakten > div::before {
  content: '';
  position: absolute;
  left: 0; top: -2px;
  width: 38px; height: 2px;
  background: var(--blau);
}
.ws-fakten .is-gold::before { background: var(--gold-tief); }
.ws-chips li { border-color: rgba(190,220,238,.9); box-shadow: inset 0 0 0 2px #fff; }
.ws-v-spalte li.ja::before { background-color: rgba(190,220,238,.5); }
.ws-optionen label:hover span { border-color: rgba(190,220,238,.8); background: rgba(190,220,238,.08); }
.ws-welle .w.hot { color: var(--navy); }
.ws-zeit-punkt { box-shadow: 0 0 0 6px rgba(190,220,238,.45); }

/* Haarlinien-Kante auf dunklen Karten, wie ein gefasster Rand */
.ws-stage-inner, .ws-check, .ws-meilenstein, .ws-v-spalte--wir, .ws-heute, .ws-ansprech, .ws-person-marke {
  position: relative;
}
.ws-kante::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background: linear-gradient(150deg, rgba(190,220,238,.75), rgba(190,220,238,0) 42%, rgba(227,191,108,.45) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* Bilder bekommen eine Fassung statt einer nackten Kante */
.ws-rahmen--gross, .ws-rahmen--person, .ws-galerie figure {
  box-shadow: inset 0 0 0 1px rgba(28,36,75,.1), 0 26px 60px -40px rgba(12,17,49,.5);
}
.ws-rahmen--portrait { box-shadow: 0 30px 60px -26px rgba(12,17,49,.5), inset 0 0 0 1px rgba(28,36,75,.06); }

/* Kapitelzähler in den Sektionsköpfen */
.ws-kapitel {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(16px, 1.2vw, 19px);
  color: var(--gold-text);
  opacity: .85;
  margin-bottom: 10px;
}
.ws-dark .ws-kapitel { color: var(--blau); opacity: .7; }

/* Schalter für die Designvarianten, nur für die Abstimmung */
.ws-varianten {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 995;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 6px 6px 16px;
  border-radius: 999px;
  background: rgba(12,17,49,.78);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(190,220,238,.28);
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.7);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.ws-varianten a {
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.75);
  transition: background-color .3s, color .3s;
}
.ws-varianten a:hover { background: rgba(190,220,238,.16); color: #fff; }
.ws-varianten a.is-hier { background: linear-gradient(180deg, var(--gold-hell), var(--gold-tief)); color: #151a38; }
@media (max-width: 780px) { .ws-varianten { right: 10px; left: 10px; bottom: 70px; justify-content: center; font-size: 10px; padding-left: 12px; } .ws-varianten a { padding: 8px 10px; } }

html.sparsam .ws-signet { animation: none; }
@media (prefers-reduced-motion: reduce) {
  .ws-signet { animation: none !important; }
}
