/* =========================================================
   Formeta Dental – Unterseite „Warum Formeta DENTAL" (v0.4.1)
   Baut auf style.css/glow.css auf (Brand-Tokens, .glass, .reveal,
   .headline-accent, .btn). Regeln v0.4.1:
   - keine Kicker/Eyebrows über Headings
   - Haupt-Headings nutzen .headline-accent (Marker wischt beim Scroll)
   - breite Headings (keine engen max-width)
   - kein Hell-/Korallrot (#FF5E7A) — nur Brand-Rot
   - Section-Hintergründe öfter mit subtilen Mesh-Gradients (.wf-mesh)
   ========================================================= */

section[id] { scroll-margin-top: 5.5rem; }

.wf-wrap { position: relative; z-index: 1; max-width: 98rem; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }

/* ---- gemeinsame Kleinteile ---- */
.wf-section-title { font-size: clamp(2.1rem, 4.6vw, 3.8rem); max-width: 1050px; }
.wf-section-lead { margin-top: 1.4rem; max-width: 60rem; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.65; }

/* Marker-Highlight (aus den Texten: <span class="mark">) */
.mark {
  background-image: linear-gradient(90deg, rgba(191,33,76,0), var(--brand-red));
  background-repeat: no-repeat; background-position: 0 100%; background-size: 100% 0.14em;
  padding: 0 .04em .08em; color: #fff;
}

/* ---- Scroll-Text-Reveal (dunkel → hell, Wort für Wort) ---- */
.wf-word { color: rgba(255,255,255,.16); transition: color .5s cubic-bezier(.2,.8,.2,1); }
.wf-word.lit { color: #fff; }
.wf-word.wf-hl-word.lit { color: var(--brand-red); }
@media (prefers-reduced-motion: reduce) {
  .wf-word { color: #fff; }
  .wf-word.wf-hl-word { color: var(--brand-red); }
}

/* Textlink mit Pfeil */
.wf-textlink {
  display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.5rem;
  color: #fff; font-weight: 600; transition: color .25s, gap .25s;
}
.wf-textlink svg { transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.wf-textlink:hover { color: var(--brand-red-on-dark); gap: .85rem; }
.wf-textlink:hover svg { transform: translateX(3px); }
.wf-textlink--sm { font-size: .9rem; margin-top: 1rem; }

/* ---- Section-Hintergründe mit Variation (v0.4.5) — KEIN Rot. -----------
   Tonale Rhythmik (heller/tiefer Navy) + dezente Textur + weiches blaues
   Ambient-Glow. Pro Section eine andere Variante für Dynamik. -------------- */
.wf-mesh { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.wf-mesh::before { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, #00132B 0%, #001E43 60%, #000B1C 100%); }

/* v0.4.7: stark reduziert — nur noch sehr feine Tonwert-Nuancen, KEINE Texturen, KEIN Glow. */
.wf-mesh--soft::before { background: linear-gradient(165deg, #001f46 0%, #001E43 55%, #00132B 100%); }
.wf-mesh--deep::before { background: linear-gradient(180deg, #000B1C 0%, #00132B 80%, #000B1C 100%); }
.wf-mesh--glow::before, .wf-mesh--grid::before, .wf-mesh--lines::before { background: linear-gradient(160deg, #00132B 0%, #001E43 60%, #000B1C 100%); }
/* Leistungs-Farbwelten: FTC = Blau, Onsite = Rot (Startseiten-Logik) */
.wf-mesh--ftc::before { background: radial-gradient(ellipse 95% 75% at 50% 4%, rgba(3,64,135,.55), transparent 60%), linear-gradient(160deg, #00163a 0%, #001E43 58%, #000B1C 100%); }
.wf-mesh--onsite::before { background: radial-gradient(ellipse 95% 75% at 50% 4%, rgba(191,33,76,.30), transparent 60%), linear-gradient(160deg, #14071a 0%, #001226 55%, #000B1C 100%); }

/* =========================================================
   1 · HERO
   ========================================================= */
.wf-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--brand-blue-dark); }
.wf-hero-media { position: absolute; inset: 0; z-index: 0; }
.wf-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; transform: scale(1.06); animation: wf-kenburns 18s ease-out forwards; }
@keyframes wf-kenburns { from { transform: scale(1.12); } to { transform: scale(1); } }
.wf-hero-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(100deg, rgba(0,15,36,.94) 0%, rgba(0,19,43,.82) 38%, rgba(0,19,43,.25) 70%, transparent 100%),
    linear-gradient(0deg, rgba(0,11,28,.85), transparent 30%); }
.wf-hero-inner { position: relative; z-index: 2; width: 100%; max-width: 98rem; margin-inline: auto; padding: 7rem clamp(1.25rem,4vw,3rem) 6rem; }
.wf-hero-title { font-size: clamp(2.4rem, 5.2vw, 5rem); line-height: 1.0; max-width: 20ch; }
.wf-hero-sub { margin-top: 1.8rem; max-width: 46rem; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.6; color: rgba(255,255,255,.8); }
.wf-hero-cta { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: .9rem; }
.wf-scrollcue { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  color: rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; pointer-events: none; }

/* =========================================================
   2 · MANIFEST
   ========================================================= */
/* v0.4.4: ruhig, linksbündig, viel Raum — kein Marquee mehr. */
.wf-manifest { position: relative; padding: clamp(6rem,12vw,10rem) 0; overflow: hidden; }
.wf-manifest-head { font-family: 'Outfit'; font-weight: 300; letter-spacing: -.015em; line-height: 1.08;
  font-size: clamp(2.1rem, 4.4vw, 3.7rem); margin: 0; max-width: none; }
.wf-manifest-head .headline-accent { white-space: nowrap; }
.wf-manifest-lead { margin-top: 1.8rem; max-width: 50rem; font-size: 1.18rem; line-height: 1.65; color: rgba(255,255,255,.7); font-weight: 300; }
.wf-manifest-lead strong { color: #fff; font-weight: 600; }
.wf-manifest-close { margin-top: clamp(2.5rem,5vw,4rem); padding-top: clamp(1.8rem,3.5vw,2.4rem); border-top: 1px solid rgba(255,255,255,.12);
  max-width: 46rem; font-family: 'Outfit'; font-weight: 300; font-size: clamp(1.35rem,2.6vw,2rem); line-height: 1.3; color: #fff; }

/* =========================================================
   3 · ÜBER UNS (Editorial-Split)
   ========================================================= */
.wf-split { position: relative; padding: clamp(4rem,8vw,7rem) 0; display: grid; gap: clamp(2rem,5vw,4.5rem);
  grid-template-columns: 1fr 1fr; align-items: center; max-width: 98rem; margin-inline: auto; padding-inline: clamp(1.25rem,4vw,3rem); }
.wf-split-media { position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 4/5; }
.wf-split-media-inner { position: absolute; inset: -8% 0; will-change: transform; }
.wf-split-media-inner img { width: 100%; height: 100%; object-fit: cover; }
.wf-split-badge { position: absolute; left: 1.1rem; bottom: 1.1rem; z-index: 2;
  font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #fff;
  background: rgba(0,19,43,.6); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px);
  padding: .5rem .9rem; border-radius: 999px; }
.wf-split-title { font-size: clamp(2.1rem, 4.4vw, 3.6rem); max-width: 1050px; }
.wf-split-text { margin-top: 1.6rem; display: flex; flex-direction: column; gap: 1.05rem; color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.7; }
.wf-split-text strong { color: #fff; font-weight: 600; }
.wf-quote { position: relative; margin: 2rem 0 0; padding: 1.4rem 0 0 2.4rem; font-family: 'Outfit'; font-weight: 300; font-style: normal; font-size: 1.3rem; line-height: 1.4; color: #fff; border-top: 1px solid rgba(255,255,255,.1); }
.wf-quote-mark { position: absolute; left: -.1rem; top: .6rem; font-size: 3rem; line-height: 1; color: rgba(191,33,76,.7); font-weight: 800; }
.wf-quote cite { display: block; margin-top: .9rem; font-size: .9rem; font-style: normal; color: var(--brand-metal); }

/* v0.7.0: Über-uns-Bild bricht full-bleed zum Viewport-Rand aus (analog .fd-split--bleed) */
.wf-split--bleed { max-width: none; margin-inline: 0; padding-inline: 0; align-items: stretch; gap: clamp(2rem,5vw,5rem); }
.wf-split--bleed .wf-split-media { aspect-ratio: auto; align-self: stretch; min-height: clamp(440px,56vw,720px); border-radius: 0 28px 28px 0; }
.wf-split--bleed .wf-split-body { max-width: 760px; padding-right: clamp(1.5rem,6vw,5rem); padding-block: clamp(1rem,3vw,2.5rem); }
@media (max-width: 900px) {
  /* Mobil: Bild oben bündig an den Section-Rand andocken (kein Top-Padding-Streifen über dem Bild). */
  .wf-split--bleed { grid-template-columns: 1fr; padding-top: 0; }
  .wf-split--bleed .wf-split-media { min-height: 62vw; border-radius: 0 0 22px 22px; }
  .wf-split--bleed .wf-split-body { padding-inline: clamp(1.25rem,4vw,3rem); }
}

/* =========================================================
   4 · VORTEILE (Sticky-Media-Scroll, Nummern statt Icons)
   ========================================================= */
.wf-adv { position: relative; padding: clamp(4rem,8vw,7rem) 0; }
.wf-adv-head { margin-bottom: clamp(2.5rem,5vw,4rem); }
.wf-adv-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,5rem); align-items: start; }
.wf-adv-media { position: sticky; top: 6rem; height: 76vh; min-height: 460px; border-radius: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.wf-adv-media-stack { position: absolute; inset: 0; }
.wf-adv-media-stack img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.04); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform 1.2s cubic-bezier(.2,.8,.2,1); }
.wf-adv-media-stack img.is-active { opacity: 1; transform: scale(1); }
/* v0.7.0: kein Pill/Chip mehr — schlichte Zahl auf dem Bild */
.wf-adv-counter { display: none; }
.wf-adv-counter b { color: #fff; font-weight: 700; }
.wf-adv-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.wf-adv-item { display: flex; gap: 1.4rem; padding: clamp(2.2rem,5vw,3.4rem) 0; border-bottom: 1px solid rgba(255,255,255,.08); opacity: .42; transition: opacity .4s ease; }
.wf-adv-item:first-child { padding-top: 0; }
.wf-adv-item.is-active { opacity: 1; }
.wf-adv-num { flex: 0 0 auto; min-width: 2.4ch; font-family: 'Outfit'; font-weight: 300; font-size: clamp(2rem,3.2vw,3rem); line-height: 1; letter-spacing: -.02em; color: #fff; }
.wf-adv-item h3 { font-size: clamp(1.3rem,2.2vw,1.75rem); font-weight: 600; line-height: 1.2; }
.wf-adv-item p { margin-top: .7rem; color: rgba(255,255,255,.68); line-height: 1.6; }
.wf-adv-cta { margin-top: clamp(2.5rem,5vw,3.5rem); }

/* =========================================================
   5 · 72-STUNDEN-BAND (Video-Hintergrund)
   ========================================================= */
.wf-band { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--brand-blue-dark); }
.wf-band-media { position: absolute; inset: -10% 0; z-index: 0; will-change: transform; }
.wf-band-media img, .wf-band-media video { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.wf-band-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,11,28,.85), rgba(0,19,43,.5) 60%, rgba(0,11,28,.8)); }
.wf-band-inner { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(1.5rem,5vw,4rem); padding-block: clamp(3rem,7vw,5rem); }
.wf-band-num { font-family: 'Outfit'; font-weight: 800; line-height: .85; letter-spacing: -.04em; display: flex; align-items: flex-start; color: #fff; }
.wf-band-num span { font-size: clamp(6rem, 18vw, 15rem); color: #fff; }
.wf-band-num em { font-style: normal; font-size: clamp(2.5rem, 6vw, 5rem); color: #fff; margin-top: .3em; }
.wf-band-body h2 { font-size: clamp(1.7rem,3.6vw,2.9rem); }
.wf-band-body p { margin-top: 1rem; max-width: 40rem; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.6; }

/* =========================================================
   6 · CASE STUDIES (übersichtliches Karten-Grid)
   ========================================================= */
/* v0.4.4: gestapelte Editorial-Blöcke, viel Raum, EINE Hero-Kennzahl. */
.wf-cases { position: relative; padding: clamp(6rem,12vw,10rem) 0; overflow: hidden; }
.wf-cases-head { margin-bottom: clamp(3.5rem,7vw,6rem); }
.wf-case { position: relative; z-index: 1; display: grid; grid-template-columns: 7fr 5fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.wf-case + .wf-case { margin-top: clamp(4rem,9vw,8rem); }
.wf-case--rev { grid-template-columns: 5fr 7fr; }
.wf-case--rev .wf-case-media { order: 2; }
.wf-case-media { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 16/10; border: 1px solid rgba(255,255,255,.1); }
.wf-case-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.wf-case:hover .wf-case-media img { transform: scale(1.03); }
.wf-case-tag { position: absolute; top: 1rem; left: 1rem; font-family: ui-monospace,monospace; font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #fff; background: rgba(0,11,28,.6); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px); padding: .4rem .8rem; border-radius: 999px; }
.wf-case-body { max-width: 34rem; }
.wf-case-body h3 { font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 600; line-height: 1.15; }
.wf-case-ctx { margin-top: 1rem; color: rgba(255,255,255,.62); line-height: 1.7; }
.wf-case-metric { margin-top: clamp(1.6rem,3vw,2.2rem); display: flex; align-items: baseline; gap: 1rem; }
.wf-case-metric b { font-family: 'Outfit'; font-weight: 300; font-size: clamp(3rem,6vw,5rem); line-height: .9; letter-spacing: -.03em; color: #fff; }
.wf-case-metric span { font-size: .95rem; color: rgba(255,255,255,.6); line-height: 1.3; max-width: 14rem; }
.wf-case-sub { margin-top: 1.2rem; display: flex; gap: 2rem; flex-wrap: wrap; }
.wf-case-sub div { font-size: .85rem; color: rgba(255,255,255,.55); }
.wf-case-sub b { display: block; font-weight: 600; color: #fff; font-size: 1.05rem; margin-bottom: .1rem; }
.wf-case-quote { margin-top: clamp(1.8rem,3.5vw,2.4rem); padding-left: 1.1rem; border-left: 2px solid var(--brand-red); font-family: 'Outfit'; font-weight: 300; font-size: 1.1rem; line-height: 1.45; color: #fff; }
.wf-case-quote cite { display: block; margin-top: .6rem; font-size: .82rem; font-style: normal; color: var(--brand-metal); }
.wf-cases-foot { margin-top: clamp(3.5rem,7vw,6rem); display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.wf-cases-foot p { color: rgba(255,255,255,.72); font-size: 1.45rem; line-height: 1.6; max-width: 46rem; margin: 0; text-align: center; }

/* =========================================================
   7 · QUALITÄT – Full-Height Scroll-Stepper
   ========================================================= */
.wf-process { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--brand-blue-dark); }
.wf-process-bg { position: absolute; inset: 0; z-index: 0; }
.wf-process-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .18; }
.wf-process-scrim { position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse 90% 80% at 50% 50%, rgba(0,19,43,.6), rgba(0,11,28,.92) 85%); }
.wf-process-inner { position: relative; z-index: 2; width: 100%; max-width: 98rem; margin-inline: auto; padding: clamp(3rem,6vw,5rem) clamp(1.25rem,4vw,3rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.wf-process-intro h2 { font-size: clamp(2.1rem,4.6vw,3.8rem); max-width: 1050px; }
.wf-process-intro p { margin-top: 1.2rem; max-width: 36rem; color: rgba(255,255,255,.68); line-height: 1.65; }
.wf-process-intro p.wf-process-lead { margin-top: 1.5rem; color: #fff; font-weight: 600; max-width: none; }
.wf-process-progress { margin-top: 2rem; height: 3px; background: rgba(255,255,255,.12); border-radius: 3px; overflow: hidden; max-width: 22rem; }
.wf-process-progress span { display: block; height: 100%; width: 25%; background: var(--brand-red); transform-origin: left; transition: width .4s cubic-bezier(.2,.8,.2,1); }
.wf-process-stage { position: relative; min-height: 18rem; }
.wf-process-num { font-family: 'Outfit'; font-weight: 800; font-size: clamp(5rem,12vw,11rem); line-height: 1; letter-spacing: -.04em; color: rgba(255,255,255,.10); }
.wf-process-steps { position: relative; margin-top: -1rem; }
.wf-process-step { position: absolute; inset: 0; opacity: 0; transform: translateY(24px); transition: opacity .5s cubic-bezier(.2,.8,.2,1), transform .5s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.wf-process-step.is-active { opacity: 1; transform: none; pointer-events: auto; }
.wf-process-step h3 { font-size: clamp(1.5rem,2.6vw,2.1rem); font-weight: 600; }
.wf-process-step p { margin-top: .7rem; color: rgba(255,255,255,.72); line-height: 1.6; max-width: 30rem; }
.wf-process-eyebrow { font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--brand-red-on-dark); }
/* Statischer Fallback (Reduced-Motion / kein GSAP): alle Schritte sichtbar */
.wf-process.is-static { min-height: auto; }
.wf-process.is-static .wf-process-stage { min-height: 0; }
.wf-process.is-static .wf-process-step { position: relative; opacity: 1; transform: none; }
.wf-process.is-static .wf-process-step + .wf-process-step { margin-top: 1.6rem; }
.wf-process.is-static .wf-process-num, .wf-process.is-static .wf-process-progress { display: none; }

/* Arbeitssicherheit + Zertifikate (normale Section nach dem Stepper) */
.wf-safety { position: relative; padding: clamp(3.5rem,7vw,5.5rem) 0; }
/* v0.7.0: modernisiert + an die Card-/Icon-Sprache der übrigen Sections angeglichen */
.wf-safety-inner { position: relative; z-index: 1; max-width: 98rem; margin-inline: auto; padding-inline: clamp(1.25rem,4vw,3rem); }
.wf-safety-head { max-width: 56rem; margin-inline: auto; text-align: center; }
.wf-safety-head h3 { font-size: clamp(2.1rem, 4.6vw, 3.8rem); }
.wf-safety-head p { margin: 1.1rem auto 0; max-width: 50rem; color: rgba(255,255,255,.7); line-height: 1.7; font-size: 1.05rem; }
.wf-safety-head strong { color: #fff; }
.wf-certs { list-style: none; margin: clamp(2rem,4vw,3rem) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1rem,2vw,1.5rem); }
.wf-cert { display: flex; flex-direction: column; gap: .9rem; padding: clamp(1.4rem,2.5vw,1.9rem); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.035); }
.wf-cert-ico { width: 2.6rem; height: 2.6rem; color: #fff; }
.wf-cert-ico svg { width: 100%; height: 100%; display: block; }
.wf-cert-tag { font-size: .72rem; font-weight: 700; letter-spacing: .14em; color: #fff; }
.wf-cert h4 { font-size: 1.1rem; font-weight: 600; line-height: 1.3; color: #fff; margin: 0; }
.wf-safety-cta { margin-top: clamp(2rem,4vw,3rem); display: flex; justify-content: center; }

/* =========================================================
   8 · EINWÄNDE (Accordion)
   ========================================================= */
/* v0.4.4: zweispaltig — links sticky Headline, rechts ruhiges Akkordeon. */
.wf-obj { position: relative; padding: clamp(6rem,12vw,10rem) 0; overflow: hidden; }
.wf-obj-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem,6vw,6rem); align-items: start; }
.wf-obj-aside { align-self: start; }
.wf-obj-aside .wf-section-lead { margin-top: 1.2rem; max-width: 30rem; }
.wf-acc { position: relative; z-index: 1; }
.wf-acc-item { border-top: 1px solid rgba(255,255,255,.12); }
.wf-acc-item:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
/* erstes Item oben bündig zur Heading-Spalte (kein Top-Versatz) */
.wf-acc-item:first-child { border-top: 0; }
.wf-acc-item:first-child .wf-acc-q { padding-top: 0; }
.wf-acc-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.9rem 0; background: none; border: 0; cursor: pointer; text-align: left; color: #fff; font-family: inherit; font-size: clamp(1.1rem,2vw,1.4rem); font-weight: 500; line-height: 1.3; transition: color .25s; }
.wf-acc-q:hover { color: var(--brand-red-on-dark); }
.wf-acc-q i { position: relative; flex: 0 0 auto; width: 24px; height: 24px; }
.wf-acc-q i::before, .wf-acc-q i::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--brand-red-on-dark); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.wf-acc-q i::before { width: 14px; height: 2px; }
.wf-acc-q i::after { width: 2px; height: 14px; }
.wf-acc-item.open .wf-acc-q i::after { transform: translate(-50%,-50%) scaleY(0); }
.wf-acc-a { overflow: hidden; max-height: 0; transition: max-height .45s cubic-bezier(.2,.8,.2,1); }
.wf-acc-a > div { padding: 0 0 1.6rem; max-width: 54rem; color: rgba(255,255,255,.7); line-height: 1.7; }
.wf-acc-item.open .wf-acc-a { max-height: 520px; }

/* =========================================================
   9 · TEAM
   ========================================================= */
/* v0.4.4: ruhige Anordnung — großes Feature + CEO-Karte + Support-Foto. */
.wf-team { position: relative; padding: clamp(6rem,12vw,10rem) 0 0; overflow: hidden; }
.wf-team-head { margin-bottom: clamp(3rem,6vw,5rem); }
.wf-team-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(1.5rem,3vw,2rem); }
.wf-team-feature { border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); aspect-ratio: 4/3; }
.wf-team-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.wf-team-feature:hover img { transform: scale(1.03); }
.wf-team-side { display: grid; grid-template-rows: 1.1fr .9fr; gap: clamp(1.5rem,3vw,2rem); }
.wf-team-ceo { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.wf-team-ceo img { width: 100%; height: 100%; object-fit: cover; }
.wf-team-ceo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem 1.3rem 1.2rem; background: linear-gradient(0deg, rgba(0,11,28,.92), transparent); }
.wf-team-ceo figcaption b { display: block; font-size: 1.05rem; font-weight: 600; color: #fff; }
.wf-team-ceo figcaption span { font-size: .82rem; color: rgba(255,255,255,.6); }
.wf-team-support { border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.wf-team-support img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.wf-team-support:hover img { transform: scale(1.03); }
/* Team-Breakout-Slider (horizontal, bricht nach rechts aus dem Raster) */
.wf-team-slidewrap { --gutter: clamp(1.25rem, 4vw, 3rem); --edge: max(var(--gutter), calc((100% - 98rem) / 2 + var(--gutter))); position: relative; z-index: 1; }
.wf-team-slider { display: flex; gap: clamp(1rem, 2vw, 1.5rem); overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scroll-behavior: smooth; padding-inline: var(--edge) var(--gutter); scroll-padding-inline-start: var(--edge); scrollbar-width: none; -webkit-overflow-scrolling: touch; cursor: grab; }
.wf-team-slider::-webkit-scrollbar { display: none; }
.wf-team-slider.is-drag { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.wf-ts-card { position: relative; flex: 0 0 auto; height: clamp(360px, 64vw, 520px); aspect-ratio: 4/5; margin: 0; border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); scroll-snap-align: start; background: #00132B; }
.wf-ts-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .7s cubic-bezier(.2,.8,.2,1); -webkit-user-drag: none; user-select: none; pointer-events: none; }
.wf-ts-card:hover img { transform: scale(1.03); }
.wf-ts-card--wide { aspect-ratio: 3/2; }
.wf-ts-card--wide img { object-position: center; }
.wf-ts-card--ceo { border-color: rgba(191,33,76,.4); }
.wf-ts-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem 1.4rem 1.2rem; background: linear-gradient(0deg, rgba(0,11,28,.94), rgba(0,11,28,.35) 60%, transparent); }
.wf-ts-card figcaption b { display: block; font-size: 1.05rem; font-weight: 600; color: #fff; }
.wf-ts-card figcaption span { font-size: .82rem; color: rgba(255,255,255,.6); }
.wf-team-slider-ctrl { display: flex; gap: .7rem; margin-top: clamp(1.5rem, 3vw, 2.2rem); padding-inline-start: var(--edge); }
.wf-ts-arrow { width: 52px; height: 52px; border-radius: 999px; display: grid; place-items: center; flex: 0 0 auto; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); color: #fff; cursor: pointer; transition: background .25s, border-color .25s, transform .25s, opacity .25s; }
.wf-ts-arrow:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.34); transform: translateY(-2px); }
.wf-ts-arrow:disabled { opacity: .28; cursor: default; transform: none; }
.wf-team-band { position: relative; margin-top: clamp(3rem,6vw,5rem); min-height: 100vh; min-height: 100svh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.wf-team-band-media { position: absolute; inset: -8% 0; will-change: transform; }
.wf-team-band-media img { width: 100%; height: 100%; object-fit: cover; }
.wf-team-band-scrim { position: absolute; inset: 0; background: radial-gradient(ellipse 90% 80% at 50% 50%, rgba(0,19,43,.55), rgba(0,11,28,.86) 85%); }
.wf-team-band-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 3rem 1.5rem; }
.wf-team-band-quote { max-width: 64rem; margin: 0; font-family: 'Outfit'; font-weight: 300; font-size: clamp(1.6rem,3.4vw,2.8rem); line-height: 1.25; color: #fff; }
.wf-team-band-cta { margin-top: clamp(1.8rem,3.5vw,2.6rem); }
.wf-team-play { display: inline-flex; align-items: center; gap: .9rem; padding: .55rem .55rem .55rem 1.4rem; border-radius: 999px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); color: #fff; font-family: inherit; font-size: .95rem; font-weight: 600;
  cursor: pointer; transition: background .25s, border-color .25s, transform .25s; backdrop-filter: blur(8px); }
.wf-team-play:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); transform: translateY(-2px); }
.wf-team-play .wf-team-play-ico { width: 46px; height: 46px; border-radius: 999px; display: grid; place-items: center; flex: 0 0 auto;
  background: var(--brand-red); color: #fff; box-shadow: 0 0 0 0 rgba(191,33,76,.55); animation: pulse 2.6s ease-out infinite; }
.wf-video { padding: clamp(3rem,6vw,5rem) clamp(1.25rem,4vw,3rem); }
.wf-video-frame { position: relative; max-width: 64rem; margin-inline: auto; aspect-ratio: 16/9; border-radius: 24px; overflow: hidden; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(3,38,86,.7), rgba(0,19,43,.9)); border: 1px solid rgba(255,255,255,.12); }
.wf-video-ph { position: absolute; bottom: 1.2rem; left: 1.4rem; font-size: .85rem; color: rgba(255,255,255,.5); letter-spacing: .04em; }

/* =========================================================
   10 · FINAL CTA
   ========================================================= */
.wf-finalcta { position: relative; min-height: 70svh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; isolation: isolate; background: var(--brand-blue-dark); }
.wf-finalcta-media { position: absolute; inset: 0; z-index: 0; }
.wf-finalcta-media img { width: 100%; height: 100%; object-fit: cover; }
.wf-finalcta-scrim { position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse 90% 80% at 50% 50%, rgba(0,19,43,.78), rgba(0,11,28,.94) 80%); }
.wf-finalcta-inner { position: relative; z-index: 2; max-width: 58rem; padding: clamp(3rem,7vw,6rem) clamp(1.25rem,4vw,3rem); }
.wf-finalcta-inner h2 { font-size: clamp(2.6rem,6.2vw,5rem); line-height: 1.04; letter-spacing: -.02em; }
/* v0.7.0: Final-CTA ohne Hintergrundbild — ruhiges Navy + Scrim-Vignette */
.wf-finalcta--plain { background: var(--brand-blue-dark); }
.wf-finalcta-inner p { margin-top: 1.2rem; font-size: 1.15rem; line-height: 1.6; color: rgba(255,255,255,.8); }
.wf-finalcta-actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .wf-case { grid-template-columns: 1fr; }
  .wf-case--rev .wf-case-media { order: 0; }
  .wf-case-body { max-width: none; }
}
@media (max-width: 900px) {
  .wf-split { grid-template-columns: 1fr; }
  .wf-split-media { aspect-ratio: 4/3; }
  .wf-adv-grid { grid-template-columns: 1fr; }
  .wf-adv-media { display: none; }
  .wf-adv-item { opacity: 1; }
  .wf-band-inner { grid-template-columns: 1fr; }
  .wf-process { min-height: auto; }
  .wf-process-inner { grid-template-columns: 1fr; }
  .wf-process-stage { min-height: 0; }
  .wf-process-step { position: relative; opacity: 1; transform: none; }
  .wf-process-step + .wf-process-step { margin-top: 1.6rem; }
  .wf-process-num, .wf-process-progress { display: none; }
  .wf-certs { grid-template-columns: 1fr; }
  .wf-obj-grid { grid-template-columns: 1fr; }
  .wf-obj-aside { position: static; }
  .wf-team-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .wf-hero-cta .btn, .wf-finalcta-actions .btn { width: 100%; justify-content: center; }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .wf-hero-media img { animation: none; transform: none; }
}

/* =========================================================
   CASE STUDIES — Redesign v2 (editorial). Ersetzt .wf-case-*
   Hero-Kennzahl als Grafik · Strip mit Trennlinien · Pull-Quote
   ========================================================= */
.cs-case { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.cs-case + .cs-case { margin-top: clamp(4.5rem,9vw,8rem); }
.cs-case--rev .cs-media { order: 2; }
.cs-media { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 4/5; border: 1px solid rgba(255,255,255,.1); }
.cs-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.cs-case:hover .cs-media img { transform: scale(1.03); }
.cs-body h3 { margin: 0; font-family: 'Outfit'; font-weight: 300; letter-spacing: -.015em; line-height: 1.05; font-size: clamp(1.9rem,3.4vw,2.9rem); }
.cs-ctx { margin-top: 1.1rem; color: rgba(255,255,255,.62); line-height: 1.7; max-width: 33rem; }
.cs-hero { margin-top: clamp(1.8rem,3.5vw,2.6rem); display: flex; align-items: flex-end; gap: 1.2rem; }
.cs-hero-num { font-family: 'Outfit'; font-weight: 200; letter-spacing: -.04em; line-height: .82; color: #fff; font-size: clamp(4.5rem,11vw,8.5rem); }
.cs-hero-num .lt { color: #fff; font-weight: 300; }
.cs-hero-num .unit { color: #fff; font-weight: 400; }
.cs-hero-label { padding-bottom: .7rem; padding-left: .9rem; border-left: 2px solid var(--brand-red); font-size: .95rem; line-height: 1.35; color: rgba(255,255,255,.6); max-width: 12rem; }
.cs-strip { margin-top: 1.8rem; display: flex; flex-wrap: wrap; }
.cs-strip > div { padding: 0 1.5rem; border-left: 1px solid rgba(255,255,255,.14); }
.cs-strip > div:first-child { padding-left: 0; border-left: 0; }
.cs-strip b { display: block; font-family: 'Outfit'; font-weight: 400; font-size: 1.5rem; color: #fff; line-height: 1; letter-spacing: -.01em; }
.cs-strip span { display: block; margin-top: .4rem; font-size: .8rem; color: rgba(255,255,255,.55); line-height: 1.3; }
.cs-pq { position: relative; margin-top: clamp(2rem,4vw,2.8rem); padding-top: 1.6rem; padding-left: 2.7rem; border-top: 1px solid rgba(255,255,255,.12); }
.cs-pq p { margin: 0; max-width: 34rem; font-family: 'Outfit'; font-weight: 300; font-size: clamp(1.15rem,1.8vw,1.45rem); line-height: 1.4; color: #fff; }
.cs-pq cite { display: block; margin-top: .8rem; font-size: .82rem; font-style: normal; color: var(--brand-metal); }
.cs-pq::before { content: '„'; position: absolute; top: .7rem; left: 0; font-family: 'Outfit'; font-weight: 800; font-size: 3.4rem; line-height: 1; color: rgba(191,33,76,.4); pointer-events: none; }
@media (max-width: 1000px) {
  .cs-case { grid-template-columns: 1fr; gap: clamp(1.5rem,4vw,2.5rem); }
  .cs-case--rev .cs-media { order: 0; }
  .cs-media { aspect-ratio: 16/11; }
}
@media (max-width: 520px) {
  .cs-strip { gap: 1.2rem; }
  .cs-strip > div { padding: 0; border-left: 0; }
}

/* =========================================================
   VIDEO-MODAL (Team-Popup)
   ========================================================= */
#video-modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: clamp(1rem,4vw,3rem); }
#video-modal.open { display: flex; }
#video-modal .vm-scrim { position: absolute; inset: 0; background: rgba(0,8,20,.86); backdrop-filter: blur(6px); animation: vm-fade .25s ease; }
#video-modal .vm-dialog { position: relative; z-index: 1; width: 100%; max-width: 1100px; aspect-ratio: 16/9; border-radius: 18px; overflow: hidden;
  background: #000; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 40px 100px -40px rgba(0,0,0,.8); animation: vm-pop .3s cubic-bezier(.2,.8,.2,1); }
#video-modal .vm-dialog video { width: 100%; height: 100%; object-fit: contain; background: #000; display: block; }
/* Schließen-Button IMMER innerhalb des Dialogs (vorher per translate nach außen geschoben → bei breitem Dialog/kleinem Viewport ausserhalb des sichtbaren Bereichs). */
#video-modal .vm-close { position: absolute; top: .7rem; right: .7rem; transform: none; z-index: 3; width: 44px; height: 44px; border-radius: 999px;
  display: grid; place-items: center; background: var(--brand-red); color: #fff; border: 2px solid #fff; cursor: pointer; box-shadow: 0 6px 18px -8px rgba(0,0,0,.6); }
#video-modal .vm-close:hover { background: var(--brand-red-bright); }
@keyframes vm-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes vm-pop { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { #video-modal .vm-scrim, #video-modal .vm-dialog { animation: none; } }
