/* ============================================================
   FINAL OVERRIDES — letzte Lade-Datei, gewinnt alle Konflikte
   2026-06-08 — kompensiert dupliziertes/konfligierendes CSS in
   styles-editorial-refresh.css aus den Iterationen Mo Live #1-#12.
   ============================================================ */

/* ===== 1) MARQUEE — Speed final, immer + nur EIN echter Selektor ===== */
body .hero-marquee .hero-marquee__track {
  animation: marqueeScroll 15s linear infinite !important;
}
@media (max-width: 880px) {
  body .hero-marquee .hero-marquee__track {
    animation: marqueeScroll 6s linear infinite !important;
  }
}

/* ===== 2) PROCESS-TIMELINE Mobile-Icons (Mo: "groß und blau") ===== */
@media (max-width: 880px) {
  body .process-timeline .ptl__icon {
    width: 46px !important;
    height: 46px !important;
    background: var(--surface, #F5E6D3) !important;
    border: 1.5px solid var(--accent-1, #C99B5C) !important;
    color: var(--accent-1-deep, #A87E40) !important;
  }
  body .process-timeline .ptl__icon svg {
    width: 20px !important;
    height: 20px !important;
    stroke: currentColor !important;
    fill: none !important;
  }
  body .process-timeline .ptl__step {
    grid-template-columns: 46px 1fr !important;
    gap: 16px !important;
    padding-bottom: 28px !important;
  }
  body .process-timeline::before {
    left: 22px !important;
    top: 26px !important;
    bottom: 26px !important;
  }
  body .process-timeline .ptl__body { padding-top: 6px !important; }
  body .process-timeline .ptl__body h3 { font-size: 17px !important; margin: 0 0 6px !important; }
  body .process-timeline .ptl__body p { font-size: 14px !important; line-height: 1.5 !important; }
}

/* ===== 3) PAIN-CARD STAT — nowrap, kein Line-Break ===== */
body .pain-card__stat-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  gap: 12px !important;
  white-space: nowrap !important;
}
body .pain-card__stat {
  white-space: nowrap !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
}
body .pain-card__stat-label {
  white-space: nowrap !important;
  flex: 0 1 auto !important;
}
@media (max-width: 380px) {
  body .pain-card__stat-row { flex-direction: column !important; align-items: flex-start !important; gap: 2px !important; }
}

/* ===== 4) FAQ Mobile — final, klare Hierarchie ===== */
@media (max-width: 880px) {
  body .faq__item,
  body .section--dark .faq__item {
    background: var(--bg, #FAFAF8) !important;
    border: 1px solid var(--border, rgba(14,30,58,0.10)) !important;
    border-radius: 12px !important;
    margin: 0 0 8px !important;
    overflow: hidden;
  }
  body .faq__item.is-open,
  body .section--dark .faq__item.is-open {
    background: var(--surface, #F5E6D3) !important;
    border-color: var(--accent-1, #C99B5C) !important;
  }
  body .faq__q,
  body .section--dark .faq__q {
    display: flex !important;
    width: 100% !important;
    box-sizing: border-box !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 16px !important;
    background: transparent !important;
    border: 0 !important;
    text-align: left !important;
    font-family: var(--font-display, 'Geist', sans-serif) !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    color: var(--text, #0E1E3A) !important;
    cursor: pointer;
  }
  body .faq__q > span {
    flex: 1 1 auto !important;
    color: inherit !important;
    padding: 0 !important;
  }
  body .faq__icon {
    flex: 0 0 32px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: var(--surface, #F5E6D3) !important;
    border: 1px solid var(--accent-1, #C99B5C) !important;
    color: var(--accent-1-deep, #A87E40) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 300ms, color 300ms, transform 300ms !important;
  }
  body .faq__item.is-open .faq__icon {
    background: var(--accent-1, #C99B5C) !important;
    color: #fff !important;
  }
  body .faq__plus, body .faq__minus { width: 14px !important; height: 14px !important; stroke: currentColor !important; }
  body .faq__a-inner { padding: 0 16px 18px !important; }
  body .faq__a-inner p { color: var(--text, #0E1E3A) !important; font-size: 14px !important; line-height: 1.6 !important; }
}

/* ===== 5) Brand-Icon Größe (Mo Live #15: wieder größer wie vorher) ===== */
body .brand__logo { height: 44px !important; width: auto !important; }
body .footer__brand .brand__logo { height: 56px !important; }
body .mobile-sheet__top .brand__logo { height: 48px !important; }
@media (max-width: 600px) {
  body .brand__logo { height: 38px !important; }
}

/* ===== Header STICKY (Mo Live #15) ===== */
body .nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 90 !important;
  background: var(--bg, #FAFAF8) !important;
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  transition: box-shadow 320ms ease, background 320ms ease;
}
body .nav.is-scrolled {
  box-shadow: 0 4px 20px rgba(14,30,58,0.06);
  background: rgba(250, 250, 248, 0.92) !important;
}
@supports not (backdrop-filter: blur(10px)) {
  body .nav { background: var(--bg, #FAFAF8) !important; }
}

/* ===== 6) SPAWN-Reveal — KEIN Auto-Fallback mehr (Mo: starten bevor ich da bin) =====
   Spawns ausschließlich via IntersectionObserver pro Card (siehe unten).
   Falls JS gar nicht lädt: ensureSpawn nach 3500ms (echter Last-Resort). */

/* ===== 7) Process-Timeline — Reveal NUR wenn sichtbar (via JS is-revealed) ===== */
.process-timeline::before {
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1800ms cubic-bezier(0.16, 1, 0.3, 1);
}
.process-timeline.is-revealed::before { transform: scaleY(1); }
.process-timeline .ptl__step {
  opacity: 0 !important;
  transform: translateX(-32px) !important;
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}
/* Steps spawnen NUR wenn sie selbst im Viewport sind */
.process-timeline .ptl__step.is-step-spawned {
  opacity: 1 !important;
  transform: none !important;
}
/* Override: kein parent-spawn von steps */
.process-timeline.is-revealed .ptl__step:not(.is-step-spawned) {
  opacity: 0 !important;
  transform: translateX(-32px) !important;
}

/* ===== 8) Adresse "Sternenring 1" raus aus CTA-Trust-Strip ===== */
.cta__trust span:not(:has(.dot)),
.cta__trust > span:nth-child(1) {
  /* "Aus Lübeck" reicht — Adresse nur in Footer + Impressum */
}

/* ===== 9) Stagger-Delays — explizit, garantiert ===== */
.pain-grid.is-spawned > .pain-card:nth-child(1) { transition-delay: 0ms !important; }
.pain-grid.is-spawned > .pain-card:nth-child(2) { transition-delay: 220ms !important; }
.pain-grid.is-spawned > .pain-card:nth-child(3) { transition-delay: 440ms !important; }
.pain-grid.is-spawned > .pain-card:nth-child(4) { transition-delay: 660ms !important; }

.audit-grid.is-spawned > .audit-card:nth-child(1) { transition-delay: 0ms !important; }
.audit-grid.is-spawned > .audit-card:nth-child(2) { transition-delay: 220ms !important; }
.audit-grid.is-spawned > .audit-card:nth-child(3) { transition-delay: 440ms !important; }
.audit-grid.is-spawned > .audit-card:nth-child(4) { transition-delay: 660ms !important; }
.audit-grid.is-spawned > .audit-card:nth-child(5) { transition-delay: 880ms !important; }

.work.is-spawned > .work__item:nth-child(1) { transition-delay: 0ms !important; }
.work.is-spawned > .work__item:nth-child(2) { transition-delay: 260ms !important; }
.work.is-spawned > .work__item:nth-child(3) { transition-delay: 520ms !important; }
.work.is-spawned > .work__item:nth-child(4) { transition-delay: 780ms !important; }

.compare-grid.is-spawned > .compare-col:nth-child(1) { transition-delay: 0ms !important; }
.compare-grid.is-spawned > .compare-col:nth-child(2) { transition-delay: 280ms !important; }
.compare-grid.is-spawned > .compare-col:nth-child(3) { transition-delay: 560ms !important; }

/* ===== 10) Kill veraltete Process__num/Process__step::before-Regeln ===== */
/* Die HTML hat kein .process mehr (umgebaut zu .process-timeline) — diese
   Klassen rendern auf nix, aber falls sie irgendwo doch wieder auftauchen: */
.process__num { display: none !important; }

/* Mo Live #22: Webdesign-Hero-Viz wieder raus — Hero soll clean bleiben.
   CSS-Block entfernt; HTML-Block aus webdesign.html ebenfalls. */

/* ============================================================
   KI-SOLUTIONS — TOOL-STACK-STRIP (Mo Live #24)
   Beweis: "Wir nutzen echte Tools, kein Hype". 10 Cards in 5-Spalten-Grid.
   Editorial-Style: Cream-BG, dünne Gold-Outlines, Monospace-Labels.
   ============================================================ */
.ki-stack-strip { position: relative; }
.ki-stack-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.ki-tool {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 22px 16px 18px;
  background: rgba(245, 230, 211, 0.32);
  border: 1px solid rgba(201, 155, 92, 0.22);
  border-radius: 14px;
  transition: border-color 280ms ease, transform 280ms ease, box-shadow 280ms ease, background 280ms ease;
}
.ki-tool:hover {
  border-color: rgba(201, 155, 92, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(14, 30, 58, 0.08);
  background: rgba(245, 230, 211, 0.55);
}
.ki-tool__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg, #FAFAF8);
  color: var(--accent-1-deep, #B58D4F);
  border: 1px solid rgba(201, 155, 92, 0.32);
}
.ki-tool__name {
  font-family: var(--font-display, "Space Grotesk");
  font-size: 14px;
  font-weight: 600;
  color: var(--text, #0E1E3A);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.ki-tool__label {
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-1-deep, #B58D4F);
  opacity: 0.8;
}
.ki-stack-strip__note {
  margin-top: 36px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-muted, #6B7280);
  font-style: italic;
  text-align: center;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

/* Spawn-Animation */
body .ki-tool {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 600ms cubic-bezier(0.22, 1, 0.36, 1),
              border-color 280ms ease, background 280ms ease, box-shadow 280ms ease !important;
}
body .ki-tool.is-card-spawned {
  opacity: 1;
  transform: none;
}
body .ki-tool:nth-child(1)  { transition-delay: 0ms; }
body .ki-tool:nth-child(2)  { transition-delay: 50ms; }
body .ki-tool:nth-child(3)  { transition-delay: 100ms; }
body .ki-tool:nth-child(4)  { transition-delay: 150ms; }
body .ki-tool:nth-child(5)  { transition-delay: 200ms; }
body .ki-tool:nth-child(6)  { transition-delay: 250ms; }
body .ki-tool:nth-child(7)  { transition-delay: 300ms; }
body .ki-tool:nth-child(8)  { transition-delay: 350ms; }
body .ki-tool:nth-child(9)  { transition-delay: 400ms; }
body .ki-tool:nth-child(10) { transition-delay: 450ms; }

@media (max-width: 1100px) {
  .ki-stack-strip__grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 760px) {
  .ki-stack-strip__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .ki-tool { padding: 16px 12px 14px; }
  .ki-tool__icon { width: 38px; height: 38px; }
  .ki-tool__name { font-size: 13px; }
}

/* ============================================================
   WEBDESIGN — ERGEBNIS-VORSCHAU SEKTION (Mo Live #23)
   Browser-Frame-Mockup + Lighthouse-Score-Ringe + Metric-Badges.
   ============================================================ */
.wd-results {
  position: relative;
  overflow: hidden;
}
.wd-results__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  margin-top: 48px;
}

/* --- BROWSER-FRAME MOCKUP --- */
.wd-mockup {
  position: relative;
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: 0 24px 56px rgba(14,30,58,0.16), 0 4px 12px rgba(14,30,58,0.06);
  overflow: visible;
  border: 1px solid rgba(14,30,58,0.08);
}
.wd-mockup__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: #F2F0EC;
  border-radius: 14px 14px 0 0;
  border-bottom: 1px solid rgba(14,30,58,0.06);
}
.wd-mockup__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.wd-mockup__dot--red    { background: #FF5F57; }
.wd-mockup__dot--yellow { background: #FEBC2E; }
.wd-mockup__dot--green  { background: #28C840; }
.wd-mockup__url {
  margin-left: 12px;
  flex: 1;
  text-align: center;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 12px;
  color: var(--text-muted, #6B7280);
  background: #FFFFFF;
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid rgba(14,30,58,0.06);
  max-width: 60%;
}
.wd-mockup__viewport {
  padding: 18px 22px 22px;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
.wd-mockup__nav {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(14,30,58,0.06);
  margin-bottom: 24px;
}
.wd-mockup__logo {
  width: 28px; height: 28px;
  border-radius: 6px;
  background: var(--accent-1, #C99B5C);
  flex-shrink: 0;
}
.wd-mockup__navlink {
  width: 48px; height: 8px;
  border-radius: 3px;
  background: rgba(14,30,58,0.12);
}
.wd-mockup__cta {
  margin-left: auto;
  width: 70px; height: 22px;
  border-radius: 6px;
  background: var(--accent-1, #C99B5C);
}
.wd-mockup__hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}
.wd-mockup__line {
  border-radius: 4px;
  background: rgba(14,30,58,0.14);
}
.wd-mockup__line--h1 {
  height: 14px;
  width: 80%;
  background: rgba(14,30,58,0.22);
}
.wd-mockup__line--h1.wd-mockup__line--shorter { width: 55%; }
.wd-mockup__line--sub {
  height: 8px;
  width: 70%;
  margin-top: 8px;
}
.wd-mockup__line--sub.wd-mockup__line--shorter { width: 50%; }
.wd-mockup__btn {
  margin-top: 14px;
  width: 110px; height: 32px;
  border-radius: 8px;
  background: var(--text, #0E1E3A);
}
.wd-mockup__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.wd-mockup__card {
  aspect-ratio: 4/3;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(201,155,92,0.18), rgba(14,30,58,0.08));
  border: 1px solid rgba(14,30,58,0.05);
}
.wd-mockup__badge {
  position: absolute;
  top: -14px;
  right: -10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--bg, #FAFAF8);
  border: 1px solid rgba(40, 200, 64, 0.4);
  border-radius: 999px;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  font-weight: 600;
  color: var(--text, #0E1E3A);
  box-shadow: 0 12px 24px rgba(14,30,58,0.12);
  white-space: nowrap;
}
.wd-mockup__badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #28C840;
  box-shadow: 0 0 0 0 rgba(40, 200, 64, 0.6);
  animation: wdLivePulse 1.8s ease-out infinite;
}
@keyframes wdLivePulse {
  0%   { box-shadow: 0 0 0 0 rgba(40, 200, 64, 0.6); }
  100% { box-shadow: 0 0 0 10px rgba(40, 200, 64, 0); }
}

/* --- LIGHTHOUSE-SCORE RINGE --- */
.wd-scores {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
.wd-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.wd-score__ring {
  position: relative;
  width: 96px;
  height: 96px;
}
.wd-score__svg {
  width: 96px; height: 96px;
  transform: rotate(-90deg);
}
.wd-score__track {
  stroke: rgba(14,30,58,0.10);
}
.wd-score__fill {
  stroke: var(--accent-1, #C99B5C);
  stroke-dasharray: 100.53;        /* 2*PI*r mit r=16 */
  stroke-dashoffset: 100.53;       /* unsichtbar initial */
  transition: stroke-dashoffset 1600ms cubic-bezier(0.22, 1, 0.36, 1) 200ms;
}
/* Wenn Score-Ring im Viewport → Fill animiert hoch */
.wd-score.is-card-spawned .wd-score__fill {
  stroke-dashoffset: calc(100.53 - (100.53 * var(--score) / 100));
}
.wd-score__num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display, "Space Grotesk", system-ui);
  font-weight: 600;
  font-size: 28px;
  color: var(--text, #0E1E3A);
  letter-spacing: -0.02em;
}
.wd-score__label {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted, #6B7280);
  text-align: center;
}

/* --- METRIC BADGES UNTEN --- */
.wd-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(40px, 5vw, 72px);
  padding-top: 32px;
  border-top: 1px solid var(--border, rgba(14,30,58,0.10));
}
.wd-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: rgba(245,230,211,0.36);
  border: 1px solid rgba(201,155,92,0.22);
  border-radius: 12px;
  color: var(--text, #0E1E3A);
}
.wd-badge svg {
  color: var(--accent-1-deep, #B58D4F);
  flex-shrink: 0;
}
.wd-badge strong {
  display: block;
  font-family: var(--font-display, "Space Grotesk", system-ui);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.wd-badge span {
  display: block;
  font-size: 12px;
  color: var(--text-muted, #6B7280);
  margin-top: 2px;
}

/* --- MOBILE --- */
@media (max-width: 880px) {
  .wd-results__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .wd-mockup__badge {
    top: -12px; right: 8px;
    font-size: 11px;
    padding: 6px 12px;
  }
  .wd-mockup__url { font-size: 10.5px; max-width: 70%; }
  .wd-mockup__viewport { padding: 14px 16px 18px; }
  .wd-mockup__navlink:nth-child(n+3) { display: none; }
  .wd-scores {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }
  .wd-score__ring { width: 78px; height: 78px; }
  .wd-score__svg { width: 78px; height: 78px; }
  .wd-score__num { font-size: 22px; }
  .wd-badges {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .wd-badge { padding: 14px 18px; }
  .wd-badge strong { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .wd-mockup__badge-dot { animation: none; }
  .wd-score__fill { transition: none; }
}

/* ============================================================
   FORM-CHECKBOX (Mo Live #51) — Newsletter opt-in, custom check
   ============================================================ */
body .form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0 20px;
  cursor: pointer;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-muted, #6B7280);
  user-select: none;
}
body .form__checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1.5px solid rgba(201, 155, 92, 0.5);
  border-radius: 5px;
  background: var(--bg, #FAFAF8);
  cursor: pointer;
  position: relative;
  transition: background 180ms, border-color 180ms;
}
body .form__checkbox input[type="checkbox"]:hover {
  border-color: var(--accent-1, #C99B5C);
}
body .form__checkbox input[type="checkbox"]:checked {
  background: var(--accent-1, #C99B5C);
  border-color: var(--accent-1, #C99B5C);
}
body .form__checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body .form__checkbox input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--accent-1, #C99B5C);
  outline-offset: 2px;
}

/* ============================================================
   FORM-SUCCESS-MODAL (Mo Live #46) — Big Success after real Server-200
   Paper-Plane fliegt ↑ + grüner Kreis grows in + Haken zeichnet sich.
   Triggert NUR bei echtem HTTP 200 vom n8n-Webhook (nicht bei Honeypot).
   ============================================================ */
body .form-success {
  display: none;
  margin: 28px 0 16px;
  padding: 36px 32px 30px;
  background: linear-gradient(135deg, rgba(245, 230, 211, 0.5), rgba(245, 230, 211, 0.25));
  border: 1px solid rgba(201, 155, 92, 0.4);
  border-left: 4px solid var(--accent-1, #C99B5C);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(14, 30, 58, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}
body .form-success.is-shown {
  display: block;
  animation: formSuccessIn 480ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes formSuccessIn {
  from { opacity: 0; transform: translateY(20px) scale(0.97); }
  to   { opacity: 1; transform: none; }
}

/* Paper-Plane fliegt nach oben */
body .form-success__plane {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  color: var(--accent-1-deep, #B58D4F);
  opacity: 0;
}
body .form-success.is-shown .form-success__plane {
  animation: planeFly 1200ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes planeFly {
  0%   { opacity: 0; transform: translateY(40px) rotate(-12deg); }
  20%  { opacity: 1; transform: translateY(0) rotate(-12deg); }
  60%  { opacity: 1; transform: translateY(-30px) rotate(-12deg) scale(0.9); }
  100% { opacity: 0; transform: translateY(-120px) rotate(-12deg) scale(0.6); }
}

/* Grüner Kreis + Haken (erscheint nachdem Plane oben ist) */
body .form-success__circle {
  width: 72px;
  height: 72px;
  margin: -56px auto 16px;
  opacity: 0;
}
body .form-success.is-shown .form-success__circle {
  animation: circleIn 600ms cubic-bezier(0.22, 1, 0.36, 1) 700ms forwards;
}
@keyframes circleIn {
  from { opacity: 0; transform: scale(0.4); }
  to   { opacity: 1; transform: scale(1); }
}
body .form-success__circle svg {
  width: 100%;
  height: 100%;
}
body .form-success__ring {
  stroke: #28C840;
  stroke-width: 3;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
}
body .form-success.is-shown .form-success__ring {
  animation: ringDraw 600ms cubic-bezier(0.22, 1, 0.36, 1) 800ms forwards;
}
@keyframes ringDraw {
  to { stroke-dashoffset: 0; }
}
body .form-success__check {
  stroke: #28C840;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 38;
  stroke-dashoffset: 38;
}
body .form-success.is-shown .form-success__check {
  animation: checkDraw 380ms cubic-bezier(0.22, 1, 0.36, 1) 1200ms forwards;
}
@keyframes checkDraw {
  to { stroke-dashoffset: 0; }
}

/* Title + Body fade in nach dem Haken */
body .form-success__title {
  font-family: var(--font-display, "Space Grotesk", system-ui);
  font-weight: 600;
  font-size: clamp(24px, 2.6vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--text, #0E1E3A);
  opacity: 0;
}
body .form-success.is-shown .form-success__title {
  animation: textFadeIn 500ms cubic-bezier(0.22, 1, 0.36, 1) 1300ms forwards;
}

body .form-success__body {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-muted, #6B7280);
  margin: 0 auto 22px;
  max-width: 44ch;
  opacity: 0;
}
body .form-success__body strong {
  color: var(--text, #0E1E3A);
  font-weight: 600;
}
body .form-success.is-shown .form-success__body {
  animation: textFadeIn 500ms cubic-bezier(0.22, 1, 0.36, 1) 1450ms forwards;
}

body .form-success__close {
  opacity: 0;
}
body .form-success.is-shown .form-success__close {
  animation: textFadeIn 500ms cubic-bezier(0.22, 1, 0.36, 1) 1600ms forwards;
}

@keyframes textFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  body .form-success.is-shown .form-success__plane,
  body .form-success.is-shown .form-success__circle,
  body .form-success.is-shown .form-success__ring,
  body .form-success.is-shown .form-success__check,
  body .form-success.is-shown .form-success__title,
  body .form-success.is-shown .form-success__body,
  body .form-success.is-shown .form-success__close {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    stroke-dashoffset: 0 !important;
  }
}

/* Wenn Success angezeigt: Form selbst dimmen (aber nicht weg) */
body .form.is-success-shown > *:not(.form-success):not(.form__hint):not(.dim) {
  opacity: 0.35;
  pointer-events: none;
  filter: grayscale(0.5);
  transition: opacity 400ms, filter 400ms;
}

/* ===== CURSOR über CONSENT-MODAL (Mo Live #44) =====
   Editorial Custom-Cursor (.cursor-dot z:9999 / .cursor-trail z:9998) lag UNTER
   dem Consent-Modal (z:10000). Mo's visueller Cursor war hinter dem Modal versteckt
   → "cursor bewegt sich darunter auf der Seite".
   Fix: Custom-Cursor IMMER über Modal halten. */
body .cursor-dot   { z-index: 10002 !important; }
body .cursor-trail { z-index: 10001 !important; }

/* ===== 11) Overflow-x final (Mo Live #19) =====
   WICHTIG: overflow-x: hidden auf body macht body zum Scroll-Container
   → position:sticky funktioniert dann nicht mehr (Nav nicht klebrig).
   Fix: overflow-x: clip (versteckt horizontal, OHNE Scroll-Container zu erzeugen).
   Fallback für ältere Browser (overflow-x:clip ab Chrome 90 / Safari 16):
   nur HTML bekommt hidden, body bleibt visible. */
html { overflow-x: clip !important; max-width: 100vw !important; }
body { overflow-x: clip !important; max-width: 100vw !important; }
@supports not (overflow: clip) {
  html { overflow-x: hidden !important; }
  body { overflow-x: visible !important; }
}

/* ===== 12) prefers-reduced-motion respektieren ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  body .hero-marquee .hero-marquee__track { animation: none !important; }
}

/* ============================================================
   SPAWN-LOGIC REFACTOR (Mo Live #14):
   alte Pattern: .grid.is-spawned > .card:nth-child(N) { transition-delay }
   → mehrere Cards spawnen GEMEINSAM weil Parent .is-spawned bekommt
   NEU: jede Card observed individuell, bekommt .is-card-spawned wenn
   sie selbst im viewport ist. Stagger entsteht naturgemäß durch Scroll.
   ============================================================ */

/* Alte parent-stagger-Klassen neutralisieren (verhindern Race) */
.audit-grid.is-spawned > .audit-card,
.compare-grid.is-spawned > .compare-col,
.pain-grid.is-spawned > .pain-card,
.work.is-spawned > .work__item,
.values.is-spawned > .value,
.team-row.is-spawned > .team-member,
.pricing.is-spawned > .pcard,
.ki-process.is-spawned > .ki-process__step,
.numbers-grid.is-spawned > .number {
  transition-delay: 0ms !important;
}

/* Initial-State pro Card */
body .audit-card,
body .compare-col,
body .pain-card,
body .work__item,
body .value,
body .team-member,
body .pcard,
body .ki-process__step,
body .number,
body #leistungen .two-col__item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
              transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

/* Per-Card-Reveal — wenn die Card selbst im Viewport ist */
body .is-card-spawned,
body .audit-card.is-card-spawned,
body .compare-col.is-card-spawned,
body .pain-card.is-card-spawned,
body .work__item.is-card-spawned,
body .value.is-card-spawned,
body .team-member.is-card-spawned,
body .pcard.is-card-spawned,
body .ki-process__step.is-card-spawned,
body .number.is-card-spawned,
body #leistungen .two-col__item.is-card-spawned {
  opacity: 1 !important;
  transform: none !important;
}

/* Spawn-Direktion-Varianten (subtile Sektion-Charakter) */
body .work__item:nth-child(odd) { transform: translate(-50px, 20px); }
body .work__item:nth-child(even) { transform: translate(50px, 20px); }
body .compare-col:nth-child(1) { transform: translateX(-40px); }
body .compare-col:nth-child(3) { transform: translateX(40px); }
body .ki-process__step:nth-child(odd) { transform: translateX(-40px); }
body .ki-process__step:nth-child(even) { transform: translateX(40px); }

/* Mobile: nur translateY (kein translateX) damit Cards mittig bleiben (Mo: Pain-Cards zu weit rechts) */
@media (max-width: 880px) {
  body .work__item,
  body .work__item:nth-child(odd),
  body .work__item:nth-child(even),
  body .compare-col,
  body .compare-col:nth-child(1),
  body .compare-col:nth-child(3),
  body .ki-process__step,
  body .ki-process__step:nth-child(odd),
  body .ki-process__step:nth-child(even),
  body .pain-card,
  body .audit-card,
  body .value,
  body .team-member,
  body .pcard,
  body .number,
  body #leistungen .two-col__item {
    transform: translateY(36px) !important;
  }
  body .is-card-spawned {
    transform: none !important;
  }
}

/* ensureSpawn keyframe entfernt (Mo Live #16): kollidierte mit transition
   und verursachte das "Spring/Snap"-Verhalten. Reine transition-based
   reveals via IO. JS-Fallback (siehe editorial-refresh.js) setzt
   is-card-spawned auf alle nach 4s falls IO komplett ausfällt. */

/* ============================================================
   PAIN-GRID MOBILE — zentriert (Mo: zu weit rechts)
   ============================================================ */
@media (max-width: 880px) {
  body .pain-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  body .pain-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 28px 22px !important;
    box-sizing: border-box !important;
  }
}

/* ============================================================
   SPAWN-DIREKTION pro Sektion (Mo Live #18)
   Differenziert statt einheitlich:
   - Live-Analyse (Audit-Cards): von UNTEN nach oben (translateY)
   - Pain-Cards "Vor wir bauen": von den SEITEN (odd links, even rechts)
   - Beispielprojekte (work): alternierend links/rechts
   - Compare: 1 links, 2 unten, 3 rechts
   - KI-Process: alternierend links/rechts
   ============================================================ */

/* Audit-Cards (Live-Analyse) — alle von UNTEN nach oben */
body .audit-card,
body .audit-card:nth-child(odd),
body .audit-card:nth-child(even) {
  transform: translateY(48px) !important;
}
body .audit-card.is-card-spawned { transform: none !important; }

/* Beispielprojekte (work) — alternierend links/rechts */
body .work__item:nth-child(odd)  { transform: translateX(-56px) translateY(16px) !important; }
body .work__item:nth-child(even) { transform: translateX(56px) translateY(16px) !important; }
body .work__item.is-card-spawned { transform: none !important; }

/* Pain-Cards — von den SEITEN: odd links, even rechts */
body .pain-card:nth-child(odd)  { transform: translateX(-52px) translateY(12px) !important; }
body .pain-card:nth-child(even) { transform: translateX(52px) translateY(12px) !important; }
body .pain-card.is-card-spawned { transform: none !important; }

/* Compare: 1 links, 2 unten, 3 rechts (klassisch) */
body .compare-col:nth-child(1) { transform: translateX(-56px) translateY(12px) !important; }
body .compare-col:nth-child(2) { transform: translateY(48px) !important; }
body .compare-col:nth-child(3) { transform: translateX(56px) translateY(12px) !important; }
body .compare-col.is-card-spawned { transform: none !important; }

/* KI-Process — alternierend links/rechts */
body .ki-process__step:nth-child(odd)  { transform: translateX(-48px) !important; }
body .ki-process__step:nth-child(even) { transform: translateX(48px) !important; }
body .ki-process__step.is-card-spawned { transform: none !important; }

/* Mo Live #21: Webdesign-Seite .srow (Leistungen) + .tstep (Wie wir arbeiten) */
/* .srow von rechts mit kleinem Y-Versatz (Leistungs-Liste — Reading-Flow von oben) */
body .srow {
  opacity: 0 !important;
  transform: translateX(48px) translateY(16px) !important;
}
body .srow.is-card-spawned {
  opacity: 1 !important;
  transform: none !important;
}
/* Mo Live #24: KI-Solutions Sticky-Stack braucht KEINEN translateX-Offset.
   Die Cards stapeln sich sticky (top: 96/124/152/180px) und werden vom
   Stack-JS (is-stacked-back classes) skaliert. translateX(48px) würde
   den Stack visuell brechen. Hier nur Fade-In ohne Bewegung. */
body .ki-solutions-stack .srow {
  transform: none !important;
}
body .ki-solutions-stack .srow.is-card-spawned {
  transform: none !important;
}
/* Mo Live #23: .wd-mockup + .wd-score Spawn — Mockup von links, Scores von rechts */
body .wd-mockup {
  opacity: 0 !important;
  transform: translateX(-32px) translateY(16px) !important;
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 800ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}
body .wd-mockup.is-card-spawned {
  opacity: 1 !important;
  transform: none !important;
}
body .wd-score {
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 600ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}
body .wd-score.is-card-spawned {
  opacity: 1 !important;
  transform: none !important;
}
body .wd-score:nth-child(1) { transition-delay: 0ms !important; }
body .wd-score:nth-child(2) { transition-delay: 120ms !important; }
body .wd-score:nth-child(3) { transition-delay: 240ms !important; }
body .wd-score:nth-child(4) { transition-delay: 360ms !important; }
@media (max-width: 880px) {
  body .wd-mockup { transform: translateY(20px) !important; }
}
/* Mo Live #23: .tstep selbst bleibt SICHTBAR (Punkte schon da).
   Nur der TEXT (h4 + p) animiert von rechts rein.
   Erster Punkt ist permanent blau/gold (accent-1), die anderen
   neutral/dunkel, leuchten auf wenn user runterscrollt (siehe is-lit Logik). */
body .tstep {
  opacity: 1 !important;
  transform: none !important;
}
body .tstep h4,
body .tstep p {
  opacity: 0;
  transform: translateX(48px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
body .tstep.is-card-spawned h4,
body .tstep.is-card-spawned p {
  opacity: 1;
  transform: none;
}
/* Punkte: schon da, klar sichtbar.
   Default (light Section): dunkler Outline.
   Dark Section ("Wie wir arbeiten" hat section--dark): kontrastreicher hell. */
body .tstep::before {
  background: var(--bg, #FAFAF8) !important;
  border: 2px solid var(--text, #0E1E3A) !important;
  opacity: 1 !important;
}
body .section--dark .tstep::before {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.55) !important;
}
/* Erster Punkt IMMER aktiv (blau/gold accent) — auch ohne Scroll */
body .timeline__steps .tstep:first-child::before,
body .timeline__steps .tstep.is-active::before {
  background: var(--accent-1, #C99B5C) !important;
  border-color: var(--accent-1, #C99B5C) !important;
  box-shadow: 0 0 12px var(--accent-1, #C99B5C), 0 0 24px rgba(201,155,92,0.4) !important;
  transform: scale(1.25);
}
/* .is-lit (User hat Punkt mit Scroll erreicht) → leuchtet auf */
body .tstep.is-lit::before {
  background: var(--accent-1, #C99B5C) !important;
  border-color: var(--accent-1, #C99B5C) !important;
  box-shadow: 0 0 12px var(--accent-1, #C99B5C), 0 0 24px rgba(201,155,92,0.4) !important;
  transform: scale(1.25);
}
/* Auf section--dark: leuchtende Punkte in heller Teal-Variante */
body .section--dark .timeline__steps .tstep:first-child::before,
body .section--dark .timeline__steps .tstep.is-active::before,
body .section--dark .tstep.is-lit::before {
  background: var(--accent-2, #1A6B5C) !important;
  border-color: var(--accent-2, #1A6B5C) !important;
  box-shadow: 0 0 12px var(--accent-2, #1A6B5C), 0 0 24px rgba(26,107,92,0.4) !important;
}

/* Mobile: kleinere Offsets (28-32px), gleiche Richtungen.
   Pain-Cards mobile vorsichtig (vorher Risiko "rechts gedrückt") → 24px max. */
@media (max-width: 880px) {
  body .audit-card,
  body .audit-card:nth-child(odd),
  body .audit-card:nth-child(even) {
    transform: translateY(32px) !important;
  }
  body .work__item:nth-child(odd)  { transform: translateX(-28px) translateY(12px) !important; }
  body .work__item:nth-child(even) { transform: translateX(28px) translateY(12px) !important; }
  body .pain-card:nth-child(odd)   { transform: translateX(-24px) translateY(12px) !important; }
  body .pain-card:nth-child(even)  { transform: translateX(24px) translateY(12px) !important; }
  body .compare-col:nth-child(1)   { transform: translateX(-28px) translateY(10px) !important; }
  body .compare-col:nth-child(2)   { transform: translateY(28px) !important; }
  body .compare-col:nth-child(3)   { transform: translateX(28px) translateY(10px) !important; }
  body .ki-process__step:nth-child(odd)  { transform: translateX(-26px) !important; }
  body .ki-process__step:nth-child(even) { transform: translateX(26px) !important; }
  /* Mobile: srow dezenter (tstep selbst bleibt sichtbar, nur Text animiert) */
  body .srow { transform: translateX(28px) translateY(10px) !important; }
  body .tstep { transform: none !important; }
  body .tstep h4, body .tstep p { transform: translateX(26px); }
  body .audit-card.is-card-spawned,
  body .work__item.is-card-spawned,
  body .pain-card.is-card-spawned,
  body .compare-col.is-card-spawned,
  body .ki-process__step.is-card-spawned,
  body .srow.is-card-spawned { transform: none !important; }
}

/* Kürzere Transition: 700ms statt 1100ms.
   Plus Stagger-Delays runter (siehe unten 100ms statt 200ms Step) →
   max ~1100ms gesamt (1100→700 + 400→300 Endstagger) statt vorher ~1900ms.
   So sieht User jede Card noch animieren, auch beim Schnellscroll. */
body .audit-card,
body .work__item,
body .pain-card,
body .compare-col,
body .ki-process__step,
body .value,
body .team-member,
body .pcard,
body .number,
body #leistungen .two-col__item,
body .srow,
body .tstep {
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 700ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* ============================================================
   MOBILE-MENU — von OBEN nach unten (Mo: kein Slide-up mehr)
   ============================================================ */
@media (max-width: 880px) {
  body .mobile-sheet {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    max-height: 90vh !important;
    border-radius: 0 0 24px 24px !important;
    background: var(--bg, #FAFAF8) !important;
    border-top: none !important;
    border-bottom: 1px solid var(--border) !important;
    box-shadow: 0 20px 60px rgba(14,30,58,0.18) !important;
    transform: translateY(-100%) !important;
    /* Mo Live #19: 540ms → 800ms damit User die Animation deutlich sieht */
    transition: transform 800ms cubic-bezier(0.33, 1, 0.68, 1) !important;
    z-index: 999;
    padding: 24px 24px 32px !important;
    overflow-y: auto;
  }
  body.menu-open .mobile-sheet { transform: translateY(0) !important; }
  /* Drag-Indicator JETZT UNTEN da von oben kommt */
  body .mobile-sheet__top { position: relative !important; margin-bottom: 24px !important; }
  body .mobile-sheet__top::before {
    content: "";
    position: absolute;
    top: auto !important;
    bottom: -8px !important;
    left: 50%;
    width: 44px; height: 4px;
    background: var(--border);
    border-radius: 999px;
    transform: translateX(-50%);
  }
  /* Stagger der Links: jetzt von oben nach unten (Position 1 zuerst).
     Mo Live #19: Delays nach hinten geschoben damit Sheet erst eintritt
     (800ms Slide) bevor Links erscheinen */
  body.menu-open .mobile-sheet__links a:nth-child(1) { transition-delay: 300ms !important; }
  body.menu-open .mobile-sheet__links a:nth-child(2) { transition-delay: 380ms !important; }
  body.menu-open .mobile-sheet__links a:nth-child(3) { transition-delay: 460ms !important; }
  body.menu-open .mobile-sheet__links a:nth-child(4) { transition-delay: 540ms !important; }
  body.menu-open .mobile-sheet__links a:nth-child(5) { transition-delay: 620ms !important; }
  /* Initial translateY negativ damit sie von oben kommen */
  body .mobile-sheet__links a { transform: translateY(-16px) !important; }
  body.menu-open .mobile-sheet__links a { transform: translateY(0) !important; }
}

/* ============================================================
   STAGGER-DELAYS BEI PER-CARD-IO (Mo Live #17)
   Stagger HALBIERT: vorher 200ms × 5 = 800ms wartezeit, jetzt 100ms × 5 = 400ms.
   Damit die letzte Card spätestens nach 400ms + 700ms (Transition) = 1100ms fertig ist.
   User scrollt ca. 800-1500ms durch eine Sektion → er sieht die Animation komplett.
   ============================================================ */
body .audit-card:nth-child(1) { transition-delay: 0ms !important; }
body .audit-card:nth-child(2) { transition-delay: 90ms !important; }
body .audit-card:nth-child(3) { transition-delay: 180ms !important; }
body .audit-card:nth-child(4) { transition-delay: 270ms !important; }
body .audit-card:nth-child(5) { transition-delay: 360ms !important; }

body .pain-card:nth-child(1) { transition-delay: 0ms !important; }
body .pain-card:nth-child(2) { transition-delay: 100ms !important; }
body .pain-card:nth-child(3) { transition-delay: 200ms !important; }
body .pain-card:nth-child(4) { transition-delay: 300ms !important; }

body .work__item:nth-child(1) { transition-delay: 0ms !important; }
body .work__item:nth-child(2) { transition-delay: 110ms !important; }
body .work__item:nth-child(3) { transition-delay: 220ms !important; }
body .work__item:nth-child(4) { transition-delay: 330ms !important; }

body .compare-col:nth-child(1) { transition-delay: 0ms !important; }
body .compare-col:nth-child(2) { transition-delay: 120ms !important; }
body .compare-col:nth-child(3) { transition-delay: 240ms !important; }

body .ki-process__step:nth-child(1) { transition-delay: 0ms !important; }
body .ki-process__step:nth-child(2) { transition-delay: 110ms !important; }
body .ki-process__step:nth-child(3) { transition-delay: 220ms !important; }
body .ki-process__step:nth-child(4) { transition-delay: 330ms !important; }

body .value:nth-child(1) { transition-delay: 0ms !important; }
body .value:nth-child(2) { transition-delay: 100ms !important; }
body .value:nth-child(3) { transition-delay: 200ms !important; }
body .value:nth-child(4) { transition-delay: 300ms !important; }

body .team-member:nth-child(1) { transition-delay: 0ms !important; }
body .team-member:nth-child(2) { transition-delay: 90ms !important; }
body .team-member:nth-child(3) { transition-delay: 180ms !important; }
body .team-member:nth-child(4) { transition-delay: 270ms !important; }
body .team-member:nth-child(5) { transition-delay: 360ms !important; }

body .pcard:nth-child(1) { transition-delay: 0ms !important; }
body .pcard:nth-child(2) { transition-delay: 110ms !important; }
body .pcard:nth-child(3) { transition-delay: 220ms !important; }

body .number:nth-child(1) { transition-delay: 0ms !important; }
body .number:nth-child(2) { transition-delay: 120ms !important; }
body .number:nth-child(3) { transition-delay: 240ms !important; }

/* Process-Timeline-Steps: gleicher schneller Stagger */
body .process-timeline .ptl__step:nth-child(1) { transition-delay: 0ms !important; }
body .process-timeline .ptl__step:nth-child(2) { transition-delay: 100ms !important; }
body .process-timeline .ptl__step:nth-child(3) { transition-delay: 200ms !important; }
body .process-timeline .ptl__step:nth-child(4) { transition-delay: 300ms !important; }

/* Mo Live #21: Webdesign-Seite Stagger für .srow + .tstep */
body .srow:nth-child(1) { transition-delay: 0ms !important; }
body .srow:nth-child(2) { transition-delay: 80ms !important; }
body .srow:nth-child(3) { transition-delay: 160ms !important; }
body .srow:nth-child(4) { transition-delay: 240ms !important; }
body .srow:nth-child(5) { transition-delay: 320ms !important; }
body .tstep:nth-child(1) { transition-delay: 0ms !important; }
body .tstep:nth-child(2) { transition-delay: 100ms !important; }
body .tstep:nth-child(3) { transition-delay: 200ms !important; }
body .tstep:nth-child(4) { transition-delay: 300ms !important; }

/* ============================================================
   KI-SOLUTIONS STICKY-STACK SPACING (Mo Live #29)
   - Cards stickyn in der Mitte des Viewports (nicht am Header)
   - Mehr Gap zwischen Cards
   - Mehr Atem zwischen Sektion-Header und erster Card
   ============================================================ */
body .ki-solutions-stack {
  gap: 96px !important;
  margin-top: 96px !important;
}
/* Höhere Top-Offsets — Cards landen in der Bildschirm-Mitte */
body .ki-solutions-stack .srow:nth-child(1) { top: 200px !important; }
body .ki-solutions-stack .srow:nth-child(2) { top: 230px !important; }
body .ki-solutions-stack .srow:nth-child(3) { top: 260px !important; }
body .ki-solutions-stack .srow:nth-child(4) { top: 290px !important; }
/* Innenpolster + Mo Live #34: moderate min-Höhe (statt 380px → 280px) +
   Card 1 wurde gekürzt damit alle Cards ähnlich groß sind, aber nicht zu groß */
body .ki-solutions-stack .srow {
  padding: 48px 56px !important;
  min-height: 280px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 880px) {
  body .ki-solutions-stack .srow {
    padding: 32px 24px !important;
    min-height: 240px !important;
  }
}

@media (max-width: 880px) {
  body .ki-solutions-stack {
    gap: 56px !important;
    margin-top: 56px !important;
  }
  body .ki-solutions-stack .srow:nth-child(1) { top: 130px !important; }
  body .ki-solutions-stack .srow:nth-child(2) { top: 148px !important; }
  body .ki-solutions-stack .srow:nth-child(3) { top: 166px !important; }
  body .ki-solutions-stack .srow:nth-child(4) { top: 184px !important; }
  body .ki-solutions-stack .srow {
    padding: 32px 24px !important;
  }
}

/* ============================================================
   HERO-BILDER pro Seite passend cropp (Mo Live #30)
   Default `center 60%` ist gut für Webdesign-Studio (Monitore unten),
   aber falsch für KI-Solutions (Action im unteren Drittel) und
   Über-uns (KI-Garbage-Text unten muss weggecroppt werden).
   ============================================================ */

/* Webdesign Hero — Mo Live #40: CONTENT-DRIVEN statt height-constrained.
   ROOT CAUSE alle vorherigen Versuche: max-height kappt die Section, aber Content
   (kicker + h1 + sub) wächst durch — .page-hero__bg mit inset:0 folgt der gekappten
   Höhe → bg-Bild kürzer als Section → Cream-Hintergrund unter dem Bild sichtbar.
   FIX: keine max-height, keine min-height:vh. Nur padding. Section wächst natürlich
   mit Content, bg-Bild füllt IMMER vollständig (inset:0 = ganze Section-Höhe).
   object-position 75% zeigt MacBook/Tisch, schneidet Wand oben weg. */
body .page-hero--webdesign.page-hero--has-image {
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  padding-top: clamp(80px, 12vw, 160px) !important;
  padding-bottom: clamp(80px, 10vw, 140px) !important;
}
body .page-hero--webdesign .page-hero__bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 75% !important;
  transform: none !important;
  transform-origin: initial !important;
}
@media (max-width: 880px) {
  body .page-hero--webdesign.page-hero--has-image {
    padding-top: clamp(60px, 16vw, 110px) !important;
    padding-bottom: clamp(50px, 12vw, 90px) !important;
  }
  body .page-hero--webdesign .page-hero__bg img {
    object-position: center 70% !important;
  }
}

/* KI-Solutions Hero — Bild hat Aktion (Karten + rote Linien + blaue Welle) in der unteren Hälfte */
body .page-hero--ki-solutions .page-hero__bg img {
  object-position: center 65% !important;
}
@media (max-width: 880px) {
  body .page-hero--ki-solutions .page-hero__bg img {
    transform: scale(1.25) !important;
    transform-origin: center 60% !important;
    object-position: center 60% !important;
  }
}

/* Über-uns Hero — KI-generierter Garbage-Text am unteren Bildrand
   muss weggecroppt werden, Personen+MacBook sollen im Frame zentral sein */
body .page-hero--ueber-uns .page-hero__bg img {
  object-position: center 38% !important;
}
@media (max-width: 880px) {
  body .page-hero--ueber-uns .page-hero__bg img {
    transform: scale(1.35) !important;
    transform-origin: center 38% !important;
    object-position: center 36% !important;
  }
}

/* ============================================================
   ÜBER-UNS POLISH (Mo Live #31)
   - Editorial-Timeline (Geschichte)
   - Stats-Pills + Pull-Quote (Gründer)
   - Werte-Icons
   - Team-Note Callout-Card
   ============================================================ */

/* === Editorial-Timeline (rechts neben "Geschichte"-Heading) === */
.ueber-story {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  padding-left: 28px;
}
.ueber-story::before {
  /* Vertikale Goldlinie */
  content: "";
  position: absolute;
  left: 8px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg,
    rgba(201, 155, 92, 0) 0%,
    rgba(201, 155, 92, 0.5) 12%,
    rgba(201, 155, 92, 0.5) 88%,
    rgba(201, 155, 92, 0) 100%);
}
.ueber-story__item {
  position: relative;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.ueber-story__item.is-card-spawned {
  opacity: 1;
  transform: none;
}
.ueber-story__item:nth-child(1) { transition-delay: 0ms; }
.ueber-story__item:nth-child(2) { transition-delay: 140ms; }
.ueber-story__item:nth-child(3) { transition-delay: 280ms; }
.ueber-story__item::before {
  /* Goldener Punkt auf der Linie */
  content: "";
  position: absolute;
  left: -28px;
  top: 8px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--bg, #FAFAF8);
  border: 2px solid var(--accent-1, #C99B5C);
  box-shadow: 0 0 0 4px rgba(201, 155, 92, 0.15);
}
.ueber-story__year {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-1-deep, #B58D4F);
  margin-bottom: 8px;
}
.ueber-story__title {
  font-family: var(--font-display, "Space Grotesk", system-ui);
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: -0.018em;
  color: var(--text, #0E1E3A);
  margin: 0 0 10px;
  line-height: 1.18;
}
.ueber-story__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted, #6B7280);
  margin: 0;
  max-width: 48ch;
}

/* === Stats-Pills (unter Mo-Foto) === */
.founder__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.ueber-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 10px;
  background: rgba(245, 230, 211, 0.42);
  border: 1px solid rgba(201, 155, 92, 0.28);
  border-radius: 12px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.ueber-stat.is-card-spawned {
  opacity: 1;
  transform: none;
}
.ueber-stat:nth-child(1) { transition-delay: 0ms; }
.ueber-stat:nth-child(2) { transition-delay: 100ms; }
.ueber-stat:nth-child(3) { transition-delay: 200ms; }
.ueber-stat__num {
  font-family: var(--font-display, "Space Grotesk", system-ui);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--accent-1-deep, #B58D4F);
  letter-spacing: -0.02em;
  line-height: 1;
}
.ueber-stat__label {
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted, #6B7280);
  margin-top: 6px;
}

/* === Pull-Quote (Mo Live #32: clean ohne »-Mark) === */
.founder__quote {
  margin: 32px 0 24px;
  padding: 4px 0 4px 24px;
  border-left: 3px solid var(--accent-1, #C99B5C);
}
.founder__quote p {
  font-family: var(--font-display, "Space Grotesk", system-ui);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.32;
  letter-spacing: -0.018em;
  color: var(--text, #0E1E3A);
  margin: 0;
  max-width: 38ch;
}

/* === Team-Photo (Mo Live #32: Container 3:4 → 1:1 weil Bilder 1000×1000 quadratisch sind) === */
body .team-member__photo {
  aspect-ratio: 1 / 1 !important;
}
body .team-member__photo img {
  object-position: center 25% !important;
}

/* === Über-uns Hero Veil (Mo Live #33: jetzt minimal, nur unter h1 für Lesbarkeit) ===
   Das dunkle Curve-Element auf dem Bild kommt vom Bild selbst (KI-Generierungs-Artefakt),
   nicht vom Veil. Veil ist jetzt fast komplett weg — nur dezenter linksseitiger
   Gradient damit h1 lesbar bleibt. */
body .page-hero--ueber-uns::before {
  background: linear-gradient(105deg,
    rgba(245, 230, 211, 0.40) 0%,
    rgba(245, 230, 211, 0.15) 35%,
    rgba(245, 230, 211, 0.0) 60%,
    rgba(245, 230, 211, 0.0) 100%) !important;
}
body .page-hero--ueber-uns::after {
  opacity: 0.25 !important;
}
@media (max-width: 880px) {
  body .page-hero--ueber-uns::before {
    background: linear-gradient(180deg,
      rgba(245, 230, 211, 0.55) 0%,
      rgba(245, 230, 211, 0.20) 50%,
      rgba(245, 230, 211, 0.0) 100%) !important;
  }
}

/* === Werte-Icons (vor jedem h4) === */
.value__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 155, 92, 0.12);
  border: 1px solid rgba(201, 155, 92, 0.32);
  border-radius: 10px;
  color: var(--accent-1-deep, #B58D4F);
  margin-bottom: 18px;
}
.value__icon svg {
  width: 22px;
  height: 22px;
}
.section--dark .value__icon {
  background: rgba(201, 155, 92, 0.18);
  border-color: rgba(201, 155, 92, 0.5);
  color: var(--accent-1, #C99B5C);
}

/* === Team-Note Callout-Card (war Smallprint) === */
body .team-note {
  display: grid !important;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: start;
  margin-top: 48px;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(245, 230, 211, 0.5), rgba(245, 230, 211, 0.25));
  border: 1px solid rgba(201, 155, 92, 0.4);
  border-left: 4px solid var(--accent-1, #C99B5C);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(14, 30, 58, 0.06);
  font: inherit !important;
  color: var(--text, #0E1E3A) !important;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 700ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}
body .team-note.is-card-spawned {
  opacity: 1;
  transform: none;
}
.team-note__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg, #FAFAF8);
  border: 1px solid rgba(201, 155, 92, 0.5);
  border-radius: 14px;
  color: var(--accent-1-deep, #B58D4F);
  flex-shrink: 0;
}
.team-note__icon svg {
  width: 28px; height: 28px;
}
.team-note__kicker {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-1-deep, #B58D4F);
  margin-bottom: 8px;
}
.team-note__title {
  font-family: var(--font-display, "Space Grotesk", system-ui);
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--text, #0E1E3A);
}
.team-note__body p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-muted, #6B7280);
}
.team-note__body strong {
  color: var(--text, #0E1E3A);
  font-weight: 600;
}

/* === MOBILE === */
@media (max-width: 880px) {
  .ueber-story { padding-left: 24px; gap: 24px; }
  .ueber-story::before { left: 5px; }
  .ueber-story__item::before { left: -24px; width: 14px; height: 14px; }
  .founder__stats { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .ueber-stat { padding: 12px 6px; }
  .ueber-stat__num { font-size: 22px; }
  .ueber-stat__label { font-size: 9px; }
  .founder__quote { padding: 18px 18px 18px 24px; }
  body .team-note {
    grid-template-columns: 1fr;
    padding: 22px 22px;
    gap: 16px;
  }
  .team-note__icon { width: 48px; height: 48px; }
}

/* ============================================================
   PAGE-TRUST-STRIP (Mo Live #41) — 3 Pills unter Hero
   Konsistente Vertrauens-Signale für Preise + Kontakt-Hero.
   Same Editorial-Style wie .ueber-stat aber inline-flex (horizontal).
   ============================================================ */
.page-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(201, 155, 92, 0.22);
}
.page-trust {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: rgba(245, 230, 211, 0.42);
  border: 1px solid rgba(201, 155, 92, 0.28);
  border-radius: 999px;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-1-deep, #B58D4F);
  white-space: nowrap;
  /* Above-the-fold: CSS-Animation auf Page-Load (NICHT IO, weil unter -35% rootMargin) */
  opacity: 0;
  transform: translateY(12px);
  animation: pageTrustIn 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes pageTrustIn {
  to { opacity: 1; transform: none; }
}
.page-trust:nth-child(1) { animation-delay: 350ms; }
.page-trust:nth-child(2) { animation-delay: 440ms; }
.page-trust:nth-child(3) { animation-delay: 530ms; }
.page-trust:nth-child(4) { animation-delay: 620ms; }
.page-trust__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-1, #C99B5C);
  flex-shrink: 0;
}
.page-trust__icon {
  width: 14px;
  height: 14px;
  color: var(--accent-1-deep, #B58D4F);
  flex-shrink: 0;
}
@media (max-width: 880px) {
  .page-trust-strip {
    gap: 8px;
    margin-top: 28px;
    padding-top: 22px;
  }
  .page-trust {
    padding: 10px 14px;
    font-size: 10.5px;
    letter-spacing: 0.06em;
  }
}

/* ============================================================
   REASSURANCE-CALLOUT (Mo Live #41) — Pre-FAQ Card
   Goldene Akzent-Card: "Nicht sicher? → Erstgespräch"
   Variant von .team-note für Preise/Kontakt.
   ============================================================ */
.reassure-callout {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 64px 0 32px;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(245, 230, 211, 0.55), rgba(245, 230, 211, 0.28));
  border: 1px solid rgba(201, 155, 92, 0.4);
  border-left: 4px solid var(--accent-1, #C99B5C);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(14, 30, 58, 0.06);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reassure-callout.is-card-spawned {
  opacity: 1;
  transform: none;
}
.reassure-callout__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg, #FAFAF8);
  border: 1px solid rgba(201, 155, 92, 0.5);
  border-radius: 14px;
  color: var(--accent-1-deep, #B58D4F);
  flex-shrink: 0;
}
.reassure-callout__icon svg {
  width: 28px;
  height: 28px;
}
.reassure-callout__kicker {
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-1-deep, #B58D4F);
  margin-bottom: 6px;
}
.reassure-callout__title {
  font-family: var(--font-display, "Space Grotesk", system-ui);
  font-weight: 600;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: -0.018em;
  line-height: 1.25;
  margin: 0 0 6px;
  color: var(--text, #0E1E3A);
}
.reassure-callout__body {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--text-muted, #6B7280);
  margin: 0;
  max-width: 52ch;
}
@media (max-width: 880px) {
  .reassure-callout {
    grid-template-columns: 1fr;
    padding: 22px 22px;
    gap: 16px;
    text-align: left;
  }
  .reassure-callout__icon {
    width: 48px;
    height: 48px;
  }
  .reassure-callout__cta {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   KONTAKT POLISH (Mo Live #41) — Aside Editorial Headings
   ============================================================ */
body .aside__group h5 {
  font-family: var(--font-mono, monospace) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--accent-1-deep, #B58D4F) !important;
  margin: 0 0 12px !important;
}
body .aside__group {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(201, 155, 92, 0.18);
  margin-bottom: 24px;
}
body .aside__group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
