@font-face { font-family: "DM Sans"; src: url("assets/fonts/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("assets/fonts/dm-sans-latin-ext.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; unicode-range: U+0100-024F, U+1E00-1EFF; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 600 800; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2"); font-style: normal; font-weight: 600 800; font-display: swap; unicode-range: U+0100-024F, U+1E00-1EFF; }

:root {
  --red: #d71920;
  --red-dark: #ad1015;
  --ink: #17191c;
  --muted: #6a6d72;
  --cream: #f5f2ed;
  --paper: #fff;
  --line: #dedbd5;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(17, 18, 20, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; 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; top: 8px; left: 8px; z-index: 99; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(23,25,28,.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 70px; height: 50px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font: 800 17px/1 "Manrope", sans-serif; letter-spacing: -.025em; color: var(--ink); }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .01em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: .25s ease; }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 11px 17px; color: white; background: var(--red); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; place-content: center; gap: 5px; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--ink); }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; color: white; overflow: hidden; padding-top: 78px; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url("assets/vereinsleben.webp") center 56% / cover no-repeat; transform: scale(1.015); }
.hero-overlay { background: linear-gradient(90deg, rgba(12,13,15,.89) 0%, rgba(12,13,15,.63) 43%, rgba(12,13,15,.08) 78%), linear-gradient(0deg, rgba(0,0,0,.34), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-block: 90px 140px; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #ff8e91; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.045em; margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(56px, 7.2vw, 98px); line-height: .95; }
h1 em { color: #ff575c; font-style: normal; }
.hero-lead { max-width: 590px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.55); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-fact { position: absolute; right: max(20px, calc((100vw - 1180px)/2)); bottom: 0; z-index: 2; display: flex; background: white; color: var(--ink); border-radius: 16px 16px 0 0; overflow: hidden; box-shadow: var(--shadow); }
.hero-fact span { min-width: 150px; padding: 22px 24px; border-right: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.hero-fact span:last-child { border: 0; }
.hero-fact strong { display: block; color: var(--ink); font: 800 22px/1.1 "Manrope"; }

.quick-links { position: relative; z-index: 4; margin-top: -1px; background: var(--cream); padding: 28px 0; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: white; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.quick-grid a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; padding: 24px 26px; border-right: 1px solid var(--line); }
.quick-grid a:last-child { border: 0; }
.quick-grid a:hover b { color: var(--red); transform: translate(2px,-2px); }
.quick-grid small, .quick-grid strong { display: block; }
.quick-grid small { color: var(--muted); }
.quick-grid strong { font-family: "Manrope"; }
.quick-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #fbe7e8; color: var(--red); font-size: 20px; }
.quick-grid b { transition: .2s ease; }

.section { padding: 110px 0; }
.section-heading { margin-bottom: 50px; }
.split-heading, .schedule-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.section-heading h2, .membership-copy h2, .story-copy h2, .contact-band h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; }
.section-heading > p, .schedule-heading > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 17px; }
.sports-section { background: var(--cream); }
.sport-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 280px 280px; gap: 18px; }
.sport-card { position: relative; min-height: 250px; padding: 28px; overflow: hidden; border-radius: var(--radius); }
.sport-card-featured { grid-row: span 2; color: white; }
.sport-card-featured img, .sport-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sport-card-featured img { object-position: 66% center; }
.sport-card-shade { background: linear-gradient(0deg, rgba(0,0,0,.78), transparent 65%); }
.sport-card-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.sport-number { font: 700 12px "Manrope"; opacity: .7; }
.sport-card h3 { margin-bottom: 8px; font-size: 28px; }
.sport-card p { margin: 0; opacity: .8; }
.card-arrow { position: absolute; right: 0; bottom: 0; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 22px; }
.red-card { background: var(--red); color: white; }
.pale-card { background: #e9e3da; }
.dark-card { grid-column: span 2; background: var(--ink); color: white; }
.sport-icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 18px 0 14px; border: 1px solid currentColor; border-radius: 14px; opacity: .92; }
.sport-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.red-card .sport-icon { color: white; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.35); }
.pale-card .sport-icon { color: var(--red); background: rgba(215,25,32,.06); border-color: rgba(215,25,32,.2); }
.dark-card .sport-icon { color: #ff666b; background: rgba(215,25,32,.08); border-color: rgba(255,102,107,.3); }
.sport-card a { display: inline-block; margin-top: 20px; font-weight: 700; font-size: 14px; }

.schedule-section { color: white; background: var(--ink); }
.schedule-heading > p { color: #aeb0b3; }
.day-tabs { display: flex; gap: 8px; margin-bottom: 24px; overflow-x: auto; padding-bottom: 4px; }
.day-tab { min-width: 54px; padding: 11px 17px; color: #b9bbbe; background: #25282c; border: 1px solid #34383d; border-radius: 999px; cursor: pointer; }
.day-tab.active { color: white; background: var(--red); border-color: var(--red); }
.schedule-list { border-top: 1px solid #373a3e; }
.schedule-item { display: grid; grid-template-columns: 130px 160px 1fr 220px; align-items: center; gap: 18px; padding: 20px 12px; border-bottom: 1px solid #34373b; }
.schedule-item .day { color: #9c9fa4; }
.schedule-item .time { font: 700 19px "Manrope"; }
.schedule-item h3 { margin: 0; font-size: 20px; letter-spacing: -.02em; }
.schedule-item .contact { color: #aeb0b3; font-size: 14px; }
.empty-state { padding: 40px 0; color: #aaa; }

.gallery-section { background: var(--cream); }
.venue-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 250px 250px; gap: 16px; }
.venue-gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; border-radius: 20px; background: #d8d4ce; }
.venue-gallery .venue-large { grid-row: 1 / 3; }
.venue-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.venue-gallery figure:hover img { transform: scale(1.025); }
.venue-gallery figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 11px 13px; color: white; background: rgba(16,18,20,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; backdrop-filter: blur(7px); font-size: 13px; font-weight: 700; }

.events-section { background: white; }
.events-section[hidden] { display: none; }
.event-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card { display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: start; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); }
.event-date { display: grid; place-items: center; aspect-ratio: 1; color: white; background: var(--red); border-radius: 14px; }
.event-date strong { font: 800 24px/1 "Manrope"; }
.event-date span { font-size: 11px; text-transform: uppercase; }
.event-card p { margin: 0 0 5px; color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.event-card h3 { margin-bottom: 8px; font-size: 20px; letter-spacing: -.02em; }
.event-card > div:last-child > span { color: var(--muted); font-size: 13px; }

.membership-section { background: white; }
.membership-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.membership-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 34px; }
.check-list li { position: relative; padding: 10px 0 10px 36px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.document-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px 18px; }
.document-actions > a:not(.button) { color: var(--ink); border-bottom: 1px solid #bcb8b2; font-size: 13px; font-weight: 700; }
.price-panel { padding: 22px 34px; background: var(--cream); border-radius: 28px; }
.price-panel > p { margin: 0 0 8px; color: var(--muted); font-weight: 700; }
.price-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.price-row strong { font: 800 44px/1 "Manrope"; letter-spacing: -.05em; }
.price-row small { font: 600 13px "DM Sans"; letter-spacing: 0; color: var(--muted); }
.price-featured { color: var(--red); }
.price-note { display: block; padding: 20px 0 5px; color: var(--muted); line-height: 1.5; }

.story-section { background: var(--cream); overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.story-collage { position: relative; min-height: 570px; }
.story-main { position: absolute; inset: 0 70px 70px 0; width: calc(100% - 70px); height: calc(100% - 70px); object-fit: cover; border-radius: 22px; }
.story-small { position: absolute; right: 0; bottom: 0; width: 43%; height: 250px; object-fit: cover; border: 10px solid var(--cream); border-radius: 18px; }
.since-badge { position: absolute; top: 32px; right: 24px; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; color: white; background: var(--red); border-radius: 50%; transform: rotate(6deg); }
.since-badge strong { font: 800 28px/1 "Manrope"; }
.since-badge span { font-size: 12px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
blockquote { margin: 30px 0; padding: 0 0 0 24px; border-left: 3px solid var(--red); font: 700 20px/1.45 "Manrope"; }
.board-preview { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.board-preview small, .board-preview strong { display: block; }
.board-preview small { color: var(--muted); }
.board-preview a { color: var(--red); font-weight: 700; }

.contact-band { padding: 85px 0; color: white; background: var(--red); }
.contact-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.contact-band h2 { margin-bottom: 12px; }
.contact-band p:not(.eyebrow) { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.button-white { color: var(--red); background: white; }
.contact-email { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.5); }
.route-link { color: white; font-size: 13px; font-weight: 700; }

.site-footer { padding: 60px 0 24px; color: #d6d7d9; background: #101214; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: 14px; }
.footer-grid > div > strong { margin-bottom: 8px; color: white; }
.footer-grid a { color: #a5a8ac; }
.footer-grid a:hover { color: white; }
.footer-brand { display: flex; gap: 15px; align-items: center; }
.footer-brand img { width: 76px; height: 56px; object-fit: contain; }
.footer-brand p { margin: 0; color: #a5a8ac; }
.footer-brand strong { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid #2b2e32; color: #777b80; font-size: 12px; }

@media (max-width: 900px) {
  .menu-toggle { display: grid; }
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: white; border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { min-height: 720px; }
  .hero-fact { right: 20px; left: 20px; }
  .hero-fact span { min-width: 0; flex: 1; }
  .split-heading, .schedule-heading, .membership-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .sport-grid { grid-template-columns: 1fr 1fr; }
  .sport-card-featured { grid-row: span 2; }
  .dark-card { grid-column: 2; }
  .schedule-item { grid-template-columns: 100px 130px 1fr; }
  .schedule-item .contact { display: none; }
  .story-collage { min-height: 500px; }
  .contact-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .event-list { grid-template-columns: 1fr 1fr; }
  .venue-gallery { grid-template-rows: 220px 220px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 62px; height: 44px; }
  .brand { gap: 8px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 9px; }
  .main-nav { top: 68px; left: 14px; right: 14px; }
  .hero { min-height: 700px; padding-top: 68px; align-items: flex-start; }
  .hero-media { background-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10,11,13,.88), rgba(10,11,13,.35)), linear-gradient(0deg, rgba(0,0,0,.5), transparent 60%); }
  .hero-content { padding-top: 88px; }
  h1 { font-size: 52px; }
  .hero-lead { font-size: 17px; }
  .hero-fact { display: none; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section-heading h2, .membership-copy h2, .story-copy h2, .contact-band h2 { font-size: 40px; }
  .sport-grid { display: flex; flex-direction: column; }
  .sport-card { min-height: 290px; }
  .sport-card-featured { min-height: 430px; }
  .schedule-item { grid-template-columns: 75px 1fr; gap: 8px 16px; }
  .schedule-item .day { grid-row: span 2; }
  .schedule-item h3 { font-size: 17px; }
  .membership-grid { gap: 50px; }
  .price-panel { padding: 18px 22px; }
  .price-row strong { font-size: 34px; }
  .story-collage { min-height: 430px; }
  .story-main { inset: 0 35px 55px 0; width: calc(100% - 35px); height: calc(100% - 55px); }
  .story-small { width: 48%; height: 180px; }
  .since-badge { width: 96px; height: 96px; right: 0; }
  .contact-band { padding: 70px 0; }
  .button-white { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .event-list { grid-template-columns: 1fr; }
  .venue-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 330px 180px; }
  .venue-gallery .venue-large { grid-column: 1 / -1; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
