/* ============================================================
   Man sagt, sie haben magische Kräfte – Archivseite
   Statisch, komplett ohne externe Abhängigkeiten.
   Schriften lokal gehostet (SIL Open Font License):
   Cinzel Decorative, Caveat, Source Sans 3.
   ============================================================ */

@font-face {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/cinzel-decorative-400-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/cinzel-decorative-700-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("fonts/caveat-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/source-sans-3-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/source-sans-3-italic-latin.woff2") format("woff2");
}

:root {
  --bg: #0d0a1f;
  --bg-2: #171233;
  --bg-3: #1f1846;
  --ink: #f2eefb;
  --ink-dim: #b9b2d4;
  --gold: #f0c75e;
  --gold-soft: #ffe9ae;
  --blue: #a8d8f0;          /* Hellblau der Abi-Shirts */
  --card: #1b1540;
  --line: rgba(240, 199, 94, .25);
  --font-display: "Cinzel Decorative", "Georgia", serif;
  --font-hand: "Caveat", "Segoe Script", cursive;
  --font-body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.06rem;
  line-height: 1.65;
  overflow-x: hidden;
}

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

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.25rem; }
.wrap.narrow { max-width: 760px; }
.center { text-align: center; }

h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--gold);
  text-align: center;
  margin-bottom: .75rem;
  text-wrap: balance;
}
h3 { font-size: 1.25rem; margin-bottom: .35rem; color: var(--gold-soft); }

.h-deco { color: var(--blue); font-size: .6em; vertical-align: middle; }

.section-sub {
  text-align: center;
  color: var(--ink-dim);
  margin-bottom: 2.5rem;
}

section { padding: 4.5rem 0; }

.lead { font-size: 1.2rem; margin-bottom: 1rem; }

a { color: var(--blue); }

/* ---------- Navigation ---------- */
.topnav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: .6rem 1.25rem;
  background: rgba(13, 10, 31, .82);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
}
.navlinks { display: flex; gap: 1.1rem; flex: 1; flex-wrap: wrap; }
.navlinks a {
  color: var(--ink-dim);
  text-decoration: none;
  font-size: .95rem;
  letter-spacing: .02em;
}
.navlinks a:hover { color: var(--gold-soft); }

.retro-btn {
  font-family: var(--font-body);
  font-size: .85rem;
  color: var(--bg);
  background: linear-gradient(160deg, var(--gold-soft), var(--gold));
  border: none;
  border-radius: 999px;
  padding: .45rem .9rem;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 0 12px rgba(240, 199, 94, .35);
  transition: transform .15s ease, box-shadow .15s ease;
}
.retro-btn:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(240, 199, 94, .55); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  isolation: isolate;
  padding: 4rem 1rem;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("images/cropped-IMG_20220307_104512-1-scaled-1.jpg") center 30% / cover no-repeat;
  filter: saturate(.85);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(13,10,31,.55) 0%, rgba(13,10,31,.88) 75%),
    linear-gradient(to bottom, rgba(13,10,31,.65), rgba(13,10,31,.35) 40%, var(--bg) 98%);
}
.hero-stars { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero-stars i {
  position: absolute;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold-soft);
  opacity: 0;
  animation: twinkle 4s ease-in-out infinite;
}
@keyframes twinkle {
  0%, 100% { opacity: 0; transform: scale(.6); }
  50%      { opacity: .9; transform: scale(1.15); }
}

.hero-badge {
  display: inline-block;
  font-size: .8rem;
  letter-spacing: .45em;
  text-indent: .45em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .4rem 1.1rem;
  margin-bottom: 1.5rem;
  background: rgba(13,10,31,.5);
}
.hero-kicker {
  color: var(--blue);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .85rem;
  margin-bottom: 1rem;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 6vw, 4rem);
  line-height: 1.2;
  text-shadow: 0 4px 30px rgba(0,0,0,.7);
  margin-bottom: 1.75rem;
  text-wrap: balance;
}
.hero-title em {
  font-style: normal;
  background: linear-gradient(120deg, var(--gold-soft), var(--gold) 55%, #d9a53a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-laurel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.35;
  color: var(--gold-soft);
  margin-bottom: 1.75rem;
}
.hero-laurel img { opacity: .9; }
.hero-tagline {
  font-family: var(--font-hand);
  font-size: 1.7rem;
  color: var(--blue);
}
.scroll-hint {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 1.6rem;
  text-decoration: none;
  animation: bob 2s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, 8px); }
}

/* ---------- Intro ---------- */
.intro { text-align: center; }
.stat-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.25rem;
}
.stat {
  min-width: 150px;
  padding: 1.1rem 1.25rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--gold);
}
.stat-label { color: var(--ink-dim); font-size: .9rem; }

/* ---------- Timeline / Rückblick ---------- */
.rueckblick { background: linear-gradient(var(--bg), var(--bg-2) 20%, var(--bg-2) 80%, var(--bg)); }

.timeline {
  list-style: none;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(var(--line), var(--gold), var(--line));
  transform: translateX(-50%);
}
.tl-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}
.tl-item::after {           /* Punkt auf der Linie */
  content: "✦";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--gold);
  background: var(--bg-2);
  padding: .2rem 0;
  font-size: .9rem;
}
.tl-item:nth-child(even) figure { order: 2; }
.tl-item:nth-child(even) .tl-text { order: 1; text-align: right; }
.tl-item figure {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 12px 35px rgba(0,0,0,.45);
}
.tl-item figure img {
  aspect-ratio: 16 / 10.5;
  object-fit: cover;
  width: 100%;
  transition: transform .5s ease;
}
.tl-item:hover figure img { transform: scale(1.04); }
.tl-time {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--blue);
  border-radius: 999px;
  padding: .15rem .7rem;
  margin-bottom: .5rem;
  font-weight: 700;
}
.tl-text p { color: var(--ink-dim); }

.ticket-note {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.5rem;
  align-items: center;
  max-width: 820px;
  margin: 1rem auto 0;
  background: var(--card);
  border: 1px dashed var(--gold);
  border-radius: 16px;
  padding: 1.4rem 1.6rem;
}
.ticket-note img { border-radius: 10px; transform: rotate(-2deg); box-shadow: 0 8px 20px rgba(0,0,0,.4); }
.ticket-note p { color: var(--ink-dim); font-size: .98rem; }

/* ---------- Fotoalbum / Polaroids ---------- */
.polaroid-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1.6rem;
}
.polaroid {
  background: #fdfaf3;
  padding: .8rem .8rem 0.55rem;
  width: min(300px, 84vw);
  box-shadow: 0 14px 30px rgba(0,0,0,.5);
  cursor: zoom-in;
  transition: transform .3s ease, box-shadow .3s ease;
  border-radius: 3px;
}
.polaroid:nth-child(4n+1) { transform: rotate(-2.5deg); }
.polaroid:nth-child(4n+2) { transform: rotate(1.8deg) translateY(10px); }
.polaroid:nth-child(4n+3) { transform: rotate(-1.2deg); }
.polaroid:nth-child(4n)   { transform: rotate(2.6deg) translateY(6px); }
.polaroid:hover, .polaroid:focus-visible {
  transform: rotate(0) scale(1.06);
  box-shadow: 0 22px 45px rgba(0,0,0,.65);
  z-index: 2;
  position: relative;
  outline: none;
}
.polaroid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.polaroid figcaption {
  font-family: var(--font-hand);
  font-size: 1.35rem;
  color: #3a3245;
  text-align: center;
  padding: .5rem .2rem .35rem;
  line-height: 1.2;
}

/* ---------- Zeitkapsel / Flip-Cards ---------- */
.zeitkapsel { background: linear-gradient(var(--bg), var(--bg-3) 25%, var(--bg-3) 75%, var(--bg)); }

.flip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.4rem;
  max-width: 980px;
  margin: 0 auto;
}
.flip-card {
  perspective: 1100px;
  background: none;
  border: none;
  cursor: pointer;
  min-height: 230px;
  font: inherit;
  color: inherit;
  text-align: center;
  padding: 0;
}
.flip-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.4, .1, .2, 1.1);
}
.flip-card.flipped .flip-inner { transform: rotateY(180deg); }
.flip-front, .flip-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
}
.flip-front {
  background: var(--card);
  border: 1px solid var(--line);
  gap: .7rem;
}
.flip-emoji { font-size: 2.6rem; filter: drop-shadow(0 0 12px rgba(240,199,94,.35)); }
.flip-title { font-family: var(--font-display); font-size: 1.15rem; color: var(--gold-soft); }
.flip-front::after {
  content: "antippen ✦";
  font-size: .75rem;
  color: var(--ink-dim);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: .35rem;
}
.flip-back {
  transform: rotateY(180deg);
  background: linear-gradient(150deg, #2a2158, #1b1540);
  border: 1px solid var(--gold);
  color: var(--ink);
  font-size: .97rem;
  line-height: 1.55;
}

/* ---------- Ausblick ---------- */
.crystal {
  font-size: 3.6rem;
  margin-bottom: 1rem;
  display: inline-block;
  animation: floaty 3.5s ease-in-out infinite;
  filter: drop-shadow(0 0 18px rgba(168, 216, 240, .55));
}
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%      { transform: translateY(-10px) rotate(3deg); }
}
.cta {
  display: inline-block;
  margin-top: 1.4rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--bg);
  background: linear-gradient(140deg, var(--gold-soft), var(--gold));
  text-decoration: none;
  border-radius: 999px;
  padding: .85rem 1.8rem;
  box-shadow: 0 0 25px rgba(240, 199, 94, .35);
  transition: transform .15s ease, box-shadow .15s ease;
}
.cta:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 0 40px rgba(240, 199, 94, .6); }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0 3rem;
  text-align: center;
  color: var(--ink-dim);
  font-size: .92rem;
}
.footer-line { color: var(--gold-soft); margin-bottom: .4rem; }
.footer-note { margin-bottom: 1.2rem; }
.impressum { max-width: 640px; margin: 0 auto; text-align: left; }
.impressum summary {
  cursor: pointer;
  text-align: center;
  color: var(--blue);
  margin-bottom: .8rem;
}
.impressum div { font-size: .85rem; line-height: 1.6; }
.impressum p { margin-bottom: .7rem; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(8, 6, 20, .93);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.lightbox[hidden] { display: none; }
.lightbox figure {
  max-width: min(1100px, 92vw);
  text-align: center;
}
.lightbox img {
  max-height: 78vh;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0,0,0,.8);
}
.lightbox figcaption {
  font-family: var(--font-hand);
  font-size: 1.6rem;
  color: var(--gold-soft);
  margin-top: .9rem;
}
.lb-close, .lb-prev, .lb-next {
  position: fixed;
  background: rgba(255,255,255,.08);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  width: 46px; height: 46px;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,.2); }
.lb-close { top: 1.2rem; right: 1.2rem; }
.lb-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1rem; top: 50%; transform: translateY(-50%); }

/* ---------- Zauberstab-Funken ---------- */
.sparkle {
  position: fixed;
  z-index: 200;
  pointer-events: none;
  font-size: 12px;
  line-height: 1;
  animation: sparkle-fly .9s ease-out forwards;
  will-change: transform, opacity;
}
@keyframes sparkle-fly {
  0%   { opacity: 1; transform: translate(0, 0) scale(1) rotate(0deg); }
  100% { opacity: 0; transform: translate(var(--dx, 0px), var(--dy, -28px)) scale(.2) rotate(160deg); }
}

/* ---------- Zeitreise-Overlay ---------- */
.dialup {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialup[hidden] { display: none; }
.dialup-box {
  font-family: "Courier New", monospace;
  color: #00ff66;
  text-align: center;
  width: min(460px, 88vw);
}
.dialup-title { font-size: 1.15rem; margin-bottom: 1rem; }
.dialup-bar {
  border: 2px solid #00ff66;
  height: 26px;
  padding: 3px;
  margin-bottom: 1rem;
}
.dialup-fill {
  height: 100%;
  width: 0%;
  background: repeating-linear-gradient(90deg, #00ff66 0 10px, #003311 10px 14px);
  transition: width .25s steps(6);
}
.dialup-sub { font-size: .85rem; opacity: .8; }

/* ---------- Retro-Elemente (versteckt, bis 2002-Modus aktiv) ---------- */
.retro-only { display: none; }

/* ============================================================
   2002-MODUS  –  Herzlich willkommen auf meiner Homepage!
   ============================================================ */
body.retro {
  --retro-link: #0000ee;
  background: #008080 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ctext x='6' y='42' font-size='20' opacity='.12'%3E⭐%3C/text%3E%3C/svg%3E");
  color: #000;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 1rem;
  cursor: default;
}
body.retro .retro-only { display: block; }

body.retro h2, body.retro h3, body.retro .brand,
body.retro .hero-title, body.retro .stat-num, body.retro .flip-title {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}
body.retro h2 {
  color: #ff00ff;
  text-shadow: 2px 2px 0 #ffff00;
  text-decoration: underline;
}
body.retro a { color: var(--retro-link); }
body.retro .h-deco { display: none; }
body.retro section { padding: 2.5rem 0; }

/* Marquee-Banner */
.retro-marquee {
  overflow: hidden;
  background: #000080;
  color: #ffff00;
  font-weight: bold;
  white-space: nowrap;
  padding: .3rem 0;
  font-size: .95rem;
}
.retro-marquee span {
  display: inline-block;
  padding-left: 100vw;
  animation: marquee 22s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

/* Navigation im Retro-Look */
body.retro .topnav {
  position: static;
  background: #c0c0c0;
  border: 2px outset #fff;
  backdrop-filter: none;
}
body.retro .brand { color: #000080; }
body.retro .navlinks a { color: var(--retro-link); text-decoration: underline; }
body.retro .retro-btn {
  background: #c0c0c0;
  color: #000;
  border: 2px outset #fff;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
}
body.retro .retro-btn:hover { transform: none; }
body.retro .retro-btn:active { border-style: inset; }

/* Hero im Retro-Look */
body.retro .hero { min-height: auto; padding: 2.5rem 1rem; }
body.retro .hero-bg { display: none; }
body.retro .hero-stars { display: none; }
body.retro .hero-content {
  background: #fff;
  border: 3px ridge #808080;
  padding: 1.8rem;
}
body.retro .hero-badge {
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 0;
  background: #ffff00;
  animation: blink 1s steps(2, start) infinite;
}
body.retro .hero-kicker { color: #008000; }
body.retro .hero-title { color: #000080; text-shadow: 3px 3px 0 #c0c0c0; }
body.retro .hero-title em {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #ff00ff;
}
body.retro .hero-laurel { color: #000; }
body.retro .hero-tagline { color: #ff0000; font-family: inherit; font-size: 1.1rem; font-weight: bold; }
body.retro .scroll-hint { display: none; }

@keyframes blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.retro-new {
  color: #ff0000;
  background: #ffff00;
  font-weight: bold;
  display: inline-block;
  padding: .1rem .6rem;
  animation: blink 1s steps(2, start) infinite;
  margin-bottom: .8rem;
}
body.retro .retro-new { display: inline-block; }

/* Inhalte im Retro-Look */
body.retro .intro, body.retro .rueckblick, body.retro .fotoalbum,
body.retro .zeitkapsel, body.retro .ausblick { background: none; }
body.retro .lead, body.retro p { color: #000; }
body.retro .section-sub { color: #444; }

body.retro .stat {
  background: #ffffcc;
  border: 2px outset #fff;
  border-radius: 0;
}
body.retro .stat-num { color: #ff0000; }
body.retro .stat-label { color: #000; }

body.retro .timeline::before { background: #808080; }
body.retro .tl-item::after { color: #ff00ff; background: #008080; }
body.retro .tl-item figure {
  border: 3px outset #fff;
  border-radius: 0;
  box-shadow: none;
}
body.retro .tl-item figure img { transition: none; }
body.retro .tl-item:hover figure img { transform: none; }
body.retro .tl-time {
  background: #000080;
  color: #ffff00;
  border-radius: 0;
}
body.retro .tl-text h3 { color: #000080; }
body.retro .tl-text p { color: #000; }

body.retro .ticket-note {
  background: #ffffcc;
  border: 2px dashed #ff0000;
  border-radius: 0;
}
body.retro .ticket-note h3 { color: #ff0000; }
body.retro .ticket-note p { color: #000; }
body.retro .ticket-note img { transform: none; box-shadow: none; border: 2px outset #fff; }

body.retro .polaroid {
  background: #fff;
  border: 3px outset #fff;
  border-radius: 0;
  box-shadow: none;
  transform: none !important;
}
body.retro .polaroid figcaption {
  font-family: inherit;
  font-size: .95rem;
  color: #000080;
  font-weight: bold;
}

body.retro .flip-front {
  background: #ffffcc;
  border: 2px outset #fff;
  border-radius: 0;
}
body.retro .flip-back {
  background: #ccffff;
  border: 2px inset #fff;
  border-radius: 0;
  color: #000;
}
body.retro .flip-title { color: #ff0000; }
body.retro .flip-front::after { color: #444; }

body.retro .crystal { animation: none; filter: none; }
body.retro .cta {
  background: #c0c0c0;
  color: #000080;
  border: 3px outset #fff;
  border-radius: 0;
  box-shadow: none;
  text-decoration: underline;
}
body.retro .cta:hover { transform: none; }
body.retro .cta:active { border-style: inset; }

.retro-construction {
  text-align: center;
  background: repeating-linear-gradient(45deg, #ffff00 0 18px, #000 18px 36px);
  color: #fff;
  font-weight: bold;
  padding: .45rem;
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
  margin-bottom: 1.2rem;
  letter-spacing: .1em;
}

.retro-gb-btn {
  margin-top: 1rem;
  font-family: inherit;
  font-size: 1rem;
  background: #c0c0c0;
  border: 3px outset #fff;
  padding: .4rem 1rem;
  cursor: pointer;
}
.retro-gb-btn:active { border-style: inset; }

body.retro .footer { border-top: 3px ridge #808080; color: #000; }
body.retro .footer-line { color: #000080; }
body.retro .impressum summary { color: var(--retro-link); }

.retro-counter { margin-bottom: 1rem; font-weight: bold; }
.counter-digits {
  font-family: "Courier New", monospace;
  background: #000;
  color: #00ff00;
  padding: .15rem .45rem;
  letter-spacing: .18em;
  border: 2px inset #808080;
}

/* ---------- Reduzierte Bewegung ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-stars i, .scroll-hint, .crystal, .retro-marquee span,
  .hero-badge, .retro-new { animation: none !important; }
  .flip-inner { transition: none; }
  .tl-item figure img { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  .navlinks { display: none; }
  .topnav { justify-content: space-between; }

  .timeline::before { left: 8px; }
  .tl-item { grid-template-columns: 1fr; gap: 1rem; padding-left: 2rem; margin-bottom: 2.5rem; }
  .tl-item::after { left: 8px; top: 12px; background: transparent; }
  .tl-item:nth-child(even) figure { order: 0; }
  .tl-item:nth-child(even) .tl-text { order: 0; text-align: left; }

  .ticket-note { grid-template-columns: 1fr; text-align: center; }
  .ticket-note img { margin: 0 auto; max-width: 260px; }

  .lb-prev { left: .4rem; }
  .lb-next { right: .4rem; }

  .hero-laurel img { width: 26px; height: 40px; }
}
