/* ================================================================
   christianlessner.com – Haupt-Stylesheet
   Design-Tokens und Masse 1:1 aus dem Claude-Design uebernommen.
   ================================================================ */

/* ---- Fonts (lokal gehostet, Subset latin, woff2) ---- */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/archivo-black-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ibm-plex-mono-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Tokens ---- */
:root {
  --bg: #262626;
  --bg-card: #2e2e2e;
  --bg-deep: #232323;
  --bg-overlay: rgba(20, 20, 20, .55);
  --line: #3d3d3d;
  --line-soft: #333333;
  --line-hover: #5c5c5c;
  --text: #e9e9e9;
  --muted: #a0a0a0;
  --muted-body: #a8a8a8;
  --dim: #757575;
  --dimmer: #5f5f5f;
  --ac: #ee8a4c;
  --font-body: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Archivo Black', 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', 'Consolas', monospace;
}

/* ---- Basis ---- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--text); text-decoration: none; }
a:hover { color: #ffffff; }
::selection { background: var(--ac); color: #1c1c1c; }
:focus-visible { outline: 1px solid var(--text); outline-offset: 3px; }
button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }

.accent { color: var(--ac); font-weight: 600; }
.strong { color: var(--text); font-weight: 600; }
.mono { font-family: var(--font-mono); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 300;
  background: var(--bg-deep);
  color: var(--text);
  padding: .7rem 1.2rem;
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid var(--ac);
}
.skip-link:focus { left: 0; }

/* Nur fuer Screenreader, visuell ausgeblendet */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Ueberschriften-Grundstil */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.page-h1 {
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  line-height: 1.02;
  margin: 0 0 1rem;
}
.dot { color: var(--ac); }

/* Abschnitts-Label mit Akzent-Quadrat */
.section-label {
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: .6rem;
  border-bottom: 1px solid var(--line);
}
.section-label::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--ac);
  margin-right: .7rem;
}

/* ---- Gradient-Platzhalter (Design-Keys) ---- */
.g-beauty  { background: linear-gradient(115deg, #d9a184 0%, #8a5a44 55%, #3c2418 100%); }
.g-auto    { background: linear-gradient(115deg, #5c7d9c 0%, #22303f 60%, #0e141c 100%); }
.g-food    { background: linear-gradient(115deg, #b5451f 0%, #6e2a12 55%, #2a0f06 100%); }
.g-beauty2 { background: linear-gradient(115deg, #c98ba0 0%, #6e3c4e 60%, #2a1119 100%); }
.g-teal    { background: linear-gradient(115deg, #c97b4a 0%, #1f4046 60%, #0c1a1d 100%); }
.g-night   { background: linear-gradient(115deg, #3a4a66 0%, #16202e 60%, #080c12 100%); }
.g-green   { background: linear-gradient(115deg, #6a7a4a 0%, #24301f 60%, #0d120a 100%); }
.g-amber   { background: linear-gradient(115deg, #c9a34a 0%, #4a3a1a 60%, #1a1206 100%); }

/* ---- Animationen ---- */
@keyframes hardcut { 0% { opacity: 1; } 25% { opacity: 0; } 100% { opacity: 0; } }
@keyframes xfade { 0% { opacity: 0; } 6% { opacity: 1; } 25% { opacity: 1; } 34% { opacity: 0; } 100% { opacity: 0; } }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.frames { position: absolute; inset: 0; }
.frames .frame { position: absolute; inset: 0; opacity: 0; }
.frames-hardcut .frame { animation: hardcut 4.8s steps(1) infinite; }
.frames-xfade .frame { animation: xfade 16s ease-in-out infinite; }
.frames-hardcut .frame:nth-child(1) { animation-delay: 0s; }
.frames-hardcut .frame:nth-child(2) { animation-delay: 1.2s; }
.frames-hardcut .frame:nth-child(3) { animation-delay: 2.4s; }
.frames-hardcut .frame:nth-child(4) { animation-delay: 3.6s; }
.frames-xfade .frame:nth-child(1) { animation-delay: 0s; }
.frames-xfade .frame:nth-child(2) { animation-delay: 4s; }
.frames-xfade .frame:nth-child(3) { animation-delay: 8s; }
.frames-xfade .frame:nth-child(4) { animation-delay: 12s; }

.shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 20, 20, .88) 0%, rgba(20, 20, 20, .25) 45%, rgba(20, 20, 20, 0) 70%);
}

/* ---- Header ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .8rem 2rem;
  padding: .75rem 2rem;
  background: rgba(38, 38, 38, .9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.brand { display: block; }
.brand-name {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.2;
}
.brand-name .dot { font-weight: 900; font-size: 1.25em; line-height: 0; }
.brand-sub {
  display: block;
  font-family: var(--font-mono);
  font-size: .72rem;
  color: var(--muted);
  letter-spacing: .16em;
  margin-top: .1rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.brand-sub .dot { color: var(--ac); }

.nav-desktop {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .6rem 1.7rem;
}
.nav-link {
  display: inline-block;
  padding: 0 0 .3rem;
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 2px solid transparent;
}
.nav-link:hover { color: #ffffff; }
.nav-link.active { color: var(--text); border-bottom-color: var(--ac); }

.lang-switch {
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .12em;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: .3rem .7rem;
  margin-left: .4rem;
  white-space: nowrap;
}
.lang-switch a { color: var(--muted); }
.lang-switch a:hover { color: #ffffff; }
.lang-switch .lang-active { color: var(--ac); font-weight: 500; }

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  padding: .6rem .65rem;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle:hover { border-color: var(--line-hover); }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--text); }

.nav-mobile {
  display: none;
  width: 100%;
  flex-direction: column;
  border-top: 1px solid var(--line);
  margin-top: .2rem;
}
.nav-mobile .nav-link {
  border-bottom: 1px solid var(--line);
  text-align: left;
  padding: .85rem 0;
  font-size: .9rem;
}
.nav-mobile .nav-link.active { color: var(--text); }
.nav-mobile .lang-switch { border: none; padding: .9rem 0 .2rem; margin: 0; }

@media (max-width: 880px) {
  .nav-desktop { display: none; }
  .menu-toggle { display: flex; }
  body.menu-open .nav-mobile { display: flex; }
}

/* ---- Weiche (Startseite) ---- */
.weiche {
  display: flex;
  flex-flow: row wrap;
  min-height: calc(100dvh - 74px);
}
.weiche-panel {
  position: relative;
  flex: 1 1 420px;
  min-width: min(100%, 420px);
  min-height: 56vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid var(--line);
  transition: flex-grow .45s cubic-bezier(.4, 0, .2, 1);
}
.weiche-panel:first-child { border-right: 1px solid var(--line); }
.weiche-panel:hover, .weiche-panel:focus-visible { flex-grow: 1.6; }
.video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.weiche-content { position: relative; padding: 2rem 2.2rem 2.4rem; }
.weiche-tags {
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .6rem;
}
.weiche-title {
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.03;
}
.weiche-text {
  color: var(--muted-body);
  font-size: .95rem;
  max-width: 56ch;
  margin: .6rem 0 0;
}
.weiche-cta {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--muted);
  padding-bottom: .2rem;
}
.weiche-cta .dot, .teaser .dot { color: var(--ac); }

/* ---- Seiten-Sektionen ---- */
.page {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 3.5rem 2rem 5rem;
}
.page-project { padding-top: 2.6rem; }
.page-intro {
  color: var(--muted-body);
  max-width: max(70%, 48ch);
  margin: 0 0 2.4rem;
  font-size: 1.05rem;
}
.page-intro + .page-intro { margin-top: -1.3rem; }

/* ---- Filter-Tabs (Commercial) ---- */
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.8rem;
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.8rem;
}
.filter-tab {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: .4rem 0 .7rem;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.filter-tab:hover { color: #ffffff; }
.filter-tab.active { color: var(--text); border-bottom-color: var(--ac); }

/* ---- Reel-Posterframe ---- */
.reel-wrap {
  background: var(--bg-card);
  border: 1px solid var(--line);
  padding: clamp(1rem, 2.5vw, 2rem);
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.reel-box {
  position: relative;
  aspect-ratio: 16 / 9;
  width: min(100%, calc(58vh * 16 / 9));
  background: var(--bg-deep);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.reel-box .frames, .reel-box .poster { opacity: .55; }
.reel-box .poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reel-center { position: relative; text-align: center; }
.play-circle {
  width: 68px;
  height: 68px;
  border: 1px solid var(--text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .9rem;
}
.play-circle svg { width: 22px; height: 22px; fill: var(--text); margin-left: 3px; }
.reel-label {
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing: .14em;
  color: var(--text);
  text-transform: uppercase;
}
.reel-note {
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .1em;
  color: var(--muted);
  margin-top: .6rem;
  text-transform: uppercase;
}
.reel-note .dot { color: var(--ac); }

/* ---- Portfolio-Grid ---- */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  gap: 1.4rem;
}
.grid-film { grid-template-columns: repeat(auto-fill, minmax(min(100%, 480px), 1fr)); }

.tile {
  border: 1px solid var(--line);
  background: var(--bg-card);
  overflow: hidden;
}
.tile:hover { border-color: var(--line-hover); }
.tile-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.tile-media .bg { position: absolute; inset: 0; }
.tile-media img.bg { width: 100%; height: 100%; object-fit: cover; }
.tile-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text);
  background: var(--bg-overlay);
  opacity: 0;
  transition: opacity .25s;
}
.tile:hover .tile-overlay,
.tile-media:focus-visible .tile-overlay,
.tile-link:focus-visible .tile-overlay { opacity: 1; }
.tile-overlay .dot { color: var(--ac); margin-left: .5rem; }
.tile-body { padding: .95rem 1.1rem 1.1rem; }
.tile-title { font-weight: 600; font-size: 1.05rem; letter-spacing: .01em; }
.tile-facts {
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .06em;
  color: var(--muted);
  margin-top: .4rem;
  line-height: 1.8;
}
.tile-facts .kind { color: var(--text); font-weight: 500; }

.tile-link { display: block; color: inherit; cursor: pointer; }
.grid-film .tile-body { padding: 1.1rem 1.3rem 1.25rem; }
.grid-film .tile-title { font-size: 1.25rem; }
.grid-film .tile-facts { font-size: .8rem; margin-top: .45rem; }

/* ---- Show More ---- */
.show-more-wrap { display: flex; justify-content: center; margin-top: 1.8rem; }
.show-more {
  display: inline-block;
  padding: .7rem 1.6rem;
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
}
.show-more:hover { color: #ffffff; border-color: var(--ac); }

/* ---- Marken-Ticker ---- */
.ticker {
  margin-top: 4rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
  overflow: hidden;
  position: relative;
}
.ticker-track {
  display: flex;
  gap: 2.6rem;
  width: max-content;
  animation: ticker 44s linear infinite;
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.ticker-track .dot { color: var(--ac); }
.ticker-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to right, var(--bg) 0%, rgba(38, 38, 38, 0) 6%, rgba(38, 38, 38, 0) 94%, var(--bg) 100%);
}

/* ---- Cross-Teaser ---- */
.teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  margin-top: 4rem;
  border: 1px solid var(--line);
  overflow: hidden;
  cursor: pointer;
}
.teaser-content { position: relative; padding: 1.4rem 1.6rem 1.5rem; }
.teaser-label {
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .4rem;
}
.teaser-title { font-size: clamp(1.6rem, 3.5vw, 2.6rem); line-height: 1.05; }
.teaser-next { min-height: 200px; }
.teaser-next .teaser-title { font-size: clamp(1.4rem, 3vw, 2.2rem); }
.teaser-bg { position: absolute; inset: 0; opacity: .7; }
img.teaser-bg { width: 100%; height: 100%; object-fit: cover; }

/* ---- Film-Seite ---- */
.jump-links { display: flex; gap: 2rem; flex-wrap: wrap; margin: -0.8rem 0 2.4rem; }
.link-underline {
  display: inline-block;
  padding: 0 0 .25rem;
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.link-underline:hover { color: #ffffff; border-color: var(--ac); }
.link-underline .dot { color: var(--ac); }
.film-section-label { margin: 3.2rem 0 1.2rem; }
.film-section-label + .grid { scroll-margin-top: 90px; }
.film-section-label.second { margin-top: 4rem; }
[id^="sec-"] { scroll-margin-top: 90px; }

/* ---- Projekt-Detailseite ---- */
.back-link { margin-bottom: 2.4rem; }
.proj-kind {
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .6rem;
}
.proj-h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.04;
  margin: 0 0 1.2rem;
  max-width: 24ch;
}
.proj-synopsis {
  color: var(--muted-body);
  max-width: max(60%, 52ch);
  margin: 0 0 .9rem;
  font-size: 1.05rem;
  line-height: 1.7;
}
.placeholder-note {
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .08em;
  margin: 0 0 2.4rem;
}
.proj-trailer { margin-bottom: 2.6rem; }
.proj-cols { display: flex; flex-wrap: wrap; gap: 3rem; align-items: flex-start; }
.proj-main { flex: 1.6 1 460px; min-width: min(100%, 460px); }
.proj-side { flex: 1 1 280px; min-width: min(100%, 280px); }
.proj-main .section-label, .proj-side .section-label { margin: 0 0 1.2rem; }
.stills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  gap: 1rem;
}
.still {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.still img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.still:hover { border-color: var(--ac); }
.look-label { margin: 2.6rem 0 1rem !important; }
.look-text { color: var(--muted-body); font-size: .98rem; line-height: 1.7; max-width: 58ch; }
.look-note { margin: .8rem 0 0; }
.credits-list { display: flex; flex-direction: column; gap: .9rem; font-family: var(--font-mono); letter-spacing: .04em; }
.credit-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: .9rem;
}
.credit-key {
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--dim);
  white-space: nowrap;
}
.credit-val { font-size: .84rem; color: var(--text); text-align: right; }

/* ---- Services ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: 1.4rem;
}
.service-card {
  border: 1px solid var(--line);
  background: var(--bg-card);
  padding: 1.5rem 1.6rem 1.7rem;
}
.service-card:hover { border-color: var(--line-hover); }
.service-title {
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 .8rem;
  font-weight: 500;
}
.service-title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--ac);
  margin-right: .7rem;
}
.service-text { color: var(--muted-body); font-size: .95rem; }
.tool-link { margin: 1.1rem 0 0; }

/* ---- About ---- */
.about-cols { display: flex; flex-wrap: wrap; gap: 3rem; }
.about-main { flex: 1.4 1 420px; min-width: min(100%, 420px); }
.about-side { flex: 1 1 300px; min-width: min(100%, 300px); }
.about-p { margin: 0 0 1.1rem; max-width: max(70%, 48ch); color: var(--muted-body); font-size: 1.05rem; }
.about-quote {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.55;
  border-left: 2px solid var(--ac);
  padding-left: 1.2rem;
  margin: 1.8rem 0;
  max-width: 48ch;
}
.about-quote .accent { font-weight: inherit; }
.about-note { margin: 1.6rem 0 0; }
.portrait {
  aspect-ratio: 4 / 5;
  max-width: 320px;
  background: repeating-linear-gradient(45deg, #232323 0 14px, #282828 14px 28px);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .14em;
  color: var(--dim);
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  text-align: center;
  padding: 1rem;
}
.fact-list {
  font-family: var(--font-mono);
  font-size: .84rem;
  line-height: 2.1;
  color: var(--muted);
  letter-spacing: .04em;
}
.fact-heading {
  color: var(--text);
  font-weight: 500;
  display: block;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .76rem;
}
.fact-heading::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--ac);
  margin-right: .7rem;
}
.fact-list .fact-heading + .fact-heading, .fact-list .spaced { margin-top: 1.2rem; }
.fact-list a { color: var(--muted); }
.fact-list a:hover { color: #ffffff; }

/* ---- Kontakt ---- */
.contact-stack { display: flex; flex-direction: column; gap: 1.6rem; margin: .5rem 0 2.8rem; }
.contact-item .fact-heading { margin-bottom: .5rem; }
.contact-mail {
  font-weight: 600;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  border-bottom: 2px solid var(--ac);
  display: inline-block;
  padding-bottom: .2rem;
  word-break: break-all;
}
.contact-phone {
  font-weight: 600;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  border-bottom: 2px solid var(--line);
  display: inline-block;
  padding-bottom: .2rem;
}

/* ---- Footer ---- */
.site-footer { border-top: 1px solid var(--line); margin-top: auto; }
.footer-row {
  max-width: 1440px;
  margin: 0 auto;
  padding: .85rem 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2rem;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .1em;
  color: var(--dim);
}
.footer-links { display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: #ffffff; }
.footer-row a { color: var(--dim); }
.footer-row a:hover { color: #ffffff; }
.footer-links a:hover { color: #ffffff; }
.footer-note {
  max-width: 1440px;
  margin: 0 auto;
  padding: .45rem 2rem .75rem;
  text-align: center;
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .12em;
  color: var(--dimmer);
}

/* ---- Lightbox ---- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(16, 16, 16, .93);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.lightbox[hidden] { display: none; }
.lb-bar {
  width: min(1100px, 94vw);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
}
.lb-title {
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text);
}
.lb-close {
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .45rem .9rem;
}
.lb-close:hover { color: #ffffff; border-color: var(--ac); }
.lb-stage {
  width: min(1100px, 94vw, calc(70vh * 16 / 9));
  aspect-ratio: 16 / 9;
  background: var(--bg-deep);
  border: 1px solid var(--line);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.lb-stage iframe, .lb-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}
.lb-stage .lb-gradient { position: absolute; inset: 0; }
.lb-caption {
  position: relative;
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(233, 233, 233, .85);
  background: rgba(16, 16, 16, .6);
  padding: .4rem .8rem;
  margin-bottom: 1rem;
}
.lb-nav {
  width: min(1100px, 94vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.2rem;
}
.lb-nav[hidden] { display: none; }
.lb-prev, .lb-next {
  border: 1px solid var(--line);
  color: var(--text);
  font-family: var(--font-mono);
  font-size: .9rem;
  padding: .5rem 1.1rem;
}
.lb-prev:hover, .lb-next:hover { border-color: var(--ac); }
.lb-counter {
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing: .16em;
  color: var(--muted);
}
body.lb-open { overflow: hidden; }

/* ---- Mobile Anpassungen ---- */
@media (max-width: 880px) {
  /* Cross-Teaser etwa 3:1, flacher als die 16:9-Kacheln, aber nicht so flach
     wie Desktop. min-height statt aspect-ratio, damit lange Titel den Teaser
     mitwachsen lassen statt abgeschnitten zu werden (Seitenpadding 2x 2rem). */
  .teaser {
    min-height: calc((100vw - 4rem) / 3);
  }
  /* Grauer Rahmen um die Reels entfaellt */
  .reel-wrap {
    background: none;
    border: 0;
    padding: 0;
  }
}

/* ---- Reduzierte Bewegung ---- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .frames .frame { animation: none; }
  .frames .frame:first-child { opacity: 1; }
  .ticker-track { animation: none; }
  .weiche-panel { transition: none; }
  .tile-overlay { transition: none; }
}
