/* ============================================================
   JL Unternehmensgruppe — Design System
   Spectral (serif display) · Hanken Grotesk (sans) · IBM Plex Mono (labels)
   ============================================================ */

:root {
  /* Cool neutral surfaces */
  --paper:      oklch(0.988 0.002 250);
  --paper-2:    oklch(0.966 0.004 252);
  --paper-3:    oklch(0.940 0.006 252);

  /* Cool near-black ink */
  --ink:        oklch(0.205 0.020 258);
  --ink-2:      oklch(0.440 0.022 256);
  --ink-3:      oklch(0.600 0.020 256);

  /* Dark surfaces — friendly deep navy */
  --dark:       oklch(0.190 0.036 262);
  --dark-2:     oklch(0.245 0.038 262);
  --dark-line:  oklch(0.340 0.034 262);
  --on-dark:    oklch(0.968 0.005 250);
  --on-dark-2:  oklch(0.790 0.020 250);
  --on-dark-3:  oklch(0.620 0.028 255);

  /* Single accent — confident, trustworthy blue */
  --accent:       oklch(0.520 0.172 258);
  --accent-strong:oklch(0.450 0.180 260);
  --accent-soft:  oklch(0.720 0.130 252);

  /* Hairlines */
  --line:       oklch(0.905 0.006 250);
  --line-2:     oklch(0.860 0.008 250);

  /* Type — editorial serif headlines + grotesque body */
  --serif: "Archivo", system-ui, -apple-system, sans-serif;
  --sans:  "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --mono:  "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;

  /* Rhythm */
  --container: 1280px;
  --gutter: clamp(20px, 5vw, 72px);
  --section-y: clamp(60px, 8vw, 116px);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ============================================================
   THEMES — full palette overrides via html[data-theme]
   ============================================================ */
/* Editorial — warm bone, terracotta accent, magazine feel */
html[data-theme="editorial"] {
  --paper: #f6f1ea; --paper-2: #efe7db; --paper-3: #e6dccd;
  --ink: #2a2320; --ink-2: #5c5048; --ink-3: #877a6f;
  --dark: #241e1b; --dark-2: #2f2823; --dark-line: #463b31;
  --on-dark: #f6f1ea; --on-dark-2: #c9bcab; --on-dark-3: #9a8c7e;
  --accent: #c96f47; --accent-strong: #ad5a35; --accent-soft: #e3a47d;
  --line: #e3d9ca; --line-2: #d6cab7;
}
/* Signal — MBG-style: white, near-black, vivid red accent */
html[data-theme="signal"] {
  --paper: oklch(0.992 0 0); --paper-2: oklch(0.966 0.002 30); --paper-3: oklch(0.935 0.003 30);
  --ink: oklch(0.165 0.004 30); --ink-2: oklch(0.40 0.006 30); --ink-3: oklch(0.57 0.008 30);
  --dark: oklch(0.155 0.004 30); --dark-2: oklch(0.205 0.006 30); --dark-line: oklch(0.30 0.008 30);
  --on-dark: oklch(0.975 0.002 30); --on-dark-2: oklch(0.76 0.006 30); --on-dark-3: oklch(0.56 0.010 30);
  --accent: oklch(0.565 0.214 27); --accent-strong: oklch(0.515 0.222 28); --accent-soft: oklch(0.66 0.195 26);
  --line: oklch(0.90 0.003 30); --line-2: oklch(0.85 0.004 30);
}
/* Mono — crisp modern black & white */
html[data-theme="mono"] {
  --paper: oklch(0.992 0 0); --paper-2: oklch(0.966 0 0); --paper-3: oklch(0.935 0 0);
  --ink: oklch(0.155 0 0); --ink-2: oklch(0.40 0 0); --ink-3: oklch(0.58 0 0);
  --dark: oklch(0.135 0 0); --dark-2: oklch(0.195 0 0); --dark-line: oklch(0.30 0 0);
  --on-dark: oklch(0.975 0 0); --on-dark-2: oklch(0.74 0 0); --on-dark-3: oklch(0.55 0 0);
  --accent: oklch(0.155 0 0); --accent-strong: oklch(0.12 0 0); --accent-soft: oklch(0.99 0 0);
  --line: oklch(0.90 0 0); --line-2: oklch(0.85 0 0);
}
/* Graphite — clean light, indigo accent */
html[data-theme="graphite"] {
  --paper: oklch(0.986 0.002 250); --paper-2: oklch(0.963 0.004 252); --paper-3: oklch(0.935 0.006 252);
  --ink: oklch(0.205 0.012 270); --ink-2: oklch(0.44 0.014 268); --ink-3: oklch(0.60 0.012 268);
  --dark: oklch(0.18 0.013 268); --dark-2: oklch(0.235 0.014 268); --dark-line: oklch(0.34 0.014 268);
  --on-dark: oklch(0.97 0.004 250); --on-dark-2: oklch(0.78 0.010 252); --on-dark-3: oklch(0.61 0.014 255);
  --accent: oklch(0.55 0.20 277); --accent-strong: oklch(0.48 0.21 278); --accent-soft: oklch(0.74 0.14 280);
  --line: oklch(0.905 0.006 250); --line-2: oklch(0.86 0.008 250);
}
/* Emerald — fresh premium light, deep green accent */
html[data-theme="emerald"] {
  --paper: oklch(0.987 0.004 160); --paper-2: oklch(0.962 0.006 162); --paper-3: oklch(0.934 0.008 162);
  --ink: oklch(0.205 0.012 180); --ink-2: oklch(0.43 0.013 175); --ink-3: oklch(0.59 0.012 172);
  --dark: oklch(0.165 0.024 175); --dark-2: oklch(0.22 0.028 175); --dark-line: oklch(0.32 0.028 172);
  --on-dark: oklch(0.96 0.008 160); --on-dark-2: oklch(0.78 0.014 165); --on-dark-3: oklch(0.60 0.016 168);
  --accent: oklch(0.58 0.13 165); --accent-strong: oklch(0.50 0.135 168); --accent-soft: oklch(0.74 0.10 165);
  --line: oklch(0.905 0.007 160); --line-2: oklch(0.86 0.009 160);
}
/* Plum — refined light, magenta-plum accent */
html[data-theme="plum"] {
  --paper: oklch(0.986 0.004 350); --paper-2: oklch(0.962 0.006 350); --paper-3: oklch(0.934 0.008 350);
  --ink: oklch(0.205 0.013 340); --ink-2: oklch(0.43 0.014 340); --ink-3: oklch(0.59 0.012 340);
  --dark: oklch(0.18 0.030 345); --dark-2: oklch(0.235 0.034 345); --dark-line: oklch(0.34 0.030 343);
  --on-dark: oklch(0.96 0.006 350); --on-dark-2: oklch(0.78 0.012 348); --on-dark-3: oklch(0.61 0.016 346);
  --accent: oklch(0.55 0.17 350); --accent-strong: oklch(0.47 0.18 352); --accent-soft: oklch(0.73 0.12 350);
  --line: oklch(0.905 0.007 350); --line-2: oklch(0.86 0.009 350);
}
/* Obsidian — bold full-dark, warm amber accent */
html[data-theme="obsidian"] {
  --paper: oklch(0.205 0.008 70); --paper-2: oklch(0.245 0.009 70); --paper-3: oklch(0.285 0.010 70);
  --ink: oklch(0.95 0.006 85); --ink-2: oklch(0.78 0.010 80); --ink-3: oklch(0.62 0.012 75);
  --dark: oklch(0.155 0.007 70); --dark-2: oklch(0.205 0.008 70); --dark-line: oklch(0.32 0.010 72);
  --on-dark: oklch(0.95 0.006 85); --on-dark-2: oklch(0.78 0.010 80); --on-dark-3: oklch(0.60 0.012 75);
  --accent: oklch(0.74 0.125 68); --accent-strong: oklch(0.80 0.115 72); --accent-soft: oklch(0.82 0.105 74);
  --line: oklch(0.33 0.010 72); --line-2: oklch(0.40 0.011 72);
}
/* Midnight — full-dark blue-teal, ice accent */
html[data-theme="midnight"] {
  --paper: oklch(0.205 0.030 255); --paper-2: oklch(0.245 0.034 255); --paper-3: oklch(0.285 0.036 255);
  --ink: oklch(0.95 0.010 250); --ink-2: oklch(0.78 0.016 252); --ink-3: oklch(0.62 0.020 255);
  --dark: oklch(0.155 0.030 258); --dark-2: oklch(0.205 0.034 258); --dark-line: oklch(0.33 0.034 258);
  --on-dark: oklch(0.96 0.008 250); --on-dark-2: oklch(0.80 0.016 252); --on-dark-3: oklch(0.62 0.022 255);
  --accent: oklch(0.80 0.125 220); --accent-strong: oklch(0.84 0.115 218); --accent-soft: oklch(0.86 0.10 216);
  --line: oklch(0.33 0.030 258); --line-2: oklch(0.40 0.032 258);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: 0.001em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }

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

/* ---------- Layout primitives ---------- */
.wrap {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--section-y); }

/* ---------- Type scale ---------- */
.display {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.012em;
  font-size: clamp(2.7rem, 7.4vw, 6.1rem);
  text-wrap: balance;
}
.h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  text-wrap: balance;
}
.h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.008em;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  text-wrap: balance;
}
.lead {
  font-size: clamp(1.12rem, 1.7vw, 1.5rem);
  line-height: 1.5;
  color: var(--ink-2);
  letter-spacing: -0.002em;
  text-wrap: pretty;
}
em, .italic { font-style: italic; }
.h2 em, .h3 em, .display em { font-style: italic; color: var(--accent-strong); }
.accent-ink { color: var(--accent-strong); }

/* Kicker / overline label */
.kicker {
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-strong);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.kicker::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--accent);
  display: inline-block;
}
.kicker--plain::before { display: none; }

/* Section header */
.shead { max-width: 60ch; }
.shead .h2 { margin-top: 1.1rem; }
.shead .lead { margin-top: 1.5rem; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(16px, 1.8vw, 26px) var(--gutter);
  color: var(--on-dark);
  transition: background .5s var(--ease), color .5s var(--ease),
              box-shadow .5s var(--ease), padding .4s var(--ease);
}
.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: color-mix(in oklab, var(--paper) 86%, transparent);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line), 0 14px 40px -28px rgba(0,0,0,.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s var(--ease);
}
.nav.is-solid::before { opacity: 1; }
.nav.is-solid {
  color: var(--ink);
  padding-block: clamp(12px, 1.3vw, 18px);
}

.brand { display: flex; align-items: baseline; gap: 0.6rem; }
.brand__mark {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.brand__mark b { font-weight: 600; }
.brand__tag {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: .7;
  white-space: nowrap;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}
.nav__links a {
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  position: relative;
  padding-block: 4px;
  opacity: .82;
  transition: opacity .25s var(--ease);
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.nav__links a:hover { opacity: 1; }
.nav__links a:hover::after { transform: scaleX(1); }

.nav__right { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 22px); }

.lang {
  display: inline-flex;
  align-items: center;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border: 1px solid currentColor;
  border-radius: 999px;
  overflow: hidden;
  opacity: 1;
}
.lang button {
  padding: 6px 13px;
  color: inherit;
  opacity: .62;
  transition: opacity .2s var(--ease), background .3s var(--ease);
}
.lang button:hover { opacity: .9; }
.lang button.is-active { opacity: 1; font-weight: 600; background: color-mix(in oklab, currentColor 24%, transparent); }

/* ---- Back to top ---- */
.to-top {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 0 10px 30px -12px rgba(0,0,0,.5);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease), background .25s var(--ease);
  z-index: 80;
}
.to-top svg { width: 18px; height: 18px; }
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--accent-strong); border-color: var(--accent-strong); }
@media print { .to-top { display: none; } }

.nav__cta {
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  padding: 9px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  transition: background .3s var(--ease), color .3s var(--ease);
}
.nav__cta:hover { background: currentColor; }
.nav.is-solid .nav__cta:hover { color: var(--paper); }
.nav:not(.is-solid) .nav__cta:hover { color: var(--dark); }

.nav__burger { display: none; width: 26px; height: 16px; position: relative; }
.nav__burger span { position: absolute; left: 0; width: 100%; height: 1.5px; background: currentColor; transition: .3s var(--ease); }
.nav__burger span:nth-child(1) { top: 0; }
.nav__burger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.nav__burger span:nth-child(3) { bottom: 0; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  background: var(--dark);
  color: var(--on-dark);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(to right, var(--dark-line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--dark-line) 1px, transparent 1px);
  background-size: clamp(80px, 9vw, 130px) clamp(80px, 9vw, 130px);
  opacity: .16;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(125% 100% at 78% 8%, #000 28%, transparent 78%);
  mask-image: radial-gradient(125% 100% at 78% 8%, #000 28%, transparent 78%);
}
.hero__glow {
  position: absolute;
  z-index: -2;
  width: 70vw; height: 70vw;
  top: -28vw; right: -16vw;
  background: radial-gradient(circle, color-mix(in oklab, var(--accent) 30%, transparent), transparent 64%);
  filter: blur(20px);
  opacity: .3;
  pointer-events: none;
}
.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border: none;
  border-radius: 0;
  background-color: color-mix(in oklab, var(--dark-2) 86%, var(--accent) 8%);
  --stripe: color-mix(in oklab, #fff 6%, transparent);
  animation: heroZoom 1.8s var(--ease) both;
}
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { .hero__media { animation: none; } }
.hero__media::part(empty) { color: var(--on-dark-2); }
.hero__media::part(image) { object-position: center 78%; }
.hero__media::part(ring) { border-color: var(--dark-line); }
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, color-mix(in oklab, var(--dark) 90%, transparent) 0%, color-mix(in oklab, var(--dark) 56%, transparent) 44%, color-mix(in oklab, var(--dark) 30%, transparent) 100%),
    linear-gradient(0deg, var(--dark) 2%, color-mix(in oklab, var(--dark) 30%, transparent) 22%, transparent 44%),
    linear-gradient(180deg, color-mix(in oklab, var(--dark) 55%, transparent) 0%, transparent 22%);
}
@media (max-width: 760px) {
  .hero__scrim {
    background:
      linear-gradient(0deg, var(--dark) 6%, color-mix(in oklab, var(--dark) 60%, transparent) 46%, color-mix(in oklab, var(--dark) 40%, transparent) 100%),
      linear-gradient(180deg, color-mix(in oklab, var(--dark) 55%, transparent) 0%, transparent 24%);
  }
}
.hero__inner {
  width: 100%;
  padding-bottom: clamp(54px, 7vw, 110px);
  padding-top: clamp(120px, 16vh, 200px);
  max-width: 1100px;
}
.hero__kicker { color: var(--accent-soft); margin-bottom: clamp(22px, 3vw, 40px); }
.hero__kicker::before { background: var(--accent-soft); }
.hero .display { color: var(--on-dark); font-size: clamp(2.8rem, 8vw, 6.4rem); font-weight: 500; letter-spacing: -0.014em; line-height: 1.0; text-transform: none; text-shadow: 0 1px 24px rgba(0,0,0,.35); }
.hero .display .ln { display: block; overflow: hidden; }
.hero .display .ln > span {
  display: block;
  transform: translateY(106%);
  animation: heroRise 1.05s var(--ease) forwards;
}
.hero .display .ln:nth-child(2) > span { animation-delay: .12s; }
.hero .display .ln:nth-child(3) > span { animation-delay: .24s; }
@keyframes heroRise { to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .hero .display .ln > span { transform: none; animation: none; }
}
.hero .display em { color: var(--accent-soft); font-style: italic; }

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: clamp(30px, 4vw, 50px);
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--on-dark);
  opacity: 0;
  animation: heroFade 1s var(--ease) .8s forwards;
}
.hero__cta .dot {
  display: inline-grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--accent-soft);
  color: var(--accent-soft);
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}
.hero__cta:hover .dot { background: var(--accent); color: var(--on-dark); border-color: var(--accent); transform: translateY(3px); }
@media (prefers-reduced-motion: reduce) { .hero__cta { opacity: 1; animation: none; } }

.hero__sub {
  margin-top: clamp(26px, 3.4vw, 46px);
  max-width: 52ch;
  color: var(--on-dark-2);
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  line-height: 1.55;
  text-shadow: 0 1px 20px rgba(0,0,0,.4);
  opacity: 0;
  animation: heroFade 1s var(--ease) .5s forwards;
}
.hero__sectors {
  margin-top: clamp(34px, 4.5vw, 60px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  opacity: 0;
  animation: heroFade 1s var(--ease) .68s forwards;
}
.hero__sectors span {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--on-dark-2);
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  padding: 7px 15px;
}
@keyframes heroFade { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .hero__sub, .hero__sectors { opacity: 1; animation: none; }
}

.scrollcue {
  position: absolute;
  bottom: clamp(20px, 3vw, 34px);
  right: var(--gutter);
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--on-dark-3);
  z-index: 1;
}
.scrollcue__line { position: relative; width: 1px; height: 46px; background: var(--dark-line); overflow: hidden; }
.scrollcue__line::after {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 40%;
  background: var(--accent-soft);
  animation: cueDrop 1.9s var(--ease) infinite;
}
@keyframes cueDrop { 0% { transform: translateY(-100%); } 60%,100% { transform: translateY(250%); } }

/* ============================================================
   INTRO / ÜBER UNS
   ============================================================ */
.intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 5vw, 80px);
  align-items: start;
}
@media (min-width: 900px) {
  .intro__grid { grid-template-columns: 0.85fr 1fr; }
}
.intro__statement {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.intro__statement em { color: var(--accent-strong); font-style: italic; }
.intro__body p + p { margin-top: 1.3rem; color: var(--ink-2); }
.intro__sign {
  margin-top: 2.2rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--ink-3);
}

/* ============================================================
   KENNZAHLEN / STATS
   ============================================================ */
.stats {
  background: var(--paper-2);
  color: var(--ink);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (min-width: 760px) { .stats__grid { grid-template-columns: repeat(3, 1fr); } }
.stat {
  background: var(--paper);
  padding: clamp(28px, 3.4vw, 48px) clamp(22px, 2.6vw, 38px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stat__num {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.028em;
  color: var(--accent-strong);
  display: flex;
  align-items: baseline;
  gap: 0.08em;
}
.stat__num .suf { color: var(--accent); font-size: 0.55em; }
.stat__label { color: var(--ink-2); font-size: 0.95rem; line-height: 1.4; }

/* ============================================================
   GESCHÄFTSBEREICHE / FIRMS
   ============================================================ */
.firms__intro { margin-bottom: clamp(26px, 4vw, 52px); }

.firm {
  display: block;
  padding-block: clamp(20px, 2.4vw, 30px);
  border-top: 1px solid var(--line);
}
.firm:last-of-type { border-bottom: 1px solid var(--line); }

/* ---- Compact disclosure summary ---- */
.firm__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: clamp(9px, 1.1vw, 13px);
  outline: none;
}
.firm__summary::-webkit-details-marker { display: none; }
.firm__summary:focus-visible { outline: 2px solid var(--accent-strong); outline-offset: 6px; border-radius: 4px; }
.firm__meta {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.firm__meta .firm__num,
.firm__meta .firm__sector { margin: 0; }
.firm__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}
@media (max-width: 560px) {
  .firm__title-row { gap: 12px; }
  .firm__title-row .firm__name { flex: 1 1 100%; }
  .firm__logo { height: 34px; }
}
.firm__title-row .firm__name { margin: 0; max-width: 34ch; }
.firm__title-row .firm__logo { margin: 0; flex-shrink: 0; }
.firm__summary .firm__lead { margin: 0; max-width: 80ch; }
.firm__tagrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 2px;
}
.firm__tagrow .firm__tags { margin: 0; }
.firm__toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  white-space: nowrap;
  transition: color .25s var(--ease);
}
.firm__summary:hover .firm__toggle { color: var(--ink); }
.firm__toggle-ic {
  position: relative;
  width: 28px; height: 28px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  flex-shrink: 0;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.firm__toggle-ic::before, .firm__toggle-ic::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 10px; height: 1.5px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: opacity .25s var(--ease);
}
.firm__toggle-ic::after { transform: translate(-50%, -50%) rotate(90deg); }
.firm__summary:hover .firm__toggle-ic { border-color: var(--ink-3); }
.firm[open] .firm__toggle-ic { background: var(--ink); border-color: var(--ink); }
.firm[open] .firm__toggle-ic::after { opacity: 0; }
.firm[open] .firm__toggle-ic::before { background: var(--paper); }

/* ---- Expanded content ---- */
.firm__expand {
  display: grid;
  gap: clamp(20px, 2.6vw, 34px);
  margin-top: clamp(20px, 2.4vw, 30px);
  padding-top: clamp(20px, 2.4vw, 30px);
  border-top: 1px solid var(--line);
  animation: firmExpand .42s var(--ease);
}
@keyframes firmExpand { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (min-width: 860px) {
  .firm__expand { grid-template-columns: 0.85fr 1.15fr; align-items: start; }
  .firm__expand .firm__subs { grid-column: 1 / -1; }
}
.firm__expand .firm__media { margin-top: 0; height: clamp(180px, 18vw, 240px); }
.firm__expand .firm__detail { margin-top: 0; }
.firm__expand .firm__link { margin-top: clamp(18px, 2vw, 24px); }
.firm__expand .firm__subs { margin-top: 0; border-top: 0; padding-top: 0; }
.firm__head { position: relative; }
@media (min-width: 940px) {
  .firm__head { position: sticky; top: clamp(96px, 12vh, 140px); }
}
.firm__num {
  font-family: var(--mono);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: var(--accent-strong);
}
.firm__sector {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.firm__name { margin-top: 1.1rem; max-width: 16ch; }
.firm__logo {
  display: inline-flex;
  align-items: center;
  height: 42px;
}
.firm__logo img { height: 100%; width: auto; max-width: 200px; object-fit: contain; display: block; }
.firm__media {
  margin-top: clamp(16px, 2vw, 26px);
  width: 100%;
  height: clamp(180px, 19vw, 270px);
}
.firm__body { padding-top: 0.3rem; }
.firm__lead {
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.55;
  color: var(--ink-2);
  text-wrap: pretty;
  max-width: 46ch;
}
.firm__detail {
  margin-top: 0.85rem;
  font-size: clamp(0.98rem, 1.15vw, 1.06rem);
  line-height: 1.65;
  color: var(--ink-3);
  text-wrap: pretty;
  max-width: 50ch;
}
.firm__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: clamp(22px, 2.6vw, 32px);
  font-family: var(--mono);
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 5px;
  transition: color .25s var(--ease), gap .25s var(--ease);
}
.firm__link:hover { color: var(--accent-strong); gap: 15px; }
.firm__link .arr { color: var(--accent-strong); }
.firm__tags {
  margin-top: clamp(16px, 2vw, 24px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.firm__tags li {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: var(--ink-2);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 7px 14px;
  background: var(--paper);
}
.firm__brands {
  margin-top: clamp(28px, 3.4vw, 44px);
  border-top: 1px solid var(--line);
  padding-top: clamp(22px, 2.6vw, 30px);
}
.firm__feature {
  margin-top: 0;
  display: grid;
  grid-template-columns: 104px 1fr;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper);
}
@media (min-width: 560px) { .firm__feature { grid-template-columns: 150px 1fr; } }
.firm__feature-media { position: relative; min-height: 96px; }
.firm__feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.firm__feature-body {
  padding: clamp(13px, 1.5vw, 18px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.firm__feature-label {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-strong);
  margin-bottom: 7px;
}
.firm__feature-title {
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
}
.firm__feature-text {
  font-size: clamp(0.88rem, 1vw, 0.95rem);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 62ch;
}
/* Unified sub-item stack (brands, editorial, club, partnerships) */
.firm__subs {
  margin-top: clamp(22px, 2.6vw, 32px);
  border-top: 1px solid var(--line);
  padding-top: clamp(18px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vw, 16px);
}
.firm__subs .firm__feature { margin-top: 0; }
/* Link variant */
a.firm__feature { color: inherit; text-decoration: none; transition: border-color .3s var(--ease); }
a.firm__feature:hover { border-color: var(--ink-3); }
a.firm__feature .firm__feature-media img { transition: transform .5s var(--ease); }
a.firm__feature:hover .firm__feature-media img { transform: scale(1.04); }
/* Logo media variant — centred wordmark on a clean panel */
.firm__feature-media--logo { background: #fff; display: grid; place-items: center; padding: 14px; }
.firm__feature-media--logo.is-dark { background: #121212; }
.firm__feature-media--logo img { position: static; inset: auto; width: auto; height: auto; max-width: 84%; max-height: 52px; object-fit: contain; margin: auto; }
/* Inline link cue inside body */
.firm__feature-link {
  margin-top: clamp(10px, 1.2vw, 14px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color .25s var(--ease), gap .25s var(--ease);
}
.firm__feature-link .arr { color: var(--accent-strong); }
a.firm__feature:hover .firm__feature-link { color: var(--accent-strong); gap: 14px; }
.firm__brands-label {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 16px;
}
.brand-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 560px) { .brand-cards { grid-template-columns: repeat(2, 1fr); } }
.brand-card {
  border: 1px solid var(--line-2);
  border-radius: 14px;
  padding: 18px 20px;
  background: var(--paper);
  transition: border-color .3s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
}
a.brand-card { display: block; text-decoration: none; color: inherit; position: relative; }
.brand-card--link::after {
  content: "↗";
  position: absolute;
  top: 16px;
  right: 18px;
  font-family: var(--mono);
  font-size: 0.95rem;
  color: var(--ink-3);
  transition: color .25s var(--ease), transform .25s var(--ease);
}
.brand-card--link:hover::after { color: var(--accent-strong); transform: translate(2px, -2px); }
.brand-card--link .brand-card__name { padding-right: 26px; }
.brand-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -30px rgba(0,0,0,.5);
}
.brand-card__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
}
.brand-card__logo {
  display: inline-flex;
  align-items: center;
  height: 34px;
  margin-bottom: 14px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: 9px;
}
.brand-card__logo img { height: 100%; width: auto; max-width: 150px; object-fit: contain; display: block; }
.brand-card__logo--dark { background: #121212; border-color: #2a2a2a; }
.brand-card__desc { margin-top: 6px; font-size: 0.92rem; color: var(--ink-2); line-height: 1.45; }
.brand-card__media {
  margin: -18px -20px 14px;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.brand-card__media img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s var(--ease);
}
.brand-card--link:hover .brand-card__media img { transform: scale(1.04); }

/* ============================================================
   EIGENE SOFTWARE / PRODUKTE
   ============================================================ */
.products { background: var(--paper-2); }
.products__lead {
  margin-top: clamp(18px, 2vw, 26px);
  max-width: 62ch;
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  line-height: 1.6;
  color: var(--ink-2);
  text-wrap: pretty;
}
.products__grid {
  margin-top: clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
}
@media (min-width: 760px) { .products__grid { grid-template-columns: repeat(3, 1fr); } }
/* ---- Single "Mehr erfahren" disclosure around the grid ---- */
.products__reveal { margin-top: clamp(22px, 3vw, 38px); }
.products__reveal-btn {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  outline: none;
  transition: color .25s var(--ease);
}
.products__reveal-btn::-webkit-details-marker { display: none; }
.products__reveal-btn:hover { color: var(--accent-strong); }
.products__reveal-btn:focus-visible { outline: 2px solid var(--accent-strong); outline-offset: 6px; border-radius: 4px; }
.products__reveal-ic {
  position: relative;
  width: 30px; height: 30px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  flex-shrink: 0;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.products__reveal-ic::before, .products__reveal-ic::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 11px; height: 1.5px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: opacity .25s var(--ease), background .25s var(--ease);
}
.products__reveal-ic::after { transform: translate(-50%, -50%) rotate(90deg); }
.products__reveal-btn:hover .products__reveal-ic { border-color: var(--ink-3); }
.products__reveal[open] .products__reveal-ic { background: var(--ink); border-color: var(--ink); }
.products__reveal[open] .products__reveal-ic::after { opacity: 0; }
.products__reveal[open] .products__reveal-ic::before { background: var(--paper); }
.products__reveal[open] .products__grid {
  margin-top: clamp(22px, 2.6vw, 34px);
  animation: firmExpand .42s var(--ease);
}

/* ---- Static product cards (revealed) ---- */
.product-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line-2);
  border-radius: 10px;
  padding: clamp(24px, 2.4vw, 34px);
  text-decoration: none;
  color: inherit;
  transition: border-color .3s var(--ease);
}
.product-card:hover { border-color: var(--ink-3); }
.product-card__cat {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-strong);
}
.product-card__name {
  display: block;
  margin-top: 12px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  letter-spacing: -0.02em;
}
.product-card__desc {
  margin-top: 14px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ink-2);
  text-wrap: pretty;
}
.product-card__feats {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
  padding: 0;
}
.product-card__feats li {
  position: relative;
  padding-left: 20px;
  font-family: var(--mono);
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  color: var(--ink-2);
}
.product-card__feats li::before { content: "→"; position: absolute; left: 0; color: var(--accent-strong); }
.product-card__link {
  margin-top: auto;
  padding-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  transition: gap .25s var(--ease), color .25s var(--ease);
}
.product-card:hover .product-card__link { gap: 15px; color: var(--accent-strong); }
.product-card__link .arr { color: var(--accent-strong); }

/* ============================================================
   TEAM & KULTUR
   ============================================================ */
.team { background: var(--paper-2); }
.team__lead {
  margin-top: clamp(18px, 2vw, 26px);
  max-width: 64ch;
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  line-height: 1.62;
  color: var(--ink-2);
  text-wrap: pretty;
}
.teamq__grid {
  margin-top: clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 24px);
}
@media (min-width: 760px) { .teamq__grid { grid-template-columns: repeat(3, 1fr); } }
.teamq {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line-2);
  border-radius: 10px;
  padding: clamp(26px, 2.6vw, 36px);
  margin: 0;
}
.teamq__text {
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.5vw, 1.32rem);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: pretty;
}
.teamq__text::before { content: "„"; color: var(--accent); }
.teamq__text::after { content: "“"; color: var(--accent); }
.teamq__person {
  margin-top: auto;
  padding-top: clamp(22px, 2.4vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.teamq__name {
  font-family: var(--mono);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--ink);
}
.teamq__role {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--ink-3);
}

/* ============================================================
   ZUKUNFT & WACHSTUM
   ============================================================ */
.growth__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4.5vw, 64px);
  align-items: center;
}
@media (min-width: 880px) { .growth__layout { grid-template-columns: 1fr 1fr; } }
.growth__title { margin-top: 1.1rem; max-width: 18ch; }
.growth__text {
  margin-top: clamp(18px, 2.2vw, 28px);
  max-width: 48ch;
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  line-height: 1.62;
  color: var(--ink-2);
  text-wrap: pretty;
}
.growth__text + .growth__text { margin-top: 1.1rem; }
.growth__points {
  margin-top: clamp(24px, 2.8vw, 36px);
  display: flex;
  flex-direction: column;
  counter-reset: gp;
  border-top: 1px solid var(--line);
}
.growth__point {
  position: relative;
  display: grid;
  grid-template-columns: 2.2rem minmax(7.5rem, max-content) 1fr;
  align-items: baseline;
  gap: 6px 20px;
  padding: clamp(16px, 1.8vw, 22px) 0 clamp(16px, 1.8vw, 22px) 6px;
  border-bottom: 1px solid var(--line);
  counter-increment: gp;
  transition: padding-left .35s var(--ease), background .35s var(--ease);
}
.growth__point::before {
  content: counter(gp, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--ink-3);
  transition: color .35s var(--ease);
}
.growth__point::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--accent-strong);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .4s var(--ease);
}
.growth__point:hover { padding-left: 16px; }
.growth__point:hover::after { transform: scaleY(1); }
.growth__point:hover::before { color: var(--accent-strong); }
.growth__point-k {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-strong);
  white-space: nowrap;
}
.growth__point-v {
  color: var(--ink);
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.5;
  text-wrap: pretty;
}
@media (max-width: 560px) {
  .growth__point {
    grid-template-columns: 2rem 1fr;
    row-gap: 4px;
  }
  .growth__point-k { grid-column: 2; }
  .growth__point-v { grid-column: 2; }
}
.growth__figure {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line-2);
}
.growth__figure::part(image) { object-fit: cover; }

/* ============================================================
   IMAGE PLACEHOLDER (shared look for <image-slot> & static)
   ============================================================ */
image-slot, .ph {
  --stripe: color-mix(in oklab, var(--ink) 6%, transparent);
  background-color: var(--paper-2);
  background-image: repeating-linear-gradient(
    -45deg, transparent, transparent 9px, var(--stripe) 9px, var(--stripe) 10px);
  border: 1px solid var(--line-2);
  border-radius: 14px;
  position: relative;
  display: block;
}
.ph {
  display: grid;
  place-items: center;
}
.ph__cap, image-slot::part(placeholder) {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--ink-3);
  text-transform: uppercase;
}

/* ============================================================
   STATEMENT BAND (full-bleed cinematic)
   ============================================================ */
.band { overflow: hidden; position: relative; isolation: isolate; background: var(--dark); color: var(--on-dark); }
.band__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4.5vw, 64px);
  align-items: center;
}
@media (min-width: 860px) {
  .band__layout { grid-template-columns: 1fr 1fr; }
  .band__figure {
    --bleed: calc(max(0px, (100vw - var(--container)) / 2) + var(--gutter));
    width: calc(100% + var(--bleed));
  }
}
.band__figure { position: relative; }
.band__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1491 / 2010;
  height: auto;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
  --stripe: color-mix(in oklab, #fff 6%, transparent);
}
.band__media::part(image) { object-fit: cover; object-position: center; }
.band__media::part(empty) { color: var(--on-dark-2); }
.band__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(60deg, var(--dark) 2%, color-mix(in oklab, var(--dark) 64%, transparent) 36%, transparent 78%),
    linear-gradient(0deg, var(--dark) 2%, transparent 46%);
}
.band__inner {
  width: 100%;
  color: var(--on-dark);
  align-self: center;
  padding-block: clamp(24px, 3vw, 48px);
}
.band__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.1rem, 4.4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.026em;
  margin-top: 1.1rem;
  max-width: 16ch;
  text-wrap: balance;
}
.band__text {
  margin-top: clamp(18px, 2.2vw, 28px);
  max-width: 46ch;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.62;
  color: var(--on-dark-2);
  text-wrap: pretty;
}
.band .kicker { color: var(--accent-soft); }
.band .kicker::before { background: var(--accent-soft); }

/* ============================================================
   LEADERSHIP QUOTE
   ============================================================ */
.quote-sec { background: var(--paper-2); }
.quote__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (min-width: 860px) { .quote__grid { grid-template-columns: 0.62fr 1fr; } }
.quote__portrait {
  width: 100%;
  height: clamp(360px, 38vw, 520px);
  max-width: 420px;
}
@media (max-width: 860px) {
  .quote__portrait {
    height: auto;
    aspect-ratio: 973 / 1616;
    max-width: 300px;
    margin: 0 auto;
  }
}
.quote__text {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
  text-wrap: balance;
}
.quote__text::before { content: "„"; color: var(--accent); }
.quote__text::after { content: "“"; color: var(--accent); }
.quote__name {
  margin-top: clamp(22px, 2.6vw, 34px);
  font-family: var(--mono);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: var(--ink);
  font-weight: 600;
}
.quote__role {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: var(--ink-3);
  max-width: 42ch;
}
.quote__note {
  margin-top: clamp(24px, 3vw, 38px);
  padding-top: clamp(22px, 2.6vw, 32px);
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 1.05em;
  max-width: 62ch;
}
.quote__note p {
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.66;
  color: var(--ink-2);
}
.quote__note p:first-child { color: var(--ink); }

/* ============================================================
   PARTNER / REFERENZEN (logo wall)
   ============================================================ */
.logos__head { margin-bottom: clamp(34px, 4vw, 56px); }
.logos__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (min-width: 640px) { .logos__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 980px) { .logos__grid { grid-template-columns: repeat(5, 1fr); } }
.logo {
  background: var(--paper);
  height: clamp(96px, 11vw, 132px);
  border: none;
  border-radius: 0;
  --stripe: color-mix(in oklab, var(--ink) 5%, transparent);
}
.logo::part(empty) { color: var(--ink-3); font-size: 0.66rem; }

/* ============================================================
   WERTE / VALUES
   ============================================================ */
.values { background: var(--paper-2); }
.values__grid {
  margin-top: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 720px) { .values__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .values__grid { grid-template-columns: repeat(3, 1fr); } }
.value {
  background: var(--paper);
  padding: clamp(26px, 2.8vw, 40px) clamp(22px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 230px;
}
.value__idx {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  color: var(--accent-strong);
}
.value__title { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; letter-spacing: -0.014em; margin-top: auto; }
.value__text { font-size: 0.95rem; color: var(--ink-2); line-height: 1.5; }

/* ============================================================
   HISTORIE / TIMELINE
   ============================================================ */
.timeline { position: relative; margin-top: clamp(44px, 5vw, 80px); }
.timeline__track {
  position: absolute;
  left: 7px; top: 6px; bottom: 6px;
  width: 1px;
  background: var(--line);
}
@media (min-width: 820px) { .timeline__track { left: calc(170px + 7px); } }
.timeline__progress {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  background: var(--accent);
  height: 0;
  transition: height .15s linear;
}
.tl {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 0;
  padding-left: 38px;
  padding-block: clamp(18px, 2.2vw, 30px);
}
@media (min-width: 820px) {
  .tl { grid-template-columns: 170px 1fr; padding-left: 0; gap: 0 56px; }
}
.tl__dot {
  position: absolute;
  left: 0; top: clamp(22px, 2.6vw, 34px);
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  transition: border-color .4s var(--ease), background .4s var(--ease), transform .4s var(--ease);
}
@media (min-width: 820px) { .tl__dot { left: 170px; } }
.tl.is-in .tl__dot { border-color: var(--accent); background: var(--accent); transform: scale(1.15); }
.tl__phase {
  font-family: var(--mono);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding-top: 2px;
}
.tl.is-in .tl__phase { color: var(--accent-strong); }
.tl__title { font-family: var(--serif); font-weight: 600; font-size: clamp(1.3rem, 2vw, 1.7rem); letter-spacing: -0.016em; }
.tl__text { margin-top: 8px; color: var(--ink-2); max-width: 52ch; }

/* ============================================================
   STANDORTE
   ============================================================ */
.places { background: var(--dark); color: var(--on-dark); }
.places__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 4vw, 64px);
  align-items: center;
}
@media (min-width: 940px) { .places__grid { grid-template-columns: 1fr 1fr; } }
.places .shead .h2, .places .lead { color: var(--on-dark); }
.places .lead { color: var(--on-dark-2); }
.places .kicker { color: var(--accent-soft); }
.places .kicker::before { background: var(--accent-soft); }
.places__list { margin-top: clamp(30px, 3.6vw, 48px); }
.place {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-block: clamp(16px, 1.8vw, 22px);
  border-top: 1px solid var(--dark-line);
}
.place:last-child { border-bottom: 1px solid var(--dark-line); }
.place__name { font-family: var(--serif); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.2rem); letter-spacing: -0.018em; }
.place__meta { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-dark-3); margin-left: auto; text-align: right; }
.places__map { width: 100%; aspect-ratio: 4/5; --stripe: color-mix(in oklab, #fff 7%, transparent); background-color: var(--dark-2); border-color: var(--dark-line); }
.places__map .ph__cap { color: var(--on-dark-3); }

/* Stylised locations map */
.geomap {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--dark-line);
  border-radius: 14px;
  background:
    radial-gradient(120% 90% at 78% 12%, color-mix(in oklab, var(--accent) 22%, transparent), transparent 60%),
    var(--dark-2);
  overflow: hidden;
  position: relative;
}
.geomap svg { width: 100%; height: 100%; display: block; }
.geomap__grid line { stroke: var(--dark-line); stroke-width: 1; opacity: .5; }
.geomap__link { stroke: var(--accent-soft); stroke-width: 1.4; stroke-dasharray: 4 5; opacity: .55; fill: none; }
.geomap__dot { fill: var(--accent); }
.geomap__halo { fill: none; stroke: var(--accent-soft); stroke-width: 1.5; animation: geoPulse 2.6s var(--ease) infinite; }
.geomap__dot--main { fill: var(--accent-soft); }
.geomap__label { fill: var(--on-dark); font-family: var(--serif); font-weight: 600; font-size: 19px; letter-spacing: -0.01em; }
.geomap__meta { fill: var(--on-dark-3); font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; }
@keyframes geoPulse { 0% { r: 6; opacity: .7; } 70%,100% { r: 22; opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .geomap__halo { animation: none; opacity: 0; } }
.reduce-fx .geomap__halo { animation: none; opacity: 0; }

/* ============================================================
   KARRIERE / CTA
   ============================================================ */
.cta__inner {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(40px, 6vw, 88px) clamp(28px, 5vw, 80px);
  background:
    radial-gradient(120% 140% at 100% 0%, color-mix(in oklab, var(--accent-soft) 30%, transparent), transparent 55%),
    var(--paper-2);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 3vw, 40px);
  align-items: end;
}
@media (min-width: 860px) { .cta__inner { grid-template-columns: 1.4fr 1fr; } }
.cta__title { margin-top: 1rem; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-start; }
@media (min-width: 860px) { .cta__actions { justify-content: flex-end; } }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: transform .35s var(--ease), background .3s var(--ease), color .3s var(--ease), box-shadow .35s var(--ease);
}
.btn--primary { background: var(--ink); color: var(--paper); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -20px rgba(0,0,0,.6); }
.btn--ghost { border: 1px solid var(--ink); color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn__arrow { transition: transform .35s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ============================================================
   KONTAKT
   ============================================================ */
.contact { background: var(--dark); color: var(--on-dark); }
.contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(36px, 5vw, 72px);
}
@media (min-width: 880px) { .contact__grid { grid-template-columns: 1fr 1fr; } }
.contact .kicker { color: var(--accent-soft); }
.contact .kicker::before { background: var(--accent-soft); }
.contact__title { color: var(--on-dark); margin-top: 1rem; }
.contact__lead { color: var(--on-dark-2); margin-top: 1.4rem; max-width: 42ch; }
.contact__rows { display: grid; gap: 0; }
.crow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding-block: clamp(16px, 1.8vw, 22px);
  border-top: 1px solid var(--dark-line);
}
@media (min-width: 520px) { .crow { grid-template-columns: 130px 1fr; gap: 18px; align-items: baseline; } }
.crow:last-child { border-bottom: 1px solid var(--dark-line); }
.crow__k { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--on-dark-3); }
.crow__v { font-size: 1.05rem; color: var(--on-dark); }
.crow__v a { border-bottom: 1px solid var(--dark-line); transition: border-color .3s var(--ease); }
.crow__v a:hover { border-color: var(--accent-soft); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--dark); color: var(--on-dark-2); border-top: 1px solid var(--dark-line); }
.footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 4vw, 60px);
  padding-block: clamp(48px, 6vw, 80px);
}
@media (min-width: 760px) { .footer__top { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer__brand .brand__mark { color: var(--on-dark); }
.footer__desc { margin-top: 1.2rem; max-width: 34ch; font-size: 0.95rem; line-height: 1.5; }
.footer__col h4 { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--on-dark-3); font-weight: 500; margin-bottom: 16px; }
.footer__col li { margin-bottom: 10px; }
.footer__col a { font-size: 0.95rem; opacity: .85; transition: opacity .25s var(--ease), color .25s; }
.footer__col a:hover { opacity: 1; color: var(--accent-soft); }
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: space-between;
  align-items: center;
  padding-block: 26px;
  border-top: 1px solid var(--dark-line);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--on-dark-3);
}
.footer__legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer__legal a:hover { color: var(--accent-soft); }

/* ============================================================
   LEGAL PAGES (Impressum / Datenschutz)
   ============================================================ */
.legal-nav {
  position: static;
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.legal-nav .nav__cta { white-space: nowrap; }
.legal-page { background: var(--paper); }
.legal {
  padding-block: clamp(56px, 7vw, 110px);
  background: var(--paper);
  color: var(--ink);
  min-height: 64vh;
}
.legal__inner { max-width: 760px; }
.legal h1 { margin-top: 1rem; }
.legal__updated {
  margin-top: 1.1rem;
  font-family: var(--mono);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--ink-3);
}
.legal__block { margin-top: clamp(30px, 3.6vw, 50px); }
.legal__block h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  letter-spacing: -0.015em;
  margin-bottom: 0.8rem;
}
.legal__block h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.12rem;
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
}
.legal__block p, .legal__block li { color: var(--ink-2); line-height: 1.7; }
.legal__block p + p { margin-top: 0.9rem; }
.legal__block ul { margin-top: 0.7rem; padding-left: 1.1rem; list-style: disc; }
.legal__block li { margin-bottom: 0.4rem; }
.legal__block strong { color: var(--ink); font-weight: 600; }
.legal__block a { color: var(--ink); border-bottom: 1px solid var(--line-2); transition: border-color .25s var(--ease); }
.legal__block a:hover { border-color: var(--accent); }
.legal__addr { margin-top: 0.6rem; font-style: normal; line-height: 1.7; color: var(--ink-2); }
.legal__note {
  margin-top: 0.9rem;
  padding: 13px 16px;
  border: 1px dashed var(--line-2);
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--ink-3);
  line-height: 1.6;
}
.legal-foot {
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.legal-foot__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: space-between;
  align-items: center;
  padding-block: 26px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--ink-3);
}
.legal-foot__links { display: flex; gap: 22px; flex-wrap: wrap; }
.legal-foot__links a { transition: color .25s var(--ease); }
.legal-foot__links a:hover { color: var(--ink); }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: calc(var(--i, 0) * 90ms);
  will-change: opacity, transform;
}
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Scroll progress bar */
.progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  z-index: 100;
  pointer-events: none;
}
.reduce-fx .progress { display: none; }

/* ============================================================
   MOBILE NAV
   ============================================================ */
@media (max-width: 1024px) {
  .nav__links {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    background: var(--dark);
    color: var(--on-dark);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .55s var(--ease), opacity .35s var(--ease), visibility .55s var(--ease);
    z-index: 90;
  }
  .nav__links.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav__links a { font-size: 1.4rem; font-family: var(--serif); font-weight: 600; opacity: 1; color: var(--on-dark); }
  .nav__burger { display: block; z-index: 95; }
  .nav.is-menu-open { color: var(--on-dark); }
  .nav.is-menu-open .nav__burger span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
  .nav.is-menu-open .nav__burger span:nth-child(2) { opacity: 0; }
  .nav.is-menu-open .nav__burger span:nth-child(3) { bottom: auto; top: 50%; transform: translateY(-50%) rotate(-45deg); }
  .nav__cta { display: none; }
  body.menu-open { overflow: hidden; }
}

/* ---------- Tweaks-driven states ---------- */
.hide-grid .hero__grid { display: none; }
.reduce-fx .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
.reduce-fx .scrollcue__line::after { animation: none; }
.reduce-fx .hero__sub, .reduce-fx .hero__sectors { animation: none; opacity: 1; }
.reduce-fx .hero .display .ln > span { animation: none; transform: none; }

/* Reduce sticky weirdness on short screens */
@media (max-height: 640px) {
  .hero { min-height: 640px; }
}
