/* ============================================================
   OFF/CAMPUS — BRUTALIST EVENT SITE
   ============================================================ */

:root {
  --ink: #0a0a0a;
  --paper: #ffffff;
  --acid: #FF36AB;     /* Pink — Partys */
  --hot: #7747D4;      /* Purple — Meetups */
  --blue: #00E0C0;     /* Teal — Sport */
  --yellow: #FFD23F;   /* Yellow — Kultur */
  --c-paper: #ffffff;
  --c-ink: #0a0a0a;
  --bw: 4px;
  --shadow: 8px 8px 0 var(--ink);
  --shadow-lg: 14px 14px 0 var(--ink);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Space Grotesk", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration: none; }

/* ---------- GRAIN OVERLAY ---------- */
.grain {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: .045; mix-blend-mode: multiply;
  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='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- MARQUEE KEYFRAME (genutzt von .bigmarquee) ---------- */
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 500;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px; padding: 14px 24px;
  background: var(--paper);
  border-bottom: var(--bw) solid var(--ink);
}
.btn-dark { justify-self: end; }
.nav__logo {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(20px, 3vw, 28px); letter-spacing: -1px;
  line-height: .82;
}
.nav__slash { color: var(--acid); }
.nav__links { display: flex; gap: 6px; }
.nav__links a {
  font-weight: 700; font-size: 14px; letter-spacing: .5px;
  padding: 8px 12px; border: 3px solid transparent;
  transition: background .12s, color .12s;
}
@media (hover: hover) and (pointer: fine) {
  .nav__links a:hover { background: var(--ink); color: var(--paper); }
}
.nav__burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav__burger span { width: 28px; height: 3px; background: var(--ink); }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block; cursor: pointer;
  font-family: "Space Grotesk", sans-serif; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase;
  background: var(--acid); color: var(--c-ink);
  border: var(--bw) solid var(--ink);
  padding: 14px 22px; font-size: 15px;
  box-shadow: var(--shadow);
  transition: transform .1s ease, box-shadow .1s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--ink); }
}
.btn:active { transform: translate(4px, 4px); box-shadow: 2px 2px 0 var(--ink); }
.btn--big { font-size: clamp(15px, 1.6vw, 19px); padding: 20px 30px; }
.btn--ghost { background: var(--paper); color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--sm { padding: 10px 16px; font-size: 13px; box-shadow: 4px 4px 0 var(--ink); }

/* ---------- HERO ---------- */
.hero {
  padding: clamp(10px, 1.5vw, 20px) 24px 40px;
  border-bottom: var(--bw) solid var(--ink);
}
.hero__meta {
  display: flex; gap: 24px; flex-wrap: wrap;
  font-family: "Space Mono", monospace; font-weight: 700;
  font-size: 13px; text-transform: uppercase;
  border-bottom: 3px solid var(--ink); padding-bottom: 12px; margin-bottom: 16px;
}
.hero__meta span:last-child { margin-left: auto; }
.hero__title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(53px, 10.3vw, 130px);
  line-height: .97; letter-spacing: -.06em; text-transform: uppercase; padding-left: .06em;
  text-wrap: balance;
}
.hero__title .line { display: block; }
.line--outline {
  color: transparent;
  paint-order: stroke fill;
  -webkit-text-stroke: clamp(2px, .5vw, 5px) var(--ink);
  text-stroke: clamp(2px, .5vw, 5px) var(--ink);
}
.hero__bottom {
  display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-end;
  justify-content: space-between; margin-top: clamp(20px, 2.5vw, 36px);
}
.hero__lead {
  max-width: 460px; font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 500; line-height: 1.35;
}
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(24px, 2.5vw, 40px); border: var(--bw) solid var(--ink);
}
.stat { padding: 22px; border-right: var(--bw) solid var(--ink); }
.stat:last-child { border-right: none; }
.stat b {
  display: block; font-family: "Archivo Black", sans-serif;
  font-size: clamp(34px, 5vw, 64px); line-height: 1;
}
.stat--word b { font-size: clamp(24px, 3.1vw, 42px); line-height: 1.05; }
.stat span { font-family: "Space Mono", monospace; font-size: 12px; font-weight: 700; text-transform: uppercase; }

/* ---------- SECTION SHELL ---------- */
.section { padding: clamp(50px, 8vw, 110px) 24px; border-bottom: var(--bw) solid var(--ink); }
.section__head {
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 20px; margin-bottom: 44px;
}
.section__title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(40px, 8vw, 96px); line-height: .85;
  letter-spacing: -.03em; text-transform: uppercase;
  text-wrap: balance;
}
.section__kicker {
  font-family: "Space Mono", monospace; font-weight: 700;
  font-size: 14px; text-transform: uppercase; text-align: right;
  max-width: 280px; line-height: 1.6;
}

/* ---------- FILTERS ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.chip {
  cursor: pointer; font-family: "Space Grotesk", sans-serif; font-weight: 700;
  text-transform: uppercase; font-size: 14px; letter-spacing: .5px;
  background: var(--paper); border: 3px solid var(--ink); color: var(--ink);
  padding: 12px 18px; min-height: 44px;
  transition: background .1s, color .1s, box-shadow .1s;
}
@media (hover: hover) and (pointer: fine) {
  .chip:hover { background: var(--ink); color: var(--paper); }
}
.chip.is-active { background: var(--acid); color: var(--c-ink); box-shadow: 5px 5px 0 var(--ink); }

/* ---------- EVENT GRID ---------- */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  display: flex; flex-direction: column;
  border: var(--bw) solid var(--ink); background: var(--paper);
  box-shadow: var(--shadow); transition: transform .12s, box-shadow .12s;
  min-height: 340px;
}
@media (hover: hover) and (pointer: fine) {
  .card:hover { transform: translate(-4px, -4px); box-shadow: var(--shadow-lg); }
}
.card__top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px; border-bottom: 3px solid var(--ink);
  font-family: "Space Mono", monospace; font-weight: 700; font-size: 13px;
}
.card__tag { background: var(--ink); color: var(--paper); padding: 4px 10px; }
.card[data-type="party"] .card__tag { background: var(--acid); color: var(--c-ink); }
.card[data-type="meet"] .card__tag { background: var(--hot); color: var(--c-paper); }
.card[data-type="sport"] .card__tag { background: var(--blue); color: var(--c-ink); }
.card[data-type="culture"] .card__tag { background: var(--yellow); color: var(--c-ink); }
.card__date { font-family: "Archivo Black", sans-serif; font-size: 30px; line-height: 1; padding: 18px 16px 4px; }
.card__time { font-family: "Space Mono", monospace; font-weight: 700; font-size: 13px; padding: 0 16px; }
.card__title {
  font-family: "Archivo Black", sans-serif; font-size: clamp(22px, 2.4vw, 30px);
  line-height: .95; text-transform: uppercase; padding: 16px; letter-spacing: -.01em;
}
.card__blurb { padding: 0 16px 16px; font-size: 14px; font-weight: 500; line-height: 1.4; flex: 1; }
.card__venue { font-family: "Space Mono", monospace; font-size: 12px; font-weight: 700; text-align: left; }
.card__venue::before { content: "▸ "; }
.card__foot { display: flex; justify-content: space-between; align-items: center; padding: 16px; margin-top: auto; }
.card__btn {
  border: 3px solid var(--ink); background: var(--acid); color: var(--c-ink);
  font-family: "Space Grotesk", sans-serif; font-weight: 700; text-transform: uppercase;
  cursor: pointer; padding: 14px 28px; font-size: 16px; transition: background .1s, color .1s;
}
.card__btn:hover { background: var(--ink); color: var(--acid); }
.card.is-full .card__btn { background: var(--ink); color: var(--paper); cursor: not-allowed; border-color: var(--ink); }

/* ---------- BIG MARQUEE ---------- */
.bigmarquee {
  background: var(--acid); border-bottom: var(--bw) solid var(--ink);
  overflow: hidden; white-space: nowrap; padding: 14px 0;
}
.bigmarquee__track { display: inline-flex; gap: 30px; animation: scroll-x 18s linear infinite; }
.bigmarquee__track span {
  font-family: "Archivo Black", sans-serif; font-size: clamp(40px, 7vw, 90px);
  text-transform: uppercase; letter-spacing: -.02em; color: var(--c-ink);
}
.bigmarquee__track .hollow { -webkit-text-stroke: 3px var(--c-ink); color: transparent; }

/* ---------- CALENDAR ---------- */
.section--cal { background: var(--ink); color: var(--paper); }
.section--cal .section__title { color: var(--paper); }
.section--cal .section__kicker { color: var(--acid); }
.cal { border: var(--bw) solid var(--paper); }
.cal__bar {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px; border-bottom: var(--bw) solid var(--paper);
  background: var(--acid); color: var(--c-ink);
}
.cal__month { font-family: "Archivo Black", sans-serif; font-size: clamp(22px, 3vw, 36px); text-transform: uppercase; }
.cal__count { margin-left: auto; font-family: "Space Mono", monospace; font-weight: 700; font-size: 13px; }
.cal__nav {
  cursor: pointer; background: var(--ink); color: var(--paper);
  border: 3px solid var(--ink); width: 44px; height: 44px; font-size: 20px; font-weight: 700;
  transition: background .1s, color .1s;
}
@media (hover: hover) and (pointer: fine) {
  .cal__nav:hover { background: var(--paper); color: var(--ink); }
}
.cal__list { list-style: none; }
.cal__row {
  display: grid; grid-template-columns: 130px 1fr 200px 130px;
  align-items: center; gap: 16px; padding: 18px 20px;
  border-bottom: 3px solid var(--paper); transition: background .12s; cursor: pointer;
}
.cal__row:last-child { border-bottom: none; }
.cal__row:hover { background: var(--acid); }
.cal__row:hover * { color: var(--c-ink); }
.cal__day { font-family: "Archivo Black", sans-serif; font-size: clamp(18px, 2vw, 26px); }
.cal__day small { display: block; font-family: "Space Mono", monospace; font-size: 12px; font-weight: 700; color: var(--acid); }
.cal__name { font-family: "Archivo Black", sans-serif; font-size: clamp(16px, 1.8vw, 22px); text-transform: uppercase; }
.cal__name small { display: block; font-family: "Space Mono", monospace; font-size: 11px; font-weight: 400; text-transform: uppercase; opacity: .7; margin-top: 4px; }
.cal__where { font-family: "Space Mono", monospace; font-size: 13px; font-weight: 700; }
.cal__cta {
  justify-self: end; font-family: "Space Grotesk"; font-weight: 700; text-transform: uppercase;
  font-size: 13px; padding: 10px 16px; border: 3px solid var(--paper); background: transparent; color: var(--paper);
}
.cal__row:hover .cal__cta { background: var(--paper); color: var(--ink) !important; }
.cal__empty { padding: 40px 20px; text-align: center; font-family: "Space Mono", monospace; font-weight: 700; }

/* ---------- INFO ---------- */
.info__big {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(20px, 2.6vw, 38px); line-height: 1.15;
  letter-spacing: -.02em; margin-bottom: 50px; max-width: 1100px;
}
.info__big p + p { margin-top: 28px; }
.info__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: var(--bw) solid var(--ink); }
.ibox { padding: 28px 22px; border-right: var(--bw) solid var(--ink); }
.ibox:last-child { border-right: none; }
.ibox__num { font-family: "Space Mono", monospace; font-weight: 700; font-size: 14px; color: var(--hot); }
.ibox h4 { font-family: "Archivo Black", sans-serif; font-size: 26px; margin: 16px 0 10px; }
.ibox p { font-size: 14px; font-weight: 500; line-height: 1.45; }

/* ---------- FAQ ---------- */
.faq { border: var(--bw) solid var(--ink); }
.qa { border-bottom: 3px solid var(--ink); }
.qa:last-child { border-bottom: none; }
.qa__q {
  width: 100%; cursor: pointer; background: var(--paper); border: none; text-align: left; color: var(--ink);
  font-family: "Archivo Black", sans-serif; font-size: clamp(18px, 2.4vw, 30px);
  text-transform: uppercase; padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: background .1s;
}
.qa__q:hover { background: var(--acid); color: var(--c-ink); }
.qa__q span { font-size: 28px; transition: transform .2s cubic-bezier(0.23, 1, 0.32, 1); }
.qa.open .qa__q { background: var(--ink); color: var(--acid); }
.qa.open .qa__q span { transform: rotate(45deg); }
.qa__a { clip-path: inset(0 0 100% 0); transition: clip-path .25s cubic-bezier(0.23, 1, 0.32, 1); }
.qa__a p { padding: 0 24px 22px; font-size: 16px; font-weight: 500; line-height: 1.5; max-width: 700px; }
.qa__a a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.qa.open .qa__a { clip-path: inset(0 0 0% 0); }

/* ---------- FOOTER ---------- */
.footer { background: var(--ink); color: var(--paper); padding: 60px 24px 30px; }
.footer__huge {
  font-family: "Archivo Black", sans-serif; font-size: clamp(70px, 20vw, 300px);
  line-height: .82; letter-spacing: -.04em; color: var(--acid);
  -webkit-text-stroke: 2px var(--acid);
}
.footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin: 50px 0 40px; border-top: 3px solid var(--paper); padding-top: 40px; }
.footer__grid h5 { font-family: "Space Mono", monospace; font-size: 13px; color: var(--acid); margin-bottom: 14px; letter-spacing: 1px; }
.footer__grid a, .footer__grid p { display: block; font-weight: 600; font-size: 16px; margin-bottom: 8px; line-height: 1.4; }
.footer__grid a:hover { color: var(--acid); }
.footer__legal {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  border-top: 3px solid var(--paper); padding-top: 20px;
  font-family: "Space Mono", monospace; font-weight: 700; font-size: 12px; text-transform: uppercase;
}

/* ---------- TOAST ---------- */
.toast {
  position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 200%);
  background: var(--acid); color: var(--c-ink); border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow); padding: 18px 26px; z-index: 9000;
  font-family: "Archivo Black", sans-serif; font-size: 16px; text-transform: uppercase;
  max-width: 90vw; transition: transform .28s cubic-bezier(0.23, 1, 0.32, 1);
}
.toast.show { transform: translate(-50%, 0); }

/* ---------- REVEAL ANIM ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .3s cubic-bezier(0.23, 1, 0.32, 1), transform .3s cubic-bezier(0.23, 1, 0.32, 1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- DARK MODE ---------- */
[data-theme="dark"] {
  --paper: #0f0f0f;
  --ink: #f3f0e9;
}

/* ---------- DARK TOGGLE ---------- */
.btn-dark {
  background: none; border: none; cursor: pointer; font-size: 24px;
  padding: 6px; transition: transform .1s;
}
@media (hover: hover) and (pointer: fine) {
  .btn-dark:hover { transform: scale(1.1); }
}
.btn-dark:active { transform: scale(0.95); }

/* ---------- MODAL ---------- */
.modal {
  display: none; position: fixed; inset: 0; z-index: 2000;
  align-items: center; justify-content: center;
}
.modal.open { display: flex; }
.modal__overlay {
  position: absolute; inset: 0; background: rgba(0, 0, 0, 0.7); cursor: pointer;
}
.modal__card {
  position: relative; z-index: 1; background: var(--paper); color: var(--ink);
  border: var(--bw) solid var(--ink); box-shadow: var(--shadow-lg);
  max-width: 600px; width: 90vw; max-height: 80vh; overflow-y: auto;
  padding: 40px; animation: modalSlide .3s cubic-bezier(.2,1,.2,1);
}
@keyframes modalSlide { from { transform: translateY(-60px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal__close {
  position: absolute; top: 12px; right: 12px; background: none; border: none;
  font-size: 28px; cursor: pointer; color: var(--ink); padding: 4px 8px;
}
.modal__title {
  font-family: "Archivo Black", sans-serif; font-size: clamp(28px, 5vw, 42px);
  text-transform: uppercase; letter-spacing: -.02em; margin-bottom: 20px;
  text-wrap: balance;
}
.modal__body {
  font-size: 16px; font-weight: 500; line-height: 1.6; margin-bottom: 30px;
}
.modal__body p { margin-bottom: 12px; }
.modal__body strong { font-weight: 700; }
.modal__foot {
  display: flex; gap: 12px; flex-wrap: wrap;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
  .info__cards { grid-template-columns: repeat(2, 1fr); }
  .ibox:nth-child(2) { border-right: none; }
  .ibox:nth-child(1), .ibox:nth-child(2) { border-bottom: var(--bw) solid var(--ink); }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .cal__row { grid-template-columns: 90px 1fr; }
  .cal__where, .cal__cta { display: none; }
}
@media (max-width: 640px) {
  .nav { grid-template-columns: 1fr auto auto; }
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .nav.open .nav__links {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); border-bottom: var(--bw) solid var(--ink); padding: 10px;
  }
  .grid { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: var(--bw) solid var(--ink); }
  .info__cards { grid-template-columns: 1fr; }
  .ibox { border-right: none; border-bottom: var(--bw) solid var(--ink); }
  .ibox:last-child { border-bottom: none; }
  .footer__grid { grid-template-columns: 1fr; }
  .section__kicker { text-align: left; }
}

/* ============================================================
   SHOWCASE ADD-ONS (Modal-Inhalt, Countdown, Konfetti)
   ============================================================ */
.card { cursor: pointer; }

/* --- Modal-Detailinhalt --- */
.modal__tag {
  display: inline-block; font-family: "Space Mono", monospace; font-weight: 700;
  font-size: 13px; background: var(--ink); color: var(--acid);
  padding: 5px 12px; margin-bottom: 16px;
}
.modal__card[data-type="party"] .modal__tag { background: var(--hot); color: var(--c-paper); }
.modal__card[data-type="meet"] .modal__tag { background: var(--blue); color: var(--c-paper); }
.modal__card[data-type="sport"] .modal__tag { background: var(--acid); color: var(--c-ink); }
.modal__card[data-type="culture"] .modal__tag { background: var(--ink); color: var(--acid); }
.modal__line { font-size: 15px; margin-bottom: 8px; }
.modal__line b {
  display: inline-block; min-width: 86px; font-family: "Space Mono", monospace;
  font-size: 12px; letter-spacing: 1px;
}
.modal__desc { font-size: 16px; line-height: 1.5; margin: 14px 0 18px; font-weight: 500; white-space: pre-line; }
.modal__foot .btn { flex: 1; min-width: 140px; }
.modal__foot .btn:disabled { background: var(--ink); color: var(--paper); cursor: not-allowed; }

/* --- Countdown zum nächsten Event --- */
.countdown {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px;
  margin-top: 44px; padding: 16px 22px;
  border: var(--bw) solid var(--ink); background: var(--acid); color: var(--c-ink);
  box-shadow: var(--shadow);
}
.countdown__label {
  font-family: "Space Mono", monospace; font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: .5px;
}
.countdown__digits {
  margin-left: auto; font-family: "Archivo Black", sans-serif;
  font-size: clamp(22px, 3.6vw, 40px); letter-spacing: 1px; font-variant-numeric: tabular-nums;
}

/* --- Konfetti-Canvas --- */
.confetti-canvas { position: fixed; inset: 0; pointer-events: none; z-index: 9500; }

/* --- Dark-Mode-Feinschliff --- */
[data-theme="dark"] .grain { mix-blend-mode: screen; }

/* ============================================================
   RECHTLICHE SEITEN (Impressum / Datenschutz)
   ============================================================ */
.legalbar {
  position: sticky; top: 0; z-index: 500;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 24px; background: var(--paper); border-bottom: var(--bw) solid var(--ink);
}
.legalbar a.nav__logo { color: var(--ink); }
.legalbar__right { display: flex; align-items: center; gap: 14px; }
.legalbar__back { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 14px; padding: 8px 12px; border: 3px solid transparent; color: var(--ink); }
.legalbar__back:hover { background: var(--ink); color: var(--paper); }

.legal { max-width: 860px; margin: 0 auto; padding: clamp(40px, 7vw, 90px) 24px; }
.legal__draft {
  border: var(--bw) solid var(--ink); background: var(--acid); color: var(--c-ink);
  padding: 16px 20px; margin-bottom: 44px; box-shadow: var(--shadow);
  font-family: "Space Mono", monospace; font-weight: 700; font-size: 13px; line-height: 1.55;
}
.legal h1 {
  font-family: "Archivo Black", sans-serif; font-size: clamp(40px, 8vw, 92px);
  line-height: .9; text-transform: uppercase; letter-spacing: -.02em; margin-bottom: 10px;
}
.legal__updated { font-family: "Space Mono", monospace; font-weight: 700; font-size: 12px; text-transform: uppercase; margin-bottom: 36px; }
.legal h2 {
  font-family: "Archivo Black", sans-serif; font-size: clamp(20px, 3vw, 28px); text-transform: uppercase;
  letter-spacing: -.01em; margin: 40px 0 14px; padding-top: 18px; border-top: 3px solid var(--ink);
}
.legal h3 { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: .5px; margin: 22px 0 8px; }
.legal p, .legal li { font-size: 16px; line-height: 1.65; margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal address { font-style: normal; line-height: 1.7; }
.legal a { text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { background: var(--acid); color: var(--c-ink); text-decoration: none; }
/* Pink markierte Platzhalter — nach dem Ausfüllen verschwindet die Markierung von selbst */
.legal .ph { background: var(--acid); color: var(--c-ink); padding: 1px 6px; font-weight: 700; }
.legal__foot {
  border-top: var(--bw) solid var(--ink); margin-top: 60px; padding: 24px;
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
  font-family: "Space Mono", monospace; font-weight: 700; font-size: 12px; text-transform: uppercase;
}
.legal__foot a:hover { background: var(--acid); color: var(--c-ink); }

/* ---------- FOCUS ---------- */
:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 2px;
}
button:focus-visible, a:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 2px;
}

/* ---------- HERO INTRO SEQUENZ ---------- */
@keyframes heroLineIn {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: none; }
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}
.hero__title .line {
  opacity: 0;
  animation: heroLineIn .85s cubic-bezier(.22,1,.36,1) forwards;
}
.hero__title .line:nth-child(1) { animation-delay: .10s; }
.hero__title .line:nth-child(2) { animation-delay: .22s; }
.hero__title .line:nth-child(3) { animation-delay: .34s; }
.hero__title .line:nth-child(4) { animation-delay: .46s; }

.hero__meta  { opacity: 0; animation: heroFadeUp .7s cubic-bezier(.22,1,.36,1) .04s forwards; }
.hero__bottom{ opacity: 0; animation: heroFadeUp .7s cubic-bezier(.22,1,.36,1) .58s forwards; }
.hero__stats { opacity: 0; animation: heroFadeUp .7s cubic-bezier(.22,1,.36,1) .72s forwards; }

/* ---------- PULSIERENDER LIVE-PUNKT ---------- */
.hero__pulse {
  display: inline-flex; align-items: center; gap: 8px;
}
.hero__pulse i {
  display: inline-block; width: 9px; height: 9px;
  border-radius: 50%; background: var(--acid);
  box-shadow: 0 0 0 0 rgba(255,54,171,.6);
  animation: livePulse 1.8s ease-out infinite;
}
@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,54,171,.55); }
  70%  { box-shadow: 0 0 0 11px rgba(255,54,171,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,54,171,0); }
}

/* ---------- GESTAFFELTE CARD-REVEALS ---------- */
.grid .card.reveal {
  transition-delay: calc(var(--i, 0) * 75ms);
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  .bigmarquee__track,
  .hero__pulse i { animation: none; }
  .hero__title .line,
  .hero__meta, .hero__bottom, .hero__stats {
    opacity: 1; animation: none;
  }
  .reveal { transition: opacity .15s; transform: none; }
  .toast { transition: opacity .15s; }
  .qa__a { transition: none; }
  .modal__card { animation: none; }
}
