/* ============================================================
   Physiotherapie Elena Öttl — Modern Editorial Wellness Design
   Palette: Clay #735353 · Rose #D4B6B6 · Cream · Warm Ink
   ============================================================ */

:root {
  --clay: #735353;
  --clay-dark: #5a4141;
  --clay-deep: #3f2e2e;
  --rose: #d4b6b6;
  --rose-soft: #ecdcdc;
  --rose-tint: #f7efef;
  --cream: #faf7f5;
  --white: #ffffff;
  --ink: #2e2424;
  --ink-soft: #6f6161;
  --border: rgba(115, 83, 83, 0.14);
  --shadow-sm: 0 2px 12px rgba(115, 83, 83, 0.08);
  --shadow-md: 0 12px 40px rgba(115, 83, 83, 0.14);
  --shadow-lg: 0 24px 70px rgba(63, 46, 46, 0.18);
  --radius: 22px;
  --radius-lg: 32px;
  --font-display: "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ===== Reset & base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration: none; }

ul { list-style: none; }

.container {
  width: min(1180px, 100% - 2.5rem);
  margin-inline: auto;
}

section[id], div[id] { scroll-margin-top: 96px; }

/* ===== Typography ===== */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  color: var(--clay-deep);
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3rem); }
h3 { font-size: 1.35rem; line-height: 1.3; }

h1 em, h2 em {
  font-style: normal;
  color: var(--clay);
}

.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--ink-soft);
  max-width: 34em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 1rem;
}

.eyebrow::before {
  content: "";
  width: 2.2em;
  height: 1.5px;
  background: var(--rose);
}

.eyebrow.light { color: var(--rose); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.85em 1.7em;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.2;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  cursor: pointer;
}

.btn svg { width: 1.1em; height: 1.1em; flex-shrink: 0; }

.btn-primary {
  background: var(--clay);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(115, 83, 83, 0.35);
}

.btn-primary:hover {
  background: var(--clay-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(115, 83, 83, 0.42);
}

.btn-ghost {
  background: transparent;
  color: var(--clay);
  border: 1.5px solid var(--rose);
}

.btn-ghost:hover {
  background: var(--rose-tint);
  border-color: var(--clay);
  transform: translateY(-2px);
}

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

/* Schwebender WhatsApp-Button */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--clay);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(115, 83, 83, 0.45);
  transition: transform var(--transition), box-shadow var(--transition);
}

.whatsapp-float:hover {
  background: var(--clay-dark);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 14px 32px rgba(115, 83, 83, 0.55);
}

.whatsapp-float svg { width: 30px; height: 30px; }

/* ===== Header ===== */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 0.9rem 0;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
}

.site-header.scrolled {
  background: rgba(250, 247, 245, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow-sm);
  padding: 0.55rem 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 50% 8px;
  background: linear-gradient(135deg, var(--clay), var(--clay-dark));
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-family: var(--font-display); font-weight: 500; font-size: 1.08rem; color: var(--clay-deep); }
.brand-text small { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); }

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.main-nav > a:not(.btn) {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  white-space: nowrap;
  transition: color var(--transition);
}

.main-nav > a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1.5px;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.main-nav > a:not(.btn):hover { color: var(--clay-deep); }
.main-nav > a:not(.btn):hover::after { transform: scaleX(1); }

.nav-cta { margin-left: 0.5rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--clay-deep);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: clamp(7.5rem, 14vh, 10rem) 0 clamp(3rem, 7vh, 5rem);
  overflow: hidden;
}

.hero-bg { position: absolute; inset: 0; pointer-events: none; }

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}

.blob-1 {
  width: 520px; height: 520px;
  background: var(--rose-soft);
  top: -140px; right: -120px;
}

.blob-2 {
  width: 420px; height: 420px;
  background: #f0e4de;
  bottom: -160px; left: -140px;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hero-copy h1 { margin-bottom: 1.3rem; }
.hero-copy .lead { margin-bottom: 2.2rem; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2.4rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
}

.trust-row li {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.trust-row li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--clay);
  font-weight: 700;
}

.hero-media { position: relative; }

.arch {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5;
}

.arch img { width: 100%; height: 100%; object-fit: cover; }

.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 0.8rem 1.1rem;
  box-shadow: var(--shadow-md);
  animation: floaty 5s ease-in-out infinite;
}

.float-card strong { display: block; font-size: 0.9rem; color: var(--clay-deep); line-height: 1.3; }
.float-card small { font-size: 0.76rem; color: var(--ink-soft); }

.float-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--rose-tint);
  color: var(--clay);
  font-size: 1rem;
  flex-shrink: 0;
}

.float-card-1 { top: 9%; left: -7%; }
.float-card-2 { bottom: 7%; right: -5%; animation-delay: 2.5s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ===== Marquee ===== */
.marquee {
  background: var(--clay);
  color: var(--rose-soft);
  overflow: hidden;
  padding: 0.95rem 0;
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.marquee-track span {
  font-family: var(--font-display);
  font-size: 1.05rem;
  white-space: nowrap;
}

.marquee-track i { color: var(--rose); font-style: normal; font-size: 0.7rem; }

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ===== Sections ===== */
.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }

.section-tint { background: var(--rose-tint); }

.section-head {
  max-width: 640px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-sub { color: var(--ink-soft); margin-top: 1rem; }

/* ===== About ===== */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.about-media {
  position: relative;
}

.about-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.about-photo img { width: 100%; object-fit: cover; }

.about-photo-small {
  position: absolute;
  width: 52%;
  right: -8%;
  bottom: 0;
  border: 6px solid var(--cream);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.about-copy h2 { margin-bottom: 1.4rem; }
.about-copy p { color: var(--ink-soft); margin-bottom: 1.1rem; }
.about-copy p strong { color: var(--ink); }

.milestones {
  margin: 1.8rem 0 2.2rem;
  display: grid;
  gap: 1.05rem;
}

.milestones li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.milestone-marker {
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 4px var(--rose-tint);
}

.milestones strong { display: block; font-size: 0.98rem; color: var(--clay-deep); line-height: 1.4; }
.milestones small { font-size: 0.85rem; color: var(--ink-soft); }

/* ===== Schwerpunkte: Editorial-Split ===== */
.svc-group {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) 1.5fr;
  gap: clamp(2rem, 4.5vw, 4rem);
  align-items: start;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.svc-group:last-child { margin-bottom: 0; }

.svc-group + .svc-group {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid var(--border);
}

.svc-group-head {
  position: sticky;
  top: 110px;
}

.svc-num {
  display: block;
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--rose);
  margin-bottom: 1rem;
}

.svc-title { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 0.8rem; }

.svc-intro { font-size: 0.96rem; color: var(--ink-soft); }

/* Ergänzende Stichpunkte unter dem Gruppen-Intro */
.svc-points {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.svc-points li {
  position: relative;
  padding-left: 1.45rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.svc-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.75rem;
  color: var(--rose);
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}

.card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  transition: transform var(--transition), box-shadow var(--transition);
}

/* Akzentlinie beim Hover */
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--clay), var(--rose));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.card:hover::before { transform: scaleX(1); }

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: var(--rose-tint);
  color: var(--clay);
  margin-bottom: 1.2rem;
}

.card-icon svg { width: 25px; height: 25px; }

.card h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--clay-deep);
  margin-bottom: 0.5rem;
}

.card p { font-size: 0.94rem; color: var(--ink-soft); }

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.chips li {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--clay-dark);
  background: var(--rose-tint);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.35em 0.95em;
}

/* Callout-Gruppe: rechtes Panel vertikal mittig zum Kopf (Desktop) */
.svc-group-cta { align-items: center; }

/* Vollbreites Callout-Panel (z. B. Hausbesuche) statt Karten-Raster */
.svc-callout {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.5vw, 1.8rem);
  background: var(--rose-tint);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.svc-callout-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: var(--white);
  color: var(--clay);
  box-shadow: var(--shadow-sm);
}

.svc-callout-icon svg { width: 28px; height: 28px; }

.svc-callout-body { flex: 1; min-width: 0; }

.svc-callout-body h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--clay-deep);
  margin-bottom: 0.3rem;
}

.svc-callout-body p { font-size: 0.94rem; color: var(--ink-soft); }

.svc-callout .btn { flex-shrink: 0; }

/* ===== Preise (dark section) ===== */
.section-dark {
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(212, 182, 182, 0.16), transparent 65%),
    var(--clay-deep);
  color: var(--rose-soft);
}

.section-dark h2 { color: var(--white); }
.section-dark h2 em { color: var(--rose); }
.section-dark .section-sub { color: rgba(236, 220, 220, 0.75); }

.price-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.3rem;
}

.price-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 182, 182, 0.22);
  border-radius: var(--radius);
  padding: 2rem 1.6rem 1.8rem;
  text-align: center;
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}

.price-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--rose);
}

.price-card h3 { color: var(--white); font-size: 1.15rem; margin-bottom: 0.2rem; }

.price-duration {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(236, 220, 220, 0.65);
  margin-bottom: 1.1rem;
}

.price-amount {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: -0.02em;
  color: var(--rose);
  line-height: 1;
}

.price-card-featured {
  background: rgba(212, 182, 182, 0.14);
  border-color: var(--rose);
}

.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--rose);
  color: var(--clay-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.3em 1em;
}

.price-note {
  margin-top: 2.4rem;
  font-size: 0.9rem;
  color: rgba(236, 220, 220, 0.7);
  max-width: 56em;
}

/* ===== FAQ ===== */
.faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { margin-bottom: 1rem; }
.faq-intro p { color: var(--ink-soft); margin-bottom: 1.6rem; }

.faq-list { display: grid; gap: 0.9rem; }

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow var(--transition);
}

.faq-item[open] { box-shadow: var(--shadow-sm); }

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.4rem;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--clay-deep);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--rose-tint);
  color: var(--clay);
  font-size: 1.15rem;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item p {
  padding: 0 1.4rem 1.3rem;
  font-size: 0.93rem;
  color: var(--ink-soft);
}

/* ===== Kontakt ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.6rem;
  align-items: stretch;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  transition: transform var(--transition), box-shadow var(--transition);
}

a.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.contact-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--rose-tint);
  color: var(--clay);
}

.contact-icon svg { width: 23px; height: 23px; }

.contact-card small {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.contact-card strong { font-size: 0.99rem; color: var(--clay-deep); line-height: 1.4; }

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  min-height: 380px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.85);
}

/* Zwei-Klick-Lösung: Platzhalter, bis die Karte aktiv geladen wird */
.map-consent {
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  text-align: center;
  background: var(--white);
  padding: 2.5rem 1.8rem;
}

.map-consent strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--clay-deep);
}

.map-consent-note {
  max-width: 32em;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.map-consent-note a {
  color: var(--clay);
  text-decoration: underline;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--clay-deep);
  color: var(--rose-soft);
  padding: 3.5rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.8rem;
}

.site-footer .brand-text strong { color: var(--white); }
.site-footer .brand-text small { color: var(--rose); }

.footer-brand p {
  margin-top: 1.1rem;
  font-size: 0.9rem;
  color: rgba(236, 220, 220, 0.7);
}

.footer-nav, .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 0.93rem;
}

.footer-nav a, .footer-contact a {
  color: rgba(236, 220, 220, 0.8);
  transition: color var(--transition);
  width: fit-content;
}

.footer-nav a:hover, .footer-contact a:hover { color: var(--white); }

.footer-contact span { color: rgba(236, 220, 220, 0.6); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(212, 182, 182, 0.18);
  font-size: 0.85rem;
  color: rgba(236, 220, 220, 0.6);
}

.footer-bottom a { color: rgba(236, 220, 220, 0.8); }
.footer-bottom a:hover { color: var(--white); }

/* ===== Zusätzliche Leistungen ===== */
.leistung {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 4.5vw, 4rem);
  align-items: center;
}

.leistung + .leistung {
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding-top: clamp(3rem, 6vw, 4.5rem);
  border-top: 1px solid var(--border);
}

.leistung-reverse .leistung-media { order: 2; }

.leistung-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3;
  background: var(--rose-tint);
}

.leistung-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hochformat-Foto: Rahmen folgt dem Bild, randlos & ohne Beschnitt */
.leistung-media-contain {
  aspect-ratio: 2 / 3;
}

/* Platzhalter, solange noch kein Foto hinterlegt ist */
.leistung-media.no-img img { display: none; }
.leistung-media.no-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leistung-media.no-img::after {
  content: "Foto folgt";
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  opacity: 0.6;
}

.leistung-body .svc-num { margin-bottom: 0.6rem; }
.leistung-body h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); }

.leistung-sub {
  font-weight: 600;
  color: var(--clay);
  margin: 0.4rem 0 1.1rem;
}

.leistung-body p + p { margin-top: 0.9rem; }

.leistung-cta {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  color: var(--ink-soft);
}

.leistung-cta a {
  color: var(--clay);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.leistung-fineprint {
  margin-top: 1.4rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--border);
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ===== Impressionen / Galerie ===== */
.gallery {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}

.gallery-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.gallery-item {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  transition: transform var(--transition);
}

.gallery-item:hover img { transform: scale(1.04); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(63, 46, 46, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.lightbox.open { opacity: 1; visibility: visible; }

.lightbox img {
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.lightbox-close {
  position: absolute;
  top: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition);
}

.lightbox-close:hover { background: rgba(255, 255, 255, 0.3); }

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition);
}

.lightbox-nav:hover { background: rgba(255, 255, 255, 0.3); }
.lightbox-prev { left: clamp(0.5rem, 2vw, 1.5rem); }
.lightbox-next { right: clamp(0.5rem, 2vw, 1.5rem); }

/* ===== Scroll reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.visible { opacity: 1; transform: none; }

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .float-card { animation: none; }
  .marquee-track { animation-duration: 80s; }
}

/* ===== Legal pages ===== */
.legal-page {
  padding: 9rem 0 5rem;
  max-width: 720px;
}

.legal-page h1 { font-size: clamp(2.2rem, 4vw, 3rem); margin-bottom: 2rem; }
.legal-page h2 { font-size: 1.3rem; margin: 2.2rem 0 0.7rem; }
.legal-page p { color: var(--ink-soft); margin-bottom: 0.9rem; }

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1024px) {
  .svc-group { grid-template-columns: 1fr; gap: 1.8rem; }
  .svc-group-head { position: static; max-width: 640px; }
  .svc-num { font-size: 2.4rem; margin-bottom: 0.6rem; }

  .price-grid { grid-template-columns: repeat(3, 1fr); }
  .float-card-1 { left: 0; }
  .float-card-2 { right: 0; }
}

@media (max-width: 860px) {
  .hero { padding-top: 6.5rem; }

  .hero-grid { grid-template-columns: 1fr; gap: 2.2rem; }

  /* Hero mobil: zentriert & kompakt */
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-copy .lead { margin-inline: auto; margin-bottom: 1.6rem; }
  .hero-actions { justify-content: center; margin-bottom: 0; }

  .hero-media { max-width: 360px; margin-inline: auto; width: 100%; }
  .arch { aspect-ratio: 1 / 1.05; }

  .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 480px; }
  .faq-intro { position: static; }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* Mobile nav — greift früher, damit die Links nie gequetscht werden */
@media (max-width: 1080px) {
  .nav-toggle { display: flex; }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(320px, 84vw);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.6rem;
    padding: 2.5rem 2.2rem;
    background: var(--cream);
    box-shadow: -20px 0 60px rgba(63, 46, 46, 0.18);
    transform: translateX(110%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 90;
  }

  .main-nav.open { transform: translateX(0); }

  .main-nav > a:not(.btn) { font-size: 1.25rem; font-family: var(--font-display); color: var(--clay-deep); }

  .nav-cta { margin-left: 0; margin-top: 0.5rem; }

  .nav-toggle { position: relative; z-index: 95; }
}

@media (max-width: 860px) {
  .leistung, .leistung-reverse { grid-template-columns: 1fr; gap: 1.6rem; }
  .leistung-reverse .leistung-media { order: 0; }
}

@media (max-width: 700px) {
  .svc-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .price-grid { grid-template-columns: 1fr; }
  .svc-callout { flex-direction: column; align-items: flex-start; }
  .svc-callout .btn { width: 100%; justify-content: center; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .float-card { padding: 0.65rem 0.9rem; }
  .float-card small { display: none; }
  .about-photo-small { right: 0; }
}
