/* DOPAMINVERBOT – Schaufenster-Seite
   Amtspapier-Optik: Papierweiß, Tinte, harte Kanten, Stempel.
   Rot NUR für Schild, Stempel und den Haupt-CTA im Hero. */

/* ---------- Schriften (selbst gehostet, alle OFL) ---------- */
@font-face { font-family: "Barlow Condensed"; font-weight: 700; font-style: normal; font-display: swap; src: url("assets/fonts/barlow-condensed-700.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-weight: 400; font-style: normal; font-display: swap; src: url("assets/fonts/barlow-400.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-weight: 500; font-style: normal; font-display: swap; src: url("assets/fonts/barlow-500.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-weight: 800; font-style: normal; font-display: swap; src: url("assets/fonts/barlow-800.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-weight: 900; font-style: normal; font-display: swap; src: url("assets/fonts/nunito-900.woff2") format("woff2"); }
@font-face { font-family: "Comic Neue"; font-weight: 700; font-style: normal; font-display: swap; src: url("assets/fonts/comic-neue-700.woff2") format("woff2"); }
@font-face { font-family: "EB Garamond"; font-weight: 600; font-style: normal; font-display: swap; src: url("assets/fonts/eb-garamond-600.woff2") format("woff2"); }

/* ---------- Farben & Maße ---------- */
:root {
  --rot: #D7261E;
  --gelb: #FFDE3C;
  --tinte: #161616;
  --papier: #FAF8F2;
  --weiss: #FFFFFF;
  --marine: #1c2541;
  --dunkelrot: #5e1519;
  --grau: #5b5955;          /* Nebentext, AA auf Papier (6,6:1) */
  --linie: #d8d3c6;         /* leise Linien auf Papier */
  --mint: #d5eee0;
  --rosa: #f7d6de;
  --hellblau: #cfe6f3;
  --shirt-hell: #f5f5f5;    /* Hintergrund der hellen Motiv-Vorschau */
  --shirt-dunkel: #18181a;  /* Hintergrund der dunklen Motiv-Vorschau */

  --kopf: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --label: "Barlow", Arial, sans-serif;
  --text: "Barlow", Arial, sans-serif;
  --suess: "Nunito", "Arial Rounded MT Bold", Arial, sans-serif;
  --cursed: "Comic Neue", "Comic Sans MS", cursive;
  --amt: "EB Garamond", Georgia, serif;

  --rand: 2px solid var(--tinte);
  --schatten: 4px 4px 0 var(--tinte);
  --abstand: clamp(2rem, 6vw, 5.5rem);
}

/* ---------- Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font-family: var(--text);
  font-size: 1.0625rem;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-x: clip;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--tinte); outline-offset: 3px; }
.hilfe :focus-visible, .fuss :focus-visible { outline-color: var(--gelb); }

.rahmen { width: min(100% - 2rem, 1180px); margin-inline: auto; }
.rahmen--schmal { max-width: 820px; }

.sprung {
  position: absolute; left: 1rem; top: -100px;
  background: var(--tinte); color: var(--papier);
  padding: .75rem 1rem; font-family: var(--label); font-weight: 800; z-index: 100;
}
.sprung:focus { top: 1rem; }

/* Kleine Amts-Labels (Barlow 800, Versalien) */
.feld-label, .anlage, .akte__nr, .chip, .knopf, .band, .akte__status, .verboten-tag, .trenner span, .akte__wahl button, .tag h3, .kachel__titel, .frage__nr, .wallpaper__karte span {
  font-family: var(--label);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* ---------- 0 · Hinweisband ---------- */
.band {
  background: var(--gelb);
  color: var(--tinte);
  font-size: .66rem;
  text-align: center;
  padding: .5rem 1rem;
  border-bottom: var(--rand);
}
.band p { display: flex; flex-wrap: wrap; justify-content: center; gap: .15rem .5rem; }
.band__mehr { display: none; }
@media (min-width: 700px) {
  .band { font-size: .78rem; }
  .band__mehr { display: inline; }
}

/* ---------- Kopf ---------- */
.kopf { border-bottom: 1px solid var(--linie); background: var(--papier); }
.kopf__innen { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .3rem 0; }
.kopf__logo img { width: 176px; height: auto; }
.kopf__nav { display: flex; gap: .25rem; }
.kopf__nav a {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 .45rem;
  text-decoration: none; font-family: var(--kopf); font-weight: 700; font-size: 1rem; letter-spacing: .02em;
}
.kopf__nav a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
@media (max-width: 420px) { .kopf__nav a:nth-child(3) { display: none; } }
@media (min-width: 700px) {
  .kopf__logo img { width: 240px; }
  .kopf__nav { gap: .75rem; }
  .kopf__nav a { font-size: 1.15rem; padding: 0 .5rem; }
}

/* ---------- 1 · Hero ---------- */
.hero { padding: .9rem 0 1rem; overflow: hidden; }
.hero__innen { display: flow-root; }
.hero__bild { position: relative; width: 104px; float: right; margin: 0 0 .5rem .9rem; }
.hero__schild { width: 100%; height: auto; }
.stempel {
  position: absolute;
  right: -6px;
  bottom: -14px;
  width: 104px;
  height: auto;
  transform: rotate(-8deg);
  mix-blend-mode: multiply;
}
.feld-label { font-size: .62rem; color: var(--grau); display: flex; flex-wrap: wrap; gap: .25rem .6rem; margin-bottom: .5rem; }
.feld-label__az { color: var(--tinte); border: 1px solid var(--tinte); padding: 0 .3rem; letter-spacing: .06em; }
.hero__titel {
  font-family: var(--kopf);
  font-weight: 700;
  font-size: clamp(2rem, 8.8vw, 5.6rem);
  line-height: .95;
  letter-spacing: -.01em;
}
.hero__unterzeile { clear: right; margin-top: .7rem; font-weight: 500; font-size: .98rem; line-height: 1.35; }
.hero__ziel { color: var(--grau); font-size: .98rem; margin-top: .25rem; }
.hero__knoepfe { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .8rem; }
.hero__fakten { margin-top: .6rem; font-size: .8rem; color: var(--grau); }
.hero__fakten-mehr { display: none; }
@media (min-width: 900px) {
  .hero { padding: 3rem 0 2.5rem; }
  .hero__innen { display: grid; grid-template-columns: 1fr 420px; gap: 2rem; align-items: center; }
  .hero__bild { float: none; width: 380px; margin: 0 auto; order: 2; }
  .hero__text { order: 1; }
  .hero__titel { max-width: 14ch; text-wrap: balance; }
  .stempel { width: 220px; right: -30px; bottom: -8px; }
  .feld-label { font-size: .78rem; margin-bottom: .6rem; }
  .hero__unterzeile { font-size: 1.25rem; margin-top: 1rem; }
  .hero__knoepfe { margin-top: 1.2rem; gap: .6rem; }
  .hero__fakten { font-size: .95rem; margin-top: .8rem; }
  .hero__fakten-mehr { display: inline; }
}

/* Stempel knallt beim Laden einmal aufs Papier (200 ms) */
@keyframes knall {
  from { transform: rotate(-8deg) scale(1.7); opacity: 0; }
  70%  { transform: rotate(-8deg) scale(.96); opacity: 1; }
  to   { transform: rotate(-8deg) scale(1); opacity: 1; }
}
.stempel--knall { animation: knall 200ms cubic-bezier(.2, .8, .3, 1) 150ms both; }

/* ---------- 2 · Warnhinweis ---------- */
.warnung {
  border: 4px solid var(--tinte);
  background: var(--weiss);
  padding: .5rem .7rem;
  margin-top: .35rem;
  box-shadow: inset 0 0 0 2px var(--weiss), inset 0 0 0 3px var(--tinte);
}
.warnung p {
  font-family: var(--label); font-weight: 800; text-transform: uppercase;
  font-size: clamp(.9rem, 3.5vw, 1.5rem); line-height: 1.2; letter-spacing: .02em; text-align: center;
}
@media (min-width: 900px) { .warnung { padding: 1rem 1.5rem; } }

/* ---------- Trenner „hier abtrennen“ ---------- */
.trenner {
  width: min(100% - 2rem, 1180px);
  margin: var(--abstand) auto 0;
  border-top: 2px dashed var(--linie);
  text-align: center;
  height: 0;
}
@media (max-width: 699px) { .trenner--erster { display: none; } #akten .zeile .anlage { display: none; } }
.trenner[hidden], .abschnitt[hidden] { display: none; }
.trenner span {
  position: relative; top: -.65em;
  background: var(--papier); padding: 0 .75rem;
  font-size: .62rem; color: var(--grau); letter-spacing: .2em;
}
.trenner span::before {
  content: "";
  display: inline-block; width: 12px; height: 12px; margin-right: .5rem; vertical-align: -1px;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b5955' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Cpath d='M20 4 8.5 15.5M20 20 8.5 8.5M14 12l6 6'/%3E%3C/svg%3E");
}

/* ---------- Abschnitte ---------- */
.abschnitt { padding-top: calc(var(--abstand) * .55); }
.zeile { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .4rem 1rem; }
.anlage { font-size: .7rem; color: var(--grau); display: flex; align-items: center; gap: .6rem; }
.anlage::before { content: ""; width: 28px; height: 2px; background: var(--tinte); }
.titel {
  font-family: var(--kopf); font-weight: 700;
  font-size: clamp(2.1rem, 7vw, 3.6rem); line-height: .95; margin-top: .4rem;
}
.abschnitt__kopf { display: flex; flex-wrap: wrap; align-items: flex-end; gap: .5rem 1rem; }
.abschnitt__intro { margin-top: .5rem; font-size: 1.05rem; line-height: 1.35; max-width: 46ch; }
@media (min-width: 700px) { .abschnitt__intro { font-size: 1.15rem; line-height: 1.5; margin-top: .75rem; } }
.abschnitt__intro--ernst { color: var(--grau); }
.abschnitt__fuss { margin-top: 1.5rem; font-size: .92rem; color: var(--grau); max-width: 70ch; }
.hinweis { padding: 1rem; border: var(--rand); background: var(--weiss); }

.verboten-tag {
  display: inline-block; font-size: .58rem; color: var(--rot);
  border: 2px solid var(--rot); padding: .2rem .45rem;
  transform: rotate(-2deg);
}
@media (min-width: 700px) { .verboten-tag { font-size: .66rem; } }

/* ---------- Knöpfe & Chips ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  min-height: 48px; padding: 0 1.1rem;
  border: var(--rand); text-decoration: none; text-align: center;
  font-size: .82rem; line-height: 1.2; letter-spacing: .06em;
  background: var(--weiss); color: var(--tinte);
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.knopf:hover { box-shadow: var(--schatten); transform: translate(-2px, -2px); }
.knopf:active { box-shadow: none; transform: none; }
.knopf--rot { background: var(--rot); color: var(--weiss); border-color: var(--rot); box-shadow: var(--schatten); }
.knopf--rot:hover { box-shadow: 6px 6px 0 var(--tinte); }
.knopf--tinte { background: var(--tinte); color: var(--papier); }
.knopf--rand { background: transparent; }
.knopf--klein { min-height: 44px; padding: 0 .9rem; font-size: .74rem; }

.filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .9rem; }
.akten__hinweis { margin-top: .6rem; font-size: .84rem; color: var(--grau); max-width: 60ch; }
@media (min-width: 700px) { .akten__hinweis { font-size: .95rem; } }
.chip {
  min-height: 44px; padding: 0 1rem; cursor: pointer;
  border: var(--rand); background: var(--weiss); font-size: .74rem;
}
.chip[aria-pressed="true"] { background: var(--tinte); color: var(--papier); }
.chip:hover { box-shadow: 3px 3px 0 var(--tinte); }

/* ---------- 3 · Akten (Produktgrid) ---------- */
.akten {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem .75rem;
  margin-top: .9rem;
}
@media (min-width: 700px) { .akten { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem 1.25rem; } }
@media (min-width: 1000px) { .akten { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.akten__leer { margin-top: 1.5rem; color: var(--grau); }

.akte {
  background: var(--weiss);
  border: var(--rand);
  box-shadow: var(--schatten);
  display: flex; flex-direction: column;
  transition: transform 150ms ease;
  min-width: 0;
}
.akte:hover { transform: rotate(-1deg); }
.akte[hidden] { display: none; }

.akte__bild { position: relative; background: var(--shirt-hell); border-bottom: var(--rand); aspect-ratio: 5 / 6; }
.akte__bild[data-variante="dunkel"] { background: var(--shirt-dunkel); }
.akte__img { width: 100%; height: 100%; object-fit: cover; }
.akte__nr {
  position: absolute; top: -2px; left: -2px;
  background: var(--weiss); border: var(--rand); border-top: 0; border-left: 0;
  padding: .25rem .5rem; font-size: .62rem; letter-spacing: .1em; z-index: 1;
}
.akte__status {
  position: absolute; right: .5rem; bottom: .5rem;
  border: 2px solid var(--rot); color: var(--rot); background: rgba(255, 255, 255, .85);
  padding: .2rem .45rem; font-size: .62rem; transform: rotate(-6deg);
}
.akte__status[hidden] { display: none; }

.akte__wahl { display: flex; border-bottom: 1px solid var(--linie); }
.akte__wahl button {
  flex: 1; min-height: 44px; border: 0; background: transparent; cursor: pointer;
  font-size: .68rem; letter-spacing: .1em; color: var(--grau);
}
.akte__wahl button + button { border-left: 1px solid var(--linie); }
.akte__wahl button[aria-pressed="true"] { color: var(--tinte); background: var(--papier); box-shadow: inset 0 -3px 0 var(--tinte); }

.akte__text {
  padding: .8rem .8rem 0;
  font-size: 1.2rem; line-height: 1.15; overflow-wrap: anywhere;
}
.akte__text--suess { font-family: var(--suess); font-weight: 900; }
.akte__text--cursed { font-family: var(--cursed); font-weight: 700; font-size: 1.3rem; }
.akte__text--amt { font-family: var(--amt); font-weight: 600; font-size: .98rem; letter-spacing: .06em; text-transform: uppercase; }
.akte__text--amt.akte__text--marine { color: var(--marine); }
.akte__text--amt.akte__text--dunkelrot { color: var(--dunkelrot); }
.akte__kontext { padding: .35rem .8rem 0; font-size: .9rem; color: var(--grau); flex: 1; }

.akte__kauf { padding: .9rem .8rem .9rem; display: grid; gap: .55rem; }
.akte__shirt { width: 100%; padding: 0 .5rem; font-size: .74rem; }
.akte__sticker {
  display: inline-flex; align-items: center; min-height: 44px; justify-content: center;
  font-size: .86rem; font-weight: 500; text-underline-offset: 3px;
}
.akte__pruefung {
  padding: .9rem .8rem 1rem; font-size: .88rem; color: var(--grau);
  border-top: 2px dashed var(--linie); margin-top: .75rem;
}
.akte__pruefung[hidden], .akte__kauf[hidden] { display: none; }
@media (min-width: 700px) {
  .akte__text { font-size: 1.35rem; padding-top: 1rem; }
  .akte__text--cursed { font-size: 1.45rem; }
  .akte__text--amt { font-size: 1.02rem; }
  .akte__shirt { font-size: .8rem; }
}

/* ---------- 4 · Sticker-Streifen ---------- */
.streifen {
  display: flex; gap: 1rem;
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: 1.25rem max(1rem, calc((100% - 1180px) / 2)) 1rem;
  scrollbar-width: thin; scrollbar-color: var(--grau) transparent;
}
.sticker {
  scroll-snap-align: start; flex: 0 0 200px;
  background: var(--weiss); border: var(--rand); box-shadow: var(--schatten); padding: .75rem;
  display: flex; flex-direction: column; gap: .6rem;
}
.sticker__img { width: 100%; height: auto; border: 1px solid var(--linie); }
.sticker__text { font-family: var(--suess); font-weight: 900; font-size: 1rem; line-height: 1.2; flex: 1; overflow-wrap: anywhere; }
.sticker--cursed .sticker__text { font-family: var(--cursed); font-weight: 700; }
.sticker--amt .sticker__text { font-family: var(--amt); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .85rem; }
.sticker__knopf { width: 100%; padding: 0 .4rem; font-size: .7rem; }
@media (min-width: 700px) { .sticker { flex-basis: 230px; } }

/* ---------- 5 · Das Amt in Zahlen ---------- */
.kacheln { display: grid; gap: 1rem; margin-top: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .kacheln { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .kacheln { grid-template-columns: 2fr 1fr 1fr 2fr; } .kachel--geld { grid-column: span 2; } .kacheln .kachel:last-child { grid-column: span 2; } }
.kachel { background: var(--weiss); border: var(--rand); padding: 1.25rem; font-size: .98rem; }
.kachel p + p { margin-top: .75rem; }
.kachel__titel { font-size: .72rem; color: var(--grau); margin-bottom: .6rem; letter-spacing: .12em; }
.kachel--zahl .kachel__titel { margin: 0 0 .5rem; }
.kachel__zahl { font-family: var(--kopf); font-weight: 700; font-size: 4.5rem; line-height: .9; }
.kachel__klein { font-size: .85rem; color: var(--grau); margin-top: .75rem; }

.balken { display: flex; height: 34px; border: var(--rand); margin-top: 1rem; overflow: hidden; }
.balken__teil { display: flex; align-items: center; justify-content: center; font-family: var(--label); font-weight: 800; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; min-width: 0; overflow: hidden; white-space: nowrap; }
.balken__teil--sprd { background: var(--linie); }
.balken__teil--mwst { background: var(--hellblau); border-left: var(--rand); }
.balken__teil--ich { background: var(--gelb); border-left: var(--rand); }

/* ---------- 6 · Verordnungen ---------- */
.woche { display: grid; gap: .75rem; margin-top: 1.5rem; grid-template-columns: 1fr; counter-reset: tag; }
@media (min-width: 700px) { .woche { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .woche { grid-template-columns: repeat(4, 1fr); } .tag:nth-child(n+5) { grid-column: span 1; } }
.tag { background: var(--weiss); border: var(--rand); padding: 1rem 1.1rem; position: relative; }
.tag h3 { font-size: .68rem; color: var(--grau); letter-spacing: .14em; margin-bottom: .4rem; }
.tag p { font-family: var(--kopf); font-weight: 700; font-size: 1.35rem; line-height: 1.05; }
.tag--heute { box-shadow: var(--schatten); }
.tag--heute h3::after { content: "· heute gültig"; margin-left: .35rem; color: var(--tinte); }

.social { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.25rem; }
.social__text { font-size: 1rem; }
.social__liste { display: flex; flex-wrap: wrap; gap: .6rem; }
.social__liste a span { text-transform: none; letter-spacing: 0; font-weight: 500; }
.social[hidden] { display: none; }

.wallpaper { margin-top: 2.5rem; border-top: 2px dashed var(--linie); padding-top: 2rem; }
.wallpaper__titel { font-family: var(--kopf); font-weight: 700; font-size: 1.7rem; line-height: 1; }
.wallpaper__text { margin-top: .4rem; color: var(--grau); }
.wallpaper__liste { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 1.25rem; max-width: 720px; }
.wallpaper__karte {
  display: block; text-decoration: none; background: var(--weiss); border: var(--rand);
  padding: .5rem; transition: transform 150ms ease, box-shadow 150ms ease;
}
.wallpaper__karte:hover { transform: rotate(-1deg); box-shadow: var(--schatten); }
.wallpaper__karte img { width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; }
.wallpaper__karte span { display: block; margin-top: .5rem; font-size: .66rem; }
.wallpaper__karte small { display: block; margin-top: .15rem; font-family: var(--text); font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--grau); font-size: .72rem; }

/* ---------- 7 · Fragebogen ---------- */
.formular { margin-top: 1.5rem; border: var(--rand); background: var(--weiss); }
.frage + .frage { border-top: var(--rand); }
.frage summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: .9rem;
  padding: 1rem 1.1rem; min-height: 56px;
  font-family: var(--kopf); font-weight: 700; font-size: 1.3rem; line-height: 1.1;
}
.frage summary::-webkit-details-marker { display: none; }
.frage summary::after { content: "+"; margin-left: auto; font-family: var(--label); font-weight: 800; font-size: 1.4rem; line-height: 1; }
.frage[open] summary::after { content: "–"; }
.frage summary:hover { background: var(--papier); }
.frage__nr { font-size: .7rem; color: var(--grau); border: 1px solid var(--tinte); padding: .15rem .4rem; letter-spacing: .1em; flex: none; }
.frage__antwort { padding: 0 1.1rem 1.25rem calc(1.1rem); font-size: 1rem; }
.frage__antwort p + p { margin-top: .75rem; }
@media (min-width: 700px) { .frage__antwort { padding-left: calc(1.1rem + 3.3rem); } }

/* ---------- 8 · Hilfe (Tonwechsel) ---------- */
.hilfe {
  margin-top: var(--abstand);
  background: var(--tinte); color: var(--papier);
  padding: clamp(3rem, 8vw, 5rem) 0;
}
.hilfe__titel { font-family: var(--kopf); font-weight: 700; font-size: clamp(2rem, 6vw, 3.2rem); line-height: 1; }
.hilfe__text { margin-top: 1rem; font-size: 1.15rem; line-height: 1.55; max-width: 60ch; }
.hilfe__text a { color: var(--gelb); text-underline-offset: 3px; }
.hilfe__liste { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.hilfe__liste a {
  display: inline-flex; align-items: center; min-height: 52px; padding: 0 1.1rem;
  border: 2px solid var(--gelb); text-decoration: none;
  font-family: var(--kopf); font-weight: 700; font-size: 1.5rem; letter-spacing: .02em;
}
.hilfe__liste a:hover { background: var(--gelb); color: var(--tinte); }

/* ---------- 9 · Footer ---------- */
.fuss { background: var(--tinte); color: var(--papier); border-top: 1px solid #333; padding: 2.5rem 0 3rem; font-size: .92rem; }
.fuss__innen { display: grid; gap: 1.5rem; }
@media (min-width: 900px) { .fuss__innen { grid-template-columns: 300px 1fr; gap: 3rem; align-items: start; } }
.fuss__marke { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.fuss__marke img:first-child { width: 220px; height: auto; }
.fuss__stempel { width: 96px; transform: rotate(-8deg); }
@media (min-width: 900px) { .fuss__marke { flex-direction: column; align-items: flex-start; gap: 1rem; } .fuss__stempel { margin-left: 100px; } }
.fuss__text p { max-width: 70ch; color: #d9d5cb; }
.fuss__nav { display: flex; flex-wrap: wrap; gap: .25rem 1rem; margin-top: 1rem; }
.fuss__nav a { display: inline-flex; align-items: center; min-height: 44px; text-underline-offset: 3px; }
.fuss__klein { margin-top: .75rem; font-size: .82rem; color: #a8a49a; }

/* ---------- Unterseiten (Impressum, Datenschutz) ---------- */
.seite { padding: 2rem 0 4rem; }
.seite h1 { font-family: var(--kopf); font-weight: 700; font-size: clamp(2.2rem, 7vw, 3.4rem); line-height: .95; margin-top: .5rem; }
.seite h2 { font-family: var(--kopf); font-weight: 700; font-size: 1.5rem; margin-top: 2rem; }
.seite p, .seite li { margin-top: .75rem; max-width: 70ch; }
.seite ul { list-style: disc; padding-left: 1.25rem; }
.seite .platzhalter { background: var(--gelb); padding: 0 .25rem; font-weight: 500; }
.seite .zurueck { display: inline-flex; align-items: center; min-height: 44px; text-underline-offset: 3px; }

/* ---------- Bewegung nur, wenn erwünscht ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .stempel--knall { animation: none; }
  .akte, .knopf, .wallpaper__karte { transition: none; }
  .akte:hover, .wallpaper__karte:hover, .knopf:hover { transform: none; }
}
