/* ============================================================
   Angelverein Jever e.V. — Haupt-Stylesheet
   Schriften: Lora (Überschriften) + Inter (Fließtext), self-hosted WOFF2
   ============================================================ */

/* ── Selbst gehostete Webfonts (DSGVO-konform, kein Google-CDN) ── */

/* Inter — latin-ext (300–600, variable font range) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.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;
}
/* Inter — latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/inter-latin.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;
}

/* Lora — normal, latin-ext (400–700, variable font range) */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-latin-ext.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;
}
/* Lora — normal, latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-latin.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;
}

/* Lora — italic, latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lora-italic-latin-ext.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;
}
/* Lora — italic, latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lora-italic-latin.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;
}

/* ── Reset & Basis ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --forest:        oklch(20% 0.055 264);
  --forest-mid:    oklch(30% 0.065 264);
  --water:         #007bff;
  --water-dark:    #0056b3;
  --water-lt:      #cce5ff;
  --moss:          #007bff;
  --color-primary: #007bff;
  --paper:         oklch(97% 0.010 225);
  --stone:         oklch(42% 0.018 225);
  --ink:           oklch(16% 0.02 264);
  --sand:          oklch(92% 0.018 220);
  --lora:         'Lora', Georgia, serif;
  --inter:        'Inter', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--inter);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 44px;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--sand); }
::-webkit-scrollbar-thumb { background: var(--forest-mid); border-radius: 3px; }

/* ── Navigation ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #fff; border-bottom: 1px solid oklch(90% 0.01 225); transition: box-shadow .3s; }
.nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.1); }
.nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 76px; }
.nav-logo { display: flex; align-items: center; gap: .85rem; text-decoration: none; }
.nav-logo img { height: 56px; display: block; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.25; gap: 1px; }
.nav-logo-title { font-family: var(--lora); font-weight: 700; font-size: .88rem; color: var(--forest); letter-spacing: .02em; white-space: nowrap; }
.nav-logo-sub { font-size: .62rem; color: var(--stone); letter-spacing: .1em;  white-space: nowrap; }
.nav-links { display: flex; gap: 0; list-style: none; }
.nav-links > li { display: flex; align-items: center; }
.nav-links > li > a { display: flex; align-items: center; gap: 4px; padding: .5rem 1rem; color: var(--stone); text-decoration: none; font-size: .875rem; font-weight: 500; letter-spacing: .02em; transition: color .2s; font-family: var(--inter); position: relative; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--water); }
.nav-links > li > a.active::after { content: ''; position: absolute; bottom: 0; left: 1rem; right: 1rem; height: 2px; background: var(--moss); border-radius: 1px; }
.nav-burger { display: none; background: none; border: none; cursor: pointer; padding: .5rem; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--forest); margin: 4px 0; border-radius: 1px; transition: .3s; }
@media (max-width: 960px) { .nav-links { display: none; } .nav-burger { display: block; } }
.nav-link-btn { display: flex; align-items: center; gap: 5px; padding: .5rem 1rem; color: var(--stone); background: none; border: none; cursor: pointer; font-size: .875rem; font-weight: 500; letter-spacing: .02em; font-family: var(--inter); transition: color .2s; position: relative; }
.nav-link-btn:hover, .nav-link-btn.active { color: var(--water); }
.nav-link-btn.active::after { content: ''; position: absolute; bottom: 0; left: 1rem; right: 1rem; height: 2px; background: var(--moss); border-radius: 1px; }
.nav-chevron { transition: transform .2s; flex-shrink: 0; }
.nav-chevron.open { transform: rotate(180deg); }

/* ── Nav Popup ── */
.nav-popup-backdrop { position: fixed; inset: 0; z-index: 98; background: rgba(8, 12, 26, .35); backdrop-filter: blur(2px); animation: navFadeIn .2s ease; }
.nav-popup { position: fixed; top: 76px; left: 0; right: 0; z-index: 99; background: linear-gradient(160deg, oklch(28% 0.07 264) 0%, oklch(34% 0.08 264) 100%); border-bottom: 1px solid oklch(45% 0.07 264 / .5); box-shadow: 0 8px 40px rgba(0,0,0,.25); animation: navSlideDown .22s ease; }
.nav-popup-inner { max-width: 1280px; margin: 0 auto; padding: 2rem 2rem 2.5rem; }
.nav-popup-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.75rem; }
.nav-popup-title { font-family: var(--lora); font-size: 1.3rem; font-weight: 700; color: #fff; }
.nav-popup-close { background: none; border: 1px solid oklch(65% 0.04 264 / .4); border-radius: 8px; color: oklch(75% 0.03 225); cursor: pointer; padding: .45rem; display: flex; align-items: center; justify-content: center; transition: color .15s, border-color .15s; }
.nav-popup-close:hover { color: #fff; border-color: oklch(80% 0.04 225); }
.nav-popup-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .7rem; }
.nav-popup-item { display: flex; flex-direction: column; align-items: center; gap: .55rem; padding: 1rem .85rem .9rem; border-radius: 10px; background: oklch(38% 0.065 264 / .5); border: 1px solid oklch(48% 0.07 264 / .45); text-decoration: none; color: oklch(88% 0.018 225); transition: background .18s, border-color .18s, color .18s; cursor: pointer; font-family: var(--inter); text-align: center; }
.nav-popup-item:hover { background: oklch(52% 0.09 264 / .85); border-color: var(--water); color: #fff; }
.nav-popup-item:hover .nav-popup-icon { background: oklch(52% 0.14 222 / .35); border-color: oklch(65% 0.13 222 / .6); color: #fff; }
.nav-popup-item--soon { cursor: default; opacity: .5; pointer-events: none; }
.nav-popup-icon { width: 44px; height: 44px; border-radius: 11px; background: rgb(0 123 255 / .2); border: 1px solid rgb(0 123 255 / .35); display: flex; align-items: center; justify-content: center; color: #80bdff; flex-shrink: 0; }
.nav-popup-icon svg { width: 22px; height: 22px; }
.nav-popup-label { font-size: .82rem; font-weight: 500; line-height: 1.3; }
@keyframes navFadeIn  { from { opacity: 0; } to { opacity: 1; } }
@keyframes navSlideDown { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ── Hero ── */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--forest); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(160deg, oklch(14% 0.06 264 / .72) 0%, oklch(22% 0.08 264 / .62) 40%, oklch(32% 0.10 264 / .48) 100%), url('../images/gewaesser/harle-hero-bg.jpg') center / cover no-repeat; }

.hero-fish-layer { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.fish-float { position: absolute; opacity: .08; }
.fish-float:nth-child(1) { top: 20%; animation: fishSwim1 22s linear infinite; }
.fish-float:nth-child(2) { top: 55%; animation: fishSwim2 28s linear infinite 5s; }
.fish-float:nth-child(3) { top: 75%; animation: fishSwim1 35s linear infinite 12s; }
@keyframes fishSwim1 { from { left: -120px; transform: scaleX(-1); } to { left: 110%; transform: scaleX(-1); } }
@keyframes fishSwim2 { from { left: 110%; transform: scaleX(1); } to { left: -120px; transform: scaleX(1); } }

.hero-ripples { position: absolute; bottom: 15%; left: 50%; transform: translateX(-50%); pointer-events: none; }
.ripple { position: absolute; border: 1.5px solid oklch(100% 0 0 / .08); border-radius: 50%; transform: translate(-50%, -50%); animation: rippleAnim 4s ease-out infinite; }
.ripple:nth-child(1) { width: 180px; height: 180px; animation-delay: 0s; }
.ripple:nth-child(2) { width: 320px; height: 320px; animation-delay: 1.2s; }
.ripple:nth-child(3) { width: 480px; height: 480px; animation-delay: 2.4s; }
@keyframes rippleAnim { 0% { opacity: .4; transform: translate(-50%,-50%) scale(.4); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1); } }

.hero-content { position: relative; z-index: 2; text-align: center; padding: 2rem; max-width: 820px; }
.hero-eyebrow { display: inline-block; font-family: var(--inter); font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: #80bdff; margin-bottom: 1.25rem; background: rgba(0,123,255,.12); padding: .35rem .9rem; border-radius: 999px; border: 1px solid rgba(0,123,255,.3); }
.hero h1 { font-family: var(--lora); font-size: clamp(2.2rem, 5.5vw, 3rem); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 1.25rem; white-space: nowrap; }
.hero h1 em { font-style: italic; color: oklch(78% 0.08 200); }
.hero-sub { font-size: clamp(.95rem, 1.8vw, 1.15rem); color: oklch(72% 0.025 225); margin-bottom: 2.5rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.btn-primary { background: var(--moss); color: #fff; border: none; cursor: pointer; padding: .85rem 2rem; border-radius: 6px; font-size: .95rem; font-weight: 600; font-family: var(--inter); letter-spacing: .02em; text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; transition: background .2s, transform .15s; }
.btn-primary:hover { background: #0056b3; transform: translateY(-1px); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid oklch(100% 0 0 / .35); cursor: pointer; padding: .85rem 2rem; border-radius: 6px; font-size: .95rem; font-weight: 500; font-family: var(--inter); text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; transition: border-color .2s, background .2s; }
.btn-outline:hover { border-color: #fff; background: oklch(100% 0 0 / .08); }

.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .4rem; color: oklch(55% 0.02 225); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; animation: bounce 2.5s ease-in-out infinite; }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(7px); } }

.hero-logo { margin-bottom: 2rem; display: flex; justify-content: center; }
.hero-logo-frame { width: 190px; height: 190px; border-radius: 50%; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; padding-bottom: 10px; background: oklch(100% 0 0 / .06); border: 2px solid oklch(52% 0.14 222 / .5); box-shadow: 0 0 0 8px oklch(52% 0.14 222 / .12), 0 0 0 16px oklch(52% 0.14 222 / .06), 0 8px 48px rgba(0,0,0,.5); backdrop-filter: blur(6px); animation: logoPop .9s cubic-bezier(.34,1.56,.64,1) both; overflow: hidden; }
.hero-logo-frame img { width: 158px; height: 158px; object-fit: contain; margin-bottom: -6px; }
@keyframes logoPop { from { transform: scale(.65); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.hero-stats { display: flex; gap: 2.5rem; justify-content: center; margin-top: 2rem; flex-wrap: wrap; }
.hero-stat { text-align: center; }
.hero-stat-num { font-family: var(--lora); font-size: 1.8rem; font-weight: 700; color: #fff; line-height: 1; }
.hero-stat-label { font-size: .7rem; color: oklch(62% 0.025 225); letter-spacing: .1em; text-transform: uppercase; margin-top: .2rem; }
.hero-stat-divider { width: 1px; background: oklch(100% 0 0 / .15); align-self: stretch; margin: 0; }
@media (max-width: 480px) { .hero-stat-divider { display: none; } }

/* ── Sections allgemein ── */
section { padding: 6rem 2rem; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label { display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--moss); margin-bottom: .75rem; }
.section-title { font-family: var(--lora); font-size: clamp(1.75rem, 3.5vw, 2.7rem); font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 1rem; text-wrap: pretty; }
.section-sub { font-size: 1.02rem; color: var(--stone); max-width: 540px; line-height: 1.75; }

/* Wave dividers */
.wave-divider { display: block; width: 100%; overflow: hidden; line-height: 0; margin-top: -1px; }
.wave-divider svg { display: block; width: 100%; }

/* ── Aktuelles / News ── */
#aktuelles { background: var(--paper); }
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 2rem; margin-top: 3rem; }
.news-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: transform .25s, box-shadow .25s; cursor: pointer; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,.12); }
.news-card-img { height: 210px; overflow: hidden; background: var(--sand); position: relative; display: flex; align-items: center; justify-content: center; }
.news-card-img img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s; }
.news-card:hover .news-card-img img { transform: scale(1.04); }
.news-card-img img.news-card-img-logo { padding: 2rem; }
.news-card-body { padding: 1.5rem; }
.news-card-date { font-size: .78rem; color: var(--stone); margin-bottom: .5rem; font-weight: 500; }
.news-card-title { font-family: var(--lora); font-size: 1.15rem; font-weight: 600; margin-bottom: .75rem; line-height: 1.35; }
.news-card-text { font-size: .875rem; color: var(--stone); line-height: 1.7; }
.news-card-link { display: inline-flex; align-items: center; gap: .3rem; margin-top: 1rem; font-size: .85rem; font-weight: 600; color: var(--water); text-decoration: none; }
.news-card-link:hover { color: var(--moss); }
.news-tag { position: absolute; top: .75rem; left: .75rem; background: var(--forest); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .6rem; border-radius: 4px; }

/* ── Über uns ── */
#ueber { background: var(--forest); color: #fff; }
#ueber .section-title { color: #fff; }
#ueber .section-sub { color: oklch(72% 0.02 225); }
.ueber-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
@media (max-width: 768px) { .ueber-grid { grid-template-columns: 1fr; gap: 2.5rem; } }
.stats-row { display: flex; gap: 2.5rem; margin-top: 2.5rem; flex-wrap: wrap; }
.stat { border-left: 3px solid var(--moss); padding-left: 1.25rem; }
.stat-num { font-family: var(--lora); font-size: 2.6rem; font-weight: 700; color: #fff; line-height: 1; }
.stat-label { font-size: .8rem; color: oklch(62% 0.02 225); margin-top: .3rem; letter-spacing: .05em; }
.ueber-img { border-radius: 12px; overflow: hidden; height: 440px; position: relative; }
.ueber-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.15) contrast(1.02); }
.timeline { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.25rem; }
.timeline-item { display: flex; gap: 1rem; }
.timeline-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--moss); margin-top: .45rem; flex-shrink: 0; }
.timeline-text { font-size: .875rem; color: oklch(70% 0.02 225); line-height: 1.65; }
.timeline-text strong { color: #fff; }

/* ── Gewässer ── */
#gewaesser { background: var(--sand); }
.gewaesser-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.gewaesser-card { border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,.07); transition: transform .2s, box-shadow .2s; }
.gewaesser-card:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0,0,0,.12); }
.gewaesser-card-img {
    height: 175px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.gewaesser-card-img img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s; }
.gewaesser-card:hover .gewaesser-card-img img { transform: scale(1.05); }
.gewaesser-card-body { padding: 1.25rem; }
.gewaesser-card-name { font-family: var(--lora); font-size: 1.05rem; font-weight: 600; margin-bottom: .4rem; }
.gewaesser-card-info { font-size: .83rem; color: var(--stone); line-height: 1.65; }
.gewaesser-badge { display: inline-block; font-size: .68rem; font-weight: 600; padding: .2rem .5rem; border-radius: 4px; background: var(--water-lt); color: var(--water); margin-top: .6rem; margin-right: .3rem; }
.img-ph { width: 100%; height: 100%; background: repeating-linear-gradient(135deg, var(--water-lt) 0, var(--water-lt) 10px, oklch(89% 0.05 220) 10px, oklch(89% 0.05 220) 20px); display: flex; align-items: center; justify-content: center; }
.img-ph span { background: oklch(100% 0 0 / .75); padding: .3rem .7rem; border-radius: 4px; font-size: .72rem; font-family: monospace; color: var(--stone); }

/* ── Gewässerkarte-Card ── */
.gewaesser-card-map { cursor: pointer; }
.gewaesser-card-map:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0,0,0,.12); }
.gewaesser-map-badge { position: absolute; top: .75rem; left: .75rem; background: var(--water); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .06em; padding: .25rem .6rem; border-radius: 4px; display: flex; align-items: center; gap: .3rem; }
.gewaesser-map-link { display: inline-flex; align-items: center; gap: .3rem; margin-top: 1rem; font-size: .85rem; font-weight: 600; color: var(--water); }

/* ── Karten-Modal (Fullscreen) ── */
.map-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 300; display: none; align-items: center; justify-content: center; padding: 1rem; backdrop-filter: blur(4px); }
.map-modal-overlay.map-modal-open { display: flex; }
.map-modal-box { background: #fff; border-radius: 12px; width: calc(100vw - 2rem); height: calc(100vh - 2rem); max-width: 1600px; display: flex; flex-direction: column; box-shadow: 0 24px 80px rgba(0,0,0,.5); animation: modalIn .25s cubic-bezier(.34,1.56,.64,1); overflow: hidden; }
.map-modal-header { display: flex; align-items: center; justify-content: space-between; padding: .85rem 1.25rem; background: var(--forest); color: #fff; flex-shrink: 0; }
.map-modal-title { display: flex; align-items: center; gap: .6rem; font-family: var(--lora); font-size: 1rem; font-weight: 600; }
.map-modal-close { background: oklch(100% 0 0 / .12); border: none; cursor: pointer; border-radius: 7px; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; color: #fff; transition: background .15s; flex-shrink: 0; }
.map-modal-close:hover { background: oklch(100% 0 0 / .25); }
.map-modal-body { flex: 1; min-height: 0; overflow: hidden; display: flex; flex-direction: column; }

/* ── Two-Click Consent-Overlay ── */
.map-consent-overlay { display: flex; align-items: center; justify-content: center; width: 100%; flex: 1; background: var(--paper); }
.map-consent-box { max-width: 480px; padding: 2.5rem 2rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.map-consent-icon { color: var(--forest); opacity: .7; flex-shrink: 0; }
.map-consent-box h3 { font-family: var(--lora); font-size: 1.25rem; color: var(--ink); margin: 0; }
.map-consent-box p { font-size: .92rem; color: var(--ink); line-height: 1.6; margin: 0; }
.map-consent-hint { font-size: .82rem !important; color: oklch(40% 0 0) !important; }
.map-consent-actions { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: center; margin-top: .5rem; }
.map-consent-accept { background: var(--forest); color: #fff; border: none; border-radius: 8px; padding: .65rem 1.4rem; font-size: .9rem; font-weight: 600; cursor: pointer; transition: background .15s; }
.map-consent-accept:hover { background: var(--forest-dark, oklch(35% 0.08 160)); }
.map-consent-cancel { background: transparent; color: oklch(45% 0 0); border: 1.5px solid oklch(80% 0 0); border-radius: 8px; padding: .65rem 1.2rem; font-size: .9rem; cursor: pointer; transition: border-color .15s, color .15s; }
.map-consent-cancel:hover { border-color: oklch(60% 0 0); color: var(--ink); }
.map-consent-credit { font-size: .78rem !important; color: oklch(55% 0 0) !important; margin-top: .25rem !important; }
.map-consent-credit a { color: var(--forest); text-decoration: none; }
.map-consent-credit a:hover { text-decoration: underline; }

/* ── Fangstatistik ── */
#statistik { background: var(--paper); overflow: hidden; }
.fish-scroll-wrapper { overflow-x: auto; padding-bottom: 1rem; margin-top: 3rem; cursor: grab; -webkit-overflow-scrolling: touch; }
.fish-scroll-wrapper:active { cursor: grabbing; }
.fish-row { display: flex; gap: 1.5rem; width: max-content; padding: .5rem .25rem 1.25rem; }
.fish-card { width: 220px; background: #fff; border-radius: 12px; padding: 1.25rem 1.5rem 1.5rem; box-shadow: 0 2px 10px rgba(0,0,0,.07); transition: transform .2s, box-shadow .2s; flex-shrink: 0; border-top: 3px solid var(--water); }
.fish-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.fish-card-img { height: 60px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: .75rem; }
.fish-card-img img { max-height: 60px; max-width: 100%; object-fit: contain; }
.fish-card-name { font-family: var(--lora); font-size: 1.05rem; font-weight: 600; margin-bottom: 1rem; }
.fish-stat-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: .5rem; }
.fish-stat-key { font-size: .78rem; color: var(--stone); }
.fish-stat-val { font-size: .9rem; font-weight: 600; color: var(--ink); }
.fish-locations { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--sand); display: flex; flex-direction: column; gap: .3rem; }
.fish-loc { display: flex; justify-content: space-between; font-size: .75rem; color: var(--stone); }
.fish-loc-val { font-weight: 600; color: var(--ink); }

/* Fish total banner */
.fish-total-banner { display: flex; gap: 2rem; margin-top: 2.5rem; flex-wrap: wrap; justify-content: center; }
.fish-total-stat { text-align: center; background: #fff; border-radius: 12px; padding: 1.25rem 2rem; box-shadow: 0 2px 10px rgba(0,0,0,.07); min-width: 160px; }
.fish-total-num { font-family: var(--lora); font-size: 2.2rem; font-weight: 700; color: var(--water); line-height: 1; }
.fish-total-label { font-size: .75rem; color: var(--stone); margin-top: .3rem; letter-spacing: .06em; text-transform: uppercase; }

/* ── Natur ── */
#natur { background: #e7f3ff; }
.natur-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 3rem; }
@media (max-width: 768px) { .natur-grid { grid-template-columns: 1fr; gap: 2rem; } }
.natur-img { border-radius: 12px; overflow: hidden; height: 400px; position: relative; }
.natur-img img { width: 100%; height: 100%; object-fit: cover; }
.natur-feature { display: flex; gap: 1rem; margin-top: 1.75rem; }
.natur-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--moss); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; font-size: 1.1rem; }
.natur-text strong { display: block; font-size: .95rem; font-weight: 600; margin-bottom: .2rem; }
.natur-text span { font-size: .875rem; color: var(--stone); line-height: 1.65; }

/* Nature fullbleed-Banner */
.nature-bg-section { position: relative; height: 480px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.nature-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: brightness(1.2); }
.nature-bg-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, oklch(20% 0.055 264 / .15) 0%, oklch(20% 0.055 264 / .5) 100%); }
.nature-bg-content { position: relative; z-index: 2; text-align: center; max-width: 720px; padding: 2rem; color: #fff; }
.nature-bg-content blockquote { font-family: var(--lora); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; line-height: 1.25; margin-bottom: 1.25rem; text-wrap: pretty; }
.nature-bg-content blockquote em { font-style: italic; color: #80bdff; }
.nature-bg-content > p { font-size: 1rem; color: oklch(80% 0.02 225); max-width: 580px; margin-inline: auto; line-height: 1.75; }
.nature-bg-content blockquote p { font-size: inherit; margin: 0; }

/* ── Jugend ── */
#jugend { background: var(--forest); color: #fff; padding: 0; overflow: hidden; }
.jugend-hero { position: relative; height: 580px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.jugend-hero-bg { position: absolute; inset: 0; }
.jugend-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.9) saturate(.9); }
.jugend-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, oklch(20% 0.055 264 / .1) 0%, oklch(20% 0.055 264 / .4) 100%); }
.jugend-hero-content { position: relative; z-index: 2; text-align: center; padding: 2rem; max-width: 720px; }
.jugend-hero-content .section-label { color: #93c5fd; }
.jugend-hero-content h2 { font-family: var(--lora); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; color: #fff; margin-bottom: 1.25rem; text-wrap: pretty; line-height: 1.25; }
.jugend-hero-content p { font-size: 1rem; color: oklch(80% 0.025 225); max-width: 580px; margin-inline: auto; line-height: 1.75; }

.jugend-body { padding: 5rem 2rem; max-width: 1200px; margin: 0 auto; }
.jugend-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: start; margin-bottom: 5rem; }
@media (max-width: 768px) { .jugend-intro { grid-template-columns: 1fr; gap: 2.5rem; } }
.jugend-intro-text p { font-size: .95rem; color: oklch(75% 0.02 225); line-height: 1.8; margin-bottom: 1rem; }
.jugend-intro-text p strong { color: #fff; }
.jugend-highlights { background: oklch(28% 0.06 264); border-radius: 12px; padding: 2rem; }
.jugend-highlights-title { font-family: var(--lora); font-size: 1.1rem; font-weight: 600; color: #fff; margin-bottom: 1.25rem; }
.jugend-highlight-item { display: flex; gap: .75rem; margin-bottom: 1rem; align-items: flex-start; }
.jugend-highlight-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--moss); margin-top: .5rem; flex-shrink: 0; }
.jugend-highlight-text { font-size: .875rem; color: oklch(73% 0.02 225); line-height: 1.6; }

.betreuer-title { font-family: var(--lora); font-size: 1.8rem; font-weight: 700; color: #fff; margin-bottom: .5rem; }
.betreuer-sub { font-size: .95rem; color: oklch(68% 0.02 225); margin-bottom: 2.5rem; }
.betreuer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.75rem; }
.betreuer-card { background: oklch(28% 0.06 264); border-radius: 14px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.betreuer-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.4); }
.betreuer-photo { height: 260px; overflow: hidden; background: oklch(25% 0.05 264); position: relative; display: flex; align-items: center; justify-content: center; }
.betreuer-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: oklch(28% 0.06 264); transition: transform .4s; }
.betreuer-card:hover .betreuer-photo img { transform: scale(1.03); }
.betreuer-photo-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(45deg, oklch(24% 0.05 264) 0, oklch(24% 0.05 264) 10px, oklch(28% 0.06 264) 10px, oklch(28% 0.06 264) 20px); }
.betreuer-photo-ph svg { opacity: .25; }
.betreuer-role-badge { position: absolute; bottom: .75rem; left: .75rem; background: var(--moss); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .65rem; border-radius: 4px; }
.betreuer-body { padding: 1.5rem; }
.betreuer-name { font-family: var(--lora); font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: .25rem; }
.betreuer-role-text { font-size: .8rem; color: #6ea8fe; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: .85rem; }
.betreuer-tel { display: flex; align-items: center; gap: .5rem; font-size: .825rem; color: oklch(68% 0.02 225); }
.betreuer-tel svg { opacity: .6; flex-shrink: 0; }
.betreuer-email { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; background: rgba(0,123,255,.18); color: #6ea8fe; text-decoration: none; margin-top: .5rem; transition: background .2s, color .2s; }
.betreuer-email:hover { background: var(--moss); color: #fff; }

.jugend-gallery { margin-top: 4rem; }
.jugend-gallery-title { font-family: var(--lora); font-size: 1.4rem; font-weight: 700; color: #fff; margin-bottom: 1.5rem; }
.jugend-gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 1rem; height: 320px; }
@media (max-width: 640px) { .jugend-gallery-grid { grid-template-columns: 1fr; height: auto; } }
.jugend-gallery-item { border-radius: 10px; overflow: hidden; background: oklch(26% 0.05 264); }
.jugend-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.jugend-thumb { display: block; border-radius: 8px; overflow: hidden; height: 140px; flex: 1; min-width: 160px; cursor: zoom-in; padding: 0; border: none; background: none; }
.jugend-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.jugend-thumb:hover img { transform: scale(1.05); }

/* ── Vorstand ── */
#vorstand { background: var(--sand); padding: 6rem 2rem; }
.vorstand-featured { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; margin-bottom: 1.5rem; }
@media (max-width: 768px) { .vorstand-featured { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .vorstand-featured { grid-template-columns: 1fr; } }
.vorstand-card-featured { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.1); border: 2px solid var(--water-lt); transition: transform .2s, box-shadow .2s; }
.vorstand-card-featured:hover { transform: translateY(-4px); box-shadow: 0 10px 36px rgba(0,0,0,.15); }
.vorstand-photo-featured { height: 260px; overflow: hidden; background: #fff; display: flex; align-items: flex-start; justify-content: center; padding-top: 8px; }
.vorstand-photo-featured img { width: 100%; height: 100%; object-fit: contain; object-position: top center; }
.vorstand-body-featured { padding: 1.5rem; text-align: center; }
.vorstand-name-featured { font-family: var(--lora); font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: .2rem; }
.vorstand-rolle-featured { font-size: .75rem; color: var(--water); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .85rem; }
.vorstand-contacts { display: flex; align-items: center; justify-content: center; gap: .75rem; }

.vorstand-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.vorstand-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.07); transition: transform .2s, box-shadow .2s; text-align: center; }
.vorstand-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.13); }
.vorstand-photo { height: 220px; overflow: hidden; background: #fff; position: relative; display: flex; align-items: flex-start; justify-content: center; padding-top: 8px; }
.vorstand-photo img { width: 100%; height: 100%; object-fit: contain; object-position: top center; }
.vorstand-photo-ph { width: 100%; height: 100%; background: var(--water-lt); display: flex; align-items: center; justify-content: center; }
.vorstand-body { padding: 1.1rem 1rem; }
.vorstand-name { font-family: var(--lora); font-size: .95rem; font-weight: 700; color: var(--ink); margin-bottom: .3rem; line-height: 1.3; }
.vorstand-rolle { font-size: .72rem; color: var(--stone); line-height: 1.45; font-weight: 500; margin-bottom: .65rem; }
.vorstand-tel { display: flex; align-items: center; justify-content: center; gap: .4rem; font-size: .75rem; color: var(--water); font-weight: 500; }
.vorstand-tel svg { opacity: .7; flex-shrink: 0; }
.vorstand-email { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 6px; background: var(--water-lt); color: var(--water); text-decoration: none; margin-top: .4rem; transition: background .2s, color .2s; }
.vorstand-email:hover { background: var(--water); color: #fff; }

/* ── Mitglied ── */
#mitglied { background: oklch(14% 0.05 264); text-align: center; padding: 7rem 2rem; }
#mitglied .section-title { color: #fff; }
#mitglied .section-sub { color: oklch(62% 0.02 225); margin-inline: auto; text-align: center; }
.mitglied-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem; max-width: 900px; margin: 3rem auto 0; }
.mitglied-card { background: oklch(22% 0.055 264); border-radius: 12px; padding: 2rem 1.5rem; text-align: left; }
.mitglied-card-title { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--moss); margin-bottom: .75rem; }
.mitglied-card-body { font-size: .875rem; color: oklch(68% 0.02 225); line-height: 1.7; }
.mitglied-card-body strong { color: #fff; }
.mitglied-cta { margin-top: 3rem; }

/* ── Page Loader ── */
.page-loader {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--forest);
}
.page-loader-logo {
  width: 140px;
  height: 140px;
  object-fit: contain;
  animation: spinSlow 3s linear infinite;
  filter: drop-shadow(0 0 28px oklch(52% 0.14 222 / .5));
}
@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ── Footer ── */
footer { background: oklch(11% 0.04 264); color: oklch(55% 0.015 225); }
#kontakt { background: oklch(11% 0.04 264); color: oklch(55% 0.015 225); }
.footer-top { padding: 5rem 4rem 3rem; width: 100%; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-top { grid-template-columns: 1fr; } }
.footer-brand img { height: 54px; margin-bottom: 1.25rem; display: block; }
#kontakt .footer-brand { display: flex; flex-direction: column; align-items: center; }
#kontakt .footer-brand img { height: 108px; }
#kontakt .footer-brand p { text-align: center; }
.footer-brand p { font-size: .875rem; line-height: 1.75; max-width: 280px; }
.footer-heading { font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: oklch(68% 0.02 225); margin-bottom: 1.25rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.footer-links a { color: oklch(52% 0.015 225); text-decoration: none; font-size: .875rem; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-contact-item { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: .85rem; font-size: .875rem; }
.footer-contact-item svg { margin-top: .18rem; flex-shrink: 0; opacity: .55; }
.footer-bottom { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: oklch(8% 0.03 264); border-top: 1px solid oklch(100% 0 0 / .08); padding: .85rem 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .8rem; }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { color: oklch(42% 0.012 225); text-decoration: none; transition: color .2s; }
.footer-bottom-links a:hover { color: oklch(65% 0.015 225); }

/* ── News Modal ── */
.news-modal-body { padding: 0; position: relative; }
.news-modal-close { position: absolute; top: .75rem; right: .75rem; z-index: 10; background: oklch(100% 0 0 / .85); border: none; cursor: pointer; border-radius: 8px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: var(--ink); box-shadow: 0 2px 8px rgba(0,0,0,.15); transition: background .15s, transform .15s; }
.news-modal-close:hover { background: #fff; transform: scale(1.1); }
.news-modal-img { width: 100%; max-height: 65vh; object-fit: contain; border-radius: 16px 16px 0 0; display: block; background: var(--sand); }
.news-modal-img-ph { height: 220px; background: var(--sand); border-radius: 16px 16px 0 0; display: flex; align-items: center; justify-content: center; }
.news-modal-img-logo { height: 220px; background: var(--sand); border-radius: 16px 16px 0 0; display: flex; align-items: center; justify-content: center; }
.news-modal-img-logo img { height: 160px; object-fit: contain; }
.news-modal-content { padding: 2rem; }
.news-modal-date { font-size: .8rem; color: var(--stone); margin-bottom: .5rem; font-weight: 500; }
.news-modal-title { font-family: var(--lora); font-size: 1.5rem; font-weight: 700; color: var(--ink); margin-bottom: 1.25rem; line-height: 1.3; }
.news-modal-text { font-size: .95rem; color: var(--stone); line-height: 1.8; }
.news-modal-text p { margin-bottom: 1rem; }
.news-modal-text p:last-child { margin-bottom: 0; }

/* ── Modal (Mitglied + generisch) ── */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.65); z-index: 300; display: flex; align-items: center; justify-content: center; padding: 1.5rem; backdrop-filter: blur(4px); }
.modal-box { background: #fff; border-radius: 16px; max-width: 1100px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 24px 80px rgba(0,0,0,.4); animation: modalIn .25s cubic-bezier(.34,1.56,.64,1); }
@keyframes modalIn { from { transform: scale(.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal-header { padding: 2rem 2rem 1.5rem; border-bottom: 1px solid var(--sand); display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.modal-title { font-family: var(--lora); font-size: 1.6rem; font-weight: 700; color: var(--ink); line-height: 1.2; }
.modal-close { background: none; border: none; cursor: pointer; padding: .4rem; color: var(--stone); border-radius: 6px; transition: background .15s; flex-shrink: 0; }
.modal-close:hover { background: var(--sand); }
.modal-body { padding: 2rem; }
.modal-intro { font-size: .95rem; color: var(--stone); line-height: 1.7; margin-bottom: 2rem; }
.modal-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
@media (max-width: 540px) { .modal-tiers { grid-template-columns: 1fr; } }
.modal-tier { border: 2px solid var(--sand); border-radius: 12px; padding: 1.5rem; text-align: center; transition: border-color .2s; }
.modal-tier:hover { border-color: var(--water); }
.modal-tier-name { font-family: var(--lora); font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: .25rem; }
.modal-tier-age { font-size: .75rem; color: var(--stone); margin-bottom: 1rem; font-weight: 500; }
.modal-tier-price { font-size: 2rem; font-weight: 700; color: var(--water); line-height: 1; font-family: var(--lora); }
.modal-tier-price-label { font-size: .7rem; color: var(--stone); margin-top: .2rem; margin-bottom: .75rem; }
.modal-tier-annual { font-size: .8rem; color: var(--stone); background: var(--sand); padding: .3rem .6rem; border-radius: 4px; }
.modal-tier-annual strong { color: var(--ink); }
.modal-note { font-size: .825rem; color: var(--stone); line-height: 1.65; background: var(--sand); border-radius: 8px; padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.modal-cta { text-align: center; }
.modal-cta a { display: inline-flex; align-items: center; gap: .5rem; background: var(--water); color: #fff; padding: .9rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: .95rem; transition: background .2s; }
.modal-cta a:hover { background: var(--water-dark); }

/* Lightbox */
.lightbox-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.88); z-index: 400; display: flex; align-items: center; justify-content: center; padding: 1.5rem; cursor: zoom-out; }
.lightbox-img { max-width: 90vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 24px 80px rgba(0,0,0,.6); animation: modalIn .2s ease; cursor: default; }
.lightbox-close { position: fixed; top: 1.25rem; right: 1.5rem; background: oklch(100% 0 0 / .15); border: none; cursor: pointer; color: #fff; border-radius: 8px; padding: .5rem; transition: background .15s; }
.lightbox-close:hover { background: oklch(100% 0 0 / .3); }

/* ── Mobile nav overlay ── */
.mobile-menu { display: none; position: fixed; inset: 0; background: oklch(14% 0.06 264); z-index: 200; flex-direction: column; padding: 0; overflow-y: auto; }
.mobile-menu.open { display: flex; }
.mobile-close { position: absolute; top: 1.1rem; right: 1.25rem; background: none; border: none; cursor: pointer; color: oklch(65% 0.03 225); padding: .5rem; display: flex; align-items: center; justify-content: center; }
.mobile-close:hover { color: #fff; }
.mobile-nav-links { list-style: none; display: flex; flex-direction: column; padding: 5rem 1.5rem 2rem; gap: 0; }
.mobile-nav-item { border-bottom: 1px solid oklch(100% 0 0 / .07); }
.mobile-nav-link { display: block; padding: .9rem 0; color: oklch(82% 0.015 225); text-decoration: none; font-size: 1.05rem; font-weight: 500; font-family: var(--inter); }
.mobile-nav-link:hover { color: #fff; }
.mobile-nav-parent { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: .9rem 0; background: none; border: none; cursor: pointer; color: oklch(82% 0.015 225); font-size: 1.05rem; font-weight: 500; font-family: var(--inter); text-align: left; }
.mobile-nav-parent:hover, .mobile-nav-parent.expanded { color: #fff; }
.mobile-chevron { flex-shrink: 0; transition: transform .2s; }
.mobile-nav-parent.expanded .mobile-chevron { transform: rotate(180deg); }
.mobile-sub-links { list-style: none; padding: .25rem 0 .75rem 0; display: flex; flex-direction: column; gap: .1rem; }
.mobile-sub-link { display: flex; align-items: center; gap: .6rem; padding: .6rem .75rem; color: oklch(68% 0.025 225); font-size: .9rem; font-family: var(--inter); text-decoration: none; border-radius: 8px; cursor: pointer; background: none; border: none; width: 100%; text-align: left; }
.mobile-sub-link:hover { background: oklch(100% 0 0 / .06); color: #fff; }
.mobile-sub-link--soon { opacity: .5; cursor: default; }
.mobile-sub-link--cta { color: #66b2ff; }
.mobile-sub-icon { display: inline-flex; flex-shrink: 0; width: 16px; height: 16px; }
.mobile-sub-icon svg { width: 16px; height: 16px; }

/* ── Mobile responsive ── */
@media (max-width: 640px) {
  section { padding: 4rem 1.25rem; }
  .container { padding-inline: 0; }
  .hero h1 { font-size: clamp(1rem, 4.5vw, 2rem); }
  .hero-logo-frame { width: 150px; height: 150px; }
  .hero-logo-frame img { width: 120px; height: 120px; }
  .news-grid { grid-template-columns: 1fr; }
  .gewaesser-grid { grid-template-columns: 1fr; }
  .betreuer-grid { grid-template-columns: 1fr; }
  .vorstand-grid { grid-template-columns: repeat(2, 1fr); }
  .jugend-gallery-grid { grid-template-columns: 1fr; height: auto; }
  .ueber-grid { grid-template-columns: 1fr; }
  .natur-grid { grid-template-columns: 1fr; }
  .jugend-intro { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.25rem; }
  .fish-total-banner { gap: 1rem; }
  .fish-total-stat { min-width: 130px; padding: 1rem 1.25rem; }
  .modal-tiers { grid-template-columns: 1fr; }
  .nature-bg-content { padding: 1.5rem; }
}
@media (max-width: 400px) {
  .vorstand-grid { grid-template-columns: 1fr; }
}

/* ── Datenschutz / Impressum (Legal-Seiten) ── */
.legal-page { background: var(--paper); min-height: 60vh; padding: 4rem 2rem 6rem; }
.legal-container { max-width: 760px; margin: 0 auto; }
.legal-back { display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; color: var(--stone); text-decoration: none; margin-bottom: 2rem; transition: color .15s; }
.legal-back:hover { color: var(--forest); }
.legal-title { font-family: var(--lora); font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 700; color: var(--forest); margin-bottom: 2.5rem; padding-bottom: 1rem; border-bottom: 2px solid var(--water-lt); }
.legal-content { font-size: .95rem; line-height: 1.85; color: var(--ink); }
.legal-content h2 { font-family: var(--lora); font-size: 1.2rem; font-weight: 700; color: var(--forest); margin: 2.5rem 0 .75rem; border-bottom: 1px solid var(--water-lt); padding-bottom: .4rem; }
.legal-content h3 { font-size: 1rem; font-weight: 600; color: var(--ink); margin: 1.5rem 0 .5rem; }
.legal-content h4 { font-size: .95rem; font-weight: 600; color: var(--forest-mid); margin: 1.2rem 0 .35rem; }
.legal-content p { margin-bottom: 1rem; }
.legal-content ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.legal-content li { margin-bottom: .35rem; }
.legal-content a { color: var(--water); text-decoration: underline; text-decoration-color: oklch(52% 0.14 222 / .4); text-underline-offset: 2px; transition: color .15s; }
.legal-content a:hover { color: var(--forest); }
.legal-content strong { font-weight: 600; }
@media (max-width: 640px) { .legal-page { padding: 2.5rem 1.25rem 4rem; } }

/* ── Datenschutz/Impressum-Hero (Bild + Wave) ── */
.ds-hero { position: relative; height: 45vh; min-height: 300px; background: var(--paper); }
.ds-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ds-hero-overlay { position: absolute; inset: 0; background: oklch(20% 0.055 264 / .3); }
.ds-hero-title { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; }
.ds-hero-title h1 { font-family: var(--lora); font-size: clamp(1.8rem, 5vw, 3.2rem); color: #fff; text-shadow: 0 2px 16px oklch(0% 0 0 / .45); text-align: center; padding: 0 1.5rem; }
.ds-hero-wave { position: absolute; bottom: -4px; left: -1px; right: -1px; z-index: 1; line-height: 0; }
.ds-content { background: var(--paper); padding: 3.5rem 2rem 6rem; position: relative; z-index: 2; }
.ds-container { max-width: 760px; margin: 0 auto; }
.ds-back-link { margin-top: 3rem; margin-bottom: 0; }
@media (max-width: 640px) {
  .ds-hero { height: 32vh; min-height: 200px; }
  .ds-content { padding: 2rem 1.25rem 4rem; }
}
