/* ============================================================
   FRICKE - Werkstatt-Magazin Desktop Defaults
   Rekonstruktion der fehlenden .va-* Desktop-Rules.
   Im Claude-Design-Hand-Off-Bundle waren nur Mobile-Overrides,
   die Default-Rules lagen in einem ui_kits/website/editorial.css
   das beim Export nicht mit kam.
   Diese Datei MUSS nach editorial.css eingebunden werden.
   ============================================================ */

/* ---------- Frame helpers ---------- */
.va-frame, .va-spread__grid, .va-pullquote__frame,
.va-certs__frame, .va-team__grid, .va-careers__frame,
.faq__frame, .stimmen__frame {
  max-width: 1400px;
  margin: 0 auto;
}

/* ---------- Pull-Quote Band ---------- */
.va-pullquote {
  background: var(--ed-black);
  color: var(--ed-bone);
  padding: 96px 56px 110px;
  position: relative;
}
.va-pullquote::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1.4px);
  background-size: 5px 5px;
  pointer-events: none;
}
.va-pullquote__frame {
  position: relative;
  transform: rotate(-.6deg);
  text-align: center;
  padding: 0 32px;
}
.va-pullquote__cite {
  display: inline-block;
  font-family: var(--ed-font-mono);
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.6);
  font-weight: 500;
  margin-bottom: 32px;
}
.va-pullquote__text {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: clamp(56px, 9vw, 132px);
  line-height: .92;
  letter-spacing: -.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  max-width: 18ch;
}
.va-pullquote__text .dot { color: var(--ed-red); }
.va-pullquote__sig {
  display: block;
  margin-top: 40px;
  font-family: var(--ed-font-hand);
  font-size: 22px;
  color: var(--ed-yellow);
}

/* ---------- Magazine Spread (.va-spread) ---------- */
.va-spread {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}
.va-spread__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 720px;
}
.va-spread--image-right .va-spread__grid {
  grid-template-columns: 1fr 1fr;
}
.va-spread__image {
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: auto;
  min-height: 560px;
  overflow: hidden;
}
.va-spread__image.real {
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(1.0);
}
.va-spread__image::after {
  content: "";
  position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  pointer-events: none;
}
.va-spread--image-right .va-spread__image { order: 2; }
.va-spread--image-right .va-spread__copy  { order: 1; }
.s-paper .va-spread__image::after {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}
.va-spread__copy {
  padding: 96px 72px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.s-concrete .va-spread__copy { color: var(--ed-bone); }
.s-paper .va-spread__copy    { color: var(--ed-black); }

.va-spread__header {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 16px 0;
  align-items: start;
}
.va-spread__header .ed-label {
  margin-bottom: 4px;
}
.va-spread__h {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(48px, 5.5vw, 88px);
  line-height: .92;
  letter-spacing: -.005em;
  margin: 0;
  grid-column: 1;
  align-self: start;
}
.va-spread__h .red { color: var(--ed-red); }

/* Marginalia in spread copy column */
.va-margin {
  font-family: var(--ed-font-hand);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--ed-yellow);
  border-left: 2px solid var(--ed-yellow);
  padding: 4px 0 4px 14px;
  margin: 0 0 4px 0;
  float: right;
  width: 38%;
  margin-left: 32px;
  margin-bottom: 16px;
  font-style: normal;
}
.s-paper .va-margin {
  color: var(--ed-red);
  border-left-color: var(--ed-red);
}

/* Drop-cap on first paragraph in spread copy */
.va-dropcap {
  font-family: var(--ed-font-body);
  font-size: 17px;
  line-height: 1.62;
  color: var(--ed-bone);
  max-width: 38ch;
  margin: 0;
}
.s-paper .va-dropcap { color: rgba(10,10,10,.78); }
.va-dropcap::first-letter {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: 100px;
  line-height: .82;
  color: var(--ed-red);
  float: left;
  margin: 4px 14px 0 0;
  padding: 0;
  text-transform: uppercase;
}

/* ---------- B2B Spread (separate from .va-spread, has its own block) ---------- */
.b2b-spread__h {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .92;
  letter-spacing: -.005em;
  margin: 0 0 24px;
  color: #fff;
}
.b2b-spread__kicker {
  display: inline-block;
  font-family: var(--ed-font-mono);
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ed-red);
  font-weight: 600;
  margin-bottom: 24px;
}
.b2b-spread__copy { display: flex; flex-direction: column; gap: 8px; }
.b2b-spread__body {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(216,210,196,.85);
  max-width: 44ch;
  margin: 0 0 18px;
}
.b2b-spread__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.b2b-spread__bullets li {
  padding: 8px 0 8px 22px;
  position: relative;
  color: var(--ed-bone);
  font-size: 15.5px;
  line-height: 1.4;
  border-bottom: 1px solid var(--ed-rule);
}
.b2b-spread__bullets li:last-child { border-bottom: 0; }
.b2b-spread__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 12px;
  height: 2px;
  background: var(--ed-red);
}
.b2b-spread__cta-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.b2b-spread__meta {
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.55);
  font-weight: 500;
}
.b2b-spread__cap {
  position: absolute;
  left: 16px; bottom: 16px;
  font-family: var(--ed-font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  z-index: 2;
}
.b2b-spread__cap .file {
  background: rgba(10,10,10,.82);
  color: #fff;
  padding: 6px 12px;
  font-weight: 600;
  display: inline-block;
  border-left: 2px solid var(--ed-red);
  letter-spacing: .12em;
}
.s-paper .b2b-spread__cap { color: rgba(10,10,10,.85); }
.s-paper .b2b-spread__cap .file {
  background: rgba(10,10,10,.85);
  color: #fff;
  border-left-color: var(--ed-red);
}

/* ed-label as a vertical stack (used in spread headers) */
.ed-label--stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.1;
}
.ed-label--stack::before {
  width: 32px;
  margin-bottom: 4px;
}
.ed-label--stack .sub {
  font-family: var(--ed-font-mono);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: .72;
}

/* ---------- Bullet list (.va-bullets is already in inline css, just extend) ---------- */
.va-bullets {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.va-bullets li {
  padding: 10px 0 10px 22px;
  position: relative;
  color: var(--ed-bone);
  font-size: 15.5px;
  line-height: 1.4;
  border-bottom: 1px solid var(--ed-rule);
}
.va-bullets li:last-child { border-bottom: 0; }
.va-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 12px;
  height: 2px;
  background: var(--ed-red);
}
.s-paper .va-bullets li {
  color: rgba(10,10,10,.82);
  border-bottom-color: var(--ed-paper-line);
}
.s-paper .va-bullets li::before { background: var(--ed-red); }

.va-cta-row {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}

/* ---------- Certificates (.va-certs) ---------- */
.va-certs {
  background: var(--ed-pitch);
  color: var(--ed-bone);
  padding: 96px 56px 110px;
  position: relative;
  /* overflow visible, damit die Patch-Tooltips ueber den Section-Rand zeigen koennen */
  overflow: visible;
}
.va-certs::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1.4px);
  background-size: 5px 5px;
  pointer-events: none;
}
.va-certs__frame {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 56px;
  align-items: center;
}
.va-certs__head { max-width: 36ch; }
.va-certs__head h2 { margin-top: 18px; }
.va-certs__head p {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(216,210,196,.7);
  margin: 18px 0 0;
}
.va-certs__row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  align-items: center;
}

/* Cert-Patch-Slot: traegt opacity/translate Reveal-Animation und den Tooltip-Sibling.
   Patch selbst behaelt die Rotation, damit der Tooltip im Slot gerade bleibt. */
.va-certs__row .ed-patch-slot {
  position: relative;
  display: inline-flex;
  opacity: 0;
  transform: translateY(56px) scale(.88);
  transition: opacity .8s ease-out, transform .9s cubic-bezier(.2,.85,.2,1);
  outline: none;
  cursor: help;
}
.va-certs__row .ed-patch-slot .ed-patch {
  transform: rotate(0deg);
  transition: transform .9s cubic-bezier(.2,.85,.2,1);
}
.va-certs__row.is-revealed .ed-patch-slot { opacity: 1; }
.va-certs__row.is-revealed .ed-patch-slot:nth-child(1) { transform: translateY(0) scale(1); transition-delay: 0ms; }
.va-certs__row.is-revealed .ed-patch-slot:nth-child(1) .ed-patch { transform: rotate(-3deg); transition-delay: 0ms; }
.va-certs__row.is-revealed .ed-patch-slot:nth-child(2) { transform: translateY(0) scale(1); transition-delay: 140ms; }
.va-certs__row.is-revealed .ed-patch-slot:nth-child(2) .ed-patch { transform: rotate(2deg);  transition-delay: 140ms; }
.va-certs__row.is-revealed .ed-patch-slot:nth-child(3) { transform: translateY(0) scale(1); transition-delay: 280ms; }
.va-certs__row.is-revealed .ed-patch-slot:nth-child(3) .ed-patch { transform: rotate(-1deg); transition-delay: 280ms; }
.va-certs__row.is-revealed .ed-patch-slot:nth-child(4) { transform: translateY(0) scale(1); transition-delay: 420ms; }
.va-certs__row.is-revealed .ed-patch-slot:nth-child(4) .ed-patch { transform: rotate(4deg);  transition-delay: 420ms; }

/* Tooltip ueber dem Patch */
.ed-patch-tip {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 256px;
  max-width: 78vw;
  padding: 13px 15px 14px;
  background: #e8e0cc;
  color: #1a1a1a;
  font-family: var(--ed-font-body, "Inter", system-ui, sans-serif);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  border-left: 3px solid var(--ed-red, #e41b12);
  border-radius: 2px;
  box-shadow: 0 14px 32px rgba(0,0,0,.6), 0 4px 10px rgba(0,0,0,.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 30;
  white-space: normal;
}
.ed-patch-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #e8e0cc;
}
.ed-patch-slot:hover .ed-patch-tip,
.ed-patch-slot:focus-visible .ed-patch-tip,
.ed-patch-slot:focus .ed-patch-tip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.ed-patch-slot:focus-visible {
  outline: 2px dashed var(--ed-red, #e41b12);
  outline-offset: 6px;
}

/* Cert-Portrait (rechte Spalte) */
.va-certs__portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 480px;
  background-color: rgba(255,255,255,.04);
  overflow: hidden;
  transform: rotate(-1.2deg);
  box-shadow:
    0 28px 56px rgba(0,0,0,.55),
    0 8px 16px rgba(0,0,0,.4),
    inset 0 0 0 1px rgba(255,255,255,.06);
}
.va-certs__portrait-img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 30%;
  filter: contrast(1.04) saturate(1.05);
}
.va-certs__portrait::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.45) 100%);
  pointer-events: none;
}
.va-certs__portrait .b2b-spread__cap { z-index: 3; }

@media (prefers-reduced-motion: reduce) {
  .va-certs__row .ed-patch-slot {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .va-certs__row .ed-patch-slot .ed-patch { transition: none; }
  .va-certs__row .ed-patch-slot:nth-child(1) .ed-patch { transform: rotate(-3deg); }
  .va-certs__row .ed-patch-slot:nth-child(2) .ed-patch { transform: rotate(2deg);  }
  .va-certs__row .ed-patch-slot:nth-child(3) .ed-patch { transform: rotate(-1deg); }
  .va-certs__row .ed-patch-slot:nth-child(4) .ed-patch { transform: rotate(4deg);  }
}

/* Roter Patch (EFCTO Food Assessed): gelbe Schrift fuer max. Kontrast (Fricke-CI) */
.ed-patch.red {
  --patch-fg: var(--ed-yellow);
  /* Multiply-Texturen abschalten, klares Rot fuer optimalen Kontrast */
  background-image: none;
  filter: none;
}
.ed-patch.red .num,
.ed-patch.red .small {
  opacity: 1;
  color: var(--ed-yellow);
}
.ed-patch.red .big {
  color: var(--ed-yellow);
  font-weight: 700;
}
.ed-patch.red .num,
.ed-patch.red .big,
.ed-patch.red .small {
  text-shadow: 0 1px 2px rgba(0,0,0,.32);
}
.ed-patch.red {
  --patch-stitch: rgba(255,225,18,.55);
  --patch-tack: rgba(255,225,18,.55);
}

/* ---------- Stats (.va-stats) ---------- */
.va-stats {
  background: var(--ed-pitch);
  color: var(--ed-bone);
}
.va-stat {
  position: relative;
  min-height: 540px;
  border-bottom: 1px solid var(--ed-rule);
  overflow: hidden;
}
.va-stat__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) contrast(1.1) brightness(.45);
  opacity: .35;
  transform: translate3d(0,0,0) scale(1.14);
  will-change: transform;
}
.va-stat__frame {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 56px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  min-height: 540px;
}
.va-stat__num {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: clamp(180px, 22vw, 360px);
  line-height: .82;
  color: #fff;
  letter-spacing: -.03em;
  display: flex;
  align-items: flex-start;
}
.va-stat__num .plus {
  font-size: clamp(90px, 11vw, 180px);
  color: var(--ed-red);
  margin-left: 8px;
  align-self: flex-start;
  margin-top: 16px;
}
.va-stat__num .red { color: var(--ed-red); }
.va-stat__cap {
  padding-bottom: 56px;
  align-self: flex-end;
}
.va-stat__cap .label {
  display: inline-block;
  font-family: var(--ed-font-mono);
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.55);
  font-weight: 500;
  margin-bottom: 18px;
}
.va-stat__cap h3 {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .92;
  margin: 0 0 18px;
  color: #fff;
}
.va-stat__cap p {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(216,210,196,.75);
  margin: 0;
  max-width: 36ch;
}

/* ---------- Team (.va-team) ---------- */
.va-team {
  background: var(--ed-black);
  color: var(--ed-bone);
  position: relative;
}
.va-team__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: stretch;
  min-height: 720px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 56px;
}
.va-team__photo {
  position: relative;
  background-size: cover;
  background-position: center 25%;
  min-height: 560px;
  filter: contrast(1.05) saturate(.98);
}
/* Kleines Inset auf dem Tobias-Foto: Heinrich (Vater, dritte Generation) */
.va-team__inset {
  position: absolute;
  bottom: 72px;
  right: 28px;
  width: 168px;
  height: 168px;
  background-size: cover;
  background-position: center 30%;
  border: 4px solid var(--ed-pitch, #0a0a0a);
  outline: 2px solid var(--ed-yellow, #ffe112);
  outline-offset: -2px;
  box-shadow: 0 14px 32px rgba(0,0,0,.55), 0 4px 10px rgba(0,0,0,.4);
  transform: rotate(-2.5deg);
  z-index: 2;
  overflow: visible;
}
.va-team__inset-cap {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%) rotate(2.5deg);
  font-family: var(--ed-font-mono);
  font-size: 9.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ed-bone, #f7f1e3);
  background: rgba(10,10,10,.85);
  padding: 6px 10px;
  white-space: nowrap;
  line-height: 1.35;
  text-align: center;
}
.va-team__inset-cap em {
  display: block;
  font-style: normal;
  color: var(--ed-yellow, #ffe112);
  font-size: 8.5px;
  letter-spacing: .18em;
}
@media (max-width: 960px) {
  .va-team__inset { width: 124px; height: 124px; bottom: 56px; right: 20px; border-width: 3px; }
  .va-team__inset-cap { font-size: 8.5px; padding: 5px 8px; bottom: -32px; }
  .va-team__inset-cap em { font-size: 7.5px; }
}
.va-team__copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
}
.va-team__byline {
  font-family: var(--ed-font-mono);
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.55);
  font-weight: 500;
}
.va-team__copy h2 {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(60px, 6.5vw, 108px);
  line-height: .9;
  margin: 0;
  letter-spacing: -.01em;
  color: #fff;
}
.va-team__copy h2 .red { color: var(--ed-red); }
.va-team__copy .body {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(216,210,196,.85);
  max-width: 44ch;
}
.va-team__quote {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  color: var(--ed-yellow);
  font-style: italic;
  text-transform: none;
  border-left: 3px solid var(--ed-yellow);
  padding-left: 24px;
  margin: 0;
  max-width: 32ch;
}
.va-team__sign {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--ed-font-mono);
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.55);
}
.va-team__sign .name {
  font-family: var(--ed-font-hand);
  font-size: 26px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ed-yellow);
  font-weight: 700;
}

/* ---------- Careers (.va-careers) ---------- */
.va-careers {
  background: var(--ed-paper);
  color: var(--ed-black);
  padding: 96px 56px 110px;
  position: relative;
  overflow: hidden;
}
.va-careers::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(0,0,0,.06) 1px, transparent 1.2px);
  background-size: 3px 3px;
  opacity: .4;
  pointer-events: none;
}
.va-careers__frame {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.va-careers__head { padding-top: 32px; max-width: 32ch; }
.va-careers__head .ed-label { color: var(--ed-black); }
.va-careers__head .ed-label::before { background: var(--ed-black); opacity: .55; }
.va-careers__image {
  position: relative;
  margin-top: 36px;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: rgba(10,10,10,.06);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
/* Zweiter Karriere-Slot (Nils): kein zusaetzlicher Top-Margin im Stack, nur 14px Gap. */
.va-careers__images { display: flex; flex-direction: column; gap: 14px; }
.va-careers__images .va-careers__image { margin-top: 0; }
.va-careers__images > .va-careers__image:first-child { margin-top: 36px; }
.faq__image {
  position: relative;
  margin-top: 36px;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: rgba(10,10,10,.06);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}
.va-careers__head h2 {
  margin-top: 18px;
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .9;
  color: var(--ed-black);
}
.va-careers__head h2 .red { color: var(--ed-red); }
.va-careers__head p {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(10,10,10,.65);
  margin: 18px 0 0;
}

.va-flyer {
  position: relative;
  background: #fdfaf0;
  color: var(--ed-black);
  padding: 56px 56px 48px;
  transform: rotate(-1.1deg);
  box-shadow:
    0 2px 4px rgba(0,0,0,.08),
    0 12px 28px rgba(0,0,0,.15),
    0 26px 60px rgba(0,0,0,.2);
  border: 1px solid rgba(0,0,0,.06);
}
.va-flyer::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(rgba(0,0,0,.04) 0 1px, transparent 1px 28px),
    radial-gradient(rgba(0,0,0,.06) 1px, transparent 1.2px);
  background-size: 100% 28px, 4px 4px;
  opacity: .5;
  pointer-events: none;
}
.va-flyer > * { position: relative; z-index: 1; }
.ed-tack {
  position: absolute;
  top: -14px;
  left: 32px;
  width: 32px;
  height: 32px;
  z-index: 3;
  display: block;
}
.va-flyer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  gap: 24px;
}
.va-flyer__top .lab {
  font-family: var(--ed-font-mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10,10,10,.55);
  font-weight: 500;
  max-width: 32ch;
  line-height: 1.4;
}
.va-flyer__top .stamp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border: 2px solid var(--ed-red);
  border-radius: 50%;
  color: var(--ed-red);
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  transform: rotate(8deg);
  text-align: center;
  padding: 4px;
}
.va-flyer__top .stamp .y { font-size: 22px; }
.va-flyer__top .stamp .l { font-family: var(--ed-font-mono); font-size: 9.5px; letter-spacing: .22em; margin-top: 4px; font-weight: 500; }
.va-flyer__title {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .92;
  margin: 0 0 18px;
  color: var(--ed-black);
}
.va-flyer__sub {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(10,10,10,.7);
  margin: 0 0 36px;
  max-width: 44ch;
}
.va-flyer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  margin: 0 0 36px;
  padding: 24px 0;
  border-top: 1px solid rgba(0,0,0,.18);
  border-bottom: 1px solid rgba(0,0,0,.18);
}
.va-flyer__grid h5 {
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ed-red);
  font-weight: 700;
  margin: 0 0 14px;
}
.va-flyer__grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.va-flyer__grid ul li {
  font-size: 15px;
  line-height: 1.45;
  padding: 6px 0;
  color: rgba(10,10,10,.82);
  border-bottom: 1px dashed rgba(0,0,0,.12);
}
.va-flyer__grid ul li:last-child { border-bottom: 0; }
.va-flyer__cta-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.va-flyer__cta-row .meta {
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10,10,10,.5);
}
.va-flyer__hand-row {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px dashed rgba(0,0,0,.18);
}
.va-flyer__hand-row .ed-hand .num {
  color: var(--ed-red);
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: border-color .15s ease, opacity .15s ease;
}
.va-flyer__hand-row .ed-hand a.num:hover,
.va-flyer__hand-row .ed-hand a.num:focus {
  border-bottom-color: var(--ed-red);
  opacity: .85;
  outline: none;
}

/* ---------- Stimmen (single big pull-quote) ---------- */
.stimmen {
  background: var(--ed-black);
  color: var(--ed-bone);
  padding: 110px 56px 130px;
  position: relative;
  overflow: hidden;
}
/* Stimmen-Grid (3 Cards mit Bild) */
.stimmen__h {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: .94;
  color: #fff;
  margin: 18px 0 56px;
  letter-spacing: -.005em;
}
.stimmen__h .red { color: var(--ed-red); }
.stimmen__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
.stimmen-card {
  display: flex;
  flex-direction: column;
  background: var(--ed-ink);
  border: 1px solid var(--ed-rule);
  overflow: hidden;
}
.stimmen-card__photo {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  filter: grayscale(.15) contrast(1.04);
}
.stimmen-card__body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex: 1;
}
.stimmen-card__quote {
  font-family: var(--ed-font-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ed-bone);
  margin: 0;
}
.stimmen-card__attrib {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--ed-rule);
}
.stimmen-card__attrib .who {
  font-family: var(--ed-font-mono);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ed-yellow);
  font-weight: 600;
}
.stimmen-card__attrib .where {
  font-family: var(--ed-font-body);
  font-size: 13.5px;
  color: rgba(216,210,196,.62);
}

@media (max-width: 900px) {
  .stimmen__grid { grid-template-columns: 1fr; gap: 22px; }
}

.stimmen__frame {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 32px;
}
.stimmen__kicker {
  font-family: var(--ed-font-mono);
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.55);
  font-weight: 500;
  margin-bottom: 40px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.stimmen__quote {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 110px);
  line-height: .94;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  max-width: 22ch;
  letter-spacing: -.005em;
}
.stimmen__quote::before,
.stimmen__quote::after {
  content: "\201E";
  color: var(--ed-yellow);
  margin-right: 4px;
}
.stimmen__quote::after { content: "\201C"; margin-left: 4px; margin-right: 0; }
.stimmen__attrib {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stimmen__google {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ed-font-mono);
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.7);
  border-bottom: 1px solid rgba(216,210,196,.3);
  padding-bottom: 4px;
}

/* ---------- Ed-Byline-Strip ---------- */
.ed-byline-strip {
  background: var(--ed-ink);
  border-bottom: 1px solid var(--ed-rule);
  color: var(--ed-bone);
}
.ed-byline-strip__frame {
  max-width: 1400px;
  margin: 0 auto;
  padding: 22px 56px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 24px;
  align-items: center;
}
.ed-byline-strip .role {
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.55);
  font-weight: 500;
}
.ed-byline-strip .name {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
}
.ed-byline-strip .credit {
  font-family: var(--ed-font-body);
  font-size: 14.5px;
  line-height: 1.4;
  color: rgba(216,210,196,.7);
  font-style: italic;
  text-align: right;
}
.ed-byline-strip .credit em { color: var(--ed-yellow); font-style: normal; font-weight: 600; }

/* ---------- FAQ (Paper-BG mit dunklen Texten, 2-Spalter-Head links) ---------- */
.faq {
  background: var(--ed-paper);
  color: var(--ed-black);
  padding: 110px 56px 130px;
  position: relative;
  overflow: hidden;
}
.faq::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(0,0,0,.06) 1px, transparent 1.2px);
  background-size: 3px 3px;
  opacity: .4;
  pointer-events: none;
}
.faq__frame {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 80px;
  align-items: start;
}
.faq__head {
  text-align: left;
  margin: 0;
  padding-top: 0;
  align-self: start;
  position: sticky;
  top: 110px;
}
.faq__head h2 {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .9;
  margin: 18px 0 18px;
  color: var(--ed-black);
  text-align: left;
}
.faq__head h2 .red { color: var(--ed-red); }
.faq__head p {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(10,10,10,.65);
  margin: 0;
  text-align: left;
  max-width: 32ch;
}
.faq__list { display: flex; flex-direction: column; gap: 0; }
.faq__item {
  border-top: 1px solid rgba(10,10,10,.2);
  overflow: hidden;
  transition: background .2s;
}
.faq__item:last-child { border-bottom: 1px solid rgba(10,10,10,.2); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: baseline;
  gap: 24px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .num {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: 28px;
  color: var(--ed-red);
  letter-spacing: .02em;
}
.faq__item summary .q {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: .005em;
  text-transform: uppercase;
  color: var(--ed-black);
  line-height: 1.15;
}
.faq__item summary .plus {
  width: 22px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
  transition: transform 200ms;
  align-self: center;
}
.faq__item summary .plus::before,
.faq__item summary .plus::after {
  content: "";
  position: absolute;
  background: var(--ed-black);
  top: 50%; left: 50%;
}
.faq__item summary .plus::before { width: 22px; height: 2px; transform: translate(-50%, -50%); }
.faq__item summary .plus::after  { width: 2px; height: 22px; transform: translate(-50%, -50%); }
.faq__item[open] summary .plus { transform: rotate(45deg); }
.faq__item[open] summary .plus::before { background: var(--ed-red); }
.faq__item[open] summary .plus::after  { background: var(--ed-red); }
.faq__a-wrap {
  display: grid;
  grid-template-columns: 56px 1fr 22px;
  gap: 24px;
  padding-bottom: 28px;
}
.faq__a {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(10,10,10,.78);
  max-width: 64ch;
}
.faq__a strong { color: var(--ed-black); font-weight: 700; }

/* ---------- Kontakt Split (im Frame) ---------- */
.kontakt {
  padding: 0 24px;
  background: var(--ed-black);
}
.kontakt__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  overflow: hidden;
}
.kontakt__dark {
  background: var(--ed-pitch);
  color: var(--ed-bone);
  padding: 72px 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.kontakt__paper .ed-label {
  color: var(--ed-black);
}
.kontakt__paper .ed-label::before {
  background: var(--ed-black);
  opacity: .55;
}
.kontakt__photo {
  position: relative;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,.04);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0,0,0,.4);
}
.kontakt__location {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(10,10,10,.18);
}
.kontakt__location-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 36px;
}
.kontakt__location-grid .row .k {
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10,10,10,.55);
  margin-bottom: 8px;
  font-weight: 500;
}
.kontakt__location-grid .row .v {
  font-family: var(--ed-font-body);
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ed-black);
}
.kontakt__dark::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1.4px);
  background-size: 5px 5px;
  pointer-events: none;
}
.kontakt__dark > * { position: relative; z-index: 1; }
.kontakt__head h2 {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(60px, 7vw, 120px);
  line-height: .88;
  margin: 18px 0 18px;
  color: #fff;
}
.kontakt__head h2 .red { color: var(--ed-red); }
.kontakt__head p {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(216,210,196,.75);
  margin: 0;
  max-width: 36ch;
}
.kontakt__phone {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.kontakt__phone .lab {
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.55);
}
.kontakt__phone .num {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: clamp(40px, 4.5vw, 64px);
  letter-spacing: .02em;
  color: #fff;
  line-height: 1;
  transition: color 150ms;
}
.kontakt__phone:hover .num { color: var(--ed-yellow); }
.kontakt__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 36px;
}
.kontakt__meta .row .k {
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.55);
  font-weight: 500;
  margin-bottom: 8px;
}
.kontakt__meta .row .v {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ed-bone);
}
.kontakt__meta .row .v a {
  color: inherit;
  border-bottom: 1px solid rgba(216,210,196,.3);
}
.kontakt__meta .row .v a:hover {
  color: var(--ed-yellow);
  border-bottom-color: var(--ed-yellow);
}
.kontakt__call-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--ed-font-mono);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 600;
  padding: 22px 28px;
  background: var(--ed-red);
  color: #fff;
  transition: background 150ms;
  align-self: flex-start;
}
.kontakt__call-cta:hover { background: var(--ed-red-deep); }
.kontakt__call-cta::after { content: "\2192"; font-family: var(--ed-font-display); font-size: 22px; transform: translateY(-1px); }

.kontakt__paper {
  background: var(--ed-paper);
  color: var(--ed-black);
  padding: 72px 56px;
  position: relative;
  overflow: hidden;
}
.kontakt__paper::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(0,0,0,.06) 1px, transparent 1.2px);
  background-size: 3px 3px;
  opacity: .5;
  pointer-events: none;
}
.kontakt__paper > * { position: relative; z-index: 1; }
.kontakt__paper h2 {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: .94;
  margin: 18px 0 12px;
  color: var(--ed-black);
}
.kontakt__paper h2 .red { color: var(--ed-red); }
.kontakt__paper .sub {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(10,10,10,.65);
  margin: 0 0 36px;
  max-width: 44ch;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form .pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form label .k {
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10,10,10,.65);
  font-weight: 600;
}
.form input,
.form textarea,
.form select {
  font-family: var(--ed-font-body);
  font-size: 16px;
  padding: 14px 16px;
  background: #fdfaf0;
  border: 1px solid rgba(0,0,0,.18);
  color: var(--ed-black);
  border-radius: 0;
  appearance: none;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: 2px solid var(--ed-red);
  outline-offset: -1px;
  border-color: var(--ed-red);
}
.form textarea { min-height: 130px; resize: vertical; }
.form select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23000' stroke-width='1.5' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 36px;
}
.form__check {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(10,10,10,.7);
}
.form__check input { width: auto; margin-top: 2px; flex-shrink: 0; }
.form__check a { color: var(--ed-red); border-bottom: 1px solid var(--ed-red); }
.form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--ed-font-mono);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 600;
  padding: 18px 28px;
  background: var(--ed-red);
  color: #fff;
  border: 0;
  cursor: pointer;
  transition: background 150ms;
  align-self: flex-start;
}
.form__submit::after { content: "\2192"; font-family: var(--ed-font-display); font-size: 22px; transform: translateY(-1px); }
.form__submit:hover { background: var(--ed-red-deep); }

/* ---------- Footer (.foot) ---------- */
.foot {
  background: #050505;
  color: rgba(216,210,196,.7);
  padding: 80px 0 32px;
  border-top: 1px solid var(--ed-rule);
}
.foot__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}
.foot__brand .lockup {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -.005em;
  margin-bottom: 16px;
  line-height: 1;
}
.foot__brand .lockup .dot { color: var(--ed-red); }
.foot__brand p {
  font-size: 14px;
  line-height: 1.65;
  max-width: 36ch;
  margin: 0;
}
.foot__col h5 {
  font-family: var(--ed-font-mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(216,210,196,.55);
  font-weight: 600;
  margin: 0 0 16px;
}
.foot__col a, .foot__col p {
  display: block;
  font-family: var(--ed-font-body);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: rgba(216,210,196,.7);
}
.foot__col a:hover { color: var(--ed-yellow); }
.foot__legal {
  margin-top: 56px;
  padding: 22px 56px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(216,210,196,.5);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid var(--ed-rule);
}
.foot__legal a { color: rgba(216,210,196,.7); }
.foot__legal a.fox { color: var(--ed-yellow); font-weight: 600; }
.foot__legal .right { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }

/* ---------- Floating Phone CTA (mobile) ---------- */
.floating-phone {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 80;
  width: 60px;
  height: 60px;
  background: var(--ed-red);
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(228,27,18,.45);
}
.floating-phone:hover { background: var(--ed-red-deep); }
.floating-phone svg { width: 26px; height: 26px; }

/* ---------- RESPONSIVE additions ---------- */
@media (max-width: 960px) {
  .va-spread__grid { grid-template-columns: 1fr; min-height: 0; }
  .va-spread { min-height: 0; }
  .va-spread__image { min-height: 320px; aspect-ratio: 4/3; }
  .va-spread__copy { padding: 56px 20px 64px; gap: 28px; }
  .va-spread__header { grid-template-columns: 1fr; }
  .va-spread__h { grid-column: 1; font-size: clamp(40px, 9vw, 56px); }
  .va-margin { float: none; width: auto; margin: 0 0 16px 0; }

  .va-certs__frame { grid-template-columns: 1fr; gap: 40px; }
  .va-certs__row { gap: 16px; }
  .va-certs { padding: 64px 20px 80px; }

  .va-stat { min-height: 0; }
  .va-stat__frame { grid-template-columns: 1fr; padding: 56px 20px; gap: 16px; align-items: flex-start; min-height: 0; }
  .va-stat__num { font-size: clamp(180px, 60vw, 260px); }
  .va-stat__num .plus { font-size: 96px; }
  .va-stat__cap { padding-bottom: 0; }
  .va-stat__cap h3 { font-size: 36px; }

  .va-team__grid { grid-template-columns: 1fr; gap: 32px; padding: 56px 20px; min-height: 0; }
  .va-team__photo { aspect-ratio: 4/5; min-height: 0; }
  .va-team__copy h2 { font-size: clamp(44px, 11vw, 68px); }

  .va-careers__frame { grid-template-columns: 1fr; gap: 36px; }
  .va-careers { padding: 64px 20px 80px; }
  .va-flyer { padding: 36px 28px 28px; transform: rotate(-.6deg); }
  .va-flyer__top { flex-direction: column; gap: 18px; }
  .va-flyer__title { font-size: clamp(40px, 11vw, 56px); }
  .va-flyer__grid { grid-template-columns: 1fr; gap: 22px; padding: 18px 0; }

  .stimmen { padding: 72px 20px 90px; }
  .stimmen__quote { font-size: clamp(40px, 11vw, 68px); }

  .faq { padding: 72px 20px 90px; }
  .faq__frame { grid-template-columns: 1fr; gap: 36px; }
  .faq__head { padding-top: 0; position: static; margin-bottom: 8px; }
  .faq__head p { max-width: none; }
  .faq__item summary { grid-template-columns: 36px 1fr auto; padding: 22px 0; gap: 16px; }
  .faq__item summary .num { font-size: 20px; }
  .faq__a-wrap { grid-template-columns: 36px 1fr 22px; gap: 16px; padding-bottom: 22px; }

  .kontakt { grid-template-columns: 1fr; }
  .kontakt__dark { padding: 56px 20px 64px; }
  .kontakt__paper { padding: 56px 20px 64px; }
  .kontakt__meta { grid-template-columns: 1fr; gap: 18px; }

  .foot { padding: 56px 0 24px; }
  .foot__inner { grid-template-columns: 1fr 1fr; gap: 32px; padding: 0 20px; }
  .foot__legal { padding: 22px 20px 0; flex-direction: column; align-items: flex-start; }

  .floating-phone { display: inline-flex; }

  .ed-byline-strip__frame { grid-template-columns: 1fr; gap: 8px; padding: 18px 20px; }
  .ed-byline-strip .credit { text-align: left; }
}

@media (max-width: 560px) {
  .foot__inner { grid-template-columns: 1fr; }
}

/* ============================================================
   PROBLEM SECTION (Kennst du das?) - Editorial Schmerzpunkt
   ============================================================ */
.problem {
  padding: 110px 56px 120px;
  position: relative;
  border-top: 1px solid var(--ed-paper-line);
  border-bottom: 1px solid var(--ed-paper-line);
}
.problem::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(10,10,10,.05) 1px, transparent 1.4px);
  background-size: 5px 5px;
  pointer-events: none;
}
.problem__frame {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 48px;
  row-gap: 56px;
  align-items: start;
}
.problem .ed-label {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}
.problem__h {
  grid-column: 1 / 2;
  margin: 0;
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: clamp(56px, 7vw, 120px);
  line-height: .88;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--ed-black);
}
.problem__h .line {
  display: block;
}
.problem__h .dot {
  color: var(--ed-red);
}
.problem__lede {
  grid-column: 2 / 3;
  margin: 0;
  font-family: var(--ed-font-body);
  font-size: 16.5px;
  line-height: 1.62;
  color: rgba(10,10,10,.82);
}
.problem__image {
  grid-column: 3 / 4;
  position: relative;
  background-color: rgba(10,10,10,.06);
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  align-self: stretch;
  overflow: hidden;
}
.problem__image::after {
  content: "";
  position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
  pointer-events: none;
}
.problem__lede::first-letter {
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: 84px;
  line-height: .85;
  float: left;
  margin: 6px 14px 0 0;
  color: var(--ed-red);
}
.problem__pain {
  grid-column: 1 / -1;
  list-style: none;
  margin: 24px 0 0;
  padding: 32px 0 0;
  border-top: 2px solid var(--ed-black);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.problem__pain-item {
  position: relative;
  padding: 8px 32px 8px 0;
  border-right: 1px solid var(--ed-paper-line);
}
.problem__pain-item:last-child {
  border-right: 0;
  padding-right: 0;
}
.problem__pain-item + .problem__pain-item {
  padding-left: 32px;
}
.problem__pain-nr {
  display: inline-block;
  font-family: var(--ed-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--ed-red);
  margin-bottom: 14px;
}
.problem__pain-h {
  margin: 0 0 10px;
  font-family: var(--ed-font-display);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: .005em;
  text-transform: uppercase;
  color: var(--ed-black);
}
.problem__pain-t {
  margin: 0;
  font-family: var(--ed-font-body);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(10,10,10,.72);
}

@media (max-width: 900px) {
  .problem { padding: 72px 24px 80px; }
  .problem__frame { grid-template-columns: 1fr; row-gap: 28px; column-gap: 0; }
  .problem__h { grid-column: 1 / -1; font-size: clamp(56px, 13vw, 96px); }
  .problem__lede { grid-column: 1 / -1; font-size: 16.5px; }
  .problem__image { grid-column: 1 / -1; aspect-ratio: 16 / 10; min-height: 220px; }
  .problem__lede::first-letter { font-size: 64px; }
  .problem__pain {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .problem__pain-item {
    border-right: 0;
    border-bottom: 1px solid var(--ed-paper-line);
    padding: 22px 0;
  }
  .problem__pain-item:last-child { border-bottom: 0; }
  .problem__pain-item + .problem__pain-item { padding-left: 0; }
}

/* ============================================================
   MULTISTEP FORM (Kontakt)
   ============================================================ */
.form--steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 24px;
}

/* Progress-Indikator */
.form-steps__progress {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.form-steps__dot {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ed-font-mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(10,10,10,.45);
  font-weight: 500;
  transition: color .25s ease;
}
.form-steps__dot b {
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center; justify-content: center;
  border: 1.5px solid rgba(10,10,10,.25);
  font-family: var(--ed-font-display);
  font-size: 16px;
  font-weight: 700;
  color: rgba(10,10,10,.55);
  background: transparent;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.form-steps__dot.is-active {
  color: var(--ed-black);
}
.form-steps__dot.is-active b {
  background: var(--ed-red);
  border-color: var(--ed-red);
  color: #fff;
}
.form-steps__dot.is-done b {
  background: var(--ed-black);
  border-color: var(--ed-black);
  color: #fff;
}
.form-steps__line {
  flex: 1;
  height: 1px;
  background: rgba(10,10,10,.18);
  min-width: 12px;
}

/* Step-Container */
.form-step {
  border: 0;
  padding: 0;
  margin: 0;
  display: none;
}
.form-step.is-active { display: block; }
.form-step__legend {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: .005em;
  color: var(--ed-black);
  margin-bottom: 18px;
  padding: 0;
}
.form-step__hint {
  font-size: 13.5px;
  color: rgba(10,10,10,.6);
  margin: 6px 0 0;
}
.form-step__nav {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
/* Variante ohne Buttons (Step 1 mit Auto-Advance): Hint zentriert, dezente Optik */
.form-step__nav--center {
  justify-content: center;
  text-align: center;
}
.form-step__nav--center .form-step__hint {
  margin: 0;
  font-style: italic;
}
.form-step__next,
.form-step__back,
.form__submit {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 18px;
  padding: 16px 28px;
  border: 0;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .1s ease;
}
.form-step__next,
.form__submit {
  background: var(--ed-red);
  color: #fff;
}
.form-step__next:hover,
.form__submit:hover {
  background: var(--ed-red-deep);
}
.form-step__next:active,
.form__submit:active { transform: translateY(1px); }
.form-step__back {
  background: transparent;
  color: var(--ed-black);
  border: 1.5px solid rgba(10,10,10,.25);
  padding: 14px 22px;
}
.form-step__back:hover { border-color: var(--ed-black); }

/* Leistungs-Cards Grid */
.leistungs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.leistung-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px;
  background: rgba(10,10,10,.04);
  border: 2px solid rgba(10,10,10,.12);
  cursor: pointer;
  transition: background .15s, border-color .15s, transform .1s;
}
.leistung-card:hover {
  background: rgba(228,27,18,.06);
  border-color: rgba(228,27,18,.4);
}
.leistung-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.leistung-card:has(input:checked) {
  background: var(--ed-black);
  border-color: var(--ed-red);
  color: #fff;
}
.leistung-card:has(input:checked) .leistung-card__t {
  color: rgba(255,255,255,.78);
}
.leistung-card:has(input:checked) .leistung-card__icon {
  color: var(--ed-red);
}
.leistung-card__icon {
  width: 32px; height: 32px;
  color: var(--ed-red);
  display: inline-flex;
}
.leistung-card__icon svg {
  width: 100%; height: 100%;
}
.leistung-card__h {
  font-family: var(--ed-font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: .01em;
  line-height: 1;
}
.leistung-card__t {
  font-size: 13.5px;
  line-height: 1.4;
  color: rgba(10,10,10,.65);
}

/* Step 2 + 3 spacing harmonization */
.form-step .pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-step label { display: block; margin-bottom: 18px; }
.form-step label .k {
  display: block;
  font-family: var(--ed-font-mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(10,10,10,.55);
  margin-bottom: 8px;
  font-weight: 500;
}
.form-step input[type="text"],
.form-step input[type="email"],
.form-step input[type="tel"],
.form-step textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid rgba(10,10,10,.25);
  padding: 10px 0;
  font-family: var(--ed-font-body);
  font-size: 16.5px;
  color: var(--ed-black);
  transition: border-color .15s ease;
}
.form-step textarea {
  min-height: 130px;
  resize: vertical;
}
.form-step input:focus,
.form-step textarea:focus {
  outline: none;
  border-bottom-color: var(--ed-red);
}
.form-step .form__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(10,10,10,.68);
  margin-top: 8px;
}
.form-step .form__check input { margin-top: 4px; }

@media (max-width: 900px) {
  .kontakt__inner { grid-template-columns: 1fr; }
  .leistungs-grid { grid-template-columns: repeat(2, 1fr); }
  .form-steps__dot span { display: none; }
}
@media (max-width: 520px) {
  /* Leistungs-Kacheln bleiben auch auf sehr schmalen Viewports 2-spaltig (Timo-Wunsch) */
  .leistungs-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .leistung-card { padding: 14px 10px; }
  .leistung-card__h { font-size: 15px; }
  .leistung-card__t { font-size: 12px; line-height: 1.35; }
  .form-step .pair { grid-template-columns: 1fr; }
}
