/* ============ Vision Concepts · Editorial light, Petrol / Türkis / Gold ============ */
:root {
  --ink: #071419;
  --ink-soft: #34444b;
  --muted: #5a6a70;
  --bg: #fafcfc;
  --bg-alt: #f0f5f5;
  --line: rgba(7, 20, 25, 0.1);
  --dark: #040d14;
  --teal: #2bc9b4;
  --teal-deep: #0f8f86;
  --teal-ink: #0b6e68;
  --gold: #d9a85a;
  --gold-light: #f0d08c;
  --gold-deep: #a9743a;
  --grad-statement: linear-gradient(115deg, #0f8f86 0%, #2bc9b4 46%, #d9a85a 100%);
  --grad-gold: linear-gradient(135deg, #f0d08c 0%, #d9a85a 48%, #a9743a 100%);
  --grad-card: linear-gradient(115deg, #0b5f5b 0%, #158a80 52%, #9a6f33 100%);
  --radius: 22px;
  --wrap: 1240px;
  --font-head: "Inter Tight", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(43, 201, 180, 0.3); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }

h1, h2, h3, .stat-num, .step-num {
  font-family: var(--font-head);
  letter-spacing: -0.03em;
}

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background 0.3s, box-shadow 0.3s;
}
.nav.scrolled {
  background: rgba(250, 252, 252, 0.84);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 16px 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-mark { width: 30px; height: 30px; flex: none; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.18)); }
.nav-name {
  font-family: var(--font-head);
  font-weight: 800; font-size: 1.02rem; letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); transition: color 0.2s; }
.nav-links a:hover { color: var(--ink); }
.nav-lang { opacity: 0.6; }
.nav-cta {
  background: var(--ink); color: #fff !important;
  padding: 11px 22px; border-radius: 999px; font-weight: 600;
  transition: transform 0.2s, background 0.2s;
}
.nav-cta:hover { transform: scale(1.04); background: #12303a; }

/* ---------- Hero ---------- */
.hero {
  position: sticky; top: 0; z-index: 0;
  min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--dark);
  color: #fff;
}
#hero-canvas {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; display: block;
}
/* Horizont-Glow wie im Referenzbild: Türkis-Licht am unteren Rand */
.hero-horizon {
  position: absolute; left: 50%; bottom: -30vh; z-index: 1;
  width: 170vw; height: 66vh; transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(closest-side, rgba(225, 248, 236, 0.8) 0%, rgba(48, 211, 186, 0.7) 8%, rgba(39, 152, 144, 0.42) 26%, rgba(15, 80, 90, 0.2) 50%, transparent 72%);
  filter: blur(14px);
  pointer-events: none;
  opacity: 0; transition: opacity 1.6s ease 0.3s;
}
.hero.ready .hero-horizon { opacity: 1; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(130% 95% at 50% 40%, transparent 50%, rgba(2, 8, 12, 0.6) 100%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 3;
  will-change: transform, opacity;
  width: 100%;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  padding-top: 130px; padding-bottom: 110px;
}
.hero-copy { display: contents; }
.hero-mark {
  width: 88px; height: 88px; margin-bottom: 34px;
  filter: drop-shadow(0 0 22px rgba(217, 168, 90, 0.35)) drop-shadow(0 6px 14px rgba(0, 0, 0, 0.4));
  opacity: 0; transform: translateY(14px) scale(0.94);
  transition: opacity 1.2s ease, transform 1.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero.ready .hero-mark { opacity: 1; transform: none; }
.hero-copy h1 {
  font-size: clamp(2.5rem, 5.6vw, 5.4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 1080px;
  text-wrap: balance;
}
.hero-kicker {
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55); margin-bottom: 30px;
}
.hero-sub {
  margin-top: 36px; max-width: 600px;
  font-size: 1.1rem; color: rgba(255, 255, 255, 0.74);
}
.hero-actions { margin-top: 46px; display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px; border-radius: 999px;
  font-family: inherit; font-weight: 600; font-size: 1rem; cursor: pointer;
  transition: transform 0.2s, background 0.2s, color 0.2s;
  border: 1.5px solid var(--ink);
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary::after { content: "→"; font-family: var(--font-body); }
.btn-primary:hover { transform: scale(1.04); background: #12303a; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.hero .btn-primary { background: #fff; color: var(--ink); border-color: #fff; }
.hero .btn-primary:hover { background: #e4f3f1; }
.hero .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, 0.45); }
.hero .btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* Nav über dunkler Hero */
.nav:not(.scrolled) .nav-name {
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.nav:not(.scrolled) .nav-links a:not(.nav-cta) { color: rgba(255, 255, 255, 0.72); }
.nav:not(.scrolled) .nav-links a:not(.nav-cta):hover { color: #fff; }
.nav:not(.scrolled) .nav-cta { background: #fff; color: var(--ink) !important; }
.nav:not(.scrolled) .nav-cta:hover { background: #e4f3f1; }

/* ---------- Sections ---------- */
section { padding: 130px 0; }
section { background: var(--bg); }
.alt { background: var(--bg-alt); }
.sec-kicker {
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 20px;
  display: flex; align-items: center; gap: 14px;
}
.sec-kicker::before {
  content: ""; width: 22px; height: 2px; border-radius: 2px; flex: none;
  background: var(--grad-statement);
}
.sec-title {
  font-size: clamp(2.3rem, 4.6vw, 4.2rem);
  font-weight: 800; line-height: 1.02;
  max-width: 880px;
}
.sec-intro { margin-top: 24px; max-width: 640px; color: var(--ink-soft); font-size: 1.06rem; }

/* ---------- Über uns ---------- */
.about-layout {
  margin-top: 64px;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 72px; align-items: center;
}
.about-media { min-width: 0; }
.about-text p { margin-bottom: 16px; color: var(--ink-soft); font-size: 1.08rem; }
.about-text strong { color: var(--ink); }
.founder {
  margin: 28px 0 8px; padding: 20px 22px;
  display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center;
  background: #fff; border-radius: 18px;
  box-shadow: 0 2px 5px rgba(7, 20, 25, 0.04), inset 0 0 0 1px rgba(7, 20, 25, 0.06);
}
.founder img {
  width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: 50% 12%;
  outline: 2px solid transparent; outline-offset: 2px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px rgba(217, 168, 90, 0.7);
}
.founder-name { font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; color: var(--ink); margin-bottom: 2px !important; }
.founder-role { font-size: 0.92rem !important; margin: 0 !important; color: var(--muted) !important; }
.about-facts { margin-top: 26px; border-bottom: 1px solid var(--line); }
.about-facts div {
  display: grid; grid-template-columns: 140px 1fr; gap: 20px;
  padding: 9px 0; border-top: 1px solid var(--line);
}
.about-facts dt {
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); align-self: center;
}
.about-facts dd { margin: 0; color: var(--ink-soft); font-weight: 500; font-size: 0.98rem; }

/* Marken-Karte: Logo über dem Horizont, wie im Referenzbild */
.brand-card { position: relative; margin: 0; max-width: 470px; justify-self: end; width: 100%; }
.brand-frame {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: 26px;
  background: radial-gradient(120% 60% at 50% 100%, #05202a 0%, #04121a 40%, #020608 100%);
  box-shadow: 0 34px 80px rgba(4, 30, 40, 0.28);
  outline: 1px solid rgba(7, 20, 25, 0.06); outline-offset: -1px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.brand-stars {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,0.7), transparent 60%),
    radial-gradient(1.2px 1.2px at 78% 12%, rgba(255,255,255,0.6), transparent 60%),
    radial-gradient(1px 1px at 64% 30%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1.4px 1.4px at 30% 40%, rgba(255,255,255,0.55), transparent 60%),
    radial-gradient(1px 1px at 88% 44%, rgba(255,255,255,0.45), transparent 60%),
    radial-gradient(1px 1px at 46% 8%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1.2px 1.2px at 20% 62%, rgba(255,255,255,0.4), transparent 60%),
    radial-gradient(1px 1px at 70% 58%, rgba(255,255,255,0.35), transparent 60%),
    radial-gradient(1px 1px at 8% 80%, rgba(255,255,255,0.3), transparent 60%),
    radial-gradient(1.3px 1.3px at 55% 22%, rgba(255,255,255,0.5), transparent 60%),
    radial-gradient(1px 1px at 92% 70%, rgba(255,255,255,0.3), transparent 60%),
    radial-gradient(1px 1px at 38% 74%, rgba(255,255,255,0.3), transparent 60%);
  animation: twinkle 6s ease-in-out infinite alternate;
}
@keyframes twinkle { from { opacity: 0.55; } to { opacity: 1; } }
.brand-horizon {
  position: absolute; left: 50%; bottom: -46%; width: 170%; height: 80%;
  transform: translateX(-50%); border-radius: 50%;
  background: radial-gradient(closest-side, rgba(217, 243, 226, 0.7) 0%, rgba(48, 211, 186, 0.6) 9%, rgba(39, 152, 144, 0.35) 30%, rgba(15, 80, 90, 0.18) 52%, transparent 72%);
  filter: blur(10px);
  animation: horizon-breathe 9s ease-in-out infinite alternate;
}
@keyframes horizon-breathe { from { opacity: 0.85; transform: translateX(-50%) scale(1); } to { opacity: 1; transform: translateX(-50%) scale(1.06); } }
.brand-mark, .brand-word { position: relative; z-index: 2; filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.45)); }
.brand-mark { width: 26%; margin-bottom: 6%; margin-top: -10%; }
.brand-word { width: 66%; }
.brand-card figcaption {
  position: absolute; left: 18px; bottom: 18px; margin: 0;
  padding: 12px 16px 11px; border-radius: 14px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
}

/* ---------- Leistungen ---------- */
.svc-list {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  grid-auto-rows: minmax(230px, auto);
}
.svc {
  position: relative;
  background: radial-gradient(520px 260px at 100% 0%, rgba(43, 201, 180, 0.08), transparent 60%), #fff;
  border-radius: var(--radius);
  padding: 38px 34px;
  display: flex; flex-direction: column; justify-content: flex-start;
  box-shadow: 0 2px 5px rgba(7, 20, 25, 0.04), inset 0 0 0 1px rgba(7, 20, 25, 0.05);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s;
}
.svc:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(4, 30, 40, 0.14), inset 0 0 0 1px rgba(7, 20, 25, 0.04); }
.svc h3, .svc p { position: relative; z-index: 2; }
.svc h3 { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.svc:hover h3 { transform: translateX(4px); }
.svc h3 { font-size: 1.45rem; font-weight: 800; margin-bottom: 14px; line-height: 1.15; }
.svc p { color: var(--muted); font-size: 0.98rem; }
.svc-media {
  grid-row: span 2;
  position: relative; border-radius: var(--radius); overflow: hidden;
  padding: 0; background: var(--dark);
}
.svc-media .svc-media-copy {
  position: absolute; left: 34px; right: 34px; bottom: 30px; z-index: 2;
}
.svc-media .svc-media-label {
  font-family: var(--font-head);
  color: #fff; font-size: 2.2rem; font-weight: 800; line-height: 1.05; letter-spacing: -0.03em;
}
.svc-media .svc-media-text {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem; line-height: 1.55; max-width: 420px;
}
.svc-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 55%);
}
.svc-media .proj-glow {
  background:
    radial-gradient(480px 360px at 25% 12%, rgba(15, 143, 134, 0.95), transparent 62%),
    radial-gradient(460px 380px at 80% 38%, rgba(43, 201, 180, 0.75), transparent 62%),
    radial-gradient(500px 420px at 30% 72%, rgba(217, 168, 90, 0.5), transparent 62%),
    radial-gradient(420px 340px at 85% 95%, rgba(11, 110, 104, 0.6), transparent 65%);
}
.svc-dark { background: var(--dark); grid-column: 1 / -1; }
.svc-dark h3 { color: #fff; }
.svc-dark p { color: rgba(255, 255, 255, 0.65); }

/* ---------- Stats ---------- */
#zahlen, #numbers { background: var(--dark); color: #fff; overflow: hidden; }
#zahlen .sec-kicker, #numbers .sec-kicker { color: var(--gold); }
#zahlen .sec-title, #numbers .sec-title { color: #fff; }
.stats-intro { margin-top: 26px; max-width: 460px; color: rgba(255, 255, 255, 0.6); }
.stat-num {
  font-family: var(--font-body);
  font-weight: 700; line-height: 1;
  letter-spacing: -0.02em;
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  color: #fff;
}
.stat-label {
  margin-top: 16px; color: #fff; font-weight: 600;
  font-family: var(--font-head); font-size: 1.08rem; line-height: 1.35;
}
.stat-sub { margin-top: 8px; color: rgba(255, 255, 255, 0.5); font-size: 0.94rem; max-width: 260px; }
.stats-hero {
  margin-top: 90px;
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 70px;
  align-items: end;
}
.stat--lead { position: relative; }
.stat--lead::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  left: -45%; top: -80%; width: 190%; height: 250%;
  background: radial-gradient(closest-side, rgba(43, 201, 180, 0.3) 0%, rgba(43, 201, 180, 0.13) 28%, rgba(43, 201, 180, 0.06) 46%, rgba(43, 201, 180, 0.025) 62%, rgba(43, 201, 180, 0.01) 76%, transparent 92%);
  filter: blur(56px);
}
.stat--lead > * { position: relative; z-index: 1; }
.stat--lead .stat-num,
.stat--co .stat-num {
  background: linear-gradient(178deg, #ffffff 26%, #8fe6d8 72%, #2bc9b4 105%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat--lead .stat-num { font-size: clamp(6.5rem, 15vw, 13.5rem); letter-spacing: -0.03em; }
.stat--lead .stat-label { font-size: 1.35rem; }
.stat--co { border-left: 1px solid rgba(255, 255, 255, 0.12); padding-left: 70px; }
.stat--co .stat-num { font-size: clamp(3.8rem, 7vw, 6rem); }
.stats-row {
  margin-top: 80px; padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px;
}
.stats-row .stat:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 48px;
}

/* ---------- Projekte ---------- */
.proj-list {
  margin-top: 60px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px;
}
.proj {
  position: relative; overflow: hidden;
  background: radial-gradient(520px 260px at 100% 0%, rgba(43, 201, 180, 0.08), transparent 60%), #fff;
  border-radius: var(--radius);
  padding: 40px 36px;
  min-height: 320px;
  display: flex; flex-direction: column; justify-content: flex-end;
  box-shadow: 0 2px 5px rgba(7, 20, 25, 0.04), inset 0 0 0 1px rgba(7, 20, 25, 0.05);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s;
}
.proj:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(4, 30, 40, 0.14), inset 0 0 0 1px rgba(7, 20, 25, 0.04); }
.proj--dark, .proj--grad, .proj--hero { box-shadow: 0 2px 5px rgba(7, 20, 25, 0.04); }
.proj-tag { display: flex; align-items: center; gap: 10px; }
.proj-tag::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: var(--grad-statement);
  transform: scale(0.6); opacity: 0.6;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
}
.proj:hover .proj-tag::before { transform: scale(1); opacity: 1; }
.proj h3 { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.proj:hover h3 { transform: translateX(4px); }
.proj-body { position: relative; z-index: 2; max-width: 640px; }
.proj-tag {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
}
.proj h3 { font-size: 1.5rem; font-weight: 800; line-height: 1.14; margin-bottom: 14px; }
.proj p { color: var(--muted); font-size: 0.97rem; }

.proj--wide { grid-column: span 2; }
.proj--wide .proj-body { max-width: 780px; }
.proj--dark { background: var(--dark); }
.proj--dark .proj-tag, .proj--hero .proj-tag { color: rgba(255, 255, 255, 0.6); }
.proj--dark h3, .proj--hero h3 { color: #fff; }
.proj--dark p, .proj--hero p { color: rgba(255, 255, 255, 0.75); }
.proj--grad { background: var(--grad-card); }
.proj--grad::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 400px at 85% 15%, rgba(255, 255, 255, 0.2), transparent 60%);
}
.proj--grad .proj-tag { color: rgba(255, 255, 255, 0.78); }
.proj--grad h3 { color: #fff; }
.proj--grad p { color: rgba(255, 255, 255, 0.9); }
.proj--hero { min-height: 460px; padding: 52px 46px; background: var(--dark); }
.proj--hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(3, 10, 16, 0.85), rgba(3, 10, 16, 0.25) 55%, rgba(3, 10, 16, 0.1));
}
.proj--hero h3 { font-size: clamp(1.9rem, 3vw, 2.7rem); }
.proj--hero p { font-size: 1.04rem; }
.proj-glow {
  position: absolute; inset: -20%;
  background:
    radial-gradient(520px 380px at 22% 30%, rgba(15, 143, 134, 0.9), transparent 62%),
    radial-gradient(560px 420px at 72% 22%, rgba(43, 201, 180, 0.75), transparent 62%),
    radial-gradient(520px 400px at 92% 78%, rgba(217, 168, 90, 0.7), transparent 60%);
  filter: blur(10px);
  animation: drift 18s ease-in-out infinite alternate;
}
@keyframes drift {
  from { transform: translate3d(-2%, -1%, 0) scale(1.02); }
  to { transform: translate3d(3%, 2%, 0) scale(1.1); }
}
.proj-more { margin-top: 48px; color: var(--ink-soft); max-width: 860px; }

/* ---------- Steps ---------- */
.steps {
  margin-top: 64px; position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
}
.steps-track {
  position: absolute; left: 0; right: 0; top: -22px; height: 1px;
  background: var(--line); overflow: visible;
}
.steps-runner {
  position: absolute; top: -1px; left: 0; width: 14%; height: 3px; border-radius: 3px;
  background: var(--grad-statement);
  transform: translateX(var(--run, 0%));
  box-shadow: 0 0 14px rgba(43, 201, 180, 0.4);
}
.step { position: relative; padding-top: 30px; }
.step::before {
  content: "";
  position: absolute; top: 0; left: 0;
  width: 48px; height: 3px; border-radius: 2px;
  background: var(--grad-statement);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.step.in::before { transform: scaleX(1); }
.step:nth-child(2)::before { transition-delay: 0.12s, 0s; }
.step:nth-child(3)::before { transition-delay: 0.24s, 0s; }
.step:nth-child(4)::before { transition-delay: 0.36s, 0s; }
.step:hover::before { width: 100%; transition-delay: 0s, 0s; }
.step p.step-num {
  font-size: 3.4rem; font-weight: 800;
  line-height: 1; margin-bottom: 18px; max-width: none;
  background: var(--grad-statement);
  background-size: 240% 240%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  animation: grad-drift 8s ease-in-out infinite alternate;
}
.step:nth-child(2) .step-num { animation-delay: -2s; }
.step:nth-child(3) .step-num { animation-delay: -4s; }
.step:nth-child(4) .step-num { animation-delay: -6s; }
@keyframes grad-drift {
  from { background-position: 0% 40%; }
  to { background-position: 100% 60%; }
}
.step h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.step p { color: var(--muted); font-size: 0.97rem; }
@media (prefers-reduced-motion: reduce) {
  .step p.step-num { animation: none; }
  .step::before { transform: none; transition: none; }
}

/* ---------- Warum ---------- */
.why-list {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px 64px;
}
.why { border-top: 1px solid var(--line); padding-top: 22px; }
.why h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 8px; }
.why p { color: var(--muted); }

.team-card {
  margin-top: 72px;
  position: relative; overflow: hidden;
  background: #03111a; color: #fff;
  border-radius: var(--radius);
  padding: clamp(40px, 6vw, 72px);
}
.team-card::before, .team-card::after {
  content: ""; position: absolute; border-radius: 50%;
  filter: blur(90px); pointer-events: none;
}
.team-card::before {
  width: 560px; height: 560px; left: -160px; top: -200px;
  background: radial-gradient(circle, rgba(15, 143, 134, 0.75), transparent 65%);
  animation: team-blob-a 16s ease-in-out infinite alternate;
}
.team-card::after {
  width: 480px; height: 480px; right: -140px; bottom: -220px;
  background: radial-gradient(circle, rgba(217, 168, 90, 0.45), transparent 65%);
  animation: team-blob-b 19s ease-in-out infinite alternate;
}
@keyframes team-blob-a {
  from { transform: translate(0, 0); }
  to { transform: translate(90px, 60px); }
}
@keyframes team-blob-b {
  from { transform: translate(0, 0); }
  to { transform: translate(-80px, -70px); }
}
.team-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: 28px 64px; align-items: start;
}
.team-kicker {
  grid-column: 1 / -1;
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold);
}
.team-card h3 {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 800; line-height: 1.08;
}
.team-copy { color: rgba(255, 255, 255, 0.78); }
.team-roles {
  grid-column: 1 / -1;
  margin-top: 16px; padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex; flex-wrap: wrap; gap: 10px 34px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600; font-size: 0.92rem;
}
@media (prefers-reduced-motion: reduce) {
  .team-card::before, .team-card::after { animation: none; }
}

/* ---------- Technik ---------- */
.tool-band {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 34px 24px;
  align-items: center;
}
.tool {
  display: flex; align-items: center; gap: 10px;
  color: var(--ink-soft); font-weight: 600; font-size: 0.95rem;
  white-space: nowrap;
  filter: grayscale(1); opacity: 0.7;
  transition: filter 0.25s, opacity 0.25s;
}
.tool:hover { filter: none; opacity: 1; }
.tool img { width: 22px; height: 22px; }
@media (prefers-reduced-motion: reduce) {
  .proj-glow { animation: none; }
}

.tech-list { margin-top: 56px; }
.tech-row {
  display: grid; grid-template-columns: 260px 1fr; gap: 32px;
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
.tech-row:first-child { border-top: 1px solid var(--line); }
.tech-row dt { font-weight: 700; font-family: var(--font-head); }
.tech-row dd { color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 48px; max-width: 860px; }
.faq { padding: 30px 0; border-bottom: 1px solid var(--line); }
.faq:first-child { border-top: 1px solid var(--line); }
.faq h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 10px; }
.faq p { color: var(--ink-soft); }

/* ---------- Kontakt ---------- */
.contact { background: var(--dark); color: #fff; }
.contact .sec-kicker { color: rgba(255, 255, 255, 0.55); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-intro { margin-top: 24px; color: rgba(255, 255, 255, 0.7); max-width: 460px; }
.contact-mail { margin-top: 32px; }
.contact-mail a {
  font-family: var(--font-head);
  font-size: 1.5rem; font-weight: 800;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  transition: border-color 0.2s;
}
.contact-mail a:hover { border-color: #fff; }
.field { margin-bottom: 22px; }
.field label {
  display: block; font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6); margin-bottom: 10px;
}
.field input, .field textarea {
  width: 100%;
  background: transparent;
  border: none; border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
  padding: 10px 2px 14px;
  font-size: 1.05rem; font-family: inherit; color: #fff;
  transition: border-color 0.2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.form-actions { margin-top: 34px; }
.contact .btn-primary { background: #fff; color: var(--ink); border-color: #fff; }
.contact .btn-primary:hover { background: #e4f3f1; }
.form-note { margin-top: 20px; font-size: 0.85rem; color: rgba(255, 255, 255, 0.45); }
.form-success { display: none; padding: 40px 0; }
.form-success h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 12px; }
.form-success p { color: rgba(255, 255, 255, 0.7); }

/* ---------- Footer ---------- */
footer {
  background: var(--dark); color: rgba(255, 255, 255, 0.5);
  padding: 40px 0 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}
.foot-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
.foot-brand { display: flex; align-items: center; gap: 14px; }
.foot-brand img { width: 26px; height: 26px; flex: none; opacity: 0.9; }
.foot-links { display: flex; gap: 24px; }
.foot-links a:hover { color: #fff; }

/* ---------- Legal pages ---------- */
body.page-legal .nav:not(.scrolled) .nav-name { background: none; color: var(--ink); -webkit-text-fill-color: initial; }
body.page-legal .nav:not(.scrolled) .nav-links a:not(.nav-cta) { color: var(--ink-soft); }
body.page-legal .nav:not(.scrolled) .nav-links a:not(.nav-cta):hover { color: var(--ink); }
body.page-legal .nav:not(.scrolled) .nav-cta { background: var(--ink); color: #fff !important; }
body.page-legal .nav:not(.scrolled) .nav-cta:hover { background: #12303a; }

.legal-main { max-width: 840px; margin: 0 auto; padding: 180px 28px 120px; }
.legal-main h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.05; margin-bottom: 16px; }
.legal-updated { color: var(--muted); font-size: 0.92rem; margin-bottom: 60px; }
.legal-main h2 { font-size: 1.4rem; margin: 52px 0 16px; }
.legal-main h3 { font-size: 1.08rem; margin: 30px 0 10px; }
.legal-main p, .legal-main li { color: var(--ink-soft); }
.legal-main p { margin-bottom: 14px; }
.legal-main ul { margin: 0 0 14px 22px; }
.legal-main li { margin-bottom: 6px; }
.legal-main a { text-decoration: underline; text-underline-offset: 3px; }
.legal-address { padding: 26px 30px; background: var(--bg-alt); border-radius: var(--radius); margin-bottom: 14px; }
.legal-address p { margin-bottom: 4px; }

@media (max-width: 720px) {
  .legal-main { padding-top: 140px; }
}

/* ---------- Reveals ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .tool-band { grid-template-columns: repeat(3, 1fr); }
  .about-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .brand-card { justify-self: start; }
  .svc-list { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 56px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  section { padding: 90px 0; }
  .nav-links a:not(.nav-cta):not(.nav-lang) { display: none; }
  .nav-inner { padding: 12px 20px; }
  .nav-links { gap: 14px; }
  .nav-brand { gap: 9px; }
  .nav-mark { width: 24px; height: 24px; }
  .nav-name { font-size: 0.72rem; letter-spacing: 0.11em; white-space: nowrap; }
  .nav-cta { padding: 8px 16px; font-size: 0.82rem; white-space: nowrap; }
  .btn { padding: 14px 24px; font-size: 0.95rem; }
  /* WebGL kollabiert im Hochformat, daher CSS-Fallback in der Palette */
  #hero-canvas { display: none; }
  .hero {
    min-height: 100svh;
    background:
      radial-gradient(95% 46% at 88% 4%, rgba(15, 143, 134, 0.38), transparent 64%),
      radial-gradient(75% 38% at 8% 34%, rgba(43, 201, 180, 0.2), transparent 62%),
      radial-gradient(130% 52% at 50% 106%, rgba(48, 211, 186, 0.42), transparent 66%),
      radial-gradient(50% 24% at 74% 92%, rgba(217, 168, 90, 0.14), transparent 62%),
      var(--dark);
  }
  .hero-horizon { bottom: -30vh; height: 56vh; width: 220vw; }
  .hero-content { padding-top: 110px; padding-bottom: 72px; }
  .hero-mark { width: 64px; height: 64px; margin-bottom: 24px; }
  .hero-copy h1 { font-size: clamp(2.05rem, 8.6vw, 2.7rem); line-height: 1.08; letter-spacing: -0.03em; }
  .hero-kicker { font-size: 0.68rem; letter-spacing: 0.16em; margin-bottom: 20px; }
  .hero-sub { margin-top: 22px; font-size: 0.98rem; max-width: 32em; }
  .hero-actions { margin-top: 34px; flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; }
  .hero-actions .btn { justify-content: center; }
  .brand-card { max-width: 380px; }
  .founder { grid-template-columns: 56px 1fr; gap: 14px; padding: 16px 18px; }
  .founder img { width: 56px; height: 56px; }
  .svc-list { grid-template-columns: 1fr; }
  .svc-media { grid-row: auto; min-height: 340px; }
  .svc-dark { grid-column: auto; }
  .stats-hero { grid-template-columns: 1fr; gap: 56px; margin-top: 64px; }
  .stat--co { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 48px; }
  .stats-row { grid-template-columns: 1fr 1fr; gap: 40px 32px; margin-top: 64px; padding-top: 48px; }
  .stats-row .stat:not(:first-child) { border-left: 0; padding-left: 0; }
  .stats-row .stat:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, 0.1); padding-left: 32px; }
  .proj-list { grid-template-columns: 1fr; }
  .proj { min-height: 0; padding: 34px 28px; }
  .proj--wide { grid-column: auto; }
  .proj--hero { min-height: 0; padding: 38px 28px; }
  .steps { grid-template-columns: 1fr; }
  .why-list { grid-template-columns: 1fr; }
  .about-facts div { grid-template-columns: 108px 1fr; gap: 14px; }
  .team-inner { grid-template-columns: 1fr; gap: 20px; }
  .team-roles { gap: 8px 22px; }
  .tech-row { grid-template-columns: 1fr; gap: 6px; }
  .tool-band { grid-template-columns: repeat(2, 1fr); gap: 22px 16px; }
  .foot-inner { flex-direction: column; align-items: flex-start; }
}


/* ============ Motion layer ============ */

/* Seiten-Container schiebt sich über die gepinnte Hero */
.page {
  position: relative; z-index: 2;
  background: var(--bg);
  border-radius: clamp(26px, 3.4vw, 48px) clamp(26px, 3.4vw, 48px) 0 0;
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.45);
}
.page > section, .page > footer { position: relative; z-index: 1; }
.page > section:first-child { background: transparent; }
.page > .impact { z-index: 0; }
.impact + section {
  border-radius: clamp(26px, 3.4vw, 48px) clamp(26px, 3.4vw, 48px) 0 0;
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.35);
}

/* Scroll-Progress */
.progress {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  height: 2px; background: var(--grad-statement);
  transform: scaleX(0); transform-origin: left;
  pointer-events: none;
}

/* Nav: dunkles Glas solange über der Hero, Underline + aktiver Abschnitt */
.nav.on-hero {
  background: rgba(4, 13, 20, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.nav-links a:not(.nav-cta) { position: relative; }
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1.5px;
  background: currentColor; border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-links a:not(.nav-cta):hover::after,
.nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--ink); }
.nav:not(.scrolled) .nav-links a.active { color: #fff; }

/* Wort-Masken für Headlines */
.wm { display: inline-block; clip-path: inset(-0.12em 0 -0.2em 0); vertical-align: top; }
.wi {
  display: inline-block;
  transform: translateY(120%);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--d, 0s) + var(--wd, 0s));
}
.in .wi, .hero.ready .wi { transform: none; }

/* Hero-Einstieg */
.hero-kicker, .hero-sub, .hero-actions {
  opacity: 0; transform: translateY(18px);
  transition: opacity 1s ease, transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero.ready .hero-kicker { opacity: 1; transform: none; transition-delay: 0.15s; }
.hero.ready .hero-sub { opacity: 1; transform: none; transition-delay: 0.6s; }
.hero.ready .hero-actions { opacity: 1; transform: none; transition-delay: 0.8s; }
.hero-cue {
  position: absolute; left: 50%; bottom: 34px; z-index: 3;
  width: 1px; height: 64px; margin-left: -0.5px;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.85) 50%, transparent 100%);
  background-size: 100% 200%;
  animation: cue 2.4s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  opacity: 0; transition: opacity 1s ease 1.6s;
}
.hero.ready .hero-cue { opacity: 1; }
.hero.scrolled .hero-cue { opacity: 0; transition-delay: 0s; transition-duration: 0.3s; }
@keyframes cue { from { background-position: 0 200%; } to { background-position: 0 -100%; } }

/* Spotlight auf Karten (folgt dem Cursor) */
.svc::before, .proj::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  pointer-events: none; opacity: 0;
  transition: opacity 0.45s ease;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(43, 201, 180, 0.13), transparent 62%);
}
.svc:hover::before, .proj:hover::before { opacity: 1; }
.svc-media::before { display: none; }
.svc-dark::before, .proj--dark::before, .proj--hero::before {
  background: radial-gradient(480px circle at var(--mx, 50%) var(--my, 50%), rgba(43, 201, 180, 0.26), transparent 62%);
}
.proj--grad::before {
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.18), transparent 62%);
}

/* Zahlen: Linien zeichnen sich */
.stats-row { border-top: 0; position: relative; }
.stats-row::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transform: scaleX(0); transform-origin: left;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.stats-row.in::before { transform: scaleX(1); }
.stat--lead::before { animation: breathe 7s ease-in-out infinite alternate; }
@keyframes breathe { from { opacity: 0.85; transform: scale(1); } to { opacity: 1; transform: scale(1.08); } }

/* Technik: Logos leuchten einmal der Reihe nach auf */
.tool-band.in .tool {
  animation: tool-flash 1.6s ease both;
  animation-delay: calc(0.5s + var(--i, 0) * 65ms);
}
@keyframes tool-flash {
  0% { filter: grayscale(1); opacity: 0.7; }
  35% { filter: none; opacity: 1; }
  100% { filter: grayscale(1); opacity: 0.7; }
}

/* Formular: Gradient-Linie beim Fokus */
.field { position: relative; }
.field::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px;
  background: var(--grad-statement);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.field:focus-within::after { transform: scaleX(1); }

/* Buttons: Pfeil wandert */
.btn-primary::after { transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.btn-primary:hover::after { transform: translateX(4px); }

@media (max-width: 720px) {
  .hero-cue { height: 48px; bottom: 26px; }
  .page, .impact + section { border-radius: 28px 28px 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  .wi { transform: none; transition: none; }
  .hero-kicker, .hero-sub, .hero-actions, .hero-mark, .hero-horizon { opacity: 1; transform: none; transition: none; }
  .hero-cue { display: none; }
  .stat--lead::before { animation: none; }
  .tool-band.in .tool { animation: none; }
  .stats-row::before { transform: none; transition: none; }
  .brand-stars, .brand-horizon { animation: none; }
}


/* ============ Section-Aufwertung ============ */

/* Gradient-Rahmen auf Karten (JS injiziert .edge) */
.edge {
  position: absolute; inset: 0; z-index: 3; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, rgba(15, 143, 134, 0.8), rgba(43, 201, 180, 0.6) 50%, rgba(217, 168, 90, 0.7));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity 0.5s ease; pointer-events: none;
}
.svc:hover > .edge, .proj:hover > .edge { opacity: 1; }
.svc.reveal, .proj.reveal { transform: translateY(28px) scale(0.97); }
.svc.reveal.in, .proj.reveal.in { transform: none; }
.svc.reveal:hover, .proj.reveal:hover { transform: translateY(-6px); }

.about-facts div { position: relative; }
.about-facts div::after {
  content: ""; position: absolute; left: 0; top: -1px; height: 1px; width: 0;
  background: var(--grad-statement);
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-facts div:hover::after { width: 100%; }

/* Zahlen: Farbwolke oben rechts */
#zahlen, #numbers { position: relative; }
#zahlen::before, #numbers::before {
  content: ""; position: absolute; width: 720px; height: 720px; border-radius: 50%;
  right: -240px; top: -260px;
  background: radial-gradient(circle, rgba(15, 143, 134, 0.45), transparent 65%);
  filter: blur(80px); pointer-events: none;
  animation: team-blob-b 22s ease-in-out infinite alternate;
}
#zahlen .wrap, #numbers .wrap { position: relative; z-index: 1; }
#zahlen .sec-kicker::before, #numbers .sec-kicker::before { background: var(--grad-gold); }

/* Warum / Technik / FAQ: Linien mit Farbsweep */
.why, .tech-row, .faq { position: relative; }
.why::before, .tech-row::before, .faq::before {
  content: ""; position: absolute; left: 0; top: -1px; height: 1px; width: 0;
  background: var(--grad-statement);
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.why:hover::before, .tech-row:hover::before, .faq:hover::before { width: 100%; }
.tech-row dt { transition: color 0.3s; }
.tech-row:hover dt { color: var(--teal-ink); }
.why h3 { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.why:hover h3 { transform: translateX(4px); }

/* FAQ: Akkordeon (JS) */
.faq.acc h3 {
  cursor: pointer; margin: 0; padding-right: 48px; position: relative;
  transition: color 0.25s;
}
.faq.acc h3::before, .faq.acc h3::after {
  content: ""; position: absolute; right: 6px; top: 50%;
  width: 18px; height: 1.5px; background: var(--ink);
  transform: translateY(-50%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq.acc h3::after { transform: translateY(-50%) rotate(90deg); }
.faq.acc.open h3::after { transform: translateY(-50%) rotate(0deg); }
.faq.acc.open h3::before { transform: translateY(-50%) rotate(180deg); }
.faq-a {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq.acc.open .faq-a { grid-template-rows: 1fr; }
.faq-inner { overflow: hidden; }
.faq.acc .faq-inner p { padding-top: 12px; }
.faq.acc h3:hover { color: var(--teal-ink); }

/* Kontakt: Farbwolken hinter dem Formular */
.contact { position: relative; overflow: hidden; }
.contact::before, .contact::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(90px);
}
.contact::before {
  width: 680px; height: 680px; right: -220px; top: -280px;
  background: radial-gradient(circle, rgba(15, 143, 134, 0.5), transparent 65%);
  animation: team-blob-b 24s ease-in-out infinite alternate;
}
.contact::after {
  width: 560px; height: 560px; left: -220px; bottom: -300px;
  background: radial-gradient(circle, rgba(217, 168, 90, 0.3), transparent 65%);
  animation: team-blob-a 26s ease-in-out infinite alternate;
}
.contact .wrap { position: relative; z-index: 1; }
.contact-mail a { position: relative; border-bottom: 0; }
.contact-mail a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px;
  background: rgba(255, 255, 255, 0.4);
  transition: background 0.3s;
}
.contact-mail a:hover::after { background: var(--grad-statement); }

/* Team-Karte: Hover hebt leicht */
.team-card { transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s; }
.team-card:hover { transform: translateY(-4px); box-shadow: 0 30px 70px rgba(4, 30, 40, 0.2); }

@media (max-width: 720px) {
  .brand-card figcaption { left: 12px; bottom: 12px; padding: 10px 13px; font-size: 0.72rem; }
  .steps-track { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .impact::before, .impact::after, #zahlen::before, #numbers::before, .contact::before, .contact::after { animation: none; }
}

/* Honeypot-Feld: fuer Menschen unsichtbar, Bots fuellen es */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

/* ============ v2: Unternehmensseite (2026-09-03) ============ */

/* Branchen-Zeile unter dem Referenz-Intro */
.facts-inline { margin-top: 28px; max-width: 860px; }
.facts-inline div { grid-template-columns: 120px 1fr; }

/* Eigene Produkte */
.prod-list {
  margin-top: 60px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
.prod-list .proj { min-height: 400px; }
.prod-list .proj-body { max-width: 560px; }

/* Zusammenarbeit: drei Modelle */
.model-list {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.model {
  position: relative; overflow: hidden;
  background: radial-gradient(520px 260px at 100% 0%, rgba(43, 201, 180, 0.08), transparent 60%), #fff;
  border-radius: var(--radius);
  padding: 38px 34px 32px;
  display: flex; flex-direction: column;
  box-shadow: 0 2px 5px rgba(7, 20, 25, 0.04), inset 0 0 0 1px rgba(7, 20, 25, 0.05);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s;
}
.model:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(4, 30, 40, 0.14), inset 0 0 0 1px rgba(7, 20, 25, 0.04); }
.model::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  pointer-events: none; opacity: 0;
  transition: opacity 0.45s ease;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(43, 201, 180, 0.13), transparent 62%);
}
.model:hover::before { opacity: 1; }
.model > * { position: relative; z-index: 2; }
.model-kicker {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--teal-ink); margin-bottom: 18px;
}
.model-kicker::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: var(--grad-statement);
}
.model h3 { font-size: 1.45rem; font-weight: 800; line-height: 1.15; margin-bottom: 14px; transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.model:hover h3 { transform: translateX(4px); }
.model p { color: var(--muted); font-size: 0.98rem; }
.model-fit {
  margin-top: auto; padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.92rem; color: var(--ink-soft) !important;
}
.model-fit strong { color: var(--ink); }
.model.reveal { transform: translateY(28px) scale(0.97); }
.model.reveal.in { transform: none; }
.model.reveal:hover { transform: translateY(-6px); }
.model > .edge { z-index: 3; }

@media (max-width: 1024px) {
  .model-list { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .prod-list { grid-template-columns: 1fr; }
  .prod-list .proj { min-height: 0; }
  .facts-inline div { grid-template-columns: 1fr; gap: 4px; }
}

/* ============ v3: Wirkung (Vorher / Heute) statt Zitat ============ */
.impact {
  background: var(--dark); color: #fff;
  position: sticky; top: 0; z-index: 0; overflow: hidden;
  padding: 100px 0;
}
.impact::before, .impact::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
}
.impact::before {
  width: 720px; height: 720px; left: -14%; top: -55%;
  background: radial-gradient(circle, rgba(15, 143, 134, 0.42), transparent 65%);
  filter: blur(70px);
  animation: team-blob-a 20s ease-in-out infinite alternate;
}
.impact::after {
  inset: -10%; border-radius: 0; filter: none;
  background:
    radial-gradient(760px 520px at 84% 10%, rgba(43, 201, 180, 0.18), transparent 62%),
    radial-gradient(680px 520px at 8% 98%, rgba(217, 168, 90, 0.12), transparent 60%);
  animation: quote-drift 24s ease-in-out infinite alternate;
}
@keyframes quote-drift {
  from { transform: translate3d(-3%, -2%, 0) scale(1); }
  to { transform: translate3d(3%, 3%, 0) scale(1.08); }
}
.impact .wrap { position: relative; z-index: 1; }
.impact-grid {
  display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 48px 72px; align-items: start;
}
.impact .sec-kicker { color: var(--gold); }
.impact .sec-kicker::before { background: var(--grad-gold); }
.impact .sec-title { color: #fff; font-size: clamp(2.1rem, 3.6vw, 3.4rem); }
.impact-intro { margin-top: 24px; max-width: 380px; color: rgba(255, 255, 255, 0.6); font-size: 1.02rem; }
.impact-head { position: sticky; top: 100px; }
.impact-rows { padding-top: 8px; }
.impact-row {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  gap: 0 24px; align-items: center;
  padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.impact-row:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.impact-row::after {
  content: ""; position: absolute; left: 0; top: -1px; height: 1px; width: 0;
  background: var(--grad-statement);
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.impact-row:hover::after { width: 100%; }
.impact-row--head {
  padding: 0 0 14px; border-top: 0; align-items: end;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.impact-row--head span:last-child { color: var(--teal); }
.impact-before {
  color: rgba(255, 255, 255, 0.5); font-size: 0.97rem; line-height: 1.5;
  transition: color 0.4s;
}
.impact-row:hover .impact-before { color: rgba(255, 255, 255, 0.72); }
.impact-after p { color: #fff; font-weight: 500; font-size: 1.02rem; line-height: 1.45; }
.impact-after > span {
  display: block; margin-top: 10px;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
}
.impact-link { position: relative; display: block; height: 1px; background: rgba(255, 255, 255, 0.12); }
.impact-link::before {
  content: ""; position: absolute; inset: 0;
  background: var(--grad-statement);
  transform: scaleX(0); transform-origin: left;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--d, 0s) + 0.3s);
}
.impact-link::after {
  content: ""; position: absolute; right: -5px; top: 50%;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(217, 168, 90, 0.25), 0 0 18px rgba(217, 168, 90, 0.9);
  transform: translateY(-50%) scale(0);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--d, 0s) + 1.05s);
}
.impact-row.in .impact-link::before { transform: scaleX(1); }
.impact-row.in .impact-link::after { transform: translateY(-50%) scale(1); }
.impact-after {
  opacity: 0; transform: translateX(12px);
  transition: opacity 0.7s ease calc(var(--d, 0s) + 0.95s), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--d, 0s) + 0.95s);
}
.impact-row.in .impact-after { opacity: 1; transform: none; }
.impact-before::before, .impact-after::before { display: none; }

@media (max-width: 1024px) {
  .impact-grid { grid-template-columns: 1fr; gap: 40px; }
  .impact-head { position: static; }
  .impact-intro { max-width: 560px; }
}
@media (max-width: 720px) {
  .impact { position: relative; padding: 90px 0; }
  .impact-row--head { display: none; }
  .impact-row { grid-template-columns: 1fr; gap: 16px 0; padding: 26px 0; }
  .impact-link { width: 56px; height: 1px; }
  .impact-before::before, .impact-after::before {
    content: attr(data-lbl); display: block; margin-bottom: 6px;
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
  }
  .impact-after::before { color: var(--teal); }
  .impact-after { transform: translateY(10px); }
}
@media (prefers-reduced-motion: reduce) {
  .impact-link::before, .impact-link::after, .impact-after { transition: none; }
  .impact-link::before { transform: none; }
  .impact-link::after { transform: translateY(-50%); }
  .impact-after { opacity: 1; transform: none; }
}

/* ============ v3: Plattform-Diagramm im Hauptreferenz-Projekt ============ */
.proj--hero .proj-body { max-width: 600px; }
.proj-diagram {
  position: absolute; z-index: 2; right: 46px; top: 50%;
  width: 42%; max-width: 470px; height: auto;
  transform: translateY(-50%);
  overflow: visible;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.35));
}
.proj-diagram text { font-family: var(--font-body); }
.dg-lines path {
  fill: none; stroke: url(#dg-line); stroke-width: 1.3;
  stroke-dasharray: 1; stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.22, 1, 0.36, 1) calc(0.4s + var(--i, 0) * 70ms);
}
.dg-nodes rect {
  fill: rgba(255, 255, 255, 0.06); stroke: rgba(255, 255, 255, 0.22); stroke-width: 1;
  transition: fill 0.4s, stroke 0.4s;
}
.dg-nodes text { font-size: 9.5px; font-weight: 600; fill: rgba(255, 255, 255, 0.6); letter-spacing: 0.04em; }
.dg-nodes g {
  transform-box: fill-box; transform-origin: center;
  transform: scale(0.4); opacity: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) calc(0.1s + var(--i, 0) * 60ms), opacity 0.5s ease calc(0.1s + var(--i, 0) * 60ms);
}
.dg-bar rect { fill: url(#dg-bar); }
.dg-bar text {
  font-family: var(--font-head); font-size: 14px; font-weight: 800; letter-spacing: -0.01em;
  fill: #06161c;
}
.dg-bar {
  transform-box: fill-box; transform-origin: center;
  transform: translateY(10px); opacity: 0;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.5s, opacity 0.7s ease 1.5s;
}
.proj--hero.in .dg-lines path { stroke-dashoffset: 0; }
.proj--hero.in .dg-nodes g { transform: none; opacity: 1; }
.proj--hero.in .dg-bar { transform: none; opacity: 1; }
.proj--hero:hover .dg-nodes rect { fill: rgba(43, 201, 180, 0.16); stroke: rgba(43, 201, 180, 0.6); }
.proj--hero.in .dg-nodes rect { animation: dg-pulse 1.2s ease calc(1.6s + var(--i, 0) * 90ms) 1; }
@keyframes dg-pulse {
  0% { fill: rgba(255, 255, 255, 0.06); }
  40% { fill: rgba(43, 201, 180, 0.35); stroke: rgba(43, 201, 180, 0.9); }
  100% { fill: rgba(255, 255, 255, 0.06); }
}
@media (max-width: 1024px) {
  .proj-diagram { width: 34%; right: 36px; }
}
@media (max-width: 720px) {
  .proj-diagram {
    position: static; transform: none;
    width: 100%; max-width: 420px; margin: 0 auto 30px;
  }
  .proj--hero { justify-content: flex-start; }
  .proj-tag { font-size: 0.72rem; letter-spacing: 0.12em; align-items: flex-start; }
  .proj-tag::before { margin-top: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .dg-lines path { stroke-dashoffset: 0; transition: none; }
  .dg-nodes g, .dg-bar { transform: none; opacity: 1; transition: none; }
  .proj--hero.in .dg-nodes rect { animation: none; }
}
