/* ============================================================
   KRESTOFFEL V2 — Acid Editorial / Kinetic Type
   Schwarz · Brand-Orange · Cream — Lifestyle 2026
   ============================================================ */

:root {
  --schwarz: #0b0a08;
  --schwarz-2: #14110d;
  --creme: #f2ece1;
  --creme-dim: #b5ad9e;
  --orange: #ff5a1f;
  --orange-tief: #e75725;
  --linie: rgba(242, 236, 225, .14);
  --linie-stark: rgba(242, 236, 225, .35);

  --font-display: 'Bricolage Grotesque', 'Arial Narrow', sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --font-mono: 'IBM Plex Mono', 'Consolas', monospace;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--schwarz);
  color: var(--creme);
  font-family: var(--font-display);
  font-weight: 380;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: clip;
}

::selection { background: var(--orange); color: var(--schwarz); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--schwarz); }
::-webkit-scrollbar-thumb { background: #3a332a; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--orange); }

img { max-width: 100%; display: block; }

a { color: inherit; }

h1, h2, h3 { margin: 0; font-weight: 750; line-height: .95; letter-spacing: -.02em; }

.mono {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.serif-i { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: 0; }

.shell { width: min(1400px, calc(100% - clamp(32px, 6vw, 96px))); margin-inline: auto; }

/* ---------- Overlays: Noise + Grid ---------- */

.noise {
  position: fixed;
  inset: -50%;
  z-index: 200;
  pointer-events: none;
  background: 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.78' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .045 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: kornflimmern .45s steps(3) infinite;
}

@keyframes kornflimmern {
  0% { transform: translate(0, 0); }
  33% { transform: translate(-1.5%, 2%); }
  66% { transform: translate(2%, -1%); }
  100% { transform: translate(0, 0); }
}

.raster {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--linie) 1px, transparent 1px);
  background-size: calc(100% / 6) 100%;
  opacity: .35;
}

/* ---------- Preloader ---------- */

.lader {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--schwarz);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 56px);
  transition: transform .9s cubic-bezier(.76, 0, .24, 1);
}

.lader.fertig { transform: translateY(-101%); }

.lader-wort {
  font-weight: 800;
  font-size: clamp(36px, 8vw, 110px);
  text-transform: uppercase;
  letter-spacing: -.03em;
  line-height: 1;
}

.lader-wort .serif-i { color: var(--orange); text-transform: none; }

.lader-zahl {
  font-family: var(--font-mono);
  font-size: clamp(15px, 2vw, 22px);
  color: var(--creme-dim);
}

html.laedt { overflow: hidden; }

/* ---------- Custom Cursor ---------- */

@media (hover: hover) and (pointer: fine) {
  .zeiger-punkt, .zeiger-ring { position: fixed; top: 0; left: 0; z-index: 400; pointer-events: none; border-radius: 50%; }
  .zeiger-punkt { width: 7px; height: 7px; background: var(--orange); transform: translate(-50%, -50%); }
  .zeiger-ring {
    width: 38px; height: 38px;
    border: 1px solid var(--orange);
    transform: translate(-50%, -50%);
    transition: width .25s ease, height .25s ease, background .25s ease, opacity .25s ease;
    display: grid;
    place-content: center;
  }
  .zeiger-ring .zeiger-text {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--schwarz);
    opacity: 0;
    transition: opacity .2s ease;
  }
  .zeiger-ring.aktiv { width: 64px; height: 64px; background: var(--orange); }
  .zeiger-ring.aktiv .zeiger-text { opacity: 1; }
  body.eigener-zeiger, body.eigener-zeiger a, body.eigener-zeiger button { cursor: none; }
}

/* ---------- Scroll-Fortschritt ---------- */

.fortschritt {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  z-index: 250;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background: var(--orange);
}

/* ---------- Header ---------- */

.kopf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(20px, 4vw, 56px);
  mix-blend-mode: difference;
}

.logo {
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.logo .herz { color: var(--orange); }

.kopf-nav { display: flex; gap: 26px; align-items: center; }

.kopf-nav a { text-decoration: none; position: relative; }

.kopf-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform .35s cubic-bezier(.65, 0, .35, 1);
}

.kopf-nav a:hover::after { transform: scaleX(1); transform-origin: 0 50%; }

@media (max-width: 760px) {
  .kopf-nav a:not(.live-chip) { display: none; }
}

.live-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 99px;
  padding: 7px 14px;
}

.live-chip i {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  animation: blinker 1.4s ease-in-out infinite;
}

@keyframes blinker { 50% { opacity: .25; } }

/* ---------- Hero ---------- */

.held {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: clip;
  isolation: isolate;
}

#blob { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; }

.held-inhalt { padding-bottom: 4vh; }

.held-zeile {
  display: flex;
  align-items: baseline;
  gap: clamp(12px, 2vw, 32px);
  flex-wrap: wrap;
  padding-inline: clamp(16px, 3vw, 56px);
}

.held-titel {
  font-size: clamp(64px, 16.5vw, 290px);
  font-weight: 800;
  font-stretch: 80%;
  text-transform: uppercase;
  letter-spacing: -.045em;
  line-height: .82;
}

.held-titel.umriss {
  color: transparent;
  -webkit-text-stroke: 2px var(--creme);
}

.held-einwurf {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(22px, 4.4vw, 76px);
  color: var(--orange);
  transform: rotate(-4deg);
  translate: 0 -1vw;
}

.held-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 26px clamp(16px, 3vw, 56px);
  color: var(--creme-dim);
}

.held-meta .ort::before { content: '◉ '; color: var(--orange); }

/* Marquee */

.band {
  border-block: 1px solid var(--linie-stark);
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

.band-track { display: inline-flex; will-change: transform; }

.band-track > span {
  font-weight: 800;
  font-stretch: 80%;
  font-size: clamp(28px, 4.6vw, 72px);
  text-transform: uppercase;
  letter-spacing: -.02em;
  padding: 10px 0;
}

.band-track .trenn { color: var(--orange); padding-inline: .35em; }

.band-track .hohl { color: transparent; -webkit-text-stroke: 1.5px var(--creme-dim); }

.band.invers { background: var(--orange); color: var(--schwarz); border: 0; }
.band.invers .hohl { -webkit-text-stroke-color: rgba(11, 10, 8, .55); }
.band.invers .trenn { color: var(--schwarz); }

/* ---------- Sektionen allgemein ---------- */

.abschnitt { position: relative; padding: clamp(90px, 14vh, 170px) 0; }

.abschnitt-kopf {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--linie-stark);
  padding-bottom: 18px;
  margin-bottom: clamp(40px, 6vh, 72px);
}

.abschnitt-kopf .nr { color: var(--orange); }

.abschnitt-titel {
  font-size: clamp(40px, 7.5vw, 110px);
  font-stretch: 82%;
  text-transform: uppercase;
}

[id] { scroll-margin-top: 70px; }

/* Wort-Reveal */

.wort-reveal .wort { display: inline-block; overflow: clip; vertical-align: bottom; }
.wort-reveal .wort > span { display: inline-block; transform: translateY(110%); transition: transform .7s cubic-bezier(.2, .65, .25, 1); }
.wort-reveal.sichtbar .wort > span { transform: none; }

[data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .65, .25, 1); }
[data-reveal].sichtbar { opacity: 1; transform: none; }

/* ---------- Manifest ---------- */

.manifest { display: grid; grid-template-columns: 1fr min(900px, 75%); gap: 24px; }

.manifest .rand { color: var(--creme-dim); }

.manifest-text {
  font-size: clamp(26px, 3.6vw, 54px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.manifest-text .serif-i { color: var(--orange); font-size: 1.08em; }

.manifest-text .dim { color: var(--creme-dim); }

.manifest-fuss { margin-top: 48px; display: flex; gap: 14px; flex-wrap: wrap; }

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

/* ---------- Buttons (magnetisch) ---------- */

.knopf {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .02em;
  border: 1px solid var(--linie-stark);
  border-radius: 99px;
  padding: 16px 30px;
  position: relative;
  overflow: hidden;
  transition: color .35s ease, border-color .35s ease;
  will-change: transform;
}

.knopf::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--orange);
  border-radius: inherit;
  transform: translateY(101%);
  transition: transform .4s cubic-bezier(.65, 0, .35, 1);
  z-index: -1;
}

.knopf:hover { color: var(--schwarz); border-color: var(--orange); }
.knopf:hover::before { transform: none; }

.knopf.voll { background: var(--orange); border-color: var(--orange); color: var(--schwarz); }
.knopf.voll::before { background: var(--creme); }

/* ---------- Charaktere: Sticky-Stack ---------- */

.figuren { position: relative; }

.figur {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: stretch;
  background: var(--schwarz);
  border-top: 1px solid var(--linie-stark);
  overflow: clip;
}

.figur:nth-child(2) { background: var(--schwarz-2); }
.figur:nth-child(3) { background: #1a120a; }

.figur-bild { position: relative; min-height: 46svh; background: var(--orange); overflow: clip; }

.figur-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15) brightness(.95);
  mix-blend-mode: multiply;
  transition: filter .6s ease, transform .8s cubic-bezier(.2, .65, .25, 1);
}

.figur:hover .figur-bild img { filter: grayscale(0) contrast(1); mix-blend-mode: normal; transform: scale(1.03); }

.figur-bild .figur-tag {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  background: var(--schwarz);
  color: var(--creme);
  padding: 8px 14px;
  border-radius: 99px;
}

.figur-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(28px, 5vw, 80px);
}

.figur-index { color: var(--orange); }

.figur-name {
  font-size: clamp(44px, 6.5vw, 110px);
  font-stretch: 80%;
  text-transform: uppercase;
  line-height: .9;
}

.figur-zitat { font-family: var(--font-serif); font-style: italic; font-size: clamp(19px, 2vw, 26px); color: var(--orange); }

.figur-text { color: var(--creme-dim); max-width: 52ch; }

.figur-daten { display: flex; gap: 28px; flex-wrap: wrap; border-top: 1px solid var(--linie); padding-top: 18px; }

.figur-daten div { display: flex; flex-direction: column; gap: 4px; }
.figur-daten .wert { font-weight: 600; font-size: 15px; color: var(--creme); }
.figur-daten .mono { color: var(--creme-dim); }

.figur-links { display: flex; gap: 12px; flex-wrap: wrap; }

@media (max-width: 860px) {
  .figur { grid-template-columns: 1fr; min-height: auto; position: relative; }
  .figur-bild { aspect-ratio: 16/10; min-height: 0; }
}

/* ---------- Archiv (VOD-Index) ---------- */

.archiv-liste { border-top: 1px solid var(--linie-stark); }

.archiv-zeile {
  display: grid;
  grid-template-columns: 90px 1fr auto auto;
  align-items: center;
  gap: clamp(14px, 3vw, 40px);
  padding: clamp(22px, 3.5vh, 38px) 8px;
  border-bottom: 1px solid var(--linie-stark);
  text-decoration: none;
  position: relative;
  transition: padding-left .35s cubic-bezier(.65, 0, .35, 1), background .35s ease;
}

.archiv-zeile:hover { padding-left: 26px; background: rgba(255, 90, 31, .06); }

.archiv-zeile .az-nr { color: var(--creme-dim); }

.archiv-zeile .az-titel {
  font-size: clamp(24px, 3.8vw, 56px);
  font-weight: 700;
  font-stretch: 84%;
  text-transform: uppercase;
  letter-spacing: -.02em;
  transition: color .3s ease;
}

.archiv-zeile:hover .az-titel { color: var(--orange); }

.archiv-zeile .az-meta { color: var(--creme-dim); text-align: right; }

.archiv-zeile .az-pfeil {
  font-size: 26px;
  transition: transform .35s cubic-bezier(.65, 0, .35, 1);
}

.archiv-zeile:hover .az-pfeil { transform: translateX(8px) rotate(-45deg); color: var(--orange); }

/* Schwebende Vorschau */
.schwebe-bild {
  position: fixed;
  z-index: 90;
  width: clamp(220px, 24vw, 360px);
  aspect-ratio: 16/10;
  object-fit: cover;
  pointer-events: none;
  opacity: 0;
  scale: .85;
  rotate: 3deg;
  transition: opacity .25s ease, scale .25s ease;
  border: 1px solid var(--linie-stark);
}

.schwebe-bild.an { opacity: 1; scale: 1; }

@media (max-width: 860px) {
  .archiv-zeile { grid-template-columns: auto 1fr auto; }
  .archiv-zeile .az-meta { display: none; }
  .schwebe-bild { display: none; }
}

/* ---------- Zahlen / Stats ---------- */

.zahlen { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--linie-stark); }

.zahl {
  padding: clamp(28px, 4vw, 56px);
  border-right: 1px solid var(--linie-stark);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zahl:last-child { border-right: 0; }

.zahl strong {
  font-size: clamp(44px, 6vw, 96px);
  font-weight: 800;
  font-stretch: 80%;
  line-height: 1;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}

.zahl strong em { font-style: normal; color: var(--orange); }

.zahl .mono { color: var(--creme-dim); }

@media (max-width: 760px) {
  .zahlen { grid-template-columns: 1fr; }
  .zahl { border-right: 0; border-bottom: 1px solid var(--linie-stark); }
  .zahl:last-child { border-bottom: 0; }
}

/* ---------- Kooperation ---------- */

.koop {
  position: relative;
  text-align: center;
  padding: clamp(110px, 18vh, 220px) 0;
  isolation: isolate;
  overflow: clip;
  transition: background .5s ease;
}

.koop .riesen-mail {
  display: inline-block;
  text-decoration: none;
  font-size: clamp(30px, 6.4vw, 104px);
  font-weight: 800;
  font-stretch: 78%;
  text-transform: uppercase;
  letter-spacing: -.035em;
  line-height: 1;
  color: var(--creme);
  position: relative;
}

.koop .riesen-mail .at { color: var(--orange); font-family: var(--font-serif); font-style: italic; font-stretch: 100%; letter-spacing: 0; text-transform: none; }

.koop .riesen-mail::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform .5s cubic-bezier(.65, 0, .35, 1);
}

.koop .riesen-mail:hover::after { transform: scaleX(1); transform-origin: 0 50%; }

.koop-tags { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 44px; }

.koop-tags span {
  border: 1px solid var(--linie-stark);
  border-radius: 99px;
  padding: 9px 18px;
  color: var(--creme-dim);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* ---------- Footer ---------- */

.fuss { border-top: 1px solid var(--linie-stark); padding-top: clamp(48px, 8vh, 90px); }

.fuss-riese {
  font-size: clamp(52px, 12.5vw, 220px);
  font-weight: 800;
  font-stretch: 78%;
  text-transform: uppercase;
  letter-spacing: -.045em;
  line-height: .85;
  text-align: center;
}

.fuss-riese .herz { color: var(--orange); }

.fuss-gitter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px 0 28px;
}

.fuss-gitter nav { display: flex; gap: 20px; flex-wrap: wrap; }

.fuss-gitter a { color: var(--creme-dim); text-decoration: none; }
.fuss-gitter a:hover { color: var(--orange); }

.fuss-uhr { font-variant-numeric: tabular-nums; color: var(--creme-dim); }

/* ---------- Reduzierte Bewegung ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .noise { animation: none; }
  .lader { display: none; }
  html.laedt { overflow: auto; }
  .band-track { transform: none !important; }
  [data-reveal], .wort-reveal .wort > span { opacity: 1 !important; transform: none !important; transition: none !important; }
  .live-chip i { animation: none; }
  .figur { position: relative; }
  .schwebe-bild { display: none; }
}


/* ---------- Rechtliche Unterseiten ---------- */

.recht-seite .kopf {
  mix-blend-mode: normal;
  background: linear-gradient(to bottom, rgba(11, 10, 8, .96), rgba(11, 10, 8, .7), transparent);
}

.recht-main { position: relative; z-index: 1; min-height: 70svh; }

.recht-held {
  padding-top: clamp(150px, 22vh, 240px);
  padding-bottom: clamp(64px, 10vh, 120px);
  border-bottom: 1px solid var(--linie-stark);
}

.recht-kicker { color: var(--orange); margin: 0 0 22px; }

.recht-titel {
  max-width: 1100px;
  font-size: clamp(58px, 12vw, 190px);
  font-weight: 800;
  font-stretch: 78%;
  line-height: .84;
  letter-spacing: -.05em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.recht-titel .serif-i {
  display: block;
  color: var(--orange);
  font-size: .58em;
  line-height: 1;
  text-transform: none;
}

.recht-einleitung {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--creme-dim);
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.35;
}

.recht-layout {
  display: grid;
  grid-template-columns: minmax(180px, 250px) minmax(0, 920px);
  justify-content: space-between;
  gap: clamp(36px, 7vw, 100px);
  padding-top: clamp(54px, 9vh, 105px);
  padding-bottom: clamp(90px, 14vh, 170px);
}

.recht-nav {
  align-self: start;
  position: sticky;
  top: 105px;
  border-top: 1px solid var(--linie-stark);
}

.recht-nav a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--linie);
  color: var(--creme-dim);
  text-decoration: none;
  transition: color .25s ease, padding-left .25s ease;
}

.recht-nav a:hover,
.recht-nav a[aria-current="page"] { color: var(--orange); padding-left: 8px; }

.recht-text { min-width: 0; }

.recht-text > :first-child { margin-top: 0; }

.recht-text h2 {
  margin: 68px 0 18px;
  padding-top: 12px;
  border-top: 1px solid var(--linie-stark);
  color: var(--creme);
  font-size: clamp(29px, 4vw, 52px);
  font-stretch: 82%;
  line-height: 1;
  text-transform: uppercase;
}

.recht-text h3 {
  margin: 34px 0 12px;
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.recht-text p,
.recht-text li { color: var(--creme-dim); }

.recht-text p { margin: 0 0 17px; }

.recht-text ul { margin: 0 0 22px; padding-left: 22px; }
.recht-text li { margin-bottom: 8px; }
.recht-text li::marker { color: var(--orange); }

.recht-text a { color: var(--creme); text-decoration-color: var(--orange); text-underline-offset: 4px; }
.recht-text a:hover { color: var(--orange); }

.recht-kasten {
  margin: 0 0 30px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--linie-stark);
  background: rgba(255, 90, 31, .055);
}

.recht-kasten p:last-child { margin-bottom: 0; }

.recht-adresse {
  color: var(--creme);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.recht-meta {
  margin-top: 58px;
  padding-top: 16px;
  border-top: 1px solid var(--linie-stark);
  color: var(--creme-dim);
}

@media (max-width: 860px) {
  .recht-layout { grid-template-columns: 1fr; }
  .recht-nav { position: relative; top: auto; }
  .recht-titel { font-size: clamp(54px, 16vw, 120px); }
}
