/* =====================================================================
   printed. by com.on – "Signal Orange Editorial"
   Designsystem 1:1 nach Designanalyse_Bold_Orange_Dark_Weblook_Jan_Hoberg
   Bühne: Ink 950 · Signal: Orange #FF5D00 · Ruhepol: Warm Cream
   ===================================================================== */

:root {
  --ink: #050505;
  --graphite: #1A1A1B;
  --surface: #2E3237;
  --orange: #FF5D00;
  --orange-brand: #E85002;
  --ember: #C10801;
  --cream: #E7CEAE;
  --off: #F8F8F7;
  --muted: #A7A7A7;
  --hairline: rgba(255, 255, 255, 0.14);
  --r-s: 18px;
  --r-m: 30px;
  --r-l: 56px;
  --font-sans: 'Onest', 'Inter', Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --max: 1480px;
  --pad: clamp(1.15rem, 4vw, 4.5rem);
  --gradient-signal: linear-gradient(135deg, #FF7F1F 0%, #FF5D00 42%, #C10801 100%);
  --gradient-ember: radial-gradient(circle at 28% 24%, rgba(255,93,0,.82), transparent 42%),
                    radial-gradient(circle at 82% 18%, rgba(193,16,1,.60), transparent 38%), #050505;
  --gradient-warm: linear-gradient(180deg, #F66511 0%, #E7CEAE 100%);
  --gradient-image-fade: linear-gradient(180deg, rgba(5,5,5,0) 45%, #050505 100%);
  --dur-micro: 180ms;
  --dur-ui: 320ms;
  --dur-reveal: 760ms;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-in-out: cubic-bezier(.76, 0, .24, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--off);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.container { max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }
::selection { background: var(--orange); color: var(--ink); }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

/* ---------- Typografie ---------- */
h1, h2, h3 { font-weight: 800; letter-spacing: -0.045em; color: var(--off); }
h1 { font-size: clamp(3.2rem, 8.4vw, 8.6rem); line-height: 0.92; letter-spacing: -0.05em; }
h2 { font-size: clamp(2.4rem, 5.2vw, 5.6rem); line-height: 0.95; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.08; letter-spacing: -0.025em; }
h1 .akzent, h2 .akzent { color: var(--orange); }
h1 em, h2 em { font-family: var(--font-sans); font-style: italic; font-weight: 800; letter-spacing: -0.045em; }

.lead { font-size: clamp(1.12rem, 1.6vw, 1.55rem); line-height: 1.3; font-weight: 500; letter-spacing: -0.012em; max-width: 46ch; }
p { max-width: 62ch; }
.text-muted { color: var(--muted); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1.4rem;
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--orange); }
.eyebrow--muted { color: var(--muted); }
.eyebrow--muted::before { background: var(--muted); }

.mono { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.06em; color: var(--muted); }

/* Ghost-Type (3–6 % Deckkraft) */
.ghost {
  position: absolute;
  font-weight: 900;
  font-size: clamp(8rem, 24vw, 24rem);
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
  user-select: none;
  line-height: 1;
  white-space: nowrap;
}

/* ---------- Buttons (Pill) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding: 1.02rem 1.9rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform var(--dur-micro) var(--ease-out), background var(--dur-ui) var(--ease-out),
              color var(--dur-ui) var(--ease-out), border-color var(--dur-ui) var(--ease-out);
}
.btn .pfeil { display: inline-block; transition: transform var(--dur-micro) var(--ease-out); }
.btn:hover .pfeil { transform: translateX(5px); }
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--orange); color: var(--ink); }
.btn--primary:hover { background: var(--orange-brand); }
.btn--ghost { border-color: var(--hairline); color: var(--off); background: transparent; }
.btn--ghost:hover { border-color: var(--orange); color: var(--orange); }
.btn--dark { background: var(--ink); color: var(--off); }
.btn--dark:hover { background: var(--graphite); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.header-inner {
  max-width: var(--max);
  margin-inline: auto;
  padding: 0.95rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand img { height: 60px; width: auto; }
@media (max-width: 960px) { .brand img { height: 46px; } }
.nav { display: flex; gap: 1.9rem; align-items: center; }
.nav a {
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--off);
  transition: color var(--dur-micro) ease;
}
.nav a:hover, .nav a.aktiv { color: var(--orange); }
.header-cta { display: flex; align-items: center; gap: 1rem; }
.header-cta .btn { padding: 0.68rem 1.35rem; font-size: 0.84rem; }

.burger { display: none; background: none; border: 0; cursor: pointer; padding: 0.4rem; }
.burger span { display: block; width: 26px; height: 2px; background: var(--off); margin: 6px 0; transition: transform var(--dur-ui) var(--ease-in-out), opacity var(--dur-ui); }
.burger.offen span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.offen span:nth-child(2) { opacity: 0; }
.burger.offen span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-nav {
  display: none;
  background: var(--ink);
  border-bottom: 1px solid var(--hairline);
  padding: 1.2rem var(--pad) 2rem;
}
.mobile-nav.offen { display: block; }
.mobile-nav a {
  display: block;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: var(--off);
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--hairline);
}
.mobile-nav a:last-child { border-bottom: 0; }
@media (max-width: 960px) {
  .nav, .header-cta .btn--ghost { display: none; }
  .burger { display: block; }
}

/* ---------- Hero: orangener Master-Container (Radius L) ---------- */
.hero-shell { padding: clamp(0.9rem, 1.6vw, 1.5rem); }
.hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-l);
  background: var(--gradient-signal);
  color: var(--ink);
  min-height: min(88svh, 900px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 8%, rgba(255,220,180,0.55), transparent 46%);
  pointer-events: none;
}
.hero-bild {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.hero-bild img { width: 100%; height: 100%; object-fit: cover; }
.hero-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,5,5,0) 30%, rgba(5,5,5,0.55) 100%);
  pointer-events: none;
}
.hero-panel .hero-kopf, .hero-panel .hero-inhalt { z-index: 2; }
.hero-inhalt {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem);
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  gap: 2.5rem;
  align-items: end;
}
.hero-inhalt h1 { color: var(--off); max-width: 12ch; }
.hero-inhalt h1 .hell { color: var(--orange); }
.hero-lead { margin-top: 1.6rem; font-size: clamp(1.05rem, 1.4vw, 1.3rem); font-weight: 500; max-width: 46ch; color: rgba(248,248,247,0.92); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.2rem; }
.hero-meta {
  display: grid;
  gap: 1.1rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248,248,247,0.88);
  justify-items: start;
}
.hero-meta span { border-top: 1px solid rgba(248,248,247,0.35); padding-top: 0.55rem; width: 100%; }
.hero-kopf {
  position: relative;
  padding: clamp(1.6rem, 3vw, 2.6rem) clamp(2rem, 5vw, 4.5rem) 0;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(248,248,247,0.8);
}
@media (max-width: 860px) {
  .hero-inhalt { grid-template-columns: 1fr; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .hero-kopf { flex-direction: column; gap: 0.35rem; }
}

/* ---------- Sektionen ---------- */
.sektion { padding: clamp(5rem, 10vw, 10rem) 0; position: relative; }
.sektion--kompakt { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.sektion--cream { background: var(--cream); color: var(--ink); }
.sektion--cream h2, .sektion--cream h3 { color: var(--ink); }
.sektion--cream p { color: rgba(5,5,5,0.8); }

/* Trust-Strip (Marquee, sehr langsam) */
.trust {
  border-block: 1px solid var(--hairline);
  padding: 1.15rem 0;
  overflow: hidden;
}
.trust-lauf {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  animation: marquee 46s linear infinite;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.trust:hover .trust-lauf { animation-play-state: paused; }
.trust-lauf b { color: var(--orange); font-weight: 500; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .trust-lauf { animation: none; } }

/* Positionierung: Statement + Lead versetzt */
.split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.split--mitte { align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

/* ---------- Leistungs-Raster (asymmetrisch, 12 Spalten) ---------- */
.werk-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 1.8vw, 1.75rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.werk {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-m);
  background: var(--graphite);
  border: 1px solid var(--hairline);
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  transition: border-color var(--dur-ui) var(--ease-out);
}
.werk:hover { border-color: var(--orange); }
.werk .media { position: absolute; inset: 0; }
.werk .media img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(.9) contrast(1.06);
  transition: transform 600ms var(--ease-out);
}
.werk:hover .media img { transform: scale(1.03); }
.werk .media::after { content: ''; position: absolute; inset: 0; background: var(--gradient-image-fade); }
.werk-text { position: relative; padding: clamp(1.4rem, 2.4vw, 2.2rem); }
.werk-nr {
  position: absolute;
  top: clamp(1.2rem, 2vw, 1.8rem);
  left: clamp(1.4rem, 2.4vw, 2.2rem);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--orange);
}
.werk h3 { margin-bottom: 0.5rem; }
.werk p { font-size: 0.92rem; color: rgba(248,248,247,0.82); max-width: 46ch; }
.werk .werk-link { margin-top: 1rem; font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); }
.span-7 { grid-column: span 7; } .span-5 { grid-column: span 5; }
.span-4 { grid-column: span 4; } .span-8 { grid-column: span 8; }
.span-6 { grid-column: span 6; } .span-12 { grid-column: span 12; }
@media (max-width: 900px) { .werk-grid > * { grid-column: span 12 !important; min-height: 320px; } }

/* ---------- Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.stat {
  border: 1px solid var(--hairline);
  border-radius: var(--r-m);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  background: var(--graphite);
}
.stat .zahl {
  font-weight: 900;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--off);
}
.stat .zahl small { font-size: 0.4em; color: var(--orange); font-weight: 800; }
.stat .label { margin-top: 0.9rem; font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

/* ---------- Editorial Break (Cream) – Story ---------- */
.story-zitat {
  font-size: clamp(1.7rem, 3.6vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--ink);
  max-width: 22ch;
}
.story-zitat em { font-family: var(--font-sans); font-style: italic; font-weight: 800; }
.story-marke {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(5,5,5,0.7);
  border: 1px solid rgba(5,5,5,0.25);
  border-radius: 999px;
  padding: 0.6rem 1.3rem;
}

/* ---------- Standorte (bold) ---------- */
.standorte-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
@media (max-width: 860px) { .standorte-grid { grid-template-columns: 1fr; } }
.standort {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-m);
  background: var(--graphite);
  border: 1px solid var(--hairline);
  padding: clamp(1.8rem, 3.4vw, 3rem);
}
.standort .stadt {
  font-weight: 900;
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}
.standort .stadt::after { content: '.'; color: var(--orange); }
.standort .untertitel { font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 0.7rem; }
.standort-daten { list-style: none; margin-top: 1.8rem; border-top: 1px solid var(--hairline); }
.standort-daten li {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 0.94rem;
}
.standort-daten li span:first-child { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); padding-top: 0.2rem; }
.standort-daten li span:last-child { text-align: right; font-weight: 500; }
.standort-daten a { color: var(--off); text-decoration: none; }
.standort-daten a:hover { color: var(--orange); }
.standort .btn { margin-top: 1.6rem; }

/* ---------- FAQ ---------- */
.faq-liste { border-top: 1px solid var(--hairline); margin-top: clamp(2rem, 4vw, 3rem); }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-frage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  background: none;
  border: 0;
  text-align: left;
  font-family: var(--font-sans);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--off),;
  color: var(--off);
  padding: 1.5rem 0;
  cursor: pointer;
}
.faq-frage .plus { color: var(--orange); font-size: 1.6rem; font-weight: 400; line-height: 1; transition: transform var(--dur-ui) var(--ease-out); flex-shrink: 0; }
.faq-item.offen .plus { transform: rotate(45deg); }
.faq-antwort { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-out); }
.faq-antwort p { padding: 0 3rem 1.6rem 0; color: var(--muted); font-size: 0.96rem; max-width: 70ch; }

/* ---------- Kontakt-CTA (orange Fläche) ---------- */
.cta-shell { padding: clamp(0.9rem, 1.6vw, 1.5rem); }
.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-l);
  background: var(--gradient-signal);
  color: var(--ink);
  padding: clamp(3rem, 7vw, 6.5rem) clamp(2rem, 5vw, 5rem);
}
.cta-panel h2 { color: var(--ink); max-width: 14ch; }
.cta-panel .lead { color: rgba(5,5,5,0.85); margin-top: 1.4rem; }
.cta-panel .hero-actions { margin-top: 2.4rem; }
.cta-kontakt { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 2.5rem; font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.06em; }
.cta-kontakt a { color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(5,5,5,0.4); padding-bottom: 0.2rem; }

/* ---------- Formular ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 2rem; max-width: 720px; }
.form-grid .voll { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.feld label { display: block; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.45rem; }
.feld input, .feld select, .feld textarea {
  width: 100%;
  font: inherit;
  color: var(--off);
  background: var(--graphite);
  border: 1px solid var(--hairline);
  border-radius: var(--r-s);
  padding: 0.85rem 1rem;
}
.feld textarea { min-height: 140px; resize: vertical; }
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: 2px solid var(--orange); outline-offset: 0; border-color: transparent; }
.checkzeile { display: flex; gap: 0.8rem; align-items: flex-start; font-size: 0.85rem; color: var(--muted); }
.checkzeile input { width: auto; margin-top: 0.25rem; accent-color: var(--orange); }
.checkzeile a { color: var(--off); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--hairline); padding: clamp(3rem, 6vw, 5rem) 0 2rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--hairline);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { font-family: var(--font-mono); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.site-footer ul { list-style: none; }
.site-footer li { padding: 0.22rem 0; font-size: 0.92rem; }
.site-footer a { color: var(--off); text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.footer-marke { font-size: 0.92rem; color: var(--muted); max-width: 34ch; }
.footer-marke img { height: 26px; margin-bottom: 1rem; }
.footer-unten {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.6rem;
  font-size: 0.78rem;
  color: var(--muted);
}
.footer-unten a { color: var(--muted); }
.made-with .herz { color: var(--orange); }

/* ---------- Cookie-Banner ---------- */
.cookie-banner {
  position: fixed;
  bottom: 1.2rem;
  left: 1.2rem;
  width: min(92%, 480px);
  background: var(--graphite);
  border: 1px solid var(--hairline);
  border-radius: var(--r-m);
  color: var(--off);
  padding: 1.4rem 1.6rem;
  z-index: 100;
  display: none;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}
.cookie-banner.sichtbar { display: block; }
.cookie-banner p { font-size: 0.85rem; line-height: 1.55; color: var(--muted); max-width: none; }
.cookie-banner a { color: var(--off); }
.cookie-aktionen { display: flex; gap: 0.8rem; margin-top: 1rem; flex-wrap: wrap; }
.cookie-aktionen .btn { padding: 0.65rem 1.3rem; font-size: 0.8rem; }

/* minimierter Keks unten links */
.cookie-fab {
  position: fixed;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 99;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  background: var(--graphite);
  color: var(--orange);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  transition: transform var(--dur-micro) var(--ease-out), border-color var(--dur-ui) var(--ease-out);
}
.cookie-fab svg { width: 24px; height: 24px; }
.cookie-fab:hover { transform: scale(1.08); border-color: var(--orange); }
.cookie-fab.sichtbar { display: flex; }

/* ---------- Unterseiten-Hero (dark, oversized + Ghost) ---------- */
.seiten-hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 8rem) 0 clamp(3rem, 6vw, 5rem); }
.seiten-hero .ghost { top: -8%; right: -4%; }
.seiten-hero h1 { max-width: 14ch; position: relative; }
.seiten-hero .lead { margin-top: 1.6rem; color: var(--muted); position: relative; }

.media-band { border-radius: var(--r-m); overflow: hidden; position: relative; }
.media-band img { width: 100%; height: min(58vh, 560px); object-fit: cover; filter: saturate(.9) contrast(1.06); }

/* ---------- Prozess ---------- */
.prozess { counter-reset: schritt; display: grid; gap: 1rem; margin-top: clamp(2rem, 4vw, 3rem); }
.schritt {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1.6rem;
  border: 1px solid var(--hairline);
  border-radius: var(--r-m);
  background: var(--graphite);
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
  align-items: start;
}
.schritt .nr { font-family: var(--font-mono); font-size: 0.8rem; color: var(--orange); letter-spacing: 0.1em; padding-top: 0.4rem; }
.schritt h3 { margin-bottom: 0.4rem; }
.schritt p { color: var(--muted); font-size: 0.95rem; }
@media (max-width: 640px) { .schritt { grid-template-columns: 1fr; gap: 0.6rem; } }

/* ---------- Rechtstexte ---------- */
.recht { max-width: 800px; }
.recht h1 { font-size: clamp(2.6rem, 6vw, 5rem); margin-bottom: 2rem; }
.recht h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 2.6rem 0 0.8rem; }
.recht h3 { font-size: 1.15rem; margin: 1.8rem 0 0.5rem; }
.recht p, .recht li { font-size: 0.95rem; color: rgba(248,248,247,0.85); margin-bottom: 0.8rem; max-width: 75ch; }
.recht ul { padding-left: 1.4rem; }
.recht a { color: var(--orange); }

/* ---------- Motion-Grundzustände ---------- */
.reveal { opacity: 0; transform: translateY(32px); }
.reveal-bild { clip-path: inset(0 0 100% 0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .reveal-bild { clip-path: none; }
}
