/* ═══════════════════════════════════════════════════════════
   Gabriel Wolf · Webdesign mit Biss
   Dunkel, cinematisch, warm. Fraunces + Hanken Grotesk.
   ═══════════════════════════════════════════════════════════ */

/* ── Fonts (lokal, WOFF2) ── */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-v38-latin_latin-ext-regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-v38-latin_latin-ext-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-v38-latin_latin-ext-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-v38-latin_latin-ext-italic.woff2") format("woff2");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-grotesk-v12-latin_latin-ext-regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-grotesk-v12-latin_latin-ext-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-grotesk-v12-latin_latin-ext-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-grotesk-v12-latin_latin-ext-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ── Tokens ── */
:root {
  --ink-950: #0A0C0A;
  --ink-900: #101410;
  --ink-850: #161C17;
  --paper: #F2F3EC;
  --paper-dim: #A9B1A6;
  --green-500: #4FB874;
  --green-400: #6BCB8B;
  --green-ink: #07130B;
  --line: rgba(242, 243, 236, .10);
  --line-strong: rgba(242, 243, 236, .18);
  --green-line: rgba(79, 184, 116, .35);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --container: 1200px;
  --gutter: clamp(1.25rem, 5vw, 2.5rem);
  --radius: 18px;
  color-scheme: dark;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; color: inherit; }
ul[class], ol[class],
.main-nav ul, .site-footer ul { list-style: none; padding-left: 0; }

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--paper);
  background: var(--ink-950);
  overflow-x: hidden;
}

::selection { background: var(--green-500); color: var(--green-ink); }

:focus-visible {
  outline: 2px solid var(--green-500);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 200;
  background: var(--green-500); color: var(--green-ink);
  padding: .7rem 1.2rem; border-radius: 999px; font-weight: 600;
  text-decoration: none; transition: top .25s var(--ease);
}
.skip-link:focus { top: 1rem; }

/* Scroll-Fortschritt */
.progress {
  position: fixed; inset: 0 0 auto 0; height: 2px; z-index: 150;
  background: transparent; pointer-events: none;
}
.progress span {
  display: block; height: 100%; width: 100%;
  background: linear-gradient(90deg, var(--green-500), var(--green-400));
  transform: scaleX(0); transform-origin: left;
}

/* Filmkorn */
.grain {
  position: fixed; inset: -50%; z-index: 120; pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Typo-Grundlagen ── */
h1, h2, h3 { line-height: 1.12; text-wrap: balance; }
h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  letter-spacing: -.01em;
}
h2 em {
  font-style: italic; font-weight: 400;
  color: var(--green-500);
}
h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -.01em; }
p { max-width: 65ch; }
a { color: var(--green-400); }
strong { font-weight: 700; }

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(5rem, 12vw, 8.5rem); position: relative; }
.section-alt { background: var(--ink-900); }

.eyebrow {
  font-size: .8rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--green-500);
  margin-bottom: 1.1rem;
}
/* WG-Signet aus dem Logo vor jeder Eyebrow (statt des früheren Strichs).
   Per Maske eingefärbt, damit es die grüne Eyebrow-Farbe annimmt und scharf skaliert. */
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 1.15em; height: 1.15em;
  margin-right: .45em;
  vertical-align: -.22em;
  background: currentColor;
  -webkit-mask: url("../img/logo-mark.svg?v=2") center / contain no-repeat;
  mask: url("../img/logo-mark.svg?v=2") center / contain no-repeat;
}

.section-head { margin-bottom: clamp(2.8rem, 6vw, 4.5rem); }

/* Abschnitts-Überschriften: dezente, gestaffelte Anhebe-Welle beim Hover.
   Buchstaben einzeln, Wörter per .rls-word (nowrap) gegen Mitten-im-Wort-Umbruch. */
.rls-word { display: inline-block; white-space: nowrap; }
.rls-char { display: inline-block; }
.rls:hover .rls-char { animation: head-wave .55s var(--ease) both; animation-delay: calc(var(--i, 0) * 20ms); }
@keyframes head-wave {
  0%, 100% { transform: translateY(0); }
  42% { transform: translateY(-.15em); }
}
.section-lead {
  margin-top: 1.2rem;
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  color: var(--paper-dim);
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem; min-height: 48px;
  padding: .8rem 1.7rem; border-radius: 999px;
  font-weight: 600; font-size: 1rem; text-decoration: none;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .2s var(--ease), background-color .2s var(--ease),
              border-color .2s var(--ease), color .2s var(--ease);
  touch-action: manipulation;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-cta {
  position: relative;
  z-index: 0;
  background: linear-gradient(180deg, var(--green-400), var(--green-500));
  color: var(--green-ink);
  box-shadow: 0 0 0 1px rgba(79, 184, 116, .4), 0 12px 32px -12px rgba(79, 184, 116, .45);
}
.btn-cta:hover {
  background: linear-gradient(180deg, #83D69E, var(--green-400));
  box-shadow: 0 0 0 1px rgba(79, 184, 116, .5), 0 16px 40px -12px rgba(79, 184, 116, .6);
}

/* Dezenter Lichtreflex, der langsam die Innenkante des Buttons umrundet
   (gleicher Effekt wie bei Sehenlandschaft) */
@property --btn-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.btn-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(
    from var(--btn-angle),
    rgba(255, 255, 255, 0) 0deg,
    rgba(255, 255, 255, 0) 295deg,
    rgba(255, 255, 255, .9) 340deg,
    rgba(255, 255, 255, 0) 360deg
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  animation: btn-border-run 4.5s linear infinite;
}
@keyframes btn-border-run {
  to { --btn-angle: 360deg; }
}
.btn-ghost {
  border-color: var(--line-strong); color: var(--paper);
}
.btn-ghost:hover { border-color: var(--green-line); color: var(--green-400); }
.btn-sm { min-height: 44px; padding: .55rem 1.3rem; font-size: .95rem; }
.btn-block { width: 100%; }

/* ── Header ── */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background-color .3s var(--ease), border-color .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10, 12, 10, .82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 76px;
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 200px; height: auto; }

.main-nav ul {
  display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem);
}
.main-nav a:not(.btn) {
  color: var(--paper); text-decoration: none; font-weight: 500;
  font-size: .98rem; padding: .5rem .15rem;
  border-bottom: 1px solid transparent;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.main-nav a:not(.btn):hover { color: var(--green-400); border-bottom-color: var(--green-line); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 48px; height: 48px;
  padding: 12px;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  cursor: pointer;
  position: relative; z-index: 110;
}
.nav-toggle span {
  display: block; height: 2px; border-radius: 2px;
  background: var(--paper);
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Mobiles Menü: Vollbild-Overlay mit Matrix-Regen (wie Sehenlandschaft) */
.nav-overlay {
  position: fixed; inset: 0; z-index: 95;
  display: grid; place-items: center;
  background: rgba(10, 12, 10, .96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0; visibility: hidden;
  transition: opacity .35s var(--ease), visibility 0s linear .35s;
}
.nav-overlay.is-open {
  opacity: 1; visibility: visible;
  transition: opacity .35s var(--ease);
}
.nav-overlay nav { position: relative; z-index: 2; }
.nav-overlay ul {
  list-style: none; padding: 0;
  display: grid; gap: .4rem; text-align: center;
}
.nav-overlay a:not(.btn) {
  display: block; padding: .85rem 2rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 6vw, 2.3rem);
  color: var(--paper); text-decoration: none;
  transform: translateY(14px); opacity: 0;
  transition: opacity .4s var(--ease), transform .4s var(--ease), color .2s var(--ease);
}
.nav-overlay a:not(.btn):hover { color: var(--green-400); }
.nav-overlay .btn {
  margin-top: 1.4rem;
  min-height: 52px; padding: .9rem 2.2rem; font-size: 1.05rem;
  transform: translateY(14px); opacity: 0;
  transition: opacity .4s var(--ease), transform .4s var(--ease),
              background-color .2s var(--ease);
}
.nav-overlay.is-open a { opacity: 1; transform: translateY(0); }
.nav-overlay.is-open li:nth-child(1) a { transition-delay: 60ms; }
.nav-overlay.is-open li:nth-child(2) a { transition-delay: 110ms; }
.nav-overlay.is-open li:nth-child(3) a { transition-delay: 160ms; }
.nav-overlay.is-open li:nth-child(4) a { transition-delay: 210ms; }
.nav-overlay.is-open li:nth-child(5) a { transition-delay: 260ms; }
.nav-overlay.is-open li:nth-child(6) a { transition-delay: 310ms; }

body.nav-open { overflow: hidden; }

/* Matrix-Code-Regen hinter dem mobilen Menü */
.matrix-rain {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 0; opacity: 0;
  transition: opacity .6s var(--ease);
  pointer-events: none;
}
.nav-overlay.is-open .matrix-rain { opacity: .55; }
/* Ruhige Mitte, damit die Menüpunkte lesbar bleiben */
.nav-overlay::after {
  content: ""; position: absolute; inset: 0;
  z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 58% 62% at 50% 48%,
    rgba(10, 12, 10, .96) 0%,
    rgba(10, 12, 10, .82) 40%,
    rgba(10, 12, 10, .35) 70%,
    rgba(10, 12, 10, 0) 100%);
}

/* ── Hero ── */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
  padding-block: clamp(7rem, 16vh, 10rem) clamp(4rem, 8vh, 6rem);
}
.hero-glow {
  position: absolute; border-radius: 50%; pointer-events: none;
  z-index: 0;
  will-change: transform;
}

/* Referenz-Wall im Hintergrund (wie Sehenlandschaft) */
.hero-wall {
  position: absolute; inset: -18% -30%;
  z-index: 1;
  display: flex; justify-content: center;
  gap: clamp(.9rem, 1.8vw, 1.6rem);
  transform: perspective(1200px) rotateX(9deg) rotateZ(-6deg) scale(1.12);
  transform-origin: center;
  opacity: .5;
  pointer-events: none;
}
.hero-col {
  flex: 1 1 0; min-width: 0;
  display: flex; flex-direction: column;
  gap: clamp(.9rem, 1.8vw, 1.6rem);
  animation: wall-scroll 75s linear infinite;
  will-change: transform;
}
.hero-col-center { animation-duration: 90s; }
.hero-col[data-speed="slow"] { animation-duration: 98s; }
.hero-col[data-speed="fast"] { animation-duration: 62s; }
.hero-col[data-dir="up"] { animation-direction: reverse; }
.hero-col img {
  width: 100%; border-radius: 10px;
  border: 1px solid rgba(242, 243, 236, .12);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .55);
}
@keyframes wall-scroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}
/* Dunkler Verlauf über der Wall, damit der Text lesbar bleibt */
.hero-shade {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(to right,
      var(--ink-950) 0%,
      rgba(10, 12, 10, .92) 34%,
      rgba(10, 12, 10, .55) 62%,
      rgba(10, 12, 10, .35) 100%),
    linear-gradient(to bottom,
      rgba(10, 12, 10, .7) 0%,
      rgba(10, 12, 10, .25) 30%,
      rgba(10, 12, 10, .45) 72%,
      var(--ink-950) 100%);
}
.hero-glow-1 {
  width: 60rem; height: 60rem; top: -28rem; right: -18rem;
  background: radial-gradient(circle, rgba(79, 184, 116, .16) 0%, transparent 62%);
}
.hero-glow-2 {
  width: 42rem; height: 42rem; bottom: -22rem; left: -16rem;
  background: radial-gradient(circle, rgba(79, 184, 116, .08) 0%, transparent 65%);
}
.hero-glow-3 {
  position: absolute; width: 50rem; height: 50rem; top: -20rem; left: 50%;
  transform: translateX(-50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 184, 116, .1) 0%, transparent 62%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 3; }

.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.55rem, 8vw, 5.6rem);
  letter-spacing: -.015em;
  line-height: 1.06;
  margin-block: .5rem 1.8rem;
}
.hero-title > span { display: block; }
.hero-line-accent em, .hero-line-accent .bite-word { font-style: italic; font-weight: 400; color: var(--green-500); }

/* Signatur: der Biss (Wolf schnappt von rechts und beißt das ss oben ab) */
.bite-word { position: relative; display: inline-block; }
.bite-text { display: inline-block; }
/* Die Maske sitzt nur auf dem Text, nicht auf dem Wolf, und erscheint erst beim Zuschnappen */
.bite-word.bitten .bite-text {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cmask id='m'%3E%3Crect width='100' height='100' fill='white'/%3E%3Ccircle cx='52' cy='33' r='15' fill='black'/%3E%3Ccircle cx='69' cy='29' r='18' fill='black'/%3E%3Ccircle cx='86' cy='34' r='14' fill='black'/%3E%3C/mask%3E%3C/defs%3E%3Crect width='100' height='100' fill='white' mask='url(%23m)'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3Cmask id='m'%3E%3Crect width='100' height='100' fill='white'/%3E%3Ccircle cx='52' cy='33' r='15' fill='black'/%3E%3Ccircle cx='69' cy='29' r='18' fill='black'/%3E%3Ccircle cx='86' cy='34' r='14' fill='black'/%3E%3C/mask%3E%3C/defs%3E%3Crect width='100' height='100' fill='white' mask='url(%23m)'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  animation: bite-snap .45s var(--ease) 1;
}
@keyframes bite-snap {
  0% { transform: none; }
  30% { transform: translateX(.06em) rotate(1.2deg); }
  60% { transform: translateX(-.03em) rotate(-.6deg); }
  100% { transform: none; }
}

.crumb {
  position: absolute; width: .08em; height: .08em; border-radius: 50%;
  background: var(--green-500); opacity: 0; pointer-events: none;
}
.crumb.c1 { top: .02em; right: 28%; }
.crumb.c2 { top: .12em; right: 20%; width: .05em; height: .05em; }
.crumb.c3 { top: -.04em; right: 42%; width: .045em; height: .045em; }
.bite-word.bitten .crumb { animation: crumb-fly .8s var(--ease) .1s 1; }
.bite-word.bitten .crumb.c2 { animation-delay: .16s; }
.bite-word.bitten .crumb.c3 { animation-delay: .22s; }
@keyframes crumb-fly {
  0% { opacity: 0; transform: none; }
  15% { opacity: 1; }
  100% { opacity: 0; transform: translate(.35em, .45em) scale(.4); }
}

.hero-sub {
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  color: var(--paper-dim);
  max-width: 46ch;
  margin-bottom: 2.2rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 2.4rem; }
.hero-proof {
  display: flex; align-items: center; flex-wrap: wrap; gap: .7rem;
  color: var(--paper-dim); font-size: .95rem;
}
.hero-proof strong { color: var(--paper); }
.stars { display: inline-flex; gap: .15rem; color: var(--green-500); }
.stars svg { width: 16px; height: 16px; }

.scroll-hint {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  z-index: 3;
}
.scroll-hint span {
  display: block; width: 1px; height: 3rem;
  background: linear-gradient(to bottom, transparent, var(--green-500));
  animation: hint-pulse 2.2s ease-in-out infinite;
}
@keyframes hint-pulse {
  0%, 100% { opacity: .25; transform: scaleY(.7); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); }
}

/* Hero-Ladeanimation (Zeilen-Reveal) */
.hero-line {
  opacity: 0;
  transform: translateY(1.4rem);
  animation: line-in .9s var(--ease) forwards;
  animation-delay: calc(.12s + var(--d, 0) * .11s);
}
@keyframes line-in {
  to { opacity: 1; transform: none; }
}

/* ── Marquee ── */
.marquee {
  border-block: 1px solid var(--line);
  padding-block: 1.1rem;
  overflow: hidden;
  background: var(--ink-900);
}
.marquee-track {
  display: flex; align-items: center; gap: 2.6rem;
  width: max-content;
  animation: marquee 36s linear infinite;
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 400;
  color: var(--paper-dim);
  white-space: nowrap;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track .mq-i { font-style: italic; color: var(--green-500); }
.marquee-track i { font-style: normal; font-size: .7rem; color: var(--green-line); }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ── Arbeiten ── */
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3.5vw, 2.8rem);
}
.work-card:nth-child(even) { margin-top: clamp(1.5rem, 4vw, 3.5rem); }
.work-link { display: block; text-decoration: none; color: inherit; cursor: pointer; }
.work-media {
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--ink-850);
  overflow: hidden;
  padding-top: 2.1rem;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.browser-dots {
  position: absolute; top: 0; left: 0; right: 0; height: 2.1rem;
  display: flex; align-items: center; gap: .4rem;
  padding-inline: 1rem;
  border-bottom: 1px solid var(--line);
}
.browser-dots i {
  width: .55rem; height: .55rem; border-radius: 50%;
  background: var(--line-strong);
}
.work-media img {
  width: 100%;
  transition: transform .6s var(--ease);
}
.work-link:hover .work-media, .work-link:focus-visible .work-media {
  border-color: var(--green-line);
  transform: translateY(-4px);
}
.work-link:hover .work-media img { transform: scale(1.03); }
.work-info { padding: 1.3rem .35rem 0; }
.work-info h3 { margin-bottom: .3rem; }
.work-quote {
  font-family: var(--font-display); font-style: italic;
  color: var(--green-500); font-size: 1.05rem;
  margin-bottom: .45rem;
}
.work-meta { color: var(--paper-dim); font-size: .92rem; margin-bottom: .8rem; }
.work-tags { display: flex; flex-wrap: wrap; gap: .45rem; }
.work-tags li {
  font-size: .78rem; font-weight: 600; letter-spacing: .04em;
  padding: .28rem .75rem; border-radius: 999px;
  border: 1px solid var(--line); color: var(--paper-dim);
}
.work-note {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  text-align: center; color: var(--paper-dim);
  margin-inline: auto;
}
.work-cta-box {
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  aspect-ratio: 1500 / 1105;
  display: grid; place-items: center;
  color: var(--green-500);
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.work-cta-box svg { width: 56px; height: 56px; opacity: .8; }
.work-cta .work-link:hover .work-cta-box,
.work-cta .work-link:focus-visible .work-cta-box {
  border-color: var(--green-line);
  transform: translateY(-4px);
}
.work-cta .work-tags li { border-color: var(--green-line); color: var(--green-400); }

/* ── Leistungen ── */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2rem);
}
.service-card {
  background: var(--ink-850);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 3vw, 2.2rem);
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.service-card:hover { border-color: var(--green-line); transform: translateY(-4px); }
.service-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 14px;
  background: rgba(79, 184, 116, .1);
  border: 1px solid var(--green-line);
  color: var(--green-500);
  margin-bottom: 1.3rem;
}
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { margin-bottom: .7rem; }
.service-card > p { color: var(--paper-dim); font-size: .98rem; margin-bottom: 1.1rem; }

.check-list li, .x-list li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: .55rem;
  font-size: .97rem;
}
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .32em;
  width: 1rem; height: 1rem;
  background: var(--green-500);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}
.x-list li { color: var(--paper-dim); }
.x-list li::before {
  content: ""; position: absolute; left: 0; top: .32em;
  width: .95rem; height: .95rem;
  background: var(--paper-dim); opacity: .7;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ── Zahlen ── */
.stats-band {
  border-block: 1px solid var(--line);
  padding-block: clamp(3rem, 7vw, 5rem);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
}
.stat dd {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 600;
  color: var(--green-500);
  line-height: 1.05;
  order: -1;
  margin-bottom: .4rem;
}
.stat { display: flex; flex-direction: column; }
.stat dt {
  font-size: .88rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--paper-dim); font-weight: 500;
}

/* ── Ablauf: Timeline mit mitlaufendem Beam (Aceternity-Stil) ── */
.timeline { position: relative; max-width: 900px; }
.timeline-line {
  position: absolute; top: 0; bottom: 0;
  left: 31px; width: 2px;
  background: linear-gradient(to bottom, transparent 0%, var(--line-strong) 12%, var(--line-strong) 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.timeline-beam {
  position: absolute; top: 0; left: 0;
  width: 2px; height: 0; border-radius: 2px;
  background: linear-gradient(to top, var(--green-500) 0%, var(--green-400) 45%, transparent 100%);
  box-shadow: 0 0 12px rgba(79, 184, 116, .5);
  opacity: 0;
  will-change: height, opacity;
}
/* leuchtender Kopf am unteren Ende: malt die Linie beim Scrollen */
.timeline-beam::after {
  content: "";
  position: absolute; left: 50%; bottom: -3px;
  width: 9px; height: 9px; border-radius: 50%;
  transform: translateX(-50%);
  background: var(--green-400);
  box-shadow:
    0 0 8px 2px rgba(107, 203, 139, .95),
    0 0 18px 5px rgba(79, 184, 116, .55),
    0 0 30px 10px rgba(79, 184, 116, .25);
  animation: beam-head-pulse 1.8s var(--ease) infinite;
}
@keyframes beam-head-pulse {
  0%, 100% { box-shadow: 0 0 8px 2px rgba(107, 203, 139, .95), 0 0 18px 5px rgba(79, 184, 116, .55), 0 0 30px 10px rgba(79, 184, 116, .22); }
  50%      { box-shadow: 0 0 10px 3px rgba(107, 203, 139, 1), 0 0 24px 7px rgba(79, 184, 116, .7), 0 0 40px 14px rgba(79, 184, 116, .3); }
}
.timeline-items { list-style: none; padding: 0; margin: 0; }
.timeline-item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding-block: clamp(2rem, 6vw, 3.6rem);
}
.timeline-item:first-child { padding-top: .5rem; }
.timeline-head {
  position: sticky; top: 120px; align-self: start;
  height: 44px; display: flex; align-items: center;
}
.timeline-dot {
  position: absolute; left: 12px; top: 2px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ink-900);
  border: 1px solid var(--line-strong);
  display: grid; place-items: center;
  transition: border-color .35s var(--ease);
}
.timeline-dot::after {
  content: ""; width: 14px; height: 14px; border-radius: 50%;
  background: var(--ink-850); border: 1px solid var(--line-strong);
  transition: background-color .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.timeline-item.is-active .timeline-dot { border-color: var(--green-line); }
.timeline-item.is-active .timeline-dot::after {
  background: var(--green-500); border-color: var(--green-500);
  box-shadow: 0 0 10px rgba(79, 184, 116, .7);
}
.timeline-num {
  padding-left: 72px;
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  color: var(--green-500); line-height: 1;
}
.timeline-body { padding-top: .3rem; max-width: 60ch; }
.timeline-body h3 { margin-bottom: .5rem; }
.timeline-body p { color: var(--paper-dim); }
.timeline-num-mobile { display: none; }

/* ── Vergleich (Kampf der Boxen) ── */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: start;
  position: relative;
}
.compare-col {
  border-radius: var(--radius);
  padding: clamp(1.6rem, 3.5vw, 2.4rem);
  transition: opacity .5s var(--ease), transform .5s var(--ease), filter .5s var(--ease);
}
.compare-col h3 {
  display: flex; align-items: center; gap: .6rem;
  margin-bottom: 1.4rem;
}
.compare-them {
  position: relative; overflow: hidden;
  border: 1px dashed var(--line-strong);
  color: var(--paper-dim);
}
.compare-them h3 { color: var(--paper-dim); font-weight: 600; }
.compare-us {
  background: var(--ink-850);
  border: 1px solid var(--green-line);
  box-shadow: 0 30px 60px -40px rgba(79, 184, 116, .25);
  transition: opacity .5s var(--ease), transform .45s var(--ease),
              box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.compare-us img { width: 28px; height: 28px; }

/* VS-Badge in der Mitte */
.vs-badge {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(.9);
  z-index: 4;
  width: 3.4rem; height: 3.4rem; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink-950);
  border: 1px solid var(--green-line);
  color: var(--green-500);
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: 1.05rem; letter-spacing: .02em;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .55);
  opacity: 0;
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}

/* Krallenspur über der Verlierer-Box */
.claw {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 3; pointer-events: none;
}
.claw-line {
  stroke: var(--green-400); stroke-width: 6; stroke-linecap: round;
  stroke-dasharray: 1; stroke-dashoffset: 1;
  filter: drop-shadow(0 0 8px rgba(107, 203, 139, .95));
  transition: stroke-dashoffset .16s var(--ease);
}
.compare-inner { transition: opacity .5s var(--ease), filter .5s var(--ease); }

/* Startzustand nur wenn per JS "scharf gestellt" (ohne JS bleiben Boxen sichtbar) */
.compare-grid.armed .compare-them { opacity: 0; transform: translateX(-44px); }
.compare-grid.armed .compare-us { opacity: 0; transform: translateX(44px); }
.compare-grid.armed.fight-in .compare-them { opacity: 1; transform: translateX(0); }
.compare-grid.armed.fight-in .compare-us { opacity: 1; transform: translateX(0); }

/* Aufprall in der Mitte */
.compare-grid.clash { animation: clash-shake .22s var(--ease); }
.compare-grid.clash .vs-badge { opacity: 1; transform: translate(-50%, -50%) scale(1); animation: vs-pop .45s var(--ease); }
@keyframes clash-shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(6px); }
  75% { transform: translateX(-3px); }
  100% { transform: translateX(0); }
}
@keyframes vs-pop {
  0% { transform: translate(-50%, -50%) scale(.6); }
  55% { transform: translate(-50%, -50%) scale(1.25); }
  100% { transform: translate(-50%, -50%) scale(1); }
}

/* Sieger: Gabriel Wolf */
.compare-us.victor {
  transform: translateY(-4px) scale(1.03);
  border-color: var(--green-500);
  box-shadow: 0 0 0 1px var(--green-500), 0 26px 60px -22px rgba(79, 184, 116, .55);
  animation: victor-pulse .7s var(--ease);
}
@keyframes victor-pulse {
  0% { box-shadow: 0 0 0 1px var(--green-500), 0 0 0 0 rgba(79, 184, 116, .5); }
  60% { box-shadow: 0 0 0 1px var(--green-500), 0 0 0 18px rgba(79, 184, 116, 0); }
  100% { box-shadow: 0 0 0 1px var(--green-500), 0 26px 60px -22px rgba(79, 184, 116, .55); }
}

/* Verlierer: klassische Agentur wird ausgekrallt */
.compare-them.defeated {
  filter: grayscale(.7) brightness(.7);
  opacity: .5;
  transform: translateY(10px) rotate(-1.6deg) scale(.98);
}
.compare-them.defeated .claw-line { stroke-dashoffset: 0; }
.compare-them.defeated .claw-line:nth-child(2) { transition-delay: .07s; }
.compare-them.defeated .claw-line:nth-child(3) { transition-delay: .14s; }

@media (max-width: 860px) {
  .vs-badge { display: none; }
}

/* ── Über ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.about-media { position: relative; padding-bottom: clamp(4rem, 9vw, 6rem); }
/* „Über mich"-Motiv: Gabriel freigestellt VOR dem WG-Logo (Landonorris-Stil).
   Grüner Ambient-Glow trennt das dunkle Motiv vom dunklen Grund, feine Maus-Parallaxe. */
.about-portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-portrait::before {
  content: "";
  position: absolute; left: 50%; top: 46%;
  width: 98%; height: 98%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 50% 42%, rgba(79, 184, 116, .30), rgba(79, 184, 116, 0) 60%);
  z-index: 0; pointer-events: none;
}
.about-logo {
  position: absolute; left: 50%; top: 40%;
  width: 80%; aspect-ratio: 1 / 1;
  transform: translate(calc(-50% + var(--lx, 0px)), calc(-50% + var(--ly, 0px)));
  background: var(--green-500);
  -webkit-mask: url("../img/logo-mark.svg?v=2") center / contain no-repeat;
  mask: url("../img/logo-mark.svg?v=2") center / contain no-repeat;
  opacity: .42;
  z-index: 1; pointer-events: none;
  will-change: transform, opacity;
  transition: transform .5s var(--ease), opacity .5s var(--ease);
}
.about-cutout {
  position: relative; z-index: 2;
  width: 100%; height: auto; display: block;
  transform: translate(var(--cx, 0px), var(--cy, 0px));
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, .65));
  will-change: transform;
  transition: transform .5s var(--ease);
}
.about-portrait:hover .about-logo { opacity: .72; }

.about-jump {
  position: absolute;
  right: 0; bottom: 0;
  width: 44%; z-index: 3;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--green-line);
  background: #0b1310;
  box-shadow: 0 24px 55px -22px rgba(79, 184, 116, .55), 0 30px 60px -30px rgba(0, 0, 0, .8);
  transition: box-shadow .45s var(--ease);
}
.about-jump:hover { box-shadow: 0 26px 70px -18px rgba(79, 184, 116, .8), 0 30px 60px -30px rgba(0, 0, 0, .8); }
.about-jump img { aspect-ratio: 4 / 5; object-fit: cover; }
.about-jump figcaption {
  font-size: .8rem; color: var(--paper-dim);
  padding: .6rem .9rem;
  border-top: 1px solid var(--line);
  background: var(--ink-850);
}
.about-text p { margin-bottom: 1.1rem; }
.about-text p:not(.eyebrow) { color: var(--paper-dim); }
.about-text strong { color: var(--paper); }
.creds {
  display: flex; flex-wrap: wrap; gap: .8rem;
  list-style: none; padding: 0;
  margin: 1.6rem 0 .4rem;
}
.cred {
  display: flex; align-items: center; gap: .8rem;
  padding: .75rem 1.1rem;
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(242, 243, 236, .02);
  transition: border-color .3s var(--ease);
}
.cred:hover { border-color: var(--green-line); }
.cred-icon {
  flex: 0 0 auto;
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 11px;
  background: rgba(79, 184, 116, .1);
  border: 1px solid var(--green-line);
  color: var(--green-500);
}
.cred-icon svg { width: 22px; height: 22px; }
.cred-text { display: flex; flex-direction: column; line-height: 1.3; }
.cred-text strong { font-weight: 700; font-size: .98rem; color: var(--paper); }
.cred-text span { color: var(--paper-dim); font-size: .84rem; }

.about-quote {
  border-left: 2px solid var(--green-500);
  padding: .4rem 0 .4rem 1.4rem;
  margin-block: 1.8rem;
}
.about-quote p {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.15rem; color: var(--paper) !important;
  margin-bottom: .4rem;
}
.about-quote cite { font-style: normal; font-size: .88rem; color: var(--paper-dim); }
.about-text .btn { margin-top: .5rem; }

/* ── Stimmen ── */
.quote-feature blockquote {
  max-width: 60rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(1.8rem, 4vw, 2.8rem);
  border-radius: var(--radius);
  background: var(--ink-850);
  border: 1px solid var(--green-line);
  position: relative;
  overflow: hidden;
}
/* Riesiges Anführungszeichen als stiller Hintergrund */
.quote-feature blockquote::before {
  content: "\201E";
  position: absolute; top: -0.52em; right: .1em;
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(9rem, 16vw, 14rem); line-height: 1;
  color: rgba(79, 184, 116, .12);
  pointer-events: none;
}
.quote-feature p {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 1.2rem;
}
/* Lese-Reveal: Wörter erhellen sich mit dem Scrollen (Opacity setzt JS) */
.quote-feature .qw { opacity: .16; }

/* Kundenstimmen als gegenläufige Endlos-Bahnen */
.quote-marquee { display: grid; gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.quote-row {
  overflow: hidden;
  padding-block: 2px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}
.quote-track {
  display: flex; gap: clamp(1.2rem, 2.5vw, 1.8rem);
  width: max-content;
  animation: marquee 52s linear infinite;
}
.quote-row[data-dir="right"] .quote-track {
  animation-direction: reverse;
  animation-duration: 66s;
}
.quote-row:hover .quote-track { animation-play-state: paused; }
.quote-card {
  flex: 0 0 auto;
  width: clamp(300px, 80vw, 460px);
  padding: clamp(1.4rem, 3vw, 1.9rem);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(242, 243, 236, .02);
}
.quote-card .stars { margin-bottom: .85rem; }
.quote-card .stars svg { width: 14px; height: 14px; }
.quote-card p { color: var(--paper-dim); font-size: .99rem; margin-bottom: 1rem; }
blockquote footer { display: flex; flex-direction: column; gap: .1rem; }
blockquote cite { font-style: normal; font-weight: 700; }
blockquote footer span { color: var(--paper-dim); font-size: .88rem; }

/* ── FAQ ── */
.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.faq-aside { position: sticky; top: 110px; }
.faq-aside .section-head { margin-bottom: 1.8rem; }
.faq-card {
  padding: clamp(1.4rem, 3vw, 1.8rem);
  border-radius: var(--radius);
  border: 1px solid var(--green-line);
  background: var(--ink-850);
}
.faq-card-title { font-weight: 700; margin-bottom: .35rem; }
.faq-card-sub { color: var(--paper-dim); font-size: .95rem; margin-bottom: 1.2rem; }
.faq-card-actions { display: flex; gap: .6rem; flex-wrap: wrap; }

.faq-list { display: flex; flex-direction: column; gap: 1rem; }
.faq-item {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(242, 243, 236, .02);
  overflow: hidden;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.faq-item::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--green-500);
  transform: scaleY(0); transform-origin: top;
  transition: transform .35s var(--ease);
}
.faq-item:hover { border-color: var(--line-strong); }
.faq-item.open { border-color: var(--green-line); background: rgba(79, 184, 116, .05); }
.faq-item.open::before { transform: scaleY(1); }
.faq-item h3 { font-size: inherit; }
.faq-trigger {
  display: flex; align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem); width: 100%; min-height: 44px;
  background: none; border: 0; cursor: pointer;
  padding: clamp(1.4rem, 2.6vw, 1.7rem) clamp(1.3rem, 2.6vw, 1.9rem);
  text-align: left;
  color: var(--paper);
}
.faq-num {
  flex: 0 0 auto;
  font-family: var(--font-display); font-style: italic;
  font-size: 1.3rem; color: var(--green-500);
  min-width: 1.5em;
  transition: color .3s var(--ease);
}
.faq-q {
  flex: 1; font-weight: 600; font-size: 1.13rem; line-height: 1.35;
  transition: color .2s var(--ease);
}
.faq-trigger:hover .faq-q { color: var(--green-400); }
.faq-icon {
  flex: 0 0 auto;
  display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line-strong);
  color: var(--green-500);
  transition: transform .35s var(--ease), background-color .3s var(--ease),
              border-color .3s var(--ease), color .3s var(--ease);
}
.faq-icon svg { width: 17px; height: 17px; }
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--green-500); border-color: var(--green-500);
  color: var(--green-ink);
}
.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s var(--ease);
}
.faq-panel > div { overflow: hidden; }
.faq-panel p {
  color: var(--paper-dim);
  line-height: 1.7;
  padding: 0 clamp(1.3rem, 2.6vw, 1.9rem) clamp(1.4rem, 2.6vw, 1.7rem) calc(clamp(1.3rem, 2.6vw, 1.9rem) + 1.5em + clamp(1rem, 2vw, 1.5rem));
  max-width: 60ch;
}
.faq-item.open .faq-panel { grid-template-rows: 1fr; }

@media (max-width: 860px) {
  .faq-layout { grid-template-columns: 1fr; gap: 2rem; }
  .faq-aside { position: static; }
}

/* ── Kontakt ── */
.contact { overflow: hidden; }

/* ── Lampen-Effekt in der Kontakt-Sektion (wie Sehenlandschaft) ── */
.lamp-section {
  --lamp-y: clamp(3.5rem, 8vw, 6rem);
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--ink-950);
  padding-block: calc(var(--lamp-y) + 4rem) clamp(4.5rem, 9vw, 7rem);
}
.lamp {
  position: absolute; top: 0; left: 0; right: 0;
  height: clamp(19rem, 40vw, 30rem);
  z-index: 0; pointer-events: none;
}
/* dunkle Decke oberhalb der Linie */
.lamp::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: var(--lamp-y); background: var(--ink-950); z-index: 3;
}
.lamp-beam {
  position: absolute; top: 0; height: 100%;
  width: 15rem; max-width: 92vw; opacity: .35;
  transition: width 1000ms var(--ease), opacity 1000ms var(--ease);
  will-change: width, opacity;
}
.lamp-beam-left {
  right: 50%;
  background-image: conic-gradient(from 70deg at center top, rgba(79, 184, 116, .6), transparent, transparent);
}
.lamp-beam-right {
  left: 50%;
  background-image: conic-gradient(from 290deg at center top, transparent, transparent, rgba(79, 184, 116, .6));
}
.lamp-beam::before, .lamp-beam::after { content: ""; position: absolute; background: var(--ink-950); }
.lamp-beam-left::before {
  left: 0; bottom: 0; width: 100%; height: 60%;
  -webkit-mask-image: linear-gradient(to top, white, transparent);
  mask-image: linear-gradient(to top, white, transparent);
}
.lamp-beam-left::after {
  left: 0; top: 0; bottom: 0; width: 8rem;
  -webkit-mask-image: linear-gradient(to right, white, transparent);
  mask-image: linear-gradient(to right, white, transparent);
}
.lamp-beam-right::before {
  right: 0; bottom: 0; width: 100%; height: 60%;
  -webkit-mask-image: linear-gradient(to top, white, transparent);
  mask-image: linear-gradient(to top, white, transparent);
}
.lamp-beam-right::after {
  right: 0; top: 0; bottom: 0; width: 8rem;
  -webkit-mask-image: linear-gradient(to left, white, transparent);
  mask-image: linear-gradient(to left, white, transparent);
}
.lamp-glow {
  position: absolute; top: calc(var(--lamp-y) + .2rem);
  left: 50%; transform: translateX(-50%);
  width: 28rem; max-width: 80vw; height: 8rem;
  border-radius: 999px; background: var(--green-500);
  opacity: 0; filter: blur(90px);
  transition: opacity 1000ms var(--ease);
}
.lamp-line {
  position: absolute; top: var(--lamp-y);
  left: 50%; transform: translateX(-50%);
  width: 8rem; max-width: 82vw; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--green-400), transparent);
  box-shadow: 0 0 22px 3px rgba(79, 184, 116, .7);
  opacity: .5; z-index: 4;
  transition: width 1000ms var(--ease), opacity 1000ms var(--ease);
}
.lamp-section.is-lit .lamp-beam { width: 30rem; opacity: 1; }
.lamp-section.is-lit .lamp-glow { opacity: .5; }
.lamp-section.is-lit .lamp-line { width: 30rem; opacity: 1; }
.lamp-content { position: relative; z-index: 2; }
.lamp-content > * {
  opacity: 0; transform: translateY(60px);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease);
}
.lamp-section.is-lit .lamp-content > * { opacity: 1; transform: translateY(0); }
.lamp-section.is-lit .lamp-content > *:nth-child(2) { transition-delay: 120ms; }
.lamp-section.is-lit .lamp-content > *:nth-child(3) { transition-delay: 200ms; }

.contact-head { text-align: center; margin-inline: auto; }
.contact-head .section-lead { margin-inline: auto; }
.contact-head .eyebrow { width: fit-content; margin-inline: auto; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(1.8rem, 4vw, 3.5rem);
  max-width: 1020px;
  margin-inline: auto;
  align-items: start;
}
.contact-channels { display: flex; flex-direction: column; gap: .9rem; }
.channel {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.05rem 1.2rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--ink-850);
  text-decoration: none; color: var(--paper);
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}
.channel:hover { border-color: var(--green-line); transform: translateY(-2px); }
.channel-icon {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(79, 184, 116, .1);
  border: 1px solid var(--green-line);
  color: var(--green-500);
}
.channel-icon svg { width: 22px; height: 22px; }
.channel-text { display: flex; flex-direction: column; line-height: 1.35; }
.channel-text span { color: var(--paper-dim); font-size: .87rem; }
.channel-note { color: var(--paper-dim); font-size: .9rem; margin-top: .6rem; padding-inline: .3rem; }

.contact-form {
  background: var(--ink-850);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3.5vw, 2.2rem);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { margin-bottom: 1.1rem; }
.form-field label {
  display: block; font-weight: 600; font-size: .93rem;
  margin-bottom: .45rem;
}
.req { color: var(--green-500); }
.form-field input, .form-field textarea {
  width: 100%; min-height: 48px;
  padding: .7rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  background: var(--ink-950);
  color: var(--paper);
  transition: border-color .2s var(--ease);
}
.form-field textarea { resize: vertical; }
.form-field input:focus-visible, .form-field textarea:focus-visible {
  outline: none; border-color: var(--green-500);
}
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(169, 177, 166, .55); }
.form-field.invalid input, .form-field.invalid textarea { border-color: #C96A5A; }
.field-hint { font-size: .83rem; color: var(--paper-dim); margin-top: .4rem; }
.form-error {
  color: #E39285; font-size: .92rem;
  margin-bottom: 1rem;
}
.form-note { text-align: center; margin-top: .8rem; }

/* ── Footer ── */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--ink-900);
  padding-block: clamp(3rem, 6vw, 4.5rem) 1.6rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.footer-brand img { width: 180px; margin-bottom: 1rem; }
.footer-brand p { color: var(--paper-dim); font-size: .93rem; }
.site-footer h2 {
  font-family: var(--font-body);
  font-size: .8rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--paper-dim);
  margin-bottom: 1rem;
}
.site-footer ul li { margin-bottom: .5rem; }
.site-footer ul a {
  color: var(--paper); text-decoration: none; font-size: .95rem;
  transition: color .2s var(--ease);
}
.site-footer ul a:hover { color: var(--green-400); }
.footer-contact li { color: var(--paper-dim); font-size: .95rem; }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  color: var(--paper-dim); font-size: .88rem;
}
.credit {
  display: inline-flex; align-items: center; gap: .7rem;
  color: var(--paper-dim); text-decoration: none; font-size: .88rem;
  transition: color .2s var(--ease);
}
.credit:hover { color: var(--paper); }
.credit img { filter: invert(1); opacity: .75; width: 110px; height: auto; }

/* ── Spotlight-Glow auf Karten (wie Hohmann) ──
   Cursorfolgender Lichtkegel + leuchtender Rand in Markengrün.
   --gx/--gy setzt main.js relativ zur jeweiligen Karte. Nur für Mausgeräte. */
@media (hover: hover) and (pointer: fine) {
  .service-card, .quote-card, .channel, .contact-form,
  .compare-us, .work-media {
    --gx: -9999; --gy: -9999;
    position: relative;
    background-image: radial-gradient(
      15rem 15rem at calc(var(--gx) * 1px) calc(var(--gy) * 1px),
      rgba(79, 184, 116, .09), transparent 70%);
  }
  /* Karten mit Hintergrund behalten diesen und legen den Glow darüber */
  .service-card, .quote-card, .channel, .contact-form, .compare-us {
    background-image:
      radial-gradient(15rem 15rem at calc(var(--gx) * 1px) calc(var(--gy) * 1px),
        rgba(79, 184, 116, .09), transparent 70%),
      linear-gradient(var(--ink-850), var(--ink-850));
  }
  .quote-card {
    background-image:
      radial-gradient(15rem 15rem at calc(var(--gx) * 1px) calc(var(--gy) * 1px),
        rgba(79, 184, 116, .09), transparent 70%),
      linear-gradient(rgba(242, 243, 236, .02), rgba(242, 243, 236, .02));
  }
  .service-card::after, .quote-card::after, .channel::after,
  .contact-form::after, .compare-us::after {
    content: ""; pointer-events: none;
    position: absolute; inset: -1px;
    border-radius: inherit;
    border: 1.5px solid transparent;
    background: radial-gradient(
      11rem 11rem at calc(var(--gx) * 1px) calc(var(--gy) * 1px),
      rgba(107, 203, 139, .85), transparent 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }
}

/* ── Cursor-Trail (zwei grüne Linien, wie Hohmann) ── */
.cursor-trail {
  position: fixed; inset: 0;
  width: 100vw; height: 100vh;
  pointer-events: none; z-index: 130;
}

/* ── Scroll-Reveals ── */
[data-reveal] {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--reveal-delay, 0s);
}
[data-reveal].revealed { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (max-width: 1023px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .service-grid { grid-template-columns: 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 480px; }
  .contact-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 2.2rem; }
}

@media (max-width: 900px) {
  /* Mobile Navigation: zentriert (Regel 7), Effekte wie Sehenlandschaft */
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; }
}

@media (min-width: 901px) {
  .nav-overlay { display: none; }
}

@media (max-width: 760px) {
  .work-grid { grid-template-columns: 1fr; }
  .work-card:nth-child(even) { margin-top: 0; }

  /* Timeline: einspaltig, Punkte am linken Rand */
  .timeline-line { left: 19px; }
  .timeline-item {
    grid-template-columns: 1fr; gap: 0;
    padding-left: 56px; position: relative;
    padding-block: clamp(1.6rem, 8vw, 2.4rem);
  }
  .timeline-head { position: static; height: auto; }
  .timeline-dot { left: 0; top: 0; }
  .timeline-num { display: none; }
  .timeline-num-mobile {
    display: block;
    font-family: var(--font-display); font-style: italic;
    font-size: 1.5rem; color: var(--green-500);
    line-height: 1; margin-bottom: .4rem;
  }
}

@media (max-width: 700px) {
  /* Referenz-Wall am Handy: nur drei Spalten, enger gerückt */
  .hero-col.is-desktop-only { display: none; }
  .hero-wall { inset: -14% -24%; opacity: .42; }
}

@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
  .brand img { width: 164px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .footer-bottom { justify-content: center; text-align: center; }
}

/* ── Reduzierte Bewegung ── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-line { animation: none; opacity: 1; transform: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  .scroll-hint span { animation: none; opacity: .6; }
  .bite-word.bitten { animation: none; }
  .bite-word .crumb { display: none; }
  .matrix-rain { display: none; }
  .hero-col { animation: none; }
  .quote-track { animation: none; width: auto; flex-wrap: wrap; }
  .lamp-content > * { opacity: 1; transform: none; }
  .quote-feature .qw { opacity: 1; transition: none; }
  .timeline-beam { height: 100% !important; opacity: 1 !important; }
  .timeline-beam::after { display: none; }
  .rls:hover .rls-char { animation: none !important; transform: none !important; }
  .timeline-item .timeline-dot { border-color: var(--green-line); }
  .timeline-item .timeline-dot::after { background: var(--green-500); border-color: var(--green-500); }
  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
