/*
Theme Name: SV Haldenwang Vintage
Author: SV Haldenwang
Description: WordPress-Theme für den Schützenverein Haldenwang e.V.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.2
Text Domain: sv-haldenwang-vintage
*/

:root { --ink: #26302b; --green: #285345; --paper: #fbf7ed; --cream: #fffdf7; --red: #a34e36; --gold: #8a5a25; --line: rgba(38, 48, 43, .24); --display: Georgia, 'Times New Roman', serif; --sans: 'Trebuchet MS', Arial, sans-serif; --condensed: 'Arial Narrow', 'Franklin Gothic Medium', sans-serif; }
:root { --space-1: 8px; --space-2: 16px; --space-3: 24px; --space-4: 32px; --space-5: 40px; --space-6: 48px; --space-7: 64px; --space-8: 90px; }
* { box-sizing: border-box; }
:root { --scroll-shift: 0px; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background-color: var(--paper); background-image: radial-gradient(ellipse at 50% 0%, rgba(255,253,247,.85), rgba(255,253,247,0) 60%); background-position: center top; background-size: 100% 640px; background-repeat: no-repeat; font-family: var(--display); font-size: 17px; line-height: 1.55; }
body::before { display: none; }
a { color: var(--red); text-underline-offset: 3px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.banner { position: relative; overflow: hidden; background-color: #a8bb8e; background-image: linear-gradient(168deg, rgba(200,213,182,.92) 0%, rgba(168,187,142,.88) 48%, rgba(140,161,113,.92) 100%), radial-gradient(ellipse at 50% 15%, rgba(255,253,247,.4), rgba(255,253,247,0) 62%), url('assets/images/exclusive-paper.png'); background-size: auto, auto, 560px 420px; background-blend-mode: normal, normal, multiply; box-shadow: inset 0 -1px 0 rgba(38,48,43,.16); }
.banner::after { position: absolute; inset: 0; pointer-events: none; content: ''; opacity: .1; background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.3) 0 1px, transparent 1px 4px), radial-gradient(rgba(38,48,43,.18) .7px, transparent .7px); background-size: auto, 7px 7px; }
.banner-inner, .navigation-inner { width: min(1280px, calc(100% - 56px)); margin: 0 auto; }
.intro-section { width: min(1160px, calc(100% - 56px)); margin: 0 auto; }
.site-header::after { display: block; height: var(--space-3); pointer-events: none; content: ''; background: linear-gradient(to bottom, rgba(174,195,170,.2), rgba(244,240,229,0)); }
.banner-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; min-height: 145px; }
.brand { display: flex; align-items: center; gap: var(--space-3); color: var(--ink); text-decoration: none; }
.brand img { width: 180px; height: 165px; object-fit: contain; mix-blend-mode: multiply; }
    .brand-title { position: relative; color: var(--green); font-family: var(--display); font-size: clamp(1.65rem, 3.5vw, 3.55rem); font-style: italic; font-weight: 400; letter-spacing: 0; line-height: 1; white-space: nowrap; text-shadow: 1px 2px 0 rgba(174,195,170,.58); }
.brand-title abbr { font-size: .62em; text-decoration: none; }
.brand-place { margin-left: .18em; white-space: nowrap; }
.mobile-break, .mobile-break br { display: none; }
.target { position: relative; display: block; width: 88px; height: 88px; margin-right: var(--space-6); }
.target img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 2px 2px rgba(38,48,43,.3)); }
.navigation { position: sticky; top: 0; z-index: 5; background-color: #fffdf7; background-image: linear-gradient(rgba(255,253,247,.58), rgba(255,253,247,.58)), url('assets/images/exclusive-paper.png'); background-position: center, center; background-size: auto, 560px 420px; background-blend-mode: normal, multiply; box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 4px 12px rgba(38,48,43,.08); backdrop-filter: blur(5px); }
.navigation-inner { position: relative; display: flex; align-items: center; justify-content: center; min-height: 56px; }
.main-menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; margin: 0; padding: 0; list-style: none; text-transform: uppercase; user-select: none; -webkit-user-drag: none; }
.main-menu a, .main-menu button { -webkit-user-drag: none; }
.main-menu > li { position: relative; display: flex; align-items: center; }
.main-menu > li > a, .main-menu > li > .menu-parent { position: relative; isolation: isolate; display: block; padding: var(--space-2) 19px 13px; border: 0; color: var(--green); background: transparent; font-family: var(--condensed); font-size: 1.02rem; font-weight: 600; letter-spacing: .04em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: color .16s ease, background-color .16s ease, text-shadow .16s ease; cursor: pointer; }
.main-menu > li > a:hover, .main-menu > li > .menu-parent:hover, .main-menu > li:focus-within > a, .main-menu > li:focus-within > .menu-parent { color: var(--cream); background: var(--green); box-shadow: inset 0 -3px 0 var(--red); }
.main-menu > li > a[aria-current="page"], .main-menu > li.is-current > .menu-parent { color: var(--red); box-shadow: inset 0 -3px 0 var(--red); }
@media (min-width: 761px) {
    .main-menu > li > a:hover, .main-menu > li > .menu-parent:hover, .main-menu > li:focus-within > a, .main-menu > li:focus-within > .menu-parent { color: var(--cream); background: transparent; box-shadow: none; text-shadow: 0 1px 0 rgba(255,255,255,.18); }
    .main-menu > li > a:hover::before, .main-menu > li > .menu-parent:hover::before, .main-menu > li:focus-within > a::before, .main-menu > li:focus-within > .menu-parent::before { position: absolute; inset: 9px -2px; z-index: -1; content: ''; background: var(--green); box-shadow: inset 0 -3px 0 var(--red), 0 2px 0 rgba(38,48,43,.12); clip-path: polygon(0 0, 100% 0, calc(100% - 7px) 50%, 100% 100%, 0 100%, 7px 50%); }
    .main-menu > li.menu-cta { margin-left: 14px; }
    .main-menu > li.menu-cta > a { padding: 8px 16px; border: 1px solid rgba(40,83,69,.5); border-radius: 3px; background: transparent; color: var(--green); text-shadow: none; }
    .main-menu > li.menu-cta > a:hover { border-color: var(--green); background: rgba(40,83,69,.08); color: var(--green); text-shadow: none; }
    .main-menu > li.menu-cta > a::before, .main-menu > li.menu-cta > a:hover::before { content: none; }
}
.submenu { position: absolute; top: 100%; left: 0; min-width: 230px; margin: 0; padding: 10px 0; border: 1px solid var(--line); background: var(--cream); box-shadow: var(--space-1) 10px 0 rgba(38,48,43,.1); opacity: 0; pointer-events: none; transform: translateY(0); transition: opacity .16s ease; }
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu { opacity: 1; pointer-events: auto; }
.submenu li { list-style: none; }
.submenu a { display: block; padding: 9px 18px; color: var(--ink); text-decoration: none; text-transform: none; }
.submenu a:hover { color: var(--cream); background: var(--green); }
.submenu a[aria-current="page"] { color: var(--cream); background: var(--green); }
.submenu-toggle, .menu-toggle { display: none; }
.news-widget { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(253,249,239,.78), rgba(253,249,239,.45)); }
.news-widget-inner { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 18px; width: min(1080px, calc(100% - 56px)); margin: 0 auto; padding: 7px 0 6px; color: var(--green); font-family: var(--sans); }
.news-widget h2 { margin: 0; width: max-content; max-width: 100%; padding: 5px 10px 4px; border: 1px solid rgba(169,120,63,.72); color: var(--gold); background: rgba(255,253,247,.88); font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; transform: rotate(-1.2deg); }
.news-widget ul { display: flex; flex-wrap: wrap; gap: var(--space-1) 18px; margin: 0; padding: 0; list-style: none; }
.news-widget li { min-width: min(320px, 100%); }
.news-widget a { display: flex; align-items: baseline; gap: 10px; color: var(--green); text-decoration: none; }
.news-widget strong { font-family: var(--display); font-size: .98rem; font-style: italic; font-weight: 400; }
.news-widget span { color: rgba(180,87,61,.86); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.news-widget span::after { content: ' →'; }
.intro-section { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 620px) minmax(360px, 430px); justify-content: center; gap: clamp(36px, 4vw, 56px); overflow: visible; padding-top: 18px; padding-bottom: var(--space-4); transition: grid-template-columns .24s ease, gap .24s ease; }
.intro-section::before { display: none; }
.intro-main { position: relative; align-self: start; }
.kicker { margin: 0 0 var(--space-2); color: var(--gold); font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.text-link, .all-events, .more { font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.events-panel { position: relative; align-self: start; padding: 30px 29px 25px; border: 1px solid rgba(38,48,43,.38); background: rgba(255,253,247,.88); box-shadow: 6px 7px 0 rgba(38,48,43,.14); transform: rotate(-.45deg); transition: opacity .2s ease, transform .24s ease, visibility .2s ease; }
.pin { position: absolute; top: -17px; left: 50%; color: #555; font-size: 2rem; transform: translateX(-50%); }
.events-panel h2 { margin: 0 0 14px; color: var(--green); font-size: clamp(2rem, 3.2vw, 3.15rem); font-weight: 400; line-height: .95; }
.all-events { display: inline-block; margin-bottom: 20px; }
.event-list { border-top: 0; }
.event { display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 14px; padding: 17px 0; }
.event + .event { border-top: 1px dashed rgba(38,48,43,.12); }
.calendar { position: relative; display: grid; place-items: center; align-content: end; width: var(--space-6); height: 55px; padding-bottom: 5px; border: 1px solid #b7b9b2; color: var(--green); background: linear-gradient(var(--green) 0 17px, #f7f7f2 17px); box-shadow: 2px 3px 0 rgba(38,48,43,.14); text-align: center; }
.calendar::before { position: absolute; top: -5px; right: 4px; left: 4px; height: var(--space-1); content: ''; background: repeating-linear-gradient(90deg, transparent 0 4px, var(--ink) 4px 5px, transparent 5px 9px); }
.calendar span { position: absolute; top: 1px; right: 0; left: 0; color: #fff; font-family: var(--sans); font-size: .68rem; font-weight: 700; line-height: 1.1; }
.calendar strong { font-family: var(--sans); font-size: 1.35rem; line-height: 1; }
.event h3 { margin: 0; color: var(--green); font-size: 1.04rem; font-weight: 700; line-height: 1.12; }
.event h3 a { color: var(--green); text-decoration: none; }
.event p { margin: 3px 0 0; font-size: .9rem; line-height: 1.3; }
.events-more { display: none; }
.more { display: inline-block; margin-top: 4px; font-family: var(--display); font-size: .88rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.intro-photo { position: relative; left: 0; max-width: 590px; margin: 0; padding: var(--space-1) var(--space-1) 14px; background: var(--cream); box-shadow: var(--space-1) 10px 0 rgba(38,48,43,.1); transform: rotate(-.7deg); }
.intro-photo img { display: block; width: 100%; height: auto; filter: saturate(.82) sepia(.08) contrast(1.02); }
.intro-photo figcaption { margin: 10px 10px 0; color: var(--green); font-family: var(--display); font-size: .8rem; font-style: italic; line-height: 1.35; text-align: center; }
.intro-copy { max-width: 590px; margin: 22px 0 0; padding: 26px 26px var(--space-3); background: rgba(255,253,247,.9); box-shadow: 6px 7px 0 rgba(38,48,43,.08); }
.intro-copy p { margin: 0 0 20px; font-size: 1.12rem; }
.intro-copy h1 { margin: 0 0 10px; color: var(--green); font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 400; line-height: 1.15; }
.intro-copy .intro-lead { color: var(--gold); font-family: var(--sans); font-size: .92rem; font-weight: 700; letter-spacing: .02em; }
.home-links-section { width: min(1160px, calc(100% - 56px)); margin: var(--space-2) auto var(--space-8); }
.home-links-intro { margin: 0 0 var(--space-3); color: rgba(38,48,43,.82); font-family: var(--sans); font-size: 1.05rem; line-height: 1.5; text-align: center; }
.home-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-3); }
.home-link { display: flex; flex-direction: column; gap: 8px; padding: var(--space-3) 24px; background: rgba(255,253,247,.9); box-shadow: 6px 7px 0 rgba(38,48,43,.08); color: var(--ink); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.home-link:not(.home-link-schedules):hover { transform: translateY(-3px); box-shadow: 8px 9px 0 rgba(38,48,43,.12); }
.home-link h3 { margin: 0; color: var(--green); font-size: 1.2rem; font-weight: 400; }
.home-link p { margin: 0; font-family: var(--sans); font-size: .88rem; color: rgba(38,48,43,.72); }
.home-link > span { margin-top: auto; color: var(--red); font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.home-link-schedule-actions { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: auto; }
.home-link-schedule-actions a { color: var(--red); font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.home-link-schedule-actions a:hover { color: var(--green); text-decoration: underline; }
.chronik-hero { width: min(760px, calc(100% - 56px)); margin: 44px auto 0; text-align: center; }
.chronik-hero h1 { margin: 0 0 var(--space-2); color: var(--green); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; }
.chronik-hero p:last-child { margin: 0; font-size: 1.08rem; }
.chronik-hero-compact { margin-top: 22px; }
.chronik-hero-compact h1 { margin-bottom: 10px; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.chronik-hero-compact p:last-child { font-size: .96rem; }
.chronik-see-also { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; margin-top: 14px !important; color: var(--gold); font-family: var(--sans); font-size: .78rem !important; font-weight: 700; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.chronik-see-also span, .chronik-see-also a { white-space: nowrap; }
.chronik-see-also span::after { content: ':'; }
.chronik-see-also a { color: var(--gold); }
.chronik-see-also .chronik-see-separator { color: rgba(169,120,63,.75); }
.chronik-see-also .chronik-see-separator::after { content: none; }
.chronik-timeline { position: relative; width: min(880px, calc(100% - 56px)); margin: var(--space-6) auto var(--space-8); padding-left: 30px; border-left: 2px dashed var(--line); }
.chronik-era { position: relative; margin-bottom: 38px; padding: var(--space-3) 28px 22px; background: rgba(255,253,247,.9); box-shadow: 6px 7px 0 rgba(38,48,43,.08); }
.chronik-era::before { position: absolute; top: 28px; left: -38px; width: 14px; height: 14px; content: ''; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--paper); }
.chronik-era:last-child { margin-bottom: 0; }
.chronik-years { display: inline-block; margin-bottom: 10px; padding: 3px 11px; border: 1px solid rgba(169,120,63,.6); color: var(--gold); font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.chronik-era h2, .termine-card h2 { margin: 4px 0 12px; color: var(--green); font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.chronik-era p, .termine-card p { margin: 0 0 14px; font-size: 1.02rem; line-height: 1.62; }
.chronik-era p:last-child, .termine-card p:last-child { margin-bottom: 0; }
.termine-section { width: min(880px, calc(100% - 56px)); margin: var(--space-6) auto var(--space-8); }
.termine-card { position: relative; padding: var(--space-3) 28px 22px; background: rgba(255,253,247,.9); box-shadow: 6px 7px 0 rgba(38,48,43,.08); }
.termine-card-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: var(--space-2); margin-bottom: var(--space-2); }
.termine-card-head h2 { margin: 0; }
.termine-card-head .text-link { white-space: nowrap; }
.chronik-era h3 { margin: 26px 0 10px; color: var(--red); font-family: var(--sans); font-size: .92rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.chronik-era h3:first-of-type { margin-top: 4px; }
.chronik-caption { margin: 6px 0 var(--space-2) !important; color: rgba(38,48,43,.68); font-family: var(--sans); font-size: .85rem; font-style: italic; line-height: 1.5; }
.chronik-figure { margin: var(--space-2) 0; text-align: center; }
.chronik-figure img { display: block; width: 100%; max-width: 420px; height: auto; margin: 0 auto; box-shadow: 4px 5px 0 rgba(38,48,43,.1); }
.chronik-figure-wide img { width: min(760px, calc(100vw - 40px)); max-width: 100%; }
.chronik-figure-compact img { max-width: 260px; }
.chronik-figure figcaption { margin-top: var(--space-1); color: rgba(38,48,43,.68); font-family: var(--sans); font-size: .82rem; }
.chronik-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 6px; margin: var(--space-2) 0; }
.chronik-gallery a { display: block; }
.chronik-gallery img { display: block; width: 100%; height: var(--space-8); object-fit: cover; box-shadow: 2px 3px 0 rgba(38,48,43,.1); }
.chronik-links dt { margin-top: var(--space-2); color: var(--green); font-family: var(--sans); font-weight: 700; }
.chronik-links dt:first-child { margin-top: 0; }
.chronik-links dd { margin: 4px 0 0; }
.chronik-links ul { margin: 0; padding-left: 20px; }
.termine-card h3 { margin: 26px 0 10px; color: var(--red); font-family: var(--sans); font-size: .92rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.termine-card h3:first-of-type { margin-top: 4px; }
.kontakt-address { width: min(760px, calc(100% - 56px)); margin: var(--space-3) auto 0; text-align: center; }
.kontakt-address p { margin: 0 0 4px; font-size: 1.08rem; }
.kontakt-button { display: inline-block; margin-top: var(--space-2); padding: 12px 28px; border: 0; background: var(--green); color: var(--cream); font-family: var(--sans); font-size: .88rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; box-shadow: 3px 4px 0 rgba(38,48,43,.18); transition: background-color .16s ease; }
.kontakt-button:hover { background: var(--red); }
.kontakt-map { width: min(1000px, calc(100% - 56px)); margin: var(--space-4) auto; box-shadow: 6px 7px 0 rgba(38,48,43,.1); }
.kontakt-map iframe { display: block; width: 100%; height: 420px; border: 0; }
.kontakt-parking { width: min(760px, calc(100% - 56px)); margin: 0 auto var(--space-6); color: rgba(38,48,43,.72); font-family: var(--sans); font-size: .92rem; text-align: center; }
.kontakt-grid-section { width: min(1080px, calc(100% - 56px)); margin: 0 auto var(--space-8); }
.kontakt-grid-section h2 { margin: 0 0 var(--space-3); color: var(--green); font-size: 1.6rem; font-weight: 400; text-align: center; }
.kontakt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-3); }
.kontakt-card { padding: var(--space-3) 24px; background: rgba(255,253,247,.9); box-shadow: 6px 7px 0 rgba(38,48,43,.08); }
.kontakt-card h3 { margin: 0 0 12px; color: var(--red); font-family: var(--sans); font-size: .88rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.kontakt-card p { margin: 0 0 14px; font-size: .95rem; line-height: 1.5; }
.kontakt-card p:last-child { margin-bottom: 0; }
.kontakt-form-section { width: min(760px, calc(100% - 56px)); margin: 0 auto var(--space-8); }
.kontakt-form-section > h2 { margin: 0 0 var(--space-3); color: var(--green); font-size: 1.6rem; font-weight: 400; text-align: center; }
.svh-contact-form { padding: var(--space-4); border: 1px solid var(--line); background: rgba(255,253,247,.9); box-shadow: 6px 7px 0 rgba(38,48,43,.08); }
.svh-contact-form p { margin: 0 0 var(--space-3); }
.svh-contact-form p:last-child { margin-bottom: 0; }
.svh-contact-form label { display: block; margin-bottom: 6px; font-family: var(--sans); font-size: .9rem; font-weight: 700; }
.svh-contact-form input[type="text"], .svh-contact-form input[type="email"], .svh-contact-form select, .svh-contact-form textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 2px; background: #fff; color: var(--ink); font: inherit; }
.svh-contact-form textarea { resize: vertical; }
.svh-contact-form input:focus, .svh-contact-form select:focus, .svh-contact-form textarea:focus { border-color: var(--green); outline: 3px solid rgba(183,137,67,.28); outline-offset: 1px; }
.svh-contact-consent label { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; font-family: var(--serif); font-weight: 400; line-height: 1.5; }
.svh-contact-consent input { margin-top: 5px; }
.content-shell { width: min(880px, calc(100% - 56px)); margin: var(--space-4) auto var(--space-8); }
.content-panel { margin-bottom: var(--space-4); padding: var(--space-3) 28px 24px; background: rgba(255,253,247,.9); box-shadow: 6px 7px 0 rgba(38,48,43,.08); }
.content-panel:last-child { margin-bottom: 0; }
.content-panel h2 { margin: 4px 0 14px; color: var(--green); font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.content-panel p { max-width: 70ch; margin: 0 0 14px; line-height: 1.65; }
.content-panel p:last-child { margin-bottom: 0; }
.document-list { display: grid; border-top: 1px solid var(--line); }
.document-list a { display: flex; flex-direction: column; gap: 4px; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.document-list a:hover strong { color: var(--red); }
.document-list strong { color: var(--green); font-size: 1.02rem; font-weight: 400; }
.document-list span { color: rgba(38,48,43,.68); font-family: var(--sans); font-size: .8rem; line-height: 1.4; }
.links-page .document-list a { flex-direction: row; align-items: center; gap: 16px; }
.link-logo { flex: 0 0 58px; width: 58px; height: 58px; object-fit: contain; }
.link-copy { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.legal-details { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr); margin: 0; border-top: 1px solid var(--line); font-size: .98rem; }
.legal-details dt, .legal-details dd { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); }
.legal-details dt { padding-right: 20px; color: var(--green); font-family: var(--sans); font-size: .82rem; font-weight: 700; }
.legal-details dd { line-height: 1.55; }
.legal-note { margin-top: var(--space-3) !important; padding: 15px 18px; border-left: 3px solid var(--gold); background: rgba(169,120,63,.08); color: rgba(38,48,43,.75); font-family: var(--sans); font-size: .82rem; }
.impressum-offer { margin-top: var(--space-5); padding: 24px 26px 22px; border-top: 3px solid var(--red); background: rgba(40,83,69,.08); }
.impressum-offer .kicker { margin-bottom: 8px; color: var(--gold); }
.impressum-offer h2 { margin: 0 0 8px; font-size: 1.45rem; }
.impressum-offer p { margin-bottom: 10px; }
.impressum-offer p:last-child { margin-bottom: 0; font-family: var(--sans); font-size: .86rem; font-weight: 700; }
.impressum-offer a { color: var(--red); text-decoration: none; }
.impressum-offer a:hover { text-decoration: underline; }
.forms-contact { border-top: 3px solid rgba(169,120,63,.58); }
.links-page .content-panel { padding-top: 0; }
@media (max-width: 760px) {
    .chronik-hero { margin-top: 28px; }
    .chronik-timeline { padding-left: 20px; margin-top: var(--space-4); }
    .chronik-era, .termine-card { padding: 20px 18px 18px; }
    .chronik-era::before { left: -27px; width: 12px; height: 12px; }
    .termine-section { margin-top: var(--space-4); }
    .termine-card-head { flex-direction: column; align-items: flex-start; gap: 6px; }
    .chronik-gallery { grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); }
    .chronik-gallery img { height: 68px; }
    .kontakt-map iframe { height: 280px; }
    .kontakt-grid { grid-template-columns: 1fr; }
    .kontakt-form-section { width: min(100% - var(--space-4), 560px); }
    .svh-contact-form { padding: 20px 18px; }
    .content-shell { width: min(100% - var(--space-4), 560px); margin-top: var(--space-3); }
    .content-panel { padding: 20px 18px 18px; }
    .content-panel h2 { font-size: 1.35rem; }
    .legal-details { grid-template-columns: 1fr; }
    .legal-details dt { padding-bottom: 4px; border-bottom: 0; }
    .legal-details dd { padding-top: 0; }
}
.feature-section a:hover { background: rgba(40,83,69,.09); }
.site-footer { position: relative; overflow: hidden; border-top: 4px solid var(--red); color: var(--cream); background-color: #23483c; background-image: linear-gradient(rgba(35,72,60,.9), rgba(28,59,49,.96)), url('assets/images/exclusive-paper.png'); background-size: auto, 560px 420px; background-blend-mode: normal, multiply; box-shadow: inset 0 1px 0 rgba(255,253,247,.18); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-4); width: min(1280px, calc(100% - 56px)); margin: 0 auto; padding: 38px 0 30px; }
.footer-brand { display: flex; flex-direction: column; gap: 2px; }
.footer-brand strong { color: var(--cream); font-family: var(--display); font-size: 1.42rem; font-style: italic; font-weight: 400; }
.footer-brand span { color: rgba(255,253,247,.68); font-family: var(--sans); font-size: .8rem; letter-spacing: .07em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 0; margin: 0; padding: 0; list-style: none; }
.footer-links a { padding: 7px var(--space-2); border-left: 1px solid rgba(255,253,247,.24); color: rgba(255,253,247,.9); font-family: var(--sans); font-size: .84rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; transition: color .16s ease, background-color .16s ease; }
.footer-links a:first-child { padding-left: 0; border-left: 0; }
.footer-links a:hover { color: #f0c982; }
.footer-fine { width: min(1280px, calc(100% - 56px)); margin: 0 auto; padding: 18px 0 28px; border-top: 1px solid rgba(255,253,247,.2); color: rgba(255,253,247,.66); font-family: var(--display); font-size: .82rem; font-style: italic; }
.scroll-top { position: fixed; right: var(--space-3); bottom: var(--space-3); z-index: 20; display: grid; place-items: center; width: var(--space-6); height: var(--space-6); padding: 0; border: 1px solid rgba(38,48,43,.3); border-radius: 50%; color: var(--cream); background: var(--green); box-shadow: 3px 4px 0 rgba(38,48,43,.18); font-family: var(--sans); font-size: 1.3rem; line-height: 1; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.scroll-top:hover { background: var(--red); }
.scroll-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
button svg { display: block; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: var(--space-5); background: rgba(20,24,20,.92); }
.lightbox.is-open { display: flex; }
.lightbox-figure { position: relative; max-width: min(92vw, 1100px); max-height: 88vh; margin: 0; text-align: center; }
.lightbox-figure img { display: block; max-width: 100%; max-height: 80vh; margin: 0 auto; box-shadow: 0 10px var(--space-5) rgba(0,0,0,.4); }
.lightbox-figure figcaption { margin-top: 12px; color: var(--cream); font-family: var(--sans); font-size: .85rem; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: fixed; display: grid; place-items: center; border: 1px solid rgba(255,253,247,.3); border-radius: 50%; color: var(--cream); background: rgba(38,48,43,.55); cursor: pointer; transition: background .16s ease; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(38,48,43,.85); }
.lightbox-close { top: 20px; right: 20px; width: 44px; height: 44px; }
.lightbox-prev, .lightbox-next { top: 50%; width: 52px; height: 52px; transform: translateY(-50%); }
.lightbox-prev { left: var(--space-2); }
.lightbox-next { right: var(--space-2); }
@media (max-width: 640px) {
    .lightbox { padding: var(--space-2); }
    .lightbox-prev, .lightbox-next { width: 42px; height: 42px; }
    .lightbox-prev { left: 6px; }
    .lightbox-next { right: 6px; }
}
body.reveal-enabled .intro-main, body.reveal-enabled .events-panel { opacity: 0; transform: translateY(var(--space-3)); }
body.reveal-enabled .events-panel { transform: translateY(var(--space-3)) rotate(-.45deg); }
body.reveal-enabled .is-visible { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
body.reveal-enabled .events-panel.is-visible { transform: translateY(0) rotate(-.45deg); }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    body::before, .intro-section::before, .feature-section::before { transform: none; }
    body.reveal-enabled .intro-main, body.reveal-enabled .events-panel { opacity: 1; transform: none; }
}
@media (max-width: 760px) {
    .banner-inner, .navigation-inner, .intro-section { width: min(100% - var(--space-4), 560px); }
    body { background-color: #fbf7ed; background-image: linear-gradient(180deg, rgba(251,247,237,.92) 0, rgba(255,253,247,.62) 260px, rgba(255,253,247,0) 560px); background-position: center top; background-size: 100% 560px; }
    body::before { display: none; }
    .site-header::after { height: 18px; background: linear-gradient(to bottom, rgba(244,240,229,.78), rgba(251,247,237,0)); }
    .banner { background-color: #a8bb8e; background-image: linear-gradient(168deg, rgba(200,213,182,.92) 0%, rgba(168,187,142,.88) 48%, rgba(140,161,113,.92) 100%), radial-gradient(ellipse at 50% 15%, rgba(255,253,247,.4), rgba(255,253,247,0) 62%), url('assets/images/exclusive-paper.png'); background-size: auto, auto, 560px 420px; background-blend-mode: normal, normal, multiply; }
    .navigation { background-color: rgba(250,248,241,.96); background-image: linear-gradient(rgba(250,248,241,.62), rgba(250,248,241,.62)), url('assets/images/exclusive-paper.png'); background-position: center, center; background-size: auto, 560px 420px; background-blend-mode: normal, multiply; }
    .banner-inner { min-height: 132px; }
    .brand { gap: 10px; }
    .brand img { width: 86px; height: 108px; }
    .brand-title { min-width: 0; font-size: clamp(1rem, 5.2vw, 1.35rem); line-height: .95; white-space: normal; }
    .brand-place { margin-left: 0; }
    .mobile-break, .mobile-break br { display: inline; }
    .brand-title { line-height: .92; }
    .brand-title span, .brand-title strong { display: block; }
    .brand-title .brand-place { display: inline; }
    .target { display: none; }
    .navigation-inner { display: block; min-height: 0; padding: 0; }
    .navigation-inner::before, .navigation-inner::after { display: none; }
    .menu-toggle { position: absolute; top: 12px; right: 0; display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(40,83,69,.4); border-radius: 10px; color: var(--green); background: rgba(253,249,239,.9); box-shadow: 0 1px 2px rgba(38,48,43,.12); cursor: pointer; transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
    .menu-toggle:hover { border-color: var(--green); box-shadow: 0 2px 6px rgba(38,48,43,.18); }
    .menu-toggle[aria-expanded="true"] { color: var(--cream); background: var(--green); border-color: var(--green); box-shadow: inset 0 1px 3px rgba(0,0,0,.22); }
    .menu-toggle-bars { position: relative; display: block; width: 20px; height: 14px; }
    .menu-toggle-bars span { position: absolute; left: 0; display: block; width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: transform .22s ease, opacity .18s ease, top .22s ease; }
    .menu-toggle-bars span:nth-child(1) { top: 0; }
    .menu-toggle-bars span:nth-child(2) { top: 6px; }
    .menu-toggle-bars span:nth-child(3) { top: 12px; }
    .menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(1) { top: 6px; transform: rotate(45deg); }
    .menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(3) { top: 6px; transform: rotate(-45deg); }
    .main-menu { display: none; margin: 0 auto; padding: 6px 14px; border: 1px solid var(--line); background: var(--cream); }
    .main-menu.is-open { display: block; }
    .main-menu > li { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid var(--line); }
    .main-menu > li > a, .main-menu > li > .menu-parent { flex: 1; padding: 13px 4px; font-size: .96rem; font-weight: 600; text-align: left; }
    .main-menu > li > a:hover, .main-menu > li > .menu-parent:hover, .main-menu > li:focus-within > a, .main-menu > li:focus-within > .menu-parent { color: var(--green); background: transparent; box-shadow: none; }
    .submenu-toggle { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); color: var(--red); background: transparent; cursor: pointer; }
    .submenu { position: static; display: none; flex-basis: 100%; min-width: 0; padding: 3px 0 7px 15px; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; }
    .submenu.is-open { display: block; }
    .has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu { opacity: 1; pointer-events: auto; }
    .news-widget-inner { grid-template-columns: 1fr; width: min(100% - var(--space-4), 560px); gap: var(--space-1); padding: 9px 0 var(--space-1); }
    .news-widget h2 { justify-self: start; font-size: .66rem; }
    .news-widget ul { display: grid; gap: 7px; }
    .news-widget li { min-width: 0; }
    .news-widget a { align-items: flex-start; justify-content: space-between; gap: 12px; }
    .news-widget strong { font-size: .96rem; line-height: 1.2; }
    .news-widget span { white-space: nowrap; }
    .intro-section { grid-template-columns: 1fr; gap: var(--space-3); padding-top: 14px; }
    .intro-main, .intro-copy, .events-panel { min-width: 0; }
    .events-panel { padding: 27px 18px 20px; }
    body.events-more-enabled .event-list:not(.is-expanded) .event:nth-child(n+4) { display: none; }
    body.events-more-enabled .events-more { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: 10px; padding: 12px 14px; border: 1px solid rgba(40,83,69,.32); color: var(--green); background: rgba(255,253,247,.72); font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
    body.events-more-enabled .events-more:hover { color: var(--cream); background: var(--green); }
    body.events-more-enabled .events-more svg { transition: transform .18s ease; }
    body.events-more-enabled .events-more[aria-expanded="true"] svg { transform: rotate(180deg); }
    .home-links-section { margin-top: var(--space-4); }
    .home-links { grid-template-columns: 1fr; }
    .jugend-stats { grid-template-columns: repeat(2, 1fr); }
    .intro-photo { left: 0; margin: 0 0 0 10px; padding-bottom: 14px; }
    .intro-photo figcaption { margin: 9px var(--space-1) 0; font-size: .78rem; }
    .intro-copy { margin: 18px 0 0; padding: 20px var(--space-2) 18px; }
    .feature-section { grid-template-columns: 1fr; }
    .feature-section a, .feature-section a + a { padding: 21px 0; border-left: 0; }
    .feature-section a + a { border-top: 1px solid rgba(244,240,229,.3); }
    .footer-inner { flex-direction: column; align-items: flex-start; gap: 20px; padding: 28px 0 22px; }
    .footer-brand strong { font-size: 1.25rem; }
    .footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px var(--space-3); width: 100%; }
    .footer-links a, .footer-links a:first-child { padding: 7px 0; border-left: 0; }
    .footer-fine { padding: 14px 58px var(--space-3) 0; }
    .scroll-top { right: 14px; bottom: 14px; width: 42px; height: 42px; font-size: 1.1rem; }
}
.rwk-section, .results-page { width: min(880px, calc(100% - 56px)); margin: var(--space-3) auto var(--space-8); }
.results-overview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-2); margin-bottom: var(--space-4); }
.results-overview a { display: flex; flex-direction: column; gap: 4px; min-width: 0; padding: 18px 20px; border-top: 3px solid rgba(169,120,63,.55); color: var(--ink); background: rgba(255,253,247,.82); box-shadow: 4px 5px 0 rgba(38,48,43,.08); text-decoration: none; }
.results-overview a:hover { color: var(--ink); background: rgba(40,83,69,.08); }
.results-overview strong { color: var(--green); font-size: 1.05rem; font-weight: 400; }
.results-overview span { color: rgba(38,48,43,.68); font-family: var(--sans); font-size: .78rem; line-height: 1.35; }
.rwk-meta { margin: 0 0 var(--space-3); color: rgba(38,48,43,.65); font-family: var(--sans); font-size: .85rem; font-style: italic; text-align: center; }
.rwk-card { margin-bottom: var(--space-4); padding: var(--space-3) 28px 22px; overflow-x: auto; background: rgba(255,253,247,.9); box-shadow: 6px 7px 0 rgba(38,48,43,.08); }
.rwk-card:last-child { margin-bottom: 0; }
.results-card { scroll-margin-top: 86px; }
.results-card h2 { margin: 3px 0 var(--space-2); color: var(--green); font-size: 1.55rem; font-weight: 400; line-height: 1.18; }
.rwk-card h3 { margin: 0 0 12px; color: var(--green); font-size: 1.2rem; font-weight: 400; }
.results-card h3 { margin-top: var(--space-3); color: var(--red); font-family: var(--sans); font-size: .86rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.results-card h3:first-child, .results-card h2 + h3 { margin-top: 0; }
.results-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-3); margin-bottom: var(--space-2); }
.rwk-table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: .88rem; }
.rwk-table th, .rwk-table td { padding: 7px 10px; border-bottom: 1px solid var(--line); text-align: left; }
.rwk-table th { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.rwk-table th:first-child, .rwk-table td:first-child { width: 40px; text-align: center; }
.kings-table th:first-child, .kings-table td:first-child { width: 145px; text-align: center; }
.king-place-number, .king-place-title { display: block; }
.king-place-number { line-height: 1.1; }
.king-place-title { line-height: 1.25; }
.rwk-table tr.is-own td { color: var(--green); font-weight: 700; background: rgba(40,83,69,.06); }
.rwk-card h4 { margin: 22px 0 8px; color: var(--red); font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.rwk-table-einzel { font-size: .84rem; }
.rwk-table-einzel th:first-child, .rwk-table-einzel td:first-child { width: 56px; }
.rwk-source { margin: 14px 0 0; font-family: var(--sans); font-size: .8rem; }
.rwk-source a { color: var(--red); font-weight: 700; text-decoration: none; }
.rwk-source a:hover { text-decoration: underline; }
.results-note { margin: var(--space-3) 0 0; padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(169,120,63,.08); }
.results-note strong { color: var(--gold); font-family: var(--sans); font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.results-note p { margin: 6px 0 0; font-size: .94rem; line-height: 1.55; }
.results-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.results-list p { display: grid; grid-template-columns: 68px minmax(0, 1fr) auto; align-items: baseline; gap: 14px; margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: .9rem; }
.results-list strong { color: var(--green); }
.results-list span { color: rgba(38,48,43,.72); }
.results-list a { font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.results-more { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: var(--space-3); padding: 12px 16px; border: 1px solid rgba(40,83,69,.35); color: var(--green); background: rgba(255,253,247,.7); font-family: var(--sans); font-size: .8rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.results-more:hover { color: var(--cream); background: var(--green); }
.results-more svg { transition: transform .18s ease; }
.results-more[aria-expanded="true"] svg { transform: rotate(180deg); }
.results-archive-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; margin-top: 10px !important; font-family: var(--sans); font-size: .78rem !important; }
.results-archive-page { width: min(1040px, calc(100% - 56px)); margin: var(--space-7) auto var(--space-8); padding-top: var(--space-5); border-top: 1px solid var(--line); }
.results-archive-heading { max-width: 680px; margin-bottom: var(--space-4); }
.results-archive-heading h2 { margin: 4px 0 10px; color: var(--green); font-size: 2rem; font-weight: 400; }
.results-archive-heading p { margin: 0; font-size: 1rem; line-height: 1.6; }
.results-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-3); }
.results-archive-group { min-width: 0; padding: 20px 22px 18px; border-top: 3px solid rgba(169,120,63,.55); background: rgba(255,253,247,.82); box-shadow: 4px 5px 0 rgba(38,48,43,.07); }
.results-archive-group h3 { margin: 0; color: var(--green); font-size: 1.2rem; font-weight: 400; }
.results-archive-group .results-archive-links { justify-content: flex-start; gap: 8px 14px; }
.results-archive-group .results-archive-links a { color: var(--red); font-weight: 700; text-decoration: none; }
.results-archive-group .results-archive-links a:hover { text-decoration: underline; }
.results-archive-note, .results-archive-unavailable p { margin: 12px 0 0; color: rgba(38,48,43,.65); font-family: var(--sans); font-size: .78rem; line-height: 1.45; }
.archive-mirror { width: min(880px, calc(100% - 56px)); margin: var(--space-3) auto var(--space-8); padding: var(--space-3) 28px 28px; background: rgba(255,253,247,.9); box-shadow: 6px 7px 0 rgba(38,48,43,.08); }
.archive-source-link { margin: 0 0 var(--space-3); font-family: var(--sans); font-size: .8rem; font-weight: 700; }
.archive-mirror h1 { margin: 26px 0 12px; color: var(--green); font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.archive-mirror h1:first-child { margin-top: 0; }
.archive-mirror h2 { margin: 4px 0 12px; color: var(--green); font-size: 1.55rem; font-weight: 400; }
.archive-mirror p { margin: 0 0 14px; line-height: 1.6; }
.archive-mirror table { width: 100%; margin: 0 0 22px; border-collapse: collapse; font-family: var(--sans); font-size: .88rem; }
.archive-mirror td, .archive-mirror th { padding: 8px 10px; border-bottom: 1px solid var(--line); text-align: left; }
.archive-mirror tr:first-child td, .archive-mirror th { color: var(--gold); font-weight: 700; }
.archive-mirror a { color: var(--red); }
.archive-mirror .sigplus-gallery ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 7px; margin: var(--space-3) 0; padding: 0; list-style: none; }
.archive-mirror .sigplus-gallery li { margin: 0; list-style: none; }
.archive-mirror .sigplus-gallery a { display: block; }
.archive-mirror .sigplus-gallery img { display: block; width: 100%; height: 100px; object-fit: cover; box-shadow: 2px 3px 0 rgba(38,48,43,.1); }
.rwk-placeholder { padding: var(--space-3) 28px 22px; border: 1px dashed var(--line); background: rgba(250,248,241,.5); color: rgba(38,48,43,.6); font-family: var(--sans); font-size: .92rem; text-align: center; }
.rwk-archive { margin-top: var(--space-4); padding: var(--space-2) 28px; border: 1px dashed var(--line); background: rgba(250,248,241,.5); text-align: center; }
.rwk-archive h3 { margin: 0 0 6px; color: var(--gold); font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.rwk-archive p { margin: 0; color: rgba(38,48,43,.65); font-size: .88rem; }
.rwk-archive a { color: var(--red); }
.jugend-page { padding: 28px 0 var(--space-8); }
.jugend-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: stretch; width: min(1160px, calc(100% - 56px)); margin: 0 auto var(--space-5); }
.jugend-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px 54px 48px 0; }
.jugend-hero h1 { max-width: 720px; margin: 0 0 var(--space-2); color: var(--green); font-size: 3.2rem; font-weight: 400; line-height: 1.04; }
.jugend-hero-question { margin: 0 0 10px; color: var(--green); font-size: 1.55rem; font-style: italic; line-height: 1.25; }
.jugend-hero-lead { margin: 0 0 var(--space-2); color: var(--gold); font-family: var(--sans); font-size: 1.12rem; font-weight: 700; line-height: 1.45; }
.jugend-hero-copy > p:not(.kicker) { max-width: 62ch; }
.jugend-primary-link { display: inline-flex; align-items: center; gap: 10px; margin-top: var(--space-2); padding: 13px 20px; color: var(--cream); background: var(--red); box-shadow: 4px 5px 0 rgba(38,48,43,.14); font-family: var(--sans); font-size: .86rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease; }
.jugend-primary-link:hover { color: var(--cream); background: var(--green); box-shadow: 6px 7px 0 rgba(38,48,43,.16); transform: translateY(-2px); }
.jugend-hero-media { position: relative; display: grid; place-items: center; min-height: 420px; margin: 0; overflow: hidden; background-color: #a8bb8e; background-image: linear-gradient(145deg, rgba(200,213,182,.9), rgba(117,145,95,.88)), url('assets/images/exclusive-paper.png'); background-size: auto, 560px 420px; background-blend-mode: normal, multiply; }
.jugend-hero-media::after { position: absolute; inset: 14px; border: 1px solid rgba(255,253,247,.48); content: ''; pointer-events: none; }
.jugend-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.jugend-hero-placeholder img { width: 132px; height: 132px; object-fit: contain; opacity: .78; filter: drop-shadow(0 5px 4px rgba(38,48,43,.2)); }
.jugend-hero-media figcaption { position: absolute; right: 22px; bottom: 20px; left: 22px; color: rgba(38,48,43,.78); font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.jugend-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(1160px, calc(100% - 56px)); margin: 0 auto var(--space-7); border-top: 1px solid rgba(40,83,69,.35); border-bottom: 1px solid rgba(40,83,69,.35); }
.jugend-facts div { min-width: 0; padding: 19px 22px 18px; border-left: 1px solid rgba(40,83,69,.22); }
.jugend-facts div:first-child { border-left: 0; }
.jugend-facts strong, .jugend-facts span { display: block; }
.jugend-facts strong { color: var(--green); font-size: 1.05rem; font-weight: 400; line-height: 1.25; }
.jugend-facts span { margin-top: 4px; color: rgba(38,48,43,.66); font-family: var(--sans); font-size: .76rem; line-height: 1.3; }
.jugend-content-section, .jugend-faq-section { width: min(880px, calc(100% - 56px)); margin: 0 auto var(--space-7); }
.jugend-section-heading { margin-bottom: var(--space-3); }
.jugend-section-heading h2, .jugend-community h2, .jugend-cta h2 { margin: 0; color: var(--green); font-size: 2.25rem; font-weight: 400; line-height: 1.12; }
.jugend-section-heading > p:last-child { max-width: 68ch; margin: 12px 0 0; }
.jugend-reading-copy { max-width: 70ch; }
.jugend-reading-copy p { margin: 0 0 var(--space-2); font-size: 1.05rem; line-height: 1.7; }
.jugend-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-2); margin: var(--space-4) 0; }
.jugend-stat { min-width: 0; padding: 19px 12px 17px; border-top: 3px solid rgba(169,120,63,.6); background: rgba(255,253,247,.8); text-align: center; }
.jugend-stat strong { display: block; margin-bottom: 4px; color: var(--gold); font-family: var(--display); font-size: 1.5rem; font-style: italic; font-weight: 700; white-space: nowrap; }
.jugend-stat span { display: block; color: rgba(38,48,43,.72); font-family: var(--sans); font-size: .78rem; line-height: 1.3; }
.jugend-stat small { display: block; margin-top: 3px; color: rgba(38,48,43,.54); font-size: .66rem; font-style: italic; }
.jugend-safety-note { max-width: 70ch; margin-top: var(--space-4); padding: 20px 24px; border-left: 4px solid var(--green); background: rgba(40,83,69,.07); }
.jugend-safety-note > strong { color: var(--green); font-family: var(--sans); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.jugend-safety-note p { margin: 7px 0 0; line-height: 1.65; }
.jugend-community { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: var(--space-6); width: min(1160px, calc(100% - 56px)); margin: 0 auto var(--space-7); padding: 42px 48px; border-top: 1px solid rgba(40,83,69,.24); border-bottom: 1px solid rgba(40,83,69,.24); background: rgba(168,187,142,.18); }
.jugend-community p:last-child { max-width: 64ch; margin: 0; font-size: 1.06rem; line-height: 1.7; }
.jugend-faq-list { border-top: 1px solid var(--line); }
.jugend-faq-list details { border-bottom: 1px solid var(--line); }
.jugend-faq-list summary { position: relative; padding: 21px 48px 21px 0; color: var(--green); font-size: 1.16rem; font-weight: 700; line-height: 1.3; list-style: none; cursor: pointer; }
.jugend-faq-list summary::-webkit-details-marker { display: none; }
.jugend-faq-list summary::after { position: absolute; top: 50%; right: 8px; width: 28px; height: 28px; color: var(--red); content: '+'; font-family: var(--sans); font-size: 1.45rem; font-weight: 400; line-height: 26px; text-align: center; transform: translateY(-50%); }
.jugend-faq-list details[open] summary::after { content: '−'; }
.jugend-faq-list details > div { max-width: 70ch; padding: 0 48px 20px 0; }
.jugend-faq-list details p { margin: 0 0 12px; line-height: 1.65; }
.jugend-faq-list details p:last-child { margin-bottom: 0; }
.jugend-cta { display: flex; align-items: center; justify-content: space-between; gap: var(--space-5); width: min(1160px, calc(100% - 56px)); margin: 0 auto; padding: 38px 46px; color: var(--cream); background: var(--green); box-shadow: 7px 8px 0 rgba(38,48,43,.13); }
.jugend-cta .kicker { color: #f0c982; }
.jugend-cta h2 { color: var(--cream); }
.jugend-cta p:last-child { max-width: 64ch; margin: 10px 0 0; color: rgba(255,253,247,.82); }
.jugend-cta .jugend-primary-link { flex: 0 0 auto; margin-top: 0; background: var(--red); }
.about-page { padding-bottom: var(--space-8); }
.about-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: var(--space-6); width: min(1040px, calc(100% - 56px)); margin: var(--space-4) auto var(--space-7); }
.about-photo { margin: 0; padding: 8px 8px 12px; background: var(--cream); box-shadow: 7px 9px 0 rgba(38,48,43,.1); transform: rotate(-.5deg); }
.about-photo img { display: block; width: 100%; height: auto; }
.about-photo figcaption { margin-top: 9px; color: rgba(38,48,43,.66); font-size: .82rem; font-style: italic; text-align: center; }
.about-intro-copy h2, .about-more h2 { margin: 0 0 var(--space-2); color: var(--green); font-size: 2.2rem; font-weight: 400; line-height: 1.13; }
.about-intro-copy > p:not(.kicker) { max-width: 62ch; margin: 0 0 14px; line-height: 1.68; }
.about-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-5); width: min(1040px, calc(100% - 56px)); margin: 0 auto var(--space-7); }
.about-values article { padding: 27px 30px 25px; border-top: 3px solid rgba(169,120,63,.58); background: rgba(255,253,247,.72); }
.about-values h2 { margin: 0 0 12px; color: var(--green); font-size: 1.55rem; font-weight: 400; }
.about-values p { margin: 0 0 12px; line-height: 1.65; }
.about-values p:last-child { margin-bottom: 0; }
.about-more { width: min(1040px, calc(100% - 56px)); margin: 0 auto; padding: 34px 40px 38px; color: var(--cream); background: var(--green); box-shadow: 7px 8px 0 rgba(38,48,43,.13); }
.about-more .kicker { color: #f0c982; }
.about-more h2 { color: var(--cream); }
.about-more-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: var(--space-3); border-top: 1px solid rgba(255,253,247,.24); }
.about-more-links a { display: flex; flex-direction: column; gap: 5px; padding: 20px 24px 4px 0; color: var(--cream); text-decoration: none; }
.about-more-links a + a { padding-left: var(--space-4); border-left: 1px solid rgba(255,253,247,.24); }
.about-more-links strong { font-size: 1.1rem; font-weight: 400; }
.about-more-links span { color: rgba(255,253,247,.72); font-family: var(--sans); font-size: .8rem; line-height: 1.45; }
.about-more-links a:hover strong { color: #f0c982; }
.leadership-page { padding-bottom: var(--space-8); }
.leadership-group-photo { width: min(1040px, calc(100% - 56px)); margin: var(--space-4) auto var(--space-7); padding: 10px 10px 14px; background: var(--cream); box-shadow: 8px 10px 0 rgba(38,48,43,.1); transform: rotate(-.35deg); }
.leadership-group-photo img, .leadership-gallery img, .flag-photo img { display: block; width: 100%; height: auto; }
.leadership-group-photo figcaption { margin-top: 10px; color: rgba(38,48,43,.68); font-size: .86rem; font-style: italic; text-align: center; }
.leadership-section { width: min(1040px, calc(100% - 56px)); margin: 0 auto var(--space-7); }
.leadership-heading { max-width: 720px; margin-bottom: var(--space-4); }
.leadership-heading h2 { margin: 0; color: var(--green); font-size: 2.3rem; font-weight: 400; line-height: 1.12; }
.leadership-heading > p:last-child { margin: 12px 0 0; font-size: 1.04rem; line-height: 1.65; }
.leadership-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-4); }
.leadership-gallery figure, .flag-photo { min-width: 0; margin: 0; background: rgba(255,253,247,.88); box-shadow: 6px 7px 0 rgba(38,48,43,.08); }
.leadership-gallery figcaption, .flag-photo figcaption { display: flex; flex-direction: column; gap: 3px; padding: 14px 16px 16px; }
.leadership-gallery figcaption strong, .flag-photo figcaption strong { color: var(--green); font-size: 1.02rem; font-weight: 400; }
.leadership-gallery figcaption span, .flag-photo figcaption span { color: rgba(38,48,43,.7); font-family: var(--sans); font-size: .8rem; line-height: 1.4; }
.leadership-addition, .flag-substitutes { margin: var(--space-3) 0 0; padding: 15px 18px; border-left: 3px solid var(--gold); background: rgba(169,120,63,.07); }
.flag-section { margin-bottom: 0; padding-top: var(--space-6); border-top: 1px solid var(--line); }
.flag-photo { max-width: 760px; }
@media (max-width: 760px) {
    .rwk-section, .results-page { margin-top: var(--space-3); }
    .results-overview, .results-columns { grid-template-columns: 1fr; }
    .results-overview a { padding: 16px 18px; }
    .rwk-card { padding: 20px 18px 18px; }
    .rwk-table { width: 100%; table-layout: fixed; font-size: .8rem; }
    .rwk-table th, .rwk-table td { padding: 6px; }
    .kings-table th:first-child, .kings-table td:first-child { width: 112px; }
    .rwk-archive { padding: 18px; }
    .results-list p { grid-template-columns: 54px minmax(0, 1fr); gap: 3px 10px; }
    .results-list a { grid-column: 2; }
    .results-archive-page { width: min(100% - var(--space-4), 560px); margin-top: var(--space-6); }
    .results-archive-grid { grid-template-columns: 1fr; }
    .archive-mirror { width: min(100% - var(--space-4), 560px); padding: 20px 18px 18px; }
    .archive-mirror table { display: block; width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; font-size: .8rem; table-layout: fixed; }
    .archive-mirror td, .archive-mirror th { padding: 6px; overflow-wrap: anywhere; }
    .archive-mirror .sigplus-gallery ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .archive-mirror .sigplus-gallery img { height: 78px; }
    .jugend-page { padding-top: 12px; }
    .jugend-hero { grid-template-columns: 1fr; width: min(100% - var(--space-4), 560px); margin-bottom: var(--space-4); }
    .jugend-hero-copy { padding: var(--space-3) 0 var(--space-4); }
    .jugend-hero h1 { font-size: 2.15rem; }
    .jugend-hero-question { font-size: 1.3rem; }
    .jugend-hero-lead { font-size: 1rem; }
    .jugend-primary-link { width: 100%; justify-content: center; text-align: center; }
    .jugend-hero-media { min-height: 260px; }
    .jugend-hero-placeholder img { width: 96px; height: 96px; }
    .jugend-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100% - var(--space-4), 560px); margin-bottom: var(--space-6); }
    .jugend-facts div { padding: 16px 12px; }
    .jugend-facts div:nth-child(odd) { border-left: 0; }
    .jugend-facts div:nth-child(n+3) { border-top: 1px solid rgba(40,83,69,.22); }
    .jugend-facts strong { font-size: .96rem; }
    .jugend-content-section, .jugend-faq-section { width: min(100% - var(--space-4), 560px); margin-bottom: var(--space-6); }
    .jugend-section-heading h2, .jugend-community h2, .jugend-cta h2 { font-size: 1.75rem; }
    .jugend-reading-copy p { font-size: 1rem; }
    .jugend-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .jugend-stat { padding: 16px 8px 14px; }
    .jugend-stat strong { font-size: 1.2rem; }
    .jugend-stat:last-child strong { font-size: 1.08rem; }
    .jugend-safety-note { padding: 18px; }
    .jugend-community { grid-template-columns: 1fr; gap: var(--space-2); width: 100%; margin-bottom: var(--space-6); padding: 30px var(--space-2); }
    .jugend-community > * { width: min(100% - var(--space-4), 560px); margin-right: auto; margin-left: auto; }
    .jugend-community p:last-child { font-size: 1rem; }
    .jugend-faq-list summary { padding: 18px 42px 18px 0; font-size: 1.04rem; }
    .jugend-faq-list details > div { padding: 0 0 18px; }
    .jugend-cta { flex-direction: column; align-items: flex-start; width: min(100% - var(--space-4), 560px); padding: 28px 20px; }
    .jugend-cta .jugend-primary-link { width: 100%; }
    .about-page { padding-bottom: var(--space-6); }
    .about-intro { grid-template-columns: 1fr; gap: var(--space-4); width: min(100% - var(--space-4), 560px); margin-top: var(--space-3); margin-bottom: var(--space-6); }
    .about-intro-copy h2, .about-more h2 { font-size: 1.75rem; }
    .about-values { grid-template-columns: 1fr; gap: var(--space-3); width: min(100% - var(--space-4), 560px); margin-bottom: var(--space-6); }
    .about-values article { padding: 22px 18px 20px; }
    .about-more { width: min(100% - var(--space-4), 560px); padding: 27px 20px 30px; }
    .about-more-links { grid-template-columns: 1fr; }
    .about-more-links a { padding: 17px 0; }
    .about-more-links a + a { padding-left: 0; border-top: 1px solid rgba(255,253,247,.24); border-left: 0; }
    .leadership-page { padding-bottom: var(--space-6); }
    .leadership-group-photo, .leadership-section { width: min(100% - var(--space-4), 560px); }
    .leadership-group-photo { margin-top: var(--space-3); margin-bottom: var(--space-6); padding: 6px 6px 12px; }
    .leadership-heading { margin-bottom: var(--space-3); }
    .leadership-heading h2 { font-size: 1.8rem; }
    .leadership-gallery { grid-template-columns: 1fr; gap: var(--space-3); }
    .leadership-gallery figcaption, .flag-photo figcaption { padding: 12px 14px 14px; }
    .flag-section { padding-top: var(--space-4); }
}