:root {
  --petrol: #063f38;
  --petrol-deep: #022f2a;
  --petrol-soft: #137565;
  --lime: #c9ff28;
  --coral: #ff5e63;
  --yellow: #f5d94b;
  --mint: #a9eee3;
  --mint-pale: #e9faf5;
  --paper: #f8faf7;
  --white: #fff;
  --ink: #092f2a;
  --muted: #5f716d;
  --line: #d9e2de;
  --line-strong: #c4d0cb;
  --shadow-soft: 0 16px 42px rgba(12, 48, 43, .07);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shell: 1280px;
  --font-display: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --font-body: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

@font-face {
  font-family: "Capture It";
  src: url("../fonts/capture-it.woff2") format("woff2"),
       url("../fonts/Capture%20it.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; padding-top: 82px; color: var(--ink); background-color: var(--paper); background-image: linear-gradient(rgba(248,250,247,.30), rgba(248,250,247,.30)), url("../images/beton/beton_2_opt.webp"); background-position: center top, center top; background-size: auto, 620px auto; background-repeat: repeat, repeat; font: 16px/1.55 var(--font-body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -70px; left: 24px; z-index: 1000; padding: 12px 18px; background: var(--lime); color: var(--petrol); font-weight: 900; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }
.page-shell { width: min(calc(100% - 80px), var(--shell)); margin-inline: auto; }
.section { position: relative; padding: 96px 0; }
.section-tight { padding-top: 68px; }
.surface-section { background: #f0f5f1; border-block: 1px solid #e4ece8; }
.content-narrow { max-width: 900px; }
.eyebrow { margin: 0 0 12px; color: var(--petrol-soft); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.035em; }
h1 { font-size: clamp(50px, 5vw, 78px); line-height: .98; }
h2 { margin: 0 0 16px; font-size: clamp(32px, 3vw, 48px); line-height: 1.04; }
h3 { margin: 0 0 10px; font-size: 25px; line-height: 1.08; }
p { margin: 0 0 16px; }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading p { max-width: 720px; color: var(--muted); }
.section-heading.split { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading.centered { text-align: center; }
.section-heading.centered p { margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; background: linear-gradient(90deg, rgba(0,48,64,.97) 0%, rgba(0,96,112,.96) 58%, rgba(0,48,64,.97) 100%); border-bottom: 3px solid var(--yellow); backdrop-filter: blur(16px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(0,32,32,.22); }
.header-inner { width: min(calc(100% - 56px), 1420px); min-height: 82px; margin-inline: auto; display: flex; align-items: center; gap: 24px; }
.brand { position: relative; width: 335px; height: 82px; flex: 0 0 auto; align-self: stretch; z-index: 2; }
.brand img { position: absolute; top: 6px; left: -13px; width: 323px; height: 180px; max-height: none; object-fit: contain; transform: rotate(-7deg); transform-origin: center; filter: drop-shadow(0 8px 10px rgba(0,32,32,.24)); }
.main-nav { display: flex; align-items: stretch; justify-content: center; gap: 21px; margin-left: auto; }
.nav-item { position: relative; display: flex; align-items: center; min-height: 82px; }
.nav-item > a { position: relative; padding: 12px 0; color: rgba(255,255,255,.92); font-size: 13px; font-weight: 850; white-space: nowrap; text-shadow: 0 1px 0 rgba(0,32,32,.25); }
.nav-item > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 3px; background: var(--yellow); transition: right .18s ease; }
.nav-item > a:hover, .nav-item > a:focus-visible, .nav-item > a.is-active { color: var(--white); }
.nav-item > a:hover::after, .nav-item > a:focus-visible::after, .nav-item > a.is-active::after { right: 0; }
.subnav { position: absolute; top: calc(100% - 5px); left: -18px; min-width: 285px; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(8px); background: rgba(248,250,247,.98); border: 1px solid rgba(144,208,192,.55); border-top: 4px solid var(--yellow); border-radius: var(--radius-sm); box-shadow: 0 16px 42px rgba(0,32,32,.18); transition: .16s ease; }
.subnav a { display: block; padding: 10px 12px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.subnav a:hover, .subnav a:focus-visible { background: var(--mint-pale); }
.has-subnav:hover .subnav, .has-subnav:focus-within .subnav { visibility: visible; opacity: 1; transform: none; }
.header-help { display: inline-flex; align-items: center; gap: 7px; padding: 11px 16px; background: var(--yellow); color: var(--petrol-deep); border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: 13px; font-weight: 900; white-space: nowrap; box-shadow: 0 8px 18px rgba(0,32,32,.18); }
.header-help:hover { background: var(--lime); color: var(--petrol-deep); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--white); }
.show-close { display: none; }

.hero { min-height: 680px; overflow-x: clip; overflow-y: visible; background: transparent; border-bottom: 1px solid rgba(6,63,56,.08); }
.hero::before { content: none; }
.hero-layout { position: relative; min-height: 680px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; padding-block: 56px 70px; }
.hero-copy { position: relative; top: 60px; z-index: 1; }
.hero-info-card { width: min(100%, 620px); margin-top: 24px; padding: 32px 42px 34px; background: url("../images/paper/paper_1_opt.webp") center / 100% 100% no-repeat; transform: rotate(-2deg); filter: drop-shadow(7px 9px 1px rgba(0,0,0,.58)); }
.hero-info-card .eyebrow { margin-bottom: 12px; font-size: 14px; letter-spacing: .14em; }
.hero h1 { margin: 0; font-family: "Capture It", var(--font-display); font-size: clamp(60px, 5.3vw, 84px); font-weight: 400; line-height: .9; letter-spacing: 0; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(1), .hero h1 span:nth-child(3) { color: var(--petrol); }
.hero h1 span:nth-child(2) { color: var(--coral); }
.hero-lead { max-width: 575px; margin: 0; color: #2f534d; font-size: 19px; }
.hero-actions { display: flex; gap: 14px; margin-top: 24px; }
.hero-collage { position: relative; z-index: 1; isolation: isolate; width: min(100%, 820px); min-height: 560px; justify-self: end; }
.hero-scene { position: absolute; display: block; max-width: none; height: auto; object-fit: contain; filter: drop-shadow(0 18px 14px rgba(0,32,32,.24)); }
.hero-scene--group { right: -174px; top: 20px; z-index: 2; width: min(56vw, 830px); transform: rotate(4deg); }
.hero-scene--group-13 { top: 140px; width: min(56vw, 750px); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1.5px solid var(--petrol); border-radius: 999px; font-weight: 850; line-height: 1; transition: transform .16s ease, background .16s ease, color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--lime); color: var(--petrol); }
.button-light { background: rgba(255,255,255,.85); color: var(--petrol); }
.button-petrol { background: var(--petrol); color: var(--white); }
.button-outline { border-color: rgba(255,255,255,.75); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--petrol); }
.text-link, .card-action { display: inline-flex; align-items: center; gap: 8px; color: var(--petrol); font-weight: 850; }
.text-link:hover, .card-action:hover { color: var(--coral); }

.image-placeholder { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden; isolation: isolate; background: linear-gradient(125deg, rgba(169,238,227,.82), rgba(255,255,255,.8) 48%, rgba(245,217,75,.42)); color: var(--petrol); text-align: center; }
.image-placeholder::before, .image-placeholder::after { content: ""; position: absolute; z-index: -1; width: 70%; height: 24%; background: url("../images/hero-background_opt.webp") center / cover no-repeat; opacity: .7; clip-path: polygon(0 20%, 88% 0, 100% 70%, 12% 100%); }
.image-placeholder::before { top: 14%; left: -16%; transform: rotate(-7deg); }
.image-placeholder::after { right: -13%; bottom: 12%; transform: rotate(5deg); }
.image-placeholder span { padding: 5px 9px; background: var(--white); border: 1px solid rgba(6,63,56,.2); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.image-placeholder strong { margin-top: 16px; font: 29px/1.05 var(--font-display); }
.image-placeholder small { margin-top: 7px; color: #40615b; }
.image-placeholder--hero { width: 100%; height: 100%; }
.image-placeholder--hero strong { font-size: 40px; }
.image-placeholder--wide { min-height: 260px; border-bottom: 1px solid var(--line); }
.image-placeholder--location { min-height: 235px; }
.image-placeholder--detail { min-height: 430px; border: 1px solid var(--line); border-radius: var(--radius); }

.quick { padding-top: 82px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quick-card { min-height: 255px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.quick-card > strong { margin-top: 20px; font: 25px var(--font-display); }
.quick-card p { color: var(--muted); }
.quick-card .card-action { margin-top: auto; }
.quick-card--dark { background: var(--petrol); border-color: var(--petrol); color: var(--white); }
.quick-card--dark p, .quick-card--dark .card-action { color: rgba(255,255,255,.78); }
.icon-bubble { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; background: var(--mint); color: var(--petrol); border-radius: 50%; }
.icon-bubble.tone-lime { background: var(--lime); }
.icon-bubble.tone-coral { background: var(--coral); color: var(--white); }

.badge-preview { padding-top: 20px; }
.badge-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.notice-badge { min-height: 175px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); background: var(--white); }
.notice-badge small { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.notice-badge strong { margin: 18px 0 12px; font: 27px var(--font-display); }
.notice-badge span { display: flex; align-items: center; gap: 7px; margin-top: auto; font-size: 13px; font-weight: 800; }
.badge-seasonal { border-top: 5px solid var(--yellow); }
.badge-participate { border-top: 5px solid var(--lime); }
.badge-current { border-top: 5px solid var(--coral); }
.badge-help { background: var(--petrol); border-color: var(--petrol); color: var(--white); }
.badge-help small { color: rgba(255,255,255,.65); }

.program-section { overflow: hidden; background: #f1f5f1; }
.paint-accent { position: absolute; width: 410px; height: 190px; background: url("../images/hero-background_opt.webp") center / cover no-repeat; opacity: .33; clip-path: polygon(0 22%, 84% 0, 100% 64%, 18% 100%); pointer-events: none; }
.paint-accent--left { left: -125px; top: 0; transform: rotate(-8deg); }
.paint-accent--right { right: -120px; bottom: 10px; transform: rotate(8deg); }
.program-filter { position: relative; display: grid; grid-template-columns: repeat(4, 1fr) auto; align-items: end; gap: 12px; margin-bottom: 28px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.program-filter--compact { grid-template-columns: repeat(3, 1fr) auto; }
.program-filter label span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.program-filter select { width: 100%; min-height: 44px; padding: 8px 34px 8px 11px; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--paper); color: var(--ink); }
.filter-reset { min-height: 44px; padding: 9px 14px; border: 1px solid var(--petrol); border-radius: 8px; background: transparent; color: var(--petrol); font-weight: 800; }
.program-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.program-example-note { grid-column: 1 / -1; margin: -8px 0 2px; padding: 12px 16px; color: #365b54; background: rgba(255,255,255,.76); border-left: 4px solid var(--mint); font-size: 13px; }
.program-card { position: relative; display: grid; grid-template-rows: auto auto; min-width: 0; overflow: hidden; padding: 20px 20px 0 26px; background: var(--white); border: 1px solid rgba(22,70,77,.16); border-radius: 16px; box-shadow: 0 10px 26px rgba(11,51,58,.09); }
.program-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--location-color); }
.program-card[hidden] { display: none; }
.program-card-main { display: grid; grid-template-columns: 80px minmax(0, 1fr); align-items: start; gap: 16px; padding-bottom: 18px; }
.program-date-tile { display: flex; min-height: 146px; flex-direction: column; align-items: center; justify-content: center; padding: 12px 8px; color: var(--petrol-dark); background: color-mix(in srgb, var(--location-color) 14%, white); border-radius: 11px; line-height: 1; text-align: center; }
.program-date-tile span, .program-date-tile b { color: var(--location-color); font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.program-date-tile strong { margin: 7px 0 5px; color: var(--petrol-dark); font-size: 38px; line-height: .92; }
.program-date-tile small { margin-top: 9px; color: #39545b; font-size: 12px; }
.program-date-tile--fallback strong { margin: 0; font-size: 16px; line-height: 1.3; }
.program-body { min-width: 0; padding: 4px 0 0; }
.program-location-label { margin: 0 0 6px; color: var(--location-color); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.program-body h3 { margin: 0; color: var(--petrol-dark); font-size: clamp(21px, 1.45vw, 27px); line-height: 1.08; overflow-wrap: anywhere; }
.program-body .program-description { display: -webkit-box; min-height: 2.9em; margin: 8px 0 12px; overflow: hidden; color: #47616a; font-size: 13px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.program-inline-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; }
.program-inline-meta p, .program-card-footer p { display: flex; min-width: 0; align-items: center; gap: 7px; margin: 0; color: #294f5b; font-size: 12px; }
.program-inline-meta p { flex: 1 1 120px; }
.program-inline-meta svg, .program-card-footer svg { width: 19px; height: 19px; flex: 0 0 auto; color: var(--location-color); stroke-width: 1.9; }
.program-card-footer { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 56px; align-items: center; border-top: 1px solid rgba(22,70,77,.13); }
.program-card-footer p { min-height: 30px; justify-content: center; padding: 0 4px; border-left: 1px solid rgba(22,70,77,.13); font-size: 11px; white-space: nowrap; }
.program-card-footer p:first-child { border-left: 0; }
.program-card-footer p:last-child { font-weight: 750; }
.empty-result { padding: 25px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.location-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s ease, transform .2s ease; }
.location-card:hover { border-color: rgba(6,63,56,.34); transform: translateY(-2px); }
.location-card-link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.location-card-link:focus-visible { outline: 3px solid var(--lime); outline-offset: -3px; }
.location-media { position: relative; height: 235px; overflow: hidden; }
.location-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.location-card:hover .location-media img { transform: scale(1.025); }
.location-media span { position: absolute; left: 15px; bottom: 15px; padding: 10px 16px; background: var(--white); border: 1px solid rgba(6,63,56,.2); border-radius: 2px; color: var(--petrol); font-size: 15px; font-weight: 850; }
.location-content { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.location-content > p:not(.address) { color: var(--muted); }
.location-content .card-action { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 18px; color: var(--petrol); font-size: 13px; font-weight: 850; }
.address { display: flex; align-items: flex-start; gap: 9px; color: var(--petrol); font-weight: 750; }
.address svg { margin-top: 3px; flex: 0 0 auto; }
.address.large { font-size: 20px; }
.locations-section { background: #fbfcfa; }

.about-section { padding-top: 70px; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; }
.about-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.about-panel--dark { padding: 34px; background: var(--petrol); border-color: var(--petrol); color: var(--white); }
.about-panel--dark .eyebrow { color: var(--lime); }
.about-panel--dark > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.about-panel dl { margin: 28px 0; }
.about-panel dl div { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.18); }
.about-panel dt { color: var(--lime); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.about-panel dd { margin: 3px 0 0; }
.participate-panel { display: grid; grid-template-columns: .95fr 1.05fr; }
.participate-panel > div:last-child { padding: 32px; align-self: center; }

.contact-section { overflow: hidden; }
.contact-card, .contact-page-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; padding: 48px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.contact-methods { display: grid; gap: 11px; margin: 26px 0; }
.contact-method { display: flex; align-items: center; gap: 14px; padding: 12px 0; }
.contact-method small, .contact-method strong { display: block; }
.contact-method small { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.contact-method strong { font-size: 17px; }
.person-chip { display: flex; align-items: center; gap: 14px; margin-top: 26px; padding: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.person-chip img { width: 62px; height: 62px; object-fit: cover; object-position: center 20%; border: 2px solid var(--white); border-radius: 50%; }
.person-chip span strong, .person-chip span small { display: block; }
.person-chip small { color: var(--muted); }
.person-chip--large { max-width: 420px; margin-bottom: 26px; }
.contact-form { display: flex; flex-direction: column; padding: 28px; background: #f4f7f4; border: 1px solid var(--line); border-radius: var(--radius); }
.form-header { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; margin-bottom: 20px; }
.form-header strong { font: 23px var(--font-display); }
.form-header span { color: var(--muted); font-size: 11px; }
.contact-form label { margin: 11px 0 6px; font-size: 12px; font-weight: 850; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 9px; background: var(--white); color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form .button { align-self: flex-start; margin-top: 18px; }
.form-status { margin: 14px 0 0; color: var(--muted); font-size: 12px; }

.breadcrumbs { width: min(calc(100% - 80px), var(--shell)); margin: 18px auto 0; display: flex; gap: 9px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--coral); }
.page-hero { position: relative; overflow: hidden; padding: 72px 0 78px; border-bottom: 1px solid var(--line); background: linear-gradient(110deg, #eef9f4 0%, var(--paper) 70%); }
.page-hero h1 { max-width: 1000px; margin: 0; color: var(--petrol); }
.page-lead { max-width: 820px; margin-top: 22px; color: #41625c; font-size: 20px; }
.paint-strip { position: absolute; right: -30px; top: -45px; width: 520px; height: 230px; background: url("../images/hero-background_opt.webp") center / cover no-repeat; opacity: .45; clip-path: polygon(0 24%, 92% 0, 100% 68%, 18% 100%); transform: rotate(6deg); }

.info-panel { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-top: 38px; padding: 28px; background: var(--mint-pale); border: 1px solid #b9ddd3; border-left: 5px solid var(--petrol-soft); }
.info-panel h2 { font-size: 28px; }
.info-icon { width: 43px; height: 43px; display: grid; place-items: center; background: var(--petrol); color: var(--white); border-radius: 50%; font-weight: 900; }
.landing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.landing-card { min-height: 270px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.landing-card h2 { margin-top: 23px; font-size: 29px; }
.landing-card p { color: var(--muted); }
.landing-card .card-action { margin-top: auto; }
.content-stack { display: grid; gap: 22px; max-width: 1040px; }
.content-section { position: relative; display: grid; grid-template-columns: 75px 1fr; gap: 22px; padding: 35px; background: var(--white); border: 1px solid var(--line); }
.content-section--tint { background: var(--mint-pale); }
.section-index { color: var(--coral); font: 24px var(--font-display); }
.content-section h2 { font-size: 34px; }
.content-section p, .content-section li { color: #405d58; }
.content-section li + li { margin-top: 10px; }
.content-section .button { margin-top: 12px; }

.location-detail-grid, .advice-grid, .documents-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 58px; align-items: center; }
.location-detail-media img { width: 100%; height: 460px; object-fit: cover; border: 6px solid var(--white); outline: 1px solid var(--line); border-radius: var(--radius); }
.local-contacts { display: grid; gap: 13px; margin-top: 26px; }
.local-contacts > div { padding: 16px; background: var(--white); border: 1px solid var(--line); }
.local-contacts strong, .local-contacts a { display: block; }
.local-contacts a { margin-top: 4px; color: var(--petrol-soft); }
.inline-note { margin-top: 24px; padding: 20px 24px; background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--coral); }
.inline-note p { margin: 6px 0 0; }
.rules-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.rule-list { list-style: none; margin: 0; padding: 0; counter-reset: rules; }
.rule-list li { position: relative; min-height: 70px; padding: 18px 20px 18px 78px; border-top: 1px solid var(--line); counter-increment: rules; }
.rule-list li::before { content: counter(rules, decimal-leading-zero); position: absolute; left: 20px; color: var(--coral); font: 20px var(--font-display); }

.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.team-card { min-height: 250px; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 26px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.team-portrait { width: 170px; height: 170px; padding: 5px; border: 1px solid var(--line); border-radius: 50%; }
.team-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; border-radius: 50%; }
.team-card-copy { display: grid; gap: 8px; }
.team-card-copy h2 { margin: 0; color: var(--ink); font-size: 29px; line-height: 1.05; }
.team-card-copy p { margin: 0; }
.team-role { color: var(--petrol); font-size: 18px; font-weight: 800; line-height: 1.25; }
.team-location, .team-availability { color: var(--ink); font-size: 13px; line-height: 1.45; }
.team-location strong, .team-availability strong { color: var(--petrol); }
.team-qualification { padding-top: 4px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.document-list { display: grid; gap: 12px; margin-top: 25px; }
.document-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 18px; background: var(--white); border: 1px solid var(--line); }
.document-card strong, .document-card small { display: block; }
.document-card small { margin-top: 4px; color: var(--muted); }
.download-mark { font-size: 25px; }
.document-card:hover { border-color: var(--petrol); }
.validity-card { padding: 32px; background: var(--petrol); color: var(--white); border-radius: var(--radius); }
.validity-card .eyebrow { color: var(--lime); }
.validity-card p { color: rgba(255,255,255,.8); }

.site-footer { position: relative; overflow: hidden; padding: 65px 0 42px; background: var(--petrol-deep); color: var(--white); }
.footer-paint { position: absolute; right: -60px; top: -80px; width: 460px; height: 190px; background: url("../images/hero-background_opt.webp") center / cover no-repeat; opacity: .24; clip-path: polygon(0 25%, 90% 0, 100% 65%, 14% 100%); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 50px; }
.footer-brand img { width: 126px; height: auto; }
.footer-brand p { max-width: 260px; color: rgba(255,255,255,.7); }
.footer-contact a { color: var(--lime); }
.footer-grid > div > strong { display: block; margin-bottom: 15px; color: var(--lime); font-size: 12px; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 8px 0; color: rgba(255,255,255,.78); font-size: 14px; }
.footer-legal p { color: rgba(255,255,255,.58); font-size: 12px; }

@media (max-width: 1180px) {
  .header-help { display: none; }
  .main-nav { gap: 16px; }
  .nav-item > a { font-size: 12px; }
  .hero-layout { gap: 42px; }
  .badge-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .page-shell, .breadcrumbs { width: min(calc(100% - 38px), var(--shell)); }
  .header-inner { width: min(calc(100% - 32px), 1420px); }
  .nav-toggle { display: grid; place-items: center; width: 42px; height: 42px; margin-left: auto; }
  .nav-toggle[aria-expanded="true"] .show-open { display: none; }
  .nav-toggle[aria-expanded="true"] .show-close { display: inline; }
  .brand { width: 260px; }
  .brand img { top: 4px; width: 250px; height: 140px; }
  .main-nav { position: absolute; inset: 82px 0 auto; display: none; align-items: stretch; padding: 10px 20px 24px; background: linear-gradient(180deg, rgba(0,48,64,.98), rgba(0,96,112,.97)); border-bottom: 3px solid var(--yellow); }
  .main-nav.is-open { display: block; }
  .nav-item { min-height: auto; display: block; }
  .nav-item > a { display: block; padding: 13px 4px; font-size: 14px; }
  .subnav { position: static; min-width: 0; padding: 0 0 8px 14px; visibility: visible; opacity: 1; transform: none; background: transparent; border: 0; box-shadow: none; }
  .subnav a { padding: 7px 8px; }
  .hero-layout, .contact-card, .contact-page-grid, .location-detail-grid, .advice-grid, .documents-layout, .rules-layout, .about-grid { grid-template-columns: 1fr; }
  .hero-layout { padding-top: 70px; }
  .hero-collage { position: relative; z-index: 1; isolation: isolate; width: min(100%, 820px); min-height: 560px; justify-self: end; }
.hero-scene { position: absolute; display: block; max-width: none; height: auto; object-fit: contain; filter: drop-shadow(0 18px 14px rgba(0,32,32,.24)); }
.hero-scene--group { right: -174px; top: 20px; z-index: 2; width: min(56vw, 830px); transform: rotate(4deg); }
.hero-scene--group-13 { top: 140px; width: min(56vw, 750px); }
.quick-grid, .program-grid, .location-grid, .landing-grid, .badge-grid, .program-filter, .program-filter--compact, .footer-grid { grid-template-columns: 1fr; }
  .contact-card, .contact-page-grid { padding: 25px; gap: 35px; }
  .participate-panel { grid-template-columns: 1fr; }
  .content-section { grid-template-columns: 1fr; padding: 26px; }
  .team-card { grid-template-columns: 1fr; }
  .team-portrait { width: 150px; height: 150px; }
}

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

/* Revision: Standorte, To-do und Allenlüften-Prototyp */
.route-home .program-grid, .route-programm-termine .program-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }

.location-hero { position: relative; overflow: hidden; padding: 74px 0 82px; background: linear-gradient(110deg, #eaf8f3 0%, var(--paper) 72%); border-bottom: 1px solid var(--line); }
.location-hero::after { content: ""; position: absolute; right: -80px; bottom: -75px; width: 500px; height: 240px; background: url("../images/hero-background_opt.webp") center / cover no-repeat; opacity: .34; clip-path: polygon(0 24%, 92% 0, 100% 68%, 18% 100%); transform: rotate(4deg); pointer-events: none; }
.location-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.location-hero h1 { margin: 0; color: var(--petrol); }
.location-lead { max-width: 620px; margin: 24px 0; color: #365b54; font-size: 21px; }
.location-hero-media img, .location-hero-media .image-placeholder { width: 100%; height: 470px; object-fit: cover; border: 6px solid var(--white); outline: 1px solid var(--line); border-radius: var(--radius); }
.location-team-section { background: var(--paper); }
.location-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.location-team-card { display: grid; grid-template-columns: 126px 1fr; align-items: center; gap: 22px; min-height: 180px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.location-team-card img { width: 126px; height: 126px; object-fit: cover; object-position: center 18%; border: 4px solid var(--white); outline: 1px solid var(--line); border-radius: 50%; }
.location-team-card h3 { font-size: 22px; }
.location-team-card > div > p:not(.team-availability) { color: var(--muted); }
.location-team-card .team-availability strong { color: var(--ink); }
.location-team-contact { display: grid; gap: 6px; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); }
.location-team-contact a { display: flex; align-items: center; gap: 7px; color: var(--petrol-soft); font-size: 14px; font-weight: 750; }
.local-contacts--inline { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
.location-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
@media (min-width: 1551px) { .location-gallery { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.gallery-section-block + .gallery-section-block { margin-top: 58px; }
.gallery-card { appearance: none; min-height: 0; overflow: hidden; margin: 0; padding: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); cursor: zoom-in; }
.gallery-card img { display: block; width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; transition: transform .2s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-empty { color: var(--muted); }
.gallery-lightbox { width: min(1180px, calc(100vw - 48px)); max-width: none; height: min(840px, calc(100vh - 48px)); padding: 0; border: 0; border-radius: 14px; overflow: hidden; background: #071d22; }
.gallery-lightbox::backdrop { background: rgba(0, 18, 22, .86); }
.gallery-lightbox-shell { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 28px 76px; }
.gallery-lightbox img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }
.gallery-lightbox-close, .gallery-lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); background: rgba(0,30,36,.72); color: #fff; cursor: pointer; }
.gallery-lightbox-close { right: 18px; top: 18px; width: 42px; height: 42px; border-radius: 50%; }
.gallery-lightbox-nav { top: 50%; width: 48px; height: 64px; border-radius: 10px; transform: translateY(-50%); font-size: 38px; }
.gallery-lightbox-prev { left: 16px; }.gallery-lightbox-next { right: 16px; }
.gallery-placeholder strong { font-size: 24px; }

.todo-layout { display: grid; gap: 26px; }
.todo-warning { padding: 24px 28px; background: #fff9d8; border: 1px solid #eadb7a; border-left: 5px solid var(--yellow); }
.todo-warning strong { font: 24px var(--font-display); }
.todo-warning p { margin: 7px 0 0; color: #5f5a39; }
.todo-columns { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; align-items: start; }
.todo-panel { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.todo-panel--done { background: var(--mint-pale); }
.todo-list { display: grid; gap: 0; margin: 22px 0 0; padding: 0; list-style: none; counter-reset: todos; }
.todo-list li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 13px 0; border-top: 1px solid var(--line); }
.todo-list li span { color: var(--petrol-soft); font-weight: 900; }
.todo-list p { margin: 0; }
.todo-list--numbered li { counter-increment: todos; }
.todo-list--numbered li::before { content: counter(todos, decimal-leading-zero); color: var(--coral); font-weight: 900; }

@media (max-width: 1180px) {
  .route-home .program-grid, .route-programm-termine .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .location-hero-grid, .todo-columns { grid-template-columns: 1fr; }
  .location-team-grid { grid-template-columns: 1fr; }
  .location-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .route-home .program-grid, .route-programm-termine .program-grid, .location-gallery { grid-template-columns: 1fr; }
  .location-team-card { grid-template-columns: 96px 1fr; }
  .location-team-card img { width: 96px; height: 96px; }
}
/* Datenbasierte News und Standortkarten */
.news-section { padding-top: 20px; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.news-card { appearance: none; display: flex; flex-direction: column; width: 100%; min-height: 280px; overflow: hidden; padding: 0; color: var(--ink); text-align: left; text-decoration: none; font: inherit; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
a.news-card, button.news-card { cursor: pointer; }
a.news-card:hover, button.news-card:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(0,48,58,.12); }
.news-meta, .news-action { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: space-between; gap: 16px; overflow: hidden; }
.news-color-layer { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; stroke: none; }
.news-meta { padding: 12px 17px; border-bottom: 1px solid rgba(6,63,56,.1); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.news-body { padding: 24px 22px 20px; }
.news-body h3 { margin-bottom: 10px; font-size: 28px; }
.news-body p { margin: 0; color: var(--muted); }
.news-action { width: 100%; margin-top: auto; padding: 14px 22px; color: var(--petrol-dark); background: var(--white); border-top: 1px solid var(--line); font-size: 13px; font-weight: 850; }
.news-action > span, .news-action > .icon { position: relative; z-index: 1; }
.news-action .icon { width: 18px; height: 18px; }
.news-dialog { width: min(760px, calc(100vw - 40px)); max-height: min(84vh, 900px); overflow: auto; padding: 0; color: var(--ink); background: var(--white); border: 0; border-radius: 18px; box-shadow: 0 28px 90px rgba(0,31,38,.38); }
.news-dialog::backdrop { background: rgba(0,30,37,.62); }
.news-dialog-shell { overflow: hidden; border-radius: inherit; }
.news-dialog-meta { position: relative; isolation: isolate; display: flex; justify-content: space-between; gap: 18px; overflow: hidden; padding: 14px 24px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.news-dialog-content { position: relative; padding: 34px 38px 38px; }
.news-dialog-content h2 { margin: 0 50px 18px 0; font-size: clamp(30px, 4vw, 46px); }
.news-dialog-text { color: var(--muted); font-size: 17px; line-height: 1.7; }
.news-dialog-close { position: absolute; top: 18px; right: 20px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; color: var(--petrol); font-size: 28px; line-height: 1; background: var(--mint-pale); border: 0; border-radius: 50%; cursor: pointer; }
.news-dialog-close:hover { background: var(--mint); }
.news-dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.news-dialog-actions .button { transform: none; }
.news-dialog-actions .button-outline { color: var(--petrol); background: var(--white); border-color: var(--petrol); }
.news-dialog-actions .button-outline:hover { color: var(--white); background: var(--petrol); }
.location-map-section { padding-block: 64px; background: #f0f5f1; border-block: 1px solid #e4ece8; }
.location-map-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 54px; }
.map-frame { overflow: hidden; min-height: 390px; background: var(--white); border: 6px solid var(--white); outline: 1px solid var(--line); border-radius: var(--radius); }
.map-frame iframe { display: block; width: 100%; height: 390px; border: 0; }

@media (max-width: 900px) {
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-map-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .news-grid { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 320px; height: 320px; }
}
/* Startseitenversuch: Beton und Karton */
html:has(body.route-home), body.route-home { overflow-x: hidden; }
.route-home .section { padding-top: 82px; }
.route-home .quick {
  isolation: isolate;
  background: transparent;
  border-bottom: 1px solid rgba(6,63,56,.08);
}
.route-home .quick::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(248,250,247,.10), rgba(248,250,247,.10)), url("../images/beton/beton_1_opt.webp");
  background-position: center, center top;
  background-size: auto, 430px auto;
  background-repeat: repeat, repeat;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0,0,0,.25) 38px, #000 120px, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0,0,0,.25) 38px, #000 120px, #000 100%);
}
.route-home .news-section {
  isolation: isolate;
  background: transparent;
}
.route-home .news-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(248,250,247,.10), rgba(248,250,247,.10)), url("../images/beton/beton_1_opt.webp");
  background-position: center, center top;
  background-size: auto, 430px auto;
  background-repeat: repeat, repeat;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0,0,0,.25) 38px, #000 120px, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0,0,0,.25) 38px, #000 120px, #000 100%);
}
.route-home .section-transition {
  height: 122px;
  background-position: center;
  background-size: 100% 122px;
  background-repeat: no-repeat;
}
.route-home .section-transition--border-1 { background-image: url("../images/beton/border1_opt.webp"); }
.route-home .section-transition--border-2 { background-image: url("../images/beton/border2_opt.webp"); }
.route-home .section-transition--border-3 { background-image: url("../images/beton/border3_opt.webp"); }
.route-home .section-transition--border-4 { background-image: url("../images/beton/border4_opt.webp"); }
.route-home .section-transition--border-5 { background-image: url("../images/beton/border5_opt.webp"); }
.route-home .program-section {
  background-image: linear-gradient(rgba(241,245,241,.72), rgba(241,245,241,.72)), url("../images/beton/beton_6_opt.webp");
  background-position: center, center;
  background-size: auto, 560px auto;
  background-repeat: repeat, repeat;
}
.route-home .locations-section {
  background-image: linear-gradient(rgba(248,250,247,.62), rgba(248,250,247,.62)), url("../images/beton/beton_2_opt.webp");
  background-position: center, center top;
  background-size: auto, 570px auto;
  background-repeat: repeat, repeat;
}
.route-home .about-section {
  background-image: linear-gradient(rgba(248,250,247,.91), rgba(248,250,247,.91)), url("../images/beton/beton_8_opt.webp");
  background-position: center, center;
  background-size: auto, 470px auto;
  background-repeat: repeat, repeat;
}
.route-home .contact-section {
  background-image: linear-gradient(rgba(248,250,247,.78), rgba(248,250,247,.78)), url("../images/beton/beton_7_opt.webp");
  background-position: center, center;
  background-size: auto, 440px auto;
  background-repeat: repeat, repeat;
}

.route-home .quick-grid, .route-home .location-grid { gap: 30px; }
.route-home .quick .section-heading { position: relative; z-index: 3; }
.route-home .quick-grid { position: relative; z-index: 1; }
.route-home .quick-card, .route-home .location-card {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.route-home .quick-card::before, .route-home .location-card::before {
  content: "";
  position: absolute;
  inset: -13px -11px;
  z-index: 0;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  filter: drop-shadow(0 5px 5px rgba(35,30,24,.13));
}
.route-home .quick-card > *, .route-home .location-card-link { position: relative; z-index: 1; }
.route-home .quick-card { min-height: 280px; padding: 38px 40px 44px 56px; color: var(--ink); }
.route-home .quick-card:nth-child(1)::before { background-image: url("../images/cardboard/1.png"); transform: rotate(-.35deg); }
.route-home .quick-card:nth-child(1)::after {
  content: "";
  position: absolute;
  inset: -62px -58px;
  z-index: -1;
  background: url("../images/farbklecks/klecks_1.png") center / contain no-repeat;
  opacity: .96;
  transform: translate(-84px, -26px) rotate(-5deg);
  pointer-events: none;
}
.route-home .quick-card:nth-child(2)::before { background-image: url("../images/cardboard/2.png"); transform: rotate(.45deg); }
.route-home .quick-card:nth-child(3)::before { background-image: url("../images/cardboard/3.png"); transform: rotate(-.2deg); }
.route-home .quick-card--dark, .route-home .quick-card--dark p, .route-home .quick-card--dark .card-action { color: var(--ink); }
.route-home .quick-card p { color: #4f4439; }
.route-home .quick-card-label { margin-top: auto; color: #51463b; font-size: 13px; font-weight: 750; }
.route-home .quick-card:hover { transform: translateY(-3px); }

.route-home .location-card:nth-child(1)::before { background-image: url("../images/cardboard/4.png"); transform: rotate(.25deg); }
.route-home .location-card.location-card--integrated.location-card--neuenegg::before { background-image: url("../images/neuenegg/treff/cardboard.png"); }
.route-home .location-card.location-card--integrated.location-card--laupen::before { background-image: url("../images/laupen/treff/cardboard.png"); }
.route-home .location-card.location-card--integrated.location-card--allenlueften::before { background-image: url("../images/allenlueften/treff/cardboard.png"); }
.route-home .location-card--integrated .location-card-link { min-height: 470px; padding-top: 225px; }
.route-home .location-card--integrated .location-content { padding-top: 18px; }
.route-home .location-card--integrated .location-content h3 { margin-bottom: 12px; color: var(--petrol); font-size: 27px; }
.route-home .location-card--integrated .address { gap: 0; }
.route-home .location-card--integrated .location-content > p:not(.address) { margin-bottom: 0; }
.route-home .location-card--integrated .card-action { margin-top: 8px; }
.route-home .location-card:nth-child(2)::before { background-image: url("../images/cardboard/1.png"); transform: rotate(-.35deg); }
.route-home .location-card:nth-child(3)::before { background-image: url("../images/cardboard/2.png"); transform: rotate(.4deg); }
.route-home .location-card:hover { transform: translateY(-3px); }
.route-home .location-media { height: 190px; margin: 34px 42px 0; border: 0; border-radius: 2px; box-shadow: 0 3px 7px rgba(35,30,24,.16); }
.route-home .location-card:nth-child(1) .location-media { transform: rotate(-1.6deg); }
.route-home .location-card:nth-child(2) .location-media { transform: rotate(1.25deg); }
.route-home .location-card:nth-child(3) .location-media { transform: rotate(-.85deg); }
.route-home .location-card:hover .location-media img { transform: none; }
.route-home .location-content { padding: 22px 30px 38px; }
.route-home .location-content > p:not(.address) { color: #51463b; }
.route-home .neon-location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 30px; }
.route-home .neon-location-card { display: flex; justify-content: center; width: 100%; transition: transform .2s ease; }
.route-home .neon-location-card:hover { transform: translateY(-3px); }
.route-home .neon-location-card:focus-visible { outline: 3px solid var(--lime); outline-offset: 5px; }
.route-home .neon-location-card img { display: block; width: 100%; height: auto; object-fit: contain; }

@media (max-width: 900px) {
  .route-home .quick-grid, .route-home .location-grid { gap: 34px; }
  .route-home .quick-card::before, .route-home .location-card::before { inset: -9px -7px; }
  .route-home .neon-location-grid { grid-template-columns: 1fr; }
  .route-home .neon-location-card img { width: min(100%, 460px); }
}
/* Kompakte Desktop- und Laptopansicht */
@media (min-width: 901px) and (max-width: 1550px), (min-width: 901px) and (max-height: 820px) {
  :root { --shell: 1120px; }
  .page-shell, .breadcrumbs { width: min(calc(100% - 104px), var(--shell)); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 32px; }
  h2 { font-size: clamp(30px, 2.8vw, 42px); }

  .header-inner { width: min(calc(100% - 72px), 1280px); gap: 18px; }
  .brand { width: 300px; }
  .brand img { width: 290px; height: 162px; }
  .main-nav { gap: 14px; }
  .nav-item > a { font-size: 12px; }
  .header-help { padding: 10px 14px; font-size: 12px; }

  .hero, .hero-layout { min-height: 600px; }
  .hero-layout { grid-template-columns: .9fr 1.1fr; gap: 38px; padding-block: 34px 46px; }
  .hero-copy { top: 22px; }
  .hero h1 { font-size: clamp(54px, 4.65vw, 68px); }
  .hero-info-card { width: min(100%, 520px); margin-top: 18px; padding: 25px 32px 27px; }
  .hero-info-card .eyebrow { margin-bottom: 9px; font-size: 12px; }
  .hero-lead { font-size: 17px; line-height: 1.48; }
  .hero-actions { gap: 10px; margin-top: 18px; }
  .hero-info-card .button { min-height: 44px; padding: 10px 17px; font-size: 14px; }
  .hero-collage { width: min(100%, 700px); min-height: 500px; }
  .hero-scene--group { right: -35px; top: 15px; width: min(49vw, 700px); }
  .hero-scene--group-13 { top: 140px; }

  .route-home .section { padding: 72px 0; }
  .route-home .program-grid { gap: 17px; }
  .route-home .neon-location-grid { gap: 24px; }
  .route-home .about-grid { gap: 18px; }
  .route-home .contact-card { gap: 44px; padding: 40px; }
}
/* Agenda-Raster: 3 / 2 / 1 */
@media (min-width: 1181px) and (max-width: 1550px), (min-width: 1181px) and (max-height: 820px) {
  .route-home .program-grid, .route-programm-termine .program-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Startseite: reduzierte Titel- und Aktionssprache */
.route-home .eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.route-home .button,
.route-home .filter-reset,
.route-home .header-help {
  min-height: 44px;
  padding: 10px 16px;
  color: var(--petrol);
  background: rgba(255,255,255,.85);
  border: 1px solid var(--petrol);
  border-radius: 8px;
  box-shadow: none;
  transform: none;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.route-home .button:hover,
.route-home .filter-reset:hover,
.route-home .header-help:hover {
  color: var(--petrol);
  background: var(--mint-pale);
  border-color: var(--petrol);
  transform: none;
}
.route-home .section-heading--display { align-items: center; }
.route-home .section-heading--display h2 {
  width: fit-content;
  margin: 0;
  padding: 0;
  color: var(--petrol);
  font-family: "Capture It", var(--font-display);
  font-size: clamp(36px, 3.4vw, 52px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: 0;
}
