/* ---------- Schriften: lokal gehostet (kein Google-CDN, DSGVO + Performance) ---------- */
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/fraunces-400n.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/fraunces-500n.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/fraunces-600n.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/fraunces-400i.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-style: italic; font-weight: 500; font-display: swap; src: url('fonts/fraunces-500i.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url('fonts/ibm-plex-sans-300n.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/ibm-plex-sans-400n.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/ibm-plex-sans-500n.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/ibm-plex-sans-600n.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/ibm-plex-mono-400n.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/ibm-plex-mono-500n.woff2') format('woff2'); }

/* ============================================================
   machbar. — Tinten-Landingpage („aus Tropfen werden Systeme")
   Palette: Papier-Creme · Indigo-Tinte · Orange-Tinte
   Type: Fraunces (display) / IBM Plex Sans (body) / IBM Plex Mono (labels)
   ============================================================ */

:root {
  /* Light backgrounds (Papier) */
  --paper:   #f6f3ec;
  --paper-2: #efebe0;
  --paper-3: #e7e2d3;

  /* Dark contrast (Indigo-Tinte) */
  --forest:    #1a2547;   /* tiefes Indigo (Var-Name historisch) */
  --forest-2:  #131c38;

  /* Ink on light (Indigo) */
  --ink:       #1a2340;
  --ink-soft:  rgba(26, 35, 64, 0.74);
  --ink-dim:   rgba(26, 35, 64, 0.48);

  /* Ink on dark (Papier-Ton) */
  --linen:      #f2efe4;
  --linen-soft: rgba(242, 239, 228, 0.74);
  --linen-dim:  rgba(242, 239, 228, 0.45);

  /* Orange-Tinte (Var-Name historisch „brass") */
  --brass:       #c65a14;   /* on light */
  --brass-hi:    #ea7c2e;   /* on dark */
  --brass-deep:  #a34a0f;
  --brass-glow:  rgba(226, 118, 43, 0.35);

  --line:       rgba(26, 35, 64, 0.14);
  --line-2:     rgba(26, 35, 64, 0.08);
  --line-dark:  rgba(242, 239, 228, 0.14);
  --line-dark2: rgba(242, 239, 228, 0.08);

  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans:  'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --mono:  'IBM Plex Mono', 'SFMono-Regular', monospace;

  --wrap: 1180px;
  --gutter: clamp(20px, 5vw, 64px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-weight: 400;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

::selection { background: var(--brass); color: var(--paper); }

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

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

.dot { color: var(--brass); }

/* ---------- Interaktive Tinten-Ebene (GPU-Fluid) ---------- */
.fluid {
  position: fixed; inset: 0; z-index: 60;
  width: 100%; height: 100%;
  pointer-events: none;
}
@media (pointer: coarse) { .fluid { display: none; } }

/* ---------- Overlays: grain, scroll progress, cursor light ---------- */
.grain {
  position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  opacity: 0.04; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.progress {
  position: fixed; top: 0; left: 0; z-index: 200;
  height: 3px; width: 100%;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--brass), var(--brass-hi));
  box-shadow: 0 0 12px var(--brass-glow);
}

.cursor-light {
  position: fixed; z-index: 9996; pointer-events: none;
  width: 520px; height: 520px; border-radius: 50%;
  margin: -260px 0 0 -260px;
  background: radial-gradient(circle, rgba(234, 124, 46, 0.13) 0%, rgba(234, 124, 46, 0.04) 40%, transparent 65%);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.5s;
}
body.has-cursor-light .cursor-light { opacity: 1; }
@media (pointer: coarse) { .cursor-light { display: none; } }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: clamp(14px, 2.4vw, 26px) var(--gutter);
  transition: background 0.4s var(--ease), padding 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(246, 243, 236, 0.8);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  padding-top: 12px; padding-bottom: 12px;
  border-bottom-color: var(--line-2);
  box-shadow: 0 8px 30px -20px rgba(26, 35, 64, 0.25);
}

/* Menü erst bei Scrollen einblenden — auf dem Hero-Bild sonst schwer lesbar,
   und die Hero-CTA deckt "Erstgespräch" dort schon ab. */
.nav, .nav-cta, .nav-toggle {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), visibility 0s linear 0.4s;
}
.site-header.is-scrolled .nav,
.site-header.is-scrolled .nav-cta,
.site-header.is-scrolled .nav-toggle {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}

.wordmark {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.wordmark--sm { font-size: 1.3rem; }

.nav {
  display: flex; gap: clamp(1rem, 2.4vw, 2.2rem);
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}
.nav a { color: var(--ink-soft); position: relative; padding: 4px 0; transition: color 0.25s; }
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--brass); transition: width 0.35s var(--ease);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.85em 1.5em;
  border-radius: 3px;
  transition: transform 0.3s var(--ease), background 0.3s, color 0.3s, box-shadow 0.3s, border-color 0.3s;
  white-space: nowrap;
  border: 1px solid transparent;
  will-change: transform;
}
.btn--sm { padding: 0.6em 1.1em; font-size: 0.76rem; }
.btn--lg { padding: 1.05em 1.9em; font-size: 0.9rem; }
.btn--block { width: 100%; }

.btn--brass {
  background: var(--brass);
  color: var(--paper);
  box-shadow: 0 10px 28px -12px var(--brass-glow);
}
.btn--brass:hover {
  background: var(--brass-deep);
  box-shadow: 0 16px 38px -12px var(--brass-glow);
}
.btn--ghost {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.35);
}
.btn--ghost:hover { border-color: var(--brass); color: var(--brass-deep); }

/* on dark sections */
.on-dark .btn--ghost { border-color: var(--line-dark); color: var(--linen); background: rgba(242,239,228,0.04); }
.on-dark .btn--ghost:hover { border-color: var(--brass-hi); color: var(--brass-hi); }

.nav-cta { display: inline-flex; }

/* ---------- mobile nav ---------- */
.nav-toggle { display: none; width: 40px; height: 40px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: transform 0.35s var(--ease), opacity 0.25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(246, 243, 236, 0.97);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.6rem;
  font-family: var(--serif); font-size: 2rem;
  opacity: 0; pointer-events: none; transition: opacity 0.4s var(--ease);
}
.mobile-nav[data-open] { opacity: 1; pointer-events: auto; }
.mobile-nav a { color: var(--ink); }
.mobile-nav .btn { font-family: var(--mono); font-size: 0.9rem; margin-top: 0.5rem; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 var(--gutter) clamp(48px, 9vh, 110px);
  overflow: hidden;
  isolation: isolate;
}
.hero__media { position: absolute; top: -10%; left: 0; right: 0; height: 120%; z-index: -2; will-change: transform; }
.hero__video { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, var(--paper) 3%, rgba(246,243,236,0.88) 22%, rgba(246,243,236,0.35) 48%, rgba(246,243,236,0.05) 70%, rgba(246,243,236,0.25) 100%),
    linear-gradient(to right, rgba(246,243,236,0.75) 0%, rgba(246,243,236,0.3) 48%, transparent 78%);
}

.hero__inner { position: relative; max-width: 62rem; width: 100%; margin-inline: auto; }

.kicker {
  font-family: var(--mono);
  font-size: clamp(0.7rem, 1.4vw, 0.82rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin-bottom: clamp(1rem, 3vw, 1.8rem);
  padding-left: 2px;
}

.hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: clamp(2.4rem, 6.2vw, 5.3rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin-bottom: clamp(1.4rem, 3vw, 2.1rem);
  text-shadow: 0 1px 30px rgba(246, 243, 236, 0.55);
}
.hero__title .line { display: block; }
.hero__title .line--accent {
  font-style: italic;
  font-weight: 500;
  color: var(--brass-deep);
}

.hero__lead {
  max-width: 40rem;
  font-size: clamp(1.02rem, 1.7vw, 1.28rem);
  font-weight: 400;
  color: var(--ink-soft);
  margin-bottom: clamp(1.8rem, 4vw, 2.6rem);
  text-shadow: 0 1px 18px rgba(246, 243, 236, 0.6);
}

.hero__cta { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.hero__scroll {
  position: absolute; bottom: clamp(20px, 4vh, 40px); left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ink-dim);
}
.hero__scroll-line { width: 1px; height: 42px; background: linear-gradient(var(--brass), transparent); position: relative; overflow: hidden; }
.hero__scroll-line::after {
  content: ''; position: absolute; top: -50%; left: 0; width: 100%; height: 50%;
  background: var(--ink); animation: scrolldrop 2.2s var(--ease) infinite;
}
@keyframes scrolldrop { 0% { top: -50%; } 60%,100% { top: 100%; } }

/* ============================================================
   TOOLSTRIP (marquee)
   ============================================================ */
.toolstrip {
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  background: var(--paper-2);
  padding: clamp(16px, 2.6vw, 26px) 0;
  overflow: hidden;
}
.toolstrip__track { display: flex; width: max-content; }
.toolstrip__list {
  display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 2.8rem);
  padding-right: clamp(1.4rem, 3vw, 2.8rem);
  font-family: var(--mono);
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  white-space: nowrap;
  will-change: transform;
  animation: marquee 26s linear infinite;
}
.toolstrip__list li:nth-child(even) { color: var(--brass); }
@keyframes marquee { to { transform: translateX(-100%); } }
.toolstrip:hover .toolstrip__list { animation-play-state: paused; }

/* ============================================================
   SECTION scaffolding
   ============================================================ */
.section { position: relative; padding-block: clamp(72px, 12vw, 160px); }
.section--ueber      { background: var(--paper); }
.section--leistungen { background: var(--forest); color: var(--linen); }
.section--ablauf     { background: var(--paper); }
.section--ergebnisse { background: var(--paper-2); border-top: 1px solid var(--line-2); }

.section-head { margin-bottom: clamp(2.4rem, 5vw, 4rem); }
.section-head--center { text-align: center; max-width: 42rem; margin-inline: auto; }
.section-num {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 1.1rem;
}
.section--leistungen .section-num { color: var(--brass-hi); }
.section-title {
  font-family: var(--serif);
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: clamp(2.1rem, 5vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}
.section-intro {
  margin-top: 1.2rem;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  color: var(--ink-soft);
}
.section--leistungen .section-intro { color: var(--linen-soft); }

/* split-text: maskierter Wort-Reveal (Zeilen-Look wie bei Award-Sites) */
.js [data-split] .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.14em;
  margin-bottom: -0.14em;
}
.js [data-split] .word > i {
  display: inline-block;
  font-style: inherit;
  transform: translateY(120%);
  transition: transform 0.9s var(--ease-out);
  transition-delay: calc(var(--wi) * 55ms);
  will-change: transform;
}
.js [data-split].is-in .word > i { transform: none; }

/* ============================================================
   ÜBER MICH
   ============================================================ */
.ueber__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}
.ueber__media {
  position: relative; border-radius: 6px; overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(26, 35, 64, 0.35);
}
.ueber__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease);
  will-change: transform;
}
.js .ueber__media img { transform: scale(1.35); }
.js .ueber__media.is-in img { transform: scale(1); }
.ueber__media.is-in:hover img { transform: scale(1.045); }
.ueber__media::after {
  content: ''; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(26,35,64,0.1);
  pointer-events: none;
}
.ueber__media-cap {
  position: absolute; left: 16px; bottom: 14px; z-index: 2;
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.05em;
  color: var(--ink); background: rgba(246,243,236,0.75); padding: 4px 10px; border-radius: 3px;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}

.ueber__text p { color: var(--ink-soft); font-size: clamp(1rem, 1.5vw, 1.12rem); margin-bottom: 1.15rem; }

.pullquote { margin: clamp(1.8rem, 4vw, 2.6rem) 0; padding-left: 1.4rem; border-left: 2px solid var(--brass); }
.pullquote blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.3rem, 2.5vw, 1.85rem); line-height: 1.28; color: var(--ink);
  letter-spacing: -0.01em;
}
.pullquote figcaption { margin-top: 0.9rem; font-family: var(--mono); font-size: 0.8rem; color: var(--ink-dim); }

.factrow { display: grid; gap: 1rem; margin-top: 2rem; }
.fact { display: grid; gap: 0.25rem; padding-top: 0.9rem; border-top: 1px solid var(--line-2); }
.fact__k { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass); }
.fact__v { font-size: 0.98rem; color: var(--ink); }

/* ============================================================
   SCROLL-SCRUBBING MOMENT
   ============================================================ */
.scrub { position: relative; height: 320vh; background: var(--paper-2); }
.scrub__sticky {
  position: sticky; top: 0; height: 100svh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.scrub__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.scrub__scrim {
  position: absolute; inset: 0;
  background: radial-gradient(85% 85% at 50% 50%, rgba(246,243,236,0.1) 0%, rgba(246,243,236,0.55) 100%);
}
/* Tiefen-Ebenen: Tintentropfen-Feld hinter + vor der Schrift */
.scrub__depth { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.scrub__depth--back { z-index: 1; }
.scrub__depth--front { z-index: 3; }
/* Gooey: hintere Tropfen verschmelzen wie Tinte (nur Desktop, JS setzt goo-on) */
html.goo-on .scrub__depth--back { filter: url(#goo); }

.depth-orb { position: absolute; top: 0; left: 0; will-change: transform, opacity; }
.depth-orb .orb-core {
  display: block; width: 100%; height: 100%;
  animation: blobmorph 7s ease-in-out infinite;
}
.depth-orb--green .orb-core {
  /* Indigo-Tintentropfen (Klassenname historisch) */
  background: radial-gradient(circle at 34% 28%, #3d55a8 0%, #1e2f6b 55%, #131f49 100%);
  box-shadow: inset -8px -10px 24px rgba(0,0,0,0.3);
}
.depth-orb--ring .orb-core { background: transparent; border: 2px solid var(--brass); }
.depth-orb--brass .orb-core {
  /* Orange-Tintentropfen */
  background: radial-gradient(circle at 34% 28%, #f09048 0%, #cf5e14 60%, #9c430c 100%);
  box-shadow: inset -6px -8px 18px rgba(0,0,0,0.25);
}
@keyframes blobmorph {
  0%, 100% { border-radius: 46% 54% 52% 48% / 54% 46% 54% 46%; }
  33%      { border-radius: 56% 44% 42% 58% / 46% 58% 42% 54%; }
  66%      { border-radius: 42% 58% 56% 44% / 58% 44% 56% 42%; }
}

.scrub__copy {
  position: relative; z-index: 2; text-align: center; padding-inline: var(--gutter);
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 6vw, 5rem); line-height: 1.08; letter-spacing: -0.02em;
  color: #131b33;
}
/* Papier-Halo hinter der Aussage — hebt die Typo vom bewegten Grund ab */
.scrub__copy::before {
  content: ''; position: absolute; z-index: -1;
  inset: -18% -10%;
  background: radial-gradient(58% 58% at 50% 50%, rgba(246,243,236,0.85) 0%, rgba(246,243,236,0.45) 55%, transparent 78%);
  pointer-events: none;
}
.scrub__line {
  opacity: 0; transform: translateY(40px); filter: blur(8px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease), filter 0.8s var(--ease);
  text-shadow: 0 2px 34px rgba(246,243,236,1), 0 1px 10px rgba(246,243,236,0.95), 0 0 3px rgba(246,243,236,0.9);
}
.scrub__line.is-visible { opacity: 1; transform: none; filter: none; }
.scrub__line--accent { font-style: italic; color: #a34a0f; }

/* ---------- define band (dark contrast moment) ---------- */
.define-band { background: var(--forest); color: var(--linen); padding-block: clamp(48px, 8vw, 96px); position: relative; overflow: hidden; }
.define-band::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 120% at 50% 0%, rgba(234,124,46,0.12), transparent 60%);
}
.define { text-align: center; max-width: 46rem; margin-inline: auto; position: relative; }
.define__word {
  font-family: var(--mono); font-size: clamp(1rem, 2.4vw, 1.4rem); color: var(--linen);
  letter-spacing: 0.02em; margin-bottom: 0.9rem;
}
.define__ipa { color: var(--linen-dim); }
.define__pos { color: var(--brass-hi); font-style: italic; }
.define__meaning {
  font-family: var(--serif); font-size: clamp(1.5rem, 4vw, 2.6rem); font-weight: 400;
  line-height: 1.2; color: var(--linen); letter-spacing: -0.01em;
}
.define__meaning em { color: var(--brass-hi); font-style: italic; }

/* ============================================================
   LEISTUNGEN (dark forest section, 3D tilt cards)
   ============================================================ */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.5rem); perspective: 1200px; }
.pillar {
  position: relative;
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
  background: linear-gradient(180deg, rgba(242,239,228,0.06), rgba(242,239,228,0.02));
  border: 1px solid var(--line-dark2);
  border-radius: 8px;
  transition: border-color 0.5s, box-shadow 0.5s, transform 0.25s ease-out;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}
.pillar::before {
  content: ''; position: absolute; inset: 0; border-radius: 8px; pointer-events: none;
  background: radial-gradient(140% 70% at var(--mx, 50%) var(--my, 0%), rgba(234,124,46,0.16), transparent 55%);
  opacity: 0; transition: opacity 0.5s;
}
.pillar:hover { border-color: rgba(234,124,46,0.4); box-shadow: 0 30px 60px -35px rgba(0,0,0,0.7); }
.pillar:hover::before { opacity: 1; }

.pillar__idx {
  display: block; font-family: var(--serif); font-size: 2.4rem; color: var(--brass-hi);
  line-height: 1; margin-bottom: 1.1rem;
}
.pillar__title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.35rem, 2.4vw, 1.7rem); line-height: 1.12; letter-spacing: -0.01em; color: var(--linen); }
.pillar__sub { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.03em; color: var(--brass-hi); margin-top: 0.5rem; margin-bottom: 1.1rem; text-transform: uppercase; }
.pillar__body { color: var(--linen-soft); font-size: 0.98rem; margin-bottom: 1.3rem; }
.pillar__list { display: grid; gap: 0.55rem; margin-bottom: 1.5rem; }
.pillar__list li { position: relative; padding-left: 1.3rem; font-size: 0.92rem; color: var(--linen); }
.pillar__list li::before { content: ''; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; border: 1px solid var(--brass-hi); transform: rotate(45deg); }
.pillar__tools { font-family: var(--mono); font-size: 0.74rem; color: var(--linen-dim); padding-top: 1rem; border-top: 1px solid var(--line-dark2); letter-spacing: 0.02em; }

/* ============================================================
   ABLAUF (timeline)
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.4vw, 2rem); position: relative; }
.steps::before {
  content: ''; position: absolute; top: 20px; left: 6%; right: 6%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass) 15%, var(--brass) 85%, transparent);
  opacity: 0.45;
}
.step { position: relative; }
.step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  font-family: var(--mono); font-size: 0.85rem; color: var(--brass-deep);
  background: var(--paper); border: 1px solid var(--brass);
  margin-bottom: 1.3rem; position: relative; z-index: 1;
  transition: transform 0.35s var(--ease), background 0.35s, color 0.35s, box-shadow 0.35s;
}
.step:hover .step__num {
  transform: scale(1.12);
  background: var(--brass); color: var(--paper);
  box-shadow: 0 10px 24px -10px var(--brass-glow);
}
.step__title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.2rem, 2vw, 1.45rem); margin-bottom: 0.6rem; letter-spacing: -0.01em; }
.step__body { color: var(--ink-soft); font-size: 0.95rem; }

/* ============================================================
   ERGEBNISSE
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.4vw, 2rem); }
.stat {
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid var(--line-2); border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
  text-align: left;
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}
.stat:hover { transform: translateY(-5px); box-shadow: 0 24px 50px -30px rgba(26,35,64,0.35); }
.stat__num { font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 8vw, 5.4rem); line-height: 0.95; color: var(--brass-deep); letter-spacing: -0.03em; }
.stat__unit { font-size: 0.32em; color: var(--ink); font-family: var(--sans); letter-spacing: 0; }
.stat__label { font-family: var(--serif); font-size: 1.15rem; margin-top: 0.6rem; color: var(--ink); }
.stat__note { font-size: 0.88rem; color: var(--ink-dim); margin-top: 0.6rem; }

.stat--ph { border: 1px dashed rgba(198,90,20,0.55); background: rgba(226,118,43,0.07); }
.stat__tag { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-deep); margin-bottom: 0.8rem; }
.stat--ph .stat__num { color: var(--ink-dim); line-height: 1; margin-bottom: 0.9rem; }
.ph-num { border-bottom: 2px dashed var(--brass); padding-bottom: 2px; }

/* ============================================================
   KONTAKT
   ============================================================ */
.section--kontakt { position: relative; overflow: hidden; background: var(--paper-2); padding-block: clamp(90px, 14vw, 190px); }
.kontakt__media { position: absolute; top: -10%; left: 0; right: 0; height: 120%; z-index: 0; will-change: transform; }
.kontakt__media img, .kontakt__media video { width: 100%; height: 100%; object-fit: cover; }
.kontakt__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, var(--paper-2) 4%, rgba(239,235,224,0.88) 34%, rgba(239,235,224,0.35) 62%, rgba(239,235,224,0.05) 100%),
    linear-gradient(to bottom, rgba(239,235,224,0.15), rgba(239,235,224,0.2));
}
.contact__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(0, 26rem); gap: clamp(2.2rem, 6vw, 5rem); align-items: start; }

.contact__lead { color: var(--ink-soft); font-size: clamp(1rem, 1.6vw, 1.16rem); margin: 1.3rem 0 2rem; max-width: 30rem; }
.contact__methods { display: grid; gap: 1.1rem; }
.contact__methods li { display: grid; gap: 0.2rem; padding-top: 0.9rem; border-top: 1px solid var(--line); }
.contact__k { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-deep); }
.contact__v { font-size: 1.1rem; color: var(--ink); transition: color 0.25s; width: fit-content; }
.contact__v:hover { color: var(--brass-deep); }

/* form */
.contact__form {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(26,35,64,0.1); border-radius: 10px;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  box-shadow: 0 30px 70px -40px rgba(26,35,64,0.4);
}
.form__label { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass-deep); margin-bottom: 1.4rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.05em; color: var(--ink-dim); margin-bottom: 0.45rem; }
.field input, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 0.98rem; color: var(--ink);
  background: rgba(255,255,255,0.7); border: 1px solid var(--line);
  border-radius: 5px; padding: 0.75em 0.85em; transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-dim); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brass); background: #fff; box-shadow: 0 0 0 3px rgba(198,90,20,0.15); }
.form__hint { margin-top: 0.9rem; font-family: var(--mono); font-size: 0.78rem; color: var(--brass-deep); min-height: 1.2em; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--forest-2); color: var(--linen); padding-block: clamp(40px, 6vw, 64px); }
.footer__inner { display: grid; gap: 1rem; text-align: center; }
.footer__tag { color: var(--linen-dim); font-size: 0.95rem; max-width: 34rem; margin-inline: auto; }
.footer__legal { display: flex; gap: 1.6rem; justify-content: center; font-family: var(--mono); font-size: 0.8rem; }
.footer__legal a { color: var(--linen-soft); transition: color 0.25s; }
.footer__legal a:hover { color: var(--brass-hi); }
.footer__copy { font-family: var(--mono); font-size: 0.74rem; color: var(--linen-dim); }
.site-footer .ph { color: var(--brass-hi); border-bottom-color: rgba(234,124,46,0.6); }

/* ---------- placeholder marker ---------- */
.ph {
  border-bottom: 1px dashed rgba(198,90,20,0.6);
  color: var(--brass-deep); font-style: normal;
}

/* ============================================================
   PRELOADER
   ============================================================ */
.loader {
  position: fixed; inset: 0; z-index: 10000;
  background: var(--forest-2); color: var(--linen);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.4rem;
  transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}
.loader.is-done { transform: translateY(-101%); }
.loader__word {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(2.2rem, 6vw, 3.6rem); letter-spacing: -0.02em;
}
.loader__bar { width: min(240px, 60vw); height: 2px; background: rgba(242,239,228,0.15); overflow: hidden; border-radius: 2px; }
.loader__bar span { display: block; height: 100%; width: 0%; background: var(--brass-hi); }
.loader__pct { font-family: var(--mono); font-size: 0.85rem; color: var(--brass-hi); letter-spacing: 0.1em; }

/* ============================================================
   CUSTOM CURSOR
   ============================================================ */
html.js-cursor, html.js-cursor * { cursor: none !important; }
.cursor { opacity: 0; transition: opacity 0.4s; }
html.js-cursor .cursor { opacity: 1; }
.cursor__dot {
  position: fixed; top: -3px; left: -3px; z-index: 10001; pointer-events: none;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brass-deep);
}
.cursor__ring {
  position: fixed; top: -17px; left: -17px; z-index: 10001; pointer-events: none;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--brass);
  transition: width 0.35s var(--ease), height 0.35s var(--ease), margin 0.35s var(--ease), opacity 0.3s, border-color 0.3s;
}
.cursor--hover .cursor__ring { width: 58px; height: 58px; margin: -12px 0 0 -12px; border-color: var(--brass-deep); opacity: 0.85; }
@media (pointer: coarse) { .cursor { display: none; } }

/* ============================================================
   SMOOTH SCROLL WRAPPER + Velocity-Skew
   ============================================================ */
html.smooth-on [data-smooth] {
  position: fixed; top: 0; left: 0; right: 0;
  will-change: transform;
}
/* Scrub-Pinning übernimmt JS im Smooth-Modus */
html.smooth-on .scrub__sticky { position: relative; top: auto; will-change: transform; }

/* ============================================================
   HERO WEBGL CANVAS
   ============================================================ */
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: none; }
html.webgl-on .hero__canvas { display: block; }
html.webgl-on .hero__video { visibility: hidden; }

/* ============================================================
   BIGWORD Typo-Band
   ============================================================ */
.bigword {
  background: var(--paper-2);
  border-top: 1px solid var(--line-2);
  padding: clamp(36px, 6vw, 80px) 0;
  overflow: hidden;
}
.bigword__track {
  white-space: nowrap;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(5rem, 15vw, 14rem);
  line-height: 0.95;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--brass);
  will-change: transform;
  width: max-content;
}

/* ============================================================
   REVEAL animations
   ============================================================ */
.js .reveal { opacity: 0; transform: translateY(26px); filter: blur(4px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out), filter 0.9s var(--ease-out); }
.js .reveal.is-in { opacity: 1; transform: none; filter: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.34s; }
.reveal[data-delay="5"] { transition-delay: 0.44s; }
.reveal[data-delay="6"] { transition-delay: 0.54s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; }

  .ueber__grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .ueber__media { max-height: 60vh; }

  .pillars { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 2rem 1.4rem; }
  .steps::before { display: none; }
  .stats { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .hero { padding-bottom: 64px; }
  .btn--lg { width: 100%; }
  .hero__cta { flex-direction: column; align-items: stretch; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .js .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
  .js [data-split] .word { opacity: 1 !important; transform: none !important; }
  .scrub__line { opacity: 1 !important; transform: none !important; filter: none !important; }
  .scrub { height: auto !important; }
  .scrub__sticky { position: relative; height: 80svh; }
  .hero__scroll-line::after { display: none; }
  .toolstrip__list { animation: none; }
  .cursor-light { display: none; }
  .cursor { display: none; }
  .loader { transition: opacity 0.3s; }
  .loader.is-done { transform: none; opacity: 0; pointer-events: none; }
  .js .ueber__media img { transform: none !important; }
  .js [data-split] .word > i { transform: none !important; }
}
