/* ============================================================
   Fensterreinigung Antsupov – Design-System
   Farben: Weiß (Basis) · Dunkelblau (Haupt) · Hellblau (Akzent)
   ============================================================ */

/* 0. Schriften (lokal eingebunden – DSGVO-konform, keine Google-Server)
   ------------------------------------------------------------ */
/* Outfit – Sans-Serif */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/outfit-v15-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/outfit-v15-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/outfit-v15-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/outfit-v15-latin-600.woff2') format('woff2');
}
/* Fraunces – Serif */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fraunces-v38-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fraunces-v38-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/fraunces-v38-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/fraunces-v38-latin-600italic.woff2') format('woff2');
}

/* 1. Design-Tokens
   ------------------------------------------------------------ */
:root {
  /* Farben */
  --c-navy:        #0a1e36;   /* Dunkelblau – Buttons, Headlines, Header */
  --c-navy-mid:    #12305a;   /* Mittleres Dunkelblau – hover, Akzente */
  --c-blue:        #1c5fa0;   /* Mittleres Blau – Links, Akzent-Elemente */
  --c-blue-hover:  #155090;
  --c-sky:         #dbe9f7;   /* Hellblau – Alt-Abschnitte, Badges */
  --c-sky-mid:     #c2d9f0;   /* Etwas satter – Borders, Hover */
  --c-sky-light:   #eef5fc;   /* Sehr hell – Card-Hover, BG-Varianten */
  --c-white:       #ffffff;
  --c-bg:          #f5f8fb;   /* Off-White – alternierende Abschnitte */
  --c-text:        #0b1a2d;   /* Fast Schwarz – Fließtext */
  --c-text-soft:   #4c6275;   /* Gedämpft – Untertitel, Labels */
  --c-border:      #ccd7e5;   /* Borders */
  --c-wa:          #22c55e;   /* WhatsApp Grün */
  --c-wa-dark:     #16a34a;
  --c-star:        #f59e0b;

  /* Gold-Akzent (Navy-Gold Farbwelt) */
  --c-gold:        #C9A84C;   /* Gold – Haupt-Akzent */
  --c-gold-mid:    #E8C96A;   /* Mittleres Gold – hover */
  --c-gold-light:  #FDF3D8;   /* Helles Gold – Backgrounds */
  --c-gold-pale:   #FFFBF0;   /* Sehr helles Gold – hover-BG */

  /* Typografie */
  --font:       'Outfit', system-ui, -apple-system, sans-serif;
  --font-serif: 'Fraunces', ui-serif, Georgia, serif;

  /* Spacing (8-px-Raster) */
  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.25rem;
  --sp-6:  1.5rem;
  --sp-7:  1.75rem;
  --sp-8:  2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;

  /* Layout */
  --container: 1140px;
  --gutter:    1.5rem;

  /* Radien */
  --r-sm:  4px;
  --r-md:  8px;
  --r-lg:  14px;
  --r-xl:  22px;

  /* Schatten */
  --shadow-sm:  0 1px 3px rgba(10,30,54,.07), 0 1px 2px rgba(10,30,54,.05);
  --shadow-md:  0 4px 16px rgba(10,30,54,.09);
  --shadow-lg:  0 10px 36px rgba(10,30,54,.13);

  --ease: cubic-bezier(.4,0,.2,1);
  --dur:  170ms;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: 90px;
}

img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* 3. Typografie
   ------------------------------------------------------------ */
h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -2px;
}
h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1px;
}
h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.375rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.3px;
}
h4 { font-size: 1rem; font-weight: 600; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--c-gold); }

p { max-width: 64ch; }
p + p { margin-top: var(--sp-4); }
strong { font-weight: 600; }

/* 4. Layout-Helfer
   ------------------------------------------------------------ */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section       { padding-block: var(--sp-20); }
.section--alt  { background: var(--c-bg); }
.section--navy { background: var(--c-navy); color: var(--c-white); }
.section--sky  { background: var(--c-sky-light); }

/* 5. Label / Eyebrow
   ------------------------------------------------------------ */
.label {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: var(--sp-3);
}
.label::before {
  content: '';
  width: 18px;
  height: 2px;
  background: var(--c-gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.section-header        { margin-bottom: var(--sp-12); }
.section-header h2     { margin-bottom: var(--sp-3); }
.section-header .sub   { font-size: 1.0625rem; color: var(--c-text-soft); max-width: 52ch; }

/* 6. Buttons
   ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .8125rem 1.625rem;
  font-size: .9375rem;
  font-weight: 600;
  border-radius: var(--r-md);
  border: 2px solid transparent;
  transition: background var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease);
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
}
.btn:active { transform: scale(.98); }

.btn-lg { font-size: 1rem; padding: 1rem 2rem; }

.btn-primary {
  background: var(--c-navy);
  color: var(--c-white);
  border-color: var(--c-navy);
}
.btn-primary:hover {
  background: var(--c-navy-mid);
  border-color: var(--c-navy-mid);
  box-shadow: var(--shadow-md);
}

.btn-wa {
  background: var(--c-wa);
  color: var(--c-white);
  border-color: var(--c-wa);
}
.btn-wa:hover {
  background: var(--c-wa-dark);
  border-color: var(--c-wa-dark);
  box-shadow: 0 4px 18px rgba(34,197,94,.35);
}

.btn-outline {
  background: transparent;
  color: var(--c-navy);
  border-color: var(--c-border);
}
.btn-outline:hover {
  border-color: var(--c-navy);
  background: var(--c-sky-light);
}

.btn-outline-white {
  background: transparent;
  color: var(--c-white);
  border-color: rgba(255,255,255,.45);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.7);
}

/* 7. Header – Floating Pill
   ------------------------------------------------------------ */
.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1100px;
  z-index: 500;
  background: rgba(10, 30, 54, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.22);
}

.header-inner {
  padding-inline: var(--sp-5);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
}
.logo-icon {
  width: 34px;
  height: 34px;
  background: rgba(201,168,76,.18);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-icon svg { width: 18px; height: 18px; stroke: var(--c-gold); }
.logo-text { line-height: 1.1; }
.logo-brand {
  display: block;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--c-white);
}
.logo-sub {
  display: block;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .05em;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
}

/* Desktop-Nav */
.main-nav {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}
.nav-link {
  font-size: .875rem;
  font-weight: 400;
  color: rgba(255,255,255,.72);
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-sm);
  transition: color var(--dur), background var(--dur);
}
.nav-link:hover { color: var(--c-white); background: rgba(255,255,255,.08); }

/* Burger */
.nav-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-md);
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.8);
  transition: background var(--dur);
}
.nav-toggle:hover { background: rgba(255,255,255,.1); }
.nav-toggle svg { width: 18px; height: 18px; pointer-events: none; }

/* Mobile-Nav-Overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,30,54,.45);
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s var(--ease);
}
.nav-overlay.open { opacity: 1; pointer-events: auto; }

/* Mobile-Nav-Drawer */
@media (max-width: 820px) {
  .main-nav {
    position: fixed;
    top: 0; right: 0;
    height: 100dvh;
    width: min(280px, 86vw);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-1);
    background: var(--c-navy);
    border-left: 1px solid rgba(201,168,76,.15);
    padding: var(--sp-12) var(--sp-6) var(--sp-8);
    box-shadow: -8px 0 40px rgba(0,0,0,.3);
    transform: translateX(110%);
    transition: transform .28s var(--ease);
    z-index: 501;
    overflow-y: auto;
  }
  .main-nav.open { transform: translateX(0); }

  .main-nav .nav-link {
    font-size: 1rem;
    width: 100%;
    padding: var(--sp-3) var(--sp-4);
    color: rgba(255,255,255,.8);
  }
  .main-nav .nav-link:hover { color: var(--c-white); background: rgba(255,255,255,.07); }
  .main-nav .btn {
    width: 100%;
    justify-content: center;
    margin-top: var(--sp-4);
  }
  .nav-toggle { display: flex; }
  .header-wa-btn { display: none; }
}

/* 8. Hero – Split Layout (Text links / Blob-Bild rechts)
   ------------------------------------------------------------ */
.hero {
  background: var(--c-bg);
  padding: 48px 0 48px;
  overflow: visible;
}

.hero-grid {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  text-align: center;
}
.hero-grid .hero-sub { max-width: 52ch; margin-inline: auto; }
.hero-grid .hero-actions { justify-content: center; }
.hero-grid .hero-trust { justify-content: center; }

@media (min-width: 1024px) {
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: var(--sp-16);
    text-align: left;
  }
  .hero-grid .hero-sub { margin-inline: 0; }
  .hero-grid .hero-actions { justify-content: flex-start; }
  .hero-grid .hero-trust { justify-content: flex-start; }
}

/* Bild rechts */
.hero-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
}
@media (min-width: 1024px) { .hero-img-wrap { order: 0; } }

.hero-portrait {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: var(--r-xl);
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

.hero-blob {
  width: min(100%, 440px);
  aspect-ratio: 4/5;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  overflow: hidden;
  border: 6px solid var(--c-white);
  box-shadow: 0 28px 72px rgba(10,30,54,.18), 0 0 0 1px rgba(0,0,0,.04);
  animation: morphBlob 8s ease-in-out infinite alternate both;
  flex-shrink: 0;
}
@keyframes morphBlob {
  0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
  34%       { border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%; }
  67%       { border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%; }
}
.hero-blob img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }

/* Floating Info-Karten */
.hero-float {
  position: absolute;
  background: var(--c-white);
  border-radius: 18px;
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.10);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.hf-1 { bottom: 20px; left: -12px; }
@media (min-width: 640px) { .hf-1 { left: -32px; } }
.hf-2 { top: 28px; right: -10px; }
@media (min-width: 640px) { .hf-2 { right: -24px; } }
.hf-icon {
  width: 38px; height: 38px;
  border-radius: 11px;
  background: var(--c-gold-light);
  border: 1px solid rgba(201,168,76,.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hf-icon svg { width: 17px; height: 17px; stroke: var(--c-gold); fill: none; }
.hf-label { font-size: 13.5px; font-weight: 600; color: var(--c-text); white-space: nowrap; }
.hf-sub   { font-size: 11.5px; color: var(--c-text-soft); white-space: nowrap; margin-top: 1px; }

/* Text-Seite */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-text-soft);
  margin-bottom: var(--sp-5);
}
.hero-eyebrow::before {
  content: '';
  width: 18px;
  height: 2px;
  background: var(--c-gold);
  border-radius: 2px;
}

.hero-content h1 {
  color: var(--c-text);
  margin-bottom: var(--sp-5);
}
.hero-content h1 em {
  font-style: italic;
  color: var(--c-gold);
  display: block;
  font-size: 1.1em;
}

.hero-sub {
  font-size: 1rem;
  color: var(--c-text-soft);
  margin-bottom: var(--sp-8);
  line-height: 1.72;
  max-width: 44ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-bottom: var(--sp-10);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-5);
  padding-top: var(--sp-8);
  border-top: 1px solid var(--c-border);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: .8125rem;
  font-weight: 500;
  color: var(--c-text-soft);
}
.trust-item svg { opacity: .7; flex-shrink: 0; stroke: var(--c-navy); }

/* 9. Leistungen
   ------------------------------------------------------------ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}

.service-card {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 22px;
  padding: var(--sp-7) var(--sp-6) var(--sp-5);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 52px -12px rgba(10,30,54,.14);
  border-color: rgba(201,168,76,.35);
  background: rgba(255,255,255,.94);
}

.service-icon {
  width: 50px;
  height: 50px;
  background: var(--c-gold-light);
  border: 1px solid rgba(201,168,76,.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp-5);
  transition: background var(--dur);
}
.service-card:hover .service-icon { background: rgba(201,168,76,.18); }
.service-icon svg {
  width: 22px; height: 22px;
  stroke: var(--c-gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 { font-size: 1.25rem; margin-bottom: var(--sp-2); }
.service-card p  { font-size: .9375rem; color: var(--c-text-soft); margin: 0; flex-grow: 1; }

.service-price {
  display: inline-flex;
  align-items: center;
  background: var(--c-navy);
  color: var(--c-gold);
  font-size: .8rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--r-sm);
  letter-spacing: .03em;
  width: fit-content;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-border);
  transition: color .2s;
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-border);
  margin-top: var(--sp-2);
}
.service-card:hover .service-card-link { color: var(--c-gold); }
.service-card-link svg { width: 12px; height: 12px; transition: transform .2s; }
.service-card:hover .service-card-link svg { transform: translateX(3px); }

/* 10. Warum Antsupov (USP)
   ------------------------------------------------------------ */
.usp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: center;
}
.usp-image {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}
.usp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usp-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: var(--sp-8) 0 var(--sp-8);
}
.usp-item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-5);
  padding: var(--sp-5) 0;
  border-bottom: 1px solid var(--c-border);
}
.usp-item:first-child { border-top: 1px solid var(--c-border); }
.usp-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: rgba(201,168,76,.45);
  letter-spacing: -.04em;
  width: 32px;
  flex-shrink: 0;
  line-height: 1;
  padding-top: 2px;
}
.usp-text strong {
  display: block;
  font-size: .9375rem;
  color: var(--c-text);
  margin-bottom: var(--sp-1);
}
.usp-text span {
  font-size: .875rem;
  color: var(--c-text-soft);
  line-height: 1.5;
}

/* 11. Vorher/Nachher Slider
   ------------------------------------------------------------ */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
}

.ba-wrap {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: col-resize;
  user-select: none;
  touch-action: none;
  box-shadow: var(--shadow-md);
}

.ba-before,
.ba-after {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ba-before img,
.ba-after img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-after { clip-path: inset(0 0 0 50%); }

.ba-divider {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--c-white);
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 0 8px rgba(0,0,0,.35);
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: var(--c-white);
  border-radius: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
  pointer-events: none;
}
.ba-handle svg {
  width: 20px; height: 20px;
  stroke: var(--c-navy);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.ba-label {
  position: absolute;
  top: var(--sp-3);
  padding: var(--sp-1) var(--sp-3);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(10,30,54,.75);
  color: var(--c-white);
  border-radius: var(--r-sm);
  z-index: 4;
}
.ba-before .ba-label { left: var(--sp-3); }
.ba-after  .ba-label { right: var(--sp-3); background: rgba(28,95,160,.85); }

.ba-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: col-resize;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.ba-range:focus-visible { outline: 3px solid var(--c-gold); outline-offset: 2px; }

.ba-caption {
  margin-top: var(--sp-3);
  font-size: .875rem;
  color: var(--c-text-soft);
  font-weight: 500;
}

/* 12. Galerie
   ------------------------------------------------------------ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-4);
}

.gallery-item {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: zoom-in;
  background: var(--c-sky);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s var(--ease);
}
.gallery-item:hover img { transform: scale(1.04); }

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,30,54,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--dur);
}
.gallery-item-overlay svg {
  width: 28px; height: 28px;
  stroke: var(--c-white);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transition: opacity var(--dur);
}
.gallery-item:hover .gallery-item-overlay { background: rgba(10,30,54,.35); }
.gallery-item:hover .gallery-item-overlay svg { opacity: 1; }

/* Placeholder-Kachel (wenn Bild noch fehlt) */
.gallery-placeholder {
  background: var(--c-sky);
  border: 2px dashed var(--c-sky-mid);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  border-radius: var(--r-lg);
  aspect-ratio: 4/3;
  cursor: default;
}
.gallery-placeholder svg {
  width: 32px; height: 32px;
  stroke: var(--c-blue);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gallery-placeholder span {
  font-size: .8rem;
  font-weight: 600;
  color: var(--c-blue);
  text-align: center;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: rgba(0,0,0,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s var(--ease);
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox-img {
  max-width: 90vw;
  max-height: 88dvh;
  object-fit: contain;
  border-radius: var(--r-md);
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
  transform: scale(.95);
  transition: transform .22s var(--ease);
}
.lightbox.open .lightbox-img { transform: scale(1); }

.lightbox-close {
  position: absolute;
  top: var(--sp-5);
  right: var(--sp-5);
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--dur);
  color: var(--c-white);
}
.lightbox-close:hover { background: rgba(255,255,255,.22); }
.lightbox-close svg {
  width: 22px; height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--dur);
  color: var(--c-white);
}
.lightbox-nav:hover { background: rgba(255,255,255,.22); }
.lightbox-prev { left: var(--sp-5); }
.lightbox-next { right: var(--sp-5); }
.lightbox-nav svg {
  width: 22px; height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 13. Preise
   ------------------------------------------------------------ */
.price-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
  margin-bottom: var(--sp-6);
}

.price-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.price-card-header {
  background: var(--c-navy);
  padding: var(--sp-5) var(--sp-6);
}
.price-card-header h3 {
  color: var(--c-white);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.01em;
}
.price-card-body { padding: var(--sp-5) var(--sp-6); }

.price-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--sp-4);
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--c-border);
  font-size: .9rem;
}
.price-line:last-child { border-bottom: none; }
.price-label { color: var(--c-text-soft); flex: 1; line-height: 1.4; }
.price-amount { font-weight: 700; color: var(--c-navy); white-space: nowrap; flex-shrink: 0; }

.price-card-vat {
  margin-top: var(--sp-3);
  font-size: .8rem;
  color: var(--c-text-soft);
  font-style: italic;
}

.price-note {
  background: var(--c-sky-light);
  border: 1px solid var(--c-sky-mid);
  border-radius: var(--r-md);
  padding: var(--sp-4) var(--sp-5);
  font-size: .9rem;
  color: var(--c-text-soft);
  line-height: 1.6;
}

/* 14. Ablauf
   ------------------------------------------------------------ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 22px;
  left: calc(33.33% + 24px);
  right: calc(33.33% + 24px);
  height: 2px;
  background: var(--c-sky-mid);
  z-index: 0;
}

.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: var(--sp-6);
}
.step-num {
  width: 48px;
  height: 48px;
  background: var(--c-navy);
  color: var(--c-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0 auto var(--sp-5);
  position: relative;
}
.process-step h3 { margin-bottom: var(--sp-2); }
.process-step p { font-size: .9375rem; color: var(--c-text-soft); margin-inline: auto; }

/* 15. FAQ
   ------------------------------------------------------------ */
.faq-list {
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.faq-item { border-bottom: 1px solid var(--c-border); }
.faq-item:last-child { border-bottom: none; }

.faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  padding: var(--sp-5) var(--sp-6);
  background: var(--c-white);
  text-align: left;
  font-size: .9375rem;
  font-weight: 600;
  color: var(--c-text);
  transition: background var(--dur), color var(--dur);
}
.faq-btn:hover { background: var(--c-gold-pale); }
.faq-btn.open { background: var(--c-gold-pale); color: var(--c-navy); }

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--c-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--dur), transform var(--dur);
}
.faq-btn.open .faq-icon { background: var(--c-navy); transform: rotate(45deg); }
.faq-icon svg { width: 12px; height: 12px; stroke: var(--c-navy); stroke-width: 2.5; stroke-linecap: round; fill: none; }
.faq-btn.open .faq-icon svg { stroke: var(--c-white); }

.faq-body {
  display: none;
  padding: 0 var(--sp-6) var(--sp-5);
  font-size: .9375rem;
  color: var(--c-text-soft);
  line-height: 1.7;
  background: var(--c-gold-pale);
}
.faq-body.open { display: block; }
.faq-body p { max-width: 70ch; }

/* 16. Karte / Standort
   ------------------------------------------------------------ */
.standort-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: var(--sp-12);
  align-items: start;
}
.map-wrap {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--c-border);
  position: relative;
}
.map-wrap iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}
.map-tag {
  position: absolute;
  top: var(--sp-3);
  left: var(--sp-3);
  background: var(--c-white);
  border-radius: var(--r-sm);
  padding: var(--sp-1) var(--sp-3);
  font-size: .75rem;
  font-weight: 700;
  color: var(--c-navy);
  box-shadow: var(--shadow-sm);
  z-index: 2;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin: var(--sp-6) 0;
}
.area-chip {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-3);
  background: var(--c-gold-light);
  border-radius: var(--r-sm);
  font-size: .8125rem;
  font-weight: 500;
  color: var(--c-navy);
}
.area-chip::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--c-gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* 17. Kontakt
   ------------------------------------------------------------ */
.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-12);
  align-items: start;
}
.kontakt-info {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  margin: var(--sp-7) 0 var(--sp-8);
}
.kontakt-line {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
}
.kontakt-icon {
  width: 42px;
  height: 42px;
  background: var(--c-sky);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.kontakt-icon svg {
  width: 18px; height: 18px;
  stroke: var(--c-navy);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kontakt-detail-label {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--c-text-soft);
  margin-bottom: 2px;
}
.kontakt-detail-value {
  font-size: .9375rem;
  font-weight: 600;
  color: var(--c-text);
  text-decoration: none;
  transition: color var(--dur);
}
a.kontakt-detail-value:hover { color: var(--c-blue); }

.kontakt-cta-box {
  background: var(--c-navy);
  border-radius: var(--r-xl);
  padding: var(--sp-10) var(--sp-8);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.kontakt-cta-box h3 { color: var(--c-white); margin-bottom: var(--sp-2); }
.kontakt-cta-box .sub { font-size: .9375rem; color: rgba(255,255,255,.7); margin-bottom: var(--sp-2); max-width: 100%; }
.kontakt-cta-box .btn { justify-content: center; }

.oeff-liste {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--sp-2) var(--sp-6);
  font-size: .875rem;
  margin: var(--sp-5) 0;
}
.oeff-tag { color: var(--c-text-soft); }
.oeff-zeit { font-weight: 600; color: var(--c-text); }

/* 18. CTA-Block
   ------------------------------------------------------------ */
.cta-block {
  background: var(--c-navy);
  padding-block: var(--sp-16);
}
.cta-block-inner {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}
.cta-block h2 { color: var(--c-white); margin-bottom: var(--sp-4); }
.cta-block .sub { color: rgba(255,255,255,.72); font-size: 1.0625rem; margin-bottom: var(--sp-8); max-width: 100%; }
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sp-3);
}

/* 19. Footer
   ------------------------------------------------------------ */
.site-footer {
  background: var(--c-navy);
  border-top: 1px solid rgba(255,255,255,.07);
  padding-block: var(--sp-8);
}
.footer-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-5);
  margin-bottom: var(--sp-6);
}
.site-footer .logo-brand { color: var(--c-white); }
.site-footer .logo-sub   { color: rgba(255,255,255,.4); }
.site-footer .logo-icon  { background: rgba(255,255,255,.1); }
.footer-inline-links {
  display: flex;
  gap: var(--sp-6);
  flex-wrap: wrap;
}
.footer-inline-links a {
  font-size: .875rem;
  color: rgba(255,255,255,.55);
  transition: color var(--dur);
}
.footer-inline-links a:hover { color: var(--c-white); }
.footer-bottom {
  padding-top: var(--sp-5);
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-4);
}
.footer-bottom p { font-size: .8125rem; color: rgba(255,255,255,.35); }
.footer-legal-links {
  display: flex;
  gap: var(--sp-5);
}
.footer-legal-links a {
  font-size: .8125rem;
  color: rgba(255,255,255,.35);
  transition: color var(--dur);
}
.footer-legal-links a:hover { color: rgba(255,255,255,.75); }

/* 20. WhatsApp Float
   ------------------------------------------------------------ */
.wa-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 600;
  width: 58px;
  height: 58px;
  background: var(--c-wa);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 22px rgba(34,197,94,.45);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 28px rgba(34,197,94,.55);
}
.wa-float svg { width: 30px; height: 30px; fill: var(--c-white); }

/* 21. Scroll-Animationen
   ------------------------------------------------------------ */
.anim-ready {
  opacity: 0;
  transform: translateY(22px);
}
.anim-done {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease, transform .5s ease;
}

/* 22. Responsive
   ------------------------------------------------------------ */
@media (max-width: 900px) {
  .usp-split      { grid-template-columns: 1fr; }
  .usp-image      { aspect-ratio: 16/7; order: -1; }
  .ba-grid        { grid-template-columns: 1fr; }
  .gallery-grid   { grid-template-columns: repeat(2, 1fr); }
  .price-cards    { grid-template-columns: 1fr 1fr; }
  .standort-inner { grid-template-columns: 1fr; }
  .kontakt-grid   { grid-template-columns: 1fr; }
  .footer-top-row { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  body { padding-top: 80px; }
  .site-header { top: 10px; border-radius: 10px; }
  .header-inner { height: 52px; }

  .section { padding-block: var(--sp-12); }

  .hero-content { padding: var(--sp-12) var(--gutter); margin-left: 0; max-width: 100%; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { justify-content: center; }
  .hero-trust { gap: var(--sp-4); }

  .service-grid   { grid-template-columns: 1fr; }
  .process-grid   { grid-template-columns: 1fr; gap: var(--sp-6); }
  .process-grid::before { display: none; }
  .gallery-grid   { grid-template-columns: repeat(2, 1fr); gap: var(--sp-3); }
  .price-cards    { grid-template-columns: 1fr; }
  .footer-inline-links { gap: var(--sp-4); }
  .cta-actions    { flex-direction: column; align-items: center; }
  .kontakt-cta-box { padding: var(--sp-7) var(--sp-6); }
  .footer-bottom  { flex-direction: column; align-items: flex-start; }
}

/* Fokus-States für Barrierefreiheit */
:focus-visible {
  outline: 3px solid var(--c-gold);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}

/* ============================================================
   GOLD-DESIGN ADDITIONS
   ============================================================ */

/* Benefits Strip */
.benefits-strip {
  background: var(--c-navy-mid);
  padding-block: var(--sp-5);
  border-top: 1px solid rgba(201,168,76,.25);
  border-bottom: 1px solid rgba(201,168,76,.25);
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.benefit-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-3) var(--sp-5);
  border-right: 1px solid rgba(255,255,255,.07);
}
.benefit-item:last-child { border-right: none; }
.benefit-icon {
  width: 40px;
  height: 40px;
  background: rgba(201,168,76,.14);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.benefit-icon svg {
  width: 18px; height: 18px;
  stroke: var(--c-gold);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefit-text strong {
  display: block;
  font-size: .875rem;
  font-weight: 700;
  color: var(--c-white);
  line-height: 1.2;
}
.benefit-text span {
  font-size: .75rem;
  color: rgba(255,255,255,.5);
}

/* Gold CTA Button */
.btn-gold {
  background: var(--c-gold);
  color: var(--c-navy);
  border-color: var(--c-gold);
  font-weight: 700;
}
.btn-gold:hover {
  background: var(--c-gold-mid);
  border-color: var(--c-gold-mid);
  box-shadow: 0 4px 20px rgba(201,168,76,.45);
  transform: translateY(-1px);
}

/* Über Mich Section */
.ueber-split {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: var(--sp-16);
  align-items: center;
}
.ueber-image {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: var(--shadow-lg);
}
.ueber-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid var(--c-gold);
  opacity: .2;
  pointer-events: none;
}
.ueber-image img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.ueber-content h2 { margin-bottom: var(--sp-5); }
.ueber-content p  { color: var(--c-text-soft); }
.unterschrift {
  height: 240px;
  width: auto;
  max-width: 100%;
  display: block;
  margin-top: var(--sp-6);
  filter: invert(1) brightness(0);
  opacity: .7;
}

/* Warum Antsupov – Dark Navy Section */
.warum-section {
  background: var(--c-navy);
  padding-block: var(--sp-20);
}
.warum-section .section-header { text-align: center; }
.warum-section .section-header .label { justify-content: center; color: var(--c-gold); }
.warum-section .section-header .label::before { background: var(--c-gold); }
.warum-section .section-header h2  { color: var(--c-white); }
.warum-section .section-header .sub { color: rgba(255,255,255,.6); margin-inline: auto; }

.warum-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-4);
}
.warum-item {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  padding: var(--sp-5) var(--sp-6);
  background: rgba(255,255,255,.04);
  border-radius: var(--r-lg);
  border: 1px solid rgba(255,255,255,.07);
  transition: background var(--dur);
}
.warum-item:hover { background: rgba(201,168,76,.07); border-color: rgba(201,168,76,.2); }
.warum-check {
  width: 30px;
  height: 30px;
  background: rgba(201,168,76,.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.warum-check svg {
  width: 13px; height: 13px;
  stroke: var(--c-gold);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.warum-item strong {
  display: block;
  font-size: .9375rem;
  color: var(--c-white);
  margin-bottom: var(--sp-1);
}
.warum-item span {
  font-size: .875rem;
  color: rgba(255,255,255,.55);
  line-height: 1.5;
}

/* Responsive – neue Sektionen */
@media (max-width: 900px) {
  .ueber-split   { grid-template-columns: 1fr; gap: var(--sp-10); }
  .ueber-image   { aspect-ratio: 4/3; }
  .warum-grid    { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-item:nth-child(2) { border-right: none; }
  .benefit-item:nth-child(4) { border-right: none; }
}
@media (max-width: 640px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-item  { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.07); }
  .benefit-item:last-child { border-bottom: none; }
  .ueber-split   { gap: var(--sp-8); }
}

/* ── Leistungen-Sektion: grüner Gradient-Hintergrund (für Glassmorphismus) ── */
#leistungen {
  background: linear-gradient(160deg, var(--c-gold-light) 0%, var(--c-bg) 50%, #eef4f9 100%);
}

/* ── Hero-Badge auf hellem Hintergrund ── */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--c-gold-light);
  border: 1px solid rgba(201,168,76,.35);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: .75rem;
  font-weight: 600;
  color: #8a6a1a;
  letter-spacing: .04em;
  margin-bottom: var(--sp-5);
  display: block;
  width: fit-content;
}

/* ── Gallery: Overlay-Tags ── */
.gallery-tag {
  position: absolute;
  bottom: 11px; left: 11px;
  background: rgba(10,30,54,.82);
  color: #fff;
  font-size: .625rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  pointer-events: none;
  z-index: 2;
}

/* ── Floating WhatsApp Button ── */
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 999;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 12px rgba(37,211,102,.28);
  transition: transform .2s, box-shadow .2s;
}
.wa-float:hover {
  transform: scale(1.07);
  box-shadow: 0 4px 20px rgba(37,211,102,.38);
}
.wa-float svg { width: 28px; height: 28px; }

/* ── Section-Header Eyebrow: Label als uppercase-Text (Zidorn-Stil) ── */
.eyebrow {
  display: block;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--c-text-soft);
  margin-bottom: var(--sp-4);
}

/* ── Leistungen: Grün-Gradient-BG für Glassmorphismus-Cards ── */
.service-grid { position: relative; }

/* ── Service card: Anfragen-Link ── */
.service-card a.service-card-link { text-decoration: none; }

/* ── Responsive Hero-Grid ── */
@media (max-width: 1024px) {
  .hf-1, .hf-2 { display: none; }
}
@media (max-width: 640px) {
  .hero { padding: 48px 0 40px; }
  .hero-grid { gap: 36px; }
  .hero-blob { width: min(100%, 320px); }
}

/* ============================================================
   VIDEO-KARUSSELL (Instagram-Clips)
   ============================================================ */
/* Karussell: Videos nebeneinander in einer Reihe, horizontal scrollbar */
.video-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-top: var(--sp-8);
}

.video-track {
  display: flex;
  gap: var(--sp-4);
  flex: 1;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px;
  scrollbar-width: none;             /* Firefox */
}
.video-track::-webkit-scrollbar { display: none; }  /* Chrome/Safari */

/* Hochkant-Rahmen (9:16, wie Instagram-Reels) – feste Breite, rastet ein */
.video-frame {
  position: relative;
  flex: 0 0 auto;
  width: 250px;
  scroll-snap-align: start;
  border-radius: 20px;
  overflow: hidden;
  background: var(--c-navy);
  box-shadow: var(--shadow-md);
}

/* Pfeil-Buttons */
.video-nav {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--c-border);
  background: var(--c-white);
  color: var(--c-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: background .2s, color .2s, transform .2s;
}
.video-nav:hover { background: var(--c-navy); color: var(--c-white); transform: scale(1.05); }
.video-nav:disabled { opacity: .3; cursor: default; transform: none; }
.video-nav svg { width: 22px; height: 22px; }
.video-frame video {
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Ton-Button (ersetzt die hässliche native Steuerleiste) */
.video-sound {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(10, 30, 54, .55);
  backdrop-filter: blur(4px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.video-sound:hover { background: rgba(10, 30, 54, .8); transform: scale(1.06); }
.video-sound svg { width: 20px; height: 20px; }
.video-sound .ic-sound { display: none; }
.video-sound.is-on .ic-muted { display: none; }
.video-sound.is-on .ic-sound { display: block; }

/* Instagram-CTA */
.video-ig-cta {
  display: flex;
  justify-content: center;
  margin-top: var(--sp-7);
}

@media (max-width: 640px) {
  .video-nav { display: none; }       /* mobil per Wischen */
  .video-frame { width: 210px; }
}

/* Karten-Placeholder (Klick-Schranke für Google Maps) */
.map-placeholder {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--c-navy);
}
.map-placeholder-grid {
  position: absolute;
  inset: -24px;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.09) 0 2px, transparent 2px 68px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.09) 0 2px, transparent 2px 68px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, var(--c-navy-mid), var(--c-navy) 65%);
  filter: blur(3px) saturate(1.15);
  opacity: .9;
}
.map-load-btn {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: rgba(10,30,54,.72);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--r-lg);
  padding: 24px 32px;
  cursor: pointer;
  color: #fff;
  font-family: var(--font);
  transition: transform .2s var(--ease), background .2s var(--ease);
}
.map-load-btn:hover { transform: translateY(-2px); background: rgba(10,30,54,.88); }
.map-load-icon {
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--c-gold);
  color: var(--c-navy);
  flex-shrink: 0;
}
.map-load-icon svg { width: 18px; height: 18px; }
.map-load-text { font-size: 15px; font-weight: 600; letter-spacing: -.1px; }
.map-load-hint {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(255,255,255,.55);
  max-width: 220px;
  text-align: center;
  line-height: 1.5;
}
