/* NAVION Nachtschicht
   Eine Seite, eine Nacht: dunkle Halle, eine Signalfarbe.
   Ecken: Bedienelemente als Pille, Bilder und Flächen scharfkantig. */

@font-face { font-family: 'Mona'; src: url(vendor/fonts/mona-sans.woff2) format('woff2-variations'); font-weight: 200 900; font-stretch: 75% 125%; font-display: swap; }
@font-face { font-family: 'Geist Mono'; src: url(vendor/fonts/geist-mono.woff2) format('woff2-variations'); font-weight: 100 900; font-display: swap; }

:root {
  --nacht: #0a0c0f;
  --nacht-2: #101318;
  --nacht-3: #161a21;
  --text: #e8ecf1;
  --text-2: #9aa3ae;
  --text-3: #6d7682;
  --linie: rgba(232, 236, 241, .12);
  --linie-2: rgba(232, 236, 241, .22);
  --signal: #f4a640;
  --signal-dunkel: #1b1206;
  --rand: clamp(20px, 4.2vw, 64px);
  --kurve: cubic-bezier(.16, 1, .3, 1);
  --mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --sans: 'Mona', 'Helvetica Neue', Arial, sans-serif;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--nacht); -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0; background: var(--nacht); color: var(--text);
  font-family: var(--sans); font-size: 1rem; line-height: 1.55; font-stretch: 100%;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--signal); color: var(--signal-dunkel); }

.sprung { position: fixed; left: 16px; top: -60px; z-index: 50; background: var(--signal); color: var(--signal-dunkel); padding: 10px 16px; border-radius: 99px; text-decoration: none; font-weight: 600; transition: top .2s; }
.sprung:focus { top: calc(12px + env(safe-area-inset-top, 0px)); }

/* Schrift */
.anzeige, .titel { font-family: var(--sans); font-stretch: 118%; font-weight: 620; letter-spacing: -.025em; line-height: 1.02; margin: 0; text-wrap: balance; }
.anzeige { font-size: clamp(2.7rem, 5.3vw, 5.8rem); line-height: .98; }
.anzeige .zeile > span { white-space: nowrap; }
.titel { font-size: clamp(1.6rem, 2.6vw, 2.4rem); }
.titel-gross { font-size: clamp(2.1rem, 4.4vw, 4.4rem); }
.signal { color: var(--signal); }
p { text-wrap: pretty; }
.klein { font-size: .82rem; color: var(--text-3); }

/* Knöpfe */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  height: 48px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent;
  font-size: .95rem; font-weight: 560; font-stretch: 108%; letter-spacing: .005em; white-space: nowrap;
  text-decoration: none; cursor: pointer; position: relative; overflow: hidden; isolation: isolate;
  transition: transform .5s var(--kurve), background-color .3s, border-color .3s, color .3s;
  touch-action: manipulation;
}
.knopf:active { transform: scale(.97); }
.knopf-signal { background: var(--signal); color: var(--signal-dunkel); }
.knopf-signal::after { content: ''; position: absolute; inset: 0; z-index: -1; background: #ffc873; transform: translateY(101%); transition: transform .5s var(--kurve); }
.knopf-signal:hover::after { transform: translateY(0); }
.knopf-linie { border-color: var(--linie-2); color: var(--text); background: rgba(10, 12, 15, .35); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.knopf-linie:hover { border-color: var(--text); }
.knopf-breit { width: 100%; }

/* Lader */
#lader { position: fixed; inset: 0; z-index: 40; background: var(--nacht); display: grid; place-content: center; gap: 22px; justify-items: center; transition: opacity .9s var(--kurve), visibility .9s; }
#lader.weg { opacity: 0; visibility: hidden; }
.lader-logo { width: 190px; height: auto; opacity: .92; }
.lader-zeile { display: flex; justify-content: space-between; width: 220px; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; color: var(--text-3); text-transform: uppercase; }
.lader-zeile span:last-child { color: var(--text-2); font-variant-numeric: tabular-nums; }
.lader-linie { width: 220px; height: 1px; background: var(--linie); overflow: hidden; }
.lader-linie i { display: block; height: 100%; width: 100%; background: var(--signal); transform-origin: left; transform: scaleX(0); transition: transform .3s linear; }
html:not(.js) #lader, html.ohne3d #lader { display: none; }

/* Bühne */
#buehne { position: fixed; inset: 0; width: 100%; height: 100%; height: 100lvh; z-index: 0; display: block; pointer-events: none; }
html.ohne3d #buehne, html:not(.js) #buehne { display: none; }
main { position: relative; z-index: 1; }
#vignette { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(120% 90% at 50% 45%, rgba(10,12,15,0) 55%, rgba(5,6,8,.55) 100%); }
html.ohne3d #vignette { display: none; }

/* Kopfzeile */
.kopf {
  position: fixed; z-index: 20; top: 0; left: 0; right: 0;
  display: flex; align-items: center; gap: 28px;
  padding: calc(14px + env(safe-area-inset-top, 0px)) var(--rand) 14px;
  transition: transform .6s var(--kurve), background-color .4s;
}
.kopf.verdeckt { transform: translateY(-110%); }
.kopf.fest { background: rgba(10, 12, 15, .72); backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); box-shadow: inset 0 -1px 0 var(--linie); }
.marke img { width: 118px; height: auto; }
.kopf-nav { display: flex; gap: 26px; margin-left: auto; }
.kopf-nav a { text-decoration: none; font-size: .9rem; color: var(--text-2); font-stretch: 105%; transition: color .2s; }
.kopf-nav a:hover, .kopf-nav a.hier { color: var(--text); }
.kopf .knopf { height: 40px; padding: 0 18px; font-size: .88rem; }
@media (max-width: 860px) { .kopf-nav { display: none; } .kopf .knopf { margin-left: auto; } }

/* Hero */
.start { min-height: 100svh; display: grid; align-items: end; padding: 120px var(--rand) clamp(40px, 8vh, 96px); position: relative; }
.start-text { max-width: 58rem; }
.start-unter { font-size: clamp(1.02rem, 1.25vw, 1.2rem); color: var(--text-2); max-width: 31em; margin: 26px 0 32px; }
.start-knoepfe { display: flex; gap: 12px; flex-wrap: wrap; }
.start-poster, .runde-poster, .technik-poster { display: none; }
@media (max-width: 760px) {
  .start { align-items: end; padding-top: 52svh; }
  .anzeige { font-size: clamp(2.5rem, 11vw, 3.4rem); }
}

/* Auftritt der Überschrift: Zeilen steigen aus einer Maske */
.zeile { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.zeile > span { display: inline-block; transform: translateY(105%); transition: transform 1.4s var(--kurve); }
.zeile:nth-child(2) > span { transition-delay: .12s; }
.auftritt { opacity: 0; transform: translateY(14px); transition: opacity 1.1s var(--kurve) var(--v, 0s), transform 1.1s var(--kurve) var(--v, 0s); }
body.bereit .zeile > span, body.bereit .auftritt { transform: none; opacity: 1; }
html:not(.js) .zeile > span, html:not(.js) .auftritt, html.ohne3d .zeile > span, html.ohne3d .auftritt { transform: none; opacity: 1; }

.enthuellen { opacity: 0; transform: translateY(22px); transition: opacity 1.1s var(--kurve), transform 1.1s var(--kurve); }
.enthuellen.da { opacity: 1; transform: none; }
html:not(.js) .enthuellen { opacity: 1; transform: none; }

/* Partner */
.partner { padding: 56px var(--rand) 40px; display: grid; gap: 22px; border-top: 1px solid var(--linie); background: linear-gradient(to bottom, rgba(10,12,15,0), var(--nacht) 70%); }
.partner p { margin: 0; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-3); }
.partner-reihe { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(28px, 5vw, 72px); }
.partner-reihe img { height: 30px; width: auto; filter: brightness(0) invert(.86); opacity: .75; transition: opacity .3s; }
.partner-reihe img:hover { opacity: 1; }
.partner-reihe .p-innolab { height: 44px; }
.partner-reihe .p-eigen { filter: none; opacity: .8; }
.partner-reihe .p-tu { height: 36px; }
@media (max-width: 760px) { .partner-reihe { gap: 22px 30px; } .partner-reihe img { height: 22px; } .partner-reihe .p-innolab { height: 32px; } .partner-reihe .p-tu { height: 26px; } }

/* Manifest */
.manifest { position: relative; }
html.js:not(.ohne3d) .manifest { height: 230vh; }
.haft { position: relative; }
html.js:not(.ohne3d) .haft { position: sticky; top: 0; height: 100svh; }
.manifest .haft { display: grid; align-items: center; padding: 0 var(--rand); }
.manifest-text { font-stretch: 116%; font-weight: 560; font-size: clamp(1.9rem, 4.3vw, 4.3rem); line-height: 1.08; letter-spacing: -.02em; max-width: 19em; margin: 0; padding: 18vh 0; }
.manifest-text em { font-style: normal; }
.wort { opacity: .14; transition: opacity .5s var(--kurve), color .5s; }
.wort.an { opacity: 1; }
em .wort.an { color: var(--signal); }
html:not(.js) .wort, html.ohne3d .wort { opacity: 1; }

/* Runde */
html.js:not(.ohne3d) .runde { height: 640vh; }
.runde .haft { padding: calc(92px + env(safe-area-inset-top, 0px)) var(--rand) 36px; }
.runde-kopf { position: relative; max-width: 30rem; min-height: 12rem; }
.runde-schritt { position: absolute; inset: 0 auto auto 0; opacity: 0; transform: translateY(12px); transition: opacity .7s var(--kurve), transform .7s var(--kurve); pointer-events: none; }
.runde-schritt.ist-aktiv { opacity: 1; transform: none; }
.runde-schritt p { color: var(--text-2); margin: 14px 0 0; max-width: 26em; }
.runde-schritt .uhr { font-family: var(--mono); font-size: .8rem; letter-spacing: .06em; color: var(--signal); margin: 0 0 10px; }
.anzeigetafel { position: absolute; left: var(--rand); bottom: 36px; margin: 0; display: flex; gap: clamp(22px, 4vw, 56px); padding-top: 16px; border-top: 1px solid var(--linie-2); }
.anzeigetafel dt { font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); }
.anzeigetafel dd { margin: 6px 0 0; font-family: var(--mono); font-size: clamp(1.4rem, 2.4vw, 2.1rem); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.anzeigetafel small { color: var(--text-3); font-size: .55em; margin-left: 2px; }
#tBefunde { color: var(--signal); }
.runde-hinweis { position: absolute; right: var(--rand); bottom: 36px; margin: 0; font-family: var(--mono); font-size: .7rem; color: var(--text-3); letter-spacing: .04em; }
.befund-marken { position: absolute; inset: 0; pointer-events: none; }
.bmarke { position: absolute; left: 0; top: 0; display: grid; gap: 2px; padding: 8px 12px 9px; min-width: 150px; background: rgba(16, 19, 24, .82); border: 1px solid var(--linie-2); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; transition: opacity .5s var(--kurve); will-change: transform; }
.bmarke::before { content: ''; position: absolute; left: -1px; top: 100%; width: 1px; height: 26px; background: linear-gradient(var(--linie-2), transparent); }
.bmarke.an { opacity: 1; }
.bmarke b { font-weight: 600; font-size: .86rem; font-stretch: 108%; }
.bmarke span { font-family: var(--mono); font-size: .66rem; color: var(--text-2); letter-spacing: .04em; }
.bmarke i { font-style: normal; color: var(--signal); }
@media (max-width: 760px) {
  .runde-kopf { min-height: 10rem; }
  .runde-hinweis { display: none; }
  .anzeigetafel { right: var(--rand); justify-content: space-between; }
  .bmarke { min-width: 0; padding: 6px 9px; }
  .bmarke b { font-size: .74rem; }
}

/* Ohne 3D: statische Bilder statt Bühne */
html.ohne3d .start-poster, html:not(.js) .start-poster { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 50%; z-index: -1; opacity: .8; }
html.ohne3d .runde-poster, html:not(.js) .runde-poster { display: block; width: 100%; margin-top: 32px; }
html.ohne3d .runde-schritt, html:not(.js) .runde-schritt { position: static; opacity: 1; transform: none; margin-bottom: 28px; }
html.ohne3d .anzeigetafel, html.ohne3d .runde-hinweis, html:not(.js) .anzeigetafel, html:not(.js) .runde-hinweis { display: none; }
html.ohne3d .runde, html:not(.js) .runde { padding: 80px 0; }
html.ohne3d .technik-poster, html:not(.js) .technik-poster { display: block; }
html.ohne3d .technik-anker, html:not(.js) .technik-anker { display: none; }

/* Befund */
.befund { background: var(--nacht); position: relative; padding: 0 0 clamp(80px, 12vh, 140px); }
.befund::before { content: ''; position: absolute; left: 0; right: 0; bottom: 100%; height: 40vh; background: linear-gradient(to bottom, rgba(10,12,15,0), var(--nacht)); pointer-events: none; }
.rahmen { padding-left: var(--rand); padding-right: var(--rand); }
.befund .titel-gross { max-width: 14em; padding-top: 20px; }
.befund-lead { color: var(--text-2); max-width: 36em; font-size: 1.08rem; margin: 22px 0 clamp(40px, 7vh, 72px); }
.befund-bild { margin: 0; padding: 0 var(--rand); }
.befund-flaeche { position: relative; overflow: hidden; background: var(--nacht-2); aspect-ratio: 2000 / 750; cursor: crosshair; }
.befund-flaeche img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.82) contrast(1.08); transition: filter 1.6s var(--kurve); }
.befund-bild.laeuft .befund-flaeche img { filter: saturate(.7) brightness(.95) contrast(1.05); }
.befund-kontur { position: absolute; inset: 0; width: 100%; height: 100%; }
.befund-kontur path { fill: rgba(244, 166, 64, 0); stroke: var(--signal); stroke-width: 2.4; vector-effect: non-scaling-stroke; stroke-dasharray: var(--len, 6000); stroke-dashoffset: var(--len, 6000); transition: stroke-dashoffset 2.4s cubic-bezier(.65,0,.35,1) .9s, fill .9s ease 3.1s; }
.befund-bild.laeuft .befund-kontur path { stroke-dashoffset: 0; fill: rgba(244, 166, 64, .12); }
.befund-scan { position: absolute; top: 0; bottom: 0; left: 0; width: 22%; background: linear-gradient(90deg, rgba(244,166,64,0), rgba(244,166,64,.16) 80%, rgba(255,214,150,.9) 99.4%, rgba(244,166,64,0)); transform: translateX(-100%); pointer-events: none; }
.befund-bild.laeuft .befund-scan { animation: scan 1.6s cubic-bezier(.45,0,.2,1) forwards; }
@keyframes scan { from { transform: translateX(-100%); opacity: 1; } 85% { opacity: 1; } to { transform: translateX(460%); opacity: 0; } }
.befund-bild figcaption { margin-top: 14px; font-family: var(--mono); font-size: .72rem; color: var(--text-3); letter-spacing: .02em; }
.lupe { position: absolute; width: 230px; height: 230px; border-radius: 50%; left: 0; top: 0; pointer-events: none; border: 1px solid rgba(244,166,64,.8); box-shadow: 0 0 0 6px rgba(10,12,15,.35), 0 20px 60px rgba(0,0,0,.5); background-repeat: no-repeat; opacity: 0; transform: scale(.85); transition: opacity .3s, transform .4s var(--kurve); }
.lupe.an { opacity: 1; transform: scale(1); }
@media (hover: none), (max-width: 760px) { .lupe { display: none; } .befund-bild figcaption { display: none; } }
@media (max-width: 760px) { .befund-flaeche { aspect-ratio: 4 / 3; } .befund-bild { padding: 0; } }
.befund-daten { margin: clamp(28px, 5vh, 48px) 0 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
.befund-daten > div { border-top: 1px solid var(--linie-2); padding-top: 14px; }
.befund-daten dt, .kennzahlen dt, .werte dt { font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-3); }
.befund-daten dd { margin: 8px 0 0; font-size: 1.1rem; font-stretch: 110%; font-weight: 520; }
@media (max-width: 860px) { .befund-daten { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Bericht */
.bericht { background: var(--nacht); position: relative; }
html.js:not(.ohne3d) .bericht { height: 250vh; }
.bericht .haft { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: clamp(32px, 5vw, 80px); padding: 90px var(--rand) 40px; overflow: hidden; }
.bericht-text p { color: var(--text-2); max-width: 30em; margin: 22px 0 0; }
.bericht-text .klein { margin-top: 28px; font-family: var(--mono); font-size: .7rem; color: var(--text-3); }
.kennzahlen { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 32px; margin: 42px 0 0; max-width: 30rem; }
.kennzahlen > div { border-top: 1px solid var(--linie-2); padding-top: 12px; }
.kennzahlen dd { margin: 6px 0 0; font-size: clamp(2rem, 3.4vw, 3.2rem); font-stretch: 122%; font-weight: 600; letter-spacing: -.03em; font-variant-numeric: tabular-nums; line-height: 1; }
.kennzahlen > div:nth-child(3) dd { color: var(--signal); }
.bericht-stapel { position: relative; height: min(76svh, 720px); }
.bericht-stapel img { position: absolute; left: 50%; top: 50%; width: min(24vw, 330px); height: auto; aspect-ratio: 900 / 1274; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.05); transform: translate(-50%, -50%); will-change: transform; }
@media (max-width: 860px) {
  .bericht .haft { grid-template-columns: 1fr; align-content: center; gap: 12px; padding-top: 84px; }
  .bericht-text .titel-gross { font-size: 1.9rem; }
  .bericht-text p:not(.klein) { display: none; }
  .kennzahlen { margin-top: 20px; gap: 14px 20px; }
  .kennzahlen dd { font-size: 1.7rem; }
  .bericht-stapel { height: 40svh; }
  .bericht-stapel img { width: 34vw; }
}
html.ohne3d .bericht .haft, html:not(.js) .bericht .haft { padding: 90px var(--rand); }
html.ohne3d .bericht-stapel, html:not(.js) .bericht-stapel { display: none; }

/* Technik */
html.js:not(.ohne3d) .technik { height: 260vh; }
.technik .haft { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; padding: 90px var(--rand) 40px; }
.technik-text { grid-column: 2; max-width: 36rem; }
.werte { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 36px; margin: 40px 0 0; }
.werte > div { border-top: 1px solid var(--linie-2); padding-top: 12px; }
.werte dd { margin: 4px 0 0; font-size: clamp(2.4rem, 4.2vw, 4rem); font-stretch: 125%; font-weight: 600; letter-spacing: -.035em; line-height: 1; font-variant-numeric: tabular-nums; }
.werte dd small { font-size: .38em; letter-spacing: 0; font-weight: 500; color: var(--text-2); margin: 0 .15em; }
.werte dt { order: 2; margin-top: 10px; }
.werte > div { display: flex; flex-direction: column-reverse; }
.technik-mehr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-top: 44px; }
.technik-mehr h3 { font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--signal); font-weight: 500; margin: 0 0 12px; }
.technik-mehr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.technik-mehr li { font-size: .9rem; color: var(--text-2); line-height: 1.45; }
.technik-mehr b { display: block; color: var(--text); font-weight: 560; font-stretch: 108%; }
.technik-anker span { position: absolute; left: 0; top: 0; font-family: var(--mono); font-size: .7rem; letter-spacing: .04em; color: var(--text); white-space: nowrap; margin-left: 64px; padding: 4px 8px; background: rgba(10, 12, 15, .78); border: 1px solid var(--linie); opacity: 0; transition: opacity .6s var(--kurve); will-change: transform; }
.technik-anker span::before { content: ''; position: absolute; left: -64px; top: 50%; width: 62px; height: 1px; background: linear-gradient(90deg, var(--signal), rgba(232,236,241,.35)); }
.technik-anker span::after { content: ''; position: absolute; left: -67px; top: calc(50% - 3px); width: 7px; height: 7px; border-radius: 50%; background: var(--signal); }
.technik-anker.an span { opacity: 1; }
@media (max-width: 860px) {
  .technik .haft { grid-template-columns: 1fr; align-content: end; padding-bottom: 28px; }
  .technik-text { grid-column: 1; }
  .technik-text .titel-gross { font-size: 1.9rem; }
  .werte { gap: 16px 20px; margin-top: 18px; }
  .werte dd { font-size: 2rem; }
  .technik-mehr { display: none; }
  .technik-anker { display: none; }
}
html.ohne3d .technik .haft, html:not(.js) .technik .haft { grid-template-columns: 1fr 1fr; }
html.ohne3d .technik-poster, html:not(.js) .technik-poster { grid-row: 1; grid-column: 1; }

/* Einsatz */
.einsatz { background: var(--nacht); position: relative; padding: clamp(100px, 16vh, 180px) 0; }
.einsatz-liste { list-style: none; margin: clamp(40px, 7vh, 72px) 0 0; padding: 0; border-top: 1px solid var(--linie-2); }
.einsatz-liste li { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: 24px; padding: 26px 0 28px; border-bottom: 1px solid var(--linie); cursor: default; transition: padding .5s var(--kurve); }
.einsatz-liste h3 { margin: 0; font-size: clamp(1.8rem, 4.4vw, 4rem); font-stretch: 122%; font-weight: 560; letter-spacing: -.03em; line-height: 1; color: var(--text-3); transition: color .4s, transform .6s var(--kurve); }
.einsatz-liste p { margin: 0; color: var(--text-2); max-width: 28em; }
.einsatz-liste li img { display: none; }
.einsatz-liste li:hover h3, .einsatz-liste li.an h3 { color: var(--text); transform: translateX(14px); }
.vorschau { position: fixed; left: 0; top: 0; width: 260px; aspect-ratio: 760 / 1013; pointer-events: none; z-index: 5; opacity: 0; transform: translate3d(-9999px, 0, 0); transition: opacity .35s; overflow: hidden; }
.vorschau.an { opacity: 1; }
.vorschau img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
@media (hover: none), (max-width: 860px) {
  .einsatz-liste li { grid-template-columns: 1fr; gap: 12px; }
  .einsatz-liste h3 { color: var(--text); }
  .einsatz-liste li img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin-top: 6px; filter: saturate(.8); }
  .vorschau { display: none; }
}

/* Kontakt */
.kontakt { min-height: 100svh; display: grid; grid-template-rows: 1fr auto; position: relative; }
.kontakt-inhalt { align-self: end; padding: 58svh var(--rand) 70px; display: grid; justify-items: center; text-align: center; }
.kontakt-inhalt p { color: var(--text-2); max-width: 30em; margin: 18px 0 30px; }
.fuss { display: flex; flex-wrap: wrap; gap: 14px 32px; align-items: center; padding: 22px var(--rand) calc(22px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--linie); font-size: .82rem; color: var(--text-3); background: rgba(10,12,15,.7); }
.fuss a { text-decoration: none; color: var(--text-2); }
.fuss a:hover { color: var(--text); }
.fuss nav { display: flex; gap: 22px; margin-left: auto; }
@media (max-width: 760px) { .kontakt-inhalt { padding-top: 46svh; } .fuss nav { margin-left: 0; } }

/* Kontaktfenster */
.fenster { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 20px; background: rgba(5, 6, 8, .66); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 0; transition: opacity .4s var(--kurve); }
.fenster.offen { opacity: 1; }
.fenster-karte { position: relative; width: min(100%, 470px); max-height: calc(100svh - 40px); overflow: auto; background: var(--nacht-2); border: 1px solid var(--linie-2); padding: 34px 30px 30px; transform: translateY(18px) scale(.98); transition: transform .6s var(--kurve); }
.fenster.offen .fenster-karte { transform: none; }
.fenster-zu { position: absolute; right: 12px; top: 12px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--linie); background: transparent; display: grid; place-items: center; cursor: pointer; }
.fenster-zu:hover { border-color: var(--text); }
.fenster-lead { color: var(--text-2); margin: 10px 0 22px; font-size: .95rem; }
.feld { display: grid; gap: 6px; margin-bottom: 14px; }
.feld label { font-size: .8rem; color: var(--text); font-weight: 500; }
.feld label span { color: var(--text-2); font-weight: 400; }
.feld input, .feld textarea { width: 100%; font: inherit; font-size: 1rem; color: var(--text); background: var(--nacht); border: 1px solid var(--linie-2); border-radius: 0; padding: 11px 12px; transition: border-color .2s; }
.feld textarea { resize: vertical; }
.feld input:focus, .feld textarea:focus { outline: none; border-color: var(--signal); box-shadow: 0 0 0 1px var(--signal); }
.feld-fehler, .fenster-fehler { color: #ffb4a8; font-size: .82rem; }
.fenster-fehler { margin: 0 0 14px; }
.honig { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.fenster-danke p { color: var(--text-2); margin: 12px 0 24px; }

/* Bewegung reduzieren */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .befund-bild .befund-kontur path { stroke-dashoffset: 0; }
}
