/* Freiberg neu — Design-Lab (freiberg-neu.moritz-priebe.de)
 * Mobile-first. Dark/Light nur über prefers-color-scheme. Keine externen Requests. */

/* Fraunces als echte Variable Font (Achsen opsz 9–144, wght 100–900) */
@font-face {
  font-family: "Fraunces Lab";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/6NU78FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0KxCFTeP2Xz5fU8w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces Lab";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/6NU78FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0KxC9TeP2Xz5c.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f6f1e7;
  --paper-2: #ede5d4;
  --ink: #2b2620;
  --ink-2: #5c544a;
  --wald: #3d5a3c;
  --wald-2: #2e4530;
  --band: #24392a;
  --band-ink: #f2ecdf;
  --band-ink-2: #c3cdbd;
  --honig: #c8862e;
  --honig-hell: #ffd489;
  --line: #d9cfbc;
  --card: #fffdf8;
  --winter: #b9c9d4;
  --fruehling: #a9cf8a;
  --sommer: #f2c765;
  --herbst: #de8d5e;
  --error: #a4281f;
  --wa: #22b357;
}
@media (prefers-color-scheme: dark) {
  :root {
    --paper: #121612;
    --paper-2: #1a201a;
    --ink: #ece5d8;
    --ink-2: #b0a996;
    --wald: #8fb089;
    --wald-2: #a8c4a2;
    --band: #172219;
    --band-ink: #ece5d8;
    --band-ink-2: #aab5a4;
    --honig: #e0a44c;
    --line: #2c332b;
    --card: #1c231c;
    --winter: #9db0bf;
    --fruehling: #8fbb76;
    --sommer: #e0b85c;
    --herbst: #cc7d51;
    --error: #ff8f85;
  }
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: "Atkinson Hyperlegible", system-ui, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--wald-2); text-decoration-thickness: 1px; text-underline-offset: .18em; text-decoration-color: color-mix(in srgb, var(--honig) 70%, transparent); }
a:hover { color: var(--honig); }
:focus-visible { outline: 3px solid var(--honig); outline-offset: 3px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 100; background: var(--honig-hell); color: #241a08; padding: .6rem 1rem; border-radius: 999px; font-weight: 700; }
.skip:focus { top: 1rem; }

/* ---------- Typografie ---------- */
h1, h2, h3, .facts dd, .hy, .ev-y, .tel, .foot-sign, .rc-t, .ev-t, .np-t, .zeit-badge {
  font-family: "Fraunces Lab", "Fraunces", Georgia, serif;
  font-variation-settings: "opsz" 96;
}
h1 { font-size: clamp(4.6rem, 18vw, 12.5rem); font-weight: 330; line-height: .88; letter-spacing: -.035em; font-variation-settings: "opsz" 144; }
h2 { font-size: clamp(2.15rem, 5.2vw, 3.5rem); font-weight: 470; line-height: 1.04; letter-spacing: -.02em; margin-bottom: 1rem; text-wrap: balance; }
h3 { font-size: 1.4rem; font-weight: 600; line-height: 1.2; letter-spacing: -.01em; margin-bottom: .5rem; }
p { max-width: 62ch; }
.lead { font-size: 1.25rem; line-height: 1.5; text-wrap: pretty; }
.note { margin-top: 2.5rem; color: var(--ink-2); max-width: 64ch; }
.band .note { color: var(--band-ink-2); }

.wrap { max-width: 78rem; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }
.sec { padding-block: clamp(4.5rem, 10vw, 8.5rem); scroll-margin-top: 3rem; }
.band { background: var(--band); color: var(--band-ink); }
.band h2, .band h3, .band .lead { color: var(--band-ink); }
.band a { color: var(--honig-hell); text-decoration-color: color-mix(in srgb, var(--honig-hell) 50%, transparent); }
.band a:hover { color: #fff; }

/* ---------- Kopfleiste ---------- */
.top {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; gap: .6rem;
  padding: .7rem clamp(1rem, 3vw, 2rem);
  color: var(--ink);
  transition: background .35s, color .35s, box-shadow .35s;
}
.top.is-scrolled {
  background: color-mix(in srgb, var(--paper) 84%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.top.over-hero { color: #f6f1e7; }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: inherit; text-decoration: none; font-weight: 700; margin-right: auto; }
.brand-mark { width: 2.2rem; height: 2.2rem; flex: none; }
.brand-mark rect { fill: var(--wald); }
.brand-house { fill: var(--paper); }
.top.over-hero .brand-mark rect { fill: rgb(255 255 255 / .22); }
.top.over-hero .brand-house { fill: #fff; }
.nav-row { display: none; gap: .1rem; }
.nav-row a { color: inherit; text-decoration: none; padding: .45rem .8rem; border-radius: 999px; font-weight: 700; font-size: .98rem; }
.nav-row a:hover { background: color-mix(in srgb, currentColor 12%, transparent); color: inherit; }
.menu-btn {
  display: inline-flex; align-items: center; gap: .45rem;
  font: inherit; font-weight: 700; color: inherit;
  background: color-mix(in srgb, currentColor 10%, transparent);
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-radius: 999px; padding: .5rem .95rem .5rem .8rem; cursor: pointer;
}
.menu-btn svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.menu {
  inset: auto; top: 4.2rem; right: 1rem; margin: 0; padding: .6rem;
  border: 1px solid var(--line); border-radius: 1.2rem;
  background: var(--card); color: var(--ink);
  box-shadow: 0 20px 50px rgb(0 0 0 / .28); min-width: 14rem;
}
.menu::backdrop { background: rgb(20 24 20 / .25); }
.menu a { display: block; padding: .8rem 1rem; border-radius: .8rem; text-decoration: none; color: inherit; font-weight: 700; font-size: 1.15rem; }
.menu a:hover { background: var(--paper-2); color: inherit; }
@supports selector(:popover-open) {
  .menu { opacity: 0; translate: 0 -8px; transition: opacity .2s, translate .2s, display .2s allow-discrete, overlay .2s allow-discrete; }
  .menu:popover-open { opacity: 1; translate: 0 0; }
  @starting-style { .menu:popover-open { opacity: 0; translate: 0 -8px; } }
}
@media (min-width: 900px) {
  .nav-row { display: flex; }
  .menu-btn { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: grid; align-items: end;
  overflow: clip; color: #f6f1e7; isolation: isolate;
}
.hero picture, .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-img { object-fit: cover; object-position: 50% 45%; transform-origin: 50% 100%; }
.hero-sky { position: absolute; inset: 0; z-index: 1; mix-blend-mode: soft-light; opacity: 0; transition: opacity 1.2s; pointer-events: none; }
html[data-tag="morgen"] .hero-sky { background: linear-gradient(180deg, #ffb27a, #ffe6b3 55%, transparent 90%); opacity: .6; }
html[data-tag="tag"]    .hero-sky { background: linear-gradient(180deg, #bfe3ff, transparent 70%); opacity: .55; }
html[data-tag="abend"]  .hero-sky { background: linear-gradient(180deg, #7a4e55, #ff9a5c 45%, #ffd489 70%, transparent 92%); opacity: .55; }
html[data-tag="nacht"]  .hero-sky { background: linear-gradient(180deg, #0c1a3a, #1f3350 60%, transparent); opacity: .8; mix-blend-mode: multiply; }
.hero-shade { position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, rgb(20 24 20 / .4) 0%, rgb(20 24 20 / .05) 32%, rgb(20 24 20 / .5) 66%, rgb(20 24 20 / .84) 100%); }
.hero-text { position: relative; z-index: 3; width: 100%; max-width: 78rem; margin-inline: auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(2.2rem, 6vw, 4.5rem); }
.greet { font-weight: 700; color: var(--honig-hell); margin-bottom: .5rem; font-size: 1.05rem; }
.hero h1 { margin-left: -.05em; text-shadow: 0 2px 30px rgb(0 0 0 / .25); }
.hero-sub { font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.4; max-width: 30ch; margin-top: 1.1rem; text-wrap: pretty; }
.next-pill {
  display: inline-flex; flex-direction: column; gap: .05rem; margin-top: 1.8rem;
  padding: .75rem 1.3rem .85rem; border-radius: 1.2rem;
  background: rgb(246 241 231 / .13); border: 1px solid rgb(246 241 231 / .38);
  color: #fff; text-decoration: none;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: background .25s;
}
.next-pill:hover { background: rgb(246 241 231 / .24); color: #fff; }
.np-k { font-size: .85rem; font-weight: 700; color: var(--honig-hell); }
.np-t { font-weight: 600; font-size: 1.25rem; line-height: 1.2; }

@keyframes rise { from { opacity: 0; translate: 0 22px; } to { opacity: 1; translate: 0 0; } }
.hero-text > * { animation: rise .9s cubic-bezier(.2, .7, .2, 1) both; }
.hero-text > :nth-child(2) { animation-delay: .08s; }
.hero-text > :nth-child(3) { animation-delay: .2s; }
.hero-text > :nth-child(4) { animation-delay: .32s; }

@supports (animation-timeline: scroll()) {
  @keyframes hero-zoom { from { scale: 1.16; translate: 0 0; } to { scale: 1.06; translate: 0 6%; } }
  .hero-img { animation: hero-zoom linear both; animation-timeline: scroll(root); animation-range: 0 100vh; }
  @keyframes hero-out { to { opacity: 0; translate: 0 -40px; } }
  .hero-text { animation: hero-out linear both; animation-timeline: scroll(root); animation-range: 8vh 70vh; }
}

/* ---------- Verein ---------- */
.verein-grid { display: grid; gap: 2rem; }
.statement { font-size: clamp(1.95rem, 4.6vw, 3.2rem); font-weight: 430; line-height: 1.1; letter-spacing: -.022em; max-width: 17ch; color: var(--wald-2); margin: 0; }
.verein-text p + p { margin-top: 1rem; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; margin-top: clamp(3rem, 6vw, 5rem); padding-top: 2rem; border-top: 1px solid var(--line); }
.facts > div { display: flex; flex-direction: column; }
.facts dd { font-size: clamp(2.6rem, 6vw, 4rem); font-weight: 720; line-height: 1; letter-spacing: -.03em; color: var(--wald-2); font-variant-numeric: tabular-nums; }
.facts dt { color: var(--ink-2); margin-top: .45rem; max-width: 20ch; font-size: 1rem; line-height: 1.4; }
@media (min-width: 820px) {
  .verein-grid { grid-template-columns: 1.05fr 1fr; gap: 4rem; align-items: start; }
  .facts { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Jahresrad ---------- */
.sec-jahr { overflow: clip; }
.jahr-head { max-width: 40rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.rad-layout { display: grid; gap: 2.5rem; align-items: center; }
.rad { position: relative; width: min(100%, 34rem); margin-inline: auto; aspect-ratio: 1; }
.rad-svg { width: 100%; height: 100%; display: block; overflow: visible; }
.rad-svg .seg { stroke: var(--band); stroke-width: 2; }
.rad-svg .m-winter { fill: var(--winter); }
.rad-svg .m-fruehling { fill: var(--fruehling); }
.rad-svg .m-sommer { fill: var(--sommer); }
.rad-svg .m-herbst { fill: var(--herbst); }
.rad-svg .lbl { font-family: "Atkinson Hyperlegible", system-ui, sans-serif; font-weight: 700; font-size: 17px; fill: #22321f; text-anchor: middle; dominant-baseline: central; pointer-events: none; }
.rad-svg .mark { cursor: pointer; }
.rad-svg .mark circle { fill: var(--honig-hell); stroke: var(--band); stroke-width: 3; transition: fill .25s; }
.rad-svg .mark line { stroke: var(--honig-hell); stroke-width: 3; }
.rad-svg .mark:hover circle, .rad-svg .mark.is-sel circle { fill: #fff; }
.hand line { stroke: var(--honig-hell); stroke-width: 4; stroke-linecap: round; }
.hand polygon, .hand circle { fill: var(--honig-hell); }
.hand { transform-origin: 320px 320px; transform-box: view-box; transform: rotate(0deg); transition: transform 2s cubic-bezier(.3, .9, .25, 1); }
.rad-center {
  position: absolute; inset: 0; margin: auto; width: 62%; aspect-ratio: 1; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 9%; pointer-events: none;
}
.rc-k { font-size: .85rem; font-weight: 700; color: var(--honig-hell); }
.rc-t { font-size: clamp(1.3rem, 4vw, 1.9rem); font-weight: 560; line-height: 1.08; margin-top: .3rem; text-wrap: balance; letter-spacing: -.012em; }
.rc-w { margin-top: .5rem; font-size: .95rem; color: var(--band-ink-2); line-height: 1.35; text-wrap: balance; }
.rc-c { margin-top: .35rem; font-weight: 700; color: var(--honig-hell); font-size: 1.05rem; }
.rc-c:empty { display: none; }

.ev-list { list-style: none; padding: 0; display: flex; flex-direction: column; border-top: 1px solid rgb(255 255 255 / .16); }
.ev-list li { border-bottom: 1px solid rgb(255 255 255 / .16); }
.ev-btn {
  all: unset; box-sizing: border-box; width: 100%; cursor: pointer;
  display: grid; grid-template-columns: 1fr auto; gap: .1rem 1rem; align-items: baseline;
  padding: .95rem .5rem; border-radius: .6rem;
}
.ev-btn:hover { background: rgb(255 255 255 / .06); }
.ev-btn:focus-visible { outline: 3px solid var(--honig-hell); outline-offset: -3px; }
.ev-m { grid-column: 1 / -1; color: var(--band-ink-2); font-weight: 700; font-size: .92rem; }
.ev-t { font-size: 1.35rem; font-weight: 560; letter-spacing: -.01em; line-height: 1.15; }
.ev-btn::after { content: "+"; font-size: 1.5rem; line-height: 1; color: var(--honig-hell); justify-self: end; transition: rotate .3s; }
li.is-sel .ev-btn::after { rotate: 45deg; }
li.is-sel .ev-t { color: var(--honig-hell); }
.ev-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.ev-body > p { overflow: hidden; margin: 0; padding-inline: .5rem; color: var(--band-ink-2); }
.ev-when { display: block; font-weight: 700; color: var(--band-ink); margin-bottom: .25rem; }
li.is-sel .ev-body { grid-template-rows: 1fr; }
li.is-sel .ev-body > p { padding-bottom: 1.1rem; }
@media (min-width: 560px) {
  .ev-btn { grid-template-columns: 6.4rem 1fr auto; }
  .ev-m { grid-column: auto; }
  .ev-body > p { padding-left: calc(6.4rem + 1rem + .5rem); }
}
@media (min-width: 980px) {
  .rad-layout { grid-template-columns: minmax(0, 34rem) minmax(0, 1fr); gap: 4.5rem; }
}

/* ---------- Konsum: Zeitregler ---------- */
.konsum-grid { display: grid; gap: 2.5rem; }
.zeit { margin: 0; }
.zeit-stage { position: relative; aspect-ratio: 3 / 2; border-radius: 1.4rem; overflow: hidden; background: var(--paper-2); box-shadow: 0 30px 60px -30px rgb(43 38 32 / .5); }
.zf { position: absolute; inset: 0; opacity: 0; }
.zf.is-on { opacity: 1; }
.zf img { width: 100%; height: 100%; object-fit: cover; }
.zeit-badge { position: absolute; left: 1rem; top: 1rem; padding: .3rem .85rem; border-radius: 999px; background: rgb(20 24 20 / .62); color: #fff; font-weight: 600; font-size: 1.05rem; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.zeit-ctl { margin-top: 1rem; }
input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 2.2rem; background: transparent; cursor: pointer; margin: 0; }
input[type="range"]::-webkit-slider-runnable-track { height: 6px; border-radius: 3px; background: var(--line); }
input[type="range"]::-moz-range-track { height: 6px; border-radius: 3px; background: var(--line); }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 28px; height: 28px; margin-top: -11px; border-radius: 50%; background: var(--honig); border: 4px solid var(--card); box-shadow: 0 2px 8px rgb(0 0 0 / .3); }
input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--honig); border: 4px solid var(--card); box-shadow: 0 2px 8px rgb(0 0 0 / .3); }
input[type="range"]:focus-visible { outline: 3px solid var(--honig); outline-offset: 2px; border-radius: 1rem; }
.zeit-ticks { display: flex; justify-content: space-between; }
.zeit-ticks button { all: unset; cursor: pointer; font-weight: 700; color: var(--ink-2); padding: .2rem .45rem; border-radius: .4rem; }
.zeit-ticks button:hover, .zeit-ticks button.is-on { color: var(--wald-2); }
.zeit-ticks button:focus-visible { outline: 3px solid var(--honig); }
.zeit figcaption { margin-top: .5rem; color: var(--ink-2); font-size: .98rem; }
.konsum-text p + p { margin-top: 1rem; }
.hint { margin-top: 2rem; padding: 1.4rem 1.6rem; border-radius: 1.2rem; background: color-mix(in srgb, var(--honig) 16%, var(--paper)); border: 1px solid color-mix(in srgb, var(--honig) 35%, transparent); }
.hint h3 { margin-bottom: .3rem; }
@media (min-width: 900px) {
  .konsum-grid { grid-template-columns: 1.15fr 1fr; gap: 4rem; align-items: center; }
}

/* ---------- Dorfgeschichte ---------- */
.dorf-head { max-width: 44rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.hist { display: grid; gap: 1rem; }
.hist-year { display: none; }
.hist-list { list-style: none; padding: 0 0 0 1.7rem; position: relative; }
.hist-list::before { content: ""; position: absolute; left: 0; top: .6rem; bottom: .6rem; width: 3px; border-radius: 2px; background: var(--honig); transform-origin: top; }
@supports (animation-timeline: view()) {
  @keyframes draw { from { scale: 1 0; } to { scale: 1 1; } }
  .hist-list::before { animation: draw linear both; animation-timeline: view(); animation-range: entry 0% exit 0%; }
}
.ev { position: relative; padding-block: 1.3rem 1.6rem; max-width: 38rem; }
.ev::before { content: ""; position: absolute; left: calc(-1.7rem - 5px); top: 1.85rem; width: 13px; height: 13px; border-radius: 50%; background: var(--paper); border: 3px solid var(--honig); transition: background .3s; }
.ev.is-now::before { background: var(--honig); }
.ev-y { display: block; font-size: 1.5rem; font-weight: 700; color: var(--wald-2); letter-spacing: -.01em; margin-bottom: .2rem; }
.hist-figs { display: grid; gap: 1.2rem; padding-block: 1.2rem 2rem; }
.hist-figs figure { margin: 0; cursor: zoom-in; }
.hist-figs img { border: 8px solid var(--card); border-radius: .4rem; box-shadow: 0 14px 40px -18px rgb(43 38 32 / .55); }
.hist-figs figcaption { margin-top: .6rem; font-size: .95rem; color: var(--ink-2); max-width: 40ch; }
@media (min-width: 640px) { .hist-figs { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) {
  .hist { grid-template-columns: 1fr 1.3fr; gap: 4rem; }
  .hist-year { display: block; }
  .hy { position: sticky; top: 32vh; display: block; font-size: clamp(6rem, 12vw, 11.5rem); font-weight: 760; line-height: .9; letter-spacing: -.055em; color: var(--wald-2); font-variant-numeric: tabular-nums; }
  @keyframes yflip { from { opacity: .15; translate: 0 .12em; } to { opacity: 1; translate: 0 0; } }
  .hy.flip { animation: yflip .5s cubic-bezier(.2, .7, .2, 1); }
  .hist-list { padding-left: 2.2rem; }
  .ev::before { left: calc(-2.2rem - 5px); }
  .ev-y { font-size: 1.25rem; }
}

/* ---------- Galerie ---------- */
.mosaic { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 38vw; grid-auto-flow: dense; gap: .6rem; margin-top: 1.5rem; }
.mosaic figure { margin: 0; position: relative; overflow: hidden; border-radius: .9rem; cursor: zoom-in; background: var(--paper-2); }
.mosaic picture, .mosaic img { width: 100%; height: 100%; object-fit: cover; }
.mosaic figcaption { position: absolute; inset: auto 0 0 0; padding: 2.2rem .9rem .7rem; color: #fff; font-size: .9rem; line-height: 1.3; background: linear-gradient(180deg, transparent, rgb(20 24 20 / .72)); }
.mosaic .w2 { grid-column: span 2; }
.mosaic .h2 { grid-row: span 2; }
@media (min-width: 700px) { .mosaic { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 17vw; gap: .8rem; } }
@media (min-width: 1240px) { .mosaic { grid-auto-rows: 13.5rem; } }

/* ---------- Kontakt ---------- */
.kontakt-grid { display: grid; gap: 3rem; }
.tel { display: inline-block; margin-top: 1.4rem; font-size: clamp(2.3rem, 7vw, 3.6rem); font-weight: 600; letter-spacing: -.02em; line-height: 1; color: #fff; text-decoration: none; font-variant-numeric: tabular-nums; }
.band .tel { color: #fff; }
.band .tel:hover { color: var(--honig-hell); }
.kontakt-line { margin-top: .7rem; font-size: 1.15rem; }
.btn { display: inline-flex; align-items: center; gap: .6rem; font: inherit; font-weight: 700; padding: .85rem 1.4rem; border-radius: 999px; text-decoration: none; cursor: pointer; border: 0; transition: transform .15s, background .2s; }
.btn:active { transform: scale(.97); }
.btn-wa, .band .btn-wa { background: var(--wa); color: #06230f; margin-top: 1.4rem; }
.btn-wa:hover, .band .btn-wa:hover { background: #35cf6d; color: #06230f; }
.btn-wa svg { width: 1.3rem; height: 1.3rem; fill: currentColor; }
.btn-solid { background: var(--honig); color: #241a08; }
.btn-solid:hover { background: #dba04a; color: #241a08; }
.kontakt-info { display: grid; gap: 1.5rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgb(255 255 255 / .16); }
.kontakt-info dt { font-weight: 700; color: var(--honig-hell); margin-bottom: .2rem; }
.kontakt-info dd { color: var(--band-ink-2); line-height: 1.5; }
.iban { font-variant-numeric: tabular-nums; color: var(--band-ink); }
.sheet { background: var(--card); color: var(--ink); border-radius: 1.5rem; padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: 0 40px 80px -40px rgb(0 0 0 / .6); }
.sheet h3 { color: var(--ink); }
.sheet label { display: block; font-weight: 700; margin-top: 1rem; }
.sheet .opt { font-weight: 400; color: var(--ink-2); }
.sheet input:not(.hp), .sheet textarea { display: block; width: 100%; margin-top: .35rem; font: inherit; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: .8rem; padding: .75rem .9rem; }
.sheet input:focus, .sheet textarea:focus { outline: 3px solid var(--honig); outline-offset: 0; border-color: var(--honig); }
.hp { position: absolute; left: -9999px; }
.form-grid { display: grid; gap: 0 1rem; }
.form-actions { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.form-note { font-size: .95rem; color: var(--ink-2); max-width: 32ch; }
.form-note-error { color: var(--error); font-weight: 700; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .kontakt-grid { grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; } }

/* ---------- Fuß ---------- */
.foot { padding: clamp(3rem, 8vw, 6rem) 0 3rem; color: var(--ink-2); }
.foot-sign { font-size: clamp(2.5rem, 7vw, 4.8rem); font-weight: 380; letter-spacing: -.03em; line-height: 1; color: var(--wald-2); margin-bottom: 2rem; }
.foot p + p { margin-top: .8rem; }
.foot-small { font-size: .95rem; }
.credits { margin-top: 2rem; font-size: .9rem; max-width: 62ch; }
.credits summary { cursor: pointer; font-weight: 700; }
.credits ul { padding-left: 1.2rem; margin-top: .6rem; }
.credits li + li { margin-top: .3rem; }

/* ---------- Lightbox ---------- */
.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
.lightbox::backdrop { background: rgb(12 16 12 / .93); }
.lb-stage { position: fixed; inset: 0; display: grid; place-items: center; padding: 3.5rem 1rem 4.5rem; }
.lb-stage img { max-width: 100%; max-height: calc(100vh - 8rem); width: auto; height: auto; object-fit: contain; border-radius: .6rem; }
.lb-cap { position: fixed; left: 1rem; right: 1rem; bottom: 1.6rem; text-align: center; color: #f4efe4; max-width: none; }
.lb-count { position: fixed; top: 1.1rem; left: 1.2rem; color: #b0a996; font-weight: 700; }
.lb-btn { position: fixed; border: 0; background: rgb(255 255 255 / .12); color: #fff; width: 3rem; height: 3rem; border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; display: grid; place-items: center; }
.lb-btn:hover { background: rgb(255 255 255 / .24); }
.lb-close { top: .8rem; right: .8rem; }
.lb-prev { left: .6rem; top: 50%; translate: 0 -50%; }
.lb-next { right: .6rem; top: 50%; translate: 0 -50%; }

/* ---------- Bewegung aus ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
