/* =====================================================================
 * site.css — Vereins-Website (One-Pager)
 * Liegt ÜBER styles.css und macht die Seite scrollbar; die Karte/3D-
 * Ansicht lebt im Erlebnis-Overlay (#experience).
 * ===================================================================== */

/* styles.css sperrt das Scrollen für die Vollbild-App — hier wieder frei */
html, body { overflow: visible; height: auto; scroll-behavior: smooth; }
body { background: var(--bg); }
@media (prefers-reduced-motion: reduce) { html, body { scroll-behavior: auto; } }

:root {
  --ink:        #0e2a26;
  --teal-900:   #0c2b2b;
  --teal-800:   #103e3a;
  --teal-700:   #155049;
  --reed:       #6fa24a;
  --gold:       #f0b54a;
  --maxw: 1180px;
  --nav-h: 68px;
}

img { display: block; max-width: 100%; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section[id] { scroll-margin-top: 76px; }
html { overflow-x: hidden; }

/* ===================== PASSWORT-GATE ===================== */
html:not(.gate-ok) { overflow: hidden; }   /* Seite gesperrt, bis freigeschaltet */
.gate { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 24px;
  transition: opacity 0.5s ease, visibility 0.5s; }
html.gate-ok .gate { opacity: 0; visibility: hidden; pointer-events: none; }
.gate__bg { position: absolute; inset: 0; background: linear-gradient(160deg, #0d2a3a, #143f3a 55%, #1d5a3a); }
.gate__bg::after { content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 25% 75%, rgba(74,173,202,.25), transparent 45%),
              radial-gradient(circle at 75% 20%, rgba(74,170,74,.22), transparent 45%);
  animation: drift 9s ease-in-out infinite alternate; }
.gate__card { position: relative; width: min(420px, 100%); text-align: center; color: #eafaf2;
  background: rgba(13,30,28,0.55); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px; padding: 38px 32px 26px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.gate__logo { width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center;
  font-size: 36px; color: #fff; background: linear-gradient(140deg, var(--water-mid), var(--reed)); animation: loaderPulse 2.4s infinite; }
.gate__title { font-family: var(--font-display); font-size: 23px; line-height: 1.2; }
.gate__sub { font-size: 14px; line-height: 1.5; color: rgba(234,250,242,.8); margin: 8px 0 22px; font-weight: 300; }
.gate__form { display: flex; gap: 10px; }
.gate__input { flex: 1; min-width: 0; padding: 13px 16px; border-radius: 12px; font-size: 16px; color: #fff; font-family: inherit;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); outline: none; transition: border .2s, background .2s; }
.gate__input::placeholder { color: rgba(255,255,255,.5); }
.gate__input:focus { border-color: var(--water-surface); background: rgba(255,255,255,.16); }
.gate__btn { display: inline-flex; align-items: center; gap: 7px; padding: 13px 18px; border-radius: 12px; font-weight: 600; font-size: 14.5px;
  color: #06231f; background: linear-gradient(135deg, #9fe0c4, var(--water-surface)); white-space: nowrap; }
.gate__btn:hover { filter: brightness(1.07); }
.gate__err { margin-top: 14px; font-size: 13px; color: #ffb4a8; display: inline-flex; align-items: center; gap: 6px; }
.gate__foot { margin-top: 18px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(234,250,242,.45); }
.gate__card.is-shake { animation: gateShake 0.4s; }
@keyframes gateShake { 0%,100% { transform: translateX(0); } 20%,60% { transform: translateX(-9px); } 40%,80% { transform: translateX(9px); } }
@media (max-width: 430px) { .gate__form { flex-direction: column; } .gate__btn { justify-content: center; } }

/* ===================== SCROLL-FORTSCHRITT ===================== */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--water-surface), var(--reed), var(--gold));
  z-index: 4000; transition: width 0.1s linear;
}

/* ===================== NAVIGATION ===================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h); z-index: 3000;
  display: flex; align-items: center; gap: 18px; padding: 0 24px;
  background: transparent; transition: background 0.35s, box-shadow 0.35s, height 0.35s;
}
.nav.is-stuck {
  background: rgba(11, 28, 26, 0.82); backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: 0 6px 26px rgba(0,0,0,0.28); height: 60px;
}
.nav__brand { display: flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.nav__mark { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 12px; display: grid; place-items: center;
  font-size: 22px; color: #fff; background: linear-gradient(140deg, var(--water-mid), var(--reed)); box-shadow: var(--shadow-sm); }
.nav__titles { display: flex; flex-direction: column; line-height: 1.15; }
.nav__titles strong { font-family: var(--font-display); font-size: 17px; color: #fff; }
.nav__titles strong em { font-style: italic; opacity: 0.85; font-weight: 500; }
.nav__titles small { font-size: 11px; color: rgba(255,255,255,0.7); letter-spacing: 0.3px; }
.nav__links { display: flex; gap: 4px; margin-left: auto; }
.nav__links a {
  position: relative; color: rgba(255,255,255,0.86); font-weight: 500; font-size: 14.5px;
  padding: 8px 13px; border-radius: 9px; text-decoration: none; transition: color 0.2s, background 0.2s;
}
.nav__links a:hover { color: #fff; background: rgba(255,255,255,0.1); text-decoration: none; }
.nav__links a.is-active { color: #fff; }
.nav__links a.is-active::after {
  content: ''; position: absolute; left: 13px; right: 13px; bottom: 3px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--water-surface), var(--reed));
}
.nav__cta {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 10px;
  font-weight: 600; font-size: 14px; color: #06231f;
  background: linear-gradient(135deg, #9fe0c4, var(--water-surface)); box-shadow: var(--shadow-sm);
  transition: transform 0.15s, box-shadow 0.15s;
}
.nav__cta:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.nav__burger { display: none; color: #fff; font-size: 26px; padding: 4px; }

/* Mobile-Menü */
@media (max-width: 920px) {
  .nav__links {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(290px, 82vw);
    flex-direction: column; gap: 2px; padding: 88px 18px 24px; margin: 0;
    background: #0b1c1a; border-left: 1px solid rgba(255,255,255,0.08);
    transform: translateX(100%); transition: transform 0.35s cubic-bezier(.4,0,.2,1);
    box-shadow: -24px 0 60px rgba(0,0,0,0.5);
  }
  .nav__links.is-open { transform: translateX(0); }
  .nav__links a { font-size: 16px; padding: 13px 16px; }
  .nav__cta { margin-left: auto; }
  .nav__cta span, .nav__cta { font-size: 0; gap: 0; padding: 10px; }
  .nav__cta i { font-size: 18px; }
  .nav__burger { display: block; }
}
@media (max-width: 520px) { .nav__titles small { display: none; } }

/* ===================== BUTTONS (Erweiterung) ===================== */
.btn--xl { padding: 14px 24px; font-size: 15.5px; border-radius: 12px; }
.btn--ghost-dark { background: rgba(255,255,255,0.12); color: #fff; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.25); box-shadow: none; }
.btn--ghost-dark:hover { background: rgba(255,255,255,0.2); }

/* ===================== HERO ===================== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero__bg {
  position: absolute; inset: -7%; z-index: 0;
  background: url('../img/20200803_120323.jpg') center/cover no-repeat;
  transform-origin: 60% 45%; will-change: transform;
  animation: kenburns 30s ease-in-out infinite alternate;
}
/* Langsamer „Ken-Burns"-Zoom – modernes Rein-/Rauszoomen statt Bubbles */
@keyframes kenburns {
  0%   { transform: scale(1.05) translate(0, 0); }
  100% { transform: scale(1.20) translate(-2%, -2%); }
}
@media (prefers-reduced-motion: reduce) { .hero__bg { animation: none; transform: scale(1.05); } }
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(8,26,24,0.55) 0%, rgba(8,26,24,0.32) 35%, rgba(7,22,20,0.88) 100%),
    radial-gradient(80% 60% at 70% 20%, rgba(20,80,70,0.22), transparent 60%);
}
/* sanftes Korn/Vignette für mehr Tiefe */
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  box-shadow: inset 0 0 220px rgba(0,0,0,0.5);
}
.hero__inner { position: relative; z-index: 3; max-width: var(--maxw); margin: 0 auto; padding: 110px 24px 90px; width: 100%; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px;
  text-transform: uppercase; padding: 7px 14px; border-radius: 99px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); backdrop-filter: blur(6px);
}
.hero__title {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(38px, 7vw, 78px);
  line-height: 1.04; margin: 22px 0 18px; text-shadow: 0 6px 40px rgba(0,0,0,0.4);
}
.hero__title span { color: transparent; background: linear-gradient(120deg, #9fe7cb, var(--water-surface), var(--gold)); -webkit-background-clip: text; background-clip: text; }
.hero__lead { max-width: 600px; font-size: clamp(16px, 2vw, 19px); line-height: 1.6; color: rgba(255,255,255,0.9); font-weight: 300; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 0; }
.hero__scroll {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 3;
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 22px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); animation: floaty 2.4s ease-in-out infinite;
}
@keyframes floaty { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* ===================== SECTIONS ===================== */
.section { padding: 96px 0; position: relative; }
.section--alt { background: linear-gradient(180deg, var(--bg), rgba(42,122,154,0.06)); }
@media (prefers-color-scheme: dark) { .section--alt { background: rgba(255,255,255,0.02); } }
.section--deep {
  background: radial-gradient(120% 100% at 50% 0%, var(--teal-800), var(--teal-900) 70%); color: #eaf6f0;
}
.section__head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section__head--mt { margin-top: 84px; }
.kicker {
  display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--water-mid); margin-bottom: 12px;
}
.kicker--light { color: #8fe3cf; }
.section__head h2, .h2like { font-family: var(--font-display); font-size: clamp(28px, 4.4vw, 44px); line-height: 1.1; }
.section__head--light h2 { color: #fff; }
.section__sub { margin-top: 14px; font-size: 16.5px; line-height: 1.6; color: var(--text-muted); }
.section__sub--light { color: rgba(234,246,240,0.82); }

/* Reveal-on-Scroll */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; } }

/* ===================== ÜBER UNS ===================== */
.about { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.about__lead { font-size: 19px; line-height: 1.6; font-weight: 500; }
.about__text p { margin-bottom: 16px; line-height: 1.7; color: var(--text); }
.about__quote {
  font-family: var(--font-display); font-style: italic; font-size: 21px; line-height: 1.4; color: var(--water-deep);
  border-left: 4px solid var(--reed); padding: 6px 0 6px 20px; margin: 22px 0;
}
@media (prefers-color-scheme: dark) { .about__quote { color: var(--water-surface); } }
.about__kingfisher {
  display: flex; gap: 12px; align-items: flex-start; background: rgba(74,170,74,0.1); border: 1px solid rgba(74,170,74,0.28);
  border-radius: 14px; padding: 14px 16px; font-size: 14.5px; line-height: 1.55;
}
.about__kingfisher i { color: var(--reed); font-size: 24px; flex: 0 0 auto; margin-top: 2px; }
.about__media { position: relative; }
.about__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow-lg); }
.about__badge {
  position: absolute; bottom: -18px; left: -18px; background: var(--card); border-radius: 16px; padding: 14px 20px;
  box-shadow: var(--shadow-md); text-align: center; border: 1px solid var(--border);
}
.about__badge strong { display: block; font-family: var(--font-display); font-size: 28px; color: var(--water-mid); }
.about__badge span { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--text-muted); }

/* Stat-Zähler */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 72px; }
.stat-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 26px 18px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform 0.25s, box-shadow 0.25s;
}
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-card i { font-size: 26px; color: var(--reed); }
.stat-card b { display: block; font-family: var(--font-display); font-size: 40px; line-height: 1; margin: 10px 0 6px; color: var(--water-deep); }
@media (prefers-color-scheme: dark) { .stat-card b { color: var(--water-surface); } }
.stat-card span { font-size: 13px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.6px; }

/* ===================== GEWÄSSER ===================== */
.ponds-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  background: linear-gradient(120deg, var(--teal-800), var(--teal-700)); color: #fff;
  border-radius: 22px; padding: 30px 34px; margin-bottom: 44px; box-shadow: var(--shadow-md); position: relative; overflow: hidden;
}
.ponds-cta::after {
  content: '\ea7a'; font-family: 'tabler-icons'; position: absolute; right: -10px; top: -20px; font-size: 160px;
  opacity: 0.07; color: #fff;
}
.ponds-cta__text { max-width: 620px; position: relative; z-index: 1; }
.ponds-cta__text h3 { font-family: var(--font-display); font-size: 24px; display: flex; align-items: center; gap: 10px; }
.ponds-cta__text p { margin-top: 8px; color: rgba(255,255,255,0.85); line-height: 1.55; }
.ponds-cta .btn { position: relative; z-index: 1; background: #fff; color: var(--teal-800); }
.ponds-cta .btn:hover { background: #eafaf2; }

.pond-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pcard {
  position: relative; border-radius: 18px; overflow: hidden; cursor: pointer; background: var(--card);
  box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: transform 0.28s, box-shadow 0.28s;
  min-height: 240px; display: flex; flex-direction: column;
}
.pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pcard__img { height: 160px; width: 100%; object-fit: cover; background: linear-gradient(135deg, var(--water-mid), var(--reed)); transition: transform 0.4s; }
.pcard:hover .pcard__img { transform: scale(1.06); }
.pcard__badge { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 99px; backdrop-filter: blur(6px); }
.pcard__badge--guest { background: rgba(74,170,74,0.9); color: #fff; }
.pcard__badge--member { background: rgba(10,30,26,0.62); color: #fff; }
.pcard__body { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; }
.pcard__name { font-family: var(--font-display); font-size: 20px; }
.pcard__sub { font-size: 12.5px; color: var(--text-muted); margin-top: 2px; }
.pcard__fish { display: flex; flex-wrap: wrap; gap: 5px; margin: 11px 0 0; }
.pcard__fish span { font-size: 10.5px; padding: 2px 8px; border-radius: 99px; background: rgba(42,122,154,0.12); color: var(--water-deep); font-weight: 600; }
@media (prefers-color-scheme: dark) { .pcard__fish span { color: var(--water-surface); } }
.pcard__cta { margin-top: auto; padding-top: 12px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--water-mid); }
.pcard:hover .pcard__cta { gap: 10px; }

/* ===================== FISCH-TIEFEN-EXPLORER ===================== */
.depth { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 30px; align-items: stretch; }
.depth__stage {
  position: relative; border-radius: 20px; overflow: hidden; min-height: 480px; cursor: ns-resize;
  background: linear-gradient(180deg, #2f7da6 0%, #1f5f86 28%, #123f5e 62%, #0b2740 100%);
  box-shadow: inset 0 2px 30px rgba(0,0,0,0.4), var(--shadow-lg); user-select: none; touch-action: pan-y;
}
.depth__water { position: absolute; inset: 0;
  background:
    radial-gradient(120% 50% at 50% -10%, rgba(255,255,255,0.18), transparent 50%),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 26px);
  animation: shimmer 6s ease-in-out infinite alternate;
}
@keyframes shimmer { from { opacity: 0.6; } to { opacity: 1; } }
.depth__rules { position: absolute; inset: 0; pointer-events: none; }
.depth__rule { position: absolute; left: 0; right: 0; border-top: 1px dashed rgba(255,255,255,0.22); }
.depth__rule span { position: absolute; right: 12px; top: -9px; font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.7); }
.depth__fishes { position: absolute; inset: 0; pointer-events: none; }
.fishghost {
  position: absolute; transform: translate(-50%, -50%); transition: filter 0.25s, opacity 0.25s, scale 0.25s;
  display: flex; align-items: center; gap: 7px; opacity: 0.55; filter: saturate(0.6) brightness(0.85);
}
.fishghost.is-lit { opacity: 1; filter: none; scale: 1.12; z-index: 4; }
.fishghost__icon { font-size: 30px; }
.fishghost--fried .fishghost__icon { color: #9fdcff; }
.fishghost--raub .fishghost__icon { color: #ffcf6a; }
.fishghost.is-flip { flex-direction: row-reverse; }
.fishghost__name { font-size: 12px; font-weight: 700; color: #fff; background: rgba(6,24,36,0.6); padding: 2px 8px; border-radius: 99px; white-space: nowrap; opacity: 0; transition: opacity 0.25s; }
.fishghost.is-lit .fishghost__name { opacity: 1; }

.depth__rig { position: absolute; top: 0; left: 22%; width: 2px; z-index: 5; pointer-events: none; }
.depth__line { position: absolute; top: 0; left: 50%; width: 2px; height: 100%; transform: translateX(-50%); background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.25)); }
.depth__float {
  position: absolute; left: 50%; width: 22px; height: 40px; transform: translate(-50%, -50%); cursor: grab; pointer-events: auto;
  z-index: 6; filter: drop-shadow(0 3px 6px rgba(0,0,0,0.5)); touch-action: none;
}
/* größerer, unsichtbarer Greifbereich (Touch) */
.depth__float::before { content: ''; position: absolute; inset: -16px -20px; }
.depth__float:active { cursor: grabbing; }
.depth__float-top { position: absolute; top: 0; left: 0; right: 0; height: 22px; border-radius: 50% 50% 46% 46%; background: linear-gradient(180deg, #ff6a5a, #d23b2c);
  animation: floatRing 1.9s ease-out infinite; }
/* pulsierender Ring signalisiert: Pose ist greifbar/ziehbar */
@keyframes floatRing {
  0%   { box-shadow: 0 0 0 0 rgba(159,224,196,0.7); }
  70%  { box-shadow: 0 0 0 13px rgba(159,224,196,0); }
  100% { box-shadow: 0 0 0 0 rgba(159,224,196,0); }
}
.depth__float { animation: floatGlow 1.9s ease-in-out infinite; }
@keyframes floatGlow {
  0%,100% { filter: drop-shadow(0 3px 6px rgba(0,0,0,0.5)); }
  50%     { filter: drop-shadow(0 0 9px rgba(159,224,196,0.95)) drop-shadow(0 3px 6px rgba(0,0,0,0.5)); }
}
/* sobald man die Pose anfasst, hört das Pulsieren auf */
.depth__float.is-grabbed, .depth__float.is-grabbed .depth__float-top { animation: none; }
.depth__float-bot { position: absolute; top: 18px; left: 4px; right: 4px; bottom: 0; border-radius: 0 0 50% 50%; background: linear-gradient(180deg, #fafafa, #cfd8d8); }
.depth__float::after { content: ''; position: absolute; top: 19px; left: -3px; right: -3px; height: 3px; background: rgba(255,255,255,0.5); border-radius: 2px; }
.depth__hook { position: absolute; left: 50%; width: 9px; height: 14px; transform: translateX(-50%); border: 2px solid rgba(255,255,255,0.8); border-top: none; border-radius: 0 0 8px 8px; z-index: 6; }
.depth__readout {
  position: absolute; left: 14px; top: 12px; z-index: 7; background: rgba(6,24,36,0.55); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.18); border-radius: 12px; padding: 8px 13px; pointer-events: none;
}
.depth__readout strong { display: block; font-family: var(--font-display); font-size: 24px; color: #fff; line-height: 1; }
.depth__readout span { font-size: 11px; color: rgba(255,255,255,0.7); }

.depth__info { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 24px; box-shadow: var(--shadow-md); display: flex; flex-direction: column; }
.depth__info-empty { margin: auto; text-align: center; color: var(--text-muted); max-width: 240px; }
.depth__info-empty i { font-size: 34px; color: var(--water-mid); animation: floaty2 2s ease-in-out infinite; }
@keyframes floaty2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
.depth__info-empty p { margin-top: 12px; line-height: 1.5; }
.fishdetail { animation: fadeIn 0.4s ease; border-bottom: 1px solid var(--border); padding-bottom: 16px; margin-bottom: 16px; }
.fishdetail:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.fishdetail__top { display: flex; align-items: center; gap: 12px; }
.fishdetail__ic { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 12px; display: grid; place-items: center; font-size: 24px; }
.fishdetail--fried .fishdetail__ic { background: rgba(127,209,255,0.16); color: #2a7a9a; }
.fishdetail--raub .fishdetail__ic { background: rgba(240,181,74,0.18); color: #c98a1a; }
.fishdetail__name { font-family: var(--font-display); font-size: 20px; line-height: 1; }
.fishdetail__latin { font-size: 12px; font-style: italic; color: var(--text-muted); }
.fishdetail__blurb { margin-top: 11px; font-size: 14px; line-height: 1.55; }
.fishdetail__fact { margin-top: 9px; font-size: 13px; line-height: 1.5; color: var(--text-muted); display: flex; gap: 7px; }
.fishdetail__fact i { color: var(--gold); flex: 0 0 auto; margin-top: 2px; }
.fishdetail__meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 11px; }
.fishdetail__meta span { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 99px; background: rgba(42,122,154,0.1); color: var(--text-muted); }

.fish-legend { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; margin-top: 28px; color: rgba(234,246,240,0.85); font-size: 13.5px; }
.fish-legend span { display: inline-flex; align-items: center; gap: 7px; }
.fish-legend__note { font-size: 12px; opacity: 0.7; }

/* Fisch-Reiter */
.fishtabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 30px; }
.fishtab {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 99px; font-weight: 600; font-size: 14.5px;
  color: rgba(234,246,240,0.8); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); transition: all 0.2s;
}
.fishtab:hover { background: rgba(255,255,255,0.13); color: #fff; }
.fishtab.is-active { background: linear-gradient(135deg, #9fe0c4, var(--water-surface)); color: #06231f; border-color: transparent; }
.fishpanel { display: none; }
.fishpanel.is-active { display: block; animation: fadeIn 0.4s ease; }

/* Explorer-Seitenpanel (kompakt) */
.depth__info-head { margin-bottom: 12px; }
.depth__info-head strong { display: block; font-family: var(--font-display); font-size: 18px; }
.depth__info-head span { font-size: 12.5px; color: var(--text-muted); }
.depthrows { display: flex; flex-direction: column; gap: 8px; overflow-y: auto; }
/* Desktop (2-Spalten): rechtes Panel auf feste Höhe = Wassersäule, Liste scrollt
   innen → der Container springt nicht mehr je nach Fisch-Anzahl */
@media (min-width: 981px) {
  .depth { align-items: stretch; }
  .depth__info { height: 480px; }
  .depthrows { flex: 1 1 auto; min-height: 0; }
}
.depthrow {
  display: flex; align-items: center; gap: 11px; width: 100%; text-align: left; padding: 11px 13px; border-radius: 12px;
  background: rgba(42,122,154,0.07); border: 1px solid var(--border); transition: background 0.18s, transform 0.18s;
}
.depthrow:hover { background: rgba(42,122,154,0.14); transform: translateX(3px); }
.depthrow__dot { width: 11px; height: 11px; flex: 0 0 11px; border-radius: 50%; background: #7fd1ff; }
.depthrow--raub .depthrow__dot { background: #ffcf6a; }
.depthrow__name { font-weight: 600; font-size: 15px; }
.depthrow__d { margin-left: auto; font-size: 12.5px; color: var(--text-muted); }
.depthrow i { color: var(--water-mid); font-size: 16px; }

/* Steckbrief-Karten (echte Fotos) */
.fishcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fcard { background: var(--card); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform 0.25s, box-shadow 0.25s; }
.fcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.fcard__media { position: relative; height: 180px; background: linear-gradient(135deg, #1f5f86, #0b2740); }
.fcard__media img { width: 100%; height: 100%; object-fit: cover; }
.fcard--noimg .fcard__media::after { content: '\ea5b'; font-family: 'tabler-icons'; position: absolute; inset: 0; display: grid; place-items: center; font-size: 54px; color: rgba(255,255,255,0.5); }
.fcard__type { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700; color: #06231f; padding: 4px 11px; border-radius: 99px; background: rgba(159,220,196,0.95); }
.fcard--raub .fcard__type { background: rgba(255,207,106,0.95); }
.fcard__body { padding: 16px 18px 18px; }
.fcard__name { font-family: var(--font-display); font-size: 21px; }
.fcard__latin { font-size: 12.5px; font-style: italic; color: var(--text-muted); margin-top: 1px; }
.fcard__blurb { font-size: 14px; line-height: 1.55; margin-top: 10px; }
.fcard__fact { display: flex; gap: 7px; font-size: 13px; line-height: 1.5; color: var(--text-muted); margin-top: 9px; }
.fcard__fact i { color: var(--gold); flex: 0 0 auto; margin-top: 2px; }
.fcard__meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.fcard__meta span { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 99px; background: rgba(42,122,154,0.1); color: var(--water-deep); }
@media (prefers-color-scheme: dark) { .fcard__meta span { color: var(--water-surface); } }
.fcard.is-flash { animation: flashCard 1.4s ease; }
@keyframes flashCard { 0%, 100% { box-shadow: var(--shadow-sm); } 25% { box-shadow: 0 0 0 3px var(--water-surface), var(--shadow-lg); } }

/* ===================== MITGLIEDSCHAFT ===================== */
.member { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 32px; align-items: start; }
.price-card { background: linear-gradient(165deg, var(--teal-800), var(--teal-700)); color: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); }
.price-card__head { padding: 30px 28px 22px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.14); }
.price-card__head span { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.7); }
.price-card__head h3 { font-family: var(--font-display); font-size: 52px; line-height: 1; margin: 8px 0 6px; }
.price-card__head small { color: rgba(255,255,255,0.7); font-size: 12.5px; }
.price-card__list { list-style: none; padding: 12px 28px 28px; }
.price-card__list li { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed rgba(255,255,255,0.16); font-size: 14.5px; }
.price-card__list li:last-child { border-bottom: none; }
.price-card__list li span:last-child { font-weight: 700; }
.member__side { display: flex; flex-direction: column; gap: 16px; }
.info-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 20px 22px; box-shadow: var(--shadow-sm); }
.info-card i { font-size: 26px; color: var(--reed); }
.info-card h4 { font-size: 17px; margin: 8px 0 6px; }
.info-card p { font-size: 14px; line-height: 1.6; color: var(--text-muted); }
.info-card--youth { background: linear-gradient(135deg, rgba(111,162,74,0.12), rgba(42,122,154,0.08)); }

/* ===================== GASTANGLER ===================== */
.guest { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.guest__media { position: relative; }
.guest__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow-lg); }
.guest__tag { position: absolute; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: #fff; background: rgba(74,170,74,0.92); padding: 7px 13px; border-radius: 99px; }
.guest__text .kicker { margin-top: 0; }
.guest__text h2 { margin-bottom: 14px; }
.guest__text p { line-height: 1.7; color: var(--text); }
.guest__ticket { display: flex; gap: 12px; align-items: center; background: rgba(240,181,74,0.14); border: 1px solid rgba(240,181,74,0.4); border-radius: 14px; padding: 14px 16px; margin: 18px 0; font-size: 14.5px; font-weight: 500; }
.guest__ticket::before { content: '\eb8e'; font-family: 'tabler-icons'; font-size: 24px; color: #c98a1a; }
.ticklist { list-style: none; }
.ticklist li { position: relative; padding: 8px 0 8px 30px; font-size: 14.5px; border-bottom: 1px solid var(--border); }
.ticklist li::before { content: '\ea5e'; font-family: 'tabler-icons'; position: absolute; left: 0; top: 8px; color: var(--reed); font-size: 18px; }

/* ===================== TIMELINE / TERMINE ===================== */
.timeline { position: relative; max-width: 760px; margin: 0 auto; padding-left: 8px; }
.timeline::before { content: ''; position: absolute; left: 18px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--water-surface), var(--reed)); }
.tl-item { position: relative; padding: 0 0 26px 56px; }
.tl-item__dot { position: absolute; left: 9px; top: 4px; width: 20px; height: 20px; border-radius: 50%; background: var(--card); border: 3px solid var(--water-mid); display: grid; place-items: center; font-size: 10px; color: var(--water-mid); z-index: 1; }
.tl-item--arbeit .tl-item__dot { border-color: var(--reed); color: var(--reed); }
.tl-item--fest .tl-item__dot { border-color: var(--gold); color: #c98a1a; }
.tl-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow-sm); transition: transform 0.2s; }
.tl-card:hover { transform: translateX(4px); }
.tl-card__date { font-size: 12.5px; font-weight: 700; color: var(--water-mid); }
.tl-card__title { font-family: var(--font-display); font-size: 18px; margin: 2px 0; }
.tl-card__meta { font-size: 13px; color: var(--text-muted); display: flex; gap: 14px; flex-wrap: wrap; }
.timeline__note { max-width: 760px; margin: 6px auto 0; padding-left: 56px; font-size: 13.5px; color: var(--text-muted); font-style: italic; }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.work-card { border-radius: 16px; overflow: hidden; background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: transform 0.25s, box-shadow 0.25s; }
.work-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.work-card img { height: 150px; width: 100%; object-fit: cover; }
.work-card__body { padding: 14px 16px 18px; }
.work-card__body h4 { font-family: var(--font-display); font-size: 18px; }
.work-card__body p { font-size: 13.5px; color: var(--text-muted); margin-top: 5px; line-height: 1.5; }

/* ===================== KONTAKT ===================== */
.contacts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ccard { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 18px; padding: 24px 20px; text-align: center; backdrop-filter: blur(6px); transition: transform 0.25s, background 0.25s; }
.ccard:hover { transform: translateY(-4px); background: rgba(255,255,255,0.1); }
.ccard__ic { width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 14px; display: grid; place-items: center; font-size: 26px; color: #06231f; background: linear-gradient(135deg, #9fe0c4, var(--water-surface)); }
.ccard__role { font-size: 12px; text-transform: uppercase; letter-spacing: 0.6px; color: #8fe3cf; font-weight: 600; }
.ccard__name { font-family: var(--font-display); font-size: 18px; margin: 6px 0 8px; color: #fff; }
.ccard a { color: #eaf6f0; font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 6px; }
.ccard a:hover { color: #fff; }
.ccard span.muted { font-size: 13px; color: rgba(234,246,240,0.6); }
.ccard .reveal {
  display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; color: #9fe0c4;
  padding: 7px 13px; border-radius: 99px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
  transition: background 0.2s, color 0.2s;
}
.ccard .reveal:hover { background: rgba(255,255,255,0.16); color: #fff; }
.reveal--inline { background: none; border: none; padding: 0; color: #9fe0c4; font: inherit; font-weight: 600; text-decoration: underline; cursor: pointer; }
.reveal--inline:hover { color: #fff; }

/* ===================== FOOTER ===================== */
.footer { background: var(--teal-900); color: rgba(234,246,240,0.78); padding: 56px 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.6fr; gap: 36px; padding-bottom: 36px; }
.footer__brand { display: flex; gap: 14px; align-items: flex-start; }
.footer__brand strong { color: #fff; font-family: var(--font-display); font-size: 18px; }
.footer__brand p { font-size: 13px; margin-top: 5px; line-height: 1.5; }
.footer__links { display: flex; flex-direction: column; gap: 9px; }
.footer__links a { color: rgba(234,246,240,0.8); font-size: 14.5px; }
.footer__links a:hover { color: #fff; }
.footer__impressum { font-size: 12.5px; line-height: 1.6; }
.footer__impressum strong { color: #fff; display: block; margin-bottom: 6px; font-size: 13.5px; }
.footer__bar { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; max-width: var(--maxw); margin: 0 auto; font-size: 13px; flex-wrap: wrap; gap: 12px; }
.footer__top { display: inline-flex; align-items: center; gap: 6px; color: rgba(234,246,240,0.8); font-weight: 600; }
.footer__top:hover { color: #fff; }

/* ===================== ERLEBNIS-OVERLAY ===================== */
.experience { position: fixed; inset: 0; z-index: 5000; display: none; background: #0a1418; }
.experience.is-open { display: block; }
body.exp-open { overflow: hidden; }
.topbar__back { display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px; border-radius: 9px; font-weight: 600; font-size: 13.5px; color: var(--water-mid); background: rgba(42,122,154,0.1); }
.topbar__back:hover { background: rgba(42,122,154,0.18); }

/* Kartenkopf auf dem Handy: kein abgeschnittener Text, nur Fisch-Symbol mittig */
@media (max-width: 640px) {
  .view--map .topbar__titles { display: none; }
  .view--map .topbar__brand { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); gap: 0; }
}

/* 3D-Ansicht auf dem Handy: Werkzeugleiste/Info-Button entzerren */
@media (max-width: 620px) {
  .scene-toolbar { gap: 8px; }
  .scene-toolbar__title { font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
  .presets button { width: 34px; height: 32px; font-size: 16px; }
  /* Info-Button unter die Werkzeugleiste, damit er die Presets nicht überlagert */
  .info-panel__open { top: 60px; right: 12px; width: 40px; height: 40px; font-size: 20px; }
}

/* Pfeil-Griff zum Auf-/Zuklappen der Seitenleiste */
.rail-toggle {
  position: absolute; top: 50%; left: var(--sidebar-w); transform: translateY(-50%); z-index: 1150;
  width: 26px; height: 58px; display: grid; place-items: center; color: #fff; font-size: 20px;
  background: linear-gradient(135deg, var(--water-mid), var(--forest-mid));
  border-radius: 0 13px 13px 0; box-shadow: 3px 2px 12px rgba(0,0,0,0.3);
  transition: left 0.4s cubic-bezier(.4,0,.2,1), filter 0.2s;
}
.rail-toggle:hover { filter: brightness(1.1); }
.rail-toggle i { transition: transform 0.3s; }
.sidebar.is-collapsed ~ .rail-toggle { left: 0; }
@media (max-width: 900px) {
  .rail-toggle { left: 0; }
  .sidebar.is-open ~ .rail-toggle { left: min(312px, 86vw); }
}

/* Footer-Rubriken + Rechtliches-Buttons */
.footer__h { display: block; color: #fff; font-family: var(--font-display); font-size: 16px; margin-bottom: 4px; }
.footer__legal { display: block; text-align: left; color: rgba(234,246,240,0.8); font-size: 14.5px; font-weight: 600; padding: 0; }
.footer__legal:hover { color: #fff; text-decoration: underline; }

/* Burger-Scrim (mobiles Menü) */
.nav__scrim { position: fixed; inset: 0; z-index: 2900; background: rgba(4,14,12,0.55); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; }
.nav__scrim.is-on { opacity: 1; visibility: visible; }
.nav__burger.is-open i::before { content: '\eb55'; } /* X */

/* ===================== RECHTLICHES-MODAL ===================== */
.legal { position: fixed; inset: 0; z-index: 6000; display: none; }
.legal.is-open { display: block; }
.legal__scrim { position: absolute; inset: 0; background: rgba(6,18,16,0.6); backdrop-filter: blur(3px); animation: fadeIn 0.3s ease; }
.legal__panel {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: min(720px, 92vw); max-height: 86vh; overflow-y: auto; background: var(--card); color: var(--text);
  border-radius: 20px; box-shadow: var(--shadow-lg); padding: 32px 34px; animation: popIn 0.35s cubic-bezier(.2,.8,.2,1);
}
@keyframes popIn { from { opacity: 0; transform: translate(-50%, -46%) scale(0.97); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
.legal__close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-size: 20px; background: rgba(0,60,40,0.08); color: var(--text); }
.legal__close:hover { background: rgba(0,60,40,0.16); }
.legal__title { font-family: var(--font-display); font-size: 30px; margin-bottom: 16px; padding-right: 44px; line-height: 1.15; overflow-wrap: anywhere; hyphens: auto; }
.legal__body h3 { font-size: 16px; margin: 20px 0 6px; color: var(--water-deep); overflow-wrap: anywhere; }
@media (prefers-color-scheme: dark) { .legal__body h3 { color: var(--water-surface); } }
.legal__body p { font-size: 14px; line-height: 1.65; color: var(--text-muted); overflow-wrap: anywhere; }
@media (max-width: 560px) {
  .legal__panel { padding: 22px 18px; border-radius: 16px; width: 94vw; }
  .legal__title { font-size: 21px; padding-right: 38px; }
  .legal__close { top: 12px; right: 12px; }
}
body.modal-open { overflow: hidden; }

/* ===================== COOKIE-HINWEIS ===================== */
.dsbar { position: fixed; left: 50%; bottom: 18px; transform: translate(-50%, 160%); z-index: 5500; width: min(680px, 94vw); transition: transform 0.45s cubic-bezier(.2,.8,.2,1); }
.dsbar.is-in { transform: translate(-50%, 0); }
/* flex-wrap: Buttons brechen um statt aus dem Bildschirm zu rutschen */
.dsbar__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; background: rgba(13,30,28,0.97); color: #eaf6f0; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 16px 18px; box-shadow: var(--shadow-lg); }
.dsbar__ic { font-size: 28px; color: #9fe0c4; flex: 0 0 auto; }
.dsbar__text { font-size: 13px; line-height: 1.5; flex: 1 1 220px; min-width: 0; }
.dsbar__actions { display: flex; gap: 10px; flex: 1 1 auto; justify-content: flex-end; }
.dsbar__btn { padding: 10px 16px; border-radius: 10px; font-weight: 600; font-size: 13.5px; color: #06231f; background: linear-gradient(135deg, #9fe0c4, var(--water-surface)); white-space: nowrap; }
.dsbar__btn--ghost { background: transparent; color: #cfeee2; border: 1px solid rgba(255,255,255,0.22); }
.dsbar__btn--ghost:hover { background: rgba(255,255,255,0.08); }
@media (max-width: 600px) {
  /* Bottom-Sheet: volle Breite, Safe-Area, Button immer erreichbar */
  .dsbar { left: 0; right: 0; width: auto; bottom: 0; transform: translateY(120%); }
  .dsbar.is-in { transform: translateY(0); }
  /* nowrap + flex:0 → kompakt, keine Riesenlücke zwischen Text und Buttons */
  .dsbar__inner { flex-direction: column; flex-wrap: nowrap; align-items: stretch; justify-content: flex-start; gap: 12px;
    border-radius: 16px 16px 0 0; padding: 16px 18px calc(16px + env(safe-area-inset-bottom)); }
  .dsbar__ic { display: none; }
  .dsbar__text { font-size: 12.5px; flex: 0 0 auto; margin: 0; }
  /* gestapelt: „Verstanden" oben, „Mehr erfahren" darunter */
  .dsbar__actions { flex-direction: column-reverse; flex: 0 0 auto; width: 100%; gap: 10px; justify-content: flex-start; }
  .dsbar__btn { width: 100%; flex: 0 0 auto; text-align: center; padding: 13px; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .about, .member, .guest, .depth { grid-template-columns: 1fr; gap: 30px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .pond-grid, .work-grid, .fishcards { grid-template-columns: repeat(2, 1fr); }
  .contacts { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr; gap: 22px; }
  .about__media { order: -1; }
}
@media (max-width: 620px) {
  .section { padding: 70px 0; }
  .pond-grid, .work-grid, .stats, .contacts, .fishcards { grid-template-columns: 1fr; }
  .ponds-cta { padding: 24px; }
  .fishtabs { flex-wrap: wrap; }
  /* Tiefen-Explorer kompakter halten */
  .depth { gap: 18px; }
  .depth__stage { min-height: 340px; }
  .fishghost__icon { font-size: 21px; }
  .fishghost__name { font-size: 10.5px; padding: 1px 6px; }
  .depth__readout { padding: 6px 10px; left: auto; right: 12px; top: 10px; }
  .depth__readout strong { font-size: 19px; }
  .depth__float { width: 18px; height: 33px; }
  .depth__rule span { font-size: 10px; }
  .depth__info { padding: 18px; }
  .hero__inner { padding-top: 96px; }
}
