:root {
  --bg: #fffdf5;
  --ink: #0a0a0a;
  --muted: rgba(10, 10, 10, 0.62);
  --poster: #f4e100;
  --flash: #d5006a;
  --black: #0a0a0a;
  --display: "Archivo Black", Impact, sans-serif;
  --sans: Archivo, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  background: repeating-linear-gradient(
    -22deg,
    transparent 0 56px,
    rgba(10, 10, 10, 0.035) 56px 57px
  );
}
body > * { position: relative; z-index: 1; }

::selection {
  background: var(--flash);
  color: #fff;
}

a {
  color: inherit;
  text-underline-offset: 3px;
}

img { max-width: 100%; display: block; }

.spine,
.ticker,
.rail { display: none !important; }

.site-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--poster);
  border-bottom: 4px solid var(--ink);
}

.mark { text-decoration: none; display: grid; gap: 0; }
.mark-kicker {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  font-weight: 700;
  color: var(--flash);
}
.mark-name {
  font-family: var(--display);
  font-size: 26px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.nav-desk {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2px;
  font-size: 13px;
  font-weight: 700;
  justify-content: flex-end;
}
.nav-desk a {
  text-decoration: none;
  padding: 8px 10px;
}
.nav-desk a:hover,
.nav-desk a.is-on {
  background: var(--ink);
  color: var(--poster);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 3px solid var(--ink);
  background: var(--bg);
  cursor: pointer;
  padding: 0;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 3px;
  background: var(--ink);
  margin: 0 auto;
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }

.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--poster);
  color: var(--ink);
  z-index: 55;
  padding: 88px 24px 40px;
}
.nav-mobile.open { display: grid; align-content: start; gap: 0; }
.nav-mobile a {
  font-family: var(--display);
  font-size: clamp(36px, 9vw, 64px);
  text-decoration: none;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  border-bottom: 3px solid var(--ink);
  padding: 8px 0;
}
.nav-mobile a small {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  color: var(--flash);
  letter-spacing: 0.08em;
}

.wrap {
  width: min(1040px, calc(100% - 40px));
  margin-inline: auto;
}

.heft {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  color: var(--flash);
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.heft b { color: var(--ink); }

.display {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-transform: lowercase;
}

.lede {
  font-size: 20px;
  line-height: 1.4;
  max-width: 36rem;
  font-weight: 400;
}

.ink-soft { color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--poster);
  text-decoration: none;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 700;
  border: 3px solid var(--ink);
  letter-spacing: 0;
  text-transform: lowercase;
}
.btn:hover { background: var(--flash); border-color: var(--flash); color: #fff; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--poster); }

.photo {
  position: relative;
  background: var(--poster);
  overflow: hidden;
  border: 3px solid var(--ink);
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.2);
  mix-blend-mode: multiply;
}
.photo:nth-of-type(even),
.mosaic .photo:nth-child(2) { background: var(--flash); }
.photo:nth-of-type(even) img,
.mosaic .photo:nth-child(2) img { mix-blend-mode: multiply; }
.photo figcaption,
.cap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 700;
  background: var(--ink);
  color: var(--poster);
  border: 0;
  text-transform: lowercase;
  letter-spacing: 0;
}

.stempel {
  width: auto;
  height: auto;
  padding: 6px 10px;
  border: 3px solid var(--flash);
  color: var(--flash);
  border-radius: 0;
  display: inline-grid;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  transform: none;
  background: var(--bg);
}

.linie {
  font-family: var(--display);
  color: var(--flash);
  letter-spacing: -0.03em;
}

.station {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 3px solid var(--ink);
  text-decoration: none;
}
.station:hover { background: var(--poster); }
.station-num {
  font-family: var(--display);
  font-size: 32px;
  color: var(--flash);
  letter-spacing: -0.04em;
  line-height: 1;
}
.station-name {
  font-family: var(--display);
  font-size: 28px;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  line-height: 0.95;
}
.station-meta {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.punch {
  width: 14px;
  height: 14px;
  background: var(--flash);
  border-radius: 0;
  box-shadow: none;
}

.ticket {
  background: var(--poster);
  border: 3px solid var(--ink);
  padding: 20px;
  box-shadow: 10px 10px 0 var(--ink);
  position: relative;
}
.ticket::before,
.ticket::after { display: none; }

.quote {
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.chip {
  display: inline-block;
  background: var(--flash);
  color: #fff;
  border: 0;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}

.legal {
  font-size: 17px;
  line-height: 1.6;
  max-width: 46rem;
}
.legal h2 {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  margin: 2rem 0 0.5rem;
  color: var(--flash);
}

.form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: lowercase;
}
.form input,
.form textarea,
.form select {
  font: inherit;
  font-weight: 400;
  background: transparent;
  border: 0;
  border-bottom: 3px solid var(--ink);
  padding: 8px 0 10px;
  color: var(--ink);
  width: 100%;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: none;
}
.form textarea { min-height: 120px; resize: vertical; }
.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  border-bottom-color: var(--flash);
}

.site-foot {
  margin-top: 64px;
  background: var(--ink);
  color: var(--poster);
  padding: 48px 24px 24px;
  border-top: 0;
}
.site-foot::before { content: none; }
.foot-grid {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 3px solid var(--poster);
}
.foot-line {
  display: block;
  color: var(--flash);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 8px;
}
.foot-grid b {
  display: block;
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  margin-bottom: 8px;
}
.foot-grid p,
.foot-grid a {
  color: rgba(244, 225, 0, 0.85);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
}
.foot-legal {
  width: min(1040px, 100%);
  margin: 16px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: lowercase;
}
.foot-legal a { color: rgba(244, 225, 0, 0.65); text-decoration: none; }
.foot-legal a:hover { color: var(--flash); }

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: var(--flash);
  color: #fff;
  border: 0;
  box-shadow: none;
  z-index: 80;
  padding: 16px 24px 18px;
  display: none;
  transform: none;
}
.cookie.open { display: block; }
.cookie .heft { color: #fff; }
.cookie .heft b { color: var(--poster); }
.cookie h2 {
  font-family: var(--display);
  font-size: 28px;
  margin: 0 0 6px;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: #fff;
}
.cookie p { font-size: 14px; line-height: 1.4; margin: 0 0 12px; color: rgba(255,255,255,.9); }
.cookie a { color: var(--poster); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions button {
  font: inherit;
  cursor: pointer;
  border: 3px solid var(--ink);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  background: var(--ink);
  color: var(--poster);
  text-transform: lowercase;
  letter-spacing: 0;
}
.cookie-actions button.ghost {
  background: var(--poster);
  color: var(--ink);
}
.cookie-set { display: none; margin: 8px 0 12px; }
.cookie-set.open { display: grid; gap: 8px; }
.cookie-set label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}

section.wrap.shift-hero,
.shift-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  background: var(--poster);
  border-bottom: 4px solid var(--ink);
}
.shift-hero > div:last-child {
  order: -1;
  grid-area: auto;
}
.shift-hero > div:first-child {
  order: 2;
  padding: 28px max(20px, calc((100% - 1040px) / 2)) 8px;
  background: none;
  align-self: start;
}
.shift-hero .photo {
  height: 58vh !important;
  min-height: 380px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.shift-hero .photo figcaption {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
}
.offset-photo { transform: none; }
.overlap-note {
  margin: 16px 0 0;
  max-width: 340px;
  box-shadow: 8px 8px 0 var(--ink);
}

.region-row a {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 3px solid var(--ink);
  text-decoration: none;
}
.region-row a:hover { background: var(--poster); }
.region-row strong {
  font-family: var(--display);
  font-size: 34px;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.mosaic {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: 210px 250px;
  gap: 10px;
}
.mosaic .photo:first-child { grid-row: 1 / 3; }

section.wrap.page-hero,
.page-hero {
  width: 100%;
  max-width: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  gap: 0;
  border-bottom: 4px solid var(--ink);
  background: var(--bg);
}
.page-hero > div:first-child {
  padding: 40px 8vw 36px 8vw;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-hero .photo {
  min-height: 520px;
  height: 100% !important;
  border: 0;
  border-left: 3px solid var(--ink);
}
.page-hero .photo figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.split-7 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.kalender {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px 18px;
  border-top: 3px solid var(--ink);
  padding-top: 12px;
  margin-top: 8px;
}

.crumbs {
  width: min(1040px, calc(100% - 40px));
  margin: 12px auto 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
}
.crumbs a { color: var(--flash); text-decoration: none; }
.crumbs span[aria-hidden] { margin: 0 8px; }

.days { display: grid; gap: 0; }
.day {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 3px solid var(--ink);
}
.day-n {
  font-family: var(--display);
  color: var(--flash);
  font-size: 22px;
  letter-spacing: -0.04em;
}
.day h3 {
  font-family: var(--display);
  font-size: 24px;
  margin: 0 0 6px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}
.day p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
}

.notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.note {
  border: 3px solid var(--ink);
  padding: 16px;
  background: var(--bg);
  box-shadow: 6px 6px 0 var(--poster);
}
.note:nth-child(even) { box-shadow: 6px 6px 0 var(--flash); }
.note h3 {
  font-family: var(--display);
  font-size: 22px;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}
.note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--muted);
}

.skip li {
  font-size: 16px;
  line-height: 1.45;
  padding: 10px 0;
  border-top: 3px solid var(--ink);
  list-style: none;
}
.skip { margin: 0; padding: 0; }

.related { display: flex; flex-wrap: wrap; gap: 8px; }
.related a {
  text-decoration: none;
  background: var(--ink);
  color: var(--poster);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
  border: 0;
}
.related a:hover { background: var(--flash); color: #fff; }

.photo-lg { height: 420px; }
.photo-xl { height: 480px; }

.font-display {
  font-family: var(--sans) !important;
  font-style: normal;
}

@media (max-width: 900px) {
  .notes, .day, .page-hero, .split-7, .mosaic, .foot-grid, .station, .region-row a {
    grid-template-columns: 1fr;
  }
  .mosaic { grid-template-rows: 200px 160px 160px; }
  .nav-desk { display: none; }
  .nav-toggle { display: block; }
  .page-hero .photo { min-height: 280px; border-left: 0; border-top: 3px solid var(--ink); }
  .shift-hero .photo { min-height: 280px; height: 42vh !important; }
  .wrap, .crumbs { width: min(1040px, calc(100% - 28px)); }
}

@media (max-width: 600px) {
  .display { font-size: 40px !important; }
  .station-name { font-size: 22px; }
  .region-row strong { font-size: 26px; }
  .mark-name { font-size: 20px; }
}
