/* ==========================================================================
   Mario Beger – MdL Sachsen | Website 2026
   Design system extracted from the approved Claude Design canvas.
   Colours in oklch exactly as designed; CI: AfD-Blau, Navy, Signalrot.
   ========================================================================== */

:root {
  --navy:      oklch(0.3082 0.0855 254.5);
  --blue:      oklch(0.6627 0.145 237.16);
  --blue-mid:  oklch(0.4522 0.0979 239.18);
  --red:       oklch(0.5567 0.2247 27.5);
  --red-dark:  oklch(0.4796 0.2027 27.5);
  --ink:       oklch(0.212 0.0092 255.61);
  --muted:     oklch(0.5013 0.0222 248.27);
  --line:      oklch(0.9098 0.0075 247.9);
  --surface:   oklch(0.9645 0.0055 247.9);
  --surface-2: oklch(0.9708 0.0117 231.65);
  --white: #fff;
  --wrap: 1152px;
  --sans: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --display: "Barlow Semi Condensed", "Barlow", sans-serif;
  --radius: 3px;
  --brand-gradient: linear-gradient(120deg, var(--navy) 0%, var(--blue-mid) 45%, var(--blue) 100%);
  --brand-gradient-100: linear-gradient(100deg, var(--navy) 0%, var(--blue-mid) 60%, var(--blue) 100%);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  hyphens: auto;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-mid); }
a:hover { color: var(--red); }
input, select, textarea, button { font: inherit; }
h1, h2, h3, h4 { hyphens: none; }

/* --- Layout helpers --- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.section { padding: 80px 0; }
.section--sm { padding: 56px 0; }
.section--surface { background: var(--surface); }
.section--surface2 { background: var(--surface-2); }
.center { text-align: center; }
.lead { font-size: 1.125rem; line-height: 1.7; color: var(--muted); text-wrap: pretty; }
.lead strong { color: var(--ink); }
.muted { color: var(--muted); }
.eyebrow {
  margin: 0; font-family: var(--display); font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--red);
}
.eyebrow--light { color: rgba(255,255,255,0.8); }

/* --- Headlines + red swoosh underline --- */
.display { font-family: var(--display); font-weight: 800; text-transform: uppercase; }
.h1 { font-family: var(--display); font-weight: 800; text-transform: uppercase; line-height: 1.05;
      font-size: clamp(2.25rem, 4vw, 3rem); margin: 0; }
.h2 { font-family: var(--display); font-weight: 800; text-transform: uppercase; color: var(--navy);
      font-size: clamp(1.75rem, 3vw, 2.25rem); margin: 0; line-height: 1.1; }
.h3 { font-family: var(--display); font-weight: 800; text-transform: uppercase; color: var(--navy);
      font-size: 1.5rem; margin: 0; }
.swoosh::after {
  content: ""; display: block; width: 136px; height: 4px; margin-top: 14px;
  border-radius: 999px; background: var(--red);
}
.swoosh--center::after { margin-left: auto; margin-right: auto; }

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none; cursor: pointer;
  font-family: var(--display); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 13px 28px; border: none; border-radius: 4px; transition: background .2s ease, color .2s ease;
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-dark); color: #fff; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-mid); color: #fff; }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7); padding: 11px 24px; }
.btn-outline:hover { background: #fff; color: var(--navy); }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }

/* ======================= Header ======================= */
.site-header { position: sticky; top: 0; z-index: 50; }
.topbar { background: var(--brand-gradient); color: #fff; }
.topbar .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 4px 24px; padding-top: 6px; padding-bottom: 6px; font-size: 0.72rem; font-weight: 600; }
.topbar a { color: #fff; text-decoration: none; opacity: 0.9; }
.topbar a:hover { opacity: 1; }
.topbar__wk { margin: 0; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.14em; opacity: 0.9; }
.topbar__right { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 20px; }
.socials { display: flex; align-items: center; gap: 8px; }
.socials a { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px;
  border-radius: 999px; background: rgba(255,255,255,0.18); color: #fff; }
.socials a:hover { background: rgba(255,255,255,0.32); }

.navbar { border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); }
.navbar__inner { display: flex; align-items: stretch; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 12px; padding: 12px 0; line-height: 1; text-decoration: none; }
.brand img { height: 40px; width: auto; }
.brand__mark { display: flex; align-items: center; justify-content: center; height: 42px; width: 42px;
  border-radius: 6px; background: var(--brand-gradient-100); color: #fff; font-family: var(--display);
  font-weight: 800; font-size: 1.15rem; letter-spacing: 0.02em; }
.brand__name { display: flex; flex-direction: column; justify-content: center; }
.brand__name b { font-family: var(--display); font-size: 1.5rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: -0.01em; color: var(--navy); }
.brand__name span { margin-top: 5px; font-family: var(--display); font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue); }

.mainnav { display: flex; align-items: stretch; gap: 20px; flex-wrap: nowrap; }
.mainnav a, .mainnav__btn {
  display: flex; align-items: center; align-self: center; padding-bottom: 4px; white-space: nowrap;
  font-family: var(--display); font-size: 0.9rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; text-decoration: none; color: var(--navy);
  background: none; border: none; cursor: pointer; border-bottom: 3px solid transparent;
  transition: color .2s ease, border-color .2s ease; gap: 6px;
}
.mainnav a:hover, .mainnav__btn:hover { color: var(--blue); border-bottom-color: var(--red); }
.mainnav a.is-active, .mainnav__btn.is-active { color: var(--blue); border-bottom-color: var(--red); }
.navdrop { position: relative; display: flex; align-items: stretch; }
.navdrop__menu { position: absolute; top: 100%; left: 0; z-index: 50; width: 190px; padding-top: 8px; display: none; }
.navdrop.is-open .navdrop__menu { display: block; }
.navdrop__menu > div { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line);
  background: #fff; box-shadow: 0 12px 32px -14px rgba(15,60,120,0.4); }
.navdrop__menu a { display: block; padding: 12px 16px; font-family: var(--display); font-size: 0.85rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none; color: var(--navy); }
.navdrop__menu a:hover { background: var(--surface); color: var(--blue); }
.nav-cta { display: flex; align-items: center; }

.burger { display: none; align-items: center; justify-content: center; width: 44px; height: 44px;
  border: none; background: none; cursor: pointer; color: var(--navy); }
.burger span, .burger span::before, .burger span::after { content: ""; display: block; width: 24px; height: 2px;
  background: currentColor; position: relative; }
.burger span::before { position: absolute; left: 0; top: -8px; }
.burger span::after { position: absolute; left: 0; top: 8px; }

.mobilenav { display: none; border-top: 1px solid var(--line); flex-direction: column; }
.mobilenav.is-open { display: flex; }
.mobilenav a, .mobilenav__btn { display: block; padding: 14px 20px; border-bottom: 1px solid var(--line);
  font-family: var(--display); font-size: 0.95rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; text-decoration: none; color: var(--navy); background: none; border-left: none;
  border-right: none; border-top: none; width: 100%; text-align: left; cursor: pointer; }
.mobilenav__sub a { padding-left: 36px; background: var(--surface); font-size: 0.9rem; }
.mobilenav__sub { display: none; }
.mobilenav__sub.is-open { display: block; }
.mobilenav .btn-red { border-radius: 0; justify-content: flex-start; }

.crumbbar { border-bottom: 1px solid var(--line); background: var(--surface); }
.crumbbar .wrap { display: flex; gap: 8px; padding-top: 8px; padding-bottom: 8px; font-size: 0.75rem; color: var(--muted); }
.crumbbar a { text-decoration: none; color: var(--muted); }
.crumbbar b { color: var(--ink); font-weight: 600; }

/* ======================= Hero ======================= */
.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; }
.hero__bg { position: absolute; inset: 0; z-index: -2; background: var(--navy); background-size: cover; background-position: center; }
.hero__overlay { position: absolute; inset: 0; z-index: -1; }
.hero__overlay--full { background: var(--brand-gradient-100); }
.hero__overlay--img { background: linear-gradient(120deg, var(--navy) 0%,
  color-mix(in oklab, var(--blue-mid) 88%, transparent) 45%,
  color-mix(in oklab, var(--blue) 70%, transparent) 100%); }
.hero__overlay--home { background: linear-gradient(100deg, var(--navy) 0%,
  color-mix(in oklab, var(--blue-mid) 92%, transparent) 45%,
  color-mix(in oklab, var(--blue) 55%, transparent) 100%); }
.hero .wrap { padding-top: 64px; padding-bottom: 64px; }
.hero__split { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: end; gap: 24px; padding-bottom: 0; }
.hero__split .hero__text { padding-bottom: 64px; }
.hero p.lead { color: rgba(255,255,255,0.9); }
.hero .h1::after, .hero .h2::after { background: var(--red); }
.portrait-frame { display: flex; justify-content: center; align-items: flex-end; }
.portrait-frame > div { width: 100%; max-width: 34rem; aspect-ratio: 691/1024; overflow: hidden;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35)); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.portrait-frame--sm > div { max-width: 20rem; }

/* ======================= Generic content ======================= */
.grid { display: grid; gap: 40px; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; }
.grid--start { align-items: start; }
.media { width: 100%; overflow: hidden; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.ratio-4-3 { aspect-ratio: 4/3; box-shadow: 0 18px 40px -20px rgba(15,60,120,0.5); }
.ratio-3-4 { aspect-ratio: 3/4; border-radius: var(--radius); box-shadow: 0 14px 32px -16px rgba(15,60,120,0.4); }
.ratio-16-10 { aspect-ratio: 16/10; }
.ratio-1 { aspect-ratio: 1; }

/* image placeholder (until originals arrive) */
.imgph { background: var(--brand-gradient-100); position: relative; }
.imgph::after { content: attr(data-label); position: absolute; inset: 0; display: flex; align-items: center;
  justify-content: center; padding: 12px; text-align: center; color: rgba(255,255,255,0.85);
  font-family: var(--display); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; }

/* Quick-access strip */
.quicklinks { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.quicklinks a { display: flex; align-items: center; gap: 12px; padding: 24px; color: #fff; text-decoration: none;
  font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.quicklinks a span:first-child { flex: 1; }
.quicklinks a:hover { filter: brightness(0.92); color: #fff; }

/* Stat/argument blocks */
.args { margin-top: 28px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; }
.arg { border-left: 2px solid var(--red); padding-left: 14px; }
.arg b { display: block; font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 0.9rem; color: var(--navy); }
.arg span { display: block; margin-top: 6px; font-size: 0.85rem; line-height: 1.5; color: var(--muted); }

/* Cards grid (focus teasers, posts) */
.cards { margin-top: 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.cards--posts { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border-radius: var(--radius);
  box-shadow: 0 1px 2px rgba(15,30,60,0.08); text-decoration: none; color: inherit; }
.card:hover { box-shadow: 0 16px 36px -18px rgba(15,60,120,0.5); }
.card__body { display: flex; flex-direction: column; flex: 1; padding: 28px; }
.card__num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: var(--radius); background: var(--blue); color: #fff; font-family: var(--display);
  font-size: 1.125rem; font-weight: 800; }
.card__claim { margin: 12px 0 0; font-family: var(--display); font-size: 1.125rem; font-weight: 700;
  line-height: 1.3; color: var(--red); }
.card__more { margin-top: auto; padding-top: 24px; font-family: var(--display); font-size: 0.875rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--red); text-decoration: none; }

/* Post cards */
.postcard { background: var(--surface); }
.postcard .card__body { padding: 20px; }
.postcard__meta { margin: 0; font-family: var(--display); font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); }
.postcard h3 { margin: 8px 0 0; font-family: var(--display); font-weight: 800; font-size: 1.125rem;
  line-height: 1.3; color: var(--navy); }
.postcard p { margin: 8px 0 0; font-size: 0.875rem; line-height: 1.6; color: var(--muted); text-wrap: pretty; }
.postlist { margin: 48px 0 0; padding: 0; list-style: none; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.postlist > li { display: flex; }

/* Shop band */
.shopband { color: #fff; background: var(--brand-gradient-100); }
.shopband__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; }
.shopgrid { margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
.shopgrid a { display: flex; flex-direction: column; text-decoration: none; color: #fff;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius); overflow: hidden; }
.shopgrid a:hover { background: rgba(255,255,255,0.16); }
.shopgrid .pic { width: 100%; aspect-ratio: 1; background: #fff; }
.shopgrid .pic img { object-fit: contain; }
.shop-cta { position: relative; isolation: isolate; display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 24px; overflow: hidden; border-radius: var(--radius); padding: 40px 32px;
  color: #fff; text-decoration: none; background: var(--brand-gradient-100); }
.shop-cta:hover { opacity: 0.95; color: #fff; }

/* Magazine teaser */
.magazine { display: flex; justify-content: center; }
.magazine__inner { position: relative; width: 100%; max-width: 22rem; }
.magazine__cover { aspect-ratio: 3/4; filter: drop-shadow(0 18px 32px rgba(15,60,120,0.4)); transform: rotate(-3deg); overflow: hidden; }
.magazine__badge { position: absolute; bottom: -22px; left: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; width: 128px; height: 128px; border-radius: 50%;
  background: var(--blue); color: #fff; text-align: center; font-family: var(--display); font-weight: 800;
  font-size: 0.85rem; line-height: 1.3; text-transform: uppercase; box-shadow: 0 8px 24px -6px rgba(15,60,120,0.6); }

/* Divider mosaic (home) */
.mosaic { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 2px;
  min-height: 380px; overflow: hidden; }
.mosaic__big { grid-row: 1 / span 2; }
.mosaic a, .mosaic > div { position: relative; isolation: isolate; overflow: hidden; text-decoration: none; }
.mosaic__tile { display: flex; flex-direction: column; justify-content: space-between; padding: 24px; color: #fff; text-decoration: none; }
.mosaic__tile b { font-family: var(--display); font-weight: 800; font-size: 1.25rem; text-transform: uppercase; }
.mosaic__tile span.sub { display: block; margin-top: 6px; font-size: 0.9rem; opacity: 0.9; }
.mosaic__tile .arrow { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px;
  border-radius: 50%; border: 1px solid rgba(255,255,255,0.6); }
.mosaic__play { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%,-50%);
  display: flex; align-items: center; justify-content: center; width: 76px; height: 76px; border-radius: 50%;
  background: var(--red); color: #fff; font-size: 1.75rem; box-shadow: 0 10px 24px -8px rgba(0,0,0,0.5); }
.mosaic__label { position: absolute; z-index: 2; top: 20px; left: 20px; display: flex; align-items: center;
  gap: 8px; color: #fff; font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 0.85rem; letter-spacing: 0.04em; }
.mosaic__shade { position: absolute; inset: 0; z-index: 1; background: rgba(10,20,35,0.15); }

/* Quotes */
.quotes { margin-top: 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.quote { margin: 0; display: flex; flex-direction: column; background: var(--surface); border-radius: var(--radius); padding: 28px; }
.quote .mark { font-family: var(--display); font-size: 2.5rem; font-weight: 800; line-height: 1; color: var(--red); }
.quote blockquote { margin: 8px 0 0; font-size: 1.0625rem; line-height: 1.6; color: var(--ink); text-wrap: pretty; }
.quote figcaption { margin-top: 20px; font-family: var(--display); font-size: 0.875rem; }
.quote figcaption b { font-weight: 700; color: var(--navy); }
.quote figcaption span { display: block; color: var(--muted); }

/* Office hours / definition lists */
.deflist { margin: 0; background: var(--surface); border-radius: var(--radius); padding: 28px; }
.deflist__row { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--line); }
.deflist__row:first-child { border-top: none; }
.deflist dt { font-family: var(--display); font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.deflist dd { margin: 0; color: var(--muted); }

/* Bürgerbüro block */
.address { display: flex; flex-direction: column; gap: 4px; font-style: normal; margin-top: 24px; }

/* Über-mich facts / history */
.side-h { margin: 0; padding-bottom: 12px; border-bottom: 2px solid var(--red);
  font-family: var(--display); font-weight: 800; font-size: 1.25rem; }
.facts { margin: 0; }
.facts__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.facts dt { font-family: var(--display); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.facts dd { margin: 0; }
.plainlist { margin: 0; padding: 0; list-style: none; }
.plainlist li { padding: 12px 0; line-height: 1.4; border-bottom: 1px solid var(--line); }
.history { margin: 0; padding: 0; list-style: none; }
.history li { display: grid; grid-template-columns: 7rem 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.history .year { font-family: var(--display); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--red); }

/* Schwerpunkte detail */
.focus-toc { margin: 32px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px 32px; }
.focus-toc a { color: #fff; font-family: var(--display); font-size: 0.875rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; text-decoration: none; border-bottom: 2px solid rgba(255,255,255,0.4); }
.focus-toc a:hover { color: #fff; border-bottom-color: #fff; }
.focus-item { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); align-items: start; gap: 32px;
  padding: 56px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 96px; }
.focus-item__text { display: flex; flex-direction: column; gap: 16px; }
.focus-item__claim { margin: 0; padding-left: 16px; border-left: 2px solid var(--blue); font-family: var(--display);
  font-size: 1.125rem; font-weight: 600; line-height: 1.3; color: var(--red); }
.prose p { font-size: 1.125rem; line-height: 1.7; color: var(--muted); text-wrap: pretty; }
.prose p.first { color: var(--ink); font-weight: 600; }

/* Wahlkreispost grid + videos */
.wkp-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 24px; }
.wkp-grid a { display: flex; flex-direction: column; text-decoration: none; color: inherit; cursor: pointer; }
.wkp-grid a:hover { opacity: 0.85; }
.wkp-grid .cap { margin: 10px 0 0; font-family: var(--display); font-size: 0.85rem; font-weight: 700;
  text-align: center; color: var(--navy); }
.videos { margin-top: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.video { position: relative; display: block; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 8px 20px -10px rgba(15,30,60,0.4); background: #0f172a; }
.video img { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; }
.video .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.video .play > span { width: 66px; height: 66px; border-radius: 50%; background: rgba(0,0,0,0.55);
  display: flex; align-items: center; justify-content: center; }
.video .play i { width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff; margin-left: 4px; }

/* Termine */
.termin { display: flex; flex-wrap: wrap; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.termin__flyer { flex: 0 0 auto; width: 150px; aspect-ratio: 563/1194; border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 14px 32px -16px rgba(15,60,120,0.4); }
.termin__body { flex: 1 1 260px; }
.termin__date { margin: 0; font-family: var(--display); font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.05em; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.chip { padding: 8px 18px; border: none; border-radius: 999px; cursor: pointer; font-family: var(--display);
  font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; background: var(--surface); color: var(--navy); }
.chip.is-active { background: var(--red); color: #fff; }
.chip--sm { font-size: 0.8rem; padding: 8px 16px; }
.chip--sm.is-active { background: var(--blue); }
.past-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.past-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); background: #fff;
  box-shadow: 0 1px 2px rgba(15,30,60,0.08); opacity: 0.9; text-decoration: none; color: inherit; cursor: pointer; }
.past-card:hover { opacity: 1; box-shadow: 0 14px 32px -14px rgba(15,60,120,0.45); }
.past-card__body { padding: 18px; }
.past-card__date { margin: 0; font-family: var(--display); font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }

/* Blog filter */
.filterbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }

/* Post detail */
.post-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.post-back { display: inline-flex; align-items: center; gap: 6px; font-family: var(--display); font-size: 0.8rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); text-decoration: none; }
.post-hero-img { width: 100%; max-width: 28rem; aspect-ratio: 3/4; margin-top: 32px; border-radius: var(--radius);
  overflow: hidden; box-shadow: 0 18px 40px -20px rgba(15,60,120,0.5); }
.post-body { margin-top: 32px; display: flex; flex-direction: column; gap: 20px; font-size: 1.125rem; line-height: 1.75; color: var(--ink); }
.post-body p { margin: 0; text-wrap: pretty; }
.aside { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 96px; }
.aside__box { background: var(--surface); border-radius: var(--radius); padding: 24px; }
.aside__box .tags { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.aside__box .tags a { padding: 6px 12px; border-radius: 999px; background: #fff; font-size: 0.75rem; font-weight: 600;
  text-decoration: none; color: var(--navy); }

/* Umfragen */
.polls { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.poll { background: var(--surface); border-radius: var(--radius); padding: 28px; }
.poll h2 { font-family: var(--display); font-weight: 800; font-size: 1.25rem; text-transform: uppercase; color: var(--navy); margin: 0; }
.poll__opts { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.poll label { display: flex; align-items: center; gap: 12px; background: #fff; padding: 12px 16px; border-radius: var(--radius);
  cursor: pointer; border: 1px solid var(--line); }
.poll label.is-checked { border-color: var(--blue); }
.poll input { width: 16px; height: 16px; accent-color: var(--blue); }
.poll__done { margin: 20px 0 0; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--red); }

/* Spenden */
.amounts { margin-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.amount { padding: 12px; text-align: center; border: none; border-radius: var(--radius); cursor: pointer;
  font-family: var(--display); font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  background: var(--surface); color: var(--navy); transition: background .2s ease; }
.amount.is-active { background: var(--blue); color: #fff; }
.amount-custom { grid-column: span 4; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 12px 16px; }
.amount-custom label { font-family: var(--display); font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--navy); }
.amount-custom .field { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.amount-custom input { width: 8rem; text-align: right; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 8px 12px; font-family: var(--display); font-weight: 700; color: var(--navy); outline: none; }
.banktable { margin-top: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.banktable table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.banktable tr { border-bottom: 1px solid var(--line); }
.banktable td { padding: 14px 16px; }
.banktable td.k { width: 33%; background: var(--surface); font-family: var(--display); font-size: 0.75rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy); }
.banktable .val { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.banktable .val span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--navy); }
.copybtn { background: none; border: none; cursor: pointer; font-size: 0.75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue); }
.copybtn:hover { color: var(--red); }
.note { margin-top: 24px; border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius); padding: 16px;
  font-size: 0.875rem; line-height: 1.7; color: var(--muted); text-wrap: pretty; }

/* Kontakt list */
.contactcol h2, .contactcol h3 { margin-top: 40px; }
.contactcol h2:first-child, .contactcol h3:first-child { margin-top: 0; }
.contactcol .row { margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); }

/* Form */
.form { display: flex; flex-direction: column; gap: 20px; }
.form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.field-col { display: flex; flex-direction: column; gap: 8px; }
.form label.lbl { font-family: var(--display); font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.form input, .form select, .form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; padding: 12px 16px; outline: none; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--blue); }
.form textarea { resize: vertical; }
.form .consent { display: flex; align-items: flex-start; gap: 12px; font-size: 0.875rem; line-height: 1.6; color: var(--muted); }
.form .consent input { width: 16px; height: 16px; margin-top: 4px; accent-color: var(--blue); }
.form__ok { border: 1px solid var(--blue); background: #fff; border-radius: var(--radius); padding: 16px; display: none; }
.form__ok.is-visible { display: block; }
.form__ok p { margin: 0; font-size: 0.875rem; color: var(--blue-mid); }

/* Legal pages */
.legal { max-width: 800px; }
.legal .body { margin-top: 32px; line-height: 1.75; color: var(--navy); }
.legal .body h2 { font-family: var(--display); font-weight: 800; font-size: 1.25rem; text-transform: none; color: var(--navy); }
.legal hr { margin: 28px 0; border: none; border-top: 1px solid var(--line); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; background: rgba(10,15,25,0.85); }
.lightbox.is-open { display: flex; }
.lightbox__close { position: absolute; top: 16px; right: 20px; z-index: 2; background: none; border: none; color: #fff;
  font-size: 1.75rem; line-height: 1; cursor: pointer; padding: 4px 8px; }
.lightbox__stage { max-width: min(90vw, 640px); max-height: 88vh; }
.lightbox__stage img { max-height: 88vh; width: auto; margin: 0 auto; }
.lightbox__stage iframe { width: min(90vw, 640px); height: 88vh; border: none; background: #fff; }

/* ======================= Footer ======================= */
.site-footer { margin-top: 96px; }
.footer-cta { background: var(--brand-gradient); color: #fff; }
.footer-cta .wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; gap: 40px; padding: 64px 20px; }
.footer-cta .box { display: flex; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.1); border-radius: var(--radius); padding: 24px; color: #fff; text-decoration: none; }
.footer-cta .box:hover { background: rgba(255,255,255,0.18); color: #fff; }
.footer-main { background: var(--navy); color: #fff; }
.footer-main .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 40px; padding: 56px 20px; }
.footer-main a { color: #fff; text-decoration: none; }
.footer-main a:hover { text-decoration: underline; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { height: 36px; width: auto; }
.footer-brand b { font-family: var(--display); font-size: 1.5rem; font-weight: 800; text-transform: uppercase; }
.footer-h { margin: 0; font-family: var(--display); font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.6; }
.footer-list { margin: 12px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 4px; font-size: 0.875rem; opacity: 0.85; }
.footer-inline { margin: 16px 0 0; padding: 0; list-style: none; display: flex; gap: 16px; font-size: 0.875rem; opacity: 0.85; }
.footer-bar { border-top: 1px solid rgba(255,255,255,0.15); }
.footer-bar .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 20px; font-size: 0.75rem; opacity: 0.7; }
.footer-bar a { color: #fff; }
.footer-bar .links { display: flex; gap: 20px; margin: 0; }

/* ======================= Responsive ======================= */
@media (max-width: 900px) {
  .hero__split { grid-template-columns: 1fr; }
  .hero__split .portrait-frame { display: none; }
  .post-layout { grid-template-columns: 1fr; }
  .aside { position: static; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .mosaic__big { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 16/9; }
}
@media (max-width: 780px) {
  .mainnav, .nav-cta { display: none; }
  .burger { display: flex; }
  .section { padding: 56px 0; }
  .amounts { grid-template-columns: repeat(2, 1fr); }
  .amount-custom { grid-column: span 2; }
}
@media (min-width: 781px) {
  .burger, .mobilenav { display: none !important; }
}
