/* ============================================================
   KG Brav-Jonge 1951 e.V. — Premium-Auftritt (v2)
   Heritage-Funken-Liga · Fanfarencorps im Zentrum
   Palette: Wappen-Gold, Karneval-Rot, Creme, Grün, Tinte
   ============================================================ */

:root {
  --red:        #BE1B2C;
  --red-deep:   #8E1626;
  --red-dark:   #4A0C16;
  --gold:       #BF9A4A;
  --gold-soft:  #E6CB85;
  --gold-bright:#D8A62E;
  --cream:      #F7F0DC;
  --cream-2:    #EFE3C6;
  --paper:      #FFFFFF;
  --ink:        #1C1410;
  --ink-2:      #2A1A12;
  --ink-soft:   #6F5246;
  --green:      #2F7D38;
  --green-deep: #1F5A27;

  --maxw: 1240px;
  --radius: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 10px rgba(28,20,16,0.08);
  --shadow-md: 0 18px 44px -20px rgba(28,20,16,0.42);
  --shadow-lg: 0 40px 90px -34px rgba(28,20,16,0.6);

  --font-display: 'Anton', sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-body: 'Hanken Grotesk', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0; font-family: var(--font-body); color: var(--ink);
  background: var(--cream); line-height: 1.65; font-size: 17px;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1,h2,h3,h4 { margin: 0; line-height: 1.04; }
p { margin: 0 0 1em; text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }

.display { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .01em; font-weight: 400; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-body);
  font-weight: 800; font-size: .76rem; letter-spacing: .22em; text-transform: uppercase; color: var(--red);
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--gold-bright); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 30px; height: 2px; background: var(--gold-bright); }
.eyebrow.light { color: var(--gold-soft); }
.eyebrow.light::before, .eyebrow.light.center::after { background: var(--gold-soft); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-body);
  font-weight: 800; font-size: .98rem; padding: 15px 30px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn-primary { background: var(--red); color: #fff; box-shadow: var(--shadow-md); }
.btn-primary:hover { background: var(--red-deep); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-gold { background: var(--gold-bright); color: var(--red-dark); }
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-outline-light:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(28,20,16,.2); }
.btn-ghost:hover { border-color: var(--red); color: var(--red); }

/* ============================================================
   HEADER
   ============================================================ */
.topbar {
  background: var(--ink); color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 600;
  position: relative; z-index: 70;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 40px; gap: 16px; }
.topbar a { color: rgba(255,255,255,.72); transition: color .2s; white-space: nowrap; }
.topbar a:hover { color: var(--gold-soft); }
.topbar .tb-left { display: flex; gap: 22px; }
.topbar .tb-right { display: flex; gap: 18px; align-items: center; }
.topbar .tb-social { display: flex; gap: 12px; }
.topbar .tb-intern { color: var(--gold-soft); font-weight: 800; letter-spacing: .04em; }

.nav {
  position: sticky; top: 0; z-index: 60; background: rgba(247,240,220,.9);
  backdrop-filter: blur(12px); border-bottom: 1px solid rgba(191,154,74,.28);
  transition: padding .3s ease, box-shadow .3s ease;
}
.nav.scrolled { box-shadow: var(--shadow-sm); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 12px 0; transition: padding .3s; }
.nav.scrolled .nav-inner { padding: 8px 0; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { height: 56px; width: auto; transition: height .3s ease; filter: drop-shadow(0 2px 5px rgba(74,12,22,.22)); }
.nav.scrolled .brand img { height: 46px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.04; }
.brand-name { font-family: var(--font-display); font-size: 1.32rem; color: var(--red-deep); letter-spacing: .02em; }
.brand-sub { font-size: .64rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }

.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-weight: 700; font-size: .94rem; position: relative; padding: 6px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--red); transition: width .22s ease; }
.nav-links a:hover { color: var(--red); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 12px; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 3px; background: var(--ink); border-radius: 2px; transition: .25s; }
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: 0; z-index: 80; background: var(--red-dark); color: #fff;
  display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 48px;
  transform: translateY(-100%); transition: transform .4s cubic-bezier(.6,.05,.2,1); opacity: 0;
}
.mobile-menu.open { transform: translateY(0); opacity: 1; }
.mobile-menu a { font-family: var(--font-display); font-size: 2rem; text-transform: uppercase; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.mobile-menu a:last-of-type { border: 0; }
.mm-close { position: absolute; top: 22px; right: 26px; background: none; border: 0; color: #fff; font-size: 2rem; cursor: pointer; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(80% 60% at 78% 12%, rgba(216,166,46,.22), transparent 60%),
    radial-gradient(70% 60% at 12% 100%, rgba(190,27,44,.4), transparent 60%),
    linear-gradient(150deg, var(--red-dark) 0%, var(--ink) 70%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-conic-gradient(from 0deg at 78% 30%, rgba(255,255,255,.04) 0 6deg, transparent 6deg 12deg);
  opacity: .5; pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; padding-block: 70px 78px; }
.hero-eyebrow { color: var(--gold-soft); }
.hero h1 {
  font-family: var(--font-display); text-transform: uppercase; margin: 22px 0 0;
  font-size: clamp(3rem, 6.6vw, 6rem); line-height: .92; letter-spacing: .005em;
}
.hero h1 .accent { color: var(--gold-bright); }
.hero .kicker { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.3rem,2.4vw,1.9rem); color: var(--gold-soft); font-weight: 500; margin-top: 14px; }
.hero-lead { font-size: 1.14rem; color: rgba(255,255,255,.82); max-width: 46ch; margin: 22px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-count { display: flex; align-items: center; gap: 18px; margin-top: 40px; flex-wrap: wrap; }
.hero-count .cl { font-weight: 800; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); }
.cd { display: flex; gap: 10px; }
.cd .box { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 10px 14px; text-align: center; min-width: 64px; }
.cd .box .n { font-family: var(--font-display); font-size: 1.7rem; line-height: 1; color: #fff; }
.cd .box .l { font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .7; margin-top: 4px; }

/* hero visual */
.hero-visual { position: relative; }
.hero-photo {
  width: 100%; aspect-ratio: 4/5; border-radius: var(--radius-lg);
  border: 3px solid rgba(230,203,133,.55); box-shadow: var(--shadow-lg);
}
.hero-visual .crest-badge {
  position: absolute; bottom: -26px; left: -26px; width: 132px; height: auto;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.5));
}
.hero-visual .est-tag {
  position: absolute; top: 20px; right: -14px; background: var(--gold-bright); color: var(--red-dark);
  font-family: var(--font-display); padding: 8px 20px; border-radius: 8px; box-shadow: var(--shadow-md);
  font-size: 1.05rem; letter-spacing: .05em; transform: rotate(4deg);
}
.hero-wave { display: block; width: 100%; height: 60px; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 100px 0; position: relative; }
.section-head { max-width: 660px; margin-bottom: 50px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section h2 { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(2.2rem,4.6vw,3.7rem); color: var(--red-deep); margin-top: 16px; }
.section .intro { font-size: 1.12rem; color: var(--ink-soft); margin-top: 16px; }
.alt { background: var(--cream-2); }
.dark { background: linear-gradient(160deg, var(--ink-2), var(--ink)); color: #fff; }
.dark h2 { color: #fff; }
.dark .intro { color: rgba(255,255,255,.8); }

/* ---- Fanfarencorps (Hauptader) ---- */
.corps { background: linear-gradient(155deg, var(--red-deep) 0%, var(--red-dark) 60%, var(--ink) 100%); color: #fff; position: relative; overflow: hidden; }
.corps::before { content: "♪"; position: absolute; font-size: 40rem; right: -6%; top: -16%; color: rgba(255,255,255,.03); font-family: var(--font-serif); pointer-events: none; }
.corps-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; position: relative; }
.corps-photo { width: 100%; aspect-ratio: 5/6; border-radius: var(--radius-lg); border: 3px solid rgba(230,203,133,.5); box-shadow: var(--shadow-lg); }
.corps h2 { color: #fff; }
.corps .lead { font-size: 1.16rem; color: rgba(255,255,255,.86); margin: 18px 0 26px; }
.corps-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 28px 0; }
.corps-stat { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 20px 16px; text-align: center; }
.corps-stat .n { font-family: var(--font-display); font-size: 2.3rem; color: var(--gold-soft); line-height: 1; }
.corps-stat .t { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; opacity: .82; margin-top: 8px; }
.corps-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 30px; }
.corps-tags span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: .88rem; }

/* ---- Termine ---- */
.events { display: grid; gap: 0; }
.event {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 28px; align-items: center;
  padding: 26px 4px; border-bottom: 1px solid rgba(255,255,255,.12); transition: padding-left .2s ease;
}
.event:hover { padding-left: 14px; }
.event .date { text-align: center; }
.event .date .d { font-family: var(--font-display); font-size: 2.8rem; line-height: .9; color: var(--gold-soft); }
.event .date .m { font-weight: 800; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; opacity: .8; margin-top: 4px; }
.event .info h3 { font-size: 1.42rem; font-weight: 800; margin-bottom: 4px; }
.event .info p { margin: 0; opacity: .78; font-size: .96rem; }
.event .tag { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 7px 15px; border-radius: 999px; background: rgba(255,255,255,.12); white-space: nowrap; }
.event .tag.hl { background: var(--gold-bright); color: var(--red-dark); }

/* ---- Tollitäten / Dreigestirn ---- */
.tollitaeten { text-align: center; }
.toll-card {
  max-width: 880px; margin: 0 auto; background: var(--paper); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); border-top: 6px solid var(--gold-bright); overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr; text-align: left;
}
.toll-card .toll-photo { aspect-ratio: 1; height: 100%; min-height: 320px; }
.toll-card .toll-body { padding: 38px; display: flex; flex-direction: column; justify-content: center; }
.toll-card .toll-body .crown { font-size: 2rem; color: var(--gold-bright); }
.toll-card .toll-body h3 { font-family: var(--font-display); text-transform: uppercase; color: var(--red-deep); font-size: 2rem; margin: 10px 0 6px; }
.toll-card .toll-body .sub { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-size: 1.2rem; margin-bottom: 14px; }
.toll-card .toll-body p { color: var(--ink-soft); }

/* ---- Historie / Timeline ---- */
.timeline { max-width: 820px; margin: 0 auto; position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--gold-bright), var(--gold)); }
.tl-item { position: relative; padding-bottom: 34px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: -34px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--gold-bright); border: 3px solid var(--cream); box-shadow: 0 0 0 2px var(--gold); }
.tl-item .yr { font-family: var(--font-display); color: var(--red); font-size: 1.5rem; line-height: 1; }
.tl-item h4 { font-size: 1.16rem; margin: 6px 0 4px; }
.tl-item p { color: var(--ink-soft); margin: 0; }

/* ---- Aktuelles ---- */
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.news-card { background: var(--paper); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; border: 1px solid var(--cream-2); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.news-card .thumb { aspect-ratio: 16/8; }
.news-body { padding: 24px 26px 26px; }
.pill { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 13px; border-radius: 999px; margin-bottom: 12px; }
.pill-news { background: rgba(190,27,44,.12); color: var(--red); }
.pill-presse { background: rgba(191,154,74,.2); color: #8a6a1f; }
.news-card h3 { font-size: 1.3rem; font-weight: 800; line-height: 1.18; margin-bottom: 8px; }
.news-meta { font-size: .86rem; font-weight: 700; color: var(--ink-soft); margin-bottom: 10px; }
.news-text { color: var(--ink-soft); font-size: .98rem; margin-bottom: 16px; }
.news-more { font-weight: 800; color: var(--red); }
.news-more:hover { color: var(--red-deep); }

/* ---- Vorstand ---- */
.team { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.member { text-align: center; }
.member .ph-av { width: 100%; aspect-ratio: 1; border-radius: var(--radius-lg); margin-bottom: 14px; overflow: hidden; }
.member .name { font-weight: 800; font-size: 1.06rem; }
.member .role { color: var(--red); font-weight: 700; font-size: .9rem; }

/* ---- Galerie ---- */
.gallery { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 168px; gap: 14px; }
.gallery image-slot { border-radius: var(--radius); }
.gallery .g-big { grid-column: span 2; grid-row: span 2; }

/* ---- Mitglied / Förderer ---- */
.join-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.benefits { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 18px; }
.benefits li { display: flex; gap: 16px; align-items: flex-start; }
.benefits .b-ic { flex: none; width: 48px; height: 48px; border-radius: 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; font-size: 1.3rem; }
.benefits h4 { margin: 0 0 2px; font-size: 1.08rem; }
.benefits p { margin: 0; color: rgba(255,255,255,.72); font-size: .95rem; }
.join-card { background: var(--paper); color: var(--ink); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-lg); border-top: 6px solid var(--gold-bright); }
.join-card h3 { font-family: var(--font-display); text-transform: uppercase; color: var(--red-deep); font-size: 1.7rem; }
.join-card .fs { color: var(--ink-soft); margin: 6px 0 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: .84rem; margin-bottom: 6px; }
.field input, .field select { width: 100%; padding: 13px 15px; border: 2px solid var(--cream-2); border-radius: 12px; font-family: inherit; font-size: 1rem; background: var(--cream); transition: border .18s ease; }
.field input:focus, .field select:focus { outline: none; border-color: var(--red); background: #fff; }
.field.invalid input, .field.invalid select { border-color: var(--red); background: #fff5f5; }
.field .err { color: var(--red); font-size: .8rem; font-weight: 700; margin-top: 5px; display: none; }
.field.invalid .err { display: block; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-success { background: var(--green); color: #fff; border-radius: 14px; padding: 14px 16px; font-weight: 700; display: none; margin-top: 14px; }
.form-success.show { display: block; }

/* ---- Partner ---- */
.partners { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.partner { background: var(--paper); border-radius: var(--radius); height: 100px; display: grid; place-items: center; box-shadow: var(--shadow-sm); color: var(--ink-soft); font-weight: 800; letter-spacing: .06em; border: 1px solid var(--cream-2); transition: transform .2s ease, color .2s ease; }
.partner:hover { transform: translateY(-3px); color: var(--red); }

/* ---- Kontakt ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info { display: grid; gap: 22px; align-content: start; }
.ci-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-item .ci-ic { flex: none; width: 50px; height: 50px; border-radius: 14px; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 1.2rem; }
.ci-item h4 { margin: 0 0 3px; font-size: 1.04rem; }
.ci-item p { margin: 0; color: var(--ink-soft); }
.map-ph { border-radius: var(--radius-lg); overflow: hidden; min-height: 340px; }

/* ---- Footer ---- */
.footer { background: var(--ink); color: rgba(255,255,255,.74); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 38px; }
.footer .brand img { height: 64px; }
.footer .brand-name { color: #fff; }
.footer .brand-sub { color: var(--gold-soft); }
.footer h5 { color: #fff; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer ul a { font-size: .94rem; opacity: .82; }
.footer ul a:hover { opacity: 1; color: var(--gold-soft); }
.footer-bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem; opacity: .7; }

/* ---- image-slot sizing overrides (component defaults to 240x160) ---- */
image-slot { display: block; background: var(--cream-2); }
.hero-photo { width: 100%; aspect-ratio: 4/5; height: auto; }
.corps-photo { width: 100%; aspect-ratio: 5/6; height: auto; }
.news-card .thumb { width: 100%; aspect-ratio: 16/8; height: auto; }
.toll-card .toll-photo { width: 100%; height: 100%; min-height: 320px; }
.member .ph-av { width: 100%; aspect-ratio: 1; height: auto; }
.gallery image-slot { width: 100%; height: 100%; }
.map-ph { width: 100%; aspect-ratio: 4/3; height: auto; min-height: 340px; }

/* ---- reveal ---- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---- Mitglied: benefits row + Beitrittsformular ---- */
.benefits-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 36px; }
.bn { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 22px; }
.bn .b-ic { font-size: 1.6rem; }
.bn h4 { margin: 10px 0 4px; font-size: 1.06rem; color: #fff; }
.bn p { margin: 0; color: rgba(255,255,255,.72); font-size: .92rem; }
.join-card.wide { max-width: 780px; margin: 0 auto; }
.form-section-label { font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .76rem; color: var(--red); margin: 24px 0 14px; padding-bottom: 8px; border-bottom: 1px solid var(--cream-2); }
.rate-group { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; border-radius: 14px; }
.rate-group.invalid { outline: 2px solid var(--red); outline-offset: 5px; }
.rate { position: relative; display: flex; flex-direction: column; gap: 2px; border: 2px solid var(--cream-2); border-radius: 14px; padding: 16px; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.rate input { position: absolute; opacity: 0; pointer-events: none; }
.rate b { font-size: .98rem; }
.rate span { font-size: .8rem; color: var(--ink-soft); }
.rate em { font-style: normal; font-weight: 800; color: var(--red); margin-top: 8px; }
.rate:hover { border-color: var(--gold); }
.rate:has(input:checked) { border-color: var(--red); background: #fdf2f2; }
.fam-fields[hidden] { display: none; }
.sepa-note { background: var(--cream); border-radius: 12px; padding: 14px 16px; font-size: .88rem; color: var(--ink-soft); margin: 20px 0 16px; }
.check { display: flex; gap: 11px; align-items: flex-start; font-size: .92rem; margin-bottom: 18px; cursor: pointer; }
.check input { margin-top: 3px; width: 18px; height: 18px; flex: none; accent-color: var(--red); }
.check.invalid span { color: var(--red); font-weight: 700; }
.form-note { font-size: .8rem; color: var(--ink-soft); margin-top: 12px; text-align: center; }

/* ---- Instagram Feed ---- */
.ig-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.ig-id { display: flex; align-items: center; gap: 16px; }
.ig-avatar { width: 66px; height: 66px; border-radius: 50%; padding: 3px; flex: none; background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.ig-avatar img { width: 100%; height: 100%; border-radius: 50%; background: #fff; object-fit: contain; padding: 7px; box-sizing: border-box; }
.ig-handle { font-weight: 800; font-size: 1.32rem; }
.ig-sub { color: var(--ink-soft); font-size: .9rem; }
.ig-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; }
.ig-post { position: relative; margin: 0; }
.ig-post image-slot { width: 100%; aspect-ratio: 1; height: auto; border-radius: 12px; }
.ig-ov { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 14px; color: #fff; font-weight: 800; background: rgba(28,20,16,.5); opacity: 0; transition: opacity .2s ease; border-radius: 12px; pointer-events: none; font-size: .92rem; }
.ig-post:hover .ig-ov { opacity: 1; }

/* ---- Jecke Effekt-Buttons + Overlay ---- */
.fun-bar { display: flex; gap: 8px; }
.fun {
  width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--cream-2);
  background: #fff; font-size: 1.15rem; line-height: 1; cursor: pointer; display: grid; place-items: center;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.fun:hover { transform: translateY(-2px) scale(1.06); border-color: var(--gold-bright); box-shadow: var(--shadow-sm); }
.fun:active { transform: scale(.9); }
.fun.pop { animation: fun-pop .3s ease; }
@keyframes fun-pop { 50% { transform: scale(1.32); } }

#fx-layer { position: fixed; inset: 0; pointer-events: none; z-index: 9999; overflow: hidden; }
.fx { position: absolute; top: -8vh; animation: fx-fall linear forwards; will-change: transform; }
.fx-i { display: block; animation: fx-sway ease-in-out infinite alternate; will-change: transform; }
@keyframes fx-fall { from { transform: translateY(-8vh); } to { transform: translateY(116vh); } }
@keyframes fx-sway { from { transform: translateX(-14px) rotate(-35deg); } to { transform: translateX(14px) rotate(35deg); } }

/* ---- responsive ---- */
@media (max-width: 980px) {
  .nav-links, .nav-cta .btn { display: none; }
  .burger { display: flex; }
  .hero-grid, .corps-grid, .join-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; max-width: 420px; }
  .toll-card { grid-template-columns: 1fr; }
  .team { grid-template-columns: repeat(2,1fr); }
  .partners { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .ig-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 70px 0; }
  .topbar .tb-left { display: none; }
  .corps-stats { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .gallery .g-big { grid-column: span 2; grid-row: span 1; }
  .event { grid-template-columns: 76px 1fr; }
  .event .tag { display: none; }
  .row2 { grid-template-columns: 1fr; }
  .partners { grid-template-columns: repeat(2,1fr); }
  .ig-grid { grid-template-columns: repeat(2,1fr); }
  .rate-group { grid-template-columns: 1fr; }
  .benefits-row { grid-template-columns: 1fr; }
}
