/* ============ Michael Suchan · Editorial light ============ */
:root {
  --ink: #0b0b0e;
  --ink-soft: #3c3c44;
  --muted: #5c5c66;
  --bg: #fbfafc;
  --bg-alt: #f3f1f6;
  --line: rgba(11, 11, 14, 0.1);
  --grad-statement: linear-gradient(115deg, #2b2fd4 0%, #7b2ff7 48%, #ff7a00 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; }
.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(251, 250, 252, 0.82);
  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: 18px 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-name {
  font-family: var(--font-head);
  font-weight: 800; font-size: 1.05rem; 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: #26262e; }

/* ---------- Hero ---------- */
.hero {
  position: sticky; top: 0; z-index: 0;
  min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden;
  background: #08070d;
  color: #fff;
}
#hero-canvas {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; display: block;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(130% 95% at 50% 42%, transparent 52%, rgba(3, 2, 7, 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: 150px; padding-bottom: 100px;
}
.hero-copy { display: contents; }
.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: 580px;
  font-size: 1.1rem; color: rgba(255, 255, 255, 0.72);
}
.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-weight: 600; font-size: 1rem;
  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: #26262e; }
.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: #e9e9f2; }
.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 { color: #fff; }
.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: #e9e9f2; }

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden; white-space: nowrap;
  padding: 64px 0 56px;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.marquee-track {
  display: inline-flex; gap: 64px;
  animation: marquee 44s linear infinite;
}
.marquee-track span {
  font-family: var(--font-head);
  font-size: clamp(2.6rem, 4.6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(11, 11, 14, 0.28);
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section, .quote { 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; }

/* ---------- About ---------- */
.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); }
.about-facts { margin-top: 30px; 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; }
.about-portrait { position: relative; margin: 0; max-width: 470px; justify-self: end; }
.about-frame {
  aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 34px 80px rgba(20, 25, 60, 0.2);
  outline: 1px solid rgba(11, 11, 14, 0.06);
  outline-offset: -1px;
}
.about-portrait img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 8%;
  transform: scale(1.1); transform-origin: 50% 8%;
  will-change: transform;
}
.about-portrait figcaption {
  margin-top: 16px;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Statement / quote ---------- */
.quote {
  background: var(--ink);
  position: sticky; top: 0; z-index: 0; overflow: hidden;
}
.quote::after {
  content: "";
  position: absolute; inset: -10%;
  animation: quote-drift 24s ease-in-out infinite alternate;
  background:
    radial-gradient(760px 520px at 82% 8%, rgba(74, 60, 235, 0.22), transparent 62%),
    radial-gradient(680px 520px at 6% 96%, rgba(255, 122, 0, 0.12), transparent 60%);
  pointer-events: none;
}
.quote .wrap { position: relative; z-index: 1; }
.quote-text {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 2.9vw, 2.9rem);
  font-weight: 800; line-height: 1.25; letter-spacing: -0.02em;
  color: #fff; max-width: 880px;
}
.quote-text .w { opacity: 0.2; transition: opacity 0.35s; }
.quote-text .w.on { opacity: 1; }
.quote figcaption {
  margin-top: 40px; padding-left: 52px; position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.85rem;
}
.quote figcaption::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 36px; height: 2px; border-radius: 2px;
  background: var(--grad-statement);
}

/* ---------- 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, 47, 212, 0.06), 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(15, 10, 30, 0.04), inset 0 0 0 1px rgba(11, 11, 14, 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(20, 10, 40, 0.14), inset 0 0 0 1px rgba(11, 11, 14, 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(--ink);
}
.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.8);
  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.55), transparent 55%);
}
.svc-media .proj-glow {
  background:
    radial-gradient(480px 360px at 25% 12%, rgba(43, 47, 212, 0.9), transparent 62%),
    radial-gradient(460px 380px at 80% 38%, rgba(123, 47, 247, 0.85), transparent 62%),
    radial-gradient(500px 420px at 30% 72%, rgba(255, 122, 0, 0.55), transparent 62%),
    radial-gradient(420px 340px at 85% 95%, rgba(64, 47, 247, 0.5), transparent 65%);
}
.svc-dark { background: var(--ink); grid-column: 1 / -1; }
.svc-dark h3 { color: #fff; }
.svc-dark p { color: rgba(255, 255, 255, 0.65); }

/* ---------- Stats ---------- */
#zahlen, #numbers { background: #08070d; color: #fff; overflow: hidden; }
#zahlen .sec-kicker, #numbers .sec-kicker { color: #8b7bff; }
#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(134, 104, 255, 0.28) 0%, rgba(130, 100, 255, 0.12) 28%, rgba(128, 98, 255, 0.06) 46%, rgba(126, 96, 255, 0.025) 62%, rgba(126, 96, 255, 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%, #a293ff 72%, #5b3df5 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, 47, 212, 0.06), 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(15, 10, 30, 0.04), inset 0 0 0 1px rgba(11, 11, 14, 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(20, 10, 40, 0.14), inset 0 0 0 1px rgba(11, 11, 14, 0.04); }
.proj--dark, .proj--grad, .proj--hero { box-shadow: 0 2px 5px rgba(15, 10, 30, 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(--ink); }
.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-statement); }
.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.88); }
.proj--hero { min-height: 460px; padding: 52px 46px; background: var(--ink); }
.proj--hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8, 4, 16, 0.82), rgba(8, 4, 16, 0.25) 55%, rgba(8, 4, 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(43, 47, 212, 0.85), transparent 62%),
    radial-gradient(560px 420px at 72% 22%, rgba(123, 47, 247, 0.8), transparent 62%),
    radial-gradient(520px 400px at 92% 78%, rgba(255, 122, 0, 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(123, 47, 247, 0.35);
}
.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: #0a0a12; 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(43, 47, 212, 0.7), 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(123, 47, 247, 0.55), 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: rgba(255, 255, 255, 0.55);
}
.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(--ink); 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: #e8e5ee; }
.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(--ink); 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; }
.foot-links { display: flex; gap: 24px; }
.foot-links a:hover { color: #fff; }

/* ---------- Legal pages ---------- */
body.page-legal .nav:not(.scrolled) .nav-name { color: var(--ink); }
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: #26262e; }

.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; }
  .marquee-track { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .tool-band { grid-template-columns: repeat(3, 1fr); }
  .about-layout { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .about-portrait { 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, .quote { padding: 90px 0; }
  .nav-links a:not(.nav-cta):not(.nav-lang) { display: none; }
  .nav-inner { padding: 13px 20px; }
  .nav-links { gap: 14px; }
  .nav-name { font-size: 0.75rem; 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-Aurora kollabiert im Hochformat zu Schwarz, daher CSS-Fallback */
  #hero-canvas { display: none; }
  .hero {
    min-height: 100svh;
    background:
      radial-gradient(95% 46% at 88% 4%, rgba(26, 56, 242, 0.42), transparent 64%),
      radial-gradient(75% 38% at 8% 34%, rgba(125, 46, 250, 0.30), transparent 62%),
      radial-gradient(130% 52% at 50% 106%, rgba(64, 118, 250, 0.38), transparent 66%),
      radial-gradient(50% 24% at 74% 92%, rgba(255, 122, 0, 0.14), transparent 62%),
      #08070d;
  }
  .hero-content { padding-top: 120px; padding-bottom: 72px; }
  .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.7rem; 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; }
  .about-portrait { max-width: 380px; }
  .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; }
}


/* ============ Motion layer (v3, 2026-09-01) ============ */

/* 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 > .quote { z-index: 0; }
.quote + 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(8, 7, 13, 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.05s; }
.hero.ready .hero-sub { opacity: 1; transform: none; transition-delay: 0.55s; }
.hero.ready .hero-actions { opacity: 1; transform: none; transition-delay: 0.75s; }
.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, 47, 212, 0.11), 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(123, 47, 247, 0.32), 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, .quote + section { border-radius: 28px 28px 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  .wi { transform: none; transition: none; }
  .hero-kicker, .hero-sub, .hero-actions { 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; }
}


/* ============ Section-Aufwertung v4 (2026-09-02) ============ */

/* Hero bleibt stehen: Content wird nur gedimmt (kein Wegdriften) */

/* 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(43, 47, 212, 0.75), rgba(123, 47, 247, 0.6) 50%, rgba(255, 122, 0, 0.55));
  -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); }

/* Über mich: Caption als Milchglas-Karte im Bild */
.about-portrait figcaption {
  position: absolute; left: 18px; bottom: 18px; margin: 0;
  padding: 12px 16px 11px; border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  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.6), 0 8px 24px rgba(20, 25, 60, 0.12);
  color: var(--ink);
}
.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%; }

/* Zitat: wandernde Farbwolken */
@keyframes quote-drift {
  from { transform: translate3d(-3%, -2%, 0) scale(1); }
  to { transform: translate3d(3%, 3%, 0) scale(1.08); }
}
.quote::before {
  content: ""; position: absolute; width: 640px; height: 640px; border-radius: 50%;
  left: -12%; top: -50%;
  background: radial-gradient(circle, rgba(43, 47, 212, 0.35), transparent 65%);
  filter: blur(70px); pointer-events: none;
  animation: team-blob-a 20s ease-in-out infinite alternate;
}

/* 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(43, 47, 212, 0.4), 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: #8b7bff; }

/* 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: #2b2fd4; }
.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: #2b2fd4; }

/* 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(43, 47, 212, 0.45), 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(123, 47, 247, 0.35), 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(20, 10, 40, 0.18); }

@media (max-width: 720px) {
  .about-portrait figcaption { left: 12px; bottom: 12px; padding: 10px 13px; font-size: 0.72rem; }
  .steps-track { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .quote::before, .quote::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; }


/* ============ Keynote-Layer v5 (2026-09-03): Apple-Referenzen via Mobbin ============ */

/* Hero: Schlüsselphrase als Gradient-Text. Wichtig: background-clip:text auf den Wort-Spans (.wi),
   nicht auf dem Wrapper. Safari verliert den geclippten Hintergrund, sobald Kinder transformiert sind
   (Michael, iPhone 03.09.: "Mobile Titel kaputt", Phrase war unsichtbar). */
.hero-copy h1 .hl .wi, .hero-copy h1 .hl.nowm {
  background-image: linear-gradient(100deg, #ffffff 0%, #ffffff 22%, #c4bbff 42%, #a293ff 58%, #ff9a3c 78%, #ffb36b 100%);
  background-size: 260% 100%; background-position: 0% 0;
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), background-position 2.4s cubic-bezier(0.22, 1, 0.36, 1) 1.1s;
  transition-delay: calc(var(--d, 0s) + var(--wd, 0s)), 1.1s;
}
.hero.ready .hero-copy h1 .hl .wi, .hero.ready .hero-copy h1 .hl.nowm { background-position: 100% 0; }
@supports not (-webkit-background-clip: text) {
  .hero-copy h1 .hl .wi, .hero-copy h1 .hl.nowm { color: #c4bbff; -webkit-text-fill-color: #c4bbff; background: none; }
}

/* Über mich: 3D-Tilt auf dem Portrait (JS setzt --rx/--ry) */
.about-frame {
  transform: perspective(1100px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s;
  transform-style: preserve-3d; position: relative;
}
.about-frame::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0) 70%);
  background-size: 250% 100%; background-position: var(--sx, 120%) 0;
  transition: background-position 0.6s ease; mix-blend-mode: screen;
}
.about-portrait:hover .about-frame { box-shadow: 0 44px 90px rgba(20, 25, 60, 0.28); }

/* Zitat: Gradient-Himmel wie Apple Intelligence, dunkler Boden */
.quote { background: #08070d; }
.quote::before {
  content: ""; position: absolute; inset: -30% -10% auto; height: 120%; border-radius: 0;
  left: -10%; top: -30%; width: 120%;
  background:
    radial-gradient(60% 70% at 15% 30%, rgba(43, 47, 212, 0.75), transparent 65%),
    radial-gradient(55% 65% at 55% 15%, rgba(123, 47, 247, 0.7), transparent 65%),
    radial-gradient(50% 60% at 92% 30%, rgba(255, 122, 0, 0.6), transparent 65%);
  filter: blur(70px);
  animation: sky-drift 26s ease-in-out infinite alternate;
}
.quote::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(8, 7, 13, 0) 0%, rgba(8, 7, 13, 0.55) 60%, rgba(8, 7, 13, 0.95) 100%);
  animation: none; pointer-events: none;
}
@keyframes sky-drift {
  from { transform: translate3d(-3%, 0, 0) scale(1); }
  to { transform: translate3d(3%, 4%, 0) scale(1.1); }
}
.quote-text .w.on { text-shadow: 0 0 30px rgba(255, 255, 255, 0.25); }

/* Leistungen: Geräte-Mockup in der Gradient-Karte */
/* Dashboard-Mockup in der Gradient-Karte entfernt (Michael, 03.09.: "sieht nicht gut aus") */
.svc-media { min-height: 520px; }
@media (max-width: 720px) { .svc-media { min-height: 520px; } }
.svc-media .svc-media-copy { z-index: 3; }
.dv {
  position: absolute; z-index: 2; left: 30px; right: 30px; top: 30px; bottom: 236px;
  display: flex; flex-direction: column;
  background: rgba(10, 8, 20, 0.72); border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px; overflow: hidden;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  transform: perspective(1200px) rotateX(6deg) translateY(16px); transform-origin: 50% 100%;
  opacity: 0;
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1) 0.25s, opacity 0.9s ease 0.25s;
}
.svc-media.in .dv { transform: perspective(1200px) rotateX(3deg); opacity: 1; }
.svc-media:hover .dv { transform: perspective(1200px) rotateX(0deg) translateY(-4px); }
.dv-bar { height: 30px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.04); }
.dv-bar span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); }
.dv-bar span:first-child { background: #ff5f57; } .dv-bar span:nth-child(2) { background: #febc2e; } .dv-bar span:nth-child(3) { background: #28c840; }
.dv-bar em { margin-left: 8px; font-style: normal; font-size: 0.7rem; color: rgba(255, 255, 255, 0.55); }
.dv-body { padding: 12px; display: flex; flex-direction: column; gap: 10px; flex: 1; min-height: 0; }
.dv-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dv-kpi { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 10px; padding: 9px 10px; min-width: 0; }
.dv-kpi small { display: block; font-size: 0.62rem; color: rgba(255, 255, 255, 0.5); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dv-kpi b { display: block; font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; color: #fff; margin: 3px 0 2px; letter-spacing: -0.02em; }
.dv-kpi span { font-size: 0.6rem; color: #a293ff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.dv-chart { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 10px; padding: 10px 12px 12px; flex: 1; display: flex; flex-direction: column; min-height: 0; }
.dv-chart small { display: block; font-size: 0.62rem; color: rgba(255, 255, 255, 0.5); margin-bottom: 8px; }
.dv-bars { display: flex; align-items: flex-end; gap: 5px; height: 64px; flex: 1; }
.dv-bars i { flex: 1; border-radius: 3px 3px 1px 1px; background: linear-gradient(to top, rgba(43, 47, 212, 0.7), rgba(123, 47, 247, 0.95)); transform: scaleY(0); transform-origin: bottom; transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1); }
.dv-bars i:nth-child(1) { height: 38%; } .dv-bars i:nth-child(2) { height: 52%; } .dv-bars i:nth-child(3) { height: 46%; } .dv-bars i:nth-child(4) { height: 60%; }
.dv-bars i:nth-child(5) { height: 56%; } .dv-bars i:nth-child(6) { height: 70%; } .dv-bars i:nth-child(7) { height: 64%; } .dv-bars i:nth-child(8) { height: 76%; }
.dv-bars i:nth-child(9) { height: 72%; } .dv-bars i:nth-child(10) { height: 84%; } .dv-bars i:nth-child(11) { height: 90%; } .dv-bars i:nth-child(12) { height: 100%; background: linear-gradient(to top, #ff7a00, #ffb36b); }
.svc-media.in .dv-bars i { transform: none; }
.svc-media.in .dv-bars i:nth-child(n) { transition-delay: calc(0.6s + var(--n, 0) * 55ms); }

/* Leistungen: Mini-Visuals in den weißen Karten */
.svc-art { position: relative; z-index: 2; margin-top: auto; padding-top: 26px; height: 170px; overflow: hidden; }
.art-chat { display: flex; flex-direction: column; gap: 8px; justify-content: flex-end; }
.bub { max-width: 88%; padding: 10px 13px; border-radius: 16px; font-size: 0.82rem; line-height: 1.35; }
.bub.q { align-self: flex-end; background: var(--bg-alt); color: var(--ink); border-bottom-right-radius: 4px; }
.bub.a { align-self: flex-start; background: linear-gradient(115deg, #2b2fd4, #5b3df5); color: #fff; border-bottom-left-radius: 4px; }
.art-graph svg { width: 100%; height: 100%; }
.art-graph .ln { fill: none; stroke: rgba(91, 61, 245, 0.55); stroke-width: 1.5; stroke-dasharray: 4 5; animation: dash 6s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -90; } }
.art-graph circle { fill: #fff; stroke: #5b3df5; stroke-width: 2.5; }
.art-graph circle.hot { fill: #ff7a00; stroke: #ff7a00; }
.art-graph text { font-size: 11px; fill: var(--muted); text-anchor: middle; font-family: var(--font-body); }
.art-windows i { position: absolute; left: 6%; right: 6%; height: 120px; border-radius: 12px 12px 0 0; background: #15131f; border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0; }
.art-windows i:nth-child(1) { top: 26px; transform: scale(0.84); opacity: 0.35; }
.art-windows i:nth-child(2) { top: 46px; transform: scale(0.92); opacity: 0.65; }
.art-windows i:nth-child(3) { top: 68px; background: linear-gradient(180deg, #1c1930, #120f1c); padding: 14px; display: flex; gap: 9px; }
.art-windows i:nth-child(3) b { flex: 1; border-radius: 7px; background: rgba(123, 47, 247, 0.22); border: 1px solid rgba(123, 47, 247, 0.4); }
.art-windows i:nth-child(3) b:first-child { background: var(--grad-statement); border: 0; }
.art-phone { display: flex; justify-content: center; align-items: flex-end; }
.ph { width: 128px; height: 150px; border-radius: 24px 24px 0 0; background: #0f0d18; border: 5px solid #26232f; border-bottom: 0; padding: 22px 12px 0; position: relative; }
.ph i { position: absolute; top: 8px; left: 50%; width: 36px; height: 5px; margin-left: -18px; border-radius: 3px; background: #26232f; }
.ph b { display: block; height: 38px; border-radius: 9px; background: var(--grad-statement); margin-bottom: 8px; }
.ph b.s { height: 10px; background: rgba(255, 255, 255, 0.14); width: 78%; }
.ph em { position: absolute; left: 12px; right: 12px; bottom: 0; height: 30px; border-radius: 9px 9px 0 0; background: rgba(123, 47, 247, 0.3); }
.svc-dark { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.svc-dark-copy { position: relative; z-index: 2; }
.svc-ops { position: relative; z-index: 2; }
.svc-ops div { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.88rem; color: rgba(255, 255, 255, 0.85); }
.svc-ops div:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.svc-ops i { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 8px #34d399; animation: pulse 2.4s ease-in-out infinite; flex: none; }
.svc-ops div:nth-child(2) i { animation-delay: 0.6s; } .svc-ops div:nth-child(3) i { animation-delay: 1.2s; } .svc-ops div:nth-child(4) i { animation-delay: 1.8s; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.svc-ops span { margin-left: auto; color: rgba(255, 255, 255, 0.45); font-variant-numeric: tabular-nums; }

/* Zahlen: Meter unter den kleinen Kennzahlen */
.meter { display: block; margin-top: 18px; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, 0.1); position: relative; overflow: hidden; max-width: 220px; }
.meter::after { content: ""; position: absolute; inset: 0; width: var(--w, 50%); border-radius: 3px; background: var(--grad-statement); transform: scaleX(0); transform-origin: left; transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--d, 0s) + 0.4s); }
.m-100::after { --w: 100%; } .m-60::after { --w: 60%; } .m-55::after { --w: 55%; } .m-40::after { --w: 40%; }
.stat.in .meter::after { transform: scaleX(1); }

/* Projekte: Visuals in den breiten Karten */
.proj--vis .proj-body { max-width: 560px; }
.tb {
  position: absolute; z-index: 2; right: 46px; top: 50%; transform: translateY(-50%);
  width: 40%; max-width: 440px;
  background: rgba(10, 8, 20, 0.7); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 14px;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4); overflow: hidden; font-size: 0.78rem;
}
.tb-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; font-weight: 600; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.tb-head i { width: 22px; height: 22px; border-radius: 50%; background: var(--grad-statement); }
.tb-row { display: grid; grid-template-columns: 1.3fr 0.5fr 1fr; gap: 8px; padding: 9px 14px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); color: rgba(255, 255, 255, 0.85); }
.tb-src { color: rgba(255, 255, 255, 0.45); }
.tb-st { display: flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, 0.7); }
.tb-st i { width: 6px; height: 6px; border-radius: 50%; background: #a293ff; }
.tb-st.ok i { background: #34d399; } .tb-st.hot i { background: #ff7a00; } .tb-st.w i { background: #febc2e; }
.tb-toast { display: flex; align-items: center; gap: 8px; padding: 9px 14px; background: rgba(255, 255, 255, 0.06); color: #fff; font-weight: 500; transform: translateY(100%); transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1.2s; }
.tb-toast i { width: 14px; height: 14px; border-radius: 50%; background: #34d399; position: relative; flex: none; }
.tb-toast i::after { content: ""; position: absolute; left: 4px; top: 2px; width: 4px; height: 7px; border: solid #08070d; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.proj--vis.in .tb-toast { transform: none; }
.pipe { position: absolute; z-index: 2; right: 46px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 10px; }
.pipe-n { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.pipe-n b { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff; color: var(--ink); font-family: var(--font-head); font-weight: 800; box-shadow: inset 0 0 0 1.5px rgba(11, 11, 14, 0.12); transition: background 0.5s, color 0.5s, box-shadow 0.5s; transition-delay: calc(var(--i, 0) * 0.25s + 0.4s); }
.proj--vis.in .pipe-n b { background: var(--grad-statement); color: #fff; box-shadow: 0 8px 20px rgba(91, 61, 245, 0.3); }
.pipe-l { width: 44px; height: 2px; margin-bottom: 26px; background: var(--line); position: relative; overflow: hidden; }
.pipe-l::after { content: ""; position: absolute; inset: 0; background: var(--grad-statement); transform: scaleX(0); transform-origin: left; transition: transform 0.5s ease; transition-delay: calc(var(--i, 0) * 0.25s + 0.55s); }
.proj--vis.in .pipe-l::after { transform: scaleX(1); }
.ag { position: absolute; z-index: 2; right: 46px; top: 50%; transform: translateY(-50%); width: 300px; }
.ag-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.ag-grid i { aspect-ratio: 1; border-radius: 10px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); position: relative; }
.ag-grid i::after { content: ""; position: absolute; right: 6px; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: #34d399; box-shadow: 0 0 8px #34d399; animation: pulse 2.6s ease-in-out infinite; animation-delay: calc(var(--i, 0) * 0.2s); }
.ag-grid i:nth-child(8)::after { background: #ff7a00; box-shadow: 0 0 8px #ff7a00; }
.ag-lbl { display: flex; justify-content: space-between; margin-top: 12px; font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); font-weight: 600; }
.ag-re { color: #ff9a3c; }

/* Arbeitsweise: Mini-Illustrationen pro Schritt */
.step-art { height: 92px; margin-bottom: 18px; position: relative; overflow: hidden; }
.sa-list i { display: flex; align-items: center; gap: 10px; height: 24px; margin-bottom: 8px; font-size: 0.7rem; font-weight: 700; color: var(--muted); font-style: normal; }
.sa-list i::after { content: ""; flex: 1; height: 8px; border-radius: 4px; background: var(--bg-alt); max-width: 70%; }
.sa-list i:nth-child(2)::after { max-width: 55%; } .sa-list i:nth-child(3)::after { max-width: 62%; }
.sa-browser { border-radius: 10px 10px 0 0; background: #15131f; border: 1px solid rgba(11, 11, 14, 0.1); border-bottom: 0; padding: 10px; height: 92px; position: relative; }
.sa-browser b { display: block; height: 14px; border-radius: 4px; background: rgba(255, 255, 255, 0.12); margin-bottom: 8px; width: 60%; }
.sa-browser b:nth-child(2) { width: 85%; height: 26px; background: var(--grad-statement); }
.sa-browser span { position: absolute; right: 10px; top: 10px; font-size: 0.66rem; font-weight: 700; color: #34d399; letter-spacing: 0.06em; }
.sa-check i, .sa-pulse i { display: flex; align-items: center; gap: 10px; height: 24px; margin-bottom: 6px; font-size: 0.8rem; color: var(--ink-soft); font-style: normal; }
.sa-check b { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid var(--line); position: relative; flex: none; transition: background 0.4s, border-color 0.4s; transition-delay: calc(var(--i, 0) * 0.25s + 0.5s); }
.sa-check b::after { content: ""; position: absolute; left: 4px; top: 1px; width: 4px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); transition: transform 0.3s; transition-delay: calc(var(--i, 0) * 0.25s + 0.6s); }
.step.in .sa-check b { background: #5b3df5; border-color: #5b3df5; }
.step.in .sa-check b::after { transform: rotate(45deg) scale(1); }
.sa-pulse b { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 8px #34d399; animation: pulse 2.4s ease-in-out infinite; animation-delay: calc(var(--i, 0) * 0.5s); flex: none; }

/* Team-Karte: rotierender Gradient-Rahmen */
.team-card::after { display: none; }
.team-card { background: #0c0a16; isolation: isolate; }
.team-card .team-ring { position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none; z-index: 0;
  background: conic-gradient(from var(--a, 0deg), rgba(43, 47, 212, 0.9), rgba(123, 47, 247, 0.9), rgba(255, 122, 0, 0.8), rgba(43, 47, 212, 0.9));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  animation: ring-spin 9s linear infinite; }
@property --a { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
@keyframes ring-spin { to { --a: 360deg; } }
.team-card .team-sky { position: absolute; inset: -20%; z-index: 0; pointer-events: none; filter: blur(70px);
  background: radial-gradient(45% 55% at 20% 30%, rgba(43, 47, 212, 0.7), transparent 65%), radial-gradient(40% 50% at 80% 70%, rgba(255, 122, 0, 0.45), transparent 65%), radial-gradient(40% 50% at 60% 20%, rgba(123, 47, 247, 0.6), transparent 65%);
  animation: sky-drift 22s ease-in-out infinite alternate; }

/* Kontakt: Glas-Formular mit runden Feldern, Zypern-Uhr */
.contact form { padding: 32px; border-radius: var(--radius); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12); }
.field input, .field textarea { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; padding: 13px 14px; transition: border-color 0.25s, box-shadow 0.25s, background 0.25s; }
.field input:focus, .field textarea:focus { border-color: rgba(162, 147, 255, 0.9); background: rgba(255, 255, 255, 0.09); box-shadow: 0 0 0 4px rgba(123, 47, 247, 0.25); }
.field::after { display: none; }
.field label { font-size: 0.78rem; margin-bottom: 8px; }
.field { margin-bottom: 16px; }
.now { margin-top: 36px; display: inline-flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 16px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.now-dot { width: 10px; height: 10px; border-radius: 50%; background: #34d399; box-shadow: 0 0 10px #34d399; animation: pulse 2.4s ease-in-out infinite; flex: none; }
.now-time { display: block; font-family: var(--font-head); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.now small { display: block; margin-top: 4px; font-size: 0.78rem; color: rgba(255, 255, 255, 0.55); }

@media (max-width: 1024px) {
  .tb { width: 44%; right: 30px; }
  .ag { width: 240px; }
}
@media (max-width: 720px) {
  .svc-art { height: 150px; }
  .svc-dark { grid-template-columns: 1fr; gap: 22px; }
  .tb, .pipe, .ag { position: static; transform: none; width: auto; max-width: none; margin-bottom: 26px; }
  .pipe { flex-wrap: nowrap; justify-content: space-between; gap: 6px; }
  .pipe-l { width: 18px; }
  .ag { width: 100%; }
  .proj--vis { justify-content: flex-start; }
  .proj--vis .proj-body { max-width: none; }
  .meter { max-width: none; }
  .now { margin-top: 26px; }
  .contact form { padding: 22px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .dv, .dv-bars i, .tb-toast, .pipe-n b, .pipe-l::after, .sa-check b, .sa-check b::after, .meter::after, .hero-copy h1 .hl .wi { transition: none; transform: none; opacity: 1; }
  .quote::before, .team-card .team-ring, .team-card .team-sky, .art-graph .ln, .svc-ops i, .ag-grid i::after, .sa-pulse b, .now-dot { animation: none; }
  .about-frame { transform: none; }
}
