@font-face {
  font-family: 'DINCondensed';
  src: url('/assets/din_condensed_bold-webfont.woff2') format('woff2'),
       url('/assets/din_condensed_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HeyNovember';
  src: url('/assets/hey_november-webfont.woff2') format('woff2'),
       url('/assets/hey_november-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #c1922e;
  --grau: #eeeeee;
  --blau: #1d252c;
}

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

html, body { overflow-x: clip; }

body { background: var(--blau); }

body.start {
  font-family: 'DINCondensed', 'Arial Narrow', Arial, sans-serif;
  color: var(--grau);
  cursor: url('/assets/dmkrcursor.png'), auto;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

body.start a, body.start button { cursor: url('/assets/dmkrcursor2.png'), pointer; }

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.wortmarke {
  width: 112px;
  height: auto;
  margin-bottom: 20px;
  z-index: 3;
}

.stage {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 24px 18px;
  text-align: center;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
}

.herologo {
  width: min(52vw, 52svh, 440px);
  height: auto;
  filter: drop-shadow(0 24px 50px rgba(0,0,0,.5));
}

.tape {
  position: absolute;
  left: -6vw;
  width: 112vw;
  overflow: hidden;
  background: var(--grau);
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
  z-index: 2;
  pointer-events: none;
}
.tape--a { top: calc(100% + 18px); transform: translateY(-50%) rotate(-5.5deg); }
.tape--b { top: calc(100% + 18px); transform: translateY(-50%) rotate(3.5deg); }

.tape__track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: bandlauf 108s linear infinite;
}
.tape--b .tape__track { animation-direction: reverse; animation-duration: 132s; }

.tape__text {
  font-size: clamp(12px, 1.35vw, 18px);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  padding: 6px 0;
}

@keyframes bandlauf {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.headlines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 40px;
  z-index: 3;
}
.claim {
  font-family: 'HeyNovember', 'DINCondensed', sans-serif;
  font-size: clamp(23px, 3.6vw, 42px);
  line-height: 1.05;
  color: var(--grau);
  text-shadow: 0 4px 24px rgba(0,0,0,.45);
  z-index: 3;
}

.datum {
  font-size: clamp(16px, 2.1vw, 23px);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(238,238,238,.9);
  z-index: 3;
}
.datum b { color: var(--gold); font-weight: normal; }

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 10px 26px;
  font-family: inherit;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(15px, 4vw, 18px);
  letter-spacing: 1.5px;
  line-height: 1;
  border: 2px solid var(--gold);
  border-radius: 60px;
  transition: background-color .2s ease, transform .2s ease;
  z-index: 3;
}
.cta:hover { background: #d0a23a; transform: translateY(-1px); }
.cta svg { display: block; }

.cta-hinweis {
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
}

.signup {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  width: min(560px, 92vw);
  z-index: 3;
}
.signup__hp {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}
.signup__input {
  flex: 1 1 120px;
  min-width: 0;
  padding: 13px 22px;
  font-family: inherit;
  font-size: clamp(16px, 2.2vw, 19px);
  letter-spacing: .5px;
  text-align: center;
  color: var(--grau);
  background: transparent;
  border: 2px solid rgba(238,238,238,.55);
  border-radius: 60px;
  outline: none;
  transition: border-color .2s ease;
}
.signup__input::placeholder { color: rgba(238,238,238,.45); }
.signup__input:focus { border-color: var(--gold); }
.signup__btn { flex: 0 0 auto; margin-top: 0; }
.signup__btn:disabled { opacity: .6; }
.signup__done {
  margin-top: 14px;
  max-width: 640px;
  text-align: center;
  z-index: 3;
}
.signup__done-head {
  font-family: 'HeyNovember', 'DINCondensed', sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  color: var(--gold);
  text-shadow: 0 4px 24px rgba(0,0,0,.45);
}
.signup__done-sub {
  display: block;
  margin-top: 10px;
  font-family: 'DINCondensed', 'Arial Narrow', Arial, sans-serif;
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: .5px;
  line-height: 1.35;
  color: var(--grau);
}
.signup__consent {
  max-width: 520px;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .3px;
  text-transform: none;
  color: rgba(238,238,238,.45);
  z-index: 3;
}

.legal-links {
  display: flex;
  gap: 18px;
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.legal-links a,
.legal__foot a {
  color: rgba(238,238,238,.4);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}
.legal-links a:hover,
.legal__foot a:hover { color: var(--gold); }

.archiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 4px 24px 26px;
}
.archiv__label {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 420px;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  /* kein interaktives Element -> neutral grau, Gold bleibt den Links vorbehalten */
  color: rgba(238,238,238,.4);
}
.archiv__label::before,
.archiv__label::after {
  content: "";
  flex: 1;
  height: 2px;
  background: rgba(238,238,238,.14);
}

.archiv__reihe {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
}

.archiv__reihe a {
  flex: 1 1 0;
  text-align: center;
  padding: 10px 8px;
  border: 2px solid rgba(238,238,238,.55);
  border-radius: 60px;
  color: var(--grau);
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(15px, 4vw, 18px);
  letter-spacing: 1.5px;
  line-height: 1;
  transition: border-color .2s ease, color .2s ease;
}
.archiv__reihe a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .tape__track { animation: none; }
}

@media (max-width: 640px) {
  .herologo { width: min(60vw, 44svh); }
  .tape__text { font-size: 12px; }
  .datum { letter-spacing: 1.8px; }
  .signup { flex-wrap: nowrap; }
  .signup__btn { padding: 10px 16px; }
}

body.legal-page {
  color: #d7dade;
  font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 0 24px 120px;
  -webkit-font-smoothing: antialiased;
}

.legal {
  max-width: 760px;
  margin: 0 auto;
}

.legal__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 0;
}
.legal__topbar .legal__home { display: inline-block; }
.legal__topbar .legal__wortmarke { width: 100px; height: auto; margin: 0; }

.legal__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  font-family: 'DINCondensed', 'Arial Narrow', sans-serif;
  font-size: clamp(15px, 4vw, 18px);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 2px solid var(--gold);
  border-radius: 60px;
  transition: background-color .2s ease, transform .2s ease;
}
.legal__back:hover { background: #d0a23a; transform: translateY(-1px); }
.legal__back svg { width: 1.1em; height: 1.1em; flex-shrink: 0; }

.legal__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 0 4px;
}
.legal__logo {
  width: min(44vw, 340px);
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.45));
}
.legal__claim {
  font-family: 'HeyNovember', 'DINCondensed', sans-serif;
  font-size: clamp(20px, 3vw, 34px);
  line-height: 1.05;
  color: var(--grau);
  text-shadow: 0 4px 24px rgba(0,0,0,.45);
  margin-top: 18px;
}
@media (max-width: 600px) {
  .legal__hero { padding: 26px 0 4px; }
  .legal__wortmarke { width: 92px; }
  .legal__foot { flex-direction: column; align-items: center; gap: 10px; text-align: center; }
}

.legal h1 { text-align: center; }

.legal--center h2, .legal--center .legal__lead, .legal--center p,
.legal--center ul, .legal--center li { text-align: center; }
.legal--center ul { list-style: none; padding-left: 0; }

/* Blocksatz-Variante (Datenschutz): Überschriften mittig, Fließtext justified.
   hyphens braucht lang="de" am html-Element, sonst Wortlücken bei Langwörtern. */
.legal--justify h2 { text-align: center; }
.legal--justify p, .legal--justify li { text-align: justify; hyphens: auto; -webkit-hyphens: auto; }

.legal__credit {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.legal__credit:hover { color: var(--gold); }
.legal__credit .star { color: var(--gold); }

body.legal-page h1 {
  font-family: 'DINCondensed', 'Arial Narrow', sans-serif;
  font-weight: normal;
  font-size: clamp(40px, 8vw, 72px);
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin: 24px 0 8px;
}
body.legal-page h1 .akzent { color: inherit; }

body.legal-page h2 {
  font-family: 'DINCondensed', 'Arial Narrow', sans-serif;
  font-weight: normal;
  font-size: clamp(22px, 3.4vw, 30px);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 34px 0 8px;
}

body.legal-page p, body.legal-page ul { margin: 0 0 14px; }
body.legal-page ul { padding-left: 22px; }
body.legal-page li { margin-bottom: 6px; }

a { color: var(--gold); }
a:hover { color: var(--grau); }

body.legal-page strong { color: var(--grau); }

.legal__lead {
  color: #aeb3b9;
  font-size: 15px;
  letter-spacing: .3px;
  margin-bottom: 26px;
}

/* Kompletter Fuß im Startseiten-Stil (.legal-links-Optik): DINCondensed,
   uppercase, gedimmt — gilt für ©-Zeile UND Links. font-smoothing zurück auf
   auto: body.legal-page ist antialiased (wirkt dünner), die Startseite nicht —
   so rendert der Fuß exakt wie dort. */
.legal__foot {
  -webkit-font-smoothing: auto;
  max-width: 760px;
  margin: 56px auto 0;
  padding-top: 20px;
  border-top: 2px solid rgba(238,238,238,.14);
  font-family: 'DINCondensed', 'Arial Narrow', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(238,238,238,.4);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
/* Link-Optik (Gold-Underline) gemeinsam mit .legal-links definiert, s. oben. */

.legal__cta {
  display: inline-block;
  margin-top: 4px;
  padding: 13px 30px;
  background: var(--gold);
  color: var(--blau);
  text-decoration: none;
  font-family: 'DINCondensed', 'Arial Narrow', sans-serif;
  font-size: 19px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 60px;
  transition: background-color .2s ease;
}
.legal__cta:hover { background: var(--grau); }
