/* RAM Bischoff — bespoke CSS, Single-File-Stack (kein Tailwind-CDN). v1 */

/* ============ 1. FONTS (self-hosted, DSGVO) ============ */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Anton-400-all.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-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+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+1E00-1EFF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-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+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+1E00-1EFF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-600-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+1E00-1EFF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-700-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+1E00-1EFF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-800-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-800-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+1E00-1EFF;
}
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SpaceMono-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+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SpaceMono-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+1E00-1EFF;
}
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SpaceMono-700-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SpaceMono-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+1E00-1EFF;
}

/* ============ 2. TOKENS ============ */
:root {
  --sunken: #050506;
  --bg: #0b0b0d;
  --surface: #151517;
  --raised: #1e1e21;
  --ink: #f4f4f2;
  --ink-muted: #b4b4b8;
  --ink-faint: #7a7a80;
  --accent: #e11b22;
  --accent-hover: #f53a40;
  --accent-active: #b8151b;
  --accent-text: #ff5257;
  --accent-ink: #0a0a0b;
  --line: rgba(244, 244, 242, 0.09);
  --line-strong: rgba(244, 244, 242, 0.18);
  --line-accent: rgba(225, 27, 34, 0.5);
  --ok: #4caf6d;
  --warn: #e4a13a;
  --ff-display: "Anton", Impact, "Arial Narrow", sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, sans-serif;
  --ff-mono: "Space Mono", "SFMono-Regular", Consolas, monospace;
  --ease-snap: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-stamp: cubic-bezier(0.2, 1.4, 0.3, 1);
  --ease-out: cubic-bezier(0.33, 1, 0.68, 1);
  --pad-compact: clamp(2.5rem, 5vw, 4rem);
  --pad-standard: clamp(4rem, 8vw, 6.5rem);
  --pad-wide: clamp(6rem, 12vw, 10rem);
  --radius-s: 4px;
  --radius-m: 10px;
  --container: 1360px;
}

/* ============ 3. RESET / BASE ============ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  overflow-x: clip;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--ff-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
}
img,
video {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
input,
textarea {
  font: inherit;
  color: inherit;
}
h1,
h2,
h3,
h4 {
  font-family: var(--ff-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
::selection {
  background: var(--accent);
  color: var(--accent-ink);
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}

/* Film-Grain (Kohle-Textur statt Hofmanns Sepia) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 0%,
    transparent 40%,
    rgba(0, 0, 0, 0.55) 100%
  );
  mix-blend-mode: multiply;
}

/* ============ 4. TYPO UTILITIES ============ */
.display {
  font-family: var(--ff-display);
  font-size: clamp(3.4rem, 1.2rem + 8.5vw, 8.5rem);
  line-height: 0.92;
  letter-spacing: -0.01em;
}
h2.h-section {
  font-size: clamp(2.4rem, 1.3rem + 4vw, 4.4rem);
  line-height: 0.95;
}
h3 {
  font-family: var(--ff-body);
  font-weight: 800;
  font-size: clamp(1.3rem, 1.05rem + 1vw, 1.7rem);
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0;
}
.lead {
  font-size: clamp(1.125rem, 1.05rem + 0.35vw, 1.3rem);
  line-height: 1.55;
  max-width: 62ch;
  color: var(--ink-muted);
}
p {
  max-width: 68ch;
}
.eyebrow {
  font-family: var(--ff-mono);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-text);
}
.mono {
  font-family: var(--ff-mono);
}

/* ============ 5. LAYOUT ============ */
.wrap {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
  position: relative;
  z-index: 2;
}
section {
  position: relative;
  z-index: 2;
}
.sec-compact {
  padding-block: var(--pad-compact);
}
.sec-standard {
  padding-block: var(--pad-standard);
}
.sec-wide {
  padding-block: var(--pad-wide);
}
.sec-alt {
  background: var(--surface);
}
.grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
@media (min-width: 820px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============ 6. BOXENWAND-PLAKETTE (Signature-Element, ersetzt Hofmanns Startnummer-Plate) ============ */
.plakette {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--ff-mono);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  padding: 0.45em 0.9em 0.45em 0.55em;
  border-radius: var(--radius-s);
}
.plakette__flag {
  width: 1.1em;
  height: 1.1em;
  flex: none;
  border-radius: 2px;
  background-image:
    linear-gradient(45deg, #0a0a0b 25%, transparent 25%),
    linear-gradient(-45deg, #0a0a0b 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #0a0a0b 75%),
    linear-gradient(-45deg, transparent 75%, #0a0a0b 75%);
  background-size: 0.55em 0.55em;
  background-position:
    0 0,
    0 0.275em,
    0.275em -0.275em,
    -0.275em 0;
  background-color: #f4f4f2;
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.section-head.compact-head {
  margin-bottom: 1.25rem;
}

/* ============ 7. NAV ============ */
.nav {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 50;
  padding-block: 1.1rem;
  transition:
    background-color 0.3s var(--ease-out),
    border-color 0.3s var(--ease-out),
    transform 0.3s var(--ease-out);
  border-bottom: 1px solid transparent;
}
.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 6, 0.65) 0%,
    rgba(5, 5, 6, 0.35) 60%,
    transparent 100%
  );
  opacity: 1;
  transition: opacity 0.3s var(--ease-out);
}
.nav.is-scrolled::before {
  opacity: 0;
}
.nav.is-scrolled {
  background: rgba(11, 11, 13, 0.92);
  backdrop-filter: blur(10px);
  border-color: var(--line);
  padding-block: 0.75rem;
}
.nav.is-hidden {
  transform: translateY(-100%);
}
.nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nav__mark {
  font-family: var(--ff-display);
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  display: flex;
  align-items: baseline;
  gap: 0.35em;
}
.nav__mark b {
  color: var(--accent);
  font-weight: 400;
}
.nav__links {
  display: none;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}
.nav__links a {
  font-family: var(--ff-mono);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  transition: color 0.2s;
}
.nav__links a:hover,
.nav__links a[aria-current] {
  color: var(--ink);
}
@media (min-width: 960px) {
  .nav__links {
    display: flex;
  }
}
.nav__row .nav__cta {
  display: none;
}
@media (min-width: 960px) {
  .nav__row .nav__cta {
    display: inline-flex;
  }
}
.nav__burger {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-s);
}
@media (min-width: 960px) {
  .nav__burger {
    display: none;
  }
}
.nav__burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  position: relative;
}
.nav__burger span::before,
.nav__burger span::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  width: 18px;
  height: 2px;
  background: var(--ink);
}
.nav__burger span::before {
  top: -6px;
}
.nav__burger span::after {
  top: 6px;
}

.mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: var(--bg);
  display: none;
  flex-direction: column;
  padding: 1.5rem;
  overflow-y: auto;
}
.mobile-panel.is-open {
  display: flex;
}
.mobile-panel__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.mobile-panel a {
  font-family: var(--ff-display);
  font-size: 2.4rem;
  padding-block: 0.5rem;
  border-bottom: 1px solid var(--line);
}
.mobile-panel__foot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* ============ 8. BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.95em 1.6em;
  border-radius: var(--radius-s);
  transition:
    filter 0.15s,
    transform 0.1s,
    background-color 0.15s;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
}
.btn-primary:hover {
  background: var(--accent-hover);
}
.btn-primary:active {
  background: var(--accent-active);
  transform: scale(0.97);
}
.btn-ghost {
  border: 1.5px solid var(--line-strong);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover {
  background: var(--raised);
  border-color: var(--ink-faint);
}
.btn-ghost:active {
  transform: scale(0.97);
}
.btn-link {
  color: var(--accent-text);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  position: relative;
}
.btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s var(--ease-out);
}
.btn-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

/* ============ 9. HERO ============ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: clip;
  padding-block-end: clamp(3rem, 8vw, 5rem);
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(5, 5, 6, 0.96) 0%,
      rgba(5, 5, 6, 0.75) 32%,
      rgba(5, 5, 6, 0.25) 62%,
      rgba(5, 5, 6, 0.15) 100%
    ),
    linear-gradient(to right, rgba(5, 5, 6, 0.55) 0%, transparent 45%);
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.hero__eyebrow::before {
  content: "";
  width: 2.2rem;
  height: 2px;
  background: var(--accent);
}
.hero__title {
  overflow: visible;
}
.hero__title .line {
  display: block;
  overflow: hidden;
}
.hero__title .line span {
  display: inline-block;
  will-change: transform;
}
.hero__title b {
  color: var(--accent);
  font-weight: 400;
}
.hero__sub {
  margin-top: 1.25rem;
}
.hero__cta {
  margin-top: 2rem;
}
.hero__scroll {
  position: absolute;
  z-index: 2;
  inset-inline-start: clamp(1.25rem, 4vw, 3rem);
  bottom: 1.5rem;
  display: none;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--ink-faint);
  text-transform: uppercase;
}
@media (min-width: 820px) {
  .hero__scroll {
    display: flex;
  }
}
.hero__scroll-line {
  width: 1px;
  height: 28px;
  background: linear-gradient(var(--ink-faint), transparent);
  animation: scrolldown 1.8s ease-in-out infinite;
}
@keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

/* Speed-Lines Zielflagge-Übergang (scrub-gebunden, kein Marquee) */
.speedlines {
  position: relative;
  height: 56px;
  overflow: hidden;
  background: var(--sunken);
}
.speedlines__track {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-inline: 2rem;
  background-image: repeating-linear-gradient(
    100deg,
    var(--line-strong) 0 2px,
    transparent 2px 40px
  );
  will-change: transform;
}

/* ============ 10. BENTO / MARKEN ============ */
.bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.bento__item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 1.75rem 1.5rem;
  position: relative;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.bento__item:hover {
  border-color: var(--line-strong);
  transform: translateY(-3px);
}
.bento__item .plakette {
  position: absolute;
  top: -0.7em;
  left: 1.25rem;
}
.bento__brand {
  font-family: var(--ff-display);
  font-size: clamp(1.3rem, 1rem + 1.2vw, 1.9rem);
  margin-top: 0.5rem;
}
.bento__note {
  color: var(--ink-faint);
  font-size: 0.85rem;
  margin-top: 0.35rem;
}

/* Horizontal-Scroll-Sequenz (Mobile Marken-Band, ScrollTrigger-scrub) */
.hband {
  overflow: visible;
}
.hband__track {
  display: flex;
  gap: 1rem;
}
@media (max-width: 819px) {
  .hband {
    overflow: visible;
  }
  .hband__viewport {
    overflow: hidden;
  }
}
.hband__card {
  flex: 0 0 auto;
  width: min(78vw, 340px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 1.75rem;
}

/* ============ 11. SIGNATURE / PINNING ============ */
.signature {
  position: relative;
  background: var(--sunken);
  overflow: clip;
}
.signature__pin {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-block: clamp(3rem, 8vw, 6rem);
}
.signature__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  width: 100%;
}
@media (min-width: 960px) {
  .signature__grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}
.signature__media {
  position: relative;
  border-radius: var(--radius-m);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  aspect-ratio: 4/3;
}
.signature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.signature__facts {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.fact-plate {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-s);
  padding: 1.1rem 1.3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0.15;
  transform: translateX(24px);
}
.fact-plate__num {
  font-family: var(--ff-mono);
  font-weight: 700;
  color: var(--accent);
  font-size: 0.85rem;
}
.fact-plate strong {
  display: block;
  font-family: var(--ff-body);
  font-weight: 800;
  font-size: 1.02rem;
}

/* ============ 12. FORM ============ */
.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.15rem;
}
.field label {
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.field input,
.field textarea,
.field select {
  background: var(--sunken);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-s);
  padding: 0.85em 1em;
  color: var(--ink);
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--accent);
}
.field textarea {
  min-height: 120px;
  resize: vertical;
}
.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--ink-muted);
}
.consent input {
  margin-top: 0.3rem;
}
.form-status {
  margin-top: 1rem;
  font-family: var(--ff-mono);
  font-size: 0.85rem;
}
.form-status[data-state="ok"] {
  color: var(--ok);
}
.form-status[data-state="err"] {
  color: var(--accent-text);
}

/* ============ 13. INFO-STRIP / CONTACT CARDS ============ */
.info-cards {
  display: grid;
  gap: 1rem;
}
@media (min-width: 820px) {
  .info-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.info-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  padding: 1.6rem;
}
.info-card .eyebrow {
  display: block;
  margin-bottom: 0.6rem;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--ff-mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}
.status-pill::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: var(--ink-faint);
}
.status-pill[data-open]::before {
  background: var(--ok);
}

/* ============ 14. PAGE HEAD (Unterseiten) ============ */
.pagehead {
  padding-block-start: clamp(6.5rem, 14vw, 9rem);
  padding-block-end: 0;
}
.breadcrumb {
  font-family: var(--ff-mono);
  font-size: 0.75rem;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.breadcrumb a {
  color: var(--ink-faint);
}
.breadcrumb a:hover {
  color: var(--ink);
}
.subhead-video {
  position: relative;
  margin-top: clamp(2rem, 5vw, 3.5rem);
  border-radius: var(--radius-m);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  aspect-ratio: 16/7;
  background: var(--surface);
}
.subhead-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subhead-video__label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

/* ============ 15. FOOTER ============ */
footer {
  background: var(--sunken);
  border-top: 1px solid var(--line);
  padding-block: clamp(3rem, 6vw, 5rem) 6.5rem;
}
@media (min-width: 820px) {
  footer {
    padding-block-end: clamp(3rem, 6vw, 5rem);
  }
}
.footer__grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 820px) {
  .footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}
.footer__mark {
  font-family: var(--ff-display);
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}
.footer__mark b {
  color: var(--accent);
  font-weight: 400;
}
.footer__col h4 {
  font-family: var(--ff-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.9rem;
}
.footer__col a,
.footer__col p {
  display: block;
  color: var(--ink-muted);
  margin-bottom: 0.55rem;
  font-size: 0.92rem;
}
.footer__col a:hover {
  color: var(--ink);
}
.footer__bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--ink-faint);
}
.footer__bottom a {
  color: var(--ink-faint);
}
.footer__bottom a:hover {
  color: var(--ink);
}

/* Sticky Mobile CTA */
.mobilebar {
  position: fixed;
  bottom: 0;
  inset-inline: 0;
  z-index: 40;
  display: flex;
  background: rgba(11, 11, 13, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 0.6rem clamp(1rem, 4vw, 2rem);
  padding-bottom: calc(0.6rem + env(safe-area-inset-bottom));
  gap: 0.6rem;
}
@media (min-width: 820px) {
  .mobilebar {
    display: none;
  }
}
.mobilebar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  min-height: 44px;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  border-radius: var(--radius-s);
}
.mobilebar a:first-child {
  background: var(--raised);
  color: var(--ink);
}
.mobilebar a:last-child {
  background: var(--accent);
  color: var(--accent-ink);
}
body {
  padding-bottom: 0;
}
@media (max-width: 819px) {
  body.has-mobilebar {
    padding-bottom: 64px;
  }
}

/* ============ 16. REVEAL / MOTION HOOKS ============ */
.reveal-word,
.reveal-line {
  opacity: 0.12;
  transform: translateY(10px) scale(1.02);
}
[data-reveal] {
  opacity: 0.12;
  transform: translateY(14px);
}
.legal p,
.legal h2,
.legal h3 {
  max-width: 72ch;
}
.legal {
  padding-block-start: clamp(6.5rem, 14vw, 9rem);
}
.legal h2 {
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.2rem);
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}
.legal h2:first-of-type {
  margin-top: 0;
}
.legal p {
  margin-bottom: 1rem;
  color: var(--ink-muted);
}
.legal a {
  color: var(--accent-text);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal],
  .reveal-word,
  .reveal-line,
  .fact-plate {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 404 */
.notfound {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}
.notfound .display {
  font-size: clamp(5rem, 3rem + 10vw, 11rem);
  color: var(--accent);
}
