/* Design-Tokens des Külter Dorfplatzes (src/index.css), hier eigenständig,
   weil diese Seiten statisch ausgeliefert werden — ohne die SPA. */
@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 400 800; font-stretch: 75% 100%; font-display: swap; src: url(/fonts/bricolagegrotesque-2.woff2) format('woff2'); }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(/fonts/instrumentsans-2.woff2) format('woff2'); }
@font-face { font-family: 'Martian Mono'; font-style: normal; font-weight: 400 700; font-stretch: 75% 100%; font-display: swap; src: url(/fonts/martianmono-2.woff2) format('woff2'); }
:root {
  --rahmen: hsl(145 27% 9%); --messing: hsl(44 52% 55%);
  --papier: hsl(40 37% 92%); --papier-tief: hsl(40 31% 85%);
  --tinte: hsl(34 19% 7%); --gedeckt: hsl(36 12% 32%);
  --altarrot: hsl(7 70% 49%); --ocker-tief: hsl(33 69% 32%);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: var(--papier); color: var(--tinte); font-family: 'Instrument Sans', system-ui, sans-serif; line-height: 1.65; }
header.leiste { background: var(--rahmen); padding: 1rem 0; }
header.leiste .inhalt { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: .75rem; }
header.leiste a.marke { color: var(--papier); font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.35rem; letter-spacing: .04em; text-decoration: none; }
header.leiste nav a { color: hsl(40 37% 92% / .65); text-decoration: none; font-size: .9rem; margin-left: 1.1rem; }
header.leiste nav a:hover { color: var(--messing); }
.inhalt { max-width: 44rem; margin: 0 auto; padding: 0 1.25rem; }
main { padding: 3rem 0 4rem; }
.dachzeile { font-family: 'Martian Mono', monospace; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ocker-tief); }
h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(1.9rem, 5vw, 2.8rem); line-height: 1.12; margin: .5rem 0 1.25rem; }
h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 1.4rem; line-height: 1.25; margin: 2.25rem 0 .75rem; }
p { margin-bottom: 1rem; }
p.vorspann { font-size: 1.12rem; color: var(--gedeckt); }
a { color: var(--altarrot); text-decoration-thickness: 1px; text-underline-offset: 2px; }
.karten { display: grid; gap: 1rem; margin-top: 2rem; }
.karte { display: block; border: 1px solid var(--papier-tief); background: hsl(40 37% 95%); padding: 1.25rem 1.4rem; text-decoration: none; color: var(--tinte); border-radius: 2px; box-shadow: 0 1px 0 hsl(34 19% 7% / .06); }
.karte:hover { border-color: var(--ocker-tief); }
.karte strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.15rem; display: block; margin-bottom: .3rem; }
.karte span { color: var(--gedeckt); font-size: .95rem; }
footer { background: var(--rahmen); color: hsl(40 37% 92% / .5); padding: 2.5rem 0; margin-top: 2rem; font-size: .85rem; }
footer .inhalt { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; }
footer a { color: hsl(40 37% 92% / .5); }
footer a:hover { color: var(--messing); }
.mono { font-family: 'Martian Mono', monospace; font-size: .68rem; letter-spacing: .06em; }
h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 1.05rem; margin: 1.4rem 0 .4rem; }
.quellen { font-size: .85rem; color: var(--gedeckt); }
.weiter { border-top: 1px solid var(--papier-tief); margin-top: 2.5rem; padding-top: 1.25rem; font-size: .95rem; }
.karte .lesen { display: block; margin-top: .55rem; font-style: normal; font-family: 'Martian Mono', monospace; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--altarrot); }
.karte:hover .lesen { text-decoration: underline; text-underline-offset: 3px; }
