/* ============================================================
   BLACK FLOW — Design tokens
   Dark-first media production brand. Lime green signal accent.
   Clash Display for everything.
   ============================================================ */

/* ---------- Fonts ---------- */

@font-face {
  font-family: "Clash Display";
  src: url("./fonts/ClashDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("./fonts/ClashDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("./fonts/ClashDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("./fonts/ClashDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("./fonts/ClashDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* ---------- Color: Core palette ---------- */
  --bf-black:        #000000;   /* true black — full bleed surfaces */
  --bf-ink:          #0B0B0B;   /* base page background */
  --bf-charcoal:     #141414;   /* raised surfaces, cards */
  --bf-graphite:     #1E1E1E;   /* secondary surfaces, inputs */
  --bf-iron:         #2A2A2A;   /* hover states, dividers (heavy) */
  --bf-smoke:        #3A3A3A;   /* borders */
  --bf-ash:          #6B6B6B;   /* muted text */
  --bf-fog:          #9C9C9C;   /* secondary text */
  --bf-bone:         #D7D7D7;   /* primary text on dark */
  --bf-paper:        #F4F4F2;   /* pure light surfaces */
  --bf-white:        #FFFFFF;

  /* ---------- Color: Brand signal ---------- */
  --bf-lime:         #B0D716;   /* THE accent. The only chromatic color. */
  --bf-lime-bright:  #C7EE2C;   /* hover */
  --bf-lime-dim:     #8FB10F;   /* pressed */
  --bf-lime-glow:    rgba(176, 215, 22, 0.18); /* halos, focus rings */
  --bf-lime-edge:    rgba(176, 215, 22, 0.32);

  /* ---------- Color: Semantic ---------- */
  --bf-success:      #B0D716;   /* lime carries success too */
  --bf-warning:      #F2C94C;
  --bf-danger:       #FF5A4E;
  --bf-info:         #6BA8FF;

  /* ---------- Color: Foreground (semantic on dark) ---------- */
  --fg-1:            var(--bf-white);   /* highest contrast: H1, hero numbers */
  --fg-2:            var(--bf-bone);    /* body text */
  --fg-3:            var(--bf-fog);     /* secondary, meta */
  --fg-4:            var(--bf-ash);     /* tertiary, labels */
  --fg-accent:       var(--bf-lime);
  --fg-on-accent:    var(--bf-ink);     /* text on lime */

  /* ---------- Color: Background (semantic) ---------- */
  --bg-0:            var(--bf-black);
  --bg-1:            var(--bf-ink);     /* page */
  --bg-2:            var(--bf-charcoal);/* card */
  --bg-3:            var(--bf-graphite);/* sunken / input */
  --bg-hover:        var(--bf-iron);

  /* ---------- Borders ---------- */
  --border-1:        rgba(255, 255, 255, 0.06);  /* hairlines */
  --border-2:        rgba(255, 255, 255, 0.10);  /* card edges */
  --border-3:        rgba(255, 255, 255, 0.18);  /* emphasized */
  --border-accent:   var(--bf-lime);

  /* ---------- Type: Family ---------- */
  --font-display:    "Clash Display", "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-body:       "Clash Display", "Inter", system-ui, sans-serif;
  --font-mono:       "JetBrains Mono", "SF Mono", ui-monospace, Menlo, monospace;

  /* ---------- Type: Scale (fluid-ish, set in px) ---------- */
  --t-display-xl:    96px;   /* hero */
  --t-display-lg:    72px;
  --t-display-md:    56px;
  --t-display-sm:    44px;
  --t-h1:            40px;
  --t-h2:            32px;
  --t-h3:            24px;
  --t-h4:            20px;
  --t-body-lg:       18px;
  --t-body:          16px;
  --t-body-sm:       14px;
  --t-caption:       12px;
  --t-micro:         10px;

  /* ---------- Type: Weights ---------- */
  --w-light:         300;
  --w-regular:       400;
  --w-medium:        500;
  --w-semibold:      600;
  --w-bold:          700;

  /* ---------- Type: Tracking ---------- */
  --tr-tight:        -0.03em;   /* big display */
  --tr-snug:         -0.015em;  /* headings */
  --tr-normal:       0;
  --tr-loose:        0.02em;
  --tr-eyebrow:      0.18em;    /* SHOWREEL / LEISTUNGEN labels */

  /* ---------- Type: Leading ---------- */
  --lh-display:      0.95;
  --lh-heading:      1.1;
  --lh-body:         1.5;
  --lh-loose:        1.65;

  /* ---------- Spacing ---------- */
  --space-0:   0;
  --space-1:   4px;
  --space-2:   8px;
  --space-3:   12px;
  --space-4:   16px;
  --space-5:   24px;
  --space-6:   32px;
  --space-7:   48px;
  --space-8:   64px;
  --space-9:   96px;
  --space-10: 128px;

  /* ---------- Radii (sparing — brand is mostly square) ---------- */
  --r-0:   0;
  --r-1:   2px;
  --r-2:   4px;
  --r-3:   8px;     /* default for cards / inputs */
  --r-4:   12px;
  --r-5:   16px;
  --r-pill: 999px;  /* tags, eyebrow capsules */

  /* ---------- Elevation / Shadow ---------- */
  --shadow-1: 0 1px 0 rgba(255,255,255,0.04) inset, 0 1px 2px rgba(0,0,0,0.4);
  --shadow-2: 0 8px 24px rgba(0,0,0,0.45);
  --shadow-3: 0 24px 48px -12px rgba(0,0,0,0.6);
  --shadow-glow: 0 0 0 4px var(--bf-lime-glow);
  --shadow-glow-strong: 0 0 32px var(--bf-lime-glow);

  /* ---------- Motion ---------- */
  --ease-out:     cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out:  cubic-bezier(0.65, 0, 0.35, 1);
  --ease-snappy:  cubic-bezier(0.4, 0, 0.2, 1);
  --dur-fast:     120ms;
  --dur-base:     220ms;
  --dur-slow:     420ms;
  --dur-reveal:   680ms;
}

/* ============================================================
   Semantic element defaults
   ============================================================ */

body {
  background: var(--bg-1);
  color: var(--fg-2);
  font-family: var(--font-body);
  font-size: var(--t-body);
  line-height: var(--lh-body);
  font-weight: var(--w-regular);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-family: var(--font-display);
  font-size: var(--t-display-md);
  line-height: var(--lh-display);
  letter-spacing: var(--tr-tight);
  font-weight: var(--w-semibold);
  color: var(--fg-1);
}

h2, .h2 {
  font-family: var(--font-display);
  font-size: var(--t-h1);
  line-height: var(--lh-heading);
  letter-spacing: var(--tr-snug);
  font-weight: var(--w-semibold);
  color: var(--fg-1);
}

h3, .h3 {
  font-family: var(--font-display);
  font-size: var(--t-h2);
  line-height: var(--lh-heading);
  letter-spacing: var(--tr-snug);
  font-weight: var(--w-medium);
  color: var(--fg-1);
}

h4, .h4 {
  font-family: var(--font-display);
  font-size: var(--t-h4);
  line-height: var(--lh-heading);
  font-weight: var(--w-medium);
  color: var(--fg-1);
}

p {
  font-size: var(--t-body);
  line-height: var(--lh-body);
  color: var(--fg-2);
  text-wrap: pretty;
}

.eyebrow {
  font-family: var(--font-display);
  font-size: var(--t-caption);
  font-weight: var(--w-medium);
  letter-spacing: var(--tr-eyebrow);
  text-transform: uppercase;
  color: var(--fg-accent);
}

.meta {
  font-size: var(--t-body-sm);
  color: var(--fg-3);
}

code, .mono {
  font-family: var(--font-mono);
  font-size: 0.92em;
  color: var(--fg-2);
}

::selection {
  background: var(--bf-lime);
  color: var(--bf-ink);
}
/* ============== Black Flow — shared styles ============== */
@import url("./tokens.css");

:root {
  --bg: var(--bf-ink);              /* #0B0B0B */
  --bg-elev: var(--bf-charcoal);    /* #141414 */
  --bg-card: var(--bf-charcoal);
  --bg-card-hi: #181818;
  --line: var(--border-2);          /* rgba(255,255,255,0.10) */
  --line-soft: var(--border-1);     /* rgba(255,255,255,0.06) */
  --line-strong: var(--border-3);   /* rgba(255,255,255,0.18) */
  --text: var(--fg-1);              /* #fff */
  --text-dim: var(--fg-2);          /* #D7D7D7 */
  --text-mute: var(--fg-3);         /* #9C9C9C */
  --text-fade: var(--fg-4);         /* #6B6B6B */
  --accent: var(--bf-lime);         /* #B0D716 */
  --accent-bright: var(--bf-lime-bright);
  --accent-glow: var(--bf-lime-glow);
  --max: 1280px;
  --pad: clamp(20px, 4vw, 64px);
  --radius: 8px;
  --radius-lg: 12px;
  --font: var(--font-display);
  --font-mono: var(--font-mono);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

::selection { background: var(--accent); color: var(--bf-ink); }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 22px var(--pad);
  display: flex; align-items: center; justify-content: space-between;
  transition: background 220ms ease, padding 220ms ease, backdrop-filter 220ms ease, border-color 220ms ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(11,11,11,0.78);
  backdrop-filter: saturate(1.2) blur(18px);
  -webkit-backdrop-filter: saturate(1.2) blur(18px);
  padding: 14px var(--pad);
  border-bottom-color: var(--line-soft);
}
.logo { display: inline-flex; align-items: center; }
.logo img { height: 34px; width: auto; }
.menu {
  display: flex; align-items: center; gap: 36px;
  list-style: none; margin: 0; padding: 0;
}
.menu a {
  font-size: 12px; letter-spacing: var(--tr-eyebrow);
  color: var(--text-dim); font-weight: 500;
  position: relative; padding: 6px 0;
  transition: color 180ms ease;
  text-transform: uppercase;
}
.menu a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 1px; background: var(--accent);
  transition: right 260ms cubic-bezier(.6,.2,.2,1);
}
.menu a:hover, .menu a.active { color: #fff; }
.menu a:hover::after, .menu a.active::after { right: 0; }

.nav-cta {
  display: inline-flex; align-items: center; gap: 10px;
  height: 38px; padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 12px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase;
  color: #fff; font-weight: 500;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}
.nav-cta:hover { background: #fff; color: var(--bf-ink); border-color: #fff; }

.burger { display: none; width: 36px; height: 36px; position: relative; z-index: 60; }
.burger span {
  position: absolute; left: 6px; right: 6px; height: 1.5px; background: #fff;
  transition: transform 220ms ease, top 220ms ease, opacity 180ms ease;
}
.burger span:nth-child(1) { top: 13px; }
.burger span:nth-child(2) { top: 18px; }
.burger span:nth-child(3) { top: 23px; }
.burger.open span:nth-child(1) { top: 18px; transform: rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { top: 18px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 40;
  background: var(--bf-ink);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 280ms ease;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 28px; text-align: center;
}
.mobile-menu a {
  font-size: 26px; font-weight: 500; letter-spacing: -0.01em;
}

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 160px var(--pad) 120px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: #000;
}
.hero-bg video, .hero-bg img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.5;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 70%),
    linear-gradient(180deg, rgba(11,11,11,0.7) 0%, rgba(11,11,11,0.35) 45%, rgba(11,11,11,0.96) 100%);
}
.hero-bg.no-video {
  background:
    radial-gradient(60% 80% at 30% 30%, #1c1c1c 0%, #0a0a0a 70%),
    linear-gradient(135deg, #161616, #050505);
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto; width: 100%;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; letter-spacing: var(--tr-eyebrow); font-weight: 500;
  color: var(--accent); text-transform: uppercase;
  margin-bottom: 32px;
}
.eyebrow::before {
  content: ""; width: 8px; height: 8px; background: var(--accent);
}
.eyebrow.eyebrow--quiet { color: var(--text-mute); }
.eyebrow.eyebrow--quiet::before { background: var(--text-mute); }

.hero h1 {
  font-family: var(--font); font-weight: 500;
  font-size: clamp(48px, 8.2vw, 112px);
  line-height: 0.98; letter-spacing: var(--tr-tight);
  margin: 0 0 32px; text-wrap: balance;
  max-width: 18ch;
}
.hero h1 .dot { color: var(--accent); }
.hero h1 .lime { color: var(--accent); }
.hero .lede {
  font-size: clamp(17px, 1.6vw, 21px);
  max-width: 580px; color: var(--text-dim);
  margin: 0 0 28px; line-height: 1.55;
}
.hero-list {
  list-style: none; padding: 0;
  margin: 0 0 44px;
  display: flex; flex-wrap: wrap; gap: 14px 28px;
}
.hero-list li {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; color: var(--text);
  letter-spacing: -0.005em;
}
.hero-list .check {
  flex: none; width: 18px; height: 18px;
  color: var(--accent);
  display: inline-grid; place-items: center;
  background: transparent;
}
.hero-list .check svg { width: 18px; height: 18px; display: block; stroke-width: 1.4; transform: translateY(-2px); }
.hero-meta {
  position: absolute; left: var(--pad); bottom: 32px; right: var(--pad);
  display: flex; justify-content: space-between; align-items: flex-end;
  z-index: 2; gap: 24px;
  font-size: 11px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase;
  color: var(--text-mute);
}
.hero-meta .left, .hero-meta .right { display: flex; gap: 18px; align-items: center; }
.hero-meta .sep { width: 24px; height: 1px; background: var(--text-fade); }

/* sub-hero (for inner pages) */
.subhero {
  position: relative;
  padding: 180px var(--pad) 100px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(176,215,22,0.06), transparent 60%),
    var(--bf-ink);
}
.subhero-inner { max-width: var(--max); margin: 0 auto; }
.subhero h1 {
  font-family: var(--font); font-weight: 500;
  font-size: clamp(40px, 7vw, 96px);
  line-height: 1.0; letter-spacing: var(--tr-tight);
  margin: 0 0 24px; text-wrap: balance;
}
.subhero .lede {
  font-size: clamp(16px, 1.5vw, 19px);
  max-width: 640px; color: var(--text-dim);
  margin: 0 0 40px;
}
.crumbs {
  display: flex; gap: 8px; align-items: center;
  font-size: 11px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase;
  color: var(--text-mute); margin-bottom: 28px;
}
.crumbs a:hover { color: var(--accent); }
.crumbs .sep { opacity: 0.5; }

/* ============ BUTTON ============ */
.btn {
  --bh: 54px;
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  height: var(--bh); padding: 0 26px;
  border-radius: 999px;
  font-size: 13px; font-weight: 500; letter-spacing: var(--tr-eyebrow);
  text-transform: uppercase;
  cursor: pointer;
  transition: background 240ms ease, color 240ms ease, box-shadow 240ms ease, transform 120ms ease;
}
.btn--primary {
  background: var(--accent); color: var(--bf-ink);
  border: 1px solid var(--accent);
}
.btn--primary:hover { background: var(--accent-bright); border-color: var(--accent-bright); box-shadow: 0 0 0 6px var(--accent-glow); }
.btn--primary:active { transform: scale(0.985); }

.btn--ghost {
  background: transparent; color: #fff;
  border: 1px solid var(--line-strong);
}
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,0.04); }

.btn--dark {
  background: var(--bf-ink); color: #fff;
  border: 1px solid var(--bf-ink);
}
.btn--dark:hover { background: #000; border-color: #000; box-shadow: 0 0 0 6px var(--accent-glow); }

.btn .arrow {
  width: 16px; height: 16px;
  transition: transform 220ms ease;
}
.btn:hover .arrow { transform: translateX(4px); }

.scroll-cue {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  z-index: 2;
  font-size: 10px; letter-spacing: 0.3em; color: var(--text-mute);
  text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.scroll-cue .line {
  width: 1px; height: 44px; background: linear-gradient(180deg, transparent, var(--accent));
  animation: scrollLine 2.2s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollLine {
  0%,100% { transform: scaleY(0.3); opacity: 0.35; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ============ SECTION SHELL ============ */
section { position: relative; }
.section { padding: clamp(96px, 13vw, 160px) var(--pad); }
.section--tight { padding: clamp(64px, 9vw, 110px) var(--pad); }
.section--light { background: var(--bf-paper); color: var(--bf-ink); }
.section--light .kicker { color: rgba(11,11,11,0.55); }
.section--light .kicker::before { background: rgba(11,11,11,0.55); }
.section--light h2 { color: var(--bf-ink); }
.section--light p { color: rgba(11,11,11,0.72); }

.wrap { max-width: var(--max); margin: 0 auto; }
.wrap--narrow { max-width: 980px; margin: 0 auto; }

.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 56px; margin-bottom: 80px;
}
.section-head h2 {
  font-family: var(--font); font-weight: 500;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1.0; letter-spacing: var(--tr-tight);
  margin: 0; max-width: 16ch; text-wrap: balance;
}
.kicker {
  font-size: 11px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase;
  color: var(--accent); display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 22px; font-weight: 500;
}
.kicker::before {
  content: ""; width: 22px; height: 1px; background: var(--accent);
}
.section-head p {
  max-width: 420px; color: var(--text-dim); margin: 0;
  font-size: 16px; line-height: 1.6;
}

/* ============ MANIFESTO ============ */
.manifesto {
  padding: clamp(80px, 11vw, 140px) var(--pad);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.manifesto .wrap { max-width: var(--max); }
.manifesto h2 {
  font-family: var(--font); font-weight: 400;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.1; letter-spacing: var(--tr-tight);
  margin: 0 0 40px; text-wrap: balance;
  color: var(--text);
}
.manifesto h2 em {
  font-style: normal; color: var(--accent);
}
.manifesto p {
  font-size: clamp(16px, 1.4vw, 18px); line-height: 1.7;
  color: var(--text-dim); margin: 0 0 18px; max-width: 64ch;
}
.manifesto p strong { color: var(--text); font-weight: 500; }

/* ============ OUTCOMES (Was du davon hast) ============ */
.outcomes {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.outcome {
  background: var(--bg);
  padding: 48px 40px 44px;
  display: flex; flex-direction: column; gap: 16px;
  min-height: 320px;
  transition: background 320ms ease;
}
.outcome:hover { background: var(--bg-card); }
.outcome .num {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--accent);
  letter-spacing: 0.1em;
}
.outcome h3 {
  font-family: var(--font); font-weight: 500;
  font-size: 24px; line-height: 1.2; letter-spacing: -0.01em;
  margin: 8px 0 12px; max-width: 18ch; text-wrap: balance;
}
.outcome p {
  color: var(--text-dim); font-size: 15px; line-height: 1.6;
  margin: 0;
}

/* ============ PROCESS ============ */
.process {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.step {
  background: var(--bg);
  padding: 48px 40px 44px;
  display: flex; flex-direction: column; gap: 16px;
  min-height: 320px;
  position: relative;
  transition: background 320ms ease;
}
.step:hover { background: var(--bg-card); }
.step .n {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--accent);
  letter-spacing: 0.1em;
  margin: 0;
}
.step h4 {
  font-family: var(--font); font-weight: 500;
  font-size: 24px; line-height: 1.2; letter-spacing: -0.01em;
  margin: 8px 0 4px; max-width: 18ch; text-wrap: balance;
  color: #fff;
}
.step p {
  color: var(--text-dim); font-size: 15px; line-height: 1.6;
  margin: 0;
}

/* ============ CLIENT LOGOS (marquee) ============ */
.clients {
  padding: 56px 0;
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg);
  overflow: hidden;
}
.clients-strip {
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.clients-track {
  display: flex; gap: 80px; align-items: center;
  width: max-content;
  animation: clientsScroll 120s linear infinite;
}
.clients:hover .clients-track { animation-play-state: paused; }
@keyframes clientsScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.logo-mark {
  height: 44px;
  width: auto;
  max-width: none;
  opacity: 0.55;
  filter: brightness(0) invert(1);
  transition: opacity 220ms ease;
  user-select: none;
  flex: none;
}
.logo-mark:hover { opacity: 1; }

/* ============ LEISTUNGEN LIST (editorial) ============ */
.leistungen-list {
  border-top: 1px solid var(--line);
}
.lst-item {
  display: grid;
  grid-template-columns: 72px 1fr 1.5fr;
  gap: 48px;
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
  transition: background 280ms ease;
}
.lst-item:hover { background: rgba(255,255,255,0.015); }
.lst-item .num {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--accent);
  letter-spacing: 0.12em;
  padding-top: 6px;
}
.lst-item h3 {
  font-family: var(--font); font-weight: 500;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15; letter-spacing: -0.015em;
  margin: 0;
  max-width: 18ch; text-wrap: balance;
}
.lst-item p {
  font-size: 16px; color: var(--text-dim);
  line-height: 1.65; margin: 0;
  max-width: 56ch;
}

@media (max-width: 960px) {
  .lst-item { grid-template-columns: 56px 1fr; gap: 24px; padding: 32px 0; }
  .lst-item p { grid-column: 2; }
  .lst-item .num { padding-top: 4px; }
}

/* ============ EXTRAS GRID ============ */
.extras-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.extra {
  background: var(--bg);
  padding: 40px 36px 36px;
  display: flex; flex-direction: column;
  min-height: 320px;
  transition: background 320ms ease;
}
.extra:hover { background: var(--bg-card); }
.extra-tag {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.extra h3 {
  font-family: var(--font); font-weight: 500;
  font-size: 22px; line-height: 1.2; letter-spacing: -0.01em;
  margin: 0 0 14px; max-width: 18ch; text-wrap: balance;
}
.extra p {
  color: var(--text-dim); font-size: 15px; line-height: 1.6;
  margin: 0 0 24px; flex: 1;
}
.extra-more {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: var(--tr-eyebrow);
  text-transform: uppercase; color: #fff;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line-strong);
  width: fit-content;
  transition: gap 240ms ease, border-color 240ms ease, color 240ms ease;
}
.extra-more:hover { gap: 16px; color: var(--accent); border-color: var(--accent); }

@media (max-width: 960px) {
  .extras-grid { grid-template-columns: 1fr; }
}

/* ============ PROJECTS ============ */
.projects {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.project {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 9 / 16;
  cursor: pointer;
}
.project:hover .project-media img,
.project:hover .project-thumb { transform: scale(1.06); }

.project-media {
  position: absolute; inset: 0;
  overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.018) 0 12px, rgba(255,255,255,0.04) 12px 24px),
    var(--bg-card-hi);
}
.project-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1400ms cubic-bezier(.2,.7,.2,1);
}
.project-media .label {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--font-mono); font-size: 11px; color: var(--text-mute);
  letter-spacing: 0.12em; text-transform: uppercase;
}

.project-overlay {
  position: absolute; inset: 0;
  padding: 28px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(180deg, transparent 40%, rgba(11,11,11,0.88) 100%);
  color: #fff;
}
.project-meta {
  display: none;
}
.project-meta .sep { display: none; }
.project-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(72px, 7vw, 100px);
  height: clamp(72px, 7vw, 100px);
  pointer-events: none;
  z-index: 2;
}
.project-play img { width: 100%; height: 100%; display: block; }
.project.is-playing .project-play,
.project.is-playing .project-overlay,
.project.is-playing .project-media { display: none; }
.project-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.project h3 {
  font-family: var(--font); font-weight: 500;
  font-size: 18px; line-height: 1.25; letter-spacing: -0.01em;
  margin: 0; color: #fff;
}

.projects-cta {
  margin-top: 56px;
  display: flex; justify-content: center;
}

/* ============ TESTIMONIALS ============ */
.quotes { position: relative; }
.quote-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}
.quote {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px 36px 32px;
  display: flex; flex-direction: column;
  min-height: 320px;
  transition: border-color 280ms ease, transform 360ms ease;
}
.quote:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.quote .mark {
  font-family: var(--font); font-size: 64px; line-height: 0.7;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--accent);
  margin: -4px 0 20px;
  flex: none;
}
.quote p {
  color: var(--text); font-size: 15px; line-height: 1.6; flex: 1;
  margin: 0 0 28px;
}
.quote footer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.quote .name { font-weight: 500; font-size: 14px; }
.quote .role { color: var(--text-mute); font-size: 12px; margin-top: 2px; }

.quote-controls {
  display: none;
  align-items: center; justify-content: space-between;
  margin-top: 32px;
}
.qc-dots { display: flex; gap: 8px; }
.qc-dot {
  width: 26px; height: 3px; border-radius: 2px;
  background: var(--line-strong); transition: background 200ms;
}
.qc-dot.active { background: var(--accent); }
.qc-arrows { display: flex; gap: 10px; }
.qc-arrow {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: grid; place-items: center;
  transition: background 220ms, color 220ms, border-color 220ms;
}
.qc-arrow:hover { background: var(--accent); color: var(--bf-ink); border-color: var(--accent); }

/* ============ COACHING TEASER (strip) ============ */
.coaching {
  padding: clamp(56px, 8vw, 96px) var(--pad);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg);
}
.coaching .inner {
  max-width: var(--max); margin: 0 auto;
}
.coaching .coaching-cta { margin-top: 28px; }
.coaching h3 {
  font-family: var(--font); font-weight: 500;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.1; letter-spacing: var(--tr-snug);
  margin: 0 0 14px; max-width: 22ch; text-wrap: balance;
}
.coaching p {
  font-size: 16px; color: var(--text-dim); margin: 0;
  max-width: 60ch; line-height: 1.6;
}
.coaching .right {
  display: flex; flex-direction: column; gap: 12px; align-items: flex-end;
}
.coaching .tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: var(--tr-eyebrow);
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 18px;
}
.coaching .tag::before {
  content: ""; width: 22px; height: 1px; background: var(--accent);
}
.coaching .tag .ring { display: none; }

/* ============ ABOUT ============ */
.about-grid {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}
.about-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.018) 0 12px, rgba(255,255,255,0.04) 12px 24px),
    #121212;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.about-portrait .label {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--font-mono); font-size: 11px; color: var(--text-mute);
  letter-spacing: 0.12em; text-transform: uppercase;
}
.about-portrait .corner {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--font-mono); font-size: 10px;
  color: var(--accent); letter-spacing: 0.12em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.about-portrait .corner::before { content: ""; width: 6px; height: 6px; background: var(--accent); }
.about h2 {
  font-family: var(--font); font-weight: 500;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.05; letter-spacing: var(--tr-snug);
  margin: 0 0 28px; text-wrap: balance;
}
.about p {
  font-size: 16px; color: var(--text-dim); line-height: 1.7;
  margin: 0 0 18px; max-width: 56ch;
}
.about-sig {
  margin-top: 36px; display: flex; align-items: center; gap: 16px;
}
.about-sig .who {
  font-size: 13px; color: var(--text-mute); letter-spacing: 0.05em;
}
.about-sig .who strong { color: #fff; font-weight: 500; }
.about-sig .lime-bar {
  width: 32px; height: 1px; background: var(--accent);
}

/* ============ CTA BANNER (final) ============ */
.cta {
  padding: clamp(96px, 13vw, 160px) var(--pad);
  background: var(--bg); color: var(--text);
  position: relative; overflow: hidden;
  border-top: 1px solid var(--line-soft);
}
.cta-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative; z-index: 1;
}
.cta-text { display: flex; flex-direction: column; align-items: flex-start; }
.cta-media {
  position: relative;
  aspect-ratio: 4 / 5;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.018) 0 12px, rgba(255,255,255,0.04) 12px 24px),
    var(--bg-card-hi);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.cta-media .label {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--font-mono); font-size: 11px; color: var(--text-mute);
  letter-spacing: 0.12em; text-transform: uppercase;
}
.cta-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.cta .kicker { color: var(--accent); }
.cta .kicker::before { background: var(--accent); }
.cta h2 {
  font-family: var(--font); font-weight: 500;
  font-size: clamp(40px, 5.8vw, 76px); line-height: 1.0;
  letter-spacing: var(--tr-tight); margin: 0 0 24px;
  max-width: 16ch; text-wrap: balance;
  color: var(--text);
}
.cta .lede {
  font-size: 17px; color: var(--text-dim); margin: 0 0 32px;
  max-width: 56ch; line-height: 1.6;
}
.cta .quick {
  font-family: var(--font-mono); font-size: 12px;
  color: var(--text-mute); letter-spacing: 0.05em;
  margin-top: 20px;
  display: flex; align-items: center; gap: 12px;
}
.cta .quick::before { content: ""; width: 8px; height: 8px; border: 1px solid var(--accent); border-radius: 50%; }

/* ============ CONTACT ============ */
.contact-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: stretch;
}
.contact-form {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 44px;
}
.contact-form h3 {
  font-family: var(--font); font-weight: 500;
  font-size: 24px; margin: 0 0 28px; letter-spacing: -0.01em;
}
.field { display: grid; gap: 8px; margin-bottom: 20px; }
.field label {
  font-size: 11px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase;
  color: var(--text-mute);
}
.field input, .field textarea {
  width: 100%;
  background: transparent;
  border: 0; border-bottom: 1px solid var(--line-strong);
  padding: 12px 0; font: inherit; color: #fff;
  outline: none;
  transition: border-color 200ms ease;
}
.field input:focus, .field textarea:focus { border-color: var(--accent); }
.field textarea { resize: vertical; min-height: 110px; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.consent {
  display: flex; gap: 12px; align-items: flex-start;
  margin: 8px 0 26px; font-size: 13px; color: var(--text-dim);
}
.consent input { margin-top: 3px; }
.form-status {
  margin-top: 18px; font-size: 14px;
  color: var(--text-dim);
}
.form-status.ok { color: var(--accent); }

.info-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 44px;
  display: flex; flex-direction: column; gap: 28px;
}
.info-card .ph {
  aspect-ratio: 4/5;
  border-radius: 6px; overflow: hidden;
  background: #1a1a1a;
  border: 1px solid var(--line);
}
.info-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.info-card h3 {
  font-family: var(--font); font-weight: 500;
  font-size: 22px; margin: 0; letter-spacing: -0.01em;
}
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.info-list a, .info-list span {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--text-dim); font-size: 15px;
}
.info-list a:hover { color: var(--accent); }

/* ============ SERVICES (kept for inner pages) ============ */
.services {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.svc {
  position: relative; padding: 40px 36px 36px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 420ms cubic-bezier(.2,.7,.2,1), border-color 280ms ease;
  min-height: 460px;
  display: flex; flex-direction: column;
}
.svc:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.svc .num {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em;
  color: var(--accent); margin-bottom: 28px;
}
.svc h3 {
  font-family: var(--font); font-weight: 500;
  font-size: 26px; letter-spacing: -0.01em; margin: 0 0 16px;
}
.svc p { color: var(--text-dim); font-size: 15px; margin: 0 0 28px; flex: 1; }
.svc .more {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase;
  color: var(--accent);
  padding-bottom: 6px; border-bottom: 1px solid var(--line-strong);
  width: fit-content;
  transition: gap 240ms ease, border-color 240ms ease;
}
.svc:hover .more { gap: 16px; border-color: var(--accent); }

.f-list { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 14px; }
.f-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: var(--text); }
.f-list .check {
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent); color: var(--bf-ink);
  display: grid; place-items: center; margin-top: 2px;
}

/* ============ FOOTER ============ */
footer.site {
  background: var(--bf-ink);
  padding: 110px var(--pad) 40px;
  border-top: 1px solid var(--line);
}
.foot-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.8fr 1fr 1fr;
  gap: 56px;
}
.foot h4 {
  font-size: 12px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase;
  color: var(--accent); font-weight: 500;
  margin: 0 0 24px;
}
.foot-brand .logo img { height: 32px; margin-bottom: 22px; }
.foot-brand p { color: var(--text-mute); font-size: 14px; max-width: 320px; margin: 0; line-height: 1.6; }
.foot-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.foot-list a, .foot-list span {
  color: var(--text-dim); font-size: 15px;
  transition: color 180ms ease;
  display: inline-flex; align-items: center; gap: 10px;
}
.foot-list a:hover { color: var(--accent); }
.socials { display: flex; gap: 10px; margin-top: 14px; }
.social {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: grid; place-items: center;
  color: var(--text-dim);
  transition: background 220ms, color 220ms, transform 220ms, border-color 220ms;
}
.social:hover { background: var(--accent); color: var(--bf-ink); transform: translateY(-2px); border-color: var(--accent); }

.foot-bottom {
  max-width: var(--max); margin: 80px auto 0;
  padding-top: 28px; border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; color: var(--text-mute);
  flex-wrap: wrap; gap: 16px;
}
.foot-bottom > span { display: inline-flex; gap: 18px; }
.foot-bottom > span > a:hover { color: var(--accent); }
.to-top {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: var(--tr-eyebrow); text-transform: uppercase;
  color: var(--text-dim);
}
.to-top:hover { color: var(--accent); }

/* ============ Reveal ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 800ms ease, transform 800ms cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 90ms; }
.reveal[data-delay="2"] { transition-delay: 180ms; }
.reveal[data-delay="3"] { transition-delay: 270ms; }
.reveal[data-delay="4"] { transition-delay: 360ms; }
.reveal[data-delay="5"] { transition-delay: 450ms; }

/* ============ Responsive ============ */
@media (max-width: 1100px) {
  .projects { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 960px) {
  .menu, .nav-cta { display: none; }
  .burger { display: block; }
  .services { grid-template-columns: 1fr; }
  .outcomes { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .quote-track { grid-template-columns: 100%; }
  .quote-controls { display: flex; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 18px; }
  .about-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-media { max-width: 480px; }
  .coaching .inner { grid-template-columns: 1fr; gap: 24px; }
  .coaching .right { align-items: flex-start; }
  .contact-grid { grid-template-columns: 1fr; }
  .row-2 { grid-template-columns: 1fr; }
  .contact-form, .info-card { padding: 28px; }
  .projects { grid-template-columns: 1fr 1fr; gap: 14px; }
}

@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .step { border-right: 0; }
  .projects { grid-template-columns: 1fr; }
  .mosaic { --cols: 2; }
}

/* ─── Work cards (global) ─────────────────────────────────────────────────── */

.work {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.work:hover .work-thumb { transform: scale(1.03); }
.work--portrait  { aspect-ratio: 9/16; }
.work--landscape { aspect-ratio: 16/9; }
.work-thumb {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1400ms cubic-bezier(.2,.7,.2,1);
  background: var(--bg-card-hi);
}
.work-play {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: clamp(84px,7vw,116px); height: clamp(84px,7vw,116px);
  pointer-events: none; z-index: 2;
}
.work-play img { width: 100%; height: 100%; display: block; }
.work-overlay {
  position: absolute; inset: 0; padding: 22px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), linear-gradient(180deg,rgba(11,11,11,0) 50%,rgba(11,11,11,.85) 100%);
  color: #fff; z-index: 1; pointer-events: none;
}
.work h3 {
  font-family: var(--font); font-weight: 500;
  font-size: 19px; line-height: 1.2; letter-spacing: -.01em;
  margin: 0; color: #fff;
}
.work.is-playing .work-overlay,
.work.is-playing .work-play,
.work.is-playing .work-thumb { display: none; }
.work-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ─── Legal pages (Impressum, Datenschutz) ──────────────────────────────── */

.legal {
  padding: clamp(110px,14vw,180px) var(--pad) clamp(60px,8vw,100px);
  max-width: var(--max);
  margin: 0 auto;
}
.legal-inner {
  max-width: 820px;
}
.legal h1 {
  font-family: var(--font);
  font-weight: 600;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.02em;
  margin: 0 0 32px;
}
.legal h2 {
  font-family: var(--font);
  font-weight: 500;
  font-size: 22px;
  margin: 40px 0 12px;
  letter-spacing: -0.01em;
}
.legal p, .legal address {
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.7;
  font-style: normal;
  margin: 0 0 14px;
}
.legal a { color: #fff; text-decoration: underline; text-decoration-color: var(--line-strong); }
.legal a:hover { text-decoration-color: #fff; }
.legal table { width: 100%; border-collapse: collapse; margin: 16px 0 28px; font-size: 14px; }
.legal table th, .legal table td { padding: 10px 14px; text-align: left; border: 1px solid var(--line); }
.legal table th { font-weight: 400; color: var(--text-dim); background: rgba(255,255,255,.03); }
.legal table td { color: var(--text-dim); }
