/* ═══════════════════════════════════════════════════════════════
   ZOYOS · Agency (September 2026)
   Referenz-Look: moderne KI-Consulting-Agentur. Weiß, Ink, Bright Blue.
   Headlines Geist · Body Inter · Fonts selbst gehostet (fonts.css)
   ═══════════════════════════════════════════════════════════════ */

:root {
  --blue: #0077FF;
  --blue-dark: #0D4F9B;
  --blue-lift: #66B0FF;
  --ink: #0E121C;
  --ink-2: #1A2030;
  --tint: #EFF5FF;
  --tint-deep: #B8CFF0;
  --white: #FFFFFF;
  --text-2: rgba(14,18,28,.66);
  --text-3: rgba(14,18,28,.46);
  --line: rgba(14,18,28,.10);
  --line-soft: rgba(14,18,28,.06);
  --head: 'Geist', system-ui, -apple-system, sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
  --r-card: 24px;
  --r-img: 16px;
  --pad-y: clamp(72px, 8vw, 120px);
  --ease: cubic-bezier(.22,1,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-2);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: var(--head);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--ink);
  text-wrap: balance;
}
h1 em, h2 em, h3 em { font-style: normal; color: var(--blue); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--blue); color: #fff; }

.wrap { width: min(1240px, 100% - 48px); margin-inline: auto; }

/* Reveal */
.r { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.r.v { opacity: 1; transform: none; }
.rd1 { transition-delay: .08s } .rd2 { transition-delay: .16s } .rd3 { transition-delay: .24s }
@media (prefers-reduced-motion: reduce) { .r { opacity: 1; transform: none; transition: none } html { scroll-behavior: auto } }

.eyebrow {
  font: 500 12px/1 var(--body);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-block;
  margin-bottom: 18px;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font: 500 15px/1 var(--body);
  border-radius: 999px;
  padding: 15px 24px;
  transition: transform .25s var(--ease), background .25s, box-shadow .25s, color .25s;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 6px 24px rgba(0,119,255,.28); }
.btn-primary:hover { background: #1684ff; transform: translateY(-1px); }
.btn-secondary { background: #fff; color: var(--ink); border: 1px solid #D7DFEC; }
.btn-secondary:hover { border-color: var(--ink); }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--tint); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-2); }

/* ═══ NAV (schwebende Ink-Leiste) ═══ */
#nav {
  position: fixed; top: 14px; left: 0; right: 0; z-index: 100;
  padding: 0 14px;
}
.nav-bar {
  width: min(1240px, 100%);
  margin-inline: auto;
  height: 58px;
  background: var(--ink);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 10px 0 22px;
  box-shadow: 0 10px 40px rgba(14,18,28,.18);
}
.nav-logo img { height: 18px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { font: 500 14px/1 var(--body); color: rgba(255,255,255,.8); transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-cta { padding: 11px 18px; font-size: 14px; }
.burger { display: none; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.burger span { width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s; }
.mobile-menu {
  position: fixed; inset: 0; z-index: 90; background: var(--ink);
  display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 40px 32px;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a { font: 600 clamp(32px, 9vw, 48px)/1.1 var(--head); letter-spacing: -0.03em; color: #fff; }
.mobile-menu a.mm-cta { margin-top: 24px; font: 500 16px/1 var(--body); color: var(--blue-lift); }

/* ═══ HERO ═══ */
.hero {
  position: relative;
  padding: 150px 0 0;
  min-height: 92vh;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: 40px;
  flex: 1;
}
.hero h1 {
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: .98;
  max-width: 12ch;
}
.hero-role {
  font: 500 13px/1 var(--body);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 26px;
}
.hero-sub { max-width: 46ch; font-size: 17px; margin: 26px 0 32px; color: var(--text-2); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Hero-Grafik: digitaler Assistent, der den Betrieb kennt */
.hero-object { position: relative; height: clamp(340px, 34vw, 460px); }
.assist { position: relative; width: 100%; height: 100%; }
.assist::before { content: ''; position: absolute; inset: 30% 10% 0; background: radial-gradient(ellipse at 50% 80%, rgba(0,119,255,.16), transparent 65%); filter: blur(24px); }

.file {
  position: absolute; max-width: 56%; display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line-soft); border-radius: 14px; padding: 10px 14px 10px 10px;
  box-shadow: 0 12px 30px rgba(14,18,28,.08);
  animation: file-float var(--d, 7s) ease-in-out infinite; animation-delay: var(--dl, 0s);
}
.file > div { min-width: 0; }
.file b { display: block; font: 600 12.5px/1.2 var(--body); color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.file span { display: block; font-size: 11px; color: var(--text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ext { width: 34px; height: 34px; display: grid; place-items: center; flex: none; }
.ext svg { width: 34px; height: 34px; display: block; }
.f1 { left: 2%;  top: 2%;  --d: 7.5s; --dl: 0s; }
.f2 { right: 0; top: 25%; --d: 8.5s; --dl: -2s; }
.f3 { left: 4%;  top: 38%; --d: 7s;   --dl: -4s; }
.f4 { right: 0;  top: 55%; --d: 9s;   --dl: -1s; }
.f5 { left: 0;   top: 57%; --d: 8s;   --dl: -3s; }
.f6 { right: 14%; top: 1%; --d: 7.8s; --dl: -5s; opacity: .9; }
@keyframes file-float { 0%, 100% { transform: translateY(0) rotate(-.6deg); } 50% { transform: translateY(-12px) rotate(.6deg); } }

.assist-box { position: absolute; left: 0; right: 0; bottom: 0; }
.assist-chips { display: flex; gap: 8px; justify-content: center; margin-bottom: 12px; flex-wrap: nowrap; }
.assist-chips span { font: 500 12px/1 var(--body); color: var(--ink); background: var(--tint); border-radius: 999px; padding: 8px 12px; white-space: nowrap; }
.assist-bar {
  display: flex; align-items: center; gap: 12px;
  background: #fff; color: var(--ink); border-radius: 999px; padding: 12px 12px 12px 22px;
  border: 1px solid #D7DFEC;
  box-shadow: 0 20px 50px rgba(14,18,28,.12);
}
.assist-text { font: 500 15px/1 var(--body); color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.assist-cursor { width: 2px; height: 18px; background: var(--blue); animation: blink 1s steps(2) infinite; flex: none; margin-left: -6px; }
@keyframes blink { 50% { opacity: 0 } }
.assist-send { margin-left: auto; width: 34px; height: 34px; border-radius: 999px; background: var(--blue); display: grid; place-items: center; flex: none; }
.assist-send svg { width: 16px; height: 16px; }
@media (prefers-reduced-motion: reduce) { .file, .assist-cursor { animation: none; } }

/* Logo-Marquee */
.clients { padding: 40px 0 34px; margin-top: 40px; }
.clients-label { text-align: center; font: 500 12px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); margin-bottom: 26px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 72px; width: max-content; animation: marquee 34s linear infinite; }
.marquee-track { align-items: center; }
.marquee-track img { height: 34px; width: auto; max-width: 160px; object-fit: contain; }
.marquee-track img.tall { height: 44px; }
.marquee-track img.small { height: 28px; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; } }

/* ═══ SECTION BASICS ═══ */
section { padding: var(--pad-y) 0; }
.sec-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 32px; align-items: end; margin-bottom: 44px; }
.sec-head h2 { font-size: clamp(30px, 3.6vw, 46px); }
.sec-head p { font-size: 16px; max-width: 46ch; }
.sec-head-actions { display: flex; align-items: flex-end; gap: 12px; justify-content: flex-end; }
.sec-head.center { display: block; text-align: center; max-width: 760px; margin: 0 auto 56px; }
.sec-head.center h2 { font-size: clamp(30px, 3.8vw, 48px); }
.sec-head.center p { margin: 18px auto 0; max-width: 52ch; font-size: 16.5px; }
.sec-foot { display: flex; justify-content: center; margin-top: 36px; }

/* ═══ CASES (Slider) ═══ */
.cases { background: var(--white); }
.case-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.case-track::-webkit-scrollbar { display: none; }
.case {
  flex: 0 0 100%; min-width: 0; scroll-snap-align: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
  gap: 56px;
  align-items: center;
}
.case-logo { height: 34px; width: auto; max-width: 170px; object-fit: contain; object-position: left; margin-bottom: 44px; }
.case-logo.tall { height: 42px; }
.case-tag { font: 600 12px/1 var(--body); color: var(--ink); margin-bottom: 14px; letter-spacing: .01em; }
.case h3 { font-size: clamp(22px, 2vw, 27px); font-weight: 600; line-height: 1.12; letter-spacing: -0.03em; margin-bottom: 22px; }
.case-stat { display: flex; align-items: baseline; gap: 10px; margin-bottom: 22px; }
.case-stat b { font: 600 40px/1 var(--head); letter-spacing: -0.04em; color: var(--blue); }
.case-stat s { color: var(--text-3); font-size: 20px; }
.case-stat span { font-size: 14px; color: var(--text-3); }
.case-link { display: inline-flex; align-items: center; gap: 8px; font: 500 15px var(--body); color: var(--ink); }
.case-link svg { width: 15px; height: 15px; transition: transform .25s var(--ease); }
.case-link:hover svg { transform: translate(2px, -2px); }
.case-media { border-radius: var(--r-img); overflow: hidden; aspect-ratio: 16 / 10; background: var(--tint); }
.case-media img { width: 100%; height: 100%; object-fit: cover; }
.case-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
.case-dots { display: flex; gap: 8px; }
.case-dots button { width: 10px; height: 10px; border-radius: 999px; border: 0; background: var(--ink); cursor: pointer; padding: 0; transition: width .3s var(--ease), background .3s; }
.case-dots button.active { width: 40px; background: var(--tint-deep); }
.case-arrows { display: flex; gap: 8px; }
.case-arrows button { width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--line); background: var(--tint); cursor: pointer; display: grid; place-items: center; color: var(--ink); transition: background .2s, border-color .2s; }
.case-arrows button:hover { background: #fff; border-color: var(--ink); }
.case-arrows svg { width: 16px; height: 16px; }

/* ═══ ZAHLEN ═══ */
.numbers { background: var(--white); }
.num-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; border-top: 1px solid var(--line); padding-top: 44px; }
.num-item { text-align: center; padding: 0 16px; }
.num-item b { display: block; white-space: nowrap; font: 600 clamp(34px, 3.8vw, 54px)/1 var(--head); letter-spacing: -0.045em; color: var(--ink); }
.num-item .num-arrow { color: var(--blue); }
.num-item span { display: block; margin-top: 12px; font-size: 14.5px; color: var(--text-2); max-width: 30ch; margin-inline: auto; }

/* ═══ BENTO (nicht mehr auf der Startseite) ═══ */
.bento-sec { background: var(--tint); }
.bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.bento-col { display: grid; gap: 20px; }
.bento-col:nth-child(2) { margin-top: -48px; }
.bento-sec .sec-head { margin-bottom: 92px; }
.tile {
  border-radius: var(--r-card);
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 250px;
  background: #fff;
  border: 1px solid var(--line-soft);
}
.tile-tall { min-height: 380px; }
.tile-mark { height: 14px; width: auto; align-self: flex-start; margin-bottom: auto; }
.tile-mark-dark { filter: brightness(0); }
.tile h3 { font-size: clamp(24px, 2.2vw, 32px); line-height: 1.1; margin-top: 28px; }
.tile p { font-size: 14px; margin-top: 12px; max-width: 30ch; }
.tile-dark { background: var(--ink); border: 0; color: rgba(255,255,255,.7); }
.tile-dark h3 { color: #fff; }
.tile-dark::after {
  content: ''; position: absolute; right: -60px; bottom: -80px; width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(0,119,255,.55), transparent 65%); filter: blur(10px);
}
.tile-blue { background: var(--blue); border: 0; color: rgba(255,255,255,.82); }
.tile-blue h3 { color: #fff; }
.tile-stat .num { font: 600 clamp(52px, 5.5vw, 72px)/1 var(--head); letter-spacing: -0.045em; color: var(--ink); margin-top: 28px; }
.tile-stat .num em { font-style: normal; color: var(--blue); }
.tile-stat small { display: block; font-size: 13px; color: var(--text-3); margin-top: 8px; }
.tile-photo { padding: 0; min-height: 420px; justify-content: flex-end; }
.tile-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.tile-photo .tile-caption { position: relative; padding: 30px; background: linear-gradient(to top, rgba(14,18,28,.92), rgba(14,18,28,0)); color: rgba(255,255,255,.8); }
.tile-photo .tile-caption h3 { color: #fff; margin-top: 60px; font-size: 26px; }
.tile-photo .tile-caption p { color: rgba(255,255,255,.7); }
.tile-arrow {
  position: absolute; right: 22px; bottom: 22px;
  width: 36px; height: 36px; border-radius: 999px;
  background: var(--blue); color: #fff; display: grid; place-items: center;
  transition: transform .25s var(--ease);
}
.tile-arrow svg { width: 15px; height: 15px; }
.tile:hover .tile-arrow { transform: translate(2px, -2px); }
.tile-blue .tile-arrow { background: #fff; color: var(--blue); }
.tile-object { position: relative; overflow: hidden; }
.tile-object .mini-plates {
  position: absolute; right: -40px; bottom: -70px; width: 260px; height: 220px;
  transform-style: preserve-3d; transform: rotateX(58deg) rotateZ(-32deg) scale(.62);
}
.tile-object .mini-plates span { position: absolute; left: 30%; top: 30%; width: 220px; height: 130px; border-radius: 16px; background: linear-gradient(135deg, #7FBBFF, #0077FF 45%, #0D4F9B); box-shadow: inset 0 2px 0 rgba(255,255,255,.5), 0 18px 34px rgba(0,60,140,.22); transform: translate3d(calc(var(--i) * 24px), calc(var(--i) * -20px), calc(var(--i) * 30px)); }

/* ═══ LEISTUNGEN (Slider mit Visualisierung) ═══ */
.svc-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.svc-track::-webkit-scrollbar { display: none; }
.svc { flex: 0 0 100%; min-width: 0; max-width: 100%; scroll-snap-align: start; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 48px; align-items: center; }
.svc-num { font: 500 12px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--blue); display: block; margin-bottom: 18px; }
.svc h3 { font-size: clamp(26px, 2.6vw, 36px); margin-bottom: 16px; }
.svc-copy { min-width: 0; }
.svc-copy p { font-size: 15.5px; max-width: 48ch; }
.svc-copy ul { list-style: none; margin-top: 18px; display: grid; gap: 8px; font-size: 14.5px; color: var(--ink); }
.svc-copy li { display: flex; gap: 10px; align-items: flex-start; }
.svc-copy li::before { content: ''; width: 6px; height: 6px; border-radius: 2px; background: var(--blue); flex: none; margin-top: 8px; }
.service-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; font: 500 15px var(--body); color: var(--ink); }
.service-link svg { width: 15px; height: 15px; transition: transform .25s var(--ease); }
.service-link:hover svg { transform: translateX(3px); }

.viz { min-width: 0; background: var(--tint); border-radius: var(--r-card); padding: 32px; min-height: 420px; display: flex; align-items: center; justify-content: center; font-family: var(--body); }
.pill { display: inline-block; font: 500 10.5px/1 var(--body); letter-spacing: .04em; background: var(--ink); color: #fff; border-radius: 999px; padding: 5px 9px; }
.pill-blue { background: var(--blue); }

/* Stufen */
.viz-stages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: start; }
.stage { border-left: 1px solid rgba(14,18,28,.12); padding: 0 0 0 12px; min-height: 340px; }
.stage-title { display: block; font: 500 13px/1 var(--body); color: var(--ink); margin-bottom: 16px; }
.stage:nth-child(2) .stage-card { margin-top: 44px; }
.stage:nth-child(3) .stage-card { margin-top: 88px; }
.stage-card { background: #fff; border-radius: 14px; padding: 14px; display: grid; gap: 8px; box-shadow: 0 8px 24px rgba(14,18,28,.06); }
.stage-card-active { outline: 2px solid var(--blue); }
.stage-card b { font: 600 13px/1.3 var(--body); color: var(--ink); }
.stage-card small { font-size: 11.5px; line-height: 1.45; color: var(--text-2); }

/* System-Schema */
.viz-system { display: grid; grid-template-columns: minmax(0, 1fr) minmax(120px, 150px); gap: 12px; align-items: start; width: 100%; }
.sys-main { display: grid; gap: 10px; }
.sys-block, .sys-side { background: #fff; border-radius: 14px; padding: 14px; box-shadow: 0 8px 24px rgba(14,18,28,.05); }
.sys-label { display: block; font: 500 10.5px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); margin-bottom: 10px; }
.sys-row { display: flex; flex-wrap: wrap; gap: 6px; }
.sys-chip { font: 500 12px/1 var(--body); color: var(--ink); background: var(--tint); border-radius: 8px; padding: 8px 10px; }
.sys-chip-dark { background: var(--ink); color: #fff; }
.sys-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.sys-card { background: var(--tint); border-radius: 10px; padding: 10px; display: grid; gap: 3px; }
.sys-card b { font: 600 12.5px/1.2 var(--body); color: var(--ink); overflow-wrap: anywhere; }
.sys-card span { font-size: 11px; line-height: 1.35; color: var(--text-2); }
.sys-card-hl { background: var(--blue); }
.sys-card-hl b, .sys-card-hl span { color: #fff; }
.sys-side { display: flex; flex-direction: column; gap: 8px; }
.sys-side-item { overflow-wrap: anywhere; font: 500 12px/1.3 var(--body); color: var(--ink); background: var(--tint); border-radius: 8px; padding: 9px 10px; }

/* Kreislauf */
.viz-cycle { padding: 24px; }
.cycle { position: relative; width: min(100%, 420px); aspect-ratio: 1; margin-inline: auto; }
.cycle::before { content: ''; position: absolute; inset: 14%; border: 2px dashed rgba(0,119,255,.4); border-radius: 50%; }
.cycle-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font: 600 20px/1.15 var(--head); letter-spacing: -0.03em; color: var(--blue); text-align: center; }
.cycle-node {
  position: absolute; left: 50%; top: 50%;
  width: 130px; margin: -22px 0 0 -65px;
  transform: rotate(var(--a)) translate(36%) rotate(calc(-1 * var(--a)));
  transform-origin: center;
  background: #fff; border-radius: 12px; padding: 10px 12px;
  font: 500 12px/1.3 var(--body); color: var(--ink); text-align: center;
  box-shadow: 0 8px 24px rgba(14,18,28,.06);
}
/* translate in % bezieht sich auf die Node-Breite, deshalb Abstand über eigene Variable */
.cycle-node { transform: rotate(var(--a)) translate(calc(var(--cycle-r, 180px))) rotate(calc(-1 * var(--a))); }

/* ═══ VORGEHEN (Zeilen) ═══ */
.process { background: var(--tint); }
.steps { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 120px 260px 1fr; gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step-num { font: 600 32px/1 var(--head); letter-spacing: -0.04em; color: var(--blue); }
.step h3 { font-size: 20px; margin-top: 4px; }
.step p { font-size: 15px; margin-top: 4px; max-width: 52ch; }

/* ═══ KUNDENSTIMMEN (Karten ohne Hintergrund) ═══ */
.voices { background: var(--white); }
.voice-track { display: flex; gap: 40px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; align-items: flex-start; }
.voice-track::-webkit-scrollbar { display: none; }
.voice { flex: 0 0 calc((100% - 80px) / 3); scroll-snap-align: start; display: flex; flex-direction: column; min-width: 0; }
.voice-photo { position: relative; border-radius: var(--r-img); overflow: hidden; aspect-ratio: 16 / 10; background: var(--tint); margin-bottom: 26px; }
.voice-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.voice-photo-logo { display: grid; place-items: center; padding: 40px; }
.voice-photo-logo img { width: 55%; height: auto; max-width: 200px; object-fit: contain; }
.voice-tag { position: absolute; top: 16px; right: 16px; font: 500 12px/1 var(--body); color: #fff; background: var(--ink); border-radius: 999px; padding: 8px 12px; }
.voice h3 { font-size: clamp(21px, 1.8vw, 25px); line-height: 1.2; margin-bottom: 14px; }
.voice blockquote { font-size: 15px; line-height: 1.6; color: var(--text-2); }
.voice-meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.voice-meta b { display: block; font: 600 14px/1.3 var(--body); color: var(--ink); }
.voice-meta span { font-size: 13px; color: var(--text-3); }
.voice-meta img { height: 28px; width: auto; max-width: 100px; object-fit: contain; }

/* ═══ ÜBER MICH ═══ */
.about { background: var(--tint); }
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
.about-photo { border-radius: var(--r-card); overflow: hidden; aspect-ratio: 4 / 5; max-width: 440px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about h2 { font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 20px; }
.about-lead { font-size: 18px; color: var(--ink); margin-bottom: 14px; }
.about p { max-width: 54ch; }
.about-facts { display: flex; gap: 40px; margin: 30px 0; padding-top: 26px; border-top: 1px solid var(--line); }
.about-facts b { display: block; font: 600 30px/1 var(--head); letter-spacing: -0.04em; color: var(--blue); }
.about-facts span { font-size: 13px; color: var(--text-3); }

/* ═══ CTA ═══ */
.cta { background: var(--white); }
.cta-box {
  background: var(--ink);
  border-radius: 28px;
  padding: clamp(48px, 6vw, 84px) clamp(28px, 5vw, 72px);
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: center;
}
.cta-box::after {
  content: ''; position: absolute; right: -120px; top: -160px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(0,119,255,.6), transparent 62%); filter: blur(20px);
}
.cta-box > * { position: relative; z-index: 1; }
.cta-box h2 { color: #fff; font-size: clamp(30px, 4vw, 52px); }
.cta-box p { color: rgba(255,255,255,.72); max-width: 44ch; margin-top: 16px; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.cta-actions .btn { width: auto; }
.cta-mail {
  display: inline-flex; align-items: center; gap: 9px;
  font: 500 15px/1 var(--body); color: #fff;
  border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 14px 22px;
  transition: background .2s, border-color .2s;
}
.cta-mail svg { width: 16px; height: 16px; color: var(--blue-lift); }
.cta-mail:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); }

/* ═══ FOOTER ═══ */
footer { padding: 40px 0 36px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-inner img { height: 18px; width: auto; }
.footer-copy { font-size: 13px; color: var(--text-3); }
.footer-links { display: flex; gap: 22px; list-style: none; font-size: 13px; }
.footer-links a { color: var(--text-2); }
.footer-links a:hover { color: var(--ink); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1180px) and (min-width: 1025px) {
  .file { padding: 8px 10px 8px 8px; gap: 8px; }
  .file b { font-size: 11px; } .file span { font-size: 10px; }
  .ext, .ext svg { width: 28px; height: 28px; }
  .assist-chips span { font-size: 11px; padding: 7px 10px; }
}
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-object { height: 380px; }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento-col:nth-child(2) { margin-top: 0; }
  .bento-sec .sec-head { margin-bottom: 44px; }
  .svc { grid-template-columns: 1fr; gap: 28px; }
  .viz { min-height: 0; }
  .voice-track { gap: 24px; }
  .voice { flex-basis: calc((100% - 24px) / 2); }
  .step { grid-template-columns: 72px 1fr; }
  .step p { grid-column: 2; }
  .num-row { grid-template-columns: 1fr; gap: 32px; }
  .case { grid-template-columns: 1fr; gap: 24px; }
  .case-logo { margin-bottom: 20px; }
  .cta-box { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .burger { display: flex; }
  .nav-bar { height: 54px; padding-left: 18px; }
  .hero { padding-top: 110px; min-height: auto; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-object { height: 340px; margin-top: 24px; }
  .file { width: 48%; padding: 8px 10px 8px 8px; gap: 8px; }
  .file b { font-size: 11px; } .file span { font-size: 10px; }
  .ext, .ext svg { width: 28px; height: 28px; }
  .file { max-width: none; }
  .f1 { left: 0; top: 0; } .f2 { right: 0; top: 8%; } .f3 { left: 0; top: 23%; } .f4 { right: 0; top: 42%; } .f5 { left: 0; top: 53%; } .f6 { display: none; }
  .assist-chips span:nth-child(2), .assist-chips span:nth-child(3) { display: none; }
  .assist-text { font-size: 14px; }
  .sec-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 30px; }
  .sec-head-actions { justify-content: flex-start; }
  .bento { grid-template-columns: 1fr; }
  .tile-tall, .tile-photo { min-height: 320px; }
  .step { padding: 20px 0; }
  .voice { flex-basis: 100%; }
  .viz { padding: 18px; }
  .viz-stages { grid-template-columns: 1fr; }
  .stage { min-height: 0; border-left: 0; padding: 0; }
  .stage:nth-child(2) .stage-card, .stage:nth-child(3) .stage-card { margin-top: 0; }
  .viz-system { grid-template-columns: 1fr; }
  .cycle { --cycle-r: 128px; }
  .cycle-node { width: 104px; margin-left: -52px; font-size: 11px; padding: 8px; }
  .cycle-center { font-size: 16px; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-facts { gap: 24px; flex-wrap: wrap; }
  .marquee-track img { height: 28px; } .marquee-track img.tall { height: 36px; }
  .marquee-track { gap: 44px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
