/*
Theme Name: FCVM Modern Assets Fix
Theme URI: https://www.fcvmuenchen.de/
Author: FC Viktoria München e.V.
Description: Modernes WordPress-Theme für den FC Viktoria München e.V. mit Startseite, Vereinsbereichen, News, Mitgliedschaft und Kontakt.
Version: 0.1.57
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: fcvm-modern
*/

:root {
  --ink: #10151f;
  --muted: #626a76;
  --paper: #f5f5f3;
  --white: #ffffff;
  --black: #090b0f;
  --charcoal: #151820;
  --red: #d71920;
  --red-dark: #9f1218;
  --silver: #d9dde3;
  --line: rgba(16, 21, 31, 0.12);
  --shadow: 0 24px 60px rgba(16, 21, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

body.admin-bar .site-nav {
  top: 32px;
}

/* History page */
.history-jump{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:18px clamp(22px,5vw,72px);background:var(--white);border-bottom:1px solid var(--line)}.history-jump span{margin-right:8px;color:var(--muted);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.history-jump a{padding:8px 12px;border-radius:999px;background:var(--paper);font-weight:800;font-size:.88rem}.history-jump a:hover{color:var(--white);background:var(--red)}
.history-prologue{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);min-height:680px;color:var(--white);background:linear-gradient(135deg,#090b0f,#1d2028)}.history-prologue-year{display:flex;align-items:center;justify-content:center;overflow:hidden;color:rgba(215,25,32,.9);background:radial-gradient(circle,rgba(215,25,32,.18),transparent 62%);font-size:clamp(6rem,17vw,15rem);font-weight:900;letter-spacing:-.08em}.history-prologue-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,8vw,120px)}.history-prologue-copy .eyebrow,.history-dark-chapter .eyebrow,.history-boxing-feature .eyebrow,.history-final-cta .eyebrow{color:#ff7479}.history-prologue h2{margin:10px 0 24px;font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.02}.history-prologue-copy>p{max-width:760px;color:rgba(255,255,255,.72);font-size:1.08rem;line-height:1.75}.history-prologue blockquote{max-width:760px;margin:36px 0 8px;padding-left:22px;border-left:4px solid var(--red);font-size:clamp(1.45rem,3vw,2.4rem);font-weight:800;line-height:1.3}.history-prologue cite{color:rgba(255,255,255,.55);font-style:normal}
.history-chapter-heading{display:flex;gap:28px;align-items:center;margin-bottom:44px}.history-chapter-heading>span{color:rgba(215,25,32,.16);font-size:clamp(4rem,9vw,8rem);font-weight:900;line-height:.8}.history-chapter-heading h2{margin:4px 0 0;font-size:clamp(2rem,4vw,3.5rem)}.history-events{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.history-events article{padding:30px;border-top:4px solid var(--red);background:var(--white);box-shadow:0 16px 36px rgba(16,21,31,.08)}.history-events time,.history-highlight-grid span{color:var(--red);font-weight:900}.history-events h3,.history-highlight-grid h3{margin:14px 0 10px;font-size:1.35rem}.history-events p,.history-highlight-grid p,.history-rail p{color:var(--muted);line-height:1.65}
.history-dark-chapter{padding:clamp(64px,9vw,120px) clamp(22px,6vw,90px);color:var(--white);background:linear-gradient(145deg,#171a22,#080a0e)}.history-dark-intro{max-width:900px;margin-bottom:48px}.history-dark-intro h2{margin:8px 0 18px;font-size:clamp(2.2rem,5vw,4rem)}.history-dark-intro>p:last-child{color:rgba(255,255,255,.66);font-size:1.1rem}.history-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}.history-highlight-grid article{padding:30px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.history-highlight-grid span{font-size:1.5rem}.history-highlight-grid p{color:rgba(255,255,255,.62)}
.history-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(40px,8vw,110px);align-items:center}.history-split h2,.history-today h2{margin:8px 0 22px;font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:1.05}.history-split>div:first-child>p:not(.eyebrow),.history-today-copy>p{color:var(--muted);line-height:1.75}.history-stat-stack{display:grid;gap:14px}.history-stat-stack div{padding:24px;border-radius:14px;color:var(--white);background:var(--red)}.history-stat-stack strong,.history-stat-stack span{display:block}.history-stat-stack strong{font-size:1.7rem}.history-stat-stack span{margin-top:5px;color:rgba(255,255,255,.78)}
.history-boxing-feature{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);min-height:540px;color:var(--white);background:var(--red-dark)}.history-boxing-mark{display:flex;align-items:center;justify-content:center;overflow:hidden;color:rgba(255,255,255,.12);font-size:clamp(5rem,12vw,10rem);font-weight:900;writing-mode:vertical-rl;transform:rotate(180deg)}.history-boxing-feature>div:last-child{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,8vw,120px)}.history-boxing-feature h2{margin:8px 0 20px;font-size:clamp(2.2rem,4.5vw,3.8rem)}.history-boxing-feature p:last-child{color:rgba(255,255,255,.75);line-height:1.75}
.history-rail{position:relative;max-width:980px;margin:0 auto}.history-rail::before{content:"";position:absolute;top:0;bottom:0;left:98px;width:2px;background:var(--line)}.history-rail article{position:relative;display:grid;grid-template-columns:100px 1fr;gap:32px;padding:0 0 40px}.history-rail article::before{content:"";position:absolute;top:7px;left:92px;width:14px;height:14px;border-radius:50%;background:var(--red);box-shadow:0 0 0 7px var(--white)}.history-rail time{color:var(--red);font-size:1.2rem;font-weight:900}.history-rail h3{margin:0 0 8px;font-size:1.35rem}.history-rail p{margin:0}
.history-today{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(38px,7vw,90px);align-items:center}.history-today-image{position:relative;overflow:hidden;min-height:480px;border-radius:20px;box-shadow:var(--shadow)}.history-today-image img{width:100%;height:100%;object-fit:cover}.history-today-image span{position:absolute;left:22px;bottom:22px;padding:8px 12px;border-radius:999px;color:var(--white);background:rgba(9,11,15,.82);font-weight:800}
.history-final-cta{display:flex;justify-content:space-between;gap:50px;align-items:center;padding:clamp(64px,8vw,110px) clamp(22px,6vw,90px);color:var(--white);background:#090b0f}.history-final-cta>div:first-child{max-width:880px}.history-final-cta h2{margin:8px 0 18px;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.02}.history-final-cta p:last-child{color:rgba(255,255,255,.68);line-height:1.7}.history-final-cta>div:last-child{display:flex;flex-wrap:wrap;gap:12px;flex:0 0 auto}.history-final-cta .button-secondary{border:1px solid rgba(255,255,255,.45);color:var(--white);background:transparent}
@media(max-width:980px){.history-prologue,.history-boxing-feature,.history-split,.history-today{grid-template-columns:1fr}.history-prologue-year{min-height:280px}.history-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.history-events{grid-template-columns:1fr}.history-boxing-mark{min-height:170px;writing-mode:horizontal-tb;transform:none}.history-final-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.history-highlight-grid{grid-template-columns:1fr}.history-jump{align-items:flex-start;flex-direction:column}.history-rail::before{left:9px}.history-rail article{grid-template-columns:1fr;gap:8px;padding-left:34px}.history-rail article::before{left:3px}.history-final-cta>div:last-child{align-items:stretch;flex-direction:column;width:100%}.history-final-cta .button{text-align:center}}

/* About page */
.about-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.75fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.about-story h2,
.about-join h2 {
  max-width: 850px;
  margin: 8px 0 22px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.03;
}

.about-story > p,
.about-join p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-story .about-intro {
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.55;
}

.about-actions,
.about-join-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--red-dark);
  font-weight: 800;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--red);
}

.about-fact-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 24px;
  color: var(--white);
  background: linear-gradient(145deg, var(--red), var(--red-dark) 58%, #690b10);
  box-shadow: var(--shadow);
}

.about-fact-card::after {
  content: "V";
  position: absolute;
  right: -20px;
  bottom: -70px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 18rem;
  font-weight: 900;
  line-height: 1;
}

.about-fact-number,
.about-fact-card > strong {
  position: relative;
  z-index: 1;
  display: block;
}

.about-fact-number {
  font-size: clamp(4.5rem, 10vw, 7rem);
  font-weight: 900;
  line-height: 0.9;
}

.about-fact-card > strong {
  margin: 8px 0 30px;
  font-size: 1.15rem;
}

.about-fact-card dl {
  position: relative;
  z-index: 1;
  margin: 0;
}

.about-fact-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.about-fact-card dt { color: rgba(255, 255, 255, 0.76); }
.about-fact-card dd { margin: 0; font-weight: 800; text-align: right; }

.about-quote-band {
  padding: clamp(64px, 9vw, 120px) clamp(22px, 8vw, 130px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 24%, rgba(215, 25, 32, 0.42), transparent 28%),
    linear-gradient(135deg, #090b0f, #1b1e25);
}

.about-quote-band > div { max-width: 1050px; margin: 0 auto; }
.about-quote-band .eyebrow { color: #ff6d72; }
.about-quote-band blockquote {
  max-width: 950px;
  margin: 16px 0 24px;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
}
.about-quote-band p:last-child { max-width: 760px; color: rgba(255, 255, 255, 0.72); line-height: 1.7; }

.about-voices-section { background: #ececea; }
.about-voices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.about-voices figure {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(16, 21, 31, 0.07);
}
.about-voices figure::before {
  content: "“";
  height: 48px;
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 0.8;
}
.about-voices blockquote {
  margin: 24px 0 36px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 800;
  line-height: 1.3;
}
.about-voices figcaption { display: flex; flex-direction: column; gap: 4px; }
.about-voices figcaption strong { color: var(--red-dark); font-size: 1.08rem; }
.about-voices figcaption span,
.about-source-note { color: var(--muted); font-size: 0.92rem; }
.about-source-note { margin: 18px 0 0; }

.about-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
}
.about-heading h2 { margin: 6px 0 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.about-heading > p { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.65; }

.about-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.about-values article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.about-values article:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(16, 21, 31, 0.11); }
.about-values span { color: var(--red); font-weight: 900; }
.about-values h3 { margin: 24px 0 10px; font-size: 1.35rem; }
.about-values p { margin: 0; color: var(--muted); line-height: 1.65; }

.about-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 18px 0 34px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.about-timeline article { padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-timeline time { color: var(--red); font-size: 1.35rem; font-weight: 900; }
.about-timeline h3 { margin: 12px 0 9px; font-size: 1.3rem; }
.about-timeline p { margin: 0; color: var(--muted); line-height: 1.65; }

.about-photo-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  min-height: 680px;
  color: var(--white);
  background: var(--charcoal);
}
.about-photo-media { position: relative; min-height: 540px; overflow: hidden; }
.about-photo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 45%, rgba(21, 24, 32, 0.8));
}
.about-photo-media img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-media > span {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 28px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(9, 11, 15, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}
.about-photo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 90px);
}
.about-photo-copy .eyebrow { color: #ff6d72; }
.about-photo-copy h2 { margin: 8px 0 22px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }
.about-photo-copy > p { color: rgba(255, 255, 255, 0.75); line-height: 1.75; }
.about-archive-callout {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}
.about-archive-callout > strong { font-size: 1.08rem; }
.about-archive-callout p { color: rgba(255, 255, 255, 0.7); line-height: 1.6; }
.about-archive-callout .text-link { color: #ff8b8f; }

.about-join {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  color: var(--white);
  background: var(--red);
}
.about-join p { color: rgba(255, 255, 255, 0.84); }
.about-join .eyebrow { color: rgba(255, 255, 255, 0.78); }
.about-join-actions { flex: 0 0 auto; margin: 0; }
.about-join .button { background: var(--white); color: var(--red-dark); }
.about-join .button-secondary { border: 1px solid rgba(255, 255, 255, 0.55); color: var(--white); background: transparent; }

@media (max-width: 980px) {
  .about-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-photo-story { grid-template-columns: 1fr; }
  .about-photo-media::after { background: linear-gradient(0deg, rgba(21, 24, 32, 0.72), transparent 50%); }
  .about-join { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
  .about-lead { grid-template-columns: 1fr; }
  .about-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .about-values,
  .about-timeline,
  .about-voices { grid-template-columns: 1fr; }
  .about-voices figure { min-height: 280px; }
  .about-photo-media { min-height: 360px; }
  .about-quote-band blockquote { font-size: clamp(2rem, 10vw, 3.2rem); }
  .about-actions,
  .about-join-actions { align-items: stretch; flex-direction: column; }
  .about-actions .button,
  .about-join-actions .button { text-align: center; }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-nav {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(9, 11, 15, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
}

.menu {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu li {
  position: relative;
}

.menu a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
  font-weight: 700;
  white-space: nowrap;
}

.menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.72;
}

.menu a:hover,
.menu a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

/* Rechtliche Seiten */
.legal-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.legal-card {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(16, 21, 31, 0.08);
}

.legal-card-primary {
  color: var(--white);
  background: linear-gradient(145deg, var(--red), var(--red-dark));
}

.legal-card-wide {
  grid-column: 1 / -1;
}

.legal-card h2 {
  margin: 8px 0 22px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.12;
}

.legal-card p,
.legal-card address,
.legal-copy p {
  line-height: 1.75;
}

.legal-card address {
  font-style: normal;
}

.legal-card a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-card-primary .eyebrow,
.legal-card-primary a {
  color: var(--white);
}

.legal-card-primary p,
.legal-card-primary address {
  color: rgba(255, 255, 255, 0.86);
}

.legal-card-primary strong {
  color: var(--white);
}

.legal-details {
  margin: 0;
}

.legal-details div {
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.legal-details dt {
  color: var(--muted);
}

.legal-details dd {
  margin: 0;
  font-weight: 750;
}

.legal-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 90px);
}

.legal-copy h2 {
  margin-top: 0;
}

@media (max-width: 760px) {
  .legal-page-grid,
  .legal-copy {
    grid-template-columns: 1fr;
  }

  .legal-card-wide {
    grid-column: auto;
  }

  .legal-details div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.menu > .menu-item-sponsor > a {
  position: relative;
  isolation: isolate;
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  color: #f7f8fa;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.01) 48%, rgba(215, 25, 32, 0.13)),
    #171a21;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -10px 22px rgba(0, 0, 0, 0.16),
    0 8px 22px rgba(0, 0, 0, 0.25),
    0 0 18px rgba(215, 25, 32, 0.06);
  animation: sponsor-nav-glow 7.5s ease-in-out infinite;
}

.menu > .menu-item-sponsor > a::before {
  content: "✦";
  display: inline-block;
  margin-right: 4px;
  color: #d8dde5;
  font-size: 0.68rem;
  line-height: 1;
  transform-origin: center;
  animation: sponsor-star-twinkle 7.5s ease-in-out infinite;
}

.menu > .menu-item-sponsor > a::after {
  position: absolute;
  inset: -3px;
  z-index: -1;
  content: "";
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  animation: sponsor-nav-wave 7.5s ease-out infinite;
}

.menu > .menu-item-sponsor > a:hover,
.menu > .menu-item-sponsor > a:focus-visible {
  color: var(--white);
  background: linear-gradient(135deg, #741016, var(--red-dark) 54%, #43161a);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -10px 22px rgba(60, 0, 4, 0.22),
    0 9px 26px rgba(215, 25, 32, 0.25),
    0 0 24px rgba(215, 25, 32, 0.12);
  animation-play-state: paused;
}

.menu > .menu-item-sponsor > a:hover::before,
.menu > .menu-item-sponsor > a:focus-visible::before,
.menu > .menu-item-sponsor > a:hover::after,
.menu > .menu-item-sponsor > a:focus-visible::after {
  animation-play-state: paused;
}

@keyframes sponsor-nav-glow {
  0%, 72%, 88%, 100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 -10px 22px rgba(0, 0, 0, 0.16),
      0 8px 22px rgba(0, 0, 0, 0.25),
      0 0 18px rgba(215, 25, 32, 0.06);
  }
  78% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.17),
      inset 0 -10px 22px rgba(0, 0, 0, 0.12),
      0 9px 26px rgba(0, 0, 0, 0.28),
      0 0 26px rgba(215, 25, 32, 0.2);
  }
}

@keyframes sponsor-star-twinkle {
  0%, 72%, 84%, 100% {
    color: #d8dde5;
    text-shadow: none;
    transform: scale(1) rotate(0deg);
  }
  77% {
    color: #ffffff;
    text-shadow: 0 0 9px rgba(255, 255, 255, 0.75);
    transform: scale(1.24) rotate(18deg);
  }
}

@keyframes sponsor-nav-wave {
  0%, 72%, 100% {
    box-shadow: 0 0 0 0 rgba(215, 25, 32, 0);
    opacity: 0;
    transform: scale(0.98);
  }
  76% {
    box-shadow: 0 0 0 0 rgba(215, 25, 32, 0.3);
    opacity: 0.46;
    transform: scale(1);
  }
  86% {
    box-shadow: 0 0 0 10px rgba(215, 25, 32, 0);
    opacity: 0;
    transform: scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu > .menu-item-sponsor > a,
  .menu > .menu-item-sponsor > a::before,
  .menu > .menu-item-sponsor > a::after {
    animation: none;
  }
}

.sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 40;
  display: grid;
  min-width: 230px;
  gap: 4px;
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(9, 11, 15, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.sub-menu a {
  justify-content: space-between;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.sub-menu a:hover,
.sub-menu a:focus-visible {
  background: rgba(215, 25, 32, 0.22);
}

.sub-menu .menu-item-has-children > a::after {
  transform: rotate(-45deg);
}

.sub-menu .sub-menu {
  top: -10px;
  left: calc(100% + 10px);
}

.sub-menu .sub-menu::before {
  top: 0;
  right: auto;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: auto;
}

.menu li:hover > .sub-menu,
.menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: flex-end;
  padding: 130px clamp(18px, 5vw, 72px) 72px;
  color: var(--white);
  background: var(--black);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 11, 15, 0.98) 0%, rgba(9, 11, 15, 0.82) 45%, rgba(159, 18, 24, 0.26) 100%),
    linear-gradient(0deg, rgba(9, 11, 15, 0.9), rgba(9, 11, 15, 0.1)),
    var(--hero-image) center / cover;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.hero h1 {
  max-width: none;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  white-space: nowrap;
}

.hero-logo {
  display: block;
  width: clamp(118px, 16vw, 184px);
  height: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.38));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
}

.button.light {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.inline-actions {
  margin-top: 26px;
}

.notice-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--red-dark);
}

.notice-strip h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.notice-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.notice-strip .eyebrow {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.notice-strip .button {
  background: var(--white);
  color: var(--red-dark);
}

.section {
  padding: 88px clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.grid-3,
.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.audience-section {
  padding-top: 64px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.audience-card,
.landing-card,
.info-card {
  display: block;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.audience-card:hover,
.audience-card:focus-visible,
.landing-card:hover,
.landing-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(215, 25, 32, 0.4);
  box-shadow: var(--shadow);
}

.audience-card span,
.landing-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.audience-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.audience-card strong {
  color: var(--red);
  font-size: 0.95rem;
}

.action-card {
  min-height: 240px;
}

.action-card h3 {
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.25;
}

.action-card strong {
  display: inline-flex;
  margin-top: 18px;
  color: var(--red);
  font-size: 0.95rem;
}

.board-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16, 21, 31, 0.08);
}

.board-photo {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 5;
  min-height: 260px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(9, 11, 15, 0.94), rgba(159, 18, 24, 0.86)),
    var(--paper);
  color: var(--white);
}

.board-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.board-photo span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.45rem;
  font-weight: 900;
}

.board-card-body {
  padding: 22px;
}

.board-card-body h3 {
  margin-bottom: 8px;
  font-size: 1.28rem;
}

.quick-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: center;
  background: var(--paper);
}

.quick-panel > div:first-child {
  max-width: 780px;
}

.quick-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quick-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-card .button {
  margin-top: 8px;
}

.card,
.news-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.card.green {
  border-top: 5px solid var(--black);
}

.card.red {
  border-top: 5px solid var(--red);
}

.card.gold {
  border-top: 5px solid var(--silver);
}

.news-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) 1.45fr;
  gap: 28px;
  background: var(--black);
  color: var(--white);
}

.club-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 34px;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 11, 15, 0.96), rgba(159, 18, 24, 0.78)),
    var(--hero-image, none) center / cover;
}

.club-band h2 {
  color: var(--white);
}

.club-band p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.club-facts {
  display: grid;
  gap: 12px;
}

.club-facts article {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.club-facts strong {
  color: var(--white);
  font-size: 1.08rem;
}

.club-facts span {
  color: rgba(255, 255, 255, 0.72);
}

.news-band h2,
.news-band h3 {
  color: var(--white);
}

.news-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.news-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.news-card p {
  color: rgba(255, 255, 255, 0.72);
}

.whatsapp-channel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  color: var(--white);
  background: linear-gradient(135deg, #075e54, #128c7e);
}

.whatsapp-channel-mark {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.whatsapp-channel-mark svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.whatsapp-channel-mark svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.whatsapp-channel .eyebrow,
.whatsapp-channel h2 {
  color: var(--white);
}

.whatsapp-channel h2 {
  margin: 6px 0 12px;
}

.whatsapp-channel p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.whatsapp-channel-button {
  border-color: var(--white);
  background: var(--white);
  color: #075e54;
  white-space: nowrap;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tile {
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(9, 11, 15, 0.98), rgba(215, 25, 32, 0.82)),
    var(--hero-image) center / cover;
  box-shadow: var(--shadow);
  font-size: 1.35rem;
  font-weight: 900;
}

.white {
  background: var(--white);
}

.boxing-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 38px;
  align-items: center;
  background: var(--black);
  color: var(--white);
}

.boxing-feature h2 {
  color: var(--white);
}

.boxing-feature p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.76);
}

.fact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.fact-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.fact-list strong {
  color: var(--red);
  text-transform: uppercase;
  font-size: 0.78rem;
}

.fact-list span,
.fact-list a {
  color: var(--white);
  font-weight: 800;
}

.poster-frame {
  margin: 0;
}

.poster-frame img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.partner-band {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.partner-logo {
  display: grid;
  place-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.partner-logo img {
  max-height: 210px;
  object-fit: contain;
}

.partner-button {
  margin-top: 8px;
}

.membership {
  background: var(--black);
}

.membership-panel {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.steps {
  display: grid;
  gap: 12px;
}

.steps div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfa;
}

.steps strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--red);
  color: var(--white);
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  background: var(--white);
}

.contact .button.secondary {
  border-color: var(--line);
  color: var(--ink);
  background: var(--paper);
}

.page-layout {
  min-height: 70vh;
  padding-top: 82px;
}

.page-hero {
  padding: 150px clamp(18px, 5vw, 72px) 72px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 11, 15, 0.98), rgba(159, 18, 24, 0.74)),
    var(--black);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.18rem;
}

.compact {
  padding-top: 56px;
}

.content-status {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 1040px;
  margin: -24px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(215, 25, 32, 0.2);
  border-radius: 8px;
  background: rgba(215, 25, 32, 0.06);
  color: var(--ink);
  line-height: 1.55;
}

.content-status strong {
  color: var(--red-dark);
  white-space: nowrap;
}

.content-status span {
  color: var(--muted);
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 28px;
  align-items: start;
}

.offer-main,
.action-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.offer-main {
  padding: clamp(24px, 4vw, 40px);
}

.offer-main h2 {
  max-width: 780px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.offer-facts {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.offer-facts div {
  display: grid;
  grid-template-columns: minmax(140px, 0.35fr) minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfa;
}

.offer-facts strong {
  color: var(--red-dark);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.offer-facts span {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.5;
}

.department-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.department-grid .landing-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 0;
  background: linear-gradient(145deg, #111722, #321014);
  color: var(--white);
  box-shadow: 0 18px 46px rgba(9, 11, 15, 0.18);
}

.department-grid .landing-card.has-image {
  padding-top: 270px;
}

.department-grid .landing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, transparent 0, transparent 46%, rgba(9, 11, 15, 0.94) 66%, #111722 100%);
}

.department-grid .landing-card > *:not(.department-card-image) {
  position: relative;
  z-index: 1;
}

.department-card-image {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  height: 270px;
  z-index: 0 !important;
  margin: 0 !important;
  background: var(--department-image) center 18% / cover no-repeat;
  opacity: 0.88;
  transform: scale(1.01);
  transition: transform 260ms ease, opacity 260ms ease;
}

.department-grid .landing-card:hover .department-card-image,
.department-grid .landing-card:focus-visible .department-card-image {
  opacity: 1;
  transform: scale(1.045);
}

.department-grid .landing-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.department-grid .landing-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.department-grid .landing-card small {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.department-grid .landing-card strong > span {
  margin: 0 0 0 5px;
  color: inherit;
  font-size: inherit;
}

.offer-poster-link {
  display: grid;
  gap: 12px;
  color: var(--red-dark);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.offer-poster-card {
  position: relative;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(215, 25, 32, 0.16), transparent 42%),
    #f4f1ed;
}

.offer-poster-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(9, 11, 15, 0.9);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(9, 11, 15, 0.24);
}

.offer-poster {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--black);
  box-shadow: 0 16px 36px rgba(16, 21, 31, 0.2);
}

.offer-action {
  padding: clamp(24px, 4vw, 34px);
}

.boxing-invite {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  overflow: hidden;
  padding: clamp(64px, 9vw, 126px) clamp(22px, 7vw, 110px);
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(8, 9, 13, 0.98) 0%, rgba(23, 12, 14, 0.96) 48%, rgba(115, 12, 17, 0.96) 100%);
}

.boxing-invite::before,
.boxing-invite::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.boxing-invite::before {
  width: 580px;
  height: 580px;
  right: -150px;
  top: -240px;
  box-shadow: 0 0 0 70px rgba(215, 25, 32, 0.05), 0 0 0 140px rgba(215, 25, 32, 0.035);
}

.boxing-invite::after {
  width: 360px;
  height: 360px;
  left: -190px;
  bottom: -210px;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.025);
}

.boxing-invite-copy,
.boxing-flyer-stage {
  position: relative;
  z-index: 1;
}

.boxing-invite-copy .eyebrow {
  color: #ff7b80;
}

.boxing-invite-copy h2 {
  margin: 12px 0 26px;
  font-size: clamp(3.5rem, 7vw, 7.4rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.boxing-invite-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.72;
}

.boxing-invite-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 30px 0 34px;
}

.boxing-invite-facts span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.84rem;
  font-weight: 850;
}

.boxing-invite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.boxing-text-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.boxing-text-link:hover,
.boxing-text-link:focus-visible {
  color: var(--white);
}

.boxing-flyer-stage {
  display: grid;
  max-width: 600px;
  justify-self: center;
  gap: 14px;
  color: var(--white);
  font-size: 0.9rem;
  transform: rotate(1.5deg);
  transition: transform 220ms ease;
}

.boxing-flyer-stage:hover,
.boxing-flyer-stage:focus-visible {
  transform: rotate(0) translateY(-8px);
}

.boxing-flyer-stage img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.56);
}

.boxing-punch-word {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: 5%;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(5rem, 12vw, 12rem);
  font-weight: 950;
  line-height: 0.8;
  writing-mode: vertical-rl;
}

.boxing-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #0e1118;
  color: var(--white);
}

.boxing-benefits article {
  min-height: 260px;
  padding: clamp(26px, 4vw, 46px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.boxing-benefits article:last-child {
  border-right: 0;
}

.boxing-benefits span {
  color: #ff6167;
  font-weight: 900;
}

.boxing-benefits h3 {
  margin: 54px 0 12px;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.boxing-benefits p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.62;
}

@media (max-width: 980px) {
  .boxing-invite {
    grid-template-columns: 1fr;
  }

  .boxing-flyer-stage {
    max-width: 560px;
  }

  .boxing-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .boxing-benefits article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .page-hero {
    padding-right: 22px;
    padding-left: 22px;
  }

  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10.5vw, 2.8rem);
    overflow-wrap: anywhere;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .content-status {
    flex-direction: column;
    gap: 3px;
    margin-right: 18px;
    margin-left: 18px;
  }

  .content-status strong {
    white-space: normal;
  }

  .boxing-invite {
    padding-right: 22px;
    padding-left: 22px;
  }

  .boxing-invite-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
    line-height: 0.94;
  }

  .boxing-flyer-stage {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .boxing-invite-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .boxing-invite-actions .button,
  .boxing-text-link {
    text-align: center;
  }

  .boxing-benefits {
    grid-template-columns: 1fr;
  }

  .boxing-benefits article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .boxing-benefits h3 {
    margin-top: 30px;
  }
}

.boogie-invite {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  padding: clamp(56px, 8vw, 112px) clamp(22px, 6vw, 92px);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 25, 32, 0.46), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(255, 179, 53, 0.16), transparent 28%),
    linear-gradient(135deg, #090b0f, #211216 58%, #090b0f);
}

.boogie-invite-copy h2 {
  max-width: 680px;
  margin: 10px 0 24px;
  font-size: clamp(3rem, 6vw, 6.6rem);
  line-height: 0.92;
}

.boogie-invite-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.1rem;
  line-height: 1.72;
}

.boogie-invite-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 32px;
}

.boogie-invite-facts span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 800;
}

.boogie-flyer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 28px);
  perspective: 1200px;
}

.boogie-flyer-grid a {
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  transition: transform 220ms ease;
}

.boogie-flyer-grid a:first-child { transform: rotate(-2deg) translateY(18px); }
.boogie-flyer-grid a:last-child { transform: rotate(2deg) translateY(-10px); }
.boogie-flyer-grid a:hover,
.boogie-flyer-grid a:focus-visible { transform: rotate(0) translateY(-8px); }

.boogie-flyer-grid img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
}

@media (max-width: 980px) {
  .boogie-invite { grid-template-columns: 1fr; }
  .boogie-invite-copy { max-width: 760px; }
}

@media (max-width: 620px) {
  .boogie-flyer-grid { grid-template-columns: 1fr; }
  .boogie-flyer-grid a:first-child,
  .boogie-flyer-grid a:last-child { transform: none; }
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.form-intro,
.form-card {
  min-width: 0;
}

.form-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.probetraining-form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.probetraining-form label {
  margin-top: 8px;
  color: var(--ink);
  font-weight: 800;
}

.probetraining-form input,
.probetraining-form select,
.probetraining-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(16, 21, 31, 0.24);
  border-radius: 8px;
  background: #fbfcfa;
  color: var(--ink);
  font: inherit;
}

.probetraining-form input:focus,
.probetraining-form select:focus,
.probetraining-form textarea:focus {
  border-color: var(--red);
  outline: 3px solid rgba(215, 25, 32, 0.14);
}

.privacy-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  margin: 12px 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.privacy-check input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.privacy-check a,
.text-link {
  color: var(--red-dark);
  font-weight: 800;
}

.optional,
.form-required {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 500;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-message {
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.5;
}

.form-message.success {
  border: 1px solid #238636;
  background: #eaf7ed;
  color: #145523;
}

.form-message.error {
  border: 1px solid var(--red);
  background: #fff0f0;
  color: var(--red-dark);
}

.action-panel {
  position: sticky;
  top: 112px;
  padding: 28px;
}

.action-panel h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}

.action-panel .button {
  margin-top: 10px;
  width: 100%;
}

.statute-status {
  border-color: rgba(215, 25, 32, 0.28);
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.08), rgba(255, 255, 255, 0.92));
}

.statute-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.58fr);
  gap: 28px;
  align-items: stretch;
}

.statute-document-card,
.statute-index {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.statute-document-card {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  overflow: hidden;
  padding: clamp(28px, 5vw, 52px);
  background:
    radial-gradient(circle at 8% 12%, rgba(215, 25, 32, 0.12), transparent 34%),
    var(--white);
}

.statute-document-card::after {
  content: "FCVM";
  position: absolute;
  right: -8px;
  bottom: -32px;
  color: rgba(9, 11, 15, 0.035);
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.statute-document-icon {
  display: grid;
  place-items: center;
  width: 150px;
  height: 184px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--red), var(--red-dark));
  box-shadow: 0 20px 36px rgba(159, 18, 24, 0.24);
}

.statute-document-icon svg {
  width: 78px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.statute-document-copy {
  position: relative;
  z-index: 1;
}

.statute-badge {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 11px;
  border: 1px solid rgba(215, 25, 32, 0.22);
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.07);
  color: var(--red-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.statute-document-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.statute-document-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  line-height: 1.7;
}

.statute-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.statute-meta div {
  min-width: 110px;
  padding: 13px 16px;
  border-left: 3px solid var(--red);
  background: var(--paper);
}

.statute-meta strong,
.statute-meta span {
  display: block;
}

.statute-meta strong {
  font-size: 1.25rem;
}

.statute-meta span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.statute-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.statute-actions .button.secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.statute-index {
  padding: 30px;
  background: var(--black);
  color: var(--white);
}

.statute-index .eyebrow {
  color: #ff6d72;
}

.statute-index h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.statute-index ol {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.statute-index li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.statute-index li span {
  color: #ff6d72;
  font-weight: 900;
}

.statute-index li strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.45;
}

.statute-preview {
  background: var(--paper);
}

.statute-preview-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.statute-preview-heading h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.statute-preview-heading > a {
  color: var(--red-dark);
  font-weight: 900;
}

.statute-pdf {
  display: block;
  width: 100%;
  height: min(82vh, 980px);
  min-height: 680px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #e9e9e9;
  box-shadow: var(--shadow);
}

.statute-pdf-fallback {
  padding: 40px;
  background: var(--white);
  color: var(--ink);
}

.statute-pdf-fallback p {
  color: var(--muted);
}

.statute-mobile-open {
  display: none;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.statute-mobile-open strong {
  font-size: 1.2rem;
}

.statute-mobile-open p {
  color: var(--muted);
}

.statute-mobile-open .button {
  width: 100%;
}

.visitor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.62fr);
  gap: 28px;
  align-items: stretch;
}

.visitor-main,
.visitor-side,
.visitor-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.visitor-main {
  padding: clamp(28px, 5vw, 52px);
}

.visitor-main h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.visitor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.visitor-side {
  padding: 28px;
}

.visitor-side ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.visitor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.visitor-grid article {
  padding: 26px;
}

.visitor-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.visitor-grid a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--red-dark);
  font-weight: 900;
}

.page-content {
  max-width: 920px;
  margin: 0 auto;
}

.page-content .entry-content {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--black);
}

.site-footer span,
.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-brand {
  display: grid;
  gap: 3px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-3px);
  border-color: transparent;
}

.social-link[data-network="instagram"]:hover,
.social-link[data-network="instagram"]:focus-visible {
  background: linear-gradient(135deg, #833ab4, #e1306c, #f77737);
}

.social-link[data-network="facebook"]:hover,
.social-link[data-network="facebook"]:focus-visible {
  background: #1877f2;
}

.social-link[data-network="whatsapp"]:hover,
.social-link[data-network="whatsapp"]:focus-visible {
  background: #128c7e;
}

.social-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.social-link .social-icon-fill,
.social-link .social-icon-dot {
  fill: currentColor;
  stroke: none;
}

.social-follow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--black), #251013);
}

.social-follow h2,
.social-follow .eyebrow {
  color: var(--white);
}

.social-follow h2 {
  margin: 6px 0 12px;
}

.social-follow p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-social .social-link {
  width: 58px;
  height: 58px;
}

.contact-social .social-link svg {
  width: 29px;
  height: 29px;
}

@media (max-width: 900px) {
  .hero h1 {
    max-width: 760px;
    white-space: normal;
  }

  body.admin-bar .site-nav {
    top: 46px;
  }

  .nav-toggle {
    display: block;
  }

  .menu {
    position: absolute;
    top: 81px;
    left: 14px;
    right: 14px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 8px;
    background: var(--black);
    box-shadow: var(--shadow);
  }

  .menu.is-open {
    display: flex;
  }

  .menu li {
    width: 100%;
  }

  .menu a {
    justify-content: space-between;
    width: 100%;
  }

  .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    margin: 2px 0 8px;
    padding: 4px 0 4px 12px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .sub-menu::before {
    display: none;
  }

  .sub-menu a {
    padding: 9px 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
  }

  .grid-3,
  .landing-grid,
  .audience-grid,
  .board-grid,
  .news-list,
  .news-band,
  .whatsapp-channel,
  .notice-strip,
  .quick-panel,
  .club-band,
  .offer-layout,
  .statute-layout,
  .visitor-layout,
  .visitor-grid,
  .split,
  .boxing-feature,
  .partner-band,
  .membership-panel,
  .contact,
  .social-follow {
    grid-template-columns: 1fr;
  }

  .partner-logo {
    max-width: 280px;
  }

  .whatsapp-channel-mark {
    width: 68px;
    height: 68px;
  }

  .whatsapp-channel-button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .whatsapp-channel-button {
    width: 100%;
  }

  .brand span {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-bottom: 48px;
  }

  .hero::before {
    background:
      linear-gradient(0deg, rgba(9, 11, 15, 0.96), rgba(159, 18, 24, 0.38)),
      var(--hero-image) center / cover;
  }

  h1 {
    font-size: 3rem;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tile-grid {
    grid-template-columns: 1fr;
  }

  .fact-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .offer-facts div {
    grid-template-columns: 1fr;
  }

  .sub-menu .sub-menu {
    margin-left: 10px;
  }

  .sub-menu .menu-item-has-children > a::after {
    transform: translateY(-2px) rotate(45deg);
  }

  .form-layout {
    grid-template-columns: 1fr;
  }

  .content-status {
    display: block;
    margin-inline: 18px;
  }

  .action-panel {
    position: static;
  }

  .statute-document-card {
    grid-template-columns: 1fr;
  }

  .statute-document-icon {
    width: 92px;
    height: 112px;
  }

  .statute-document-icon svg {
    width: 54px;
  }

  .statute-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .statute-actions .button {
    width: 100%;
  }

  .statute-preview-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .statute-pdf {
    display: none;
  }

  .statute-mobile-open {
    display: block;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Vereinsleben und Fotoalben */
.life-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(215, 25, 32, 0.23), transparent 34%),
    var(--black);
}

.life-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 140px) clamp(28px, 7vw, 110px);
}

.life-hero-copy .eyebrow,
.life-archive-cta .eyebrow {
  color: #ff7479;
}

.life-hero-copy h1 {
  max-width: 680px;
  margin: 12px 0 28px;
  font-size: clamp(3.6rem, 7vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.life-hero-copy h1 span {
  color: var(--red);
}

.life-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.75;
}

.life-hero-copy .button {
  align-self: flex-start;
}

.life-hero-collage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1.1fr 0.9fr;
  gap: 8px;
  min-height: 720px;
  padding: 8px 8px 8px 0;
}

.life-hero-collage figure {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--charcoal);
}

.life-hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 0.7s ease;
}

.life-hero-collage figure:hover img {
  transform: scale(1.035);
}

.life-collage-main {
  grid-row: 1 / 3;
}

.life-hero-collage > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 210px;
  padding: 30px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(0deg, rgba(9, 11, 15, 0.94), rgba(9, 11, 15, 0.08)),
    var(--life-feature-image, url("assets/images/vereinsleben/anlage-2026-01.webp")) center / cover;
}

.life-hero-collage > a strong {
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 5px 9px;
  color: var(--white);
  border-radius: 999px;
  background: var(--red);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.life-hero-collage > a span:nth-of-type(1) {
  max-width: 260px;
  font-size: 1.3rem;
  font-weight: 850;
  line-height: 1.15;
}

.life-hero-collage > a span:last-child {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-size: 1.6rem;
}

.life-browser {
  background: var(--white);
}

.life-browser-heading {
  align-items: end;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
}

.life-browser-heading > p {
  max-width: 560px;
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.7;
}

.life-filters {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin: 38px 0 48px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.life-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.life-filter-group button {
  padding: 10px 15px;
  color: var(--muted);
  border: 0;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.life-filter-group button:hover,
.life-filter-group button.is-active {
  color: var(--white);
  background: var(--black);
}

.life-year-filter {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.life-year-filter select {
  min-width: 150px;
  padding: 11px 36px 11px 13px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 750;
  text-transform: none;
  letter-spacing: 0;
}

.life-album-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.life-album-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(16, 21, 31, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.life-album-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(16, 21, 31, 0.14);
}

.life-album-card > a {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
  min-height: 310px;
}

.life-album-cover {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: var(--charcoal);
}

.life-album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.life-album-card:hover .life-album-cover img {
  transform: scale(1.04);
}

.life-album-cover > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(9, 11, 15, 0.74);
  backdrop-filter: blur(8px);
  font-size: 0.76rem;
  font-weight: 800;
}

.life-album-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px);
}

.life-album-card-copy p {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.life-album-card-copy p span {
  color: var(--red);
}

.life-album-card-copy h3 {
  margin: 0 0 30px;
  font-size: clamp(1.4rem, 2.2vw, 2.15rem);
  line-height: 1.12;
}

.life-album-card-copy > strong {
  margin-top: auto;
  color: var(--ink);
  font-size: 0.88rem;
}

.life-album-card-copy > strong span {
  color: var(--red);
}

.life-no-results {
  margin: 28px 0 0;
  padding: 24px;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: 14px;
  text-align: center;
}

.life-filter-item[hidden] {
  display: none !important;
}

.life-album-sections {
  background: var(--paper);
}

.life-album-detail {
  padding: clamp(76px, 9vw, 136px) clamp(24px, 7vw, 110px);
  scroll-margin-top: 90px;
  border-top: 1px solid var(--line);
}

.life-album-detail:nth-child(even) {
  background: var(--white);
}

.life-album-detail-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
  gap: clamp(32px, 8vw, 120px);
  align-items: end;
  margin-bottom: 44px;
}

.life-album-detail-heading h2 {
  max-width: 840px;
  margin: 6px 0 0;
  font-size: clamp(2.4rem, 5vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.life-album-detail-heading time {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-weight: 900;
}

.life-album-detail-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.life-album-detail-heading small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 700;
}

.life-album-announcement {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(28px, 7vw, 96px);
  margin: 0 0 44px;
  padding: clamp(28px, 5vw, 64px);
  color: var(--white);
  border-radius: 24px;
  background: var(--charcoal);
}

.life-album-announcement > .eyebrow {
  margin: 7px 0 0;
  color: #ff7479;
}

.life-album-announcement h3 {
  grid-column: 1;
  margin: 14px 0 0;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.life-album-announcement-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.life-album-announcement-copy p {
  margin: 0 0 1em;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.72;
}

.life-album-announcement-copy a {
  color: var(--white);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: #ff7479;
  text-underline-offset: 0.2em;
}

.life-album-announcement-copy .life-album-announcement-closing {
  margin-bottom: 0;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 850;
}

.life-photo-grid {
  display: grid;
  grid-auto-rows: clamp(190px, 21vw, 340px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.life-photo-grid button {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--charcoal);
  cursor: zoom-in;
}

.life-photo-grid button:first-child:nth-last-child(n + 3) {
  grid-column: span 2;
  grid-row: span 2;
}

.life-photo-grid button:only-child {
  grid-column: 1 / -1;
  min-height: clamp(360px, 56vw, 760px);
}

#jugend-archiv .life-photo-grid {
  grid-auto-rows: auto;
  grid-template-columns: minmax(0, 960px);
  justify-content: center;
}

#jugend-archiv .life-photo-grid button:only-child {
  grid-column: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.life-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.life-photo-grid button:hover img,
.life-photo-grid button:focus-visible img {
  filter: brightness(0.78);
  transform: scale(1.035);
}

.life-photo-grid button > span {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(9, 11, 15, 0.5);
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.life-photo-grid button:hover > span,
.life-photo-grid button:focus-visible > span {
  opacity: 1;
  transform: translateY(0);
}

.life-archive-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(40px, 9vw, 140px);
  align-items: center;
  padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px);
  color: var(--white);
  background:
    radial-gradient(circle at 10% 20%, rgba(215, 25, 32, 0.25), transparent 36%),
    var(--black);
}

.life-archive-cta h2 {
  max-width: 780px;
  margin: 10px 0 0;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.life-archive-cta > div:last-child p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.life-share-panel {
  max-width: 720px;
}

.life-share-title {
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.life-share-panel .button {
  margin-top: 2px;
}

.life-social-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.life-social-pills > span:first-child {
  flex: 0 0 100%;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.life-social-pills a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.9rem;
  font-weight: 850;
}

.life-social-pills a:hover,
.life-social-pills a:focus-visible {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.1);
}

.life-social-pills a span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
}

.life-lightbox {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 1000;
  width: min(calc(100vw - 32px), 1500px);
  max-width: none;
  max-height: calc(100vh - 32px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
  color: var(--white);
  border: 0;
  border-radius: 12px;
  background: #050608;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.65);
}

.life-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
}

.life-lightbox > div {
  display: grid;
  max-height: calc(100vh - 32px);
  overflow: hidden;
  place-items: center;
}

.life-lightbox img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 90px);
  object-fit: contain;
}

.life-lightbox p {
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.7);
  background: #050608;
  font-size: 0.82rem;
  text-align: center;
}

.life-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: var(--black);
  font-size: 1.7rem;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .life-hero {
    grid-template-columns: 1fr;
  }

  .life-hero-copy {
    min-height: 620px;
  }

  .life-hero-collage {
    min-height: 620px;
    padding-left: 8px;
  }

  .life-album-card > a {
    grid-template-columns: 1fr;
  }

  .life-album-cover {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .life-browser-heading,
  .life-album-detail-heading,
  .life-album-announcement,
  .life-archive-cta {
    grid-template-columns: 1fr;
  }

  .life-album-announcement-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .life-filters {
    align-items: stretch;
    flex-direction: column;
  }

  .life-year-filter {
    justify-content: space-between;
  }

  .life-year-filter select {
    flex: 1;
  }

  .life-album-grid {
    grid-template-columns: 1fr;
  }

  .life-photo-grid {
    grid-auto-rows: 210px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .life-photo-grid button:only-child {
    min-height: 420px;
  }
}

@media (max-width: 520px) {
  .life-hero-copy {
    min-height: 560px;
  }

  .life-hero-copy h1 {
    font-size: clamp(3.2rem, 18vw, 5.2rem);
  }

  .life-hero-collage {
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
  }

  .life-collage-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .life-hero-collage figure:nth-of-type(3) {
    display: none;
  }

  .life-hero-collage > a {
    min-height: 230px;
  }

  .life-filter-group {
    flex-wrap: nowrap;
    margin: 0 -14px;
    padding: 0 14px 8px;
    overflow-x: auto;
  }

  .life-filter-group button {
    flex: 0 0 auto;
  }

  .life-album-card > a {
    min-height: 0;
  }

  .life-album-cover {
    min-height: 245px;
  }

  .life-photo-grid {
    grid-auto-rows: 180px;
  }

  .life-photo-grid button:first-child:nth-last-child(n + 3) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .life-photo-grid button:only-child {
    min-height: 300px;
  }

  .life-lightbox {
    width: 96vw;
  }

  .life-lightbox-close {
    top: 8px;
    right: 8px;
  }
}

/* Sponsoren */
.sponsor-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  min-height: min(780px, calc(100vh - 96px));
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(215, 25, 32, 0.48), transparent 25%),
    linear-gradient(128deg, #07090d 0%, #151820 58%, #090b0f 100%);
}

.sponsor-hero::before {
  content: "DANKE";
  position: absolute;
  right: -0.08em;
  bottom: -0.22em;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(8rem, 24vw, 23rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.8;
  pointer-events: none;
}

.sponsor-hero-copy,
.sponsor-hero-thanks {
  position: relative;
  z-index: 1;
}

.sponsor-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 128px) clamp(24px, 7vw, 110px);
}

.sponsor-hero .eyebrow,
.sponsor-impact .eyebrow {
  color: #ff6e73;
}

.sponsor-hero h1 {
  margin: 12px 0 30px;
  font-size: clamp(4rem, 9vw, 8.7rem);
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.sponsor-hero-lead {
  max-width: 780px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.7;
}

.sponsor-hero-copy .button {
  align-self: flex-start;
}

.sponsor-hero-thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 72px);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(4px);
}

.sponsor-hero-thanks > span {
  color: var(--red);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.sponsor-hero-thanks strong {
  margin: 14px 0 28px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.sponsor-hero-thanks p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  line-height: 1.7;
}

.sponsor-manifesto {
  display: grid;
  grid-template-columns: minmax(130px, 0.35fr) minmax(340px, 1fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(72px, 10vw, 150px) clamp(24px, 7vw, 110px);
  background: var(--white);
}

.sponsor-manifesto blockquote {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.sponsor-manifesto > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.sponsor-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: end;
  margin-bottom: clamp(44px, 7vw, 86px);
}

.sponsor-section-heading h2,
.sponsor-impact h2,
.sponsor-join h2 {
  margin: 8px 0 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.sponsor-section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.sponsor-card-grid {
  display: grid;
  gap: 24px;
}

.sponsor-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(16, 21, 31, 0.1);
}

.sponsor-card-number {
  position: absolute;
  top: 22px;
  right: 28px;
  z-index: 2;
  color: rgba(16, 21, 31, 0.12);
  font-size: 1rem;
  font-weight: 900;
}

.sponsor-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: clamp(34px, 6vw, 80px);
  border-right: 1px solid var(--line);
  background: #fff;
}

.sponsor-card-logo img {
  width: 100%;
  max-width: 430px;
  max-height: 190px;
  object-fit: contain;
}

.sponsor-card.is-bek .sponsor-card-logo img {
  max-width: 245px;
  max-height: 245px;
}

.sponsor-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 82px);
}

.sponsor-card-copy > span {
  color: var(--red-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sponsor-card-copy h3 {
  margin: 10px 0 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.sponsor-card-copy p {
  max-width: 760px;
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.75;
}

.sponsor-card-copy a {
  align-self: flex-start;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--red);
  font-weight: 850;
}

.sponsor-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  align-items: center;
}

/* Projekt: FC Viktoria München und BEK e.V. */
.bek-project-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 28%, rgba(215, 25, 32, 0.28), transparent 31%),
    linear-gradient(135deg, #090b0f 0%, #151820 58%, #2b0d11 100%);
}

.bek-project-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 9vw, 138px) clamp(24px, 7vw, 110px);
}

.bek-project-back {
  align-self: flex-start;
  margin-bottom: clamp(50px, 8vw, 94px);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
  font-weight: 800;
}

.bek-project-back:hover,
.bek-project-back:focus-visible {
  color: var(--white);
}

.bek-project-hero .eyebrow,
.bek-project-learning .eyebrow,
.bek-project-volunteer .eyebrow {
  color: #ff7c81;
}

.bek-project-hero h1 {
  max-width: 980px;
  margin: 10px 0 28px;
  font-size: clamp(3.4rem, 7vw, 7.4rem);
  letter-spacing: -0.07em;
  line-height: 0.91;
}

.bek-project-hero h1 span {
  color: #ff777c;
}

.bek-project-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.75;
}

.bek-project-hero-copy .button {
  align-self: flex-start;
}

.bek-project-partners {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(16px, 2vw, 30px);
  align-items: center;
  padding: clamp(42px, 6vw, 86px);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(6px);
}

.bek-project-partners figure {
  margin: 0;
  text-align: center;
}

.bek-project-partners img {
  width: 100%;
  max-width: 220px;
  max-height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.28));
}

.bek-project-partners figcaption {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 850;
}

.bek-project-partners > span {
  color: rgba(255, 255, 255, 0.34);
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 300;
}

.bek-project-section-heading {
  max-width: 1040px;
  margin-bottom: clamp(46px, 7vw, 90px);
}

.bek-project-section-heading h2,
.bek-project-learning h2,
.bek-project-success h2,
.bek-project-volunteer h2 {
  margin: 8px 0 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.bek-project-question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bek-project-question-grid article {
  position: relative;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 20px 56px rgba(16, 21, 31, 0.09);
}

.bek-project-question-grid article > span {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(215, 25, 32, 0.16);
  font-size: 1.1rem;
  font-weight: 900;
}

.bek-project-question-grid h3 {
  max-width: 620px;
  margin: 10px 0 22px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.bek-project-question-grid article > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}

.bek-project-learning {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: center;
  padding: clamp(78px, 10vw, 150px) clamp(24px, 7vw, 110px);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 86%, rgba(215, 25, 32, 0.26), transparent 30%),
    #0b0d12;
}

.bek-project-learning > div > p:last-child {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.75;
}

.bek-project-learning blockquote {
  margin: 0;
  padding: clamp(34px, 5vw, 62px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.bek-project-learning blockquote p {
  margin: 0 0 24px;
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.bek-project-learning cite {
  color: #ff8a8f;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bek-project-success {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.55fr);
  gap: clamp(44px, 9vw, 140px);
  align-items: center;
}

.bek-project-success-label span {
  color: rgba(215, 25, 32, 0.14);
  font-size: clamp(4.5rem, 10vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.bek-project-success-label p {
  margin: 18px 0 0;
  color: var(--red-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.bek-project-success > div:last-child > p:not(.eyebrow) {
  max-width: 830px;
  color: var(--muted);
  line-height: 1.75;
}

.bek-project-success .bek-project-success-lead {
  margin: 28px 0 22px;
  color: var(--ink) !important;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.25 !important;
}

.bek-project-volunteer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: center;
  padding: clamp(72px, 9vw, 130px) clamp(24px, 7vw, 110px);
  color: var(--white);
  background: linear-gradient(135deg, var(--red-dark), #690b10 70%, #3e090c);
}

.bek-project-volunteer > div > p:last-child,
.bek-project-volunteer aside p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
}

.bek-project-volunteer aside {
  padding: clamp(30px, 5vw, 54px);
  border-radius: 22px;
  background: rgba(9, 11, 15, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.bek-project-volunteer aside strong {
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.25;
}

.bek-project-volunteer aside .button {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .bek-project-hero,
  .bek-project-learning,
  .bek-project-success,
  .bek-project-volunteer {
    grid-template-columns: 1fr;
  }

  .bek-project-partners {
    min-height: 420px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .bek-project-success-label span {
    writing-mode: horizontal-tb;
    transform: none;
  }
}

@media (max-width: 680px) {
  .bek-project-question-grid,
  .bek-project-partners {
    grid-template-columns: 1fr;
  }

  .bek-project-partners > span {
    transform: rotate(45deg);
    text-align: center;
  }

  .bek-project-partners img {
    max-height: 170px;
  }

  .bek-project-hero-copy .button,
  .bek-project-volunteer .button {
    width: 100%;
    text-align: center;
  }
}

.sponsor-impact {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(44px, 8vw, 120px);
  padding: clamp(76px, 10vw, 150px) clamp(24px, 7vw, 110px);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 80%, rgba(215, 25, 32, 0.28), transparent 30%),
    #0b0d12;
}

.sponsor-impact-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.sponsor-impact-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(180px, 0.55fr) minmax(240px, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.sponsor-impact-grid span {
  color: var(--red);
  font-weight: 900;
}

.sponsor-impact-grid h3,
.sponsor-impact-grid p {
  margin: 0;
}

.sponsor-impact-grid h3 {
  font-size: 1.35rem;
}

.sponsor-impact-grid p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.sponsor-join {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: center;
}

.sponsor-join-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.sponsor-join-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.sponsor-donation-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 62px);
  border-radius: 24px;
  color: var(--white);
  background: linear-gradient(145deg, var(--red), var(--red-dark) 62%, #710b10);
  box-shadow: var(--shadow);
}

.sponsor-donation-card::after {
  content: "V";
  position: absolute;
  right: -24px;
  bottom: -84px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 18rem;
  font-weight: 900;
  line-height: 1;
}

.sponsor-donation-card > * {
  position: relative;
  z-index: 1;
}

.sponsor-donation-card > span {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sponsor-donation-card h3 {
  margin: 10px 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.sponsor-donation-card > p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.sponsor-donation-card dl {
  margin: 30px 0 0;
}

.sponsor-donation-card dl div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.sponsor-donation-card dt {
  color: rgba(255, 255, 255, 0.7);
}

.sponsor-donation-card dd {
  min-width: 0;
  margin: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .sponsor-hero,
  .sponsor-manifesto,
  .sponsor-section-heading,
  .sponsor-impact,
  .sponsor-join {
    grid-template-columns: 1fr;
  }

  .sponsor-hero-thanks {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .sponsor-manifesto {
    align-items: start;
  }

  .sponsor-manifesto .eyebrow {
    margin-bottom: -10px;
  }

  .sponsor-card {
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  }
}

@media (max-width: 720px) {
  .sponsor-hero {
    min-height: 0;
  }

  .sponsor-hero-copy {
    min-height: 640px;
  }

  .sponsor-hero h1 {
    font-size: clamp(3.7rem, 18vw, 6rem);
  }

  .sponsor-hero-copy .button {
    width: 100%;
    text-align: center;
  }

  .sponsor-card {
    grid-template-columns: 1fr;
  }

  .sponsor-card-logo {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sponsor-impact-grid article {
    grid-template-columns: 40px 1fr;
  }

  .sponsor-impact-grid p {
    grid-column: 2;
  }

  .sponsor-join-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sponsor-join-actions .button,
  .sponsor-join-actions .text-link {
    justify-content: center;
    text-align: center;
  }
}
