/* ==========================================================================
   Oliver Welsch — Personal Site v4
   Look nach Referenz: Geist-Grotesk, Creme-Basis + Fast-Schwarz + Neongrün.
   Dunkle Hero-/Footer-Blöcke, cremefarbene Editorial-Sektionen, ein voller
   Neongrün-Block. Ausdrucksstark, modern — Product Leader.
   ========================================================================== */

:root {
  --paper: #f1efe9;        /* Creme-Basis */
  --paper-2: #e9e6dd;      /* etwas dunkleres Creme */
  --ink: #0a0b0e;          /* Fast-Schwarz */
  --ink-dim: rgba(10, 11, 14, 0.62);
  --ink-faint: rgba(10, 11, 14, 0.4);
  --ink-line: rgba(10, 11, 14, 0.14);
  --paper-dim: rgba(241, 239, 233, 0.66);
  --paper-faint: rgba(241, 239, 233, 0.4);
  --paper-line: rgba(241, 239, 233, 0.15);
  --lime: #b6ff39;         /* Neongrün-Akzent */
  --lime-deep: #93cc2a;
  /* veeform-CI (nur im veeform-Block) */
  --vf-night: #0c0d0f;
  --vf-violet: #7c6af5;
  --vf-teal: #0fb5a6;
  --font: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 72px); }
.section { padding: clamp(88px, 13vh, 168px) 0; position: relative; }

/* ---------- Typo-Bausteine ---------- */

.kicker {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-dim);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: clamp(28px, 4vw, 52px);
}
.kicker::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--lime); flex: 0 0 auto;
}
.kicker--plain::before { display: none; }
.kicker--onlime { color: rgba(10, 11, 14, 0.7); }
.kicker--onlime::before { background: var(--ink); }
.kicker--ondark { color: var(--paper-dim); }

/* Riesige Display-Headline — Geist, fett, enges Tracking, Satzschreibung */
.display {
  font-weight: 700;
  font-size: clamp(44px, 7.4vw, 118px);
  line-height: 0.94;
  letter-spacing: -0.045em;
}
.display--sm { font-size: clamp(38px, 5.4vw, 82px); }
/* Mittlere Stufe für die Text-Sektionen: nicht jede Überschrift darf schreien. */
.display--md { font-size: clamp(29px, 3.5vw, 50px); line-height: 1.0; letter-spacing: -0.035em; }
.accent { color: var(--lime); }
.accent--ink { color: var(--ink); }
/* Neongrün auf Creme ist als Schriftfarbe unlesbar. Auf hellem Grund wird der
   Akzent deshalb zur Markierung: dunkle Schrift auf Neongrün. */
.accent--mark {
  background: var(--lime); color: var(--ink);
  padding: 0 0.14em 0.04em; box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.h2 {
  font-weight: 700;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin-bottom: clamp(22px, 3vw, 40px);
}

.idx { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; color: var(--ink-faint); }

/* Pfeil-Link */
.arrowlink {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 15px; letter-spacing: 0.01em;
  border-bottom: 2px solid var(--lime);
  padding-bottom: 3px;
  transition: gap 0.25s ease;
}
.arrowlink:hover { gap: 16px; }
.arrowlink .a { color: var(--lime-deep); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font); font-size: 15px; font-weight: 650; letter-spacing: 0.005em;
  padding: 16px 26px;
  border: 1.5px solid transparent;
  cursor: pointer; border-radius: 0;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--lime { background: var(--lime); color: var(--ink); }
.btn--lime:hover { background: #c5ff5c; }
.btn--ghost-dark { background: transparent; color: var(--paper); border-color: var(--paper-line); }
.btn--ghost-dark:hover { border-color: var(--lime); color: var(--lime); }
.btn--ghost-ink { background: transparent; color: var(--ink); border-color: var(--ink-line); }
.btn--ghost-ink:hover { border-color: var(--ink); }
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: #22242b; }
.btn[disabled] { opacity: 0.55; pointer-events: none; }

/* ---------- Progress + Navigation ---------- */

.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 10001; background: transparent; }
.progress span { display: block; height: 100%; width: 100%; background: var(--lime); transform-origin: left; transform: scaleX(0); }

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 10000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(20px, 4vw, 52px);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), background 0.4s ease, color 0.4s ease;
  color: var(--paper);
}
.nav.is-hidden { transform: translateY(-110%); }
.nav.is-solid { background: var(--paper); color: var(--ink); box-shadow: 0 1px 0 var(--ink-line); }

.nav__mark { font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.nav__mark .dot { color: var(--lime); }

.nav__links { display: none; gap: clamp(16px, 2.2vw, 32px); }
@media (min-width: 940px) { .nav__links { display: flex; } }
.nav__links a { font-size: 14px; font-weight: 500; opacity: 0.72; transition: opacity 0.2s ease; }
.nav__links a:hover { opacity: 1; }

.nav__cta {
  font-size: 13.5px; font-weight: 650; letter-spacing: 0.01em;
  border: 1.5px solid currentColor; border-radius: 100px;
  padding: 9px 18px; display: inline-flex; align-items: center; gap: 7px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.nav.is-solid .nav__cta:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.nav:not(.is-solid) .nav__cta:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); }
@media (max-width: 939px) { .nav__cta { display: none; } }

.nav__burger { display: none; background: none; border: none; cursor: pointer; width: 44px; height: 44px; padding: 12px 10px; flex-direction: column; justify-content: center; gap: 7px; }
@media (max-width: 939px) { .nav__burger { display: flex; } }
.nav__burger span { display: block; height: 2px; width: 100%; background: currentColor; transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), opacity 0.3s ease; }
.nav__burger.is-open span:first-child { transform: translateY(4.5px) rotate(45deg); }
.nav__burger.is-open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

.menu {
  position: fixed; inset: 0; z-index: 9999; background: var(--ink); color: var(--paper);
  display: flex; flex-direction: column; justify-content: center; padding: 0 clamp(24px, 8vw, 60px);
  opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
}
.menu.is-open { opacity: 1; pointer-events: auto; }
.menu__links { display: flex; flex-direction: column; gap: 2px; }
.menu__links a {
  font-weight: 700; font-size: clamp(34px, 8vw, 56px); line-height: 1.32; letter-spacing: -0.03em;
  opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.menu.is-open .menu__links a { opacity: 1; transform: none; }
.menu.is-open .menu__links a:nth-child(1){transition-delay:.05s}
.menu.is-open .menu__links a:nth-child(2){transition-delay:.1s}
.menu.is-open .menu__links a:nth-child(3){transition-delay:.15s}
.menu.is-open .menu__links a:nth-child(4){transition-delay:.2s}
.menu.is-open .menu__links a:nth-child(5){transition-delay:.25s}
.menu.is-open .menu__links a:nth-child(6){transition-delay:.3s}
.menu__links a .accent { color: var(--lime); }
.menu__cta { align-self: flex-start; margin-top: clamp(28px,5vw,44px); opacity: 0; transform: translateY(16px); transition: opacity .5s ease .35s, transform .5s cubic-bezier(.22,1,.36,1) .35s; }
.menu.is-open .menu__cta { opacity: 1; transform: none; }
.menu__foot { position: absolute; bottom: 28px; left: clamp(24px,8vw,60px); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--paper-faint); }

/* ---------- Hero (dunkel) ---------- */

.hero {
  background: var(--ink); color: var(--paper);
  min-height: 100svh; position: relative; overflow: hidden;
  display: flex; align-items: center;
  padding: 120px 0 90px;
}
.hero__grid {
  width: 100%; display: grid; gap: clamp(32px, 5vw, 72px);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 960px) { .hero__grid { grid-template-columns: 1.15fr 0.85fr; } }

.hero__claim { font-weight: 700; font-size: clamp(34px, 5vw, 68px); line-height: 0.98; letter-spacing: -0.045em; }

/* Hero-Intro rein in CSS: läuft auf der Dokument-Zeitachse und kann nicht
   hängen bleiben, wenn JS spät kommt oder der Tab im Hintergrund liegt. */
.hero__anim { animation: heroIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero__anim:nth-child(2) { animation-delay: 0.08s; }
.hero__anim:nth-child(3) { animation-delay: 0.16s; }
.hero__anim:nth-child(4) { animation-delay: 0.24s; }
.hero__anim:nth-child(5) { animation-delay: 0.32s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.hero__promise { font-weight: 650; font-size: clamp(20px, 2.4vw, 30px); line-height: 1.1; letter-spacing: -0.02em; margin-top: clamp(14px, 2vw, 22px); }
.hero__sub { font-size: clamp(15px, 1.6vw, 18px); line-height: 1.55; color: var(--paper-dim); max-width: 480px; margin: clamp(20px, 2.6vw, 32px) 0 clamp(24px, 3vw, 38px); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Porträt-Rahmen */
.hero__portrait { position: relative; }
.hero__portrait img { width: 100%; height: clamp(400px, 66vh, 600px); object-fit: cover; object-position: center 18%; background: #000; }
@media (max-width: 959px) { .hero__portrait img { height: clamp(360px, 56vh, 520px); } }
.hero__pcap {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 16px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--paper); background: linear-gradient(transparent, rgba(0,0,0,0.5));
}
.hero__pcap .lime { color: var(--lime); }

.hero__side {
  position: absolute; right: 20px; top: 50%; transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--paper-faint); pointer-events: none;
}
@media (max-width: 1200px) { .hero__side { display: none; } }

.hero__scroll {
  position: absolute; left: clamp(20px, 5vw, 72px); bottom: 30px;
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--paper-faint);
}
.hero__scroll .line { width: 40px; height: 1px; background: var(--lime); }

/* ---------- Standpunkt (creme, zweispaltig) ---------- */

.stance__grid {
  display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: 1fr;
}
@media (min-width: 900px) { .stance__grid { grid-template-columns: 1.15fr 0.85fr; align-items: end; } }
.stance__body p { color: var(--ink-dim); font-size: clamp(16px, 1.5vw, 18px); margin-bottom: 1.1em; max-width: 460px; }
.stance__chips { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.stance__chips li { font-size: 13px; font-weight: 500; border: 1px solid var(--ink-line); border-radius: 100px; padding: 8px 15px; }
.stance__chips li::before { content: '● '; color: var(--lime-deep); font-size: 10px; }

/* ---------- Vollbild-Bildband ---------- */

.imgband { position: relative; }
.imgband__img { width: 100%; height: clamp(300px, 56vh, 620px); object-fit: cover; display: block; }
.imgband__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: clamp(24px, 4vw, 56px);
  background: linear-gradient(transparent, rgba(10,11,14,0.72));
  color: var(--paper);
}
.imgband__cap .idx { color: var(--lime); }
.imgband h3 { font-weight: 700; font-size: clamp(28px, 4vw, 56px); line-height: 0.98; letter-spacing: -0.04em; margin-top: 8px; max-width: 16ch; }

.workrow {
  display: grid; gap: clamp(20px, 4vw, 60px); grid-template-columns: 1fr;
  padding-top: clamp(40px, 6vw, 80px);
  /* Luft nach unten: der Text darf nicht auf der Kante des veeform-Blocks kleben. */
  padding-bottom: clamp(72px, 10vw, 140px);
}
@media (min-width: 820px) { .workrow { grid-template-columns: 1fr 1fr; align-items: start; } }
.workrow__lead { font-weight: 700; font-size: clamp(26px, 3.2vw, 44px); line-height: 1.0; letter-spacing: -0.035em; }
.workrow__body { color: var(--ink-dim); font-size: clamp(16px, 1.5vw, 18px); max-width: 460px; }

/* ---------- veeform (dunkel, CI-treu) ---------- */

.veeform { background: var(--vf-night); color: var(--paper); border-top: 1px solid rgba(255,255,255,0.06); }
.veeform__inner { display: grid; gap: clamp(40px, 6vw, 90px); grid-template-columns: 1fr; padding-top: clamp(88px,13vh,160px); padding-bottom: clamp(88px,13vh,160px); align-items: center; }
@media (min-width: 960px) { .veeform__inner { grid-template-columns: 0.9fr 1.1fr; } }
.veeform__stage { text-align: center; }
.formation { width: min(76%, 360px); margin: 0 auto; overflow: visible; }
.formation__light { animation: lightFloat 6s ease-in-out infinite; animation-delay: calc(var(--i) * -0.9s); opacity: 0.25; transition: opacity 0.7s ease; }
.formation__light.is-lit { opacity: 1; }
.formation__core { filter: drop-shadow(0 0 6px currentColor); }
.formation__light--lead .formation__core { filter: drop-shadow(0 0 10px #7c6af5); }
@keyframes lightFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-2.6px)} }
.veeform__seven { margin-top: 22px; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,237,227,0.4); }
.veeform__wordmark { width: min(62%, 260px); height: auto; margin-bottom: clamp(18px,3vw,28px); }
.veeform__pos { font-weight: 650; font-size: clamp(20px, 2.5vw, 30px); line-height: 1.15; letter-spacing: -0.03em; color: var(--paper); margin-bottom: 16px; max-width: 20ch; }
.veeform__text > p { color: rgba(242,237,227,0.66); max-width: 540px; margin-bottom: 1.1em; }
.veeform__erst { font-size: 15px; color: rgba(242,237,227,0.82); }
.veeform__erst .accent { color: var(--vf-teal); }

/* ---------- Anpfiff (creme) ---------- */

.anpfiff { border-top: 1px solid var(--ink-line); }
.anpfiff__inner { display: grid; gap: clamp(32px, 5vw, 80px); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .anpfiff__inner { grid-template-columns: 1fr 1.1fr; } }
.anpfiff__title { font-weight: 700; font-size: clamp(40px, 5.4vw, 78px); line-height: 0.92; letter-spacing: -0.045em; margin-bottom: 16px; }
.anpfiff__sub { font-size: clamp(17px, 1.9vw, 22px); color: var(--ink-dim); font-weight: 500; margin-bottom: clamp(18px,3vw,28px); }
.anpfiff__text > p { color: var(--ink-dim); max-width: 480px; margin-bottom: 1.05em; }
.reel { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.reel__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); transition: opacity 1.4s ease, transform 7s linear; }
.reel__img.is-active { opacity: 1; transform: scale(1); }
.reel__caption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; background: linear-gradient(transparent, rgba(10,11,14,0.6)); color: var(--paper); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.reel__dots { display: inline-flex; gap: 7px; }
.reel__dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.4); transition: background 0.4s ease; }
.reel__dots i.is-active { background: var(--lime); }

/* ---------- Haltung (voller Neongrün-Block) ---------- */

.stance-lime { background: var(--lime); color: var(--ink); border-top: 1px solid rgba(0,0,0,0.08); }
.stance-lime__head { display: grid; gap: 12px; grid-template-columns: 1fr; align-items: start; margin-bottom: clamp(30px, 4vw, 56px); }
@media (min-width: 820px) { .stance-lime__head { grid-template-columns: 1fr 1.4fr; } }
.stance-lime__title { font-weight: 700; font-size: clamp(34px, 5vw, 74px); line-height: 0.95; letter-spacing: -0.045em; }
.stance-lime__title .muted { color: rgba(10,11,14,0.45); }

.thesis {
  display: grid; grid-template-columns: 54px 1fr; gap: clamp(14px, 3vw, 40px);
  padding: clamp(22px, 3vw, 34px) 0; border-top: 1.5px solid rgba(10,11,14,0.18);
  align-items: baseline;
}
.thesis:last-child { border-bottom: 1.5px solid rgba(10,11,14,0.18); }
.thesis__num { font-size: 13px; font-weight: 600; color: rgba(10,11,14,0.55); }
.thesis__claim { font-weight: 700; font-size: clamp(21px, 2.6vw, 32px); line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 10px; max-width: 24ch; }
.thesis__body { color: rgba(10,11,14,0.7); font-size: 16px; max-width: 640px; }

/* ---------- Werkstatt (creme) ---------- */

.shop { border-top: 1px solid var(--ink-line); }
.shop > .wrap > .display { margin-bottom: clamp(18px, 2.4vw, 30px); }
.shop__intro { color: var(--ink-dim); max-width: 620px; margin-bottom: clamp(32px,4vw,52px); }
.shop__grid { display: grid; gap: clamp(14px, 1.6vw, 20px); grid-template-columns: 1fr; }
@media (min-width: 960px) { .shop__grid { grid-template-columns: repeat(3, 1fr); } }
.note { border: 1px solid var(--ink-line); border-top: 3px solid var(--lime); padding: clamp(24px,3vw,32px); display: flex; flex-direction: column; background: rgba(255,255,255,0.35); }
.note__text { font-size: 17px; line-height: 1.5; color: var(--ink); flex: 1; font-weight: 450; }
.note__meta { margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--ink-line); display: flex; align-items: center; justify-content: space-between; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); }
.note__src { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-dim); font-weight: 600; }
.note__src .ic { width: 15px; height: 15px; }
.ic { display: inline-block; width: 1em; height: 1em; fill: currentColor; }

.shop__channels { margin-top: clamp(36px,5vw,56px); display: flex; flex-wrap: wrap; align-items: center; gap: clamp(18px,3vw,40px); border-top: 1px solid var(--ink-line); padding-top: clamp(26px,3vw,38px); }
.shop__where { font-size: 14px; color: var(--ink-faint); flex-basis: 100%; }
@media (min-width: 720px){ .shop__where { flex-basis: auto; margin-right: 8px; } }
.shop__links { display: flex; flex-wrap: wrap; gap: clamp(18px,3vw,40px); }
.chan { display: flex; align-items: center; gap: 12px; transition: transform 0.25s ease; }
.chan:hover { transform: translateY(-2px); }
.chan__ic { width: 26px; height: 26px; color: var(--ink); transition: color 0.25s ease; }
.chan:hover .chan__ic { color: var(--lime-deep); }
.chan__txt { display: flex; flex-direction: column; }
.chan__txt strong { font-weight: 650; font-size: 16px; letter-spacing: -0.01em; }
.chan__txt span { font-size: 12px; color: var(--ink-faint); }

/* ---------- Abschluss (Split: Bild + Text/Newsletter) ---------- */

.close { border-top: 1px solid var(--ink-line); }
.close__grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 900px) { .close__grid { grid-template-columns: 1fr 1fr; } }
.close__img { position: relative; min-height: 320px; }
.close__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.close__panel { padding: clamp(48px, 6vw, 104px) clamp(24px, 5vw, 84px); display: flex; flex-direction: column; justify-content: center; }
.close__title { font-weight: 700; font-size: clamp(36px, 4.6vw, 66px); line-height: 0.96; letter-spacing: -0.045em; margin-bottom: 20px; }
.close__sub { color: var(--ink-dim); max-width: 460px; margin-bottom: clamp(26px, 3vw, 36px); }

.nl-perks { list-style: none; margin: 0 0 clamp(20px,2.6vw,28px); display: flex; flex-direction: column; gap: 16px; counter-reset: nl; }
.nl-perks li { display: grid; grid-template-columns: 34px 1fr; gap: 4px; font-size: 15.5px; line-height: 1.5; color: var(--ink-dim); }
.nl-perks__n { font-size: 12px; font-weight: 650; letter-spacing: 0.1em; color: var(--lime-deep); padding-top: 4px; }
.close__cadence { font-size: 14.5px; color: var(--ink-faint); margin-bottom: clamp(24px,3vw,32px); max-width: 460px; }

.form { max-width: 520px; }
.hp { position: absolute; left: -9999px; opacity: 0; width: 0; height: 0; }
.form__row { display: flex; gap: 10px; flex-wrap: wrap; }
.form__row .form__input { flex: 1 1 220px; }
.form__input { background: transparent; border: 1.5px solid var(--ink-line); color: var(--ink); font-family: var(--font); font-size: 15.5px; padding: 15px 18px; outline: none; width: 100%; border-radius: 0; -webkit-appearance: none; transition: border-color 0.25s ease; }
.form__input:focus { border-color: var(--ink); }
.form__input::placeholder { color: var(--ink-faint); }
.form__textarea { resize: vertical; min-height: 120px; }
.form__field { display: block; margin-bottom: 14px; }
.form__field span { display: block; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 7px; }
.form__note { font-size: 12.5px; color: var(--ink-faint); margin-top: 12px; }
.form__status { font-size: 14px; margin-top: 14px; min-height: 1.4em; color: var(--lime-deep); font-weight: 600; }
.form__status.is-error { color: #c0392b; }
.form.is-done .form__row, .form.is-done .form__field, .form.is-done > .btn { display: none; }
.form.is-done .form__status { font-size: 16px; }

.close__socials { margin-top: clamp(28px,3vw,40px); border-top: 1px solid var(--ink-line); }
.social { display: flex; align-items: center; justify-content: space-between; padding: 16px 2px; border-bottom: 1px solid var(--ink-line); font-weight: 650; font-size: 17px; transition: padding-left 0.25s ease, color 0.25s ease; }
.social:hover { padding-left: 10px; color: var(--lime-deep); }
.social .ic { width: 17px; height: 17px; opacity: 0.7; }

/* ---------- Kontakt (creme, kompakt) ---------- */

.contact { border-top: 1px solid var(--ink-line); }
.contact__grid { display: grid; gap: clamp(36px,5vw,90px); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px){ .contact__grid { grid-template-columns: 1fr 1fr; } }
.contact__grid p { color: var(--ink-dim); max-width: 460px; }
.contact__mail { margin-top: 24px; }
.contact__mail a { font-weight: 700; font-size: clamp(22px, 2.6vw, 34px); letter-spacing: -0.03em; border-bottom: 2px solid var(--lime); transition: border-color 0.25s ease; }
.contact__mail a:hover { border-color: var(--ink); }

/* ---------- Footer (dunkel) ---------- */

.footer { background: var(--ink); color: var(--paper); padding: 34px 0; }
.footer__inner { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; font-size: 13px; color: var(--paper-faint); }
.footer__mark { font-weight: 700; font-size: 15px; color: var(--paper); }
.footer__mark .dot { color: var(--lime); }
.footer__links { display: flex; gap: 20px; align-items: center; }
.footer__links a { transition: color 0.2s ease; }
.footer__links a:hover { color: var(--paper); }
.footer__top { color: var(--lime); font-weight: 600; }

/* ---------- Beleg-Leiste (unter dem Hero) ---------- */

.proofbar { background: var(--ink); color: var(--paper); border-top: 1px solid rgba(255,255,255,0.08); padding: clamp(26px, 3.4vw, 40px) 0; }
.proofbar__label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--paper-faint); margin-bottom: 20px; }
.proofbar__list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); }
@media (min-width: 860px) { .proofbar__list { grid-template-columns: repeat(4, 1fr); } }
.proofbar__list li { display: flex; flex-direction: column; gap: 5px; border-left: 2px solid var(--lime); padding-left: 14px; }
.proofbar__list strong { font-size: clamp(21px, 2.5vw, 30px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.proofbar__list span { font-size: 13.5px; color: var(--paper-dim); line-height: 1.35; }

/* ---------- Spur (Stationen) ---------- */

.spur__head { display: grid; gap: clamp(24px, 4vw, 64px); grid-template-columns: 1fr; align-items: end; margin-bottom: clamp(44px, 6vw, 84px); }
@media (min-width: 900px) { .spur__head { grid-template-columns: 1.1fr 0.9fr; } }
.spur__intro p { color: var(--ink-dim); font-size: clamp(16px, 1.5vw, 18px); margin-bottom: 1.05em; max-width: 480px; }

/* Plakative Belege statt Stationsliste — kein digitaler Lebenslauf. */
.highs { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1.5px solid var(--ink-line); }
@media (min-width: 820px) { .highs { grid-template-columns: 1fr 1fr; column-gap: clamp(32px, 5vw, 80px); } }
.high { padding: clamp(26px, 3.4vw, 40px) 0; border-bottom: 1.5px solid var(--ink-line); }
@media (min-width: 820px) { .high:nth-child(2) { border-top: none; } }
.high__claim {
  font-weight: 700; font-size: clamp(22px, 2.6vw, 31px); line-height: 1.08;
  letter-spacing: -0.03em; margin-bottom: 12px; max-width: 20ch;
  position: relative; padding-left: 20px;
}
.high__claim::before {
  content: ''; position: absolute; left: 0; top: 0.34em;
  width: 9px; height: 9px; border-radius: 50%; background: var(--lime);
  box-shadow: 0 0 0 4px rgba(182, 255, 57, 0.28);
}
.high p { color: var(--ink-dim); font-size: 16.5px; max-width: 46ch; padding-left: 20px; }

.pullquote { margin-top: clamp(40px, 5vw, 68px); max-width: 760px; }
.pullquote p { font-size: clamp(19px, 2.2vw, 27px); font-weight: 500; line-height: 1.32; letter-spacing: -0.02em; }
.pullquote footer { margin-top: 16px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); display: inline-flex; align-items: center; gap: 8px; }
.pullquote footer .ic { width: 14px; height: 14px; }

/* ---------- Log ---------- */

.log { border-top: 1px solid var(--ink-line); }
.log__head { display: grid; gap: clamp(24px, 4vw, 64px); grid-template-columns: 1fr; align-items: end; margin-bottom: clamp(40px, 5vw, 72px); }
@media (min-width: 900px) { .log__head { grid-template-columns: 1.1fr 0.9fr; } }
.log__meta p { color: var(--ink-dim); font-size: 16px; max-width: 460px; }
.log__stand { display: inline-flex !important; align-items: center; gap: 9px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink) !important; font-weight: 600; margin-bottom: 14px; }
.log__pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--lime-deep); animation: pulse 2.6s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.82); } }

.entries { list-style: none; }
.entry {
  display: grid; grid-template-columns: 92px 1fr; gap: clamp(14px, 3vw, 44px);
  padding: clamp(22px, 3vw, 30px) 0; border-top: 1px solid var(--ink-line);
}
.entry:last-child { border-bottom: 1px solid var(--ink-line); }
.entry__date { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--ink-faint); display: flex; flex-direction: column; line-height: 1.15; }
.entry__d { font-size: 26px; font-weight: 700; letter-spacing: -0.03em; color: var(--ink); }
.entry__title { font-weight: 650; font-size: clamp(17px, 1.9vw, 21px); line-height: 1.25; letter-spacing: -0.02em; margin-bottom: 10px; max-width: 40ch; }
.entry__body > p { color: var(--ink-dim); font-size: 16px; max-width: 680px; }
.entry__src { margin-top: 10px; font-size: 12.5px !important; color: var(--ink-faint) !important; }

@media (max-width: 719px) {
  .track__item, .entry { grid-template-columns: 1fr; gap: 8px; }
  .entry__date { flex-direction: row; align-items: baseline; gap: 6px; }
  .entry__d { font-size: 17px; }
}

/* ---------- Reveals ---------- */

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.85s cubic-bezier(0.22,1,0.36,1), transform 0.85s cubic-bezier(0.22,1,0.36,1); }
[data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .formation__light { animation: none; opacity: 1 !important; }
  .reel__img { transition: opacity 0.6s ease; transform: none; }
  * { animation-duration: 0.001s !important; }
}

/* ---------- Mobile-Feinheiten ---------- */

@media (max-width: 719px) {
  .hero { padding-top: 108px; }
  .hero__scroll { display: none; }
  .thesis { grid-template-columns: 1fr; gap: 4px; }
  .thesis__num { font-size: 12px; }
  .close__img { min-height: 300px; order: -1; }
}
