/* ============================================================
   ASTECH Relaunch — sauberes Conversion-Design
   Weiß / Navy #16283A / Signalrot #C8332E (Logo)
   Archivo (self-hosted). Glide: View Transitions, CSS-Hero-
   Entrance (kein GSAP-Race), IO-Reveals, Smooth Scroll.
   ============================================================ */

/* ---------- View Transitions (MPA) ---------- */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation-duration: 0.32s; }
::view-transition-new(root) { animation-duration: 0.32s; }
html.rm::view-transition-old(root),
html.rm::view-transition-new(root) { animation: none; }

/* ---------- Tokens & Basis ---------- */
:root {
  --navy: #16283A;
  --navy-deep: #101D2B;
  --red: #C8332E;
  --red-deep: #A32521;
  --rose: #F3C9C7;
  --ink: #1B2733;
  --body: #2A3A4B;
  --muted: #5C6B7A;
  --faint: #8494A3;
  --line: #E3E8EE;
  --bg: #ffffff;
  --bg-soft: #F4F6F9;
  --gold: #F5B942;
  --topbar-h: 0px;
  --nav-h: 86px;
  --head-h: 86px;
  --pad-x: clamp(20px, 7.6vw, 150px);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; }
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -0.5px; line-height: 1.18; color: var(--navy); text-wrap: balance; }
h2 { font-size: clamp(28px, 3.2vw, 38px); }
h3 { font-size: 18px; letter-spacing: 0; }
p { margin: 0; }
a { color: var(--red); text-decoration: none; }

.skip {
  position: fixed; left: 16px; top: -60px; z-index: 200;
  background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px;
  font-weight: 600; transition: top 0.2s;
}
.skip:focus { top: 12px; }

.eyebrow {
  color: var(--red); font-size: 13px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
}
.eyebrow--rose { color: var(--rose); }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; }
.stars--lg { font-size: 20px; letter-spacing: 3px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: inherit; font-size: 15.5px; font-weight: 700; line-height: 1;
  padding: 15px 26px; border-radius: 10px; border: 0; cursor: pointer;
  text-decoration: none; white-space: nowrap;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.25s;
}
.btn--red {
  background: var(--red); color: #fff;
  box-shadow: 0 10px 24px -8px rgba(200, 51, 46, 0.55);
}
.btn--red:hover { background: var(--red-deep); transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(200, 51, 46, 0.6); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.1); color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.22); transform: translateY(-2px); }
.btn--navy-ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn--navy-ghost:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn--lg { font-size: 16.5px; padding: 17px 30px; }
.btn--block { width: 100%; }
.btn:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
.btn--red:focus-visible { outline-color: var(--ink); }
.contact .btn:focus-visible, .hero .btn:focus-visible { outline-color: #fff; }

/* ---------- Topbar & Nav (fix, außerhalb des Smoothers) ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 90; height: var(--topbar-h);
  background: var(--navy); color: #DCE4EC;
  display: flex; align-items: center; justify-content: center;
  font-size: 13.5px; letter-spacing: 0.2px; padding: 0 16px; text-align: center;
}
.topbar strong { color: #fff; font-weight: 600; }

.nav {
  position: fixed; top: var(--topbar-h); left: 0; right: 0; z-index: 95;
  height: var(--nav-h); background: #fff;
  border-bottom: 1px solid #E7ECF1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 0 clamp(16px, 3.9vw, 56px);
  transition: box-shadow 0.3s;
}
.nav.is-scrolled { box-shadow: 0 12px 30px -18px rgba(22, 40, 58, 0.35); }
.nav__logo img { height: 44px; width: auto; display: block; }
.nav__links { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.nav__links > a, .dd__btn {
  font-size: 15px; font-weight: 600; color: var(--body);
  padding: 8px 2px; position: relative;
}
.nav__links > a::after {
  content: ""; position: absolute; left: 2px; right: 100%; bottom: 2px;
  height: 2px; background: var(--red); transition: right 0.25s ease;
}
.nav__links > a:hover::after, .nav__links > a:focus-visible::after { right: 2px; }
.nav__meta { display: flex; align-items: center; gap: 22px; }
.nav__telwrap { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; line-height: 1.2; }
.nav__tellabel { font-size: 12.5px; color: var(--muted); }
.nav__tel { font-size: 16px; font-weight: 700; color: var(--red); }
.nav__tel:hover { color: var(--red-deep); }

/* Dropdown */
.ddwrap { position: relative; }
.dd__btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: 0; cursor: pointer; font-family: inherit;
}
.dd__btn svg { transition: transform 0.25s; }
.dd {
  position: absolute; top: calc(100% + 14px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  z-index: 96;
}
.ddwrap:hover .dd, .ddwrap:focus-within .dd, .ddwrap.is-open .dd {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0); transition-delay: 0s;
}
.ddwrap:hover .dd__btn svg, .ddwrap:focus-within .dd__btn svg, .ddwrap.is-open .dd__btn svg { transform: rotate(180deg); }
.dd::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.dd__panel {
  display: flex; gap: 36px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 26px 30px; box-shadow: 0 26px 60px -24px rgba(22, 40, 58, 0.35);
}
.dd__group { display: flex; flex-direction: column; gap: 10px; min-width: 150px; }
.dd__head { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--faint); margin-bottom: 2px; white-space: nowrap; }
.dd__group a { color: var(--body); font-size: 14.5px; font-weight: 600; white-space: nowrap; }
.dd__group a:hover { color: var(--red); }

/* Burger */
.nav__toggle { display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; position: relative; z-index: 99; }
.nav__toggle span {
  position: absolute; left: 10px; right: 10px; height: 2.5px; border-radius: 2px;
  background: var(--navy); transition: transform 0.3s, top 0.3s;
}
.nav__toggle span:nth-child(1) { top: 17px; }
.nav__toggle span:nth-child(2) { top: 25px; }
body.nav-open .nav__toggle span:nth-child(1) { top: 21px; transform: rotate(45deg); }
body.nav-open .nav__toggle span:nth-child(2) { top: 21px; transform: rotate(-45deg); }

/* ---------- Layout-Grund ---------- */
#smooth-content { background: var(--bg); }
main { padding-top: var(--head-h); }
section { padding: clamp(64px, 7vw, 96px) var(--pad-x); }

.shead { text-align: center; display: flex; flex-direction: column; gap: 12px; margin-bottom: clamp(32px, 4vw, 48px); }
.shead p { font-size: 17px; color: var(--muted); }
.shead--split {
  flex-direction: row; align-items: flex-end; justify-content: space-between;
  text-align: left; gap: 40px;
}
.shead--split > div { display: flex; flex-direction: column; gap: 12px; }
.shead__hint { max-width: 360px; font-size: 15px; color: var(--muted); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: calc(100svh - var(--head-h));
  display: flex; align-items: center; justify-content: center;
  padding: clamp(80px, 9vw, 120px) clamp(20px, 8vw, 200px);
  overflow: hidden;
}
.hero__media, .hero__shade { position: absolute; inset: 0; }
/* Bilder-Lauf: Stills liegen übereinander, JS blendet um und zoomt (Ken Burns) */
.hero__media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0; transition: opacity 1.4s ease;
  will-change: transform, opacity;
}
.hero__media img.is-on { opacity: 1; }
html.rm .hero__media img { transition: none; transform: none !important; }
html.rm .hero__media img:not(.is-on) { opacity: 0 !important; }
.hero__shade {
  background: linear-gradient(180deg, rgba(15, 26, 38, 0.2) 0%, rgba(15, 26, 38, 0.4) 55%, rgba(15, 26, 38, 0.68) 100%);
}

/* ---------- Hero-Film: 10-s-Kameraflug als Hintergrund ---------- */
.hero--film .hero__film {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 62% center;
}
.hero__fade {
  position: absolute; inset: 0; z-index: 1;
  background: #05080d; opacity: 0;
  transition: opacity 0.7s ease; pointer-events: none;
}
.hero--film.is-fading .hero__fade { opacity: 1; }
/* Headline links im Negative Space des Films, Content des Films liegt rechts */
.hero--film .hero__shade {
  background:
    linear-gradient(100deg, rgba(8, 14, 22, 0.5) 0%, rgba(8, 14, 22, 0.2) 40%, rgba(8, 14, 22, 0) 62%),
    linear-gradient(180deg, rgba(8, 14, 22, 0.12) 0%, rgba(8, 14, 22, 0.06) 55%, rgba(8, 14, 22, 0.55) 100%);
}
.hero--film .hero__content {
  text-align: left; align-items: flex-start;
  margin-right: auto; max-width: 680px;
}
.hero--film .hero__actions { justify-content: flex-start; }
html.rm .hero--film .hero__film { display: none; }
@media (max-width: 640px) {
  .hero--film .hero__film { object-position: 66% center; }
  .hero--scrub .hero__hint { display: none; }
  .hero--film .hero__rating { bottom: 84px; width: max-content; }
}

/* ---------- Scroll-Scrub: Vollbild-Film, Scrollen steuert den Flug ---------- */
#main.has-film { padding-top: 0; }
.hero--scrub { height: 100svh; min-height: 100svh; }
.hero__hint {
  position: absolute; right: clamp(20px, 4vw, 64px); bottom: 30px; z-index: 2;
  display: flex; align-items: center; gap: 9px;
  color: rgba(255, 255, 255, 0.85); font-size: 12.5px; font-weight: 600;
  letter-spacing: 2.2px; text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(8, 14, 22, 0.7);
  transition: opacity 0.5s ease;
}
.hero__hint svg { display: block; animation: hintNick 1.8s ease-in-out infinite; }
@keyframes hintNick {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(4px); }
}
.hero--scrub.is-going .hero__hint { opacity: 0; }
html.rm .hero__hint { display: none; }

/* Nav liegt waehrend der Film-Phase transparent auf dem Video */
.topbar { transition: transform 0.4s ease; }
.nav { transition: box-shadow 0.3s, background-color 0.35s ease, top 0.35s ease, border-color 0.35s ease; }
.nav__logo .nav__logo-light { display: none; }
body.filmnav .topbar { transform: translateY(-100%); }
body.filmnav .nav { top: 0; background: transparent; border-bottom-color: transparent; box-shadow: none; }
body.filmnav.nav-open .nav { background: #fff; border-bottom-color: #E7ECF1; }
body.filmnav:not(.nav-open) .nav__logo img:first-child { display: none; }
body.filmnav:not(.nav-open) .nav__logo .nav__logo-light { display: block; }
body.filmnav:not(.nav-open) .nav__links > a,
body.filmnav:not(.nav-open) .dd__btn { color: #fff; }
body.filmnav:not(.nav-open) .nav__tellabel { color: rgba(255, 255, 255, 0.78); }
body.filmnav:not(.nav-open) .nav__toggle span { background: #fff; }
body.filmnav .fab, body.filmnav .fabs { display: none; }
@media (max-width: 1080px) {
  body.filmnav .nav__links { inset: var(--nav-h) 0 0 0; }
}
.hero__content {
  position: relative; z-index: 2; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 22px;
  max-width: 860px;
}
.hero__eyebrow {
  color: var(--rose); font-size: 14px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(15, 26, 38, 0.6);
}
.hero__title {
  color: #fff; font-size: clamp(38px, 5.2vw, 58px); line-height: 1.08;
  letter-spacing: -1px; text-shadow: 0 2px 22px rgba(15, 26, 38, 0.65);
}
.hero__lead {
  color: rgba(255, 255, 255, 0.94); font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 500; letter-spacing: 2.5px;
  text-shadow: 0 1px 14px rgba(15, 26, 38, 0.7);
}
.hero__actions { display: flex; gap: 16px; margin-top: 14px; flex-wrap: wrap; justify-content: center; }
.hero__rating {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  z-index: 2; margin: 0; white-space: nowrap;
  color: rgba(255, 255, 255, 0.88); font-size: 14px;
  display: flex; align-items: center; gap: 8px;
  text-shadow: 0 1px 10px rgba(15, 26, 38, 0.7);
}

/* Hero-Entrance rein per CSS (kein GSAP-Race) */
html.js:not(.rm) .hero__media { animation: heroMedia 1.4s cubic-bezier(0.22, 1, 0.36, 1) both; }
html.js:not(.rm) .hero__content > * {
  opacity: 0; animation: rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
html.js:not(.rm) .hero__content > :nth-child(1) { animation-delay: 0.25s; }
html.js:not(.rm) .hero__content > :nth-child(2) { animation-delay: 0.38s; }
html.js:not(.rm) .hero__content > :nth-child(3) { animation-delay: 0.52s; }
html.js:not(.rm) .hero__content > :nth-child(4) { animation-delay: 0.66s; }
html.js:not(.rm) .hero__content > :nth-child(5) { animation-delay: 0.8s; }
html.js:not(.rm) .hero__rating {
  opacity: 0; animation: rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.85s; transform: translateX(-50%);
}
@keyframes riseRating {
  from { opacity: 0; transform: translateX(-50%) translateY(18px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
html.js:not(.rm) .hero__rating { animation-name: riseRating; }
@keyframes heroMedia {
  from { opacity: 0; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Scroll-Reveals ---------- */
html.js:not(.rm) [data-r] {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
html.js:not(.rm) [data-r].r-in { opacity: 1; transform: translateY(0); }

/* ---------- Leistungen ---------- */
.scards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.scard {
  position: relative; display: block; border-radius: 20px; overflow: hidden;
  aspect-ratio: 412 / 600; box-shadow: 0 18px 40px -20px rgba(22, 40, 58, 0.35);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s;
  isolation: isolate;
}
.scard:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -22px rgba(22, 40, 58, 0.45); }
.scard img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.scard::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22, 40, 58, 0) 45%, rgba(22, 40, 58, 0.85) 100%);
}
/* Hover-Schleier: dunkelt das verschwommene Bild, damit der Text trägt */
.scard::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: rgba(22, 40, 58, 0.55); opacity: 0; transition: opacity 0.5s;
}
/* Karten-Körper: Titel unten; beim Hover fährt die Beschreibung rein
   (animierte Grid-Zeilen, wie auf prodifystudio.de) */
.scard__body {
  position: absolute; inset: 0; z-index: 2;
  display: grid; grid-template-rows: 1fr auto 0fr;
  padding: 20px 24px 22px;
  transition: grid-template-rows 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.scard__spacer { min-height: 0; }
.scard__brand {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  color: #fff; font-size: 21px; font-weight: 700;
  transform-origin: left bottom; transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.scard__brand svg { flex: none; transition: transform 0.3s; }
.scard__details {
  min-height: 0; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 14px;
  opacity: 0; transform: translateY(12px);
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.scard__details p { margin: 0; color: rgba(255, 255, 255, 0.94); font-size: 15.5px; line-height: 1.55; max-width: 36ch; }
.scard__go { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 700; }
.scard__go i { font-style: normal; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #C8332E; color: #fff; }
@media (hover: hover) {
  .scard:hover img, .scard:focus-visible img { transform: scale(1.06); filter: blur(12px) brightness(0.82); }
  .scard:hover::before, .scard:focus-visible::before { opacity: 1; }
  .scard:hover .scard__body, .scard:focus-visible .scard__body { grid-template-rows: 0fr auto 1fr; }
  .scard:hover .scard__brand, .scard:focus-visible .scard__brand { transform: scale(1.05); }
  .scard:hover .scard__brand svg, .scard:focus-visible .scard__brand svg { transform: translateX(6px); }
  .scard:hover .scard__details, .scard:focus-visible .scard__details { opacity: 1; transform: none; transition-delay: 0.1s; }
}
.scard:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }

.schips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 40px; }
.schips a {
  font-size: 14px; font-weight: 600; color: var(--body);
  border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px;
  transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
}
@media (hover: hover) {
  .schips a:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
}

/* ---------- Zahlen ---------- */
.stats {
  background: var(--bg-soft);
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px;
  padding-top: clamp(48px, 5vw, 64px); padding-bottom: clamp(48px, 5vw, 64px);
}
.stat { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.stat__num { font-size: clamp(32px, 3.4vw, 42px); font-weight: 800; color: var(--navy); line-height: 1.1; font-variant-numeric: tabular-nums; }
.stat__label { font-size: 15px; color: var(--muted); }

/* ---------- Warum ASTECH ---------- */
.why__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(36px, 4vw, 56px); align-items: center; }
.usps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(26px, 3vw, 40px); }
.usp { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.usp svg { color: var(--red); }
.usp p { font-size: 14.5px; color: var(--muted); }
.why__panel {
  background: var(--navy); border-radius: 18px;
  padding: clamp(36px, 4vw, 56px) clamp(28px, 3.6vw, 52px);
  display: flex; flex-direction: column; align-items: flex-start; gap: 20px;
  box-shadow: 0 30px 60px -30px rgba(22, 40, 58, 0.6);
}
.why__panel h2 { color: #fff; font-size: clamp(24px, 2.4vw, 32px); }
.why__lead { color: rgba(255, 255, 255, 0.75); font-size: 16px; }
.why__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 6px; }
.why__panel .btn--ghost { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.35); }

/* ---------- Trust-Leiste ---------- */
.trustbar {
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding-top: 30px; padding-bottom: 30px; flex-wrap: wrap;
}
.trustbar__label { color: rgba(255, 255, 255, 0.6); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.trustbar__score { display: flex; align-items: center; gap: 14px; }
.trustbar__num { font-size: 34px; font-weight: 800; }
.trustbar__meta { font-size: 13.5px; color: rgba(255, 255, 255, 0.75); line-height: 1.5; }
.trustbar__area { color: rgba(255, 255, 255, 0.75); font-size: 14.5px; }

/* ---------- Ablauf ---------- */
.steps__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 4.5vw, 64px); align-items: center; }
.steps__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.steps__copy .eyebrow { margin-bottom: -12px; }
.steps__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 26px; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step__idx {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%;
  background: #F0D3D2; color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 800;
}
.step__idx--active { background: var(--red); color: #fff; }
.step p { font-size: 15px; color: var(--muted); margin-top: 4px; }
.steps__media { position: relative; }
.steps__media > img { border-radius: 16px; display: block; box-shadow: 0 26px 50px -24px rgba(22, 40, 58, 0.45); }
.steps__badge {
  position: absolute; left: 26px; bottom: -24px;
  background: #fff; border-radius: 12px; padding: 16px 22px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: 0 18px 40px -16px rgba(22, 40, 58, 0.35);
}
.steps__badge svg { color: var(--red); flex-shrink: 0; }
.steps__badge div { display: flex; flex-direction: column; gap: 2px; }
.steps__badge strong { font-size: 15px; color: var(--navy); }
.steps__badge span { font-size: 13px; color: var(--muted); }

/* ---------- Kundenstimmen ---------- */
.reviews { background: var(--bg-soft); }
.rcards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.rcard {
  margin: 0; background: #fff; border-radius: 14px; padding: 30px 28px;
  display: flex; flex-direction: column; gap: 16px;
  box-shadow: 0 14px 34px -18px rgba(22, 40, 58, 0.25);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.rcard:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -18px rgba(22, 40, 58, 0.3); }
.rcard p { font-size: 15px; color: var(--body); }
.rcard footer { display: flex; flex-direction: column; gap: 2px; margin-top: auto; }
.rcard strong { font-size: 14.5px; color: var(--navy); }
.rcard footer span { font-size: 13px; color: var(--faint); }

/* ---------- FAQ ---------- */
.faq { padding-left: max(var(--pad-x), calc((100vw - 840px) / 2)); padding-right: max(var(--pad-x), calc((100vw - 840px) / 2)); }
.faq__list { display: flex; flex-direction: column; }
.qa { border-bottom: 1px solid var(--line); }
.qa__btn {
  width: 100%; background: none; border: 0; cursor: pointer; font-family: inherit;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 4px; text-align: left;
  font-size: 17.5px; font-weight: 700; color: var(--navy);
}
.qa__btn:focus-visible { outline: 3px solid var(--navy); outline-offset: -3px; border-radius: 8px; }
.qa__icon { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.qa__icon::before, .qa__icon::after {
  content: ""; position: absolute; background: var(--faint); border-radius: 2px;
  transition: transform 0.3s, background 0.3s;
}
.qa__icon::before { left: 0; right: 0; top: 7.5px; height: 2.5px; }
.qa__icon::after { top: 0; bottom: 0; left: 7.5px; width: 2.5px; }
.qa.is-open .qa__icon::before { background: var(--red); }
.qa.is-open .qa__icon::after { transform: scaleY(0); background: var(--red); }
.qa__panel {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.qa.is-open .qa__panel { grid-template-rows: 1fr; }
.qa__body { overflow: hidden; }
.qa__body p { font-size: 15px; color: var(--muted); padding: 0 4px 26px; max-width: 720px; }
html.rm .qa__panel { transition: none; }

/* ---------- Kontakt ---------- */
.contact { background: var(--navy); }
.contact__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 5vw, 72px); align-items: start; }
.contact__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.contact__copy .eyebrow { margin-bottom: -8px; }
.contact__copy h2 { color: #fff; font-size: clamp(30px, 3vw, 40px); }
.contact__lead { color: rgba(255, 255, 255, 0.75); font-size: 16.5px; max-width: 460px; }
.contact__info { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; width: 100%; margin-top: 8px; }
.cinfo { display: flex; flex-direction: column; gap: 5px; }
.cinfo > span { color: rgba(255, 255, 255, 0.5); font-size: 12.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.cinfo a { color: #fff; font-size: 17px; font-weight: 700; }
.cinfo a:hover { color: var(--rose); }
.cinfo p { color: rgba(255, 255, 255, 0.85); font-size: 15.5px; }

.contact__form {
  background: #fff; border-radius: 16px;
  padding: clamp(26px, 3vw, 40px) clamp(22px, 2.8vw, 38px);
  display: flex; flex-direction: column; gap: 18px;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.5);
}
.frow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13.5px; font-weight: 700; color: var(--body); }
.field input, .field textarea {
  font-family: inherit; font-size: 15px; color: var(--ink);
  border: 1px solid #D7DEE5; border-radius: 9px; background: #FBFCFD;
  padding: 12px 14px; min-height: 46px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(22, 40, 58, 0.12);
}
.field input::placeholder, .field textarea::placeholder { color: #97A4B1; }
.form__note { font-size: 12.5px; color: var(--faint); text-align: center; }

/* ---------- Standort ---------- */
.standort__grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 28px; align-items: stretch; }
.map {
  border-radius: 16px; overflow: hidden; min-height: 400px;
  box-shadow: 0 18px 40px -20px rgba(22, 40, 58, 0.3);
}
.map__frame { display: block; width: 100%; height: 100%; min-height: 400px; border: 0; }
.gbox {
  background: #F7F9FB; border: 1px solid var(--line); border-radius: 16px;
  padding: clamp(26px, 3vw, 36px) clamp(24px, 2.8vw, 34px);
  display: flex; flex-direction: column; gap: 20px;
}
.gbox__score { display: flex; align-items: center; gap: 18px; }
.gbox__num { font-size: 56px; font-weight: 800; color: var(--navy); line-height: 1; }
.gbox__score p { font-size: 14px; color: var(--muted); }
.gbox__quote {
  margin: 0; border-top: 1px solid var(--line); padding-top: 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.gbox__quote p { font-size: 15px; color: var(--body); }
.gbox__quote footer { font-size: 13px; color: var(--faint); }
.gbox .btn { margin-top: auto; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: rgba(255, 255, 255, 0.75); padding: clamp(48px, 6vw, 72px) var(--pad-x) 0; }
.footer__grid {
  display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 48px); padding-bottom: clamp(40px, 5vw, 56px);
}
.footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.footer__brand img { height: 40px; width: auto; }
.footer__brand address { font-style: normal; font-size: 14px; line-height: 1.7; color: rgba(255, 255, 255, 0.6); }
.footer__brand a { color: #fff; font-weight: 700; }
.fcol { display: flex; flex-direction: column; gap: 12px; }
.fcol span { color: rgba(255, 255, 255, 0.45); font-size: 12.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.fcol a { color: rgba(255, 255, 255, 0.75); font-size: 14.5px; }
.fcol a:hover { color: #fff; }
.footer__row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 24px 0 28px; font-size: 13.5px;
}
.footer__row > span { color: rgba(255, 255, 255, 0.45); }
.footer__nav { display: flex; gap: 26px; flex-wrap: wrap; }
.footer__nav a { color: rgba(255, 255, 255, 0.65); }
.footer__nav a:hover { color: #fff; }

/* ---------- Schwebender CTA ---------- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--red); color: #fff;
  font-size: 15px; font-weight: 700; padding: 15px 24px; border-radius: 999px;
  box-shadow: 0 14px 34px -10px rgba(200, 51, 46, 0.7);
  opacity: 0; transform: translateY(16px); pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.2s;
}
.fab.is-on { opacity: 1; transform: translateY(0); pointer-events: auto; }
.fab:hover { background: var(--red-deep); }
html.rm .fab { transition: none; }

/* ---------- Mobile-Menü & Responsive ---------- */
@media (max-width: 1240px) {
  .nav__telwrap { display: none; }
}

@media (max-width: 1080px) {
  .why__grid, .steps__grid, .contact__grid, .standort__grid { grid-template-columns: 1fr; }
  .scards, .rcards { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; width: 100%; }
  .scards { max-width: 420px; } /* Hochkant-Karten: nicht zu hoch werden lassen */
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 20px; }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trustbar { justify-content: center; text-align: center; }
  .shead--split { flex-direction: column; align-items: flex-start; }
  .steps__media { margin-bottom: 24px; }
  .map { min-height: 320px; }

  /* Burger-Menü */
  .nav__links {
    position: fixed; inset: calc(var(--topbar-h) + var(--nav-h)) 0 0 0;
    background: #fff; z-index: 94;
    flex-direction: column; align-items: flex-start; gap: 4px;
    padding: 28px clamp(20px, 6vw, 40px); overflow-y: auto;
    transform: translateX(100%); visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.4s;
  }
  body.nav-open .nav__links { transform: translateX(0); visibility: visible; transition-delay: 0s; }
  .nav__links > a, .dd__btn { font-size: 19px; padding: 12px 0; width: 100%; }
  .nav__links > a::after { display: none; }
  html.js:not(.rm) body.nav-open .nav__links > *,
  html.js:not(.rm) body.nav-open .nav__links .ddwrap { animation: rise 0.5s cubic-bezier(0.22, 1, 0.36, 1) both; }
  body.nav-open .nav__links > :nth-child(1) { animation-delay: 0.08s; }
  body.nav-open .nav__links > :nth-child(2) { animation-delay: 0.14s; }
  body.nav-open .nav__links > :nth-child(3) { animation-delay: 0.2s; }
  body.nav-open .nav__links > :nth-child(4) { animation-delay: 0.26s; }
  body.nav-open .nav__links > :nth-child(5) { animation-delay: 0.32s; }
  .ddwrap { width: 100%; }
  .dd, .ddwrap:hover .dd, .ddwrap:focus-within .dd, .ddwrap.is-open .dd {
    position: static; transform: none; opacity: 1;
    pointer-events: auto; transition: none;
  }
  .dd, .ddwrap:hover .dd, .ddwrap:focus-within .dd { display: none; visibility: hidden; }
  .ddwrap.is-open .dd { display: block; visibility: visible; }
  .dd__panel {
    flex-direction: column; gap: 22px; box-shadow: none;
    border: 0; border-left: 2px solid var(--line); border-radius: 0;
    padding: 8px 0 12px 18px; margin-top: 4px;
  }
  .nav__toggle { display: block; }
  body.nav-open { overflow: hidden; }
}

@media (max-width: 760px) {
  .topbar__more { display: none; }
  .schips { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 28px; }
  .schips a { width: 100%; text-align: center; font-size: 14px; padding: 13px 14px; border-radius: 999px; }
  .nav__cta { display: none; }
  .nav__logo img { height: 36px; }
  .hero__actions { flex-direction: column; width: 100%; }
  .hero__actions .btn { width: 100%; }
  .frow { grid-template-columns: 1fr; }
  .contact__info { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__row { flex-direction: column; align-items: flex-start; }
  .steps__badge { left: 14px; right: 14px; padding: 13px 16px; }
  .fab { right: 14px; bottom: 14px; font-size: 14px; padding: 13px 20px; }
  .stat__num { font-size: 34px; }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html [data-r] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__media, .hero__content > *, .hero__rating { animation: none !important; opacity: 1 !important; }
  .btn, .scard, .rcard, .schips a { transition: none; }
}
html.rm [data-r] { opacity: 1 !important; transform: none !important; transition: none !important; }
html.rm .hero__media, html.rm .hero__content > *, html.rm .hero__rating { animation: none !important; opacity: 1 !important; }

/* ============================================================
   Unterseiten (Leistungen + Über uns)
   ============================================================ */
.hero--sub { min-height: min(68svh, 640px); }
/* Sub-Heroes haben keinen Bilder-Lauf: Bild immer sichtbar (opacity-0-Grundregel gilt nur dem Film-Stack) */
.hero--sub .hero__media img { opacity: 1; transition: none; }
.hero--sub .hero__title { font-size: clamp(34px, 4.4vw, 52px); }
.hero__kicker {
  color: var(--rose); font-size: 13px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(15, 26, 38, 0.6);
}
.hero__sub {
  color: rgba(255, 255, 255, 0.94); font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55; max-width: 620px;
  text-shadow: 0 1px 14px rgba(15, 26, 38, 0.7);
}
.hero__rating--cap {
  text-transform: uppercase; letter-spacing: 2px;
  font-size: 12.5px; font-weight: 600; color: rgba(255, 255, 255, 0.75);
}

.subgrid {
  display: grid; grid-template-columns: 0.9fr 1.4fr;
  gap: clamp(36px, 4vw, 64px); align-items: start;
}
.subgrid h2 { font-size: clamp(28px, 3vw, 38px); }
.subintro { font-size: 17px; line-height: 1.7; color: var(--body); margin-bottom: 28px; }
.checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.55; color: var(--body); }
.checklist svg { flex-shrink: 0; color: var(--red); margin-top: 3px; }

.usps3 {
  background: var(--bg-soft);
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3.4vw, 48px);
}
.usps3 .u { display: flex; flex-direction: column; gap: 8px; padding-top: 18px; border-top: 3px solid var(--red); }
.usps3 h3 { font-size: 18px; }
.usps3 p { font-size: 14.5px; line-height: 1.6; color: var(--muted); }

.ctaband {
  background: var(--navy); text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 26px;
}
.ctaband h2 { color: #fff; font-size: clamp(28px, 3vw, 38px); }
.ctaband em { font-style: normal; color: var(--rose); }
.ctaband__actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.ctaband__next {
  color: rgba(255, 255, 255, 0.55); font-size: 13px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; margin-top: 6px;
}
.ctaband__next a { color: #fff; }
.ctaband__next a:hover { color: var(--rose); }

@media (max-width: 1080px) {
  .subgrid, .usps3 { grid-template-columns: 1fr; }
  .subgrid { gap: 24px; }
}

/* ============================================================
   Floating-Stack: WhatsApp + Facebook + CTA (unten rechts)
   ============================================================ */
.fabs {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
}
.fabs .fab { position: static; }
.fab-soc {
  width: 52px; height: 52px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: 0 12px 28px -10px rgba(16, 29, 43, 0.5);
  opacity: 0; transform: translateY(16px); pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.2s;
}
.fab-soc svg { width: 26px; height: 26px; }
.fab-soc--wa { background: #25d366; }
.fab-soc--fb { background: #1877F2; }
.fabs.is-on .fab-soc { opacity: 1; transform: translateY(0); pointer-events: auto; }
.fabs.is-on .fab-soc--wa { transition-delay: 0.1s; }
.fabs.is-on .fab-soc--fb { transition-delay: 0.05s; }
.fab-soc:hover { filter: brightness(1.08); transform: translateY(-2px); }
.fab-soc:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
html.rm .fab-soc { transition: none; }
@media (max-width: 760px) {
  .fabs { right: 14px; bottom: 14px; gap: 10px; }
  .fab-soc { width: 48px; height: 48px; }
}

/* Instagram-Icon im Floating-Stack */
.fab-soc--ig { background: radial-gradient(circle at 30% 110%, #fdca5c 0%, #f2653f 30%, #d6295e 55%, #9738a8 80%, #515bd4 100%); }
.fabs.is-on .fab-soc--wa { transition-delay: 0.15s; }
.fabs.is-on .fab-soc--ig { transition-delay: 0.1s; }
.fabs.is-on .fab-soc--fb { transition-delay: 0.05s; }

/* ============================================================
   Consent: Cookie-Banner + Google-Maps-Freigabe
   ============================================================ */
.consent {
  position: fixed; left: 22px; bottom: 22px; z-index: 120;
  width: min(400px, calc(100vw - 44px));
  background: #fff; border-radius: 16px; padding: 24px;
  box-shadow: 0 30px 70px -24px rgba(16, 29, 43, 0.55), 0 0 0 1px var(--line);
  display: flex; flex-direction: column; gap: 14px;
  opacity: 0; transform: translateY(24px); pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.consent.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.consent__head { display: flex; align-items: center; gap: 12px; }
.consent__icon {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: #F0D3D2; color: var(--red);
  display: flex; align-items: center; justify-content: center;
}
.consent__head strong { font-size: 16px; color: var(--navy); line-height: 1.3; }
.consent > p { font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.consent__actions { display: flex; gap: 10px; }
.consent__actions .btn { flex: 1; padding: 13px 12px; font-size: 14px; white-space: normal; }
.btn--soft { background: #F4F6F9; color: var(--navy); }
.btn--soft:hover { background: #E7ECF1; transform: translateY(-2px); }
.consent__link { font-size: 12.5px; color: var(--faint); text-align: center; }
.consent__link a { color: var(--muted); text-decoration: underline; }
.consent__link a:hover { color: var(--red); }
html.rm .consent { transition: none; }
@media (max-width: 760px) {
  .consent { left: 10px; right: 10px; bottom: 10px; width: auto; padding: 20px; }
}

/* Karten-Platzhalter, bis Google Maps freigegeben ist */
.map__consent {
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(115deg, transparent 42%, #ffffff 42%, #ffffff 46%, transparent 46%),
    linear-gradient(25deg, transparent 68%, #DBE3EA 68%, #DBE3EA 70.5%, transparent 70.5%),
    #E8EDF2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; text-align: center; padding: 32px;
}
.map__consent svg { color: var(--red); }
.map__consent strong { font-size: 17px; color: var(--navy); }
.map__consent p { font-size: 13.5px; line-height: 1.6; color: var(--muted); max-width: 400px; }
.map.is-loaded .map__consent { display: none; }

/* ---------- Untere Haelfte in Hero-Bildsprache (seit 2026-09-05) ---------- */
/* Zahlen: dunkles Kino-Band */
.stats--film {
  position: relative; isolation: isolate; z-index: 0;
  background: #0B141E url('../img/own/ast-band-blue-1920.webp') center 30% / cover no-repeat;
  padding-top: clamp(72px, 8vw, 116px); padding-bottom: clamp(72px, 8vw, 116px);
}
.stats--film::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(90deg, rgba(8, 14, 22, 0.88) 0%, rgba(8, 14, 22, 0.62) 48%, rgba(8, 14, 22, 0.38) 100%);
}
.stats--film .stat { position: relative; z-index: 1; align-items: flex-start; text-align: left; gap: 8px; }
.stats--film .stat__num { color: #fff; font-size: clamp(38px, 4vw, 52px); text-shadow: 0 2px 18px rgba(8, 14, 22, 0.6); }
.stats--film .stat__label { color: rgba(255, 255, 255, 0.72); text-shadow: 0 1px 10px rgba(8, 14, 22, 0.6); }
.stats--film .stat::after { content: ""; width: 34px; height: 3px; background: var(--red); border-radius: 2px; order: -1; margin-bottom: 4px; }

/* Warum ASTECH: Bild-Akkordeon */
.why--band .whead { max-width: 820px; margin-bottom: clamp(28px, 3.4vw, 42px); }
.why--band .whead h2 { font-size: clamp(28px, 3.1vw, 42px); letter-spacing: -0.8px; }
.why__lead2 { color: var(--muted); font-size: 16.5px; margin-top: 14px; max-width: 680px; }
.wband { display: flex; gap: 12px; height: clamp(400px, 44vw, 560px); }
.wpanel {
  position: relative; flex: 1; border-radius: 18px; overflow: hidden; isolation: isolate;
  box-shadow: 0 26px 52px -30px rgba(22, 40, 58, 0.55);
  transition: flex 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.wpanel img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}
.wpanel::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(11, 20, 30, 0) 42%, rgba(11, 20, 30, 0.82) 100%);
}
.wpanel__txt { position: absolute; left: clamp(16px, 1.8vw, 26px); right: clamp(16px, 1.8vw, 26px); bottom: clamp(16px, 1.8vw, 24px); z-index: 1; }
.wpanel__txt h3 { color: #fff; font-size: clamp(16px, 1.35vw, 20px); letter-spacing: -0.2px; text-shadow: 0 1px 12px rgba(8, 14, 22, 0.6); }
.wpanel__txt p {
  color: rgba(255, 255, 255, 0.85); font-size: 14.5px; margin-top: 7px; max-width: 360px;
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.45s ease 0.12s, transform 0.45s ease 0.12s;
}
.wpanel:hover { flex: 2.3; }
.wpanel:hover img { transform: scale(1.05); }
.wband:hover .wpanel:not(:hover) img { filter: saturate(0.92) brightness(0.94); }
.wpanel:hover .wpanel__txt p { opacity: 1; transform: none; }
@media (hover: none) { .wpanel__txt p { opacity: 1; transform: none; } }
/* Lade-Effekt: Panels steigen gestaffelt auf, Bilder zoomen aus */
html.js:not(.rm) .wband { opacity: 1 !important; transform: none !important; }
html.js:not(.rm) .wband:not(.r-in) .wpanel { opacity: 0; transform: translateY(34px); }
html.js:not(.rm) .wband:not(.r-in) .wpanel img { transform: scale(1.14); }
html.js:not(.rm) .wband .wpanel:nth-child(2) { transition-delay: 0s, 0.12s, 0.12s; }
html.js:not(.rm) .wband .wpanel:nth-child(2) img { transition-delay: 0.12s; }
html.js:not(.rm) .wband .wpanel:nth-child(3) { transition-delay: 0s, 0.24s, 0.24s; }
html.js:not(.rm) .wband .wpanel:nth-child(3) img { transition-delay: 0.24s; }
html.js:not(.rm) .wband .wpanel:nth-child(4) { transition-delay: 0s, 0.36s, 0.36s; }
html.js:not(.rm) .wband .wpanel:nth-child(4) img { transition-delay: 0.36s; }
.wband.r-in .wpanel img { transition-delay: 0s; }
@media (max-width: 900px) {
  .wband { flex-direction: column; height: auto; }
  .wpanel { flex: none; height: 230px; }
  .wpanel:hover { flex: none; }
}

/* Ablauf: Timeline mit Linie */
.steps__list--line { gap: 0; }
.steps__list--line .step { position: relative; padding-bottom: 28px; }
.steps__list--line .step::before {
  content: ""; position: absolute; left: 19px; top: 44px; bottom: 2px; width: 2px;
  background: linear-gradient(180deg, #E8B7B5, #EDF1F5);
}
.steps__list--line .step:last-of-type { padding-bottom: 0; }
.steps__list--line .step:last-of-type::before { display: none; }

/* Kontakt: dunkler Kino-Abschluss */
.contact--film { background: #0B141E; }
.contact--film .eyebrow--rose { color: #E89A96; }
.contact--film h2, .contact--film .cinfo a, .contact--film .cinfo p { color: #fff; }
.contact--film .contact__lead { color: rgba(255, 255, 255, 0.75); }
.contact--film .cinfo span { color: rgba(255, 255, 255, 0.55); }
.contact--film .cinfo a:hover { color: #E89A96; }
.contact--film .contact__form {
  background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.8);
}
.contact--film .field label { color: rgba(255, 255, 255, 0.8); }
.contact--film .field input, .contact--film .field textarea {
  background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.16); color: #fff;
}
.contact--film .field input:focus, .contact--film .field textarea:focus {
  border-color: #C8332E; box-shadow: 0 0 0 3px rgba(200, 51, 46, 0.25);
}
.contact--film .field input::placeholder, .contact--film .field textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
.contact--film .form__note { color: rgba(255, 255, 255, 0.5); }

/* Kontakt-Formular v2: reduzierte Linien-Felder + Themen-Chips */
.contact--film .contact__form {
  background: none; border: 0; box-shadow: none; padding: 6px 0 0;
  display: flex; flex-direction: column; gap: 30px;
}
.ctopics { display: flex; flex-direction: column; gap: 12px; }
.ctopics__label { font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); }
.ctopics__row { display: flex; flex-wrap: wrap; gap: 10px; }
.ctopics__row button {
  font-family: inherit; font-size: 14px; font-weight: 600; line-height: 1;
  color: rgba(255, 255, 255, 0.85); background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px;
  padding: 10px 17px; cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.ctopics__row button:hover { border-color: rgba(255, 255, 255, 0.5); transform: translateY(-1px); }
.ctopics__row button.is-on { background: var(--red); border-color: var(--red); color: #fff; }
.contact--film .field { display: flex; flex-direction: column; gap: 2px; }
.contact--film .field label { font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); }
.contact--film .field input, .contact--film .field textarea {
  background: transparent; border: 0; border-bottom: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 0; padding: 12px 2px 14px; font-size: 17px; color: #fff;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.contact--film .field input:focus, .contact--film .field textarea:focus {
  outline: none; border-color: #C8332E; box-shadow: 0 1px 0 0 #C8332E;
}
.contact--film .field textarea { min-height: 96px; }
.contact--film .contact__form .btn--block { margin-top: 4px; padding: 18px 26px; font-size: 16px; }
.contact--film .form__note { font-size: 13px; }

/* Standort: Vollbild-Karte mit schwebender Info-Karte */
.mapstage {
  position: relative; height: clamp(420px, 44vw, 600px);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(22, 40, 58, 0.4);
}
.mapstage__frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.mapcard {
  position: absolute; right: clamp(16px, 2.4vw, 34px); top: 50%; transform: translateY(-50%); z-index: 1;
  background: #fff; border-radius: 18px; padding: 26px 26px 24px;
  width: min(360px, calc(100% - 32px));
  box-shadow: 0 30px 60px -24px rgba(22, 40, 58, 0.45);
  display: flex; flex-direction: column; gap: 16px;
}
.mapcard__addr { color: var(--body); font-size: 15.5px; line-height: 1.5; }
.mapcard__score { display: flex; align-items: center; gap: 14px; }
.mapcard__num { font-size: 40px; font-weight: 800; color: var(--navy); line-height: 1; font-variant-numeric: tabular-nums; }
.mapcard__score p { font-size: 13.5px; color: var(--muted); margin-top: 2px; }
.mapcard__actions { display: flex; flex-direction: column; gap: 10px; }
@media (max-width: 760px) {
  .mapstage { height: auto; overflow: visible; box-shadow: none; }
  .mapstage__frame { position: static; height: 380px; border-radius: 20px; box-shadow: 0 24px 48px -26px rgba(22, 40, 58, 0.4); }
  .mapcard { position: relative; z-index: 1; top: auto; right: auto; transform: none; width: auto; margin: -64px 14px 0; }
}
