/* ============================================================
   SCHIEFE LOCKEN — Italo-Disco-Diva, altersgerecht bedienbar
   ============================================================ */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/playfair-display-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/playfair-display-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/source-sans-3.woff2') format('woff2');
}

:root {
  /* Conny-Palette aus Salon-Fotos */
  --color-bg:        #1a1a1f;   /* Wand-Anthrazit */
  --color-primary:   #0d0d10;   /* Möbel-Schwarz, Counter, Cards */
  --color-secondary: #c0bdb5;   /* Sekundärtext, Borders */
  --color-accent:    #d6191f;   /* Italo-Rosso-Corsa — Logo / CTA */
  --color-accent-hover: #ec2730;
  --color-warmred:   #b51020;   /* Smeg-Rot — Hover, dunkle Sektionen */
  --color-warm:      #c89a3a;   /* Gold patiniert */
  --color-light:     #f0eee8;   /* Text warm-creme */

  /* Typo */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Source Sans 3', -apple-system, 'Helvetica Neue', sans-serif;

  /* Spacing — Stufe 4 (emotional) */
  --space-xs: 0.5rem;
  --space-s:  1rem;
  --space-m:  1.6rem;
  --space-l:  2.4rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  /* Radius */
  --r-tight: 4px;
  --r-base:  10px;
  --r-soft:  16px;

  /* Touch — altersgerecht */
  --touch-min: 56px;
}

*, *::before, *::after {
  margin: 0; padding: 0; box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 18px;             /* Altersgerecht: 18px Base statt 16px */
  scroll-behavior: smooth;
  /* iOS Safari Dynamic-Island + URL-Bar + Overscroll: nimmt html-bg.
     Matched bewusst die Header-Farbe (Möbel-Schwarz), nicht die Wand-Anthrazit,
     damit Dynamic Island visuell mit dem Wordmark-Header verschmilzt. */
  background-color: #0d0d10;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  font-family: var(--font-body);
  background: var(--color-primary);  /* Möbel-Schwarz #0d0d10 — matched Header + Dynamic Island */
  color: var(--color-light);
  line-height: 1.65;
  min-height: 100vh;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

/* ===== Skip Link ===== */
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: var(--color-accent);
  color: var(--color-light);
  padding: 0.8rem 1.2rem;
  border-radius: var(--r-base);
  font-weight: 600;
  text-decoration: none;
  z-index: 100;
}
.skip-link:focus { top: 1rem; }

/* ===== HEADER ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem max(1.5rem, env(safe-area-inset-left));
  background: var(--color-primary);  /* solide #0d0d10 — matched theme-color exakt */
  border-bottom: 1px solid rgba(240, 238, 232, 0.06);
}
.site-logo {
  display: block;
  flex-shrink: 0;
  text-decoration: none;
}
.site-logo img {
  height: 38px;
  width: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.site-nav a {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-light);
  padding: 0.6rem 0.4rem;
  min-height: var(--touch-min);
  display: inline-flex;
  align-items: center;
}
@media (hover: hover) {
  .site-nav a:hover { color: var(--color-accent); }
}
.site-nav a:active { color: var(--color-accent); }

.nav-phone {
  background: var(--color-accent);
  color: var(--color-light) !important;
  border-radius: var(--r-base);
  padding: 0.7rem 1.2rem !important;
  gap: 0.5rem;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgba(214, 25, 31, 0.32);
}
@media (hover: hover) {
  .nav-phone:hover { background: var(--color-accent-hover); color: var(--color-light) !important; }
}
.nav-phone svg { flex-shrink: 0; }

/* Burger + Mobile-Overlay-Menü — nur ≤720px sichtbar */
.nav-burger { display: none; }
.mobile-menu { display: none; }

/* „Zurück zur Startseite" auf Unterseiten */
.back-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-warm);
  text-decoration: none;
  margin-bottom: 0.6rem;
  min-height: 44px;
}
@media (hover: hover) {
  .back-link:hover { color: var(--color-accent); }
}
.back-link:active { color: var(--color-accent); }

/* ====== Mobile Sticky Bottom-CTA-Bar ====== */
.mobile-cta-bar { display: none; }

@media (max-width: 860px) {
  /* Header: Logo links, Burger rechts. Inline-Telefon raus (CTA-Bar unten). Bis 860px (Tablets), damit die Desktop-Nav nicht klemmt. */
  .site-header {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    justify-content: space-between;
    gap: 0.75rem;
  }
  .site-nav { display: none; }

  /* Burger-Button (rechts), Logo bleibt zentriert */
  .nav-burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    flex-shrink: 0;
    width: var(--touch-min);
    height: var(--touch-min);
    padding: 15px;
    margin-right: calc(-1 * 15px + env(safe-area-inset-right));
    background: none;
    border: none;
    cursor: pointer;
    z-index: 60;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--color-light);
    border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease;
  }
  .nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Overlay-Menü */
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    background: var(--color-bg);
    padding: 4rem 1.5rem calc(2rem + env(safe-area-inset-bottom));
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu-close {
    position: absolute;
    top: max(0.8rem, env(safe-area-inset-top));
    right: max(0.9rem, env(safe-area-inset-right));
    width: var(--touch-min);
    height: var(--touch-min);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    line-height: 1;
    color: var(--color-light);
    background: none;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu-close:active { color: var(--color-accent); }
  .mobile-menu a {
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--color-light);
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    min-height: var(--touch-min);
    display: flex;
    align-items: center;
  }
  .mobile-menu a:active { color: var(--color-accent); }
  .mobile-menu .mobile-menu-phone {
    margin-top: 1.4rem;
    font-family: var(--font-body);
    font-size: 1.15rem;
    background: var(--color-accent);
    color: var(--color-light);
    border-radius: var(--r-base);
    padding: 0.9rem 1.7rem;
    box-shadow: 0 4px 16px rgba(214, 25, 31, 0.32);
  }
  .site-logo {
    flex: 0 1 auto;
    min-width: 0;
    text-align: left;
  }
  .site-logo img {
    height: 44px;
    width: auto;
    max-width: 100%;
    margin: 0;
  }

  /* Sticky Bottom-Bar — versteckt im Hero, gleitet rein beim Scrollen */
  .mobile-cta-bar {
    display: flex;
    gap: 0.6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.6rem max(0.7rem, env(safe-area-inset-left)) calc(0.6rem + env(safe-area-inset-bottom)) max(0.7rem, env(safe-area-inset-right));
    background: rgba(13, 13, 16, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(240, 238, 232, 0.1);
    z-index: 100;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.32s ease, opacity 0.32s ease;
  }
  .mobile-cta-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  @media (prefers-reduced-motion: reduce) {
    .mobile-cta-bar { transition: none; }
  }
  .mobile-cta-bar-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 56px;
    border-radius: var(--r-base);
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s, background 0.2s;
  }
  .mobile-cta-bar-btn:active { transform: scale(0.97); }
  .mobile-cta-bar-phone {
    background: var(--color-accent);
    color: var(--color-light);
    box-shadow: 0 4px 16px rgba(214, 25, 31, 0.4);
  }
  .mobile-cta-bar-wa {
    background: #25D366;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.32);
  }
  .mobile-cta-bar-btn svg { flex-shrink: 0; }

  /* Body bottom-padding damit Footer-Inhalt nicht hinter Bar verschwindet */
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
}

/* ===== HERO ===== */
.hero {
  position: relative;
  background: var(--color-bg);
  padding-top: 0;
  padding-bottom: var(--space-l);
}
.hero-banner {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 1344 / 768;
  background: var(--color-primary);
  overflow: hidden;
}
.hero-banner picture,
.hero-banner picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--space-l) max(1.5rem, env(safe-area-inset-left)) 0;
  text-align: center;
}
.hero-content .hero-eyebrow { display: inline-block; }

/* Hero-Secondary: Lede + CTAs als eigene Sektion direkt unter dem Hero */
.hero-secondary {
  background: var(--color-bg);
  padding: 0 max(1.5rem, env(safe-area-inset-left)) var(--space-xl);
}
.hero-secondary-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.hero-secondary .cta-row { justify-content: center; }

.hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-warm);
  margin-bottom: 0.4rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(1.8rem, 4.5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--color-light);
  margin: 0 auto;
  max-width: 22ch;
  text-wrap: balance;
}
.hero h1 em {
  color: var(--color-accent);
  font-style: italic;
}
.hero-secondary p.lede {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  color: var(--color-secondary);
  max-width: 56ch;
  margin: 0 auto 1.6rem;
}
.cta-prompt {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.8vw, 1.6rem);
  color: var(--color-light);
  margin: 3rem auto 0.9rem;
  line-height: 1.25;
}
.cta-prompt em {
  color: var(--color-accent);
  font-style: italic;
}

/* === Mobile-Landing: Free Flow.
       Banner mit aspect-ratio 3/4, Content direkt drunter im normalen
       Document-Flow, keine min-height-Magic. Lede + CTAs sind below
       the fold — auf manchen Geräten 50px tief, auf anderen 200px,
       das ist OK und Standard für Single-Page-Layouts 2026.
       Bottom-Sticky-Bar fängt CTA ab sobald Banner aus Viewport scrollt. === */
@media (max-width: 720px) {
  .hero {
    display: block;
    padding-bottom: 0;
  }
  .hero-banner {
    aspect-ratio: 11 / 15;   /* ~0.73: Claim bleibt above the fold (auch iOS-Toolbar offen); object-position:top zeigt Hut bis fast-Boots */
    position: relative;
  }
  .hero-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 13%;           /* nur sanfter Übergang am unteren Rand – Boots bleiben sichtbar */
    background: linear-gradient(180deg,
      rgba(26, 26, 31, 0) 0%,
      rgba(26, 26, 31, 0.25) 55%,
      rgba(26, 26, 31, 0.8) 100%);
    pointer-events: none;
  }
  .hero-banner picture img { object-position: center top; }
  .hero-content {
    text-align: left;
    padding-top: 0.7rem;
    padding-bottom: 22px;
  }
  .hero h1 { margin-left: 0; margin-right: 0; }

  /* Hero-Secondary: 50px Luft zur Headline drüber (=Lede klar unter URL-Bar) */
  .hero-secondary {
    padding-top: 3.25rem;
    padding-bottom: var(--space-m);
  }
  .hero-secondary-inner { text-align: left; }
  .hero-secondary p.lede {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.1rem;
  }
  .cta-prompt {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.2rem;
    margin-bottom: 0.9rem;
  }
  .hero-secondary .cta-row { justify-content: flex-start; }

  /* Nächste Sektion direkt unter hero-secondary bekommt weniger Luft oben */
  .hero-secondary + section.section { padding-top: var(--space-l); }
}

.cta-row {
  display: flex;
  gap: var(--space-s);
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: var(--touch-min);
  min-width: 200px;
  padding: 0 1.6rem;
  border-radius: var(--r-base);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s, background 0.2s, box-shadow 0.2s;
}
.btn-primary {
  background: var(--color-accent);
  color: var(--color-light);
  box-shadow: 0 6px 24px rgba(214, 25, 31, 0.4);
}
.btn-secondary {
  background: rgba(240, 238, 232, 0.08);
  color: var(--color-light);
  border: 2px solid var(--color-light);
  backdrop-filter: blur(4px);
}
@media (hover: hover) {
  .btn:hover { transform: translateY(-2px); }
  .btn-primary:hover { background: var(--color-accent-hover); box-shadow: 0 8px 32px rgba(214, 25, 31, 0.5); }
  .btn-secondary:hover { background: rgba(240, 238, 232, 0.15); }
}
.btn:active { transform: translateY(0); }
.btn:focus-visible {
  outline: 3px solid var(--color-warm);
  outline-offset: 3px;
}
.btn svg { flex-shrink: 0; }

/* ===== SECTION-GENERICS ===== */
section.section {
  padding: var(--space-2xl) max(1.5rem, env(safe-area-inset-left));
}
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-warm);
  font-weight: 600;
  margin-bottom: 1rem;
}
.section h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-m);
  max-width: 22ch;
}
.section h2 em { color: var(--color-accent); }
.section p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: var(--space-m);
  max-width: 60ch;
}
.section p strong { color: var(--color-light); font-weight: 700; }

/* ===== ÜBER CONNI ===== */
.about {
  background: var(--color-primary);
}
.about-grid {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: var(--space-xl);
  align-items: center;
}
@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; gap: var(--space-m); }
}
.about-text p {
  color: var(--color-secondary);
}
.about-text p:first-of-type {
  color: var(--color-light);
  font-size: 1.2rem;
  line-height: 1.5;
}
.about-image {
  border-radius: var(--r-soft);
  overflow: hidden;
  position: relative;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
}

/* Typografisches Statement statt zweitem Conny-Foto */
.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 2rem;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(214, 25, 31, 0.18) 0%, transparent 60%),
    var(--color-bg);
  border-radius: var(--r-soft);
  border: 1px solid rgba(200, 154, 58, 0.18);
  aspect-ratio: 3/4;
}
.about-stat-number {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(8rem, 22vw, 14rem);
  color: var(--color-accent);
  line-height: 0.85;
  letter-spacing: -0.04em;
  text-shadow: 0 8px 40px rgba(214, 25, 31, 0.25);
}
.about-stat-label {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  color: var(--color-light);
  margin-top: 0.8rem;
  line-height: 1.1;
}
.about-stat-divider {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--color-warm);
  margin: 1.6rem auto 1.2rem;
}
.about-stat-detail {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-warm);
  font-weight: 600;
  line-height: 1.5;
  max-width: 24ch;
}
@media (max-width: 860px) {
  .about-stat { aspect-ratio: auto; padding: 2.2rem 1.5rem; }
}

/* ===== SALON-GALERIE ===== */
.salon {
  background: var(--color-bg);
}
.salon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-s);
  margin-top: var(--space-l);
}
@media (max-width: 860px) {
  .salon-grid { grid-template-columns: repeat(2, 1fr); }
}
.salon-grid figure {
  margin: 0;
  border-radius: var(--r-base);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.salon-grid figure:first-child {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 1;
}
@media (max-width: 860px) {
  .salon-grid figure:first-child { aspect-ratio: 4/3; grid-column: span 2; grid-row: auto; }
}
.salon-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
@media (hover: hover) {
  .salon-grid figure:hover img { transform: scale(1.04); }
}

/* ===== LEISTUNGEN ===== */
.leistungen {
  background: var(--color-primary);
}
.leistungen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-m);
  margin-top: var(--space-l);
}
@media (max-width: 860px) {
  .leistungen-grid { grid-template-columns: 1fr; }
}
.leistung-card {
  background: var(--color-primary);
  border-radius: var(--r-soft);
  overflow: hidden;
  border-top: 4px solid var(--color-accent);
  transition: transform 0.25s, border-color 0.25s;
}
@media (hover: hover) {
  .leistung-card:hover {
    transform: translateY(-4px);
    border-top-color: var(--color-warm);
  }
}
.leistung-img {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.leistung-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
@media (hover: hover) {
  /* Hover-Zoom nur für die statischen Karten (direktes img-Kind), NICHT für den
     Slider — sonst würde beim Zoom das Nachbarbild am Rand durchscheinen. */
  .leistung-card:hover .leistung-img > img { transform: scale(1.04); }
}
.leistung-body {
  padding: var(--space-l);
}
.leistung-card .eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-warm);
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.leistung-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: var(--space-s);
}
.leistung-card p {
  font-size: 1rem;
  color: var(--color-secondary);
  margin: 0;
  line-height: 1.6;
}

/* ===== Bild-Slider (Leistung „Damen") =====
   Rahmen (.leistung-img: aspect-ratio 3/4, overflow hidden) bleibt UNVERÄNDERT —
   nur der Inhalt wird zum horizontalen Slider mit Pfeilen + Punkten. */
.leistung-img { position: relative; }
.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.45s cubic-bezier(.4, 0, .2, 1);
}
.slider-track img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Pfeile: dezente Chevrons, nur auf Desktop UND nur beim Überfahren des Bildes.
   Auf Touch (kein Hover) ganz aus — dort wischt man + nutzt die Punkte. */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(13, 13, 16, 0.35);
  color: #fff;
  font-size: 24px;
  font-family: var(--font-body);
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
  opacity: 0;
  transition: opacity 0.25s, background 0.2s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}
.slider-prev { left: 8px; }
.slider-next { right: 8px; }
@media (hover: none) {
  .slider-arrow { display: none; }
}
@media (hover: hover) {
  .leistung-img:hover .slider-arrow { opacity: 1; }
  .slider-arrow:hover { background: rgba(13, 13, 16, 0.6); }
}
.slider-arrow:focus-visible { opacity: 1; outline: 2px solid #fff; }
.slider-dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
  z-index: 2;
}
.slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  border: none;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  transition: background 0.2s, transform 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.slider-dot.is-active {
  background: #fff;
  transform: scale(1.25);
}
/* nur ein Bild → keine Bedienelemente */
.leistung-img[data-count="1"] .slider-arrow,
.leistung-img[data-count="1"] .slider-dots { display: none; }

/* Mobil-Navigation: sichtbare, kleinere Buttons UNTER dem Bild.
   Auf Touch ist Wischen unzuverlässig und die im-Bild-Pfeile sind aus —
   darum hier klare Tap-Ziele unterhalb des Rahmens. Desktop: ausgeblendet. */
.slider-mnav { display: none; }
@media (hover: none) {
  .slider-mnav {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 12px;
  }
}
.slider-mbtn {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--color-accent);
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-light);
  font-size: 22px;
  font-family: var(--font-body);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s;
}
.slider-mbtn:active { background: var(--color-accent); }
.leistung-card:has(.leistung-img[data-count="1"]) .slider-mnav { display: none; }
/* Edit-Modus: Verwaltungs-Buttons (via JS eingefügt) */
.slider-edit-bar {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  z-index: 3;
}
.slider-edit-btn {
  border: none;
  border-radius: 8px;
  background: rgba(13, 13, 16, 0.72);
  color: #fff;
  font: 600 13px/1 var(--font-body);
  padding: 9px 12px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.slider-edit-btn.danger { background: rgba(168, 68, 44, 0.9); }

/* ===== STAR-WAND ===== */
.starwall {
  background: var(--color-bg);
  border-top: 1px solid rgba(240, 238, 232, 0.06);
  border-bottom: 1px solid rgba(240, 238, 232, 0.06);
}
.starwall-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  line-height: 1.3;
  color: var(--color-light);
  max-width: 28ch;
  margin-bottom: var(--space-m);
}
.starwall-quote::before {
  content: '„';
  color: var(--color-accent);
  font-size: 1.4em;
  line-height: 0.8;
  display: inline-block;
  margin-right: 0.1em;
}
.starwall-meta {
  color: var(--color-warm);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Preise-Sektion: schwarz, für durchgehende Sektions-Alternation */
.preise { background: var(--color-primary); }

/* ===== KONTAKT-CTA ===== */
.contact-cta {
  background:
    radial-gradient(ellipse at 50% 30%, rgba(214, 25, 31, 0.12) 0%, transparent 60%),
    var(--color-bg);
  text-align: center;
}
.contact-cta .section-inner { max-width: 700px; }
.contact-cta h2 { margin-left: auto; margin-right: auto; max-width: 18ch; }
.contact-cta p { margin-left: auto; margin-right: auto; }
.contact-cta .cta-row { justify-content: center; }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--color-primary);
  padding: var(--space-xl) max(1.5rem, env(safe-area-inset-left)) var(--space-l);
  border-top: 4px solid var(--color-accent);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-l);
}
@media (max-width: 860px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 540px) {
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
.footer-logo {
  width: 160px;
  height: auto;
  margin-bottom: var(--space-s);
}
.footer-tag {
  color: var(--color-secondary);
  font-size: 0.95rem;
  max-width: 32ch;
}
.footer-block h3 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-warm);
  font-weight: 600;
  margin-bottom: var(--space-s);
}
.footer-block address,
.footer-block p {
  font-style: normal;
  color: var(--color-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 0.6rem;
}
/* Zeilen als Block (Umbruch per CSS statt <br>) → jede Zeile einzeln editierbar */
.addr-line,
.hours-line { display: block; }
.footer-block a {
  color: var(--color-light);
  text-decoration: none;
  font-weight: 600;
  min-height: var(--touch-min);
  display: inline-flex;
  align-items: center;
}
.footer-phone {
  font-size: 1.3rem !important;
  font-family: var(--font-display);
  color: var(--color-accent) !important;
}
.footer-wa {
  background: #25D366;
  color: #fff !important;
  padding: 0.8rem 1.2rem;
  border-radius: var(--r-base);
  font-size: 1rem;
}
@media (hover: hover) {
  .footer-block a:hover { color: var(--color-accent); }
  .footer-wa:hover { background: #1eb558; color: #fff !important; }
}

.footer-bottom {
  max-width: 1100px;
  margin: var(--space-l) auto 0;
  padding-top: var(--space-l);
  border-top: 1px solid rgba(240, 238, 232, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-s);
}
.footer-bottom p {
  color: var(--color-secondary);
  font-size: 0.9rem;
}
.footer-bottom nav {
  display: flex;
  gap: var(--space-m);
}
.footer-bottom nav a {
  color: var(--color-secondary);
  font-size: 0.9rem;
  text-decoration: none;
  min-height: auto;
}
@media (hover: hover) {
  .footer-bottom nav a:hover { color: var(--color-accent); }
}

/* ===== PREISLISTE (Unterseite) ===== */
.preise .section-inner { max-width: 980px; }
.preis-intro {
  color: var(--color-secondary);
  max-width: 60ch;
}
.preis-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  margin-top: var(--space-l);
}
@media (max-width: 760px) {
  .preis-cols { grid-template-columns: 1fr; gap: var(--space-l); }
}
.preis-cat {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color-accent);
  margin-bottom: var(--space-s);
  padding-bottom: 0.4rem;
  border-bottom: 2px solid rgba(214, 25, 31, 0.3);
}
.preis-cat-spaced { margin-top: var(--space-l); }
.preis-list { display: flex; flex-direction: column; }
.preis-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(240, 238, 232, 0.08);
}
.preis-name {
  color: var(--color-light);
  font-size: 1.02rem;
  line-height: 1.4;
}
.preis-val {
  color: var(--color-warm);
  font-weight: 700;
  font-size: 1.02rem;
  white-space: nowrap;
}
.preis-note {
  margin-top: var(--space-l);
  color: var(--color-secondary);
  font-size: 0.92rem;
  font-style: italic;
}
.preise .cta-row { margin-top: var(--space-l); }
