/* ============================================================
   Collector's Journey · v11 „Von der Jagd in den Abend"
   Oben Tag (Papier – Heimat des Original-Logos),
   unten Nacht (Afterevent). Script-Akzent im Duktus des Logos.
   ============================================================ */

@font-face {
  font-family: 'Marcellus';
  src: url('/assets/fonts/marcellus.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Kaushan Script';
  src: url('/assets/fonts/kaushan.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}

:root {
  --ink: #1D1D1B;
  --ink-nacht: #191917;
  --rotbraun: #6B1D1E;
  --rotbraun-hell: #A34E4F;
  --rotbraun-tief: #571617;
  --grau: #6F6C68;
  --papier: #F5F0E7;
  --papier-halb: #B9B2A4;
  --karte: #FFFDF8;
  --linie: #DDD4C4;
  --linie-nacht: rgba(245,240,231,.16);
  --display: 'Marcellus', 'Iowan Old Style', Georgia, serif;
  --text: 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif;
  --script: 'Kaushan Script', 'Brush Script MT', cursive;
  --korn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='k'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.12 0 0 0 0 0.11 0 0 0 0 0.10 0 0 0 0.045 0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23k)'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }

body {
  background-color: var(--papier);
  background-image: var(--korn);
  color: var(--ink);
  font: 17px/1.7 var(--text);
  overflow-x: hidden;
}
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.1; }
a { color: var(--rotbraun); }
img { max-width: 100%; height: auto; }
::selection { background: var(--rotbraun); color: var(--papier); }

/* ---------- Reveal ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].sichtbar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .held-bild { animation: none !important; }
}

/* ---------- Wiederkehrende Elemente ---------- */
.augenbraue {
  display: block;
  font-family: var(--script);
  font-size: 24px;
  color: var(--rotbraun);
  margin-bottom: 12px;
  transform: rotate(-1.5deg);
}
.augenbraue::before { content: none; }

.folgt {
  display: inline-block;
  font-family: var(--script); font-size: 18px; line-height: 1.3;
  color: var(--rotbraun);
  border-bottom: 2px dotted var(--rotbraun-hell);
  padding-bottom: 2px;
  margin-top: 12px;
  transform: rotate(-.6deg);
  white-space: nowrap;
}
p > .folgt { margin: 0 0 0 8px; }

/* ---------- Kopf: hell, Original-Logo transparent ---------- */
.kopf {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  gap: 24px; padding: 12px 36px;
  background: rgba(245,240,231,0);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.kopf.gescrollt {
  background: rgba(245,240,231,.9); backdrop-filter: blur(10px);
  border-bottom-color: var(--linie);
}
.hauptnav-links { justify-self: start; }
.marke { justify-self: center; line-height: 0; }
.marke-logo { height: 62px; width: auto; display: block; filter: drop-shadow(0 1px 6px rgba(245,240,231,.9)); transition: height .3s ease; }
.kopf.gescrollt .marke-logo { height: 48px; filter: none; }
.kopf-ende { justify-self: end; display: flex; align-items: center; gap: 26px; }
.hauptnav { display: flex; gap: 26px; }
.hauptnav a {
  font-family: var(--display); font-size: 13.5px; letter-spacing: .14em; text-transform: uppercase;
  text-decoration: none; color: var(--ink);
  padding: 6px 0; position: relative;
}
.hauptnav a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0;
  border-bottom: 2px solid var(--rotbraun);
  transition: right .3s ease;
}
.hauptnav a:hover::after, .hauptnav a.aktiv::after { right: 0; }
.hauptnav a.aktiv { color: var(--rotbraun); }
.knopf-kopf { padding: 10px 22px; font-size: 12.5px; }
main { padding-top: 0; }
body:not(:has(.held)) main { padding-top: 108px; }

@media (max-width: 860px) {
  .kopf {
    position: static;
    display: flex; flex-direction: column; gap: 8px; padding: 12px 16px;
    background: var(--papier); border-bottom: 1px solid var(--linie);
  }
  .marke-logo, .kopf.gescrollt .marke-logo { height: 50px; filter: none; }
  .kopf-ende { justify-content: center; gap: 18px; flex-wrap: wrap; }
  .hauptnav { gap: 18px; }
  .hauptnav a { font-size: 12px; }
  body:not(:has(.held)) main { padding-top: 0; }
}

/* ---------- Held: warmes Tagesfoto ---------- */
.held {
  position: relative;
  min-height: min(94svh, 840px);
  display: grid; place-items: end start;
  overflow: hidden;
  background: var(--ink);
}
.held picture, .held-bild { position: absolute; inset: 0; width: 100%; height: 100%; }
.held-bild { object-fit: cover; animation: kenburns 26s ease-out forwards; transform-origin: 60% 40%; }
@keyframes kenburns { from { transform: scale(1.07); } to { transform: scale(1); } }
.held::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(245,240,231,.16) 0%, rgba(29,29,27,0) 22%, rgba(29,29,27,.28) 62%, rgba(29,29,27,.78) 100%),
    linear-gradient(100deg, rgba(29,29,27,.5) 0%, rgba(29,29,27,0) 55%);
  pointer-events: none;
}
.held-inhalt { position: relative; z-index: 2; padding: 0 24px 88px 6vw; max-width: 760px; }
.held-titel {
  font-family: var(--display);
  font-size: clamp(46px, 7.6vw, 88px);
  line-height: 1.02;
  color: var(--papier);
  text-shadow: 0 3px 28px rgba(0,0,0,.55);
  margin-bottom: 10px;
}
.held-zeile {
  font-family: var(--script);
  font-size: clamp(22px, 3vw, 32px);
  color: var(--papier);
  text-shadow: 0 2px 16px rgba(0,0,0,.6);
  transform: rotate(-1.2deg);
  max-width: 520px;
}
.held-meta {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  margin: 22px 0 30px;
  font-family: var(--display); font-size: 12px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--papier);
  text-shadow: 0 1px 10px rgba(0,0,0,.6);
}
.held-meta strong { color: #E8B7A0; font-weight: 400; }
.held-punkt { width: 5px; height: 5px; border-radius: 50%; background: var(--rotbraun-hell); }
@media (max-width: 640px) {
  .held { min-height: 84svh; }
  .held-inhalt { padding: 0 20px 60px 20px; }
}

/* ---------- Kicker ---------- */
.kicker {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 14px 24px;
  padding: 22px 20px;
  border-bottom: 1px solid var(--linie);
}
.kicker span {
  font-family: var(--display); font-size: 12px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--grau); text-align: center;
}
.kicker-trenner { width: 5px; height: 5px; border-radius: 50%; background: var(--rotbraun); padding: 0 !important; }
@media (max-width: 640px) { .kicker-trenner { display: none; } .kicker { gap: 6px; } }

/* ---------- Abschnitte ---------- */
.abschnitt, .ticketbereich { max-width: 920px; margin: 0 auto; padding: 96px 24px 0; }
.abschnitt h2 { font-size: clamp(34px, 5.2vw, 54px); }
.abschnitt-unterzeile { color: var(--grau); font-size: 16px; margin: 18px 0 0; max-width: 600px; }

/* ---------- Intro ---------- */
.intro { max-width: 920px; margin: 0 auto; padding: 96px 24px 0; }
.intro-satz { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: start; }
.intro-marginalie {
  font-family: var(--script); font-size: 26px; color: var(--rotbraun);
  transform: rotate(-3deg); padding-top: 10px;
}
.intro-gross {
  font-family: var(--display);
  font-size: clamp(25px, 4vw, 40px); line-height: 1.34;
  border-left: 3px solid var(--ink); padding-left: 28px;
}
.intro-absatz { margin: 28px 0 0 208px; max-width: 580px; color: var(--grau); font-size: 17.5px; }
@media (max-width: 680px) {
  .intro-satz { grid-template-columns: 1fr; gap: 10px; }
  .intro-gross { padding-left: 20px; }
  .intro-absatz { margin-left: 0; }
}

.fakten { margin: 56px 0 0 208px; max-width: 580px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
@media (max-width: 680px) { .fakten { margin-left: 0; gap: 20px; } }
.fakt { border-top: 2px solid var(--ink); padding-top: 14px; }
.fakt-wert { display: block; font-family: var(--display); font-size: clamp(22px, 3.2vw, 29px); }
.fakt-name {
  display: block; margin-top: 4px;
  font-family: var(--display); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--grau);
}

/* ---------- Etappen: die Route der Jagd (Tag) ---------- */
.etappen { list-style: none; padding: 56px 0 0; margin: 0; position: relative; }
.etappen::before {
  content: ''; position: absolute; left: 31px; top: 76px; bottom: 26px;
  border-left: 2px dashed var(--rotbraun); opacity: .45;
}
.etappe { display: flex; gap: 30px; align-items: flex-start; padding: 0 0 48px; position: relative; }
.etappe:last-child { padding-bottom: 0; }
.etappe-nr {
  flex: 0 0 62px; height: 62px;
  display: grid; place-items: center;
  border: 2px solid var(--ink); border-radius: 50%;
  font-family: var(--display); font-size: 24px; color: var(--rotbraun);
  background: var(--karte);
  box-shadow: 0 0 0 6px var(--papier);
  position: relative; z-index: 1;
}
.etappe-karte { flex: 1; padding-top: 4px; }
.etappe-karte h3 { font-size: clamp(21px, 2.8vw, 27px); margin-bottom: 8px; }
.etappe-karte p { color: var(--grau); font-size: 16.5px; max-width: 560px; }
@media (max-width: 640px) {
  .etappen::before { left: 24px; }
  .etappe { gap: 20px; padding-bottom: 40px; }
  .etappe-nr { flex-basis: 48px; height: 48px; font-size: 19px; }
}
.etappen-verweis { margin-top: 44px; font-family: var(--script); font-size: 21px; transform: rotate(-.8deg); }
.etappen-verweis a { text-decoration: none; border-bottom: 2px dotted var(--rotbraun-hell); padding-bottom: 2px; }

/* ---------- Dämmerung: Übergang Tag → Nacht ---------- */
.abend { background: var(--ink-nacht); color: var(--papier); }
.abend { background-image: var(--korn); }
.zwischenband { position: relative; overflow: hidden; }
.zwischenband-bild { width: 100%; height: min(68vh, 600px); object-fit: cover; display: block; }
.daemmerung::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--papier) 0%, rgba(245,240,231,0) 22%, rgba(25,25,23,.1) 55%, var(--ink-nacht) 100%);
  pointer-events: none;
}
.zwischenband-zeile {
  position: absolute; left: 50%; top: 56%; transform: translate(-50%, -50%) rotate(-1.2deg);
  z-index: 2; width: min(720px, calc(100% - 48px));
  text-align: center;
  font-family: var(--script);
  font-size: clamp(26px, 4.6vw, 46px); line-height: 1.3;
  color: var(--papier);
  text-shadow: 0 2px 24px rgba(0,0,0,.7);
}
@media (max-width: 640px) { .zwischenband-bild { height: 54vh; } }

/* ---------- Nachtbereich: gemeinsame Regeln ---------- */
.abend .abschnitt h2, .abend .ticketbereich h2 { color: var(--papier); }
.abend .augenbraue { color: var(--rotbraun-hell); }
.abend .abschnitt-unterzeile { color: var(--papier-halb); }
.abend a { color: var(--rotbraun-hell); }
.abend .folgt { color: var(--papier-halb); border-bottom-color: var(--rotbraun-hell); }

/* ---------- Tickets: Papier in der Nacht ---------- */
.fehler {
  background: rgba(107,29,30,.16); border: 1px solid var(--rotbraun-hell);
  border-radius: 8px; padding: 12px 16px; margin: 24px 0 0; color: var(--papier);
}
.tickets { display: grid; gap: 32px; margin-top: 48px; }
.ticket {
  display: grid; grid-template-columns: 1fr 164px;
  background: var(--karte); color: var(--ink);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 6px 16px rgba(0,0,0,.35), 0 30px 70px rgba(0,0,0,.45);
  transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease;
}
.ticket:hover { transform: translateY(-6px); box-shadow: 0 10px 22px rgba(0,0,0,.4), 0 44px 96px rgba(0,0,0,.5); }
.ticket-haupt { padding: 30px 32px; border-right: 2px dashed var(--linie); }
.ticket::before, .ticket::after {
  content: ''; position: absolute; right: 154px; width: 20px; height: 20px;
  background: var(--ink-nacht); border-radius: 50%; z-index: 1;
}
.ticket::before { top: -10px; }
.ticket::after { bottom: -10px; }
.ticket-haupt h3 { font-size: 23px; margin-bottom: 6px; }
.ticket-rest { font-family: var(--display); font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--grau); }
.ticket-ausverkauft { font-family: var(--script); color: var(--rotbraun); font-size: 21px; margin-top: 8px; transform: rotate(-2deg); display: inline-block; }
.ist-ausverkauft { opacity: .55; }
.ist-ausverkauft:hover { transform: none; }
.ticket-anzahl { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.ticket-anzahl span { font-family: var(--display); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--grau); }
.ticket-anzahl select {
  font: 17px var(--display);
  padding: 9px 14px; border: 1px solid var(--ink); border-radius: 6px;
  background: var(--karte); color: var(--ink); min-width: 78px;
}
.ticket-anzahl select:focus-visible { outline: 3px solid var(--rotbraun); outline-offset: 2px; }
.ticket-abriss {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; padding: 20px 12px;
  background: repeating-linear-gradient(-45deg, transparent 0 9px, rgba(107,29,30,.05) 9px 10px);
  border-radius: 0 10px 10px 0;
}
.ticket-preis { font-family: var(--display); font-size: 29px; color: var(--rotbraun); }
.ticket-abriss-label { font-family: var(--display); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--grau); }
@media (max-width: 560px) {
  .ticket { grid-template-columns: 1fr 120px; }
  .ticket::before, .ticket::after { right: 110px; }
  .ticket-haupt { padding: 22px 20px; }
  .ticket-haupt h3 { font-size: 19px; }
  .ticket-preis { font-size: 22px; }
}

/* ---------- Leistungen (Nacht) ---------- */
.leistungen { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 56px; background: var(--linie-nacht); border: 1px solid var(--linie-nacht); }
@media (max-width: 640px) { .leistungen { grid-template-columns: 1fr; } }
.leistung { background: var(--ink-nacht); padding: 28px 30px 32px; }
.leistung h3 { font-family: var(--script); font-size: 23px; margin-bottom: 16px; color: var(--rotbraun-hell); transform: rotate(-1deg); }
.leistung-liste { list-style: none; padding: 0; margin: 0; }
.leistung-liste li {
  padding: 11px 0 11px 24px; position: relative; font-size: 16px;
  color: var(--papier-halb); border-bottom: 1px solid var(--linie-nacht);
}
.leistung-liste li:last-child { border-bottom: 0; }
.leistung-liste li::before {
  content: ''; position: absolute; left: 0; top: 20px;
  width: 12px; height: 6px; border-radius: 6px 6px 0 0;
  background: var(--rotbraun-hell);
}

/* ---------- Kaufformular (Papier in der Nacht) ---------- */
.kauf {
  margin-top: 32px;
  background: var(--karte); color: var(--ink);
  border-radius: 10px; padding: 32px;
  box-shadow: 0 6px 16px rgba(0,0,0,.35), 0 30px 70px rgba(0,0,0,.45);
}
.feld { margin-bottom: 18px; }
.feld label {
  display: block;
  font-family: var(--display); font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--grau); margin-bottom: 8px;
}
.feld input {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--ink); border-radius: 6px;
  background: var(--karte); font: 17px var(--text); color: var(--ink);
}
.feld input:focus-visible { outline: 3px solid var(--rotbraun); outline-offset: 2px; }
.rechtshinweis { font-size: 13.5px; color: var(--grau); margin: 6px 0 20px; }
.rechtshinweis a { color: var(--rotbraun); }
.kauf .folgt { color: var(--grau); border-bottom-color: var(--rotbraun); }

/* ---------- Knopf ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--rotbraun); color: var(--papier);
  border: 0; border-radius: 6px;
  padding: 15px 34px;
  font-family: var(--display); font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  text-decoration: none; cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}
.knopf::after { content: '→'; transition: transform .2s ease; letter-spacing: 0; }
.knopf:hover { background: var(--rotbraun-tief); }
.knopf:hover::after { transform: translateX(5px); }
.knopf:active { transform: scale(.985); }
.knopf:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.knopf-breit { width: 100%; }

/* ---------- Galerie (Nacht) ---------- */
.galerie-bereich { max-width: 1160px; }
.galerie { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.polaroid { position: relative; overflow: hidden; border: 1px solid var(--linie-nacht); background: #211F1D; }
.galerie .polaroid:first-child { grid-column: span 2; grid-row: span 2; }
.polaroid picture, .polaroid img { display: block; width: 100%; height: 100%; }
.polaroid img { aspect-ratio: 1; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .3s ease; opacity: .92; }
.galerie .polaroid:first-child img { aspect-ratio: auto; }
.polaroid:hover img { transform: scale(1.045); opacity: 1; }
.polaroid figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 42px 18px 12px;
  background: linear-gradient(180deg, transparent, rgba(25,25,23,.85));
  font-family: var(--script); font-size: 19px;
  color: var(--papier);
}
@media (max-width: 680px) {
  .galerie { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .galerie .polaroid:first-child { grid-column: span 2; grid-row: span 1; }
  .polaroid figcaption { font-size: 16px; }
}

/* ---------- FAQ (Nacht) ---------- */
.faq-teaser, .abschnitt:has(> .frage) { max-width: 820px; }
.frage { border-bottom: 1px solid var(--linie-nacht); }
.frage:first-of-type { margin-top: 42px; border-top: 1px solid var(--linie-nacht); }
.frage summary {
  cursor: pointer; list-style: none;
  padding: 24px 54px 24px 0;
  font-family: var(--display); font-size: clamp(18px, 2.6vw, 22px);
  position: relative; color: var(--papier);
  transition: color .2s ease;
}
.frage summary:hover { color: var(--rotbraun-hell); }
.frage summary::-webkit-details-marker { display: none; }
.frage summary::after {
  content: '+'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 26px; color: var(--rotbraun-hell); line-height: 1; font-family: var(--text);
  transition: transform .25s ease;
}
.frage[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.frage summary:focus-visible { outline: 2px solid var(--rotbraun-hell); outline-offset: 4px; }
.frage p { padding: 0 0 24px; color: var(--papier-halb); font-size: 16px; max-width: 640px; }

/* FAQ auf hellen Unterseiten (Kontakt) */
body:not(:has(.abend)) .frage { border-color: var(--linie); }
body:not(:has(.abend)) .frage:first-of-type { border-top-color: var(--linie); }
body:not(:has(.abend)) .frage summary { color: var(--ink); }
body:not(:has(.abend)) .frage summary:hover { color: var(--rotbraun); }
body:not(:has(.abend)) .frage p { color: var(--grau); }

/* ---------- Unterseiten ---------- */
.seitenkopf { max-width: 920px; margin: 0 auto; padding: 64px 24px 0; }
.seitenkopf h1 { font-size: clamp(36px, 5.6vw, 60px); }
.seitenkopf .abschnitt-unterzeile { margin-top: 20px; }
.dunkel { background: var(--ink-nacht); background-image: var(--korn); color: var(--papier); margin-top: 80px; }
.dunkel .abschnitt { padding: 80px 24px 80px; }
.dunkel h2 { color: var(--papier); }
.dunkel .augenbraue { color: var(--rotbraun-hell); }
.dunkel .etappen::before { border-left-color: var(--rotbraun-hell); }
.dunkel .etappe-nr { background: var(--ink-nacht); border-color: var(--papier); color: var(--papier); box-shadow: 0 0 0 6px var(--ink-nacht); }
.dunkel .etappe-karte h3 { color: var(--papier); }
.dunkel .etappe-karte p { color: var(--papier-halb); }
.dunkel .folgt { color: var(--papier-halb); border-bottom-color: var(--rotbraun-hell); }

.info-karte {
  margin-top: 40px; max-width: 640px;
  background: var(--karte); border: 1px solid var(--linie);
  border-radius: 10px; padding: 26px 28px;
  box-shadow: 0 3px 14px rgba(29,29,27,.08);
}
.info-karte p { color: var(--grau); }

.kontakt-block { max-width: 620px; }
.plakette-statisch {
  width: 100%; margin-top: 16px; text-align: center;
  background: var(--karte); border-radius: 10px;
  padding: 32px 28px;
  box-shadow: 0 4px 18px rgba(29,29,27,.1);
  transform: rotate(-.6deg);
}
.plakette-statisch h2 { font-size: 28px; }
.kontakt-mail { margin: 12px 0 8px; font-family: var(--script); font-size: 22px; color: var(--rotbraun); }
.kontakt-mail .folgt { font-size: 20px; }
.plakette-statisch .abschnitt-unterzeile { color: var(--grau); margin: 8px auto 0; }

/* ---------- Tabellen & intern ---------- */
table.liste { width: 100%; border-collapse: collapse; background: var(--karte); color: var(--ink); font-size: 14px; }
table.liste th, table.liste td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--linie); }
.kauf-form { background: var(--karte); color: var(--ink); border: 1px solid var(--linie); border-radius: 10px; padding: 24px; max-width: 720px; margin: 20px auto; }
.kauf-form label { display: block; font-size: 14px; color: var(--grau); margin: 14px 0 4px; }
.kauf-form input[type=text], .kauf-form input[type=email], .kauf-form input[type=password] {
  width: 100%; padding: 10px; border: 1px solid var(--ink); border-radius: 6px; font: inherit; background: var(--karte); color: var(--ink);
}
.btn { display: inline-block; background: var(--rotbraun); color: var(--papier); border: 0; padding: 12px 26px; border-radius: 6px; font: inherit; cursor: pointer; text-decoration: none; }
.btn:hover { background: var(--rotbraun-tief); }
.ticket-card { background: var(--karte); color: var(--ink); border: 1px solid var(--linie); border-radius: 10px; padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.ticket-card .preis { font-family: var(--display); font-size: 26px; color: var(--rotbraun); }
.ticket-card .rest { font-size: 13px; color: var(--grau); }
.hinweis { font-size: 13px; color: var(--grau); margin-top: 12px; }
main > h1 { max-width: 720px; margin: 44px auto 0; padding: 0 20px; }
.platzhalter { border: 2px dashed var(--linie); border-radius: 10px; padding: 22px; margin: 22px auto; color: var(--grau); background: var(--karte); max-width: 720px; }

/* ---------- Fuß: zurück im Hellen, Original-Logo ---------- */
.abend .fuss { background: var(--papier); background-image: var(--korn); color: var(--ink); }
.fuss {
  margin-top: 110px;
  border-top: 1px solid var(--linie);
  text-align: center;
  padding: 46px 16px 54px;
}
.abend .fuss { margin-top: 120px; border-top: 0; }
.fuss-logo { height: 64px; width: auto; }
.fuss-zeile {
  margin-top: 14px;
  font-family: var(--display); font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--grau);
}
.fuss-nav { margin-top: 14px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 24px; }
.fuss-nav a {
  font-family: var(--display); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--grau); text-decoration: none;
}
.fuss-nav a:hover { color: var(--rotbraun); }

/* Übergang Nacht → Fuß */
.abend { padding-bottom: 120px; }
body:has(.abend) .fuss { margin-top: 0; border-top: 1px solid var(--linie); }

/* ============ v12: kompakter Header (mobil-first) + Script nur im Hero ============ */

.kopf {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: 28px; padding: 10px 34px;
  background: rgba(245,240,231,0);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.kopf.gescrollt {
  background: rgba(245,240,231,.92); backdrop-filter: blur(10px);
  border-bottom-color: var(--linie);
}
.kopf .hauptnav { justify-content: center; }
.marke-logo { height: 56px; }
.kopf.gescrollt .marke-logo { height: 46px; }

@media (max-width: 860px) {
  .kopf {
    position: static;
    display: flex; flex-wrap: wrap; align-items: center;
    gap: 0 14px; padding: 10px 16px 8px;
    background: var(--papier); border-bottom: 1px solid var(--linie);
  }
  .marke { margin-right: auto; }
  .marke-logo, .kopf.gescrollt .marke-logo { height: 42px; }
  .knopf-kopf { padding: 8px 16px; font-size: 11.5px; letter-spacing: .14em; }
  .kopf .hauptnav {
    flex: 1 1 100%;
    justify-content: center; gap: 22px;
    margin-top: 8px; padding-top: 8px;
    border-top: 1px solid var(--linie);
  }
  .kopf .hauptnav a { font-size: 12px; letter-spacing: .1em; }
}

/* Script-Schrift nur noch an einer Stelle: Hero-Unterzeile */
.augenbraue {
  font-family: var(--display);
  font-size: 12.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--rotbraun);
  transform: none; margin-bottom: 14px;
}
.abend .augenbraue, .dunkel .augenbraue { color: var(--rotbraun-hell); }
.intro-marginalie {
  font-family: var(--display);
  font-size: 12.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--rotbraun);
  transform: none; padding-top: 14px;
}
.folgt {
  font-family: var(--display);
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--grau);
  border: 1px solid var(--linie); border-bottom: 1px solid var(--linie);
  border-radius: 999px;
  padding: 5px 14px 4px;
  transform: none;
}
.abend .folgt, .dunkel .folgt { color: var(--papier-halb); border-color: var(--linie-nacht); }
.kauf .folgt { color: var(--grau); border-color: var(--linie); }
.etappen-verweis {
  font-family: var(--display); font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  transform: none;
}
.etappen-verweis a { border-bottom: 1px solid var(--rotbraun-hell); text-decoration: none; padding-bottom: 3px; }
.leistung h3 {
  font-family: var(--display);
  font-size: 12.5px; letter-spacing: .24em; text-transform: uppercase;
  transform: none; margin-bottom: 18px;
}
.polaroid figcaption {
  font-family: var(--display); font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--papier-halb);
}
.zwischenband-zeile {
  font-family: var(--display);
  font-size: clamp(24px, 4.2vw, 42px); line-height: 1.28;
  transform: translate(-50%, -50%);
}
.kontakt-mail { font-family: var(--display); }
.ticket-ausverkauft {
  font-family: var(--display); font-size: 15px; letter-spacing: .18em; text-transform: uppercase;
  transform: none;
}

/* ============ v13: feste Papier-Leiste, Logo groß & sichtbar, kinematischer Hero ============ */

.kopf {
  position: sticky; top: 0; z-index: 50;
  display: flex; flex-direction: column; align-items: center; gap: 0;
  padding: 14px 24px 0;
  background: var(--papier); background-image: var(--korn);
  border-bottom: 1px solid var(--linie);
  transition: padding .3s ease;
}
.kopf.gescrollt { padding-top: 8px; }
.marke { line-height: 0; }
.marke-logo { height: 82px; width: auto; display: block; transition: height .3s ease; }
.kopf.gescrollt .marke-logo { height: 54px; }
.kopf .hauptnav {
  display: flex; justify-content: center; gap: 34px;
  margin-top: 12px;
}
.kopf .hauptnav a {
  font-family: var(--display); font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  padding: 12px 0 14px; position: relative;
}
.kopf .hauptnav a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 8px;
  border-bottom: 2px solid var(--rotbraun); transition: right .3s ease;
}
.kopf .hauptnav a:hover::after, .kopf .hauptnav a.aktiv::after { right: 0; }
.kopf .hauptnav a.aktiv { color: var(--rotbraun); }
.nav-tickets { color: var(--rotbraun) !important; }
.nav-tickets::before {
  content: ''; position: absolute; left: -18px; top: 50%; transform: translateY(-50%);
  width: 4px; height: 4px; border-radius: 50%; background: var(--rotbraun);
}
main { padding-top: 0 !important; }
body:not(:has(.held)) main { padding-top: 0 !important; }

@media (max-width: 860px) {
  .kopf { position: static; padding: 12px 16px 0; }
  .marke-logo, .kopf.gescrollt .marke-logo { height: 64px; }
  .kopf .hauptnav { gap: 22px; margin-top: 8px; }
  .kopf .hauptnav a { font-size: 11.5px; letter-spacing: .14em; padding: 10px 0 12px; }
  .nav-tickets::before { left: -13px; }
}

/* Hero: randlos unter der Leiste, wärmer, mit Scroll-Hinweis */
.held { min-height: min(90svh, 860px); }
.held-bild { filter: saturate(1.06) contrast(1.04); }
.held::after {
  background:
    linear-gradient(180deg, rgba(29,29,27,.12) 0%, rgba(29,29,27,0) 26%, rgba(29,29,27,.42) 66%, rgba(29,29,27,.86) 100%),
    linear-gradient(96deg, rgba(29,29,27,.62) 0%, rgba(29,29,27,.05) 58%);
}
.held-inhalt { padding-bottom: 108px; }
.held-titel { font-size: clamp(50px, 8.2vw, 96px); letter-spacing: -.005em; }
.held-zeile { font-size: clamp(21px, 2.8vw, 30px); }

.held::before {
  content: ''; position: absolute; left: 50%; bottom: 34px; z-index: 3;
  width: 1px; height: 54px;
  background: linear-gradient(180deg, rgba(245,240,231,0), rgba(245,240,231,.85));
  animation: scrollhinweis 2.4s ease-in-out infinite;
}
@keyframes scrollhinweis {
  0%, 100% { opacity: .25; transform: scaleY(.6); transform-origin: bottom; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: bottom; }
}
@media (prefers-reduced-motion: reduce) { .held::before { animation: none; opacity: .7; } }
@media (max-width: 640px) {
  .held { min-height: 76svh; }
  .held-inhalt { padding-bottom: 76px; }
  .held::before { height: 34px; bottom: 22px; }
}

/* ============ v14: Bogenkante aus dem Logo als Header-Abschluss ============ */

.kopf { border-bottom: 0; padding-bottom: 4px; }
.kopf::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -15px;
  height: 16px; pointer-events: none;
  background-image: radial-gradient(16px 16px at 50% -1px, var(--papier) 69%, transparent 71%);
  background-size: 30px 16px;
  background-repeat: repeat-x;
  background-position: center top;
  filter: drop-shadow(0 3px 4px rgba(29,29,27,.18));
}
.kopf { position: sticky; }

/* Nav: Bogen statt Standard-Unterstreichung */
.kopf .hauptnav a::after {
  content: ''; position: absolute; left: 50%; right: auto; bottom: 2px;
  transform: translateX(-50%) scale(0);
  width: 22px; height: 9px;
  border-bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 9'%3E%3Cpath fill='%236B1D1E' d='M1 8 Q11 -3 21 8 Q11 3 1 8Z'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform .25s cubic-bezier(.2,.7,.3,1.4);
}
.kopf .hauptnav a:hover::after, .kopf .hauptnav a.aktiv::after {
  right: auto; transform: translateX(-50%) scale(1);
}

/* Hero rückt unter die Bogenkante */
.held { margin-top: 0; }
@media (max-width: 860px) {
  .kopf::after { bottom: -12px; height: 13px; background-size: 24px 13px; background-image: radial-gradient(13px 13px at 50% -1px, var(--papier) 69%, transparent 71%); }
}

/* ============ v15: Markise weg, Header flach & ruhig ============ */
.kopf::after { display: none; }
.kopf { border-bottom: 1px solid var(--linie); padding: 8px 24px 0; }
.kopf.gescrollt { padding-top: 5px; }
.marke-logo { height: 62px; }
.kopf.gescrollt .marke-logo { height: 46px; }
.kopf .hauptnav { margin-top: 4px; }
.kopf .hauptnav a { padding: 8px 0 12px; font-size: 12.5px; }
@media (max-width: 860px) {
  .kopf { padding: 8px 16px 0; }
  .marke-logo, .kopf.gescrollt .marke-logo { height: 52px; }
  .kopf .hauptnav { margin-top: 2px; gap: 20px; }
  .kopf .hauptnav a { padding: 6px 0 10px; }
}

/* ============ v16: kein Balken – schwebender Kopf auf dem Bild (Porsche-Prinzip, CJ-Stil) ============ */

.kopf {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  gap: 20px; padding: 18px 38px;
  background: transparent; border-bottom: 0; backdrop-filter: none;
  transition: background .35s ease, padding .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.kopf::after { display: none; }
.kopf.gescrollt {
  background: rgba(245,240,231,.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--linie);
  padding: 8px 38px;
}
.kopf-links { justify-self: start; }
.marke { justify-self: center; line-height: 0; }
.marke-logo { height: 78px; width: auto; display: block; transition: height .35s ease; }
.kopf.gescrollt .marke-logo { height: 48px; }
.kopf .hauptnav { display: flex; gap: 28px; margin: 0; }
.kopf .hauptnav a {
  font-family: var(--display); font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  padding: 6px 0; position: relative;
}
.kopf .hauptnav a::after {
  content: ''; position: absolute; left: 50%; bottom: -2px; transform: translateX(-50%) scale(0);
  width: 22px; height: 9px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 9'%3E%3Cpath fill='%236B1D1E' d='M1 8 Q11 -3 21 8 Q11 3 1 8Z'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform .25s cubic-bezier(.2,.7,.3,1.4);
}
.kopf .hauptnav a:hover::after, .kopf .hauptnav a.aktiv::after { transform: translateX(-50%) scale(1); }
.kopf .hauptnav a.aktiv { color: var(--rotbraun); }
.kopf-tickets {
  justify-self: end;
  font-family: var(--display); font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--rotbraun); text-decoration: none;
  padding: 6px 0;
}
.kopf-tickets span { display: inline-block; transition: transform .2s ease; }
.kopf-tickets:hover span { transform: translateX(5px); }

/* Unterseiten ohne Hero: Kopf als ruhige Papier-Leiste im Fluss */
body:not(:has(.held)) .kopf {
  position: sticky;
  background: var(--papier); background-image: var(--korn);
  border-bottom: 1px solid var(--linie);
  padding: 10px 38px;
}
body:not(:has(.held)) .marke-logo { height: 56px; }
body:not(:has(.held)) main { padding-top: 0 !important; }

/* Hero: Licht fällt von oben ins Bild – trägt Logo & Nav ohne Balken */
.held::after {
  background:
    linear-gradient(180deg, rgba(245,240,231,.96) 0%, rgba(245,240,231,.62) 7%, rgba(245,240,231,0) 22%),
    linear-gradient(180deg, rgba(29,29,27,0) 40%, rgba(29,29,27,.42) 72%, rgba(29,29,27,.88) 100%),
    linear-gradient(96deg, rgba(29,29,27,.5) 0%, rgba(29,29,27,0) 55%);
}
.held { min-height: 100svh; }

@media (max-width: 860px) {
  .kopf {
    position: absolute; top: 0; left: 0; right: 0;
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
    gap: 2px 18px; padding: 12px 16px 0;
  }
  .kopf.gescrollt { background: transparent; border: 0; backdrop-filter: none; padding: 12px 16px 0; }
  .marke { order: 1; flex: 1 1 100%; display: flex; justify-content: center; }
  .marke-logo, .kopf.gescrollt .marke-logo { height: 60px; }
  .kopf-links { order: 2; }
  .kopf .hauptnav { gap: 20px; }
  .kopf .hauptnav a { font-size: 11.5px; letter-spacing: .14em; padding: 8px 0; }
  .kopf-tickets { order: 3; font-size: 11.5px; letter-spacing: .14em; padding: 8px 0; }
  body:not(:has(.held)) .kopf { position: static; padding: 10px 16px 6px; }
  body:not(:has(.held)) .marke-logo { height: 52px; }
  .held { min-height: 88svh; }
  .held-inhalt { padding-bottom: 64px; }
}

/* ============ v17: Typo-System „Maschine & Notiz" – Grotesk + Kritzelschrift ============ */

@font-face {
  font-family: 'Archivo';
  src: url('/assets/fonts/archivo-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('/assets/fonts/archivo-medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Archivo Display';
  src: url('/assets/fonts/archivo-display.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

:root {
  --display: 'Archivo Display', 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --text: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
}

body { font: 16.5px/1.68 var(--text); letter-spacing: .002em; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: -.015em; }

.held-titel { font-weight: 600; letter-spacing: -.02em; font-size: clamp(46px, 7.4vw, 88px); }
.held-zeile { font-family: var(--script); }
.held-meta { font-family: var(--text); font-weight: 500; font-size: 11.5px; letter-spacing: .2em; }
.held-meta #countdown { font-family: var(--script); font-size: 19px; letter-spacing: 0; text-transform: none; transform: rotate(-1.2deg); }
.held-meta #countdown strong { font-size: 21px; }

.kopf .hauptnav a, .kopf-tickets {
  font-family: var(--text); font-weight: 500;
  font-size: 12px; letter-spacing: .18em;
}
.knopf { font-family: var(--text); font-weight: 500; font-size: 12.5px; letter-spacing: .18em; }

/* Kritzelschrift = die handschriftlichen Notizen im Roadbook */
.augenbraue {
  font-family: var(--script); font-size: 24px;
  letter-spacing: 0; text-transform: none;
  transform: rotate(-1.5deg); margin-bottom: 10px;
}
.intro-marginalie {
  font-family: var(--script); font-size: 25px;
  letter-spacing: 0; text-transform: none;
  transform: rotate(-3deg); padding-top: 8px;
}
.intro-gross { font-family: var(--display); font-weight: 600; font-size: clamp(23px, 3.4vw, 34px); line-height: 1.36; letter-spacing: -.01em; }
.folgt {
  font-family: var(--script); font-size: 17.5px;
  letter-spacing: 0; text-transform: none;
  border: 0; border-bottom: 2px dotted var(--rotbraun-hell);
  border-radius: 0; padding: 0 2px 2px;
  transform: rotate(-.8deg);
  color: var(--rotbraun);
}
.abend .folgt, .dunkel .folgt { color: var(--rotbraun-hell); }
.kauf .folgt { color: var(--rotbraun); }
.polaroid figcaption {
  font-family: var(--script); font-size: 19px;
  letter-spacing: 0; text-transform: none;
  color: var(--papier);
}

.fakt-wert { font-family: var(--display); font-weight: 600; letter-spacing: -.01em; }
.fakt-name { font-family: var(--text); font-weight: 500; letter-spacing: .18em; }
.etappe-nr { font-family: var(--display); font-weight: 600; font-size: 22px; }
.etappen-verweis { font-family: var(--text); font-weight: 500; font-size: 12px; letter-spacing: .16em; }
.leistung h3 { font-family: var(--text); font-weight: 500; font-size: 12px; letter-spacing: .2em; }
.ticket-rest, .ticket-anzahl span, .ticket-abriss-label, .feld label, .ticket-ausverkauft {
  font-family: var(--text); font-weight: 500;
}
.ticket-anzahl select { font: 16px var(--text); font-weight: 500; }
.ticket-preis { font-family: var(--display); font-weight: 600; letter-spacing: -.01em; }
.frage summary { font-family: var(--display); font-weight: 600; font-size: clamp(17px, 2.4vw, 20px); letter-spacing: -.005em; }
.kicker span { font-family: var(--text); font-weight: 500; }
.zwischenband-zeile { font-family: var(--script); font-size: clamp(26px, 4.4vw, 46px); }
.fuss-zeile, .fuss-nav a { font-family: var(--text); font-weight: 500; }
.kontakt-mail { font-family: var(--script); }
.seitenkopf h1 { font-weight: 600; letter-spacing: -.02em; }
