/* ════════════════════════════════════════════════════════════════
   main.css — globales Stylesheet (auf allen Seiten geladen) + Startseite
   Aufbau: Tokens → Base → Components → Header → Sektionen → Responsive → Reveals
   ════════════════════════════════════════════════════════════════ */
:root{
  --red:#e30613;          /* NRWSPD-Rot (Logo-Grund) */
  --red-deep:#b30410;
  --red-dark:#7c0009;     /* kleines Rot auf hell: AA-fest (Red-Restraint Rule) */
  --ink:#15120f;
  --paper:#ffffff;
  --grey:#eef0f3;         /* dezentes, neutral-kühles Grau — trennt aufeinanderfolgende helle Sektionen */
  --green:#00843d;        /* NRW-Grün (Flagge grün-weiß-rot) — Akzent */
  --line:rgba(21,18,15,.14);
  /* neutrale Textfarben als Tokens (statt verstreuter Literale) */
  --prose-ink:#2f2a25;    /* Fließtext auf hell */
  --muted:#5a544c;        /* sekundärer Text */
  --subtle:#6b6358;       /* tertiärer / Meta-Text */
  --sans:'Open Sans',system-ui,Arial,sans-serif;
  /* Eine Familie für die gesamte Seite (keine SPD-TheSans-Lizenz): Open Sans in
     echten Schnitten. --display ist die Headline-/Display-Rolle (ExtraBold 800),
     zeigt aber ebenfalls auf Open Sans. */
  --display:var(--sans);
  --serif:'Zilla Slab',Georgia,'Times New Roman',serif; /* Zitatstimme: kräftige Slab (Kundenwahl „Variante 3", 10.06.) */
  --wrap:1340px;
  --pad:clamp(22px,5vw,72px);
  /* Bewegungs-Vokabular: ruhige, entschiedene Verzögerung — kein Bounce */
  --ease-out-expo:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
body{font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
/* <picture> wrappers collapse out of layout so the inner <img> behaves exactly
   like a direct child (the WebP sources are wired in the HTML). */
picture{display:contents}
a{color:inherit;text-decoration:none}
em{font-style:normal;color:var(--red-dark)}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:var(--ink);padding:10px 16px;z-index:200}
.skip-link:focus{left:8px;top:8px}
/* visually hidden, still in the accessibility tree (for off-screen headings) */
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ───────── Keyboard focus (BITV/WCAG): visible ring on every control ───────── */
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--ink);outline-offset:3px;border-radius:2px}
/* On red/dark grounds the ink ring disappears — switch it to white */
.hero :focus-visible,.support :focus-visible,.site-footer :focus-visible,.page-hero--red :focus-visible,.policy-field--red :focus-visible,.block--red :focus-visible,.split--red :focus-visible,.site-header:not(.site-header--scrolled):not(.site-header--solid) :focus-visible{outline-color:#fff}

/* ───────── Long German compounds must never force a horizontal scroll ───────── */
.heading,.claim,.hero__name,.hero__role,.subheading,.block__label,.intro{overflow-wrap:break-word}


/* ════════ COMPONENTS ════════ */
/* Eyebrow-Label mit NRW-SPD-Chevron » (statt Tricolore-Strich) */
/* Einheitliche Kicker-Maße für alle »-Eyebrows (auch .section-eyebrow/.specifics-eyebrow) */
.eyebrow{font-size:.8125rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--red-dark);display:flex;align-items:center;gap:.55em;margin-bottom:18px}
.eyebrow::before{content:'»';font-weight:800;font-size:1.6em;line-height:0;letter-spacing:0;color:var(--red)}
.eyebrow--light{color:#fff}
.eyebrow--light::before{color:#fff}

/* NRW-Marker: senkrechter Balken LINKS vom Text, Farben von oben nach unten
   grün-weiß-rot (echte Flaggenordnung) — ersetzt jede Unterstreichung. Über
   align-items:stretch wächst er automatisch auf die Höhe der Headline. */
.flag-heading{display:flex;align-items:stretch;gap:clamp(14px,1.5vw,22px)}
.flag-heading>:not(.flag-marker){min-width:0}
/* der Marker spannt exakt die Texthöhe; der Abstand nach unten kommt von .flag-heading */
.flag-heading .heading,.flag-heading .page-hero__title,.flag-heading .subheading{margin-bottom:0}
.flag-marker{flex:0 0 auto;align-self:stretch;width:clamp(6px,.7vw,9px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 0 1px rgba(21,18,15,.28);transform-origin:top center;transition:transform .8s cubic-bezier(.2,.7,.3,1)}
.flag-marker i{flex:1}
.flag-marker i:nth-child(1){background:var(--green)}
.flag-marker i:nth-child(2){background:#fff}
.flag-marker i:nth-child(3){background:var(--red)}
.flag-marker i+i{box-shadow:inset 0 1px 0 rgba(21,18,15,.28)}
/* auf rotem/dunklem Grund: kräftiger heller Rahmen, damit das rote Segment sichtbar bleibt
   und die Flagge als EIN Objekt liest */
.flag-heading--light .flag-marker{box-shadow:0 0 0 2px rgba(255,255,255,.9)}
.flag-heading--light .flag-marker i+i{box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.js-reveal .flag-marker:not(.is-revealed){transform:scaleY(0)}

/* »-Chevron als zentrierter Trenner (ersetzt den waagerechten Tricolore-Balken) */
.divider{display:block;font-weight:800;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1;color:var(--red);text-align:center;letter-spacing:.05em;transition:opacity .7s var(--ease-out-expo),transform .7s var(--ease-out-expo)}
.js-reveal .divider:not(.is-revealed){opacity:0;transform:scale(.7)}

@media (prefers-reduced-motion:reduce){.flag-marker,.divider{transform:none;transition:none;opacity:1}}

.heading{font-family:var(--display);font-weight:800;font-size:clamp(1.9rem,4.4vw,3.5rem);line-height:1.05;letter-spacing:-.02em;text-transform:none}
.heading--light{color:#fff}
.lead{font-size:clamp(1.0625rem,1.35vw,1.25rem);line-height:1.62;color:var(--prose-ink);max-width:46ch}
.lead--light{color:#fff}
.intro{display:block;font-weight:700;font-size:1.32em;line-height:1.34;letter-spacing:-.012em;color:var(--ink);margin-bottom:.44em;text-wrap:balance}
.lead--light .intro{color:#fff}
.lead strong{font-weight:800;color:var(--red-dark)}
/* Hervorhebung nur über Gewicht/Farbe — Unterstreichungen bleiben Links vorbehalten */
.lead--light strong{font-weight:800;color:#fff}
/* Aussage-Zwischenüberschrift (z. B. „Das will ich ändern.") — eigene Zeile,
   nicht im Fließtext eingebettet */
.declaration{font-family:var(--display);font-weight:800;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.14;letter-spacing:-.012em;color:var(--red-dark);margin:2px 0 28px}
.declaration--ink{color:var(--ink)}
.section-eyebrow{font-weight:700;font-size:.8125rem;letter-spacing:.16em;text-transform:uppercase;color:var(--red-dark);display:flex;align-items:center;gap:.55em;margin:8px 0 18px}
.section-eyebrow::before{content:'»';font-weight:800;font-size:1.6em;line-height:0;color:var(--red);flex:0 0 auto}


.btn{display:inline-flex;align-items:center;gap:.5em;font-family:var(--sans);font-weight:800;font-size:clamp(.9375rem,1.1vw,1.0625rem);line-height:1;padding:16px 30px;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s,color .15s,box-shadow .15s;white-space:nowrap}
.btn .btn__arrow{font-style:normal;transition:transform .18s ease}
.btn:hover .btn__arrow{transform:translateX(4px)}
.btn--red{background:var(--red);color:#fff;border-color:var(--red)}
.btn--red:hover{background:var(--red-deep);border-color:var(--red-deep)}
.btn--white{background:#fff;color:var(--red);border-color:#fff}
.btn--white:hover{box-shadow:0 10px 26px rgba(0,0,0,.18);transform:translateY(-1px)}
.btn--cta{background:#fff;color:var(--red);border-color:#fff}
.btn--cta:hover{box-shadow:0 10px 26px rgba(0,0,0,.18);transform:translateY(-1px)}
.site-header--scrolled .btn--cta{background:var(--red);color:#fff;border-color:var(--red)}
.btn--ghost-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.65)}
.btn--ghost-light:hover{background:rgba(255,255,255,.12)}
.btn--sm{padding:11px 20px;font-size:.90625rem;border-radius:999px;min-height:44px}
.btn--lg{padding:19px 34px;font-size:clamp(1rem,1.2vw,1.1875rem)}

/* NRWSPD logo lockups */
.logo-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--red);border-radius:0;width:48px;height:48px}
.logo-badge img{height:27px;width:auto;display:block}

/* ════════ HEADER ════════ */
.site-header{position:fixed;inset:0 0 auto;z-index:100;transition:background .25s,box-shadow .25s}
.site-header__inner{max-width:var(--wrap);margin:0 auto;padding:18px var(--pad);display:flex;align-items:center;gap:28px}
.wordmark{font-family:var(--display);font-weight:800;font-size:1.625rem;letter-spacing:-.01em;color:#fff;transition:color .25s;white-space:nowrap}
.wordmark span{opacity:.9}
.nav{display:flex;gap:30px;margin-left:18px}
.nav a{font-size:.96875rem;font-weight:600;color:#fff;transition:color .25s;padding:6px 0;border-bottom:2px solid transparent;white-space:nowrap}
.nav a:hover{border-bottom-color:currentColor}
.site-header__actions{margin-left:auto;display:flex;align-items:center;gap:18px}
.site-header--scrolled{background:#fff;box-shadow:0 2px 18px rgba(0,0,0,.1)}
/* Wortmarke „Jochen Ott" auf hellem Header komplett rot (außer über dem roten Hero) */
.site-header--scrolled .wordmark{color:var(--red)}
.site-header--scrolled .wordmark span{color:var(--red);opacity:1}
.site-header--scrolled .nav a{color:var(--ink)}
/* flex:0 0 auto ist Pflicht: Wortmarke und CTA sind nowrap — ohne Shrink-Schutz
   quetscht Flexbox den Burger auf schmalen Geräten auf 0 Breite (unsichtbar) */
.nav-toggle{display:none;flex:0 0 auto;margin-left:auto;width:44px;height:44px;background:none;border:0;cursor:pointer;flex-direction:column;justify-content:center;gap:6px}
.nav-toggle span{display:block;height:2.5px;background:#fff;border-radius:2px;transition:.25s}
.site-header--scrolled .nav-toggle span{background:var(--ink)}
.nav-toggle--open span:nth-child(1){transform:translateY(8.5px) rotate(45deg)}
.nav-toggle--open span:nth-child(2){opacity:0}
.nav-toggle--open span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}
.mobile-nav{display:none}
.mobile-nav[hidden]{display:none}   /* author rule must beat [hidden]; the media query below sets display:flex */

/* ════════ 1 · HERO ════════ */
.hero{position:relative;min-height:100svh;background:var(--red);overflow:hidden}
/* One ordered stack: flag-marker, name, role, buttons. On wide screens the
   figure lifts out as the big side portrait; on phones it stays in the flow so
   the face appears right under the name -- a human opener inside the text. */
.hero__stage{position:relative;max-width:var(--wrap);margin:0 auto;min-height:100svh;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:clamp(96px,12vh,140px) var(--pad) clamp(48px,8vh,86px)}
.hero__stage>:not(.hero__portrait){position:relative;z-index:2;max-width:100%}
/* "Jochen Ott." stays on one line; the long compound never breaks mid-word. */
.hero__name{font-family:var(--sans);font-weight:800;color:#fff;font-size:clamp(2.25rem,6.6vw,5.5rem);line-height:.94;letter-spacing:-.03em;white-space:nowrap;overflow-wrap:normal;margin-bottom:.2em}
.hero__role{font-family:var(--sans);font-weight:800;color:#fff;font-size:clamp(1.6rem,4.2vw,3.5rem);line-height:1.04;letter-spacing:-.02em;margin-top:12px;overflow-wrap:normal;hyphens:manual}
.hero__actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:clamp(28px,4vh,42px)}
/* der NRW-Marker steht links neben „Jochen Ott." und ist exakt so hoch wie der Name */
.hero__headline-row{align-items:stretch;margin-bottom:.18em}
.hero__headline-row .hero__name{margin-bottom:0}
.hero__headline-row .flag-marker{width:clamp(8px,.9vw,12px)}
/* Desktop: the whole figure (object-fit:contain never crops) lifts out to the
   right, grounded and nudged a touch off the edge; on wide screens it fills the
   height so his head sits high with no dead red above. Text paints over it. */
.hero__portrait{position:absolute;z-index:1;bottom:0;right:-3vw;width:min(78vw,70rem);height:min(94svh,62rem);pointer-events:none}
.hero__portrait img{width:100%;height:100%;object-fit:contain;object-position:bottom right;display:block;filter:drop-shadow(0 1rem 2.6rem rgba(74,0,5,.3))}

/* Phones + portrait tablets: the figure drops into the flow directly under the
   name -- face first, then the role line and the buttons. Full bust on phones,
   contained and centred on wider tablets. */
/* ── ≤900px: Jochen großflächig hinter dem Text, am unteren Rand verankert.
   Text und Figur fließen ineinander (wie der Desktop, nur vertikal). Ein roter
   Verlauf oben hält die Headline lesbar; Jochens Gesicht bleibt frei. ── */
@media (max-width:639px){
  .hero__stage{position:relative;justify-content:flex-start;align-items:flex-start;padding-top:clamp(78px,11vh,104px);padding-bottom:0}
  .hero__portrait{position:absolute;z-index:1;bottom:0;left:50%;transform:translateX(-50%);width:min(148%,560px);max-width:none;height:auto;margin:0;pointer-events:none}
  .hero__portrait img{width:100%;height:auto;max-width:none;object-fit:contain;object-position:bottom center;filter:none}
  .hero__stage::after{content:'';position:absolute;z-index:1;left:0;right:0;top:0;height:52%;background:linear-gradient(180deg,var(--red) 0%,var(--red) 16%,rgba(227,6,19,0) 100%);pointer-events:none}
  .hero__name,.hero__role,.hero__actions{position:relative;z-index:2}
  .hero__name{font-size:clamp(2.4rem,8.5vw,4.4rem)}
  .hero__role{font-size:clamp(1.55rem,5vw,2.7rem)}
}
/* ── Tablet / quer (640–900px): Desktop-Logik (Jochen rechts, Text links unten)
   bleibt — ein roter Sockel-Verlauf sichert Name/Rolle/Buttons über seinem
   Körper (sonst weißer Button auf weißem Hemd). Gesicht oben bleibt frei. ── */
@media (min-width:640px) and (max-width:900px){
  .hero__stage::after{content:'';position:absolute;z-index:1;inset:0;background:linear-gradient(0deg,var(--red) 0%,var(--red) 10%,rgba(227,6,19,.5) 26%,rgba(227,6,19,0) 52%);pointer-events:none}
  .hero__name,.hero__role,.hero__actions{position:relative;z-index:2}
}
/* quiet scroll cue: signals the proof beat below, clear of the bottom-left CTAs */
.hero__scroll-cue{position:absolute;z-index:3;right:var(--pad);bottom:16px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.82);border-radius:50%;transition:color .2s ease;animation:scroll-cue-bob 1.9s ease-in-out infinite}
.hero__scroll-cue:hover{color:#fff}
.hero__scroll-cue:focus-visible{outline:2px solid #fff;outline-offset:3px;color:#fff}
@keyframes scroll-cue-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}
@media (prefers-reduced-motion:reduce){.hero__scroll-cue{animation:none}}

/* ════════ 2 · STATEMENT + ZITAT ════════ */
.statement{background:var(--paper);padding:clamp(70px,11vh,140px) var(--pad);max-width:1180px;margin:0 auto;text-align:center;scroll-margin-top:72px}
.claim{font-family:var(--display);font-weight:800;font-size:clamp(2.6rem,8vw,6rem);line-height:1.02;letter-spacing:-.02em;text-transform:uppercase;color:var(--ink);padding-bottom:.3em}
.claim__accent{color:var(--red)}
.quote{margin:clamp(96px,12vh,150px) auto 0;max-width:920px;position:relative}
/* Guillemets » … « um den Zitattext (Gestalter-Wunsch) */
.quote .quote-mark{color:var(--red);font-weight:600}
.quote blockquote{font-family:var(--serif);font-weight:600;font-size:clamp(1.6875rem,3.7vw,3.0625rem);line-height:1.32;letter-spacing:-.004em;color:var(--ink);text-wrap:balance}
/* Längen-Modifier: lange Zitate eine Stufe unter Display-Größe (5–6 Zeilen statt 9) */
.quote--long blockquote{font-size:clamp(1.4rem,2.3vw,2.0625rem);line-height:1.42}
.quote figcaption{margin-top:30px;font-family:var(--serif);font-style:italic;font-weight:600;font-size:clamp(1.25rem,1.8vw,1.6rem);color:var(--red-dark);letter-spacing:.01em}
.quote figcaption::before{content:'– '}
/* Langzitat weiß auf SPD-Rot (Kundenwahl „Variante 3", Mail 10.06.):
   auf Rot bleibt genau EINE Textfarbe — löst die Drei-Farben-Kritik aus dem Termin */
.quote--long{background:var(--red);padding:clamp(34px,4.6vw,60px) clamp(24px,4vw,56px);max-width:1060px}
.quote--long .quote-mark{color:rgba(255,255,255,.62)}
.quote--long blockquote{color:#fff}
.quote--long blockquote em{font-style:italic;color:#fff}
.quote--long figcaption{color:rgba(255,255,255,.88)}

/* ════════ 3/4 · SPLIT ════════ */
.split{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}
.split__text{display:flex;flex-direction:column;justify-content:center;padding:clamp(56px,7vw,104px) clamp(34px,5vw,84px);min-height:min(86vh,760px);min-width:0}
.split__text>*{flex:0 0 auto}
.split__media{position:relative;overflow:hidden;min-height:360px}
.split__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.split--red{background:var(--red)}
.split--red .split__media{background:var(--red-deep)}
.split--paper{background:var(--grey)}
.split--reversed .split__text{order:2}
.split--reversed .split__media{order:1}
.split__text .lead{margin-bottom:30px}
.split__text .heading{line-height:1.07;text-wrap:balance}
.split__text .flag-heading{margin-bottom:clamp(20px,2.6vh,30px)}
.split__text .btn{align-self:flex-start}

/* fields list — »-Chevron als Marker (statt Signal-Pfeil); Einträge sind Anker-Links
   auf die sechs Felder der Programmseite (Tap-Ziele ≥44px) */
.field-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:2px 26px;margin:4px 0 32px}
.field-list li{position:relative;padding-left:1.5em;font-weight:700;font-size:clamp(.9375rem,1.15vw,1.125rem);color:var(--ink)}
.field-list li::before{content:'»';position:absolute;left:0;top:7px;font-weight:800;font-size:1.1em;line-height:1.45;color:var(--red)}
.field-list a{display:inline-block;padding:7px 0;color:inherit}
.field-list a:hover,.field-list a:focus-visible{color:var(--red-dark);text-decoration:underline;text-underline-offset:3px}

/* ════════ 5 · GALERIE ════════ */
.gallery{background:var(--paper);padding:clamp(64px,9vh,118px) var(--pad)}
.gallery__header{max-width:var(--wrap);margin:0 auto clamp(34px,5vh,58px)}
.gallery__grid{max-width:var(--wrap);margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(14px,1.6vw,26px);align-items:start}
/* Pinnwand-Charakter: Kontaktschatten + weiter Schatten, gestreute Versätze/Nudges,
   Querformate bleiben Querformat, jedes Tape sitzt anders (nichts ist gestanzt) */
.polaroid{background:#fff;padding:12px 12px 0;box-shadow:0 3px 6px rgba(40,30,10,.14),0 14px 32px rgba(40,30,10,.18);position:relative}
.polaroid img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;background:#e9e6df}
/* Handschrift „Caveat" — Kundenvorgabe 10.06. (Kampagnen-Handschrift); läuft klein, daher größer gesetzt */
.polaroid figcaption{font-family:'Caveat',cursive;font-weight:600;font-size:clamp(1.2rem,1.4vw,1.45rem);color:var(--subtle);text-align:center;padding:8px 4px 12px;line-height:1.1}
.polaroid--1{grid-column:1/3;transform:rotate(-2deg) translateX(-8px)}
.polaroid--2{grid-column:3/5;transform:rotate(1.5deg);margin-top:48px}
.polaroid--3{grid-column:5/7;transform:rotate(-1deg)}
.polaroid--4{grid-column:1/3;transform:rotate(1.5deg);margin-top:28px}
.polaroid--5{grid-column:3/5;transform:rotate(-2deg) translateX(10px)}
.polaroid--6{grid-column:5/7;transform:rotate(1deg);margin-top:8px}
/* Seit der Kundenlieferung 10.06. sind alle sechs Motive Hochformat (einheitlich 4:5);
   Lebendigkeit kommt aus Rotation + gestreuten Versätzen */
.polaroid__tape{position:absolute;top:-12px;left:50%;transform:translateX(-50%) rotate(-3deg);width:86px;height:26px;background:rgba(227,6,19,.82);box-shadow:0 2px 6px rgba(0,0,0,.12)}
.polaroid--1 .polaroid__tape{left:40%;transform:translateX(-50%) rotate(-5deg)}
.polaroid--3 .polaroid__tape{left:60%;width:72px;transform:translateX(-50%) rotate(3deg)}
.polaroid--5 .polaroid__tape{width:104px;transform:translateX(-50%) rotate(4deg)}
/* helles Tape: leicht getönt + Hairline, damit es auf weißem Grund lesbar bleibt */
.polaroid__tape--white{background:rgba(238,240,243,.96);box-shadow:0 2px 6px rgba(0,0,0,.12),0 0 0 1px rgba(21,18,15,.08)}

/* ════════ 6 · UNTERSTÜTZEN ════════ */
.support{position:relative;overflow:hidden;color:#fff;background:var(--red);padding:clamp(76px,13vh,156px) var(--pad)}
.support__background{position:absolute;top:0;right:0;width:66%;height:100%;object-fit:cover;object-position:62% 36%}
.support__scrim{position:absolute;inset:0;background:linear-gradient(90deg,var(--red) 0%,var(--red) 34%,rgba(227,6,19,.78) 48%,rgba(227,6,19,.18) 72%,rgba(227,6,19,0) 100%)}
.support__inner{position:relative;z-index:2;max-width:var(--wrap);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px}
.support__text{max-width:56ch}
.support__text .lead{margin:24px 0 34px}
/* Störer: schlichter Kreis, ~5° geneigt (kein Zackenstern). Der Text neigt sich MIT —
   sonst hebt sich die Neigung beim rotationsinvarianten Kreis selbst auf. Als Link
   konvertiert die größte weiße Fläche der Sektion; bewusst kleiner als zuvor, damit
   der eigentliche Button-CTA die Salienz-Hierarchie anführt. */
.badge{flex:0 0 auto;width:160px;height:160px;padding:14px;background:#fff;color:var(--red);display:flex;align-items:center;justify-content:center;text-align:center;border-radius:50%;transform:rotate(5deg);box-shadow:0 14px 34px rgba(74,0,5,.22);transition:transform .15s ease,box-shadow .15s}
.badge span{font-family:var(--display);font-weight:800;font-size:1.125rem;line-height:1.06;text-transform:uppercase;letter-spacing:.01em;color:var(--red)}
a.badge:hover{transform:rotate(5deg) translateY(-2px);box-shadow:0 18px 38px rgba(74,0,5,.28)}

/* ════════ 7 · FOOTER ════════ */
/* Footer in SPD-Rot wie die Sektion darüber. CD-Manual S.10: außer Rot/Weiß/Schwarz
   „keine weiteren Farben" — ein dunklerer Rotton als Fläche wäre CI-widrig
   (Kundenentscheidung 2026-06-10; bewusst ohne Abgrenzung zum Support-Band). */
.site-footer{background:var(--red);color:#fff}
/* Footer-Aufbau nach Gestalter-Entwurf: Marke (mit senkrechtem NRW-Akzent) |
   Kontakt & Presse (inkl. Social als Text-Links) | Rechtliches */
.site-footer__top{max-width:var(--wrap);margin:0 auto;padding:clamp(54px,8vh,90px) var(--pad) clamp(44px,6vh,64px);display:grid;grid-template-columns:1.15fr 1.5fr .85fr;gap:clamp(34px,4vw,64px)}
.site-footer__logo{height:clamp(84px,9vw,116px);width:auto;margin-bottom:18px}
.site-footer__brand p{font-size:1.0625rem;line-height:1.55;max-width:32ch;color:#fff}
.site-footer__column h3{font-family:var(--display);font-weight:800;font-size:1.25rem;margin-bottom:16px;letter-spacing:.005em}
.site-footer__column a{display:block;font-size:.96875rem;color:#fff;padding:6px 0;width:fit-content;transition:opacity .18s}
.site-footer__column a:hover{color:#fff;opacity:.78}
/* Social-Icons im Inhalt: runde Outline-Buttons (Glyph mittig) */
.social{display:flex;flex-wrap:wrap;gap:12px}
.social a{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1.5px solid currentColor;border-radius:50%;transition:opacity .18s}
.social svg{width:20px;height:20px;flex:0 0 auto;fill:currentColor}
.social a:hover{opacity:.78}
/* Footer: Social als Text-Links (Glyph + „auf …") */
.site-footer .social{gap:12px 22px;margin-top:18px}
.site-footer .social a{width:auto;height:auto;border:0;border-radius:0;gap:9px;font-size:.96875rem;color:#fff;padding:3px 0}
.site-footer .social svg{width:18px;height:18px}

/* ════════════ RESPONSIVE ════════════ */
@media (max-width:980px){
  .site-footer__top{grid-template-columns:1fr;gap:36px}
}
@media (max-width:860px){
  /* Header-CTA bleibt mobil sichtbar (Conversion-Punkt above the fold);
     nur Nav-Links und Logo-Badge wandern ins Burger-Menü bzw. entfallen */
  .nav{display:none}
  .site-header__actions{margin-left:auto;gap:0}
  .site-header__actions .logo-badge{display:none}
  .site-header__actions .btn--cta{padding:10px 14px;font-size:.84375rem;min-height:40px}
  .nav-toggle{display:flex;margin-left:6px}
  .site-header__inner{padding:14px var(--pad);gap:12px}
  .mobile-nav{display:flex;flex-direction:column;gap:4px;background:#fff;padding:12px var(--pad) 22px;box-shadow:0 14px 26px rgba(0,0,0,.12)}
  .mobile-nav a{padding:14px 0;font-weight:700;font-size:1.125rem;border-bottom:1px solid var(--line)}
  .mobile-nav a.btn{border:0;justify-content:center;margin-top:12px}
  .split{grid-template-columns:1fr}
  /* Gestapelt steht das Bild IMMER über dem Text — wie die Desktop-Lesefolge (Kunde 10.06.) */
  .split__media{order:1;min-height:62vw;max-height:560px}
  .split__text{order:2}
  .support__inner{flex-direction:column-reverse;align-items:flex-start;gap:28px}
  .support__background{width:100%;object-position:64% 28%}
  .support__scrim{background:linear-gradient(0deg,var(--red) 30%,rgba(227,6,19,.72) 56%,rgba(227,6,19,.35) 100%)}
  /* Kreisgröße runter ⇒ Schrift MIT runter, sonst läuft „MITMACHEN!" aus dem Kreis */
  .badge{width:150px;height:150px}
  .badge span{font-size:1rem}
}
@media (max-width:600px){
  /* Störer verdeckt gestapelt Jochens Gesicht — auf Smartphones raus (Kunde 10.06.);
     der CTA „Unterstütze mich" bleibt als Handlungsaufforderung der Sektion */
  .support .badge{display:none}
  .field-list{grid-template-columns:1fr}
  .gallery__grid{grid-template-columns:repeat(2,1fr);gap:16px 14px}
  .polaroid{padding:9px 9px 0}
  .polaroid--1{grid-column:1/2;transform:rotate(-2deg);margin-top:0}
  .polaroid--2{grid-column:2/3;transform:rotate(1.5deg);margin-top:22px}
  .polaroid--3{grid-column:1/2;transform:rotate(-1deg);margin-top:0}
  .polaroid--4{grid-column:2/3;transform:rotate(1.5deg);margin-top:0}
  .polaroid--5{grid-column:1/2;transform:rotate(-2deg)}
  .polaroid--6{grid-column:2/3;transform:rotate(1deg)}
  /* tighten the post-fold rhythm so the proof beat lands within a thumb-scroll */
  .statement{padding:clamp(46px,8vh,80px) var(--pad)}
  .quote{max-width:none;margin-top:clamp(34px,6vh,52px)}
  /* lange Zitate mobil linksbündig: 12 zentrierte Flattersatz-Zeilen lesen sich schwer;
     der »-Trenner darüber bleibt zentriert */
  .quote blockquote,.quote figcaption{text-align:left}
}
/* Schmale Geräte (≤430px CSS-Breite, z. B. Galaxy-S/A-Serie bei 360px) und sehr
   schmale (≤360px, z. B. Fold-Frontdisplay): Wortmarke + CTA stufenweise verkleinern,
   damit Wortmarke, CTA UND Burger nebeneinander passen (bei 320px verifiziert) */
@media (max-width:430px){
  .site-header__inner{gap:8px}
  .wordmark{font-size:1.375rem}
  .site-header__actions .btn--cta{padding:9px 12px;font-size:.8125rem}
  .nav-toggle{margin-left:0}
}
@media (max-width:360px){
  .site-header__inner{padding:14px 16px}
  .wordmark{font-size:1.25rem}
  .site-header__actions .btn--cta{padding:8px 10px;font-size:.78125rem}
}

/* ════════════ PREMIUM REVEALS (scroll + load) ════════════
   Content rises gently into place. .js-reveal is set pre-paint by a tiny
   <head> script (only when motion is welcome) so there is no flash. The
   whole block lives inside no-preference, so reduced-motion users never
   get the hidden state and always see content immediately.
   .polaroid is opacity-only — it already carries a rotate() we must not clobber. */
@media (prefers-reduced-motion:no-preference){
  .js-reveal :where(.heading,.claim,.quote,.subheading,.block__label,.policy-field__title,.policy-field__quote,.specifics,.prose,.lead,.page-hero__lead,.page-hero__title,.hero-quote,.pull-quote,.card,.field-list,.hero__name,.hero__role,.hero__actions){
    opacity:0;transform:translateY(20px);
    transition:opacity .85s var(--ease-out-expo),transform .85s var(--ease-out-expo);
  }
  .js-reveal :where(.heading,.claim,.quote,.subheading,.block__label,.policy-field__title,.policy-field__quote,.specifics,.prose,.lead,.page-hero__lead,.page-hero__title,.hero-quote,.pull-quote,.card,.field-list,.hero__name,.hero__role,.hero__actions).is-revealed{
    opacity:1;transform:none;
  }
  .js-reveal .polaroid{opacity:0;transition:opacity .85s var(--ease-out-expo)}
  .js-reveal .polaroid.is-revealed{opacity:1}
}

/* ════════════ REDUCED MOTION — global safety net ════════════
   The tricolor draw-in is handled above; this neutralises every other
   transition/animation (header fade, button lifts, scroll cue) for users
   who ask for less motion. */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important;
  }
}

/* ════════════ HERO „BETONWAND" (geteilte Startseiten-Hero) ════════════
   Kundenentscheidung 10.06. („V2"): das frontale Hochformat-Studiofoto statt
   Freisteller-auf-Rot. Links durchgehende SPD-rote Textfläche (CI: Vollton,
   100 % Deckkraft), rechts das Foto als eigene Spalte — Text und Gesicht
   kommen sich nie in die Quere, das Foto wird nur beschnitten, nie gespiegelt.
   Mobil gestapelt: Foto oben, rote Fläche darunter (die gewählte Ansicht). */
.hero--beton{background:var(--red)}
.hero--beton__grid{display:grid;grid-template-columns:minmax(400px,45fr) 55fr;min-height:100svh}
.hero--beton__panel{display:flex;flex-direction:column;justify-content:flex-end;color:#fff;padding:clamp(110px,16vh,170px) clamp(28px,3.6vw,60px) clamp(54px,9vh,92px) var(--pad)}
.hero--beton__media{position:relative;overflow:hidden}
.hero--beton__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 20%}
.hero--beton .hero__name{font-size:clamp(2.1rem,4.6vw,4rem);white-space:normal}
.hero--beton .hero__role{font-size:clamp(1.45rem,2.8vw,2.5rem)}
.hero--beton .hero__actions{margin-top:clamp(24px,3.4vh,38px)}
/* Pfeil unten rechts liegt auf dem Foto → kräftiges Rot statt Weiß */
.hero--beton .hero__scroll-cue{color:var(--red)}
.hero--beton .hero__scroll-cue:hover,.hero--beton .hero__scroll-cue:focus-visible{color:var(--red-deep);outline-color:var(--red)}
.hero--beton__panel :focus-visible{outline-color:#fff}
@media (max-width:700px){
  .hero--beton__grid{grid-template-columns:1fr}
  .hero--beton__media{order:-1;min-height:62svh}
  .hero--beton__media img{object-position:50% 24%}
  .hero--beton__panel{padding:30px var(--pad) 60px;justify-content:flex-start}
}

/* Zusatzangaben im Formular, außerhalb des sichtbaren Bereichs geführt */
.form__ref{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

/* Bildnachweis: dezenter Foto-Credit auf der Bildfläche (Kundenwunsch 11.06.) */
[data-credit]{position:relative}
[data-credit]::after{content:attr(data-credit);position:absolute;right:10px;bottom:8px;z-index:2;font-family:var(--sans);font-size:.625rem;font-weight:600;letter-spacing:.04em;line-height:1;color:rgba(255,255,255,.78);text-shadow:0 1px 3px rgba(0,0,0,.65),0 0 14px rgba(0,0,0,.3);pointer-events:none;white-space:nowrap}
.polaroid picture{display:block;position:relative}
.polaroid picture[data-credit]::after{right:7px;bottom:6px;font-size:.5625rem}
.hero--beton__media[data-credit]::after{right:auto;left:14px;bottom:14px}
