/* ============================================================
   Sportschützen Seengen – Public Stylesheet
   Design: "Präzision" – Navy / Messing / Ziel-Rot, Barlow Condensed
   ============================================================ */

:root {
  --navy: #0b1b2b;
  --navy-2: #10263a;
  --steel: #16283a;
  --steel-line: #22384c;
  --paper: #f4f2ec;
  --paper-2: #ffffff;
  --ink: #14202c;
  --muted: #5c6b78;
  --brass: #c69a3e;
  --brass-soft: #e4cf9a;
  --red: #e23a2e;
  --white: #ffffff;

  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --wrap: 1160px;
  --radius: 4px;
  --shadow: 0 18px 50px -24px rgba(11, 27, 43, 0.45);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.02; letter-spacing: 0.005em; margin: 0; }

/* ---------------------------------------------------------- Buttons */

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem;
  letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
  padding: 13px 26px; border-radius: var(--radius); border: 1.5px solid transparent;
  cursor: pointer; transition: transform 0.25s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: #c8261b; }
.btn-ghost { border-color: rgba(255,255,255,0.35); color: var(--white); }
.btn-ghost:hover { border-color: var(--brass); color: var(--brass-soft); }

/* On light sections */
.section .btn-ghost { border-color: var(--steel-line); color: var(--ink); }
.section .btn-ghost:hover { border-color: var(--brass); color: #8a6a1e; }

/* ---------------------------------------------------------- Header */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 27, 43, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--steel-line);
  color: var(--white);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: var(--white); }
.brand-mark { width: 40px; height: 40px; color: var(--brass); flex: none; }
.brand-logo { height: 56px; width: auto; flex: none; filter: drop-shadow(0 3px 7px rgba(0,0,0,0.45)); transition: transform 0.3s var(--ease); }
.brand:hover .brand-logo { transform: rotate(-2deg) scale(1.04); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: 0.02em; }
.brand-place { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.42em; color: var(--brass-soft); text-transform: uppercase; margin-top: 2px; }

.mainnav ul { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.mainnav a {
  display: block; text-decoration: none; color: rgba(255,255,255,0.82);
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem;
  letter-spacing: 0.04em; text-transform: uppercase; padding: 8px 14px; border-radius: var(--radius);
  position: relative; transition: color 0.2s;
}
.mainnav a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.25s var(--ease);
}
.mainnav a:hover { color: var(--white); }
.mainnav a.is-active { color: var(--white); }
.mainnav a.is-active::after, .mainnav a:hover::after { transform: scaleX(1); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--white); transition: transform 0.3s, opacity 0.3s; }

/* ---------------------------------------------------------- Hero */

.hero { position: relative; background: var(--navy); color: var(--white); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 85% 10%, rgba(198,154,62,0.10), transparent 55%);
}
.hero-rings {
  position: absolute; top: 50%; right: -180px; transform: translateY(-50%);
  width: 720px; height: 720px; color: rgba(255,255,255,0.07); pointer-events: none;
}
.hero-rings svg { width: 100%; height: 100%; }
.hero-inner {
  position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px;
  align-items: center; padding: 96px 24px 104px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--brass-soft); margin: 0 0 22px;
}
.eyebrow .tick { width: 26px; height: 2px; background: var(--brass); display: inline-block; }
.hero-copy h1 { font-size: clamp(2.9rem, 6vw, 4.9rem); text-transform: uppercase; letter-spacing: 0.01em; }
.hero-copy .lead { font-size: 1.18rem; color: rgba(255,255,255,0.78); max-width: 30em; margin: 26px 0 34px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 22px; list-style: none; margin: 0; padding: 0; }
.hero-stats li { display: flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.72); }
.hero-stats .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brass); }

/* Hero card – scoreboard */
.hero-card {
  background: linear-gradient(180deg, var(--steel), var(--navy-2));
  border: 1px solid var(--steel-line); border-radius: 6px; padding: 26px;
  box-shadow: var(--shadow);
}
.card-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--steel-line); }
.card-kicker { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; text-transform: uppercase; letter-spacing: 0.05em; }
.card-more { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.12em; color: var(--brass-soft); text-decoration: none; }
.card-more:hover { color: var(--white); }
.card-empty { color: rgba(255,255,255,0.6); font-size: 0.95rem; }

.event-strip { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.event-strip li { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 12px 4px; border-bottom: 1px dashed var(--steel-line); }
.event-strip li:last-child { border-bottom: 0; }
.date-chip { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 52px; height: 52px; background: var(--navy); border: 1px solid var(--steel-line); border-radius: var(--radius); }
.date-day { font-family: var(--font-mono); font-weight: 600; font-size: 1.15rem; color: var(--white); line-height: 1; }
.date-mon { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass-soft); margin-top: 3px; }
.event-body { display: flex; flex-direction: column; min-width: 0; }
.event-title { font-weight: 600; color: var(--white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.event-meta { font-size: 0.78rem; color: rgba(255,255,255,0.6); font-family: var(--font-mono); }
.event-cat { --cat: var(--brass); font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cat); border: 1px solid var(--steel-line); border-radius: 999px; padding: 3px 9px; white-space: nowrap; filter: brightness(1.25); }

/* ---------------------------------------------------------- Sections */

.section { padding: 84px 0; }
.section-alt { background: var(--paper-2); border-top: 1px solid #e6e2d6; border-bottom: 1px solid #e6e2d6; }
.section-head { display: flex; align-items: center; gap: 18px; margin-bottom: 44px; }
.section-tick { position: relative; width: 52px; height: 2px; background: var(--brass); flex: none; }
.section-tick::before { content: ""; position: absolute; right: -3px; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--red); transform: translateY(-50%); }
.section-head h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); text-transform: uppercase; letter-spacing: 0.01em; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature { background: var(--paper-2); border: 1px solid #e6e2d6; border-radius: 6px; padding: 32px; position: relative; transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s; }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #ded8c6; }
.feature-ring { display: block; width: 46px; height: 46px; color: var(--navy); margin-bottom: 20px; transition: transform 0.5s var(--ease); }
.feature-ring svg { width: 100%; height: 100%; }
.feature:hover .feature-ring { transform: rotate(90deg); }
.feature h3 { font-size: 1.6rem; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 12px; }
.feature p { color: var(--muted); margin: 0; }

/* Split cards (Ranglisten / Programm teaser) */
.section-split { padding-top: 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.split-card {
  display: block; text-decoration: none; color: var(--white);
  background: var(--navy); border: 1px solid var(--steel-line); border-radius: 6px;
  padding: 40px; position: relative; overflow: hidden;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.split-card::after {
  content: ""; position: absolute; right: -60px; bottom: -60px; width: 200px; height: 200px;
  border-radius: 50%; border: 40px solid rgba(198,154,62,0.08); transition: transform 0.4s var(--ease);
}
.split-card:hover { transform: translateY(-4px); border-color: var(--brass); }
.split-card:hover::after { transform: scale(1.1); }
.split-kicker { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-soft); }
.split-card h3 { font-size: 2.3rem; text-transform: uppercase; margin: 10px 0 12px; }
.split-card p { color: rgba(255,255,255,0.75); margin: 0 0 22px; position: relative; }
.split-card p strong { color: var(--brass-soft); font-family: var(--font-mono); }
.split-arrow { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--white); position: relative; }

/* ---------------------------------------------------------- Page hero (inner pages) */

.page-hero { background: var(--navy); color: var(--white); padding: 60px 0 60px; position: relative; overflow: hidden; border-bottom: 1px solid var(--steel-line); }
.hero-rings-sm { position: absolute; top: 50%; right: -220px; transform: translateY(-50%); width: 460px; height: 460px; color: rgba(255,255,255,0.06); pointer-events: none; }
.hero-rings-sm svg { width: 100%; height: 100%; }
.crumbs { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 18px; position: relative; }
.crumbs a { color: var(--brass-soft); text-decoration: none; }
.crumbs a:hover { color: #fff; }
.crumbs span[aria-current] { color: rgba(255,255,255,0.85); }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); text-transform: uppercase; position: relative; }
.page-hero .lead { color: rgba(255,255,255,0.76); max-width: 40em; margin-top: 16px; font-size: 1.1rem; position: relative; }

/* ---------------------------------------------------------- Downloads / Year blocks */

.section-downloads { padding-top: 64px; }
.year-list { display: flex; flex-direction: column; gap: 20px; }
.year-block { background: var(--paper-2); border: 1px solid #e6e2d6; border-radius: 6px; overflow: hidden; }
.year-head { display: flex; align-items: center; gap: 16px; padding: 20px 26px; background: linear-gradient(180deg, #fbfaf6, #f2eee2); border-bottom: 1px solid #e6e2d6; }
.year-ring { width: 40px; height: 40px; color: var(--navy); flex: none; }
.year-ring svg { width: 100%; height: 100%; }
.year-label { font-family: var(--font-mono); font-weight: 600; font-size: 1.9rem; color: var(--navy); letter-spacing: 0.02em; }
.year-count { margin-left: auto; font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); border: 1px solid #e0dbcc; border-radius: 999px; padding: 4px 12px; }

.file-rows { list-style: none; margin: 0; padding: 0; }
.file-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 16px 26px; border-bottom: 1px solid #efece1; transition: background 0.2s; }
.file-row:last-child { border-bottom: 0; }
.file-row:hover { background: #faf8f2; }
.file-ext { font-family: var(--font-mono); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.05em; color: var(--red); background: rgba(226,58,46,0.08); border: 1px solid rgba(226,58,46,0.2); border-radius: var(--radius); padding: 8px 10px; }
.file-info { display: flex; flex-direction: column; min-width: 0; }
.file-title { font-weight: 600; color: var(--ink); }
.file-sub { font-size: 0.8rem; color: var(--muted); font-family: var(--font-mono); overflow: hidden; text-overflow: ellipsis; }
.file-actions { display: flex; gap: 8px; }
.btn-file { font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; padding: 8px 16px; border-radius: var(--radius); border: 1.5px solid var(--steel-line); color: var(--navy); transition: background 0.2s, color 0.2s, border-color 0.2s; }
.btn-file-view:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.btn-file-dl { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-file-dl:hover { background: var(--red); border-color: var(--red); }

/* Empty states */
.empty-state { text-align: center; padding: 70px 20px; color: var(--muted); max-width: 34em; margin: 0 auto; }
.empty-state.small { padding: 32px 20px; }
.empty-mark { width: 64px; height: 64px; color: #cfc8b5; margin: 0 auto 20px; }

/* ---------------------------------------------------------- Agenda (Anlässe) */

.agenda { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.agenda-row { --cat: var(--brass); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; background: var(--paper-2); border: 1px solid #e6e2d6; border-radius: 6px; padding: 18px 24px; transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.25s; }
.agenda-row:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #ded8c6; }
.agenda-date { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 62px; padding-bottom: 8px; border-bottom: 2px solid var(--cat); }
.agenda-day { font-family: var(--font-mono); font-weight: 600; font-size: 1.9rem; color: var(--navy); line-height: 1; }
.agenda-mon { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cat); margin-top: 3px; }
.agenda-year { font-family: var(--font-mono); font-size: 0.66rem; color: var(--muted); margin-top: 2px; }
.agenda-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.agenda-title { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; text-transform: uppercase; letter-spacing: 0.01em; line-height: 1.1; }
.agenda-desc { color: var(--muted); font-size: 0.95rem; }
.agenda-meta { display: flex; flex-wrap: wrap; gap: 16px; font-family: var(--font-mono); font-size: 0.78rem; color: var(--muted); margin-top: 3px; }
.agenda-cat { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); border: 1px solid #ddd6c6; border-radius: 999px; padding: 5px 12px 5px 10px; white-space: nowrap; }
.agenda-cat-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cat); flex: none; }

/* Discipline cards */
.discipline-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.discipline-card { background: var(--paper); border: 1px solid #e0dbcc; border-radius: 6px; padding: 30px; position: relative; }
.section-alt .discipline-card { background: var(--paper); }
.discipline-index { font-family: var(--font-mono); font-size: 0.8rem; color: var(--brass); letter-spacing: 0.1em; }
.discipline-card h3 { font-size: 1.7rem; text-transform: uppercase; margin: 6px 0 10px; }
.discipline-teaser { font-weight: 600; color: var(--ink); margin: 0 0 10px; }
.discipline-text { color: var(--muted); margin: 0; }

/* ---------------------------------------------------------- Prose / side card */

.prose-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: start; }
.prose h2 { font-size: 2rem; text-transform: uppercase; margin-bottom: 14px; }
.prose h3 { font-size: 1.4rem; text-transform: uppercase; margin: 28px 0 10px; }
.prose p { color: #33414d; margin: 0 0 16px; }
.check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.check-list li { position: relative; padding-left: 30px; color: #33414d; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; border-radius: 50%; border: 3px solid var(--brass); }
.check-list li::after { content: ""; position: absolute; left: 5px; top: 12px; width: 4px; height: 4px; border-radius: 50%; background: var(--red); }

.side-card { background: var(--navy); color: var(--white); border-radius: 6px; padding: 30px; position: sticky; top: 100px; }
.side-card h3 { font-size: 1.6rem; text-transform: uppercase; margin-bottom: 12px; }
.side-card p { color: rgba(255,255,255,0.78); margin: 0 0 18px; }
.side-card .btn { width: 100%; justify-content: center; }
.side-note { font-size: 0.85rem; margin-top: 18px !important; }
.side-note a { color: var(--brass-soft); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-block h2 { font-size: 1.8rem; text-transform: uppercase; margin-bottom: 14px; }
.contact-block h3 { font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.05em; margin: 22px 0 6px; color: var(--muted); }
.contact-block address { font-style: normal; color: #33414d; line-height: 1.8; }
.contact-block a { color: #8a6a1e; }

/* 404 */
.section-404 { text-align: center; padding: 120px 0; }
.section-404 h1 { font-size: 4rem; text-transform: uppercase; margin: 10px 0; }
.section-404 p { color: var(--muted); }
.section-404 a { color: #8a6a1e; }

/* ---------------------------------------------------------- Footer */

.site-footer { background: var(--navy); color: rgba(255,255,255,0.72); padding: 64px 0 0; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand .brand-mark { width: 46px; height: 46px; color: var(--brass); margin-bottom: 14px; }
.footer-logo { height: 104px; width: auto; margin-bottom: 16px; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5)); }
.footer-name { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--white); text-transform: uppercase; margin: 0; }
.footer-tag { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.08em; color: var(--brass-soft); margin: 4px 0 0; }
.footer-col h4 { font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--white); margin-bottom: 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { color: rgba(255,255,255,0.72); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--brass-soft); }
.footer-col address { font-style: normal; line-height: 1.8; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-top: 1px solid var(--steel-line); font-family: var(--font-mono); font-size: 0.76rem; }
.footer-bottom a { color: var(--brass-soft); text-decoration: none; }
.footer-bottom p { margin: 0; }

/* ---------------------------------------------------------- Beiträge / Posts */

.section-head .section-link { margin-left: auto; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none; color: #8a6a1e; font-size: 1.05rem; }
.section-head .section-link:hover { color: var(--red); }

.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter-chip {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.04em;
  padding: 8px 16px; border-radius: 999px; border: 1.5px solid #ddd6c6; color: var(--muted);
  transition: border-color 0.2s, color 0.2s, background 0.2s; --chip: var(--brass);
}
.filter-chip .chip-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--chip); }
.filter-chip:hover { border-color: var(--chip); color: var(--ink); }
.filter-chip.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: var(--paper-2); border: 1px solid #e6e2d6; border-radius: 8px; overflow: hidden; transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.section-alt .post-card { background: var(--paper); }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.post-thumb { position: relative; aspect-ratio: 16 / 10; background: var(--navy); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-thumb-empty { background: linear-gradient(140deg, #10263a, #0b1b2b); color: rgba(255,255,255,0.14); }
.post-thumb-empty svg { width: 78px; height: 78px; }
.post-badge {
  position: absolute; top: 12px; left: 12px; --chip: var(--brass);
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: #fff; background: var(--chip); border-radius: 999px; padding: 4px 11px;
  box-shadow: 0 4px 12px -4px rgba(0,0,0,0.5);
}
.post-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-date { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.06em; color: var(--muted); text-transform: uppercase; }
.post-title { font-size: 1.45rem; text-transform: uppercase; letter-spacing: 0.01em; line-height: 1.08; margin: 8px 0 10px; }
.post-excerpt { color: var(--muted); margin: 0 0 16px; font-size: 0.96rem; }
.post-more { margin-top: auto; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--navy); }
.post-card:hover .post-more { color: var(--red); }

/* Single article */
.article-hero { background: var(--navy); color: #fff; padding: 60px 0 44px; position: relative; overflow: hidden; border-bottom: 1px solid var(--steel-line); }
.article-hero::before { content: ""; position: absolute; right: -150px; top: -120px; width: 400px; height: 400px; border-radius: 50%; border: 60px solid rgba(255,255,255,0.04); }
.article-back { display: inline-block; font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.08em; color: var(--brass-soft); text-decoration: none; margin-bottom: 18px; position: relative; }
.article-back:hover { color: #fff; }
.article-badge { position: static; display: inline-block; margin-bottom: 14px; }
.article-hero h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); text-transform: uppercase; max-width: 18ch; position: relative; }
.article-date { display: block; margin-top: 14px; font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.06em; color: rgba(255,255,255,0.6); position: relative; }
.article-wrap { max-width: 760px; padding-top: 46px; padding-bottom: 20px; }
.article-figure { margin: 0 0 34px; border-radius: 8px; overflow: hidden; border: 1px solid #e6e2d6; }
.article-figure img { width: 100%; display: block; }
.article-body { font-size: 1.12rem; line-height: 1.8; color: #2c3a45; }
.article-body p { margin: 0 0 22px; }
.related { border-top: 1px solid #e6e2d6; margin-top: 30px; }

/* ---------------------------------------------------------- Motion */

/* Scroll-Reveal – nur wenn JS aktiv ist, sonst sofort sichtbar */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* Hero-Eingang: ein einziger, orchestrierter Moment beim Laden */
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes ringIn { from { opacity: 0; transform: translateY(-50%) scale(0.8) rotate(-10deg); } to { opacity: 1; transform: translateY(-50%) scale(1) rotate(0); } }
.hero-copy > * { animation: rise 0.85s var(--ease) both; }
.hero-copy > *:nth-child(1) { animation-delay: 0.08s; }
.hero-copy > *:nth-child(2) { animation-delay: 0.16s; }
.hero-copy > *:nth-child(3) { animation-delay: 0.24s; }
.hero-copy > *:nth-child(4) { animation-delay: 0.32s; }
.hero-copy > *:nth-child(5) { animation-delay: 0.40s; }
.hero-card { animation: rise 0.9s var(--ease) 0.42s both; }
.hero-rings { animation: ringIn 1.5s var(--ease) both; }

/* ---------------------------------------------------------- Focus & motion */

a:focus-visible, button:focus-visible, .btn:focus-visible, input:focus-visible, .btn-file:focus-visible {
  outline: 3px solid var(--brass); outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .hero-copy > *, .hero-card, .hero-rings { opacity: 1 !important; transform: none !important; }
  .hero-rings { transform: translateY(-50%) !important; }
}

html.nav-open { overflow: hidden; }

/* ---------------------------------------------------------- Responsive */

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 64px 24px 72px; }
  .hero-rings { right: -320px; opacity: 0.6; }
  .feature-grid { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .split-grid, .discipline-grid, .prose-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }

  .nav-toggle { display: flex; }
  .mainnav {
    position: fixed; inset: 76px 0 auto 0; background: var(--navy-2);
    border-bottom: 1px solid var(--steel-line); overflow: auto; max-height: calc(100vh - 76px);
    opacity: 0; visibility: hidden; transform: translateY(-12px);
    transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
  }
  .mainnav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mainnav ul { flex-direction: column; padding: 12px 24px 24px; gap: 2px; }
  .mainnav a { padding: 14px 8px; font-size: 1.2rem; border-bottom: 1px solid var(--steel-line); }
  .mainnav a::after { display: none; }
}

@media (max-width: 560px) {
  .wrap { padding: 0 18px; }
  .section { padding: 60px 0; }
  .file-row { grid-template-columns: 1fr; gap: 12px; }
  .file-actions { width: 100%; }
  .btn-file { flex: 1; text-align: center; justify-content: center; }
  .post-grid { grid-template-columns: 1fr; }
  .agenda-row { grid-template-columns: auto 1fr; }
  .agenda-cat { grid-column: 2; justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
