:root {
  --red: #e3292f;
  --red-dark: #bd161d;
  --ink: #111111;
  --ink-soft: #292929;
  --cream: #f5f2eb;
  --line: #d8d4cb;
  --muted: #6b6964;
  --white: #ffffff;
  --wrap: min(1180px, calc(100% - 48px));
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { min-width: 0; max-width: 100%; margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
a, button, input, textarea, select { -webkit-tap-highlight-color: rgba(227,41,47,.18); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
p { margin: 0 0 1.2em; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 900; line-height: .94; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3.6rem, 8vw, 8.3rem); }
h2 { font-size: clamp(2.7rem, 5.4vw, 5.4rem); }
h3 { font-size: clamp(1.4rem, 2.3vw, 2.1rem); }
.wrap { width: var(--wrap); margin-inline: auto; }
.wrap-wide { width: min(1400px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding-block: clamp(76px, 10vw, 140px); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 18px; font-weight: 800; font-size: .76rem; line-height: 1; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.red { color: var(--red); }
.lead { font-size: clamp(1.2rem, 2.2vw, 1.55rem); line-height: 1.5; }

.topline { background: var(--red); color: var(--white); font-size: .76rem; letter-spacing: .03em; }
.topline-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topline-inner div { display: flex; gap: 28px; }
.topline a { font-weight: 800; text-transform: uppercase; }
.topline a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(245,242,235,.96); border-bottom: 1px solid rgba(17,17,17,.14); backdrop-filter: blur(12px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { width: 238px; flex: 0 0 auto; }
.brand img { width: 100%; }
.site-menu { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); margin: 0; padding: 0; list-style: none; }
.site-menu li { position: relative; }
.site-menu a { position: relative; display: inline-flex; align-items: center; min-height: 44px; font-size: .82rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.site-menu a:not(.menu-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--red); transition: right .2s ease; }
.site-menu a:hover::after, .site-menu .current-menu-item a::after, .site-menu .current-menu-ancestor > a::after { right: 0; }
.site-menu > .menu-item-has-children > a { gap: 7px; }
.site-menu > .menu-item-has-children > a::before { content: "⌄"; order: 2; color: var(--red); font-size: .9rem; line-height: 1; transform: translateY(-2px); }
.site-menu .sub-menu { position: absolute; top: 100%; left: 50%; z-index: 5; min-width: 245px; margin: 0; padding: 10px 0; visibility: hidden; list-style: none; background: var(--white); box-shadow: 0 18px 38px rgba(0,0,0,.14); opacity: 0; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.site-menu .menu-item-has-children:hover > .sub-menu, .site-menu .menu-item-has-children:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.site-menu .sub-menu a { display: flex; min-height: 46px; padding: 7px 20px; font-size: .76rem; text-transform: none; }
.site-menu .sub-menu a::after { display: none; }
.site-menu .sub-menu a:hover, .site-menu .sub-menu .current-menu-item > a { background: var(--red); color: var(--white); }
.site-menu li.menu-cta > a, .site-menu a.menu-cta { min-height: 44px; padding-inline: 20px; background: var(--ink); color: var(--white); }
.site-menu li.menu-cta > a:hover, .site-menu a.menu-cta:hover { background: var(--red); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: var(--ink); }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: .2s ease; }

.hero { position: relative; min-height: min(760px, calc(100vh - 122px)); display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image, .hero-shade, .hero-stripe { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 56% center; filter: saturate(.9) contrast(1.04); }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.6) 42%, rgba(0,0,0,.12) 80%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 55%); }
.hero-stripe { left: auto; right: -11%; width: 30%; background: rgba(227,41,47,.9); transform: skewX(-15deg); transform-origin: bottom; mix-blend-mode: multiply; }
.hero-content { position: relative; z-index: 2; padding-block: 110px 95px; }
.hero h1 { max-width: 900px; margin-left: -.055em; text-transform: uppercase; }
.hero h1::first-line { color: var(--white); }
.hero-intro { max-width: 650px; margin: 28px 0 34px; font-size: clamp(1.05rem, 1.7vw, 1.32rem); line-height: 1.45; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 24px; border: 2px solid transparent; font-size: .8rem; font-weight: 900; letter-spacing: .07em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--ink); color: var(--white); }
.button-ghost { border-color: var(--ink); color: var(--ink); }
.button-ghost:hover { background: var(--ink); color: var(--white); }
.button-ghost-dark { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-ghost-dark:hover { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: .8rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { font-size: 1.35rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link.dark { color: var(--ink); }
.hero-fact { position: absolute; z-index: 3; right: max(24px, calc((100% - 1180px)/2)); bottom: 0; display: flex; flex-direction: column; min-width: 230px; padding: 22px 26px; background: var(--cream); color: var(--ink); }
.hero-fact span { color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-fact strong { font-size: 1.05rem; }

.ticker { overflow: hidden; background: var(--ink); color: var(--white); }
.ticker div { display: flex; width: max-content; align-items: center; gap: 28px; padding: 17px 0; animation: ticker 24s linear infinite; font-family: var(--display); font-weight: 900; font-size: 1.02rem; letter-spacing: .08em; text-transform: uppercase; }
.ticker div::after { content: "  Laufen  ●  Springen  ●  Werfen  ●  Gemeinsam wachsen  ●  Passau bewegen  ●"; white-space: pre; }
.ticker i { color: var(--red); font-size: .5rem; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker div { animation: none; } * { transition-duration: .01ms !important; } }

.section-head { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(280px,.65fr); align-items: end; gap: 70px; margin-bottom: 52px; }
.section-head h2 { max-width: 800px; }
.section-head > p { max-width: 480px; margin: 0; color: var(--muted); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 360px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.quick-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transition: color .2s ease, background .2s ease; }
.quick-card:not(.quick-card-photo):hover { background: var(--ink); color: var(--white); }
.quick-card-red { background: var(--red); color: var(--white); }
.quick-card-red:hover { background: var(--red-dark) !important; }
.quick-card-photo { color: var(--white); }
.quick-card-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.12)); }
.quick-card-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.quick-card-photo:hover img { transform: scale(1.04); }
.quick-card > *:not(img) { position: relative; z-index: 1; }
.card-number { font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.quick-card p { margin: 0 0 5px; font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.quick-card h3 { font-size: clamp(2rem, 3vw, 3rem); text-transform: uppercase; }
.card-arrow { position: absolute !important; top: 22px; right: 25px; font-size: 1.5rem; }

.news-section { background: var(--ink); color: var(--white); }
.section-title-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 56px; }
.section-title-row h2 { max-width: 800px; }
.news-grid { display: grid; grid-template-columns: 1.34fr .83fr .83fr; gap: 22px; }
.news-card { border-top: 1px solid rgba(255,255,255,.28); padding-top: 22px; }
.news-image { position: relative; display: block; aspect-ratio: 1 / .72; overflow: hidden; background: #333; }
.news-card-featured .news-image { aspect-ratio: 1/.68; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.news-image img.is-logo-fallback { box-sizing: border-box; object-fit: contain; padding: clamp(32px, 6vw, 72px); background: #f4f4f2; }
.news-image:hover img { transform: scale(1.035); }
.news-image span { position: absolute; left: 0; bottom: 0; padding: 9px 12px; background: var(--red); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.news-copy { padding: 23px 2px 0; }
.news-type { margin: 0 0 12px; color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-copy h3 { margin-bottom: 15px; font-size: clamp(1.45rem, 2.3vw, 2.4rem); line-height: 1.04; letter-spacing: -.035em; }
.news-copy h3 a:hover { color: var(--red); }
.news-copy > p:not(.news-type) { color: #aaa; font-size: .95rem; }
.news-copy .text-link { margin-top: 6px; color: #ddd; }

.schedule-grid { display: grid; grid-template-columns: .78fr 1.45fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.schedule-intro { position: sticky; top: 140px; }
.schedule-intro p:not(.eyebrow) { max-width: 430px; margin: 28px 0; color: var(--muted); }
.schedule-list { border-top: 2px solid var(--ink); }
.schedule-list a { display: grid; grid-template-columns: 64px 1fr auto; gap: 20px; align-items: center; min-height: 122px; padding: 20px 10px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.schedule-list a:hover { padding-inline: 20px; background: var(--white); }
.schedule-list > a > span { display: grid; place-items: center; width: 48px; height: 48px; background: var(--red); color: var(--white); font-size: .8rem; font-weight: 900; }
.schedule-list strong, .schedule-list small { display: block; }
.schedule-list strong { margin-bottom: 2px; font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.1; }
.schedule-list small { color: var(--muted); }
.schedule-list time { font-family: var(--display); font-weight: 900; font-size: 1.35rem; }

.community-section { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 700px; background: var(--red); color: var(--white); }
.community-image img { width: 100%; height: 100%; object-fit: cover; }
.community-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px); }
.community-copy h2 { margin-bottom: 32px; }
.community-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.82); }
.community-copy .button { align-self: flex-start; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 36px 0 44px; padding-block: 24px; border-block: 1px solid rgba(255,255,255,.35); }
.stat-row strong, .stat-row span { display: block; }
.stat-row strong { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.stat-row span { margin-top: 8px; font-size: .69rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.sponsor-head { margin-bottom: 36px; }
.sponsor-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--white); }
.sponsor-grid > a { display: grid; min-width: 0; place-items: center; min-height: 190px; overflow: hidden; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sponsor-grid img { width: 100%; max-width: 190px; height: 92px; object-fit: contain; object-position: center; filter: grayscale(1); opacity: .78; transition: filter .2s, opacity .2s; }
.sponsor-grid > a:hover img { filter: none; opacity: 1; }

.home-events { background: var(--white); }
.home-events-grid { display: grid; grid-template-columns: 1.5fr .5fr; gap: 28px; align-items: start; }
.home-events .event-card:first-child { padding-top: 0; }
.home-events .event-card h3 { margin-bottom: 12px; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.home-events .event-card h3 a:hover { color: var(--red); }
.calendar-card { position: relative; display: block; overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.calendar-card img { width: 100%; max-height: 520px; object-fit: contain; }
.calendar-card span { display: block; padding: 15px 18px; background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.final-cta { overflow: hidden; background: var(--red); color: var(--white); text-align: center; }
.final-cta-inner { position: relative; padding-block: clamp(82px, 11vw, 150px); }
.final-cta-inner::before, .final-cta-inner::after { content: ""; position: absolute; top: -20%; bottom: -20%; width: 1px; background: rgba(255,255,255,.2); transform: rotate(16deg); }
.final-cta-inner::before { left: 15%; } .final-cta-inner::after { right: 15%; }
.final-cta h2 { max-width: 1000px; margin: 0 auto 24px; font-size: clamp(3rem, 7vw, 7rem); text-transform: uppercase; }
.final-cta p:not(.eyebrow) { margin-bottom: 34px; font-size: 1.18rem; }

.site-footer { background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .7fr .9fr 1.25fr; gap: 50px; padding-block: 78px 62px; }
.footer-brand img { max-width: 230px; background: var(--white); }
.footer-brand p { margin-top: 22px; color: #999; font-family: var(--display); font-size: 1.3rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.footer-grid h2 { margin-bottom: 20px; font-family: var(--body); font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 9px 0; }
.footer-grid a:hover { color: var(--red); }
.footer-grid > div > p { color: #aaa; font-size: .9rem; }
.footer-search { display: flex; margin-top: 22px; }
.footer-search input { min-width: 0; width: 100%; height: 42px; padding: 8px 10px; border: 1px solid #444; border-right: 0; border-radius: 0; background: #202020; color: var(--white); font: inherit; font-size: .82rem; }
.footer-search button { width: 44px; border: 1px solid #444; background: var(--red); color: var(--white); font-size: 1.1rem; }
.footer-action { padding: 30px; border: 1px solid #3d3d3d; }
.footer-action .eyebrow { color: var(--red); }
.footer-action h2 { margin-bottom: 24px; font-family: var(--display); font-size: 2rem; letter-spacing: -.04em; text-transform: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid #333; color: #777; font-size: .75rem; }
.footer-bottom div { display: flex; gap: 24px; }

.page-hero { position: relative; display: flex; align-items: end; min-height: 390px; overflow: hidden; padding-block: 100px 70px; background: var(--ink); color: var(--white); }
.page-hero::after { content: ""; position: absolute; top: -100px; right: 8%; width: 170px; height: 650px; background: var(--red); transform: rotate(15deg); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1100px; font-size: clamp(3.5rem, 8vw, 7.5rem); text-transform: uppercase; }
.small-hero { min-height: 330px; }
.prose { max-width: 940px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 1.15em 0 .45em; font-size: clamp(2rem, 4vw, 3.5rem); }
.prose h3 { margin: 1.2em 0 .4em; }
.prose a:not(.button) { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.3em; }
.table-scroll { width: 100%; margin: 42px 0; overflow-x: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); }
.prose table { width: 100%; min-width: 850px; border-collapse: collapse; background: var(--white); font-size: .88rem; line-height: 1.45; }
.prose th { background: var(--ink); color: var(--white); text-align: left; }
.prose th, .prose td { padding: 15px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose tbody tr:hover { background: #fbfaf7; }
.content-cta { margin-top: 60px; padding: clamp(35px, 6vw, 70px); background: var(--red); color: var(--white); }
.content-cta h2 { margin-top: 0; }
.content-cta p { max-width: 670px; }
.step-grid, .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-block: 50px; background: var(--line); border: 1px solid var(--line); }
.step-grid > div, .value-grid > div { padding: 34px; background: var(--white); }
.step-grid span { display: inline-block; margin-bottom: 50px; color: var(--red); font-weight: 900; }
.step-grid h2, .value-grid h3 { margin-top: 0; font-size: 1.75rem; }
.club-history { margin-block: clamp(70px, 10vw, 120px); }
.club-history > h2 { max-width: 760px; margin-top: 10px; }
.club-history > p:not(.eyebrow) { max-width: 760px; }
.history-timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 42px; border: 1px solid var(--line); background: var(--line); }
.history-timeline article { padding: clamp(26px, 4vw, 38px); background: var(--white); }
.history-timeline time { display: block; min-height: 44px; color: var(--red); font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.history-timeline h3 { margin: 16px 0 18px; font-size: clamp(1.5rem, 2.4vw, 2rem); }
.history-timeline p { margin: 0; color: var(--muted); font-size: .92rem; }
.history-sources { margin-top: 24px; color: var(--muted); font-size: .82rem; }
.history-note { margin-block: 54px; padding: clamp(30px, 5vw, 52px); border-left: 6px solid var(--red); background: var(--white); }
.history-note h2 { margin-top: 0; }
.history-note p:last-child { margin-bottom: 0; }
.link-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-block: 38px; }
.link-card-grid a { position: relative; min-height: 130px; padding: 22px; border: 1px solid var(--ink); color: var(--ink) !important; text-decoration: none !important; transition: background .2s ease, color .2s ease; }
.link-card-grid strong, .link-card-grid span { display: block; }
.link-card-grid strong { font-family: var(--display); font-size: 1.7rem; line-height: 1.1; }
.link-card-grid span { margin-top: 26px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.link-card-grid a:hover { background: var(--ink); color: var(--white) !important; }
.link-card-grid a:hover span { color: #aaa; }
.document-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-block: 46px; }
.document-grid a { display: flex; min-height: 190px; flex-direction: column; padding: 24px; border: 1px solid var(--line); background: var(--white); color: var(--ink) !important; text-decoration: none !important; transition: border-color .2s ease, transform .2s ease; }
.document-grid a:hover { border-color: var(--red); transform: translateY(-2px); }
.document-grid span { color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.document-grid strong { margin-top: 20px; font-family: var(--display); font-size: 1.65rem; line-height: 1.05; }
.document-grid small { margin-top: auto; color: var(--muted); }
.legal-note { margin: 34px 0; padding: 22px; border-left: 5px solid #d79918; background: #fff3cf; color: #4c3810; }

.resource-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); align-items: end; gap: 60px; margin-bottom: 52px; }
.resource-intro .eyebrow { grid-column: 1/-1; margin-bottom: -38px; }
.resource-intro h2 { max-width: 760px; font-size: clamp(2.6rem, 5vw, 5rem); }
.resource-intro > p:last-child { max-width: 500px; margin: 0; color: var(--muted); }
.newsletter-years { border-top: 2px solid var(--ink); }
.newsletter-year { display: grid; grid-template-columns: 170px 1fr; gap: 34px; padding-block: 32px; border-bottom: 1px solid var(--line); }
.newsletter-year > h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.download-card { display: flex; min-height: 152px; flex-direction: column; padding: 20px; border: 1px solid var(--line); background: var(--white); transition: border-color .2s ease, transform .2s ease; }
.download-card:hover { border-color: var(--red); transform: translateY(-2px); }
.download-card > span { color: var(--red); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.download-card strong { margin-top: 10px; font-family: var(--display); font-size: 1.35rem; line-height: 1.05; }
.download-card small { display: flex; justify-content: space-between; margin-top: auto; color: var(--muted); }
.download-card i { color: var(--red); font-size: 1rem; font-style: normal; }

.record-search { display: block; margin-bottom: 32px; }
.record-search span { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.record-search input { width: 100%; min-height: 56px; padding: 13px 16px; border: 1px solid var(--ink); border-radius: 0; background: var(--white); color: var(--ink); font: inherit; }
.record-search input:focus { outline: 3px solid rgba(227,41,47,.22); outline-offset: 1px; }
.record-groups { border-top: 2px solid var(--ink); }
.record-group { border-bottom: 1px solid var(--ink); }
.record-group[hidden] { display: none; }
.record-group summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 4px; cursor: pointer; list-style: none; }
.record-group summary::-webkit-details-marker { display: none; }
.record-group summary strong { font-family: var(--display); font-size: clamp(1.4rem, 2.5vw, 2.1rem); }
.record-group summary span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.record-group summary::after { content: "+"; color: var(--red); font-size: 1.6rem; font-weight: 700; }
.record-group[open] summary::after { content: "−"; }
.record-table-wrap { margin-bottom: 30px; overflow-x: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); }
.record-table { width: 100%; min-width: 760px; border-collapse: collapse; background: var(--white); font-size: .88rem; }
.record-table th { padding: 13px 14px; background: var(--ink); color: var(--white); text-align: left; }
.record-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.record-table tbody tr:nth-child(even) { background: #f3f1ec; }
.record-table td:first-child { font-weight: 800; }
.record-empty { padding: 28px; border: 1px solid var(--line); background: var(--white); }

.coach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 42px; border: 1px solid var(--line); background: var(--line); }
.coach-card { min-height: 270px; padding: 28px; background: var(--white); }
.coach-card > span { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 42px; background: var(--red); color: var(--white); font-family: var(--display); font-size: 1.7rem; font-weight: 900; }
.coach-card p { margin-bottom: 9px; color: var(--red); font-size: .67rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.coach-card h2 { margin-bottom: 18px; font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
.coach-card a { display: block; margin-top: 4px; color: var(--muted); font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 48px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.location-grid article { min-height: 310px; padding: 30px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.location-grid article > span { color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.location-grid h2 { margin: 68px 0 20px; font-size: clamp(1.8rem, 3vw, 3rem); }
.location-grid p { color: var(--muted); }

.event-grid { border-top: 2px solid var(--ink); }
.event-card { display: grid; grid-template-columns: 150px 1fr; gap: 34px; padding-block: 34px; border-bottom: 1px solid var(--line); }
.event-card time { display: flex; min-height: 130px; flex-direction: column; align-items: center; justify-content: center; background: var(--red); color: var(--white); text-align: center; }
.event-card time strong { font-family: var(--display); font-size: 3.2rem; line-height: .9; }
.event-card time span { margin-top: 10px; font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.event-card h2 { margin-bottom: 13px; font-size: clamp(1.8rem, 3.5vw, 3rem); }
.event-card h2 a:hover { color: var(--red); }
.event-card p:not(.news-type) { max-width: 720px; color: var(--muted); }
.event-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }

.site-search-form { padding-bottom: 42px; border-bottom: 2px solid var(--ink); }
.site-search-form label { display: block; margin-bottom: 10px; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.site-search-form > div { display: flex; }
.site-search-form input { flex: 1; min-width: 0; min-height: 56px; padding: 13px 16px; border: 1px solid var(--ink); border-right: 0; border-radius: 0; background: var(--white); font: inherit; }
.search-count { margin: 32px 0; color: var(--muted); }
.search-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.search-results article { min-height: 270px; padding: 28px; background: var(--white); }
.search-results h2 { margin-bottom: 15px; font-size: clamp(1.5rem, 3vw, 2.4rem); }
.search-results h2 a:hover { color: var(--red); }
.search-results article > p:not(.news-type) { color: var(--muted); }

.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 28px; }
.year-overview { padding-block: clamp(58px, 8vw, 96px) 48px; border-bottom: 1px solid var(--line); }
.year-overview-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 60px; margin-bottom: 36px; }
.year-overview-head h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); }
.year-overview-head > p { max-width: 480px; margin: 0; color: var(--muted); }
.year-overview-head .text-link { justify-self: end; }
.year-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.year-card { position: relative; min-height: 132px; padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transition: background .2s ease, color .2s ease; }
.year-card strong, .year-card span { display: block; }
.year-card strong { font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.1rem); line-height: 1; letter-spacing: -.04em; }
.year-card span { margin-top: 12px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.year-card i { position: absolute; top: 20px; right: 21px; font-size: 1.2rem; font-style: normal; }
.year-card:hover, .year-card.is-active { background: var(--ink); color: var(--white); }
.year-card:hover span, .year-card.is-active span { color: #aaa; }
.year-card.is-active::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: 0; height: 4px; background: var(--red); }
.archive-listing { padding-block: clamp(64px, 9vw, 118px) clamp(86px, 11vw, 140px); }
.archive-card .archive-image { display: block; aspect-ratio: 1/.67; overflow: hidden; margin-bottom: 24px; background: #ddd; }
.archive-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.archive-card img.is-logo-fallback { box-sizing: border-box; object-fit: contain; padding: clamp(30px, 7vw, 72px); background: #f4f4f2; }
.archive-card:hover img { transform: scale(1.035); }
.archive-card h2 { margin-bottom: 16px; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.archive-card h2 a:hover { color: var(--red); }
.navigation.pagination { grid-column: 1/-1; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; border: 1px solid var(--ink); }
.page-numbers.current, .page-numbers:hover { background: var(--ink); color: var(--white); }

.single-post { padding-block: 100px 130px; }
.single-header { max-width: 980px; }
.single-header h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
.single-header .lead { max-width: 800px; margin: 34px 0 50px; color: var(--muted); }
.single-image { display: flex; width: min(980px, calc(100% - 48px)); flex-direction: column; align-items: center; margin: 0 auto 64px; }
.single-image img { width: auto; max-width: 100%; height: auto; max-height: min(680px, 76vh); object-fit: contain; }
.single-image figcaption { width: 100%; margin-top: 10px; color: var(--muted); font-size: .76rem; line-height: 1.45; text-align: right; }
.post-content { max-width: 760px; }
.post-content .wp-block-gallery.has-nested-images {
  display: block;
  columns: 2;
  column-gap: 16px;
  margin: 24px 0 48px;
}
.post-content .wp-block-gallery.has-nested-images > .wp-block-image {
  display: block;
  width: 100% !important;
  margin: 0 0 16px !important;
  overflow: visible;
  break-inside: avoid;
}
.post-content .wp-block-gallery.has-nested-images > .wp-block-image a {
  display: block;
  width: 100%;
}
.post-content .wp-block-gallery.has-nested-images > .wp-block-image img {
  width: 100%;
  height: auto;
  transition: transform .35s ease;
}
.post-content .wp-block-gallery .wp-element-caption { margin: 8px 2px 0; color: var(--muted); font-size: .74rem; line-height: 1.4; text-align: left; }
.post-content .wp-block-gallery.has-nested-images > .wp-block-image a:hover img { transform: scale(1.025); }
.post-content .lac-result-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 42px; padding: 0; list-style: none; }
.post-content .lac-result-links a { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 14px; border: 1px solid var(--line); background: var(--white); font-size: .82rem; font-weight: 800; text-decoration: none; }
.post-content .lac-result-links a:hover { border-color: var(--red); background: var(--red); color: var(--white); }
.post-back { max-width: 760px; margin-top: 60px; }

@media (max-width: 1050px) {
  .header-inner { min-height: 76px; }
  .brand { width: 205px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-navigation { position: absolute; top: 100%; right: 0; left: 0; display: none; max-height: calc(100dvh - 76px); overflow-y: auto; overscroll-behavior: contain; padding: 28px max(24px, calc((100% - 1180px) / 2)); border-top: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 32px rgba(0,0,0,.13); }
  .primary-navigation.is-open { display: block; }
  .site-menu { display: block; }
  .site-menu li { border-bottom: 1px solid var(--line); }
  .site-menu a, .site-menu li.menu-cta > a, .site-menu a.menu-cta { display: flex; min-height: 64px; padding: 0; background: transparent; color: var(--ink); font-family: var(--display); font-size: 1.5rem; }
  .site-menu > .menu-item-has-children > a::before { margin-left: auto; font-size: 1rem; }
  .site-menu .sub-menu { position: static; min-width: 0; margin: -2px 0 10px 18px; padding: 0 0 0 15px; visibility: visible; border-left: 2px solid var(--red); background: transparent; box-shadow: none; opacity: 1; transform: none; transition: none; }
  .site-menu .menu-item-has-children:hover > .sub-menu, .site-menu .menu-item-has-children:focus-within > .sub-menu { transform: none; }
  .site-menu .sub-menu li { border: 0; }
  .site-menu .sub-menu a { min-height: 44px; padding: 4px 12px; color: var(--muted); font-family: var(--body); font-size: .92rem; letter-spacing: .035em; }
  .site-menu .sub-menu a:hover, .site-menu .sub-menu .current-menu-item > a { padding-inline: 12px; background: var(--red); color: var(--white); }
  .site-menu li.menu-cta > a, .site-menu a.menu-cta { color: var(--red); }
  .site-menu li.menu-cta > a:hover, .site-menu a.menu-cta:hover { padding-inline: 16px; background: var(--red); color: var(--white); }
  .community-section { grid-template-columns: 1fr; }
  .home-events-grid { grid-template-columns: 1fr; }
  .calendar-card { max-width: 430px; }
  .community-image { min-height: 560px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .year-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .download-grid, .coach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  :root { --wrap: min(calc(100% - 30px), 1180px); }
  body { font-size: 16px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.6rem); overflow-wrap: anywhere; }
  h2 { font-size: clamp(2.15rem, 10vw, 3.7rem); overflow-wrap: anywhere; }
  h3 { overflow-wrap: anywhere; }
  .wrap-wide { width: calc(100% - 30px); }
  .section-pad { padding-block: clamp(58px, 15vw, 86px); }
  .button { min-height: 52px; padding: 13px 20px; }
  .eyebrow { margin-bottom: 14px; }
  .topline-inner > span { display: none; }
  .topline-inner { justify-content: center; }
  .topline-inner div { width: 100%; justify-content: space-between; gap: 12px; }
  .header-inner { min-height: 68px; }
  .brand { width: min(190px, calc(100vw - 94px)); }
  .nav-toggle { width: 46px; height: 46px; flex: 0 0 auto; }
  .primary-navigation { max-height: calc(100dvh - 68px); padding: 18px 15px 34px; }
  .site-menu a, .site-menu li.menu-cta > a, .site-menu a.menu-cta { min-height: 60px; font-size: 1.38rem; }
  .hero { min-height: max(590px, calc(100svh - 104px)); }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.92) 2%, rgba(0,0,0,.52) 78%, rgba(0,0,0,.2)); }
  .hero-stripe { display: none; }
  .hero-content { padding-block: 68px 76px; }
  .hero h1 { font-size: clamp(3rem, 15.2vw, 5rem); }
  .hero-intro { margin: 22px 0 28px; font-size: 1.02rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { min-height: 44px; }
  .hero-fact { right: 15px; padding: 14px 18px; min-width: 185px; }
  .section-head, .schedule-grid, .year-overview-head, .resource-intro { grid-template-columns: 1fr; gap: 30px; }
  .section-head { margin-bottom: 36px; }
  .resource-intro .eyebrow { grid-column: auto; margin-bottom: -16px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 190px; padding: 22px; }
  .quick-card h3 { font-size: clamp(1.85rem, 10vw, 2.65rem); }
  .section-title-row { align-items: flex-start; flex-direction: column; gap: 28px; margin-bottom: 38px; }
  .news-grid { grid-template-columns: 1fr; gap: 44px; }
  .news-card, .news-card-featured { border-top: 0; }
  .news-image, .news-card-featured .news-image { aspect-ratio: 1/.65; }
  .news-copy { padding-top: 18px; }
  .schedule-intro { position: static; }
  .schedule-list a { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 14px; min-height: 104px; padding-inline: 0; }
  .schedule-list > a > span { width: 44px; height: 44px; }
  .schedule-list time { grid-column: auto; font-size: 1.1rem; }
  .community-image { min-height: 380px; }
  .community-copy { padding-inline: 24px; }
  .community-copy h2 { margin-bottom: 24px; }
  .stat-row { grid-template-columns: 1fr; gap: 0; margin-block: 28px 34px; padding-block: 0; }
  .stat-row > div { display: grid; grid-template-columns: 95px 1fr; align-items: center; gap: 14px; padding-block: 15px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .stat-row > div:last-child { border-bottom: 0; }
  .stat-row span { margin-top: 0; font-size: .65rem; }
  .sponsor-grid { grid-template-columns: repeat(2, 1fr); }
  .sponsor-grid > a { min-height: 140px; padding: 25px; }
  .sponsor-grid img { max-width: 200px; height: 80px; }
  .final-cta-inner { padding-block: 76px; }
  .final-cta h2 { font-size: clamp(2.6rem, 13vw, 4.5rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 38px; padding-block: 58px 44px; }
  .footer-brand img { max-width: 200px; }
  .footer-action { padding: 24px; }
  .footer-bottom { gap: 18px; align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; row-gap: 8px; }
  .page-hero { min-height: 250px; padding-block: 68px 48px; }
  .page-hero::after { right: -80px; }
  .page-hero h1 { max-width: calc(100% - 18px); font-size: clamp(2.6rem, 13vw, 4.5rem); overflow-wrap: anywhere; }
  .small-hero { min-height: 230px; }
  .prose { min-width: 0; }
  .prose h2 { font-size: clamp(2rem, 9.5vw, 3rem); }
  .prose pre, .prose code { white-space: pre-wrap; overflow-wrap: anywhere; }
  .prose iframe, .prose video { max-width: 100%; }
  .content-cta { margin-top: 44px; padding: 30px 22px; }
  .step-grid, .value-grid, .history-timeline, .archive-grid { grid-template-columns: 1fr; }
  .step-grid, .value-grid { margin-block: 36px; }
  .step-grid > div, .value-grid > div { padding: 26px 22px; }
  .step-grid span { margin-bottom: 25px; }
  .year-overview-head .text-link { justify-self: start; }
  .year-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .year-card { min-height: 112px; padding: 18px; }
  .year-card i { top: 16px; right: 17px; }
  .year-card.is-active::after { left: 18px; right: 18px; }
  .single-post { padding-block: 58px 84px; }
  .single-header h1 { font-size: clamp(2.55rem, 12vw, 4.4rem); overflow-wrap: anywhere; }
  .single-header .lead { margin-bottom: 36px; }
  .single-image { width: calc(100% - 30px); margin-bottom: 42px; }
  .single-image figcaption { text-align: left; }
  .post-content .wp-block-gallery.has-nested-images { columns: 1; column-gap: 0; }
  .newsletter-year { grid-template-columns: 1fr; }
  .download-grid, .coach-grid, .location-grid, .search-results, .link-card-grid, .document-grid { grid-template-columns: 1fr; }
  .newsletter-year { gap: 20px; padding-block: 26px; }
  .coach-card, .location-grid article, .search-results article { min-height: 0; padding: 24px 22px; }
  .coach-card > span { margin-bottom: 30px; }
  .coach-card a { overflow-wrap: anywhere; }
  .location-grid h2 { margin-top: 42px; }
  .event-card { grid-template-columns: 84px minmax(0, 1fr); gap: 18px; padding-block: 26px; }
  .event-card time { min-height: 92px; }
  .event-card time strong { font-size: 2.25rem; }
  .archive-grid { gap: 50px; }
  .archive-listing { padding-top: 58px; }
  .record-group summary { align-items: flex-start; }
  .record-group summary span { flex: 0 0 auto; padding-top: 5px; }
  .record-table-wrap { margin-right: -15px; border-right: 0; }
}

@media (max-width: 430px) {
  .topline { font-size: .65rem; }
  .topline-inner { min-height: 34px; }
  .topline-inner div { justify-content: center; }
  .topline-inner a:first-child { display: none; }
  .brand { width: min(178px, calc(100vw - 86px)); }
  .hero-fact { display: none; }
  .hero { min-height: max(560px, calc(100svh - 102px)); }
  .hero-content { padding-block: 54px 62px; }
  .hero h1 { font-size: clamp(2.75rem, 14.5vw, 4rem); }
  .schedule-list a { grid-template-columns: 44px minmax(0, 1fr); padding-inline: 0; }
  .schedule-list a:hover { padding-inline: 6px; }
  .schedule-list time { grid-column: 2; margin-top: -6px; }
  .sponsor-grid { grid-template-columns: 1fr; }
  .sponsor-grid > a { min-height: 126px; padding: 22px 28px; }
  .sponsor-grid img { max-width: 240px; height: 80px; }
  .event-card { grid-template-columns: 1fr; gap: 18px; }
  .event-card time { min-height: 72px; flex-direction: row; gap: 10px; justify-content: flex-start; padding: 12px 16px; text-align: left; }
  .event-card time strong { font-size: 2rem; }
  .event-card time span { margin-top: 0; }
  .site-search-form > div { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .site-search-form input { border-right: 1px solid var(--ink); }
  .site-search-form .button { width: 100%; }
  .event-links { display: grid; grid-template-columns: 1fr; }
  .event-links .button, .post-back .button, .content-cta .button { width: 100%; }
  .record-group summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 10px; }
  .record-group summary span { grid-column: 1; grid-row: 2; padding-top: 0; }
  .record-group summary::after { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
}

@media (max-width: 360px) {
  :root { --wrap: min(calc(100% - 24px), 1180px); }
  .wrap-wide, .single-image { width: calc(100% - 24px); }
  .primary-navigation { padding-inline: 12px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-intro { font-size: .96rem; }
  .quick-card { min-height: 170px; padding: 19px; }
  .community-copy { padding-inline: 18px; }
  .page-hero h1, .single-header h1 { font-size: 2.45rem; }
  .record-table-wrap { margin-right: -12px; }
}

@media (hover: none) {
  .button:hover, .document-grid a:hover, .download-card:hover { transform: none; }
}
