:root {
    --blue-950: #032e5c;
    --blue-900: #063f78;
    --blue-800: #07528f;
    --blue-700: #0870b6;
    --blue-600: #35a8e0;
    --blue-100: #e5f5fc;
    --gold: #ffd400;
    --gold-light: #ffe76a;
    --red: #e21b23;
    --cream: #f7fbff;
    --white: #fff;
    --ink: #07345f;
    --muted: #536b81;
    --line: #cfe2ef;
    --danger: #c9161d;
    --success: #197143;
    --shadow: 0 22px 60px rgb(6 63 120 / 14%);
    --radius: 20px;
    --container: min(1180px, calc(100% - 48px));
    --font-family: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-padding-top: 88px;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden;
}

body.nav-open { overflow: hidden; }
body.dialog-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; position: relative; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--gold); left: 20px; padding: 10px 16px; position: fixed; top: -60px; z-index: 1000; }
.skip-link:focus { top: 20px; }

.eyebrow {
    align-items: center;
    color: var(--blue-700);
    display: flex;
    font-size: .73rem;
    font-weight: 850;
    gap: 12px;
    letter-spacing: .18em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.eyebrow::before { background: var(--red); content: ""; height: 3px; width: 32px; }
.eyebrow--light { color: var(--gold-light); }

.section-heading h2, .contact-copy h2 {
    font-family: var(--font-family);
    font-size: clamp(2.6rem, 5.3vw, 5rem);
    font-weight: 400;
    letter-spacing: -.045em;
    margin-bottom: 26px;
}

.section-heading h2 span, .contact-copy h2 span { color: var(--blue-600); font-style: italic; }
.section-heading > p:last-child { color: var(--muted); max-width: 620px; }
.section-heading--center { margin: 0 0 64px; max-width: 720px; text-align: left; }
.section-heading--center .eyebrow { justify-content: flex-start; }
.section-heading--light { color: white; margin-bottom: 52px; }
.section-heading--light h2 span { color: var(--gold); }
.section-heading--light > p:last-child { color: rgb(255 255 255 / 68%); }
.section-heading--light > p.event-festive-greeting:last-child {
    color: var(--gold);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 800;
    line-height: 1.25;
    margin-top: 14px;
}
.event-festive-greeting span { color: var(--red); }

.site-header {
    align-items: center;
    color: white;
    display: flex;
    height: 88px;
    justify-content: space-between;
    left: 0;
    padding: 0 max(28px, calc((100vw - 1280px) / 2));
    position: fixed;
    right: 0;
    top: 0;
    transition: background .3s, box-shadow .3s, height .3s;
    z-index: 100;
}

.site-header.is-scrolled { background: rgb(6 63 120 / 96%); box-shadow: 0 8px 30px rgb(0 34 72 / 22%); height: 72px; backdrop-filter: blur(12px); }

.brand { align-items: center; display: inline-flex; gap: 12px; text-decoration: none; }
.brand-logo { background: white; border: 2px solid var(--gold); border-radius: 50%; height: 49px; object-fit: contain; padding: 3px; width: 49px; }
.brand-mark {
    align-items: center;
    background: var(--gold);
    border: 2px solid rgb(255 255 255 / 75%);
    border-radius: 50%;
    color: var(--blue-950);
    display: inline-flex;
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 900;
    height: 47px;
    justify-content: center;
    transform: rotate(-6deg);
    width: 47px;
}
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-family: var(--font-family); font-size: 1.25rem; white-space: nowrap; }
.brand small { font-size: .62rem; letter-spacing: .05em; margin-top: 4px; text-transform: none; white-space: nowrap; }

.main-nav { align-items: center; display: flex; gap: 24px; }
.main-nav a { font-size: .79rem; font-weight: 750; letter-spacing: .04em; position: relative; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { background: var(--gold); bottom: -7px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s; width: 100%; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { align-items: center; cursor: pointer; display: flex; font-size: .79rem; font-weight: 750; gap: 7px; letter-spacing: .04em; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { border-bottom: 1.5px solid currentColor; border-right: 1.5px solid currentColor; content: ""; height: 6px; margin-top: -4px; transform: rotate(45deg); transition: transform .2s; width: 6px; }
.nav-dropdown[open] summary::after { margin-top: 3px; transform: rotate(225deg); }
.nav-dropdown summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
.nav-dropdown:has(a.is-active) summary { color: var(--gold); }
.nav-submenu { background: var(--blue-950); border: 1px solid rgb(255 255 255 / 14%); border-radius: 12px; box-shadow: 0 16px 35px rgb(0 22 52 / 28%); display: grid; gap: 0; left: 50%; min-width: 190px; padding: 8px; position: absolute; top: calc(100% + 16px); transform: translateX(-50%); }
.nav-submenu a { border-radius: 7px; display: block; padding: 10px 12px; white-space: nowrap; }
.nav-submenu a:hover, .nav-submenu a.is-active { background: rgb(255 255 255 / 9%); color: var(--gold); }
.nav-submenu a::after { display: none; }
.nav-cta { border: 1px solid rgb(255 255 255 / 55%); border-radius: 999px; padding: 10px 19px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--blue-950); }
.nav-toggle { background: transparent; border: 0; display: none; height: 42px; padding: 9px; width: 46px; }
.nav-toggle > span:not(.sr-only) { background: white; display: block; height: 2px; margin: 5px 0; transition: transform .25s, opacity .25s; }

.flash {
    align-items: center;
    border-radius: 12px;
    box-shadow: var(--shadow);
    color: white;
    display: flex;
    font-weight: 700;
    gap: 25px;
    justify-content: space-between;
    left: 50%;
    max-width: calc(100% - 32px);
    padding: 16px 20px;
    position: fixed;
    top: 95px;
    transform: translateX(-50%);
    width: 620px;
    z-index: 200;
}
.flash--success { background: var(--success); }
.flash--error { background: var(--danger); }
.flash button { background: transparent; border: 0; color: white; font-size: 1.7rem; line-height: 1; }

.hero { align-items: center; color: white; display: flex; height: clamp(540px, 37vw, 710px); overflow: hidden; padding: 105px max(24px, calc((100vw - 1180px) / 2)) 75px; position: relative; width: 100%; }
.hero-image, .hero-overlay { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero-image { object-fit: cover; object-position: center bottom; }
.hero-overlay { background: linear-gradient(90deg, rgb(3 46 92 / 88%) 0%, rgb(6 63 120 / 62%) 48%, rgb(7 82 143 / 12%) 100%); }
.hero::after { background: var(--cream); bottom: -1px; clip-path: polygon(0 78%, 100% 0, 100% 100%, 0 100%); content: ""; height: 76px; left: 0; position: absolute; width: 100%; }
.hero-confetti { background-image: radial-gradient(circle, var(--gold) 0 2px, transparent 2.5px), radial-gradient(circle, var(--red) 0 2px, transparent 2.5px), radial-gradient(circle, var(--blue-600) 0 2px, transparent 2.5px); background-position: 0 0, 28px 36px, 48px 8px; background-size: 70px 70px; height: 360px; opacity: .62; position: absolute; right: -80px; top: 150px; transform: rotate(12deg); width: 420px; }
.hero-content { max-width: 830px; position: relative; z-index: 2; }
.hero h1 { font-family: var(--font-family); font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 700; letter-spacing: -.055em; margin: 0 0 24px; }
.hero h1 em { color: var(--blue-600); font-weight: 400; }
.hero h1 em.hero-accent--red { color: var(--red); }
.hero h1.hero-title--long { font-size: clamp(2.65rem, 4.4vw, 4.65rem); max-width: 1050px; }
.hero-title--long span { display: block; font-size: .5em; letter-spacing: -.025em; margin-top: 14px; }
.hero-copy { color: rgb(255 255 255 / 80%); font-size: clamp(1rem, 1.7vw, 1.25rem); max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: .78rem; font-weight: 850; justify-content: center; letter-spacing: .07em; min-height: 52px; padding: 13px 27px; text-decoration: none; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--blue-950); }
.button--gold:hover { background: var(--gold-light); box-shadow: 0 10px 28px rgb(255 212 0 / 28%); }
.button--ghost { border-color: rgb(255 255 255 / 55%); color: white; }
.button--ghost:hover { background: white; color: var(--blue-950); }
.button--primary { background: var(--blue-800); color: white; }
.button--small { font-size: .67rem; min-height: 41px; padding: 10px 17px; }

.scroll-cue { align-items: center; bottom: 58px; display: flex; flex-direction: column; font-size: .61rem; gap: 9px; letter-spacing: .18em; position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); text-decoration: none; text-transform: uppercase; z-index: 3; }
.scroll-cue span { border: 1px solid rgb(255 255 255 / 55%); border-radius: 999px; height: 48px; position: relative; width: 28px; }
.scroll-cue span::after { animation: scrollDown 1.6s infinite; background: var(--gold); border-radius: 50%; content: ""; height: 5px; left: 10px; position: absolute; top: 9px; width: 5px; }
@keyframes scrollDown { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(19px); } }

.intro-grid { display: grid; gap: 9vw; grid-template-columns: .9fr 1.1fr; }
.intro-copy .lead { color: var(--blue-900); font-size: 1.27rem; font-weight: 650; line-height: 1.55; }
.intro-copy > p:not(.lead) { color: var(--muted); }
.text-link { color: var(--blue-700); display: inline-block; font-size: .78rem; font-weight: 850; letter-spacing: .08em; margin-top: 16px; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--red); display: inline-block; font-size: 1.25rem; margin-left: 8px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.stats { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; padding-top: 42px; }
.stats--milestones { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.stats div { border-right: 1px solid var(--line); padding: 0 34px; }
.stats--milestones div { padding-inline: 24px; }
.stats div:first-child { padding-left: 0; }
.stats div:last-child { border: 0; }
.stats strong { color: var(--blue-800); display: block; font-family: var(--font-family); font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 700; line-height: 1; }
.stats strong span { color: var(--red); }
.stats small { color: var(--muted); display: block; font-size: .7rem; letter-spacing: .12em; margin-top: 11px; text-transform: uppercase; }

.image-break { height: clamp(360px, 52vw, 650px); overflow: hidden; position: relative; }
.image-break::after { background: linear-gradient(0deg, rgb(3 46 92 / 70%), transparent 60%); content: ""; inset: 0; position: absolute; }
.image-break img { height: 100%; object-fit: cover; width: 100%; }
.image-label { bottom: 35px; color: rgb(255 255 255 / 75%); font-size: .72rem; left: 50%; letter-spacing: .13em; position: absolute; text-transform: uppercase; transform: translateX(-50%); z-index: 2; }

.medals-section { background: linear-gradient(180deg, var(--cream), var(--blue-100)); overflow: hidden; }
.medal-carousel { align-items: center; display: grid; gap: 18px; grid-template-columns: 48px minmax(0, 1fr) 48px; }
.medal-viewport { margin: -34px 0; overflow-x: auto; padding: 34px 12px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.medal-viewport::-webkit-scrollbar { display: none; }
.medal-track { align-items: stretch; display: flex; gap: 24px; justify-content: center; min-width: 100%; width: max-content; }
.medal-card { background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgb(6 63 120 / 8%); flex: 0 0 clamp(165px, 18vw, 220px); margin: 0; padding: 20px 16px 16px; position: relative; scroll-snap-align: center; text-align: center; transition: box-shadow .25s, transform .25s; }
.medal-card:hover, .medal-card:focus-visible { box-shadow: 0 18px 42px rgb(6 63 120 / 19%); outline: none; transform: translateY(-4px); z-index: 2; }
.medal-image { align-items: center; aspect-ratio: 1; display: flex; justify-content: center; }
.medal-image img { filter: drop-shadow(0 8px 10px rgb(3 46 92 / 18%)); height: 100%; object-fit: contain; transition: filter .3s, transform .3s; width: 100%; }
.medal-card:hover .medal-image img, .medal-card:focus-visible .medal-image img { filter: drop-shadow(0 14px 16px rgb(3 46 92 / 24%)); transform: scale(1.16); }
.medal-card figcaption { color: var(--muted); font-size: .67rem; letter-spacing: .06em; margin-top: 15px; text-transform: uppercase; }
.medal-card figcaption strong { color: var(--blue-900); display: block; font-size: 1.15rem; margin-top: 2px; }
.medal-control { align-items: center; background: var(--blue-900); border: 0; border-radius: 50%; color: white; display: flex; font-size: 1.25rem; height: 48px; justify-content: center; transition: background .2s, transform .2s; width: 48px; z-index: 3; }
.medal-control:hover:not(:disabled) { background: var(--red); transform: scale(1.07); }
.medal-control:disabled { cursor: default; opacity: .28; }
.medals-empty { color: var(--muted); text-align: center; }

.galleries-section { background: white; }
.gallery-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.gallery-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgb(6 22 59 / 8%); color: var(--ink); overflow: hidden; padding: 0; text-align: left; transition: box-shadow .3s, transform .3s; width: 100%; }
.gallery-card:hover, .gallery-card:focus-visible { box-shadow: var(--shadow); outline: 3px solid transparent; transform: translateY(-6px); }
.gallery-card-cover { aspect-ratio: 4 / 3; background: var(--blue-100); display: block; overflow: hidden; }
.gallery-card-cover img { height: 100%; object-fit: cover; transition: transform .4s; width: 100%; }
.gallery-card:hover .gallery-card-cover img, .gallery-card:focus-visible .gallery-card-cover img { transform: scale(1.05); }
.gallery-card-copy { align-items: center; display: flex; gap: 18px; justify-content: space-between; padding: 21px 23px; }
.gallery-card-copy strong { font-family: var(--font-family); font-size: 1.15rem; line-height: 1.25; }
.gallery-card-copy small { color: var(--blue-700); flex: 0 0 auto; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gallery-empty { color: var(--muted); text-align: center; }
.gallery-dialog { background: white; border: 0; border-radius: var(--radius); box-shadow: 0 30px 90px rgb(0 0 0 / 40%); max-height: calc(100vh - 30px); max-width: calc(100% - 28px); overflow: auto; padding: clamp(22px, 4vw, 42px); width: 1120px; }
.gallery-dialog::backdrop { background: rgb(3 46 92 / 88%); backdrop-filter: blur(6px); }
.gallery-dialog-header { padding-right: 48px; }
.gallery-dialog-header .eyebrow { margin-bottom: 12px; }
.gallery-dialog-header h2 { color: var(--blue-900); font-family: var(--font-family); font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 25px; }
.gallery-carousel { align-items: center; display: grid; gap: 16px; grid-template-columns: 48px minmax(0, 1fr) 48px; }
.gallery-viewport { overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-viewport::-webkit-scrollbar { display: none; }
.gallery-track { align-items: stretch; display: flex; gap: 16px; }
.gallery-slide { background: var(--blue-950); border-radius: 14px; flex: 0 0 100%; margin: 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; }
.gallery-slide img { height: min(62vh, 680px); object-fit: contain; width: 100%; }
.gallery-slide figcaption { background: var(--blue-950); color: rgb(255 255 255 / 72%); font-size: .65rem; letter-spacing: .08em; padding: 8px 14px; text-align: center; text-transform: uppercase; }
.gallery-control { align-items: center; background: var(--blue-900); border: 0; border-radius: 50%; color: white; display: flex; font-size: 1.25rem; height: 48px; justify-content: center; transition: background .2s, transform .2s; width: 48px; }
.gallery-control:hover:not(:disabled), .gallery-control:focus-visible:not(:disabled) { background: var(--red); transform: scale(1.07); }
.gallery-control:disabled { cursor: default; opacity: .28; }
.gallery-counter { color: var(--muted); font-size: .72rem; margin: 16px 0 0; text-align: center; }
.gallery-counter strong { color: var(--blue-900); }

.site-news-section { background: white; }
.site-news-heading { align-items: end; display: flex; gap: 35px; justify-content: space-between; margin-bottom: 52px; }
.site-news-heading .section-heading h2 { margin-bottom: 18px; }
.site-news-heading .button { flex: 0 0 auto; margin-bottom: 14px; }
.site-news-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.site-news-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgb(6 22 59 / 7%); min-width: 0; overflow: hidden; transition: box-shadow .3s, transform .3s; }
.site-news-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.site-news-image { aspect-ratio: 3 / 2; background: var(--blue-100); display: block; overflow: hidden; }
.site-news-image img { height: 100%; object-fit: cover; transition: transform .4s; width: 100%; }
.site-news-card:hover .site-news-image img { transform: scale(1.045); }
.site-news-copy { padding: 22px; }
.site-news-meta { color: var(--blue-600); display: flex; flex-wrap: wrap; font-size: .59rem; font-weight: 800; gap: 5px 11px; letter-spacing: .06em; text-transform: uppercase; }
.site-news-meta span { color: var(--muted); }
.site-news-copy h3, .site-news-copy h2 { font-family: var(--font-family); font-size: 1.25rem; font-weight: 750; line-height: 1.2; margin: 11px 0 10px; }
.site-news-copy h3 a, .site-news-copy h2 a { text-decoration: none; }
.site-news-copy > p { color: var(--muted); display: -webkit-box; font-size: .78rem; line-height: 1.55; margin-bottom: 14px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.site-news-copy .text-link { font-size: .64rem; margin-top: 0; }
.site-news-empty { background: var(--blue-100); border-radius: var(--radius); padding: 35px; text-align: center; }
.site-news-empty h3, .site-news-empty h2 { font-family: var(--font-family); margin-bottom: 8px; }
.site-news-empty p { color: var(--muted); margin: 0; }

.news-section { background: var(--cream); }
.instagram-section { background: linear-gradient(180deg, var(--blue-100), var(--cream)); }

.flaemmchen-teaser-section { background: var(--cream); color: white; }
.flaemmchen-teaser { background: var(--blue-950); border: 0; border-radius: var(--radius); box-shadow: var(--shadow); color: white; display: block; min-height: 410px; overflow: hidden; position: relative; text-decoration: none; }
.flaemmchen-teaser::before { background: url("../img/hero-koelsche-flaemmchen-v2.png") center 38% / cover no-repeat; content: ""; inset: 0; opacity: .22; position: absolute; transition: opacity .3s ease; }
.flaemmchen-teaser::after { border: 1px solid rgb(255 255 255 / 10%); border-radius: 50%; content: ""; height: 420px; position: absolute; right: -155px; top: -205px; transition: transform .4s ease; width: 420px; }
.flaemmchen-teaser:hover::after { transform: scale(1.08); }
.flaemmchen-teaser:hover::before { opacity: .28; }
.flaemmchen-teaser-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; min-height: 410px; padding: clamp(42px, 7vw, 82px); position: relative; z-index: 1; }
.flaemmchen-teaser-copy .eyebrow { color: var(--gold-light); }
.flaemmchen-teaser-copy h2 { font-family: var(--font-family); font-size: clamp(3rem, 6vw, 5.7rem); font-weight: 400; letter-spacing: -.055em; margin-bottom: 27px; }
.flaemmchen-teaser-copy h2 span { color: var(--gold); font-style: italic; }
.flaemmchen-teaser-text { color: rgb(255 255 255 / 76%); font-size: 1.05rem; margin: 0 0 32px; max-width: 720px; }
.flaemmchen-teaser-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.flaemmchen-gallery[hidden] { display: none; }
.flaemmchen-gallery { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); margin-top: 28px; padding: clamp(26px, 5vw, 52px); }
.flaemmchen-gallery-heading { margin-bottom: 28px; }
.flaemmchen-gallery-heading .eyebrow { margin-bottom: 8px; }
.flaemmchen-gallery-heading h3 { color: var(--blue-900); font-family: var(--font-family); font-size: clamp(2.6rem, 5.3vw, 5rem); font-weight: 400; letter-spacing: -.045em; margin: 0; }
.flaemmchen-gallery-heading h3 span { color: var(--blue-600); font-style: italic; }
.flaemmchen-gallery-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flaemmchen-gallery-image { aspect-ratio: 4 / 3; background: var(--blue-100); border: 0; border-radius: 14px; box-shadow: 0 9px 24px rgb(6 63 120 / 11%); overflow: hidden; padding: 0; }
.flaemmchen-gallery-image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.flaemmchen-gallery-image:hover img, .flaemmchen-gallery-image:focus-visible img { transform: scale(1.055); }
.flaemmchen-gallery-image:focus-visible { outline: 4px solid var(--gold); outline-offset: 4px; }
.flaemmchen-gallery-dialog .gallery-slide { display: flex; }
.flaemmchen-gallery-dialog .gallery-slide img { max-height: min(68vh, 760px); }
.flaemmchen-page { background: var(--cream); }
.flaemmchen-main { padding-top: 0; }
.flaemmchen-hero { align-items: center; background: var(--blue-950); color: white; display: flex; min-height: clamp(560px, 42vw, 720px); overflow: hidden; position: relative; }
.flaemmchen-hero-background, .flaemmchen-hero-overlay { height: 100%; inset: 0; position: absolute; width: 100%; }
.flaemmchen-hero-background { object-fit: cover; object-position: center center; }
.flaemmchen-hero-overlay { background: linear-gradient(90deg, rgb(2 28 61 / 96%) 0%, rgb(3 46 92 / 88%) 30%, rgb(6 63 120 / 48%) 55%, rgb(6 63 120 / 8%) 78%); }
.flaemmchen-hero::after { background: var(--cream); bottom: -1px; clip-path: polygon(0 78%, 100% 0, 100% 100%, 0 100%); content: ""; height: 76px; left: 0; position: absolute; width: 100%; }
.flaemmchen-hero-inner { padding-bottom: clamp(105px, 10vw, 145px); padding-top: clamp(120px, 11vw, 165px); position: relative; width: min(1120px, calc(100% - 96px)); z-index: 1; }
.flaemmchen-hero-copy { position: relative; z-index: 1; }
.flaemmchen-hero-copy .eyebrow { color: var(--gold-light); }
.flaemmchen-hero h1 { font-family: var(--font-family); font-size: clamp(3.7rem, 8vw, 7.7rem); font-weight: 700; letter-spacing: -.065em; margin-bottom: 30px; }
.flaemmchen-hero h1 em { color: var(--gold); display: block; font-style: italic; font-weight: 400; }
.flaemmchen-hero-copy > p:not(.eyebrow) { color: rgb(255 255 255 / 82%); font-size: clamp(1.05rem, 1.8vw, 1.28rem); max-width: 590px; }
.flaemmchen-facts { background: white; }
.flaemmchen-fact-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flaemmchen-fact { background: var(--blue-100); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(25px, 4vw, 42px); }
.flaemmchen-fact strong { color: var(--blue-900); display: block; font-family: var(--font-family); font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.1; margin-bottom: 13px; }
.flaemmchen-fact p { color: var(--muted); margin: 0; }
.flaemmchen-invite { background: var(--blue-100); }
.flaemmchen-invite-grid { align-items: center; display: grid; gap: clamp(35px, 7vw, 90px); grid-template-columns: minmax(0, 1fr) auto; }
.flaemmchen-invite h2 { font-family: var(--font-family); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.05em; margin-bottom: 22px; }
.flaemmchen-invite h2 span { color: var(--blue-600); font-style: italic; }
.flaemmchen-invite-copy > p:last-child { color: var(--muted); font-size: 1.05rem; margin-bottom: 0; max-width: 720px; }
.flaemmchen-invite-actions { align-items: stretch; display: flex; flex-direction: column; gap: 12px; min-width: 245px; }
.news-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 52px; }
.news-heading .section-heading h2 { margin-bottom: 0; }
.instagram-profile-link { align-items: center; color: var(--blue-700); display: inline-flex; font-size: .75rem; font-weight: 800; gap: 8px; margin-bottom: 12px; text-decoration: none; }
.instagram-profile-link span, .instagram-glyph { align-items: center; background: linear-gradient(135deg, #6747c7, #d73578 55%, #f2ad42); border-radius: 50%; color: white; display: inline-flex; font-family: var(--font-family); justify-content: center; }
.instagram-profile-link span { height: 32px; width: 32px; }
.news-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.news-card { background: white; border-radius: var(--radius); box-shadow: 0 12px 35px rgb(6 22 59 / 7%); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.news-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.news-image { aspect-ratio: 1; background: var(--blue-100); display: block; overflow: hidden; position: relative; text-decoration: none; }
.news-image img { height: 100%; object-fit: cover; transition: transform .45s; width: 100%; }
.news-card:hover .news-image img { transform: scale(1.035); }
.news-image-fallback { align-items: center; color: var(--blue-700); display: flex; font-family: var(--font-family); font-size: 1.2rem; height: 100%; justify-content: center; }
.media-badge { background: rgb(6 63 120 / 88%); border-radius: 999px; color: white; font-size: .58rem; font-weight: 800; letter-spacing: .08em; padding: 6px 10px; position: absolute; right: 13px; text-transform: uppercase; top: 13px; }
.news-card-copy { padding: 24px; }
.news-card-copy time { color: var(--blue-600); font-size: .62rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.news-card-copy p { color: var(--muted); font-size: .87rem; line-height: 1.55; margin: 11px 0 19px; }
.news-card-copy > a { color: var(--blue-800); font-size: .66rem; font-weight: 850; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.news-card-copy > a span { color: var(--gold); margin-left: 5px; }
.news-empty { align-items: center; background: white; border: 1px solid var(--line); border-radius: var(--radius); display: grid; gap: 28px; grid-template-columns: auto 1fr auto; padding: clamp(25px, 5vw, 45px); }
.instagram-glyph { font-size: 2.3rem; height: 74px; width: 74px; }
.news-empty h3 { font-family: var(--font-family); font-size: 1.45rem; font-weight: 700; margin-bottom: 8px; }
.news-empty p { color: var(--muted); font-size: .85rem; margin: 0; max-width: 670px; }
.news-sync-note { color: #9298a5; font-size: .62rem; margin: 18px 0 0; text-align: right; }

.dreigestirne-section { background: linear-gradient(180deg, var(--cream), var(--blue-100)); }
.dreigestirne-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dreigestirne-toggle { display: flex; justify-content: center; margin-top: 38px; }
.dreigestirne-older { margin-top: 28px; }
.dreigestirne-older[hidden] { display: none; }
.dreigestirn-card { background: white; border: 0; border-radius: var(--radius); box-shadow: 0 12px 35px rgb(6 22 59 / 8%); color: inherit; cursor: pointer; min-width: 0; overflow: hidden; padding: 0; text-align: left; transition: box-shadow .3s, transform .3s; width: 100%; }
.dreigestirn-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.dreigestirn-card:focus-visible { box-shadow: var(--shadow); outline: 3px solid var(--blue-600); outline-offset: 4px; transform: translateY(-4px); }
.dreigestirn-year { background: var(--blue-900); color: white; display: block; font-family: var(--font-family); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 700; letter-spacing: -.04em; line-height: 1; padding: 20px 24px 17px; }
.dreigestirn-card-image { aspect-ratio: 1; background: var(--blue-100); display: block; overflow: hidden; }
.dreigestirn-card-image img { height: 100%; object-fit: cover; object-position: center top; transition: transform .45s; width: 100%; }
.dreigestirn-card:hover .dreigestirn-card-image img { transform: scale(1.035); }
.dreigestirn-card-copy { display: block; padding: 24px; }
.dreigestirn-card-copy strong { color: var(--blue-900); display: block; font-family: var(--font-family); font-size: 1.35rem; line-height: 1.2; margin-bottom: 11px; }
.dreigestirn-card-copy > span { color: var(--muted); display: block; font-size: .87rem; line-height: 1.55; }
.dreigestirn-card-copy small { color: var(--blue-800); display: block; font-size: .66rem; font-weight: 850; letter-spacing: .06em; margin-top: 19px; text-transform: uppercase; }
.dreigestirn-card-copy small span { color: var(--gold); margin-left: 5px; }
.dreigestirn-dialog { width: 1040px; }
.dreigestirn-dialog-header { margin-bottom: 32px; max-width: 820px; }
.dreigestirn-dialog-header h2 { color: var(--blue-900); font-family: var(--font-family); font-size: clamp(2.3rem, 5vw, 4rem); letter-spacing: -.045em; line-height: 1.05; margin: 8px 45px 24px 0; }
.dreigestirn-dialog-header > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin: 0 0 12px; }
.dreigestirn-dialog-gallery { columns: 2; column-gap: 16px; }
.dreigestirn-dialog-gallery figure { break-inside: avoid; margin: 0 0 16px; overflow: hidden; }
.dreigestirn-dialog-gallery img { border-radius: 14px; display: block; height: auto; width: 100%; }

.news-page { background: var(--cream); }
.news-main { min-height: calc(100vh - 180px); padding: 145px 0 90px; }
.news-archive .section-heading h1 { font-family: var(--font-family); font-size: clamp(3rem, 6vw, 5.2rem); font-weight: 400; letter-spacing: -.045em; margin-bottom: 22px; }
.news-archive .section-heading h1 span { color: var(--blue-600); font-style: italic; }
.news-archive .site-news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.news-not-found { background: white; border-radius: var(--radius); box-shadow: var(--shadow); max-width: 780px; padding: clamp(32px, 7vw, 70px); text-align: center; }
.news-not-found .eyebrow { justify-content: center; }
.news-not-found h1 { font-family: var(--font-family); font-size: clamp(2.3rem, 5vw, 4rem); }
.news-not-found p { color: var(--muted); }
.news-article { background: white; border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.news-article-header { align-items: center; display: grid; gap: clamp(30px, 6vw, 75px); grid-template-columns: 1.05fr .95fr; padding: clamp(30px, 6vw, 72px); }
.news-article-header h1 { font-family: var(--font-family); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 650; letter-spacing: -.045em; margin-bottom: 19px; }
.news-article-header > img { aspect-ratio: 3 / 2; border-radius: 18px; height: 100%; max-height: 470px; object-fit: cover; width: 100%; }
.news-article-meta { color: var(--blue-600); display: flex; flex-wrap: wrap; font-size: .65rem; font-weight: 800; gap: 8px 20px; letter-spacing: .08em; margin-bottom: 24px; text-transform: uppercase; }
.news-article-meta span { color: var(--muted); }
.news-article-lead { color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.news-article-body { border-top: 1px solid var(--line); color: #294d6d; font-size: 1rem; margin: 0 auto; max-width: 860px; padding: clamp(35px, 6vw, 70px) 24px; }
.news-article-body p { margin-bottom: 1.5em; }
.news-article-body p a { color: var(--blue-700); font-weight: 750; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .16em; }
.news-article-body p a:hover, .news-article-body p a:focus-visible { color: var(--blue-900); }
.news-article-gallery { background: var(--blue-100); padding: clamp(32px, 5vw, 60px); }
.news-article-gallery h2 { font-family: var(--font-family); font-size: 2rem; margin-bottom: 27px; text-align: center; }
.news-article-gallery > div { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.news-article-gallery a { border-radius: 13px; box-shadow: 0 8px 24px rgb(6 63 120 / 10%); overflow: hidden; }
.news-article-gallery img { aspect-ratio: 4 / 3; height: 100%; object-fit: cover; transition: transform .35s; width: 100%; }
.news-article-gallery a:hover img, .news-article-gallery a:focus-visible img { transform: scale(1.06); }
.news-article-footer { align-items: center; display: flex; gap: 25px; justify-content: center; padding: 40px 24px 55px; }
.news-article-footer .text-link { margin-top: 0; }

.about-section { background: var(--blue-100); }
.about-grid { align-items: start; display: grid; gap: 6vw; grid-template-columns: .75fr 1.25fr; }
.about-copy { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(28px, 4vw, 48px); }
.about-copy .lead { color: var(--blue-900); font-size: 1.27rem; font-weight: 650; line-height: 1.55; margin: 0; }
.about-copy > p:not(.lead), .about-copy-more p { color: var(--muted); line-height: 1.7; margin: 18px 0 0; }
.about-copy p a { color: var(--blue-700); font-weight: 750; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.about-copy p a:hover { color: var(--blue-900); }
.about-copy-more[hidden] { display: none; }
.about-signature strong { color: var(--blue-900); }
.about-toggle { margin-top: 26px; }

.board-section { background: white; }
.board-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
.board-card { background: var(--cream); border: 0; border-radius: var(--radius); color: inherit; cursor: pointer; overflow: hidden; padding: 0; text-align: left; transition: transform .3s, box-shadow .3s; width: 100%; }
.board-card:hover { box-shadow: var(--shadow); transform: translateY(-8px); }
.board-card:focus-visible { box-shadow: var(--shadow); outline: 3px solid var(--blue-600); outline-offset: 4px; transform: translateY(-4px); }
.portrait-placeholder { align-items: center; aspect-ratio: 4 / 4.7; background: linear-gradient(145deg, #dbe7ff, #8ca9de); color: rgb(7 26 69 / 48%); display: flex; flex-direction: column; justify-content: center; overflow: hidden; position: relative; }
.portrait-photo { aspect-ratio: 4 / 4.7; height: auto; object-fit: cover; object-position: center top; width: 100%; }
.portrait-placeholder::before, .portrait-placeholder::after { background: rgb(255 255 255 / 25%); border-radius: 50%; content: ""; position: absolute; }
.portrait-placeholder::before { height: 170px; right: -45px; top: -45px; width: 170px; }
.portrait-placeholder::after { bottom: -65px; height: 220px; left: -50px; width: 220px; }
.portrait-placeholder span { font-family: var(--font-family); font-size: 4rem; font-weight: 700; line-height: 1; z-index: 1; }
.portrait-placeholder small { font-size: .61rem; letter-spacing: .14em; margin-top: 14px; text-transform: uppercase; z-index: 1; }
.board-card--featured .portrait-placeholder { background: linear-gradient(145deg, var(--gold-light), #c49222); color: rgb(63 41 0 / 55%); }
.board-card-copy { padding: 23px; }
.board-card-copy p { color: var(--blue-600); font-size: .64rem; font-weight: 850; letter-spacing: .12em; margin-bottom: 9px; text-transform: uppercase; }
.board-card-copy h3 { font-family: var(--font-family); font-size: 1.35rem; font-weight: 700; margin: 0; }
.board-dialog { background: white; border: 0; border-radius: var(--radius); box-shadow: 0 30px 90px rgb(0 0 0 / 40%); max-height: calc(100vh - 30px); max-width: calc(100% - 28px); overflow: auto; padding: clamp(24px, 4vw, 42px); width: 850px; }
.board-dialog::backdrop { background: rgb(3 46 92 / 88%); backdrop-filter: blur(6px); }
.board-dialog-grid { align-items: center; display: grid; gap: clamp(28px, 5vw, 58px); grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); }
.board-dialog-media { border-radius: 16px; overflow: hidden; }
.board-dialog-photo { display: block; height: auto; max-height: min(70vh, 720px); object-fit: contain; width: 100%; }
.board-dialog-copy h2 { color: var(--blue-900); font-family: var(--font-family); font-size: clamp(2rem, 5vw, 3.6rem); letter-spacing: -.045em; margin-bottom: 30px; }
.board-contact-details { display: grid; gap: 20px; margin: 0; }
.board-contact-details > div { border-top: 1px solid var(--line); padding-top: 16px; }
.board-contact-details dt { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .11em; margin-bottom: 4px; text-transform: uppercase; }
.board-contact-details dd { color: var(--blue-900); font-size: 1rem; font-weight: 700; margin: 0; overflow-wrap: anywhere; }
.board-contact-details a { color: var(--blue-700); }

.statutes-section { background: var(--cream); }
.statutes-card { align-items: center; background: var(--blue-900); border-radius: var(--radius); box-shadow: var(--shadow); color: white; display: grid; gap: clamp(24px, 4vw, 48px); grid-template-columns: auto minmax(0, 1fr) auto; overflow: hidden; padding: clamp(28px, 5vw, 58px); position: relative; }
.statutes-card::after { border: 1px solid rgb(255 255 255 / 9%); border-radius: 50%; content: ""; height: 300px; position: absolute; right: -120px; top: -150px; width: 300px; }
.statutes-icon { align-items: center; background: var(--gold); border-radius: 14px; color: var(--blue-950); display: flex; font-size: .76rem; font-weight: 900; height: 76px; justify-content: center; letter-spacing: .08em; position: relative; width: 62px; z-index: 1; }
.statutes-icon::after { border-color: transparent var(--blue-900) transparent transparent; border-style: solid; border-width: 0 15px 15px 0; content: ""; position: absolute; right: 0; top: 0; }
.statutes-copy { position: relative; z-index: 1; }
.statutes-copy .eyebrow { color: var(--gold-light); margin-bottom: 12px; }
.statutes-copy h2 { font-family: var(--font-family); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; letter-spacing: -.04em; margin-bottom: 14px; }
.statutes-copy h2 span { color: var(--gold); font-style: italic; }
.statutes-copy > p:last-child { color: rgb(255 255 255 / 72%); margin: 0; max-width: 680px; }
.statutes-download { position: relative; white-space: nowrap; z-index: 1; }
.statutes-download--pending { background: rgb(255 255 255 / 10%); border-color: rgb(255 255 255 / 18%); color: rgb(255 255 255 / 62%); cursor: default; }

.events-section { background: var(--blue-950); color: white; overflow: hidden; }
.events-section::before { border: 1px solid rgb(255 255 255 / 6%); border-radius: 50%; content: ""; height: 600px; position: absolute; right: -180px; top: -180px; width: 600px; }
.event-layout { width: 100%; }
.event-list { display: grid; gap: 14px; }
.event-card { align-items: center; background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 10%); border-radius: 16px; display: grid; gap: 25px; grid-template-columns: 78px minmax(0, 1fr) 150px; padding: 23px; transition: background .25s, transform .25s; }
.event-card:hover { background: rgb(255 255 255 / 11%); transform: translateX(5px); }
.event-card--appointment { background: rgb(226 27 35 / 14%); border-color: rgb(255 126 132 / 48%); }
.event-card--appointment:hover { background: rgb(226 27 35 / 21%); }
.event-date { align-items: center; border-right: 1px solid rgb(255 255 255 / 14%); display: flex; flex-direction: column; padding-right: 21px; text-align: center; }
.event-date strong { color: var(--gold); font-family: var(--font-family); font-size: 2.7rem; font-weight: 700; line-height: 1; }
.event-card--appointment .event-date strong { color: #ff9fa4; }
.event-date span { font-size: .64rem; font-weight: 850; letter-spacing: .15em; margin-top: 7px; }
.event-category { color: var(--gold-light); font-size: .6rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.event-card--appointment .event-category { color: #ffb9bc; }
.event-title-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px 18px; margin: 6px 0 8px; }
.event-info h3 { font-family: var(--font-family); font-size: 1.55rem; font-weight: 700; margin: 0; }
.event-info > p { color: rgb(255 255 255 / 61%); font-size: .86rem; line-height: 1.5; margin-bottom: 13px; }
.event-meta { color: rgb(255 255 255 / 72%); display: flex; flex-wrap: wrap; font-size: .7rem; gap: 18px; list-style: none; margin: 0; padding: 0; }
.event-meta span { color: var(--gold); font-size: .5rem; margin-right: 5px; }
.event-card--appointment .event-meta span { color: #ff9fa4; }
.event-flyer-assets { align-items: center; display: flex; gap: 12px; position: relative; }
.event-flyer-preview { background: white; border: 2px solid rgb(255 255 255 / 80%); border-radius: 7px; box-shadow: 0 7px 18px rgb(0 0 0 / 24%); display: block; flex: 0 0 42px; height: 52px; padding: 2px; position: relative; z-index: 4; }
.event-flyer-preview img { height: 100%; object-fit: cover; transition: box-shadow .25s, transform .25s; width: 100%; }
.event-flyer-preview:hover img, .event-flyer-preview:focus-visible img { box-shadow: 0 16px 35px rgb(0 0 0 / 36%); outline: none; transform: scale(1.85); transform-origin: left center; }
.event-flyer-preview:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.event-flyer-link { color: var(--gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.event-flyer-link:hover { color: white; text-decoration: underline; }
.event-action { align-items: stretch; display: flex; flex-direction: column; text-align: right; }
.event-action > strong { color: var(--gold-light); font-size: .92rem; }
.event-card--appointment .event-action > strong { color: #ffb9bc; }
.event-action > small { color: rgb(255 255 255 / 50%); font-size: .64rem; margin: 4px 0 12px; }
.empty-state { border: 1px dashed rgb(255 255 255 / 25%); border-radius: var(--radius); color: rgb(255 255 255 / 70%); padding: 30px; }
.empty-state strong { color: white; display: block; font-family: var(--font-family); font-size: 1.35rem; font-weight: 700; margin-bottom: 10px; }
.empty-state p { margin: 0; }

.shop-section { background: linear-gradient(180deg, var(--blue-100), var(--cream)); }
.shop-product-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shop-product { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 38px rgb(6 63 120 / 9%); overflow: hidden; }
.shop-product.is-sold-out { opacity: .7; }
.shop-product-image { align-items: center; aspect-ratio: 4 / 3; background: linear-gradient(145deg, var(--blue-800), var(--blue-950)); display: flex; justify-content: center; overflow: hidden; }
.shop-product-image img { height: 100%; object-fit: cover; width: 100%; }
.shop-product-image span { color: var(--gold); font-size: 4rem; font-weight: 900; letter-spacing: -.08em; }
.shop-product-copy { padding: 23px; }
.shop-product-copy h3 { font-size: 1.45rem; margin-bottom: 10px; }
.shop-product-copy > p { color: var(--muted); font-size: .82rem; line-height: 1.55; min-height: 2.55em; }
.shop-product-meta { align-items: baseline; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 18px; padding-top: 16px; }
.shop-product-meta strong { color: var(--blue-800); font-size: 1.2rem; }
.shop-product-meta small { color: var(--muted); font-size: .65rem; }
.shop-product-copy > label { margin-top: 18px; }
.shop-product-copy input { max-width: 110px; }
.shop-checkout { background: var(--blue-950); border-radius: var(--radius); color: white; display: grid; gap: 50px; grid-template-columns: .75fr 1.25fr; margin-top: 38px; padding: clamp(28px, 5vw, 55px); }
.shop-checkout-heading h3 { color: white; font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 18px; }
.shop-checkout-heading > p:last-child { color: rgb(255 255 255 / 68%); }
.shop-checkout .form-grid { margin-top: 0; }
.shop-checkout label { color: white; }
.shop-checkout .consent a { color: var(--gold-light); }
.shop-checkout .reservation-summary { color: var(--ink); }
.shop-empty { border: 1px dashed var(--blue-600); border-radius: var(--radius); color: var(--muted); padding: 35px; text-align: center; }
.shop-empty strong { color: var(--blue-900); display: block; font-size: 1.35rem; margin-bottom: 8px; }
.shop-empty p { margin: 0; }
.shop-overview-action { display: flex; justify-content: center; margin-top: 38px; }
.shop-page { background: var(--cream); }
.shop-main { min-height: calc(100vh - 180px); padding-top: 72px; }
.shop-main .shop-section { padding: clamp(70px, 9vw, 120px) 0; }
.shop-main .section-heading h1 { font-size: clamp(2.6rem, 5.3vw, 5rem); font-weight: 400; letter-spacing: -.045em; margin-bottom: 26px; }
.shop-main .section-heading h1 span { color: var(--blue-600); font-style: italic; }

.history-section { background: var(--cream); }
.history-grid { align-items: center; column-gap: 8vw; display: grid; grid-template-columns: .85fr 1.15fr; row-gap: 60px; }
.history-grid > .section-heading { grid-column: 1 / -1; }
.history-image { position: relative; }
.history-image::before { border: 2px solid var(--red); content: ""; inset: -20px 20px 20px -20px; position: absolute; }
.history-image img { box-shadow: var(--shadow); min-height: 580px; object-fit: cover; position: relative; width: 100%; }
.history-image span { background: var(--blue-900); bottom: 20px; color: white; font-size: .62rem; left: 20px; letter-spacing: .1em; padding: 10px 14px; position: absolute; text-transform: uppercase; }
.timeline { margin-top: 0; }
.timeline article { display: grid; gap: 25px; grid-template-columns: 78px 1fr; padding-bottom: 32px; position: relative; }
.timeline article:not(:last-child)::before { background: var(--line); bottom: 0; content: ""; left: 35px; position: absolute; top: 27px; width: 1px; }
.timeline time { background: var(--blue-800); border: 7px solid var(--cream); border-radius: 50%; color: white; font-family: var(--font-family); font-size: .77rem; height: 70px; line-height: 56px; position: relative; text-align: center; width: 70px; z-index: 1; }
.timeline h3 { font-family: var(--font-family); font-size: 1.35rem; font-weight: 700; margin: 4px 0 8px; }
.timeline p { color: var(--muted); font-size: .9rem; margin: 0; }

.short-chronicle-teaser { background: var(--blue-950); color: white; overflow: hidden; }
.short-chronicle-teaser::before { border: 110px solid rgb(255 255 255 / 3%); border-radius: 50%; content: ""; height: 680px; position: absolute; right: -270px; top: -280px; width: 680px; }
.short-chronicle-teaser-grid { align-items: center; display: grid; gap: clamp(55px, 9vw, 125px); grid-template-columns: .9fr 1.1fr; position: relative; z-index: 1; }
.short-chronicle-teaser-copy h2 { color: white; font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.055em; margin-bottom: 25px; }
.short-chronicle-teaser-copy h2 span { color: var(--gold); font-style: italic; }
.short-chronicle-teaser-copy > p:not(.eyebrow) { color: rgb(255 255 255 / 70%); font-size: 1.04rem; line-height: 1.75; margin-bottom: 30px; max-width: 610px; }
.short-chronicle-preview { display: grid; gap: 12px; position: relative; }
.short-chronicle-preview::before { background: rgb(255 255 255 / 17%); bottom: 24px; content: ""; left: 60px; position: absolute; top: 24px; width: 1px; }
.short-chronicle-preview article { align-items: center; background: rgb(255 255 255 / 8%); border: 1px solid rgb(255 255 255 / 10%); border-radius: 14px; display: grid; gap: 24px; grid-template-columns: 88px 1fr; padding: 19px 23px; position: relative; }
.short-chronicle-preview article.is-jubilee { background: rgb(246 183 45 / 11%); border-color: rgb(246 183 45 / 35%); }
.short-chronicle-preview time { align-items: center; background: var(--blue-800); border: 5px solid var(--blue-950); border-radius: 50%; color: white; display: flex; font-size: .78rem; font-weight: 850; height: 76px; justify-content: center; position: relative; width: 76px; z-index: 1; }
.short-chronicle-preview .is-jubilee time { background: var(--gold); color: var(--blue-950); }
.short-chronicle-preview small { color: var(--gold-light); display: block; font-size: .61rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 4px; text-transform: uppercase; }
.short-chronicle-preview strong { color: white; display: block; font-size: 1rem; line-height: 1.35; }

.contact-section { background: var(--blue-800); color: white; overflow: hidden; }
.contact-section::after { border: 100px solid rgb(255 255 255 / 3%); border-radius: 50%; content: ""; height: 600px; left: -260px; position: absolute; top: -180px; width: 600px; }
.contact-grid { align-items: center; display: grid; gap: 10vw; grid-template-columns: .8fr 1.2fr; position: relative; z-index: 1; }
.contact-copy h2 span { color: var(--gold); }
.contact-copy > p:not(.eyebrow, .placeholder-note) { color: rgb(255 255 255 / 70%); font-size: 1.05rem; }
.contact-details { border-top: 1px solid rgb(255 255 255 / 17%); margin-top: 35px; padding-top: 27px; }
.contact-details a, .contact-details p { align-items: center; display: flex; font-size: .88rem; gap: 12px; margin: 9px 0; text-decoration: none; }
.contact-details span { align-items: center; border: 1px solid rgb(255 255 255 / 25%); border-radius: 50%; color: var(--gold); display: flex; height: 31px; justify-content: center; width: 31px; }
.placeholder-note { color: var(--gold-light); font-size: .66rem; margin-top: 25px; }
.contact-form { background: white; border-radius: var(--radius); box-shadow: 0 28px 70px rgb(0 0 0 / 22%); color: var(--ink); display: grid; gap: 19px; grid-template-columns: 1fr 1fr; padding: clamp(27px, 5vw, 50px); }
.contact-form > label { grid-column: span 1; }
.contact-form > label:nth-of-type(n+3), .contact-form .consent, .contact-form .button { grid-column: 1 / -1; }

label { color: #40485a; display: block; font-size: .69rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
input, textarea, select { background: #f7f8fb; border: 1px solid #dfe3eb; border-radius: 9px; color: var(--ink); display: block; margin-top: 7px; outline: none; padding: 12px 13px; transition: border-color .2s, box-shadow .2s; width: 100%; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgb(53 168 224 / 18%); }
.consent { align-items: flex-start; display: flex; font-size: .63rem; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.consent input { flex: 0 0 auto; margin: 2px 9px 0 0; width: auto; }
.consent a { color: var(--blue-700); font-weight: 750; }
.contact-form .button { justify-self: start; }
.honeypot { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }

.ticket-dialog { border: 0; border-radius: var(--radius); box-shadow: 0 30px 90px rgb(0 0 0 / 38%); max-height: 90vh; max-width: calc(100% - 28px); overflow: auto; padding: clamp(27px, 5vw, 48px); width: 660px; }
.ticket-dialog::backdrop { background: rgb(3 46 92 / 82%); backdrop-filter: blur(5px); }
.ticket-dialog h2 { color: var(--blue-900); font-family: var(--font-family); font-size: 2.3rem; margin-bottom: 10px; }
.ticket-dialog > p:not(.eyebrow) { color: var(--muted); }
.dialog-close { background: var(--blue-100); border: 0; border-radius: 50%; color: var(--blue-900); font-size: 1.6rem; height: 39px; line-height: 1; position: absolute; right: 17px; top: 17px; width: 39px; }
.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin-top: 27px; }
.form-full { grid-column: 1 / -1; }
.reservation-summary { align-items: center; background: var(--blue-100); border-radius: 10px; display: flex; justify-content: space-between; padding: 13px 16px; }
.reservation-summary span { font-size: .76rem; }
.reservation-summary strong { color: var(--blue-800); }
.form-note { color: var(--muted); font-size: .7rem; margin: 0; }

.site-footer { background: var(--blue-950); color: white; padding: 60px 0 25px; }
.footer-grid { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; }
.brand--footer { justify-self: start; }
.footer-grid > p { color: var(--gold-light); font-family: var(--font-family); font-style: italic; margin: 0; }
.footer-grid nav { display: flex; gap: 22px; justify-self: end; }
.footer-grid nav a { color: rgb(255 255 255 / 62%); font-size: .69rem; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgb(255 255 255 / 10%); color: rgb(255 255 255 / 38%); display: flex; font-size: .61rem; justify-content: space-between; letter-spacing: .07em; margin-top: 42px; padding-top: 22px; text-transform: uppercase; }

.legal-page { background: var(--blue-100); }
.legal-page .site-header { position: fixed; }
.legal-back { color: white; font-size: .75rem; font-weight: 750; text-decoration: none; }
.legal-main { min-height: calc(100vh - 180px); padding: 140px 0 80px; }
.legal-card { background: white; border-radius: var(--radius); box-shadow: var(--shadow); max-width: 840px; padding: clamp(30px, 7vw, 70px); }
.legal-card h1 { color: var(--blue-900); font-family: var(--font-family); font-size: clamp(3rem, 7vw, 5rem); font-weight: 700; margin-bottom: 50px; }
.legal-card section { border-top: 1px solid var(--line); padding: 28px 0 12px; }
.legal-card h2 { font-family: var(--font-family); font-size: 1.45rem; font-weight: 700; }
.legal-card p { color: var(--muted); }
.legal-card a { color: var(--blue-700); }
.legal-card ul { color: var(--muted); padding-left: 22px; }
.legal-card li + li { margin-top: 7px; }
.legal-card code { background: var(--blue-100); border-radius: 4px; color: var(--blue-900); padding: 2px 5px; }
.privacy-card { max-width: 960px; }
.legal-updated { color: var(--blue-700) !important; font-size: .72rem; font-weight: 750; letter-spacing: .08em; margin: -35px 0 40px; text-transform: uppercase; }
.legal-note { background: #fff6d9; border-radius: 10px; color: #735a17 !important; font-size: .72rem; margin-top: 30px; padding: 14px 16px; }
.legal-footer { padding-top: 5px; }
.legal-footer .footer-bottom { margin-top: 20px; }
.legal-footer a { color: rgb(255 255 255 / 55%); }

.chronicle-progress { background: rgb(255 255 255 / 16%); height: 3px; left: 0; position: fixed; right: 0; top: 0; z-index: 110; }
.chronicle-progress span { background: var(--gold); display: block; height: 100%; transform: scaleX(0); transform-origin: left; width: 100%; }
.chronicle-nav { gap: 18px; }
.chronicle-nav a { font-size: .72rem; }
.chronicle-hero { height: clamp(620px, 47vw, 790px); }
.chronicle-hero .hero-image { filter: saturate(.72) contrast(1.06); object-position: center 34%; }
.chronicle-hero .hero-overlay { background: linear-gradient(90deg, rgb(3 30 67 / 94%) 0%, rgb(3 46 92 / 76%) 52%, rgb(7 82 143 / 25%) 100%); }
.chronicle-hero::after { background: white; }
.chronicle-intro { background: white; }
.chronicle-stats strong { color: var(--blue-900); }
.chronicle-stats strong > span { color: var(--red); }

.chronicle-chapter { background: var(--cream); scroll-margin-top: 70px; }
.chronicle-chapter--alternate { background: var(--blue-100); }
.chronicle-chapter-header { border-bottom: 1px solid var(--line); margin-bottom: 70px; padding-bottom: 55px; }
.chronicle-chapter-header h2 { color: var(--blue-900); font-size: clamp(3rem, 6.2vw, 6rem); font-weight: 700; letter-spacing: -.055em; margin-bottom: 22px; max-width: 920px; }
.chronicle-chapter-header > p:last-child { color: var(--muted); font-size: 1.12rem; line-height: 1.7; margin-bottom: 0; max-width: 820px; }
.chronicle-reading-layout { align-items: start; display: grid; gap: clamp(38px, 7vw, 95px); grid-template-columns: 150px minmax(0, 780px); justify-content: center; }
.chronicle-era { position: sticky; top: 115px; }
.chronicle-era span { color: var(--blue-800); display: block; font-size: clamp(2.7rem, 5vw, 4.5rem); font-weight: 850; letter-spacing: -.075em; line-height: .9; }
.chronicle-era small { border-top: 3px solid var(--red); color: var(--muted); display: block; font-size: .62rem; font-weight: 800; letter-spacing: .12em; margin-top: 22px; padding-top: 12px; text-transform: uppercase; }
.chronicle-prose { color: #36566f; font-size: 1.01rem; line-height: 1.9; min-width: 0; }
.chronicle-prose > p { margin: 0; }
.chronicle-prose strong { color: var(--blue-950); font-weight: 780; }
.chronicle-prose em { color: var(--blue-800); }
.chronicle-prose::first-letter { color: var(--blue-800); float: left; font-size: 4.8rem; font-weight: 800; line-height: .75; margin: 11px 12px 0 0; }

.chronicle-gallery { display: grid; gap: 18px; grid-auto-flow: dense; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 90px; }
.chronicle-photo { background: white; border-radius: 14px; box-shadow: 0 16px 40px rgb(6 63 120 / 12%); margin: 0; overflow: hidden; }
.chronicle-photo:nth-child(7n+1), .chronicle-photo:nth-child(7n+6) { grid-column: span 2; }
.chronicle-photo a { background: #dbe4ea; display: block; overflow: hidden; }
.chronicle-photo img { filter: saturate(.88); height: 235px; object-fit: cover; transition: filter .3s, transform .4s; width: 100%; }
.chronicle-photo:nth-child(7n+1) img, .chronicle-photo:nth-child(7n+6) img { height: 285px; }
.chronicle-photo a:hover img, .chronicle-photo a:focus-visible img { filter: saturate(1.05); transform: scale(1.035); }
.chronicle-photo figcaption { color: var(--muted); display: flex; font-size: .62rem; gap: 12px; justify-content: space-between; letter-spacing: .04em; line-height: 1.45; padding: 12px 14px; }
.chronicle-photo figcaption span { color: var(--blue-700); font-weight: 850; }

.chronicle-outro { background: var(--blue-800); color: white; overflow: hidden; }
.chronicle-outro::before { border: 110px solid rgb(255 255 255 / 4%); border-radius: 50%; content: ""; height: 700px; position: absolute; right: -260px; top: -250px; width: 700px; }
.chronicle-outro-inner { max-width: 900px; position: relative; z-index: 1; }
.chronicle-outro h2 { font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.055em; margin-bottom: 25px; }
.chronicle-outro h2 span { color: var(--gold); font-style: italic; }
.chronicle-outro-inner > p:not(.eyebrow) { color: rgb(255 255 255 / 72%); font-size: 1.1rem; max-width: 740px; }

.short-chronicle-page { background: var(--cream); }
.short-chronicle-nav { gap: 13px; }
.short-chronicle-nav a { font-size: .67rem; }
.short-chronicle-hero { align-items: center; background: linear-gradient(90deg, rgb(3 30 67 / 96%) 0%, rgb(3 46 92 / 88%) 48%, rgb(3 46 92 / 48%) 100%), url("../img/dreigestirn-2000.jpg") center 35% / cover; color: white; display: flex; min-height: 610px; padding: 145px 0 95px; position: relative; }
.short-chronicle-hero::after { background: var(--cream); bottom: -1px; clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%); content: ""; height: 72px; left: 0; position: absolute; right: 0; }
.short-chronicle-hero h1 { color: white; font-size: clamp(3.8rem, 8vw, 7.4rem); font-weight: 700; letter-spacing: -.065em; line-height: .9; margin: 17px 0 28px; max-width: 950px; }
.short-chronicle-hero h1 em { color: var(--gold); font-weight: 400; }
.short-chronicle-hero p:not(.eyebrow) { color: rgb(255 255 255 / 76%); font-size: 1.08rem; line-height: 1.7; margin-bottom: 31px; max-width: 690px; }
.short-chronicle-section { background: var(--cream); scroll-margin-top: 65px; }
.short-chronicle-intro { align-items: end; border-bottom: 1px solid var(--line); display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; margin-bottom: 70px; padding-bottom: 55px; }
.short-chronicle-intro h2 { color: var(--blue-900); font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.055em; margin: 0; }
.short-chronicle-intro h2 span { color: var(--blue-600); font-style: italic; }
.short-chronicle-intro > p { color: var(--muted); line-height: 1.75; margin: 0 0 9px; }
.short-chronicle-list { list-style: none; margin: 0 auto; max-width: 1040px; padding: 0; position: relative; }
.short-chronicle-list::before { background: var(--line); bottom: 45px; content: ""; left: 73px; position: absolute; top: 45px; width: 1px; }
.short-chronicle-entry { display: grid; gap: clamp(28px, 5vw, 65px); grid-template-columns: 145px minmax(0, 1fr); padding-bottom: 28px; position: relative; }
.short-chronicle-entry[id] { scroll-margin-top: 95px; }
.short-chronicle-entry > time { align-items: center; align-self: start; background: var(--blue-800); border: 8px solid var(--cream); border-radius: 50%; color: white; display: flex; font-size: .82rem; font-weight: 850; height: 104px; justify-content: center; letter-spacing: -.02em; position: sticky; top: 90px; width: 104px; z-index: 1; }
.short-chronicle-entry.is-jubilee > time { background: var(--gold); color: var(--blue-950); }
.short-chronicle-entry article { background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 14px 38px rgb(6 63 120 / 7%); padding: clamp(25px, 4vw, 42px); }
.short-chronicle-entry.is-jubilee article { border-color: rgb(210 148 14 / 42%); box-shadow: 0 17px 45px rgb(210 148 14 / 10%); }
.short-chronicle-entry h3 { color: var(--blue-900); font-family: var(--font-family); font-size: clamp(1.55rem, 3vw, 2.15rem); font-weight: 750; margin: 0; }
.short-chronicle-entry p { color: var(--muted); line-height: 1.8; margin: 18px 0 0; }
.short-chronicle-badge { background: #fff4cf; border-radius: 999px; color: #7f5800; display: inline-flex; font-size: .59rem; font-weight: 850; letter-spacing: .12em; margin-bottom: 12px; padding: 7px 11px; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.board-grid .reveal:nth-child(2), .event-list .reveal:nth-child(2) { transition-delay: .08s; }
.board-grid .reveal:nth-child(3), .event-list .reveal:nth-child(3) { transition-delay: .16s; }
.board-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1050px) {
    .main-nav { gap: 20px; }
    .chronicle-nav { gap: 13px; }
    .chronicle-nav a { font-size: .66rem; }
    .short-chronicle-nav { gap: 9px; }
    .short-chronicle-nav a { font-size: .61rem; }
    .board-grid { grid-template-columns: repeat(2, 1fr); }
    .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .history-grid { column-gap: 6vw; }
    .history-image img { min-height: 480px; }
}

@media (max-width: 1180px) {
    .site-header { background: var(--blue-950); box-shadow: 0 8px 30px rgb(0 34 72 / 22%); height: 72px; padding-inline: 20px; }
    .brand { position: relative; z-index: 2; }
    .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); }
    .main-nav { align-items: stretch; background-color: var(--blue-950); bottom: 0; color: var(--white); flex-direction: column; gap: 0; justify-content: center; left: 0; min-height: 100vh; min-height: 100dvh; opacity: 0; overflow-y: auto; padding: 90px 40px 40px; pointer-events: none; position: fixed; right: 0; top: 0; transform: translateY(-20px); transition: opacity .25s, transform .25s; z-index: 1; }
    .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
    .main-nav a { border-bottom: 1px solid rgb(255 255 255 / 10%); font-family: var(--font-family); font-size: 1.7rem; font-weight: 700; padding: 14px 0; }
    .main-nav a::after { display: none; }
    .nav-dropdown summary { border-bottom: 1px solid rgb(255 255 255 / 10%); font-family: var(--font-family); font-size: 1.7rem; font-weight: 700; justify-content: space-between; padding: 14px 0; }
    .nav-submenu { background: rgb(255 255 255 / 5%); border: 0; border-radius: 0; box-shadow: none; left: auto; min-width: 0; padding: 3px 0 7px 18px; position: static; transform: none; }
    .nav-submenu a { border-radius: 0; font-size: 1.12rem; padding: 10px 0; }
    .main-nav .nav-cta { border: 0; border-bottom: 1px solid rgb(255 255 255 / 10%); border-radius: 0; color: var(--gold); padding: 14px 0; }
}

@media (max-width: 820px) {
    :root { --container: min(100% - 36px, 700px); }
    .section { padding: 90px 0; }
    .hero { height: 640px; padding: 105px 20px 75px; }
    .hero-image { object-position: 58% bottom; }
    .hero-overlay { background: linear-gradient(90deg, rgb(3 46 92 / 91%), rgb(6 63 120 / 58%)); }
    .scroll-cue { display: none; }
    .intro-grid, .history-grid, .contact-grid { grid-template-columns: 1fr; }
    .short-chronicle-teaser-grid, .short-chronicle-intro { grid-template-columns: 1fr; }
    .short-chronicle-teaser-grid { gap: 58px; }
    .short-chronicle-intro { gap: 28px; }
    .shop-checkout { grid-template-columns: 1fr; }
    .chronicle-hero { height: 650px; }
    .chronicle-hero .hero-image { object-position: 54% center; }
    .chronicle-reading-layout { gap: 34px; grid-template-columns: 105px minmax(0, 1fr); }
    .chronicle-era { top: 92px; }
    .chronicle-era span { font-size: 2.7rem; }
    .chronicle-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .dreigestirne-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-empty { grid-template-columns: auto 1fr; }
    .news-empty .button { grid-column: 1 / -1; justify-self: start; }
    .flaemmchen-hero-background { object-position: 60% center; }
    .flaemmchen-hero-overlay { background: linear-gradient(90deg, rgb(2 28 61 / 94%) 0%, rgb(3 46 92 / 76%) 55%, rgb(6 63 120 / 28%) 100%); }
    .flaemmchen-hero-inner { width: calc(100% - 56px); }
    .flaemmchen-invite-grid { grid-template-columns: 1fr; }
    .flaemmchen-invite-actions { align-items: flex-start; min-width: 0; }
    .intro-grid, .history-grid { gap: 50px; }
    .stats { grid-template-columns: 1fr 1fr; }
    .stats div { border-bottom: 1px solid var(--line); padding: 24px; }
    .stats div:nth-child(2) { border-right: 0; }
    .stats div:nth-child(3), .stats div:nth-child(4) { border-bottom: 0; }
    .stats div:first-child { padding-left: 24px; }
    .stats--milestones div:nth-child(3), .stats--milestones div:nth-child(4) { border-bottom: 1px solid var(--line); }
    .stats--milestones div:nth-child(4) { border-right: 0; }
    .stats--milestones div:nth-child(5) { border-bottom: 0; grid-column: 1 / -1; text-align: center; }
    .history-image { margin: 20px; }
    .history-image img { min-height: 0; }
    .contact-grid { gap: 55px; }
    .footer-grid { gap: 30px; grid-template-columns: 1fr 1fr; }
    .footer-grid > p { display: none; }
}

@media (max-width: 600px) {
    :root { --container: calc(100% - 28px); }
    .section { padding: 75px 0; }
    .brand strong { font-size: 1.08rem; }
    .brand-mark { height: 42px; width: 42px; }
    .hero { height: 620px; padding: 95px 20px 65px; }
    .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
    .chronicle-chapter-header { margin-bottom: 48px; padding-bottom: 38px; }
    .chronicle-chapter-header h2 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
    .chronicle-reading-layout { display: block; }
    .short-chronicle-hero { min-height: 600px; padding-top: 125px; }
    .short-chronicle-hero h1 { font-size: clamp(2.75rem, 12vw, 4.2rem); line-height: .96; }
    .short-chronicle-list::before { left: 38px; }
    .short-chronicle-entry { gap: 16px; grid-template-columns: 77px minmax(0, 1fr); }
    .short-chronicle-entry > time { border-width: 6px; font-size: .68rem; height: 76px; top: 82px; width: 76px; }
    .short-chronicle-entry article { padding: 24px 21px; }
    .short-chronicle-entry h3 { font-size: 1.45rem; }
    .short-chronicle-entry p { font-size: .9rem; }
    .chronicle-era { align-items: end; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-bottom: 34px; padding-bottom: 18px; position: static; }
    .chronicle-era span { font-size: 2.55rem; }
    .chronicle-era small { border: 0; margin: 0; padding: 0; text-align: right; }
    .chronicle-prose { font-size: .95rem; line-height: 1.82; }
    .chronicle-prose::first-letter { font-size: 4rem; }
    .chronicle-gallery { gap: 10px; margin-top: 58px; }
    .chronicle-photo:nth-child(n) { grid-column: span 1; }
    .chronicle-photo:nth-child(n) img { height: 170px; }
    .chronicle-photo figcaption { display: none; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .section-heading h2, .contact-copy h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
    .stats { margin-top: 55px; }
    .stats strong { font-size: 2.8rem; }
    .image-label { bottom: 20px; text-align: center; width: 90%; }
    .medal-carousel { gap: 7px; grid-template-columns: 38px minmax(0, 1fr) 38px; }
    .medal-control { font-size: 1rem; height: 38px; width: 38px; }
    .medal-card { flex-basis: 158px; padding: 15px 12px 13px; }
    .medal-track { gap: 13px; }
    .gallery-card-copy { padding: 18px; }
    .gallery-dialog { padding: 18px 12px; }
    .gallery-dialog-header { padding-left: 8px; }
    .gallery-carousel { gap: 6px; grid-template-columns: 36px minmax(0, 1fr) 36px; }
    .gallery-control { font-size: 1rem; height: 36px; width: 36px; }
    .gallery-track { gap: 8px; }
    .gallery-slide img { height: min(58vh, 520px); }
    .board-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .news-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
    .news-grid { grid-template-columns: 1fr; }
    .dreigestirne-grid { grid-template-columns: 1fr; }
    .dreigestirn-dialog { padding: 24px 16px; }
    .dreigestirn-dialog-gallery { columns: 1; }
    .news-empty { grid-template-columns: 1fr; text-align: center; }
    .instagram-glyph, .news-empty .button { justify-self: center; }
    .flaemmchen-teaser-copy { padding: 38px 24px 44px; }
    .flaemmchen-gallery-grid { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .flaemmchen-fact-grid { grid-template-columns: 1fr; }
    .flaemmchen-hero { min-height: 620px; }
    .flaemmchen-hero-background { object-position: 62% center; }
    .flaemmchen-hero-overlay { background: linear-gradient(90deg, rgb(2 28 61 / 94%), rgb(3 46 92 / 68%)); }
    .flaemmchen-hero-inner { width: calc(100% - 40px); }
    .flaemmchen-invite-actions, .flaemmchen-invite-actions .button { width: 100%; }
    .board-card-copy { padding: 16px 12px; }
    .board-card-copy h3 { font-size: 1rem; }
    .about-grid { gap: 34px; grid-template-columns: 1fr; }
    .board-dialog-grid { grid-template-columns: 1fr; }
    .board-dialog-media { margin-inline: auto; max-width: 320px; width: 100%; }
    .statutes-card { grid-template-columns: auto minmax(0, 1fr); }
    .statutes-download { grid-column: 1 / -1; justify-self: start; }
    .portrait-placeholder span { font-size: 2.7rem; }
    .event-card { align-items: start; gap: 14px; grid-template-columns: 58px 1fr; padding: 18px 15px; }
    .shop-product-grid { grid-template-columns: 1fr; }
    .shop-checkout { padding: 25px 18px; }
    .event-date { padding-right: 14px; }
    .event-date strong { font-size: 2rem; }
    .event-action { align-items: flex-start; grid-column: 2; text-align: left; }
    .event-action .button { width: 100%; }
    .event-flyer-preview:hover img, .event-flyer-preview:focus-visible img { transform: scale(1.55); }
    .event-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
    .contact-form, .form-grid { grid-template-columns: 1fr; }
    .contact-form > label, .contact-form > label:nth-of-type(n+3), .contact-form .consent, .contact-form .button, .form-full { grid-column: 1; }
    .contact-form .button { width: 100%; }
    .ticket-dialog h2 { font-size: 1.8rem; padding-right: 25px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid nav { flex-wrap: wrap; justify-self: start; }
    .footer-bottom { flex-direction: column; gap: 7px; }
}

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

@media (max-width: 1050px) {
    .site-news-grid, .news-archive .site-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-article-header { grid-template-columns: 1fr; }
    .news-article-header > img { max-height: none; }
}

@media (max-width: 650px) {
    .site-news-heading { align-items: flex-start; flex-direction: column; }
    .site-news-grid, .news-archive .site-news-grid { grid-template-columns: 1fr; }
    .news-main { padding-top: 115px; }
    .news-article { border-radius: 0; width: 100%; }
    .news-article-gallery > div { grid-template-columns: 1fr; }
    .flaemmchen-gallery-grid { grid-template-columns: 1fr; }
    .news-article-footer { align-items: stretch; flex-direction: column; text-align: center; }
}
