:root {
    --ink: #15231d;
    --forest: #173a2d;
    --forest-2: #214b3a;
    --paper: #f5f1e8;
    --paper-2: #ebe5d9;
    --white: #fffdf8;
    --accent: #d7ef6f;
    --coral: #de7048;
    --muted: #667169;
    --line: rgba(21, 35, 29, .16);
    --shadow: 0 24px 70px rgba(16, 36, 27, .12);
    --radius: 28px;
    --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Aptos", "Segoe UI Variable", "Segoe UI", system-ui, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3 { line-height: .98; letter-spacing: -.045em; margin: 0; font-weight: 760; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 9vw, 7.8rem); }
h2 { font-size: clamp(2.4rem, 5.2vw, 5.25rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.08; }
p { margin: 0 0 1.25rem; }
.shell { width: var(--shell); 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; left: 20px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--accent); border-radius: 10px; font-weight: 700; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 15; background: rgba(245, 241, 232, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 40px rgba(18, 43, 32, .06); }
.header-inner { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: max-content; }
.brand-logo { width: 54px; height: 54px; flex: none; object-fit: cover; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 2px rgba(21, 35, 29, .1); }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50% 50% 48% 52% / 42% 58% 44% 56%; background: var(--forest); color: var(--accent); font-size: 1.4rem; font-weight: 900; letter-spacing: -.08em; transform: rotate(-4deg); }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { max-width: 230px; font-size: 1rem; line-height: 1.15; letter-spacing: -.02em; }
.main-nav { display: flex; align-items: center; gap: 3px; }
.main-nav a { padding: 10px 12px; border-radius: 99px; text-decoration: none; font-size: .9rem; font-weight: 700; }
.main-nav a:hover, .main-nav a.active { background: var(--white); }
.main-nav a.active { box-shadow: inset 0 0 0 1px var(--line); }
.main-nav a.nav-instagram { margin-left: 5px; display: inline-flex; align-items: center; gap: 7px; background: var(--forest); color: var(--white); box-shadow: none; }
.main-nav a.nav-instagram:hover { background: var(--coral); }
.nav-instagram span { transition: transform .18s; }
.nav-instagram:hover span { transform: translate(2px, -2px); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: var(--forest); border-radius: 50%; place-content: center; gap: 4px; }
.menu-toggle > span:not(.sr-only) { width: 19px; height: 2px; border-radius: 2px; background: var(--accent); }

.hero { position: relative; overflow: hidden; background: var(--forest); color: var(--white); min-height: calc(100svh - 90px); display: flex; flex-direction: column; }
.hero::after { content: ""; position: absolute; width: 680px; height: 680px; left: -260px; bottom: -470px; border: 110px solid var(--forest-2); border-radius: 50%; opacity: .75; }
.hero-grid { position: relative; z-index: 1; flex: 1; display: grid; grid-template-columns: 1fr; align-items: center; padding-block: clamp(70px, 9vh, 120px); }
.hero-copy { max-width: 1040px; }
.hero h1 { max-width: 1040px; margin-block: 18px 32px; font-size: clamp(3.5rem, 8vw, 7rem); }
.hero h1::first-line { color: var(--accent); }
.hero-text { max-width: 690px; font-size: clamp(1.2rem, 2vw, 1.55rem); color: rgba(255, 253, 248, .78); line-height: 1.45; }
.eyebrow { margin: 0 0 15px; font-size: .75rem; line-height: 1.3; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.button-row { margin-top: 42px; display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 14px 24px; border: 0; border-radius: 99px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: var(--white); }
.button-dark { background: var(--forest); color: var(--white); }
.button-dark:hover { background: var(--ink); }
.text-link { display: inline-flex; gap: 10px; align-items: center; text-underline-offset: 6px; text-decoration-thickness: 1px; font-weight: 750; }
.text-link span { transition: transform .18s; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--white); }
.hero-ticker { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: clamp(15px, 3vw, 45px); min-height: 70px; padding: 18px 25px; overflow: hidden; background: var(--accent); color: var(--ink); font-weight: 900; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; }
.hero-ticker i { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }

.section { padding-block: clamp(85px, 11vw, 150px); }
.section-intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: minmax(130px, .55fr) minmax(0, 2fr); gap: 60px; }
.intro-grid h2 { max-width: 850px; }
.large-copy { max-width: 820px; margin-block: 38px 30px; font-size: clamp(1.25rem, 2vw, 1.65rem); color: #44544b; line-height: 1.55; }
.section-news { background: var(--paper); }
.section-heading { margin-bottom: 52px; display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; background: var(--white); border: 1px solid rgba(21, 35, 29, .08); border-radius: var(--radius); transition: transform .22s, box-shadow .22s; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.news-card-featured { grid-column: span 2; background: var(--forest); color: var(--white); }
.news-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 30px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.news-card-featured .news-meta { color: rgba(255, 255, 255, .6); }
.news-meta span + span::before { content: "·"; margin-right: 18px; }
.news-card h3, .news-card h2 { max-width: 700px; margin-bottom: 22px; font-size: clamp(1.7rem, 3vw, 3.35rem); }
.news-card:not(.news-card-featured) h3, .news-card:not(.news-card-featured) h2 { font-size: clamp(1.55rem, 2.1vw, 2.25rem); }
.news-card h3 a, .news-card h2 a { text-decoration: none; }
.news-card p { max-width: 620px; color: var(--muted); }
.news-card-featured p { color: rgba(255, 255, 255, .68); }
.card-arrow { margin-top: auto; align-self: end; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--ink); text-decoration: none; font-size: 1.4rem; }
.news-card-featured .card-arrow { background: var(--accent); }
.section-events { background: var(--accent); }
.events-layout { display: grid; grid-template-columns: .8fr 1.3fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.events-layout > div:first-child { position: sticky; top: 130px; }
.events-layout h2 { margin-bottom: 24px; }
.events-layout .button { margin-top: 25px; }
.event-list { border-top: 1px solid rgba(21, 35, 29, .25); }
.event-row { display: grid; grid-template-columns: 100px 1fr; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(21, 35, 29, .25); }
.event-row h3 { margin-bottom: 9px; }
.event-row p { margin: 0; color: #4d5b50; }
.event-date { width: 84px; height: 84px; display: grid; place-content: center; text-align: center; background: var(--forest); color: var(--white); border-radius: 50%; line-height: 1; }
.event-date strong { font-size: 2rem; letter-spacing: -.06em; }
.event-date span { margin-top: 5px; font-size: .65rem; letter-spacing: .1em; font-weight: 800; }
.cta-band { padding-block: clamp(90px, 11vw, 150px); background: var(--coral); }
.cta-band-inner { display: grid; grid-template-columns: .5fr 2fr auto; gap: 35px; align-items: end; }
.cta-band h2 { max-width: 780px; }

.page-hero { padding-block: clamp(90px, 13vw, 170px); background: var(--forest); color: var(--white); }
.page-hero .shell { position: relative; }
.page-hero h1 { max-width: 1020px; color: var(--accent); }
.page-hero p:last-child { max-width: 760px; margin: 34px 0 0; font-size: clamp(1.18rem, 2vw, 1.5rem); color: rgba(255, 255, 255, .72); }
.page-hero-warm { background: var(--coral); color: var(--ink); }
.page-hero-warm h1 { color: var(--ink); }
.page-hero-warm p:last-child { color: rgba(21, 35, 29, .72); }
.page-hero-contact { padding-block: clamp(65px, 8vw, 105px); background: var(--accent); color: var(--ink); }
.page-hero-contact h1 { color: var(--ink); }
.page-hero-contact p:last-child { color: rgba(21, 35, 29, .72); }
.page-hero-verein { background: var(--ink); }
.verein-jump { margin-top: -28px; padding: 12px; position: relative; z-index: 3; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; background: var(--accent); border: 1px solid rgba(21,35,29,.18); border-radius: 18px; box-shadow: var(--shadow); }
.verein-jump a { padding: 10px 16px; border-radius: 99px; text-decoration: none; font-size: .84rem; font-weight: 850; }
.verein-jump a:hover { background: var(--white); }
.verein-intro { background: var(--white); }
.verein-prose { max-width: 900px; }
.verein-section { scroll-margin-top: 110px; border-top: 1px solid var(--line); }
.verein-section:nth-of-type(even) { background: var(--white); }
.verein-section-grid { display: grid; grid-template-columns: minmax(220px,.65fr) minmax(0,1.35fr); gap: clamp(40px,8vw,110px); align-items: start; }
.verein-section-grid > div:first-child { position: sticky; top: 125px; }
.verein-section-grid h2 { font-size: clamp(2.5rem,5vw,4.8rem); overflow-wrap: anywhere; hyphens: auto; }
.verein-section-baukommission .verein-section-grid { grid-template-columns: minmax(360px,.85fr) minmax(0,1.15fr); gap: clamp(40px,6vw,80px); }
.verein-section-baukommission .verein-section-grid h2 { font-size: clamp(2.5rem,4vw,4rem); }
.verein-section .prose h3 { padding-top: .25rem; font-size: clamp(1.35rem,2.4vw,2rem); }
.verein-details { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.verein-details summary { padding: 24px 28px; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 850; list-style: none; }
.verein-details summary::-webkit-details-marker { display: none; }
.verein-details summary span { font-size: 1.5rem; line-height: 1; transition: transform .2s; }
.verein-details[open] summary span { transform: rotate(45deg); }
.verein-details .prose { padding: 0 28px 32px; }
.membership-section { padding-block: clamp(55px, 8vw, 95px); scroll-margin-top: 110px; background: var(--accent); }
.membership-card { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(40px, 8vw, 100px); align-items: center; }
.membership-card h2 { max-width: 760px; font-size: clamp(2.6rem, 5.5vw, 5.4rem); }
.membership-copy { max-width: 740px; margin-top: 28px; }
.membership-copy > *:last-child { margin-bottom: 0; }
.membership-download { padding: clamp(22px, 4vw, 34px); display: grid; gap: 18px; justify-items: start; background: var(--white); border: 1px solid rgba(21,35,29,.18); border-radius: 22px; box-shadow: 0 18px 45px rgba(21,35,29,.1); }
.membership-download > span { color: var(--muted); font-size: .74rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.membership-download .button { width: 100%; text-align: center; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(45px, 9vw, 130px); align-items: start; }
.content-main { max-width: 800px; }
.content-layout-legal { display: block; }
.content-layout-legal .content-main { max-width: 920px; }
.prose { font-size: 1.08rem; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 2.7rem 0 1.3rem; font-size: clamp(2.1rem, 4vw, 3.7rem); }
.prose h3 { margin: 2.3rem 0 1rem; }
.prose p, .prose li { color: #425148; }
.prose a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.prose ul, .prose ol { padding-left: 1.4rem; }
.prose li { margin-bottom: .65rem; padding-left: .4rem; }
.prose blockquote { margin: 2.5rem 0; padding: 25px 30px; border-left: 5px solid var(--coral); background: var(--white); font-size: 1.25rem; }
.contact-simple-section { padding-block: clamp(65px, 8vw, 105px); background: var(--white); }
.contact-simple { max-width: 820px; margin-inline: auto; text-align: center; }
.contact-simple h2 { margin-bottom: 28px; }
.contact-simple > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 36px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.contact-email-box { width: 100%; padding: clamp(22px, 4vw, 34px); display: grid; gap: 24px; background: var(--accent); border: 2px solid var(--ink); border-radius: 20px; text-align: left; }
.contact-email-text { color: var(--ink); font-size: clamp(1.05rem, 3vw, 1.55rem); font-weight: 850; overflow-wrap: anywhere; cursor: text; user-select: text; }
.contact-email-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.contact-copy { min-height: 54px; padding: 14px 24px; color: var(--ink); background: var(--white); border: 1px solid var(--ink); border-radius: 99px; font-weight: 800; cursor: pointer; }
.contact-copy:hover { background: var(--paper); }
input, textarea, select { width: 100%; padding: 15px 16px; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-radius: 12px; outline: 0; }
input:focus, textarea:focus, select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(23, 58, 45, .12); }
textarea { resize: vertical; }
.article-header { padding-block: 90px 75px; background: var(--forest); color: var(--white); }
.article-shell { max-width: 850px; }
.article-header h1 { margin-block: 25px 30px; font-size: clamp(3rem, 7vw, 6.2rem); }
.article-header .lead { font-size: 1.35rem; color: rgba(255, 255, 255, .7); }
.back-link { display: inline-block; margin-bottom: 50px; font-weight: 750; text-underline-offset: 5px; }
.article-page > .prose { padding-block: clamp(70px, 10vw, 120px); }
.article-image { margin-top: 50px; }
.article-image img { width: 100%; max-height: 650px; object-fit: cover; border-radius: var(--radius); }
.news-grid-archive .news-card-featured { grid-column: auto; }
.event-archive { max-width: 900px; }
.event-detail { display: grid; grid-template-columns: 130px 1fr; gap: 45px; padding: 45px 0; border-bottom: 1px solid var(--line); }
.event-detail h2 { margin-bottom: 25px; font-size: clamp(2rem, 4vw, 3.6rem); }
.event-date-large { width: 110px; height: 110px; }
.event-date-large strong { font-size: 2.6rem; }
.empty-state { grid-column: 1 / -1; padding: 45px; background: var(--white); border-radius: var(--radius); }
.page-hero-gallery { background: var(--ink); }
.gallery-back { display: inline-block; margin-bottom: 28px; color: var(--accent); font-weight: 800; text-underline-offset: 5px; }
.album-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.album-card { min-width: 0; overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.album-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.album-cover { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-2); }
.album-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.album-card:hover .album-cover img { transform: scale(1.03); }
.album-card-copy { padding: 23px; }
.album-card-copy p { margin: 0 0 9px; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.album-card-copy h2 { margin: 0 0 24px; font-size: clamp(1.45rem, 2.5vw, 2.1rem); line-height: 1.05; }
.album-card-copy span { font-size: .84rem; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; gap: 18px; }
.gallery-item { position: relative; min-width: 0; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--paper-2); border-radius: var(--radius); }
.gallery-item-large { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 42px 20px 17px; color: var(--white); background: linear-gradient(transparent, rgba(10, 20, 15, .78)); font-size: .86rem; font-weight: 700; }
.gallery-empty { display: grid; grid-template-columns: 140px 1fr; gap: 30px; align-items: center; }
.gallery-empty-logo { width: 140px; height: 140px; object-fit: cover; border-radius: 50%; }
.notice { margin-top: 18px; padding: 14px 18px; border-radius: 12px; font-weight: 700; }
.notice-success { background: #d8f0c0; }
.notice-error { background: #ffd7ca; }
.error-page { min-height: 70vh; display: grid; align-items: center; padding-block: 90px; }
.error-page h1 { max-width: 900px; font-size: clamp(3rem, 8vw, 7rem); }
.error-page p { max-width: 700px; margin: 30px 0; font-size: 1.3rem; color: var(--muted); }

.site-footer { padding: 80px 0 25px; background: var(--ink); color: var(--white); }
.footer-logo { width: 88px; height: 88px; object-fit: cover; border-radius: 50%; background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 55px; }
.footer-lead p { max-width: 260px; margin-top: 25px; font-size: 1.4rem; font-weight: 700; line-height: 1.25; }
.brand-mark-light { background: var(--accent); color: var(--ink); }
.footer-grid strong { display: block; margin-bottom: 17px; color: var(--accent); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid p { color: rgba(255, 255, 255, .65); }
.footer-grid a { color: var(--white); text-underline-offset: 4px; }
.footer-contact-links { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.footer-social-link { font-weight: 700; }
.footer-partners { margin-top: 48px; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255, 255, 255, .16); }
.footer-partners > strong { color: var(--accent); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-partner-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-partner { width: 180px; height: 80px; padding: 14px 18px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--white); border-radius: 12px; line-height: 0; transition: transform .18s ease, background .18s ease; }
.footer-partner:hover { transform: translateY(-2px); background: var(--paper); }
.footer-partner img { width: auto; height: 52px; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.footer-bottom { margin-top: 65px; padding-top: 23px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 25px; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .5); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-credit { text-transform: none; letter-spacing: normal; }
.footer-credit a { color: var(--white); font-weight: 700; text-underline-offset: 4px; }

@media (max-width: 960px) {
    :root { --shell: min(100% - 30px, 760px); }
    .header-inner { height: 76px; }
    .menu-toggle { display: grid; z-index: 2; }
    .main-nav { position: fixed; inset: 76px 0 auto; max-height: calc(100svh - 76px); padding: 22px 20px 30px; display: grid; gap: 5px; overflow: auto; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s; }
    .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
    .main-nav a { padding: 12px 15px; font-size: 1rem; }
    .main-nav a.nav-instagram { margin: 8px 0 0; justify-content: space-between; }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr; padding-block: 80px; }
    .hero-ticker { justify-content: start; overflow-x: hidden; }
    .news-grid { grid-template-columns: 1fr 1fr; }
    .news-card-featured { grid-column: span 2; }
    .events-layout { grid-template-columns: 1fr; }
    .events-layout > div:first-child { position: static; }
    .cta-band-inner { grid-template-columns: 1fr; align-items: start; }
    .content-layout { grid-template-columns: 1fr; }
    .verein-section-grid { grid-template-columns: 1fr; }
    .verein-section-baukommission .verein-section-grid { grid-template-columns: 1fr; }
    .verein-section-grid > div:first-child { position: static; }
    .membership-card { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .album-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 640px) {
    :root { --shell: calc(100% - 24px); --radius: 22px; }
    body { font-size: 16px; }
    .brand-mark, .brand-logo { width: 43px; height: 43px; }
    .brand-copy strong { font-size: 1.02rem; }
    .hero-grid { padding-block: 60px 70px; }
    .hero h1 { font-size: clamp(2.85rem, 13.2vw, 4rem); overflow-wrap: anywhere; hyphens: auto; }
    .button-row { align-items: flex-start; flex-direction: column; }
    .hero-ticker { min-height: auto; padding: 16px 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; white-space: normal; }
    .hero-ticker span { min-width: 0; text-align: center; font-size: .68rem; line-height: 1.25; overflow-wrap: anywhere; }
    .hero-ticker i { display: none; }
    .intro-grid { grid-template-columns: 1fr; gap: 25px; }
    .section-heading { align-items: start; flex-direction: column; }
    .news-grid { grid-template-columns: 1fr; }
    .news-card, .news-card-featured { grid-column: auto; min-height: 350px; padding: 24px; }
    .event-row { grid-template-columns: 78px 1fr; gap: 20px; }
    .event-date { width: 70px; height: 70px; }
    .event-detail { grid-template-columns: 1fr; gap: 25px; }
    .event-date-large { width: 94px; height: 94px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item-large { grid-column: auto; grid-row: auto; }
    .gallery-empty { grid-template-columns: 1fr; text-align: center; }
    .gallery-empty-logo { margin-inline: auto; }
    .contact-email-actions { align-items: stretch; flex-direction: column; }
    .contact-email-actions > * { width: 100%; }
    .album-grid { grid-template-columns: 1fr; }
    .verein-jump { margin-top: -16px; display: grid; grid-template-columns: 1fr 1fr; }
    .verein-jump a { padding: 9px 8px; text-align: center; font-size: .72rem; }
    .verein-details summary { padding: 20px; }
    .verein-details .prose { padding: 0 20px 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-partners { align-items: flex-start; flex-direction: column; }
    .footer-partner { width: 145px; height: 66px; padding: 11px 14px; }
    .footer-partner img { height: 44px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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