/* ============================================================
   ODINS PLATZ FÜR PERFEKTION – zentrales Stylesheet
   Sehr cleaner Look: helle Basis, dunkle Showroom-Sektionen,
   ein gedämpfter Gold-Akzent. Schrift: Manrope (selbst gehostet).
   ============================================================ */

/* ---------- Font (DSGVO: lokal gehostet, keine CDN) ---------- */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

/* Display-Serif – greift die Serifenschrift der Wortmarke im Logo auf */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-variable.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

/* ---------- Design-Tokens ---------- */
:root {
  --bg: #f6f6f4;
  --surface: #ffffff;
  --line: #e7e5e0;
  --ink: #16181b;
  --ink-soft: #5d636c;

  --dark: #0d1013;
  --dark-2: #14181d;
  --dark-line: #262c33;
  --on-dark: #f4f3f0;
  --on-dark-soft: #9aa2ac;

  --gold: #c2a061;
  --gold-strong: #8f6f33;
  --gold-soft: #e6d3ab;

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(13, 16, 19, 0.08);
  --shadow-dark: 0 18px 50px rgba(0, 0, 0, 0.45);

  --header-h: 72px;
  --container: 1180px;

  /* GooeyNav Partikel-Farben */
  --color-1: #c2a061;
  --color-2: #ffffff;
  --color-3: #e6d3ab;
  --color-4: #8ea0b8;

  --linear-ease: linear(
    0, 0.068, 0.19 2.7%, 0.804 8.1%, 1.037, 1.199 13.2%, 1.245, 1.27 15.8%,
    1.274, 1.272 17.4%, 1.249 19.1%, 0.996 28%, 0.949, 0.928 33.3%, 0.926,
    0.933 36.8%, 1.001 45.6%, 1.013, 1.019 50.8%, 1.018 54.4%, 1 63.1%,
    0.995 68%, 1.001 85%, 1
  );
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4 {
  margin: 0 0 0.5em;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

/* Große Headlines in der Display-Serif (wie die Logo-Wortmarke) */
.hero h1,
.page-head h1,
.section-head h2,
.split h2,
.service-row h2,
.about-me h2,
.cta-banner h2 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.002em;
  line-height: 1.14;
}

p { margin: 0 0 1em; }

a { color: inherit; }

::selection { background: var(--gold); color: var(--dark); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--gold);
  color: var(--dark);
  padding: 10px 18px;
  border-radius: 0 0 var(--radius-sm) 0;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { left: 0; }

.container {
  width: min(var(--container), 100% - 48px);
  margin-inline: auto;
}

/* Sichtbare Platzhalter für noch fehlende Echtdaten */
.todo {
  border-bottom: 1.5px dashed var(--gold-strong);
  cursor: help;
}

/* ============================================================
   HEADER + GOOEY NAV
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(13, 16, 19, 0.72);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  /* Clippt das Schwarzfeld des Gooey-Filters (Vorlage erwartet
     schwarzen Seitenhintergrund) – Pill & Partikel bleiben sichtbar */
  overflow: hidden;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--on-dark);
  min-width: 0;
}
.brand__mark {
  /* transparentes Logo (weißes Artwork) – kein Zuschnitt, kein Rahmen */
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.12; }
.brand__name {
  font-weight: 800;
  font-size: 15.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand__claim {
  font-size: 10.5px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

/* --- GooeyNav (Vanilla-Port, Optik wie React-Bits-Vorlage) --- */
.gooey-nav-container { position: relative; }

.gooey-nav-container nav {
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 0.01px);
}

.gooey-nav-container nav ul {
  display: flex;
  gap: 0.4em;
  list-style: none;
  padding: 0 0.5em;
  margin: 0;
  position: relative;
  z-index: 3;
  color: #fff;
  text-shadow: 0 1px 1px hsl(205deg 30% 10% / 0.2);
}

.gooey-nav-container nav ul li {
  border-radius: 100vw;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0.5px 1.5px transparent;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.gooey-nav-container nav ul li a {
  display: inline-block;
  padding: 0.52em 1em;
  text-decoration: none;
  color: inherit;
  outline: none;
}

.gooey-nav-container nav ul li:focus-within:has(:focus-visible) {
  box-shadow: 0 0 0.5px 1.5px #fff;
}

.gooey-nav-container nav ul li::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100vw;
  background: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: -1;
}

.gooey-nav-container nav ul li.active { color: #0d1013; text-shadow: none; }
.gooey-nav-container nav ul li.active::after { opacity: 1; transform: scale(1); }

.gooey-nav-container .effect {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 1;
  pointer-events: none;
  display: grid;
  place-items: center;
  z-index: 1;
}

.gooey-nav-container .effect.text {
  color: #fff;
  transition: color 0.3s ease;
  font-weight: 600;
  font-size: 15px;
}
.gooey-nav-container .effect.text.active { color: #0d1013; }

.gooey-nav-container .effect.filter {
  filter: blur(7px) contrast(100) blur(0);
  mix-blend-mode: lighten;
}

.gooey-nav-container .effect.filter::before {
  content: "";
  position: absolute;
  inset: -75px;
  z-index: -2;
  background: #000;
}

.gooey-nav-container .effect.filter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scale(0);
  opacity: 0;
  z-index: -1;
  border-radius: 100vw;
}

.gooey-nav-container .effect.active::after { animation: pill 0.3s ease both; }

@keyframes pill { to { transform: scale(1); opacity: 1; } }

.particle, .point {
  display: block;
  opacity: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform-origin: center;
}

.particle {
  --time: 5s;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  animation: particle calc(var(--time)) ease 1 -350ms;
}

.point {
  background: var(--color);
  opacity: 1;
  animation: point calc(var(--time)) ease 1 -350ms;
}

@keyframes particle {
  0% {
    transform: rotate(0deg) translate(calc(var(--start-x)), calc(var(--start-y)));
    opacity: 1;
    animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
  }
  70% {
    transform: rotate(calc(var(--rotate) * 0.5)) translate(calc(var(--end-x) * 1.2), calc(var(--end-y) * 1.2));
    opacity: 1;
    animation-timing-function: ease;
  }
  85% {
    transform: rotate(calc(var(--rotate) * 0.66)) translate(calc(var(--end-x)), calc(var(--end-y)));
    opacity: 1;
  }
  100% {
    transform: rotate(calc(var(--rotate) * 1.2)) translate(calc(var(--end-x) * 0.5), calc(var(--end-y) * 0.5));
    opacity: 1;
  }
}

@keyframes point {
  0% { transform: scale(0); opacity: 0; animation-timing-function: cubic-bezier(0.55, 0, 1, 0.45); }
  25% { transform: scale(calc(var(--scale) * 0.25)); }
  38% { opacity: 1; }
  65% { transform: scale(var(--scale)); opacity: 1; animation-timing-function: ease; }
  85% { transform: scale(var(--scale)); opacity: 1; }
  100% { transform: scale(0); opacity: 0; }
}

/* --- Mobile-Navigation --- */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: none;
  border: 0;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--on-dark);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: var(--header-h) 0 auto 0;
  z-index: 99;
  background: rgba(13, 16, 19, 0.97);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--dark-line);
  padding: 10px 24px 24px;
  display: none;
}
.mobile-nav.open { display: block; }
.mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.mobile-nav a {
  display: block;
  padding: 14px 4px;
  color: var(--on-dark);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile-nav a[aria-current="page"] { color: var(--gold); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 100vw;
  border: 1.5px solid transparent;
  font: inherit;
  font-weight: 800;
  font-size: 15.5px;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--gold { background: var(--gold); color: var(--dark); }
.btn--gold:hover { background: var(--gold-soft); }

.btn--ghost-dark { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost-dark:hover { background: var(--ink); color: var(--bg); }

.btn--ghost-light { border-color: rgba(255, 255, 255, 0.5); color: var(--on-dark); background: transparent; }
.btn--ghost-light:hover { border-color: #fff; background: rgba(255, 255, 255, 0.08); }

/* ============================================================
   HERO (Startseite)
   ============================================================ */
.hero {
  position: relative;
  min-height: max(680px, 100svh);
  display: flex;
  align-items: flex-end;
  color: var(--on-dark);
  background: var(--dark);
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Abdunkelung + Lesbarkeit (links stärker, dort sitzt der Text) */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13, 16, 19, 0.66) 0%, rgba(13, 16, 19, 0.34) 44%, transparent 72%),
    linear-gradient(180deg, rgba(13, 16, 19, 0.62) 0%, rgba(13, 16, 19, 0.25) 42%, rgba(13, 16, 19, 0.88) 100%),
    radial-gradient(120% 90% at 50% 108%, rgba(13, 16, 19, 0.9) 0%, transparent 55%);
}

/* LightRays-Overlay */
.light-rays-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
  mix-blend-mode: screen;
  opacity: 0.85;
}
.light-rays-container canvas { width: 100%; height: 100%; display: block; }

/* CSS-Fallback, wenn WebGL fehlt / reduzierte Bewegung */
.light-rays-container.is-fallback::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    conic-gradient(from 178deg at 50% -12%, transparent 42%, rgba(255, 233, 196, 0.16) 47%, transparent 50%, rgba(255, 233, 196, 0.1) 56%, transparent 61%),
    radial-gradient(90% 60% at 50% -10%, rgba(255, 233, 196, 0.28), transparent 60%);
}

.hero__content {
  position: relative;
  z-index: 4;
  padding: calc(var(--header-h) + 64px) 0 72px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}
.kicker::before {
  content: "";
  width: 34px;
  height: 1.5px;
  background: var(--gold);
}

.hero h1 {
  font-size: clamp(40px, 6.4vw, 76px);
  font-weight: 800;
  letter-spacing: -0.025em;
  max-width: 13ch;
  margin-bottom: 20px;
}
.hero h1 em { font-style: normal; color: var(--gold); }

.hero h1 {
  text-shadow: 0 2px 6px rgba(13, 16, 19, 0.55), 0 6px 28px rgba(13, 16, 19, 0.5);
}

.hero__sub {
  max-width: 56ch;
  font-size: clamp(17px, 1.6vw, 19.5px);
  color: #e8eaec;
  text-shadow: 0 1px 3px rgba(13, 16, 19, 0.75), 0 3px 16px rgba(13, 16, 19, 0.6);
  margin-bottom: 34px;
}

.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 56px; }

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0 44px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.fact { padding: 6px 0; }
.fact strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--on-dark);
}
.fact span { font-size: 13.5px; color: var(--on-dark-soft); }

/* ============================================================
   SEKTIONEN
   ============================================================ */
.section { padding: 104px 0; }
.section--tight { padding: 84px 0; }
.section--dark {
  background: var(--dark);
  color: var(--on-dark);
}
.section--surface { background: var(--surface); }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2 {
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.02em;
}
.section-head p { color: var(--ink-soft); font-size: 17.5px; margin: 0; }
.section--dark .section-head p { color: var(--on-dark-soft); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .kicker { justify-content: center; }
.section-head--center .kicker::before { display: none; }

/* ---------- Leistungs-Karten ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }

.card__media { aspect-ratio: 4 / 3.4; overflow: hidden; }
/* Bildfokus: sauberer Ledersitz (rechts unten im Foto) */
img.obj-seat { object-position: 72% 70%; }
.card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.card:hover .card__media img { transform: scale(1.05); }

.card__body { padding: 24px 24px 28px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card__body h3 { font-size: 19.5px; margin: 0; }
.card__body p { font-size: 15px; color: var(--ink-soft); margin: 0; flex: 1; }
.card__more {
  margin-top: 12px;
  font-weight: 800;
  font-size: 14.5px;
  color: var(--gold-strong);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.card__more::after { content: "→"; transition: transform 0.25s ease; }
.card__more:hover::after { transform: translateX(4px); }

/* ---------- Split (Bild + Text) ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}
.split__media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__media--tall { aspect-ratio: 3 / 3.6; }
.split h2 { font-size: clamp(28px, 3.6vw, 40px); }
.split .lead { color: var(--ink-soft); font-size: 17.5px; }
.section--dark .split .lead { color: var(--on-dark-soft); }

.checklist { list-style: none; margin: 22px 0 30px; padding: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; }
.checklist li::before {
  content: "";
  flex: 0 0 auto;
  width: 20px; height: 20px;
  margin-top: 2px;
  border-radius: 50%;
  background:
    center / 11px no-repeat
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M2 6.2 4.8 9 10 3.4" fill="none" stroke="%230d1013" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'),
    var(--gold);
}

/* ---------- Ablauf / Schritte ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 28px 24px 26px;
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  background: var(--dark-2);
}
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 14px;
}
.step h3 { font-size: 18.5px; margin-bottom: 6px; }
.step p { font-size: 14.5px; color: var(--on-dark-soft); margin: 0; }

/* ---------- Vorher/Nachher-Slider ---------- */
.ba {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 9.5;
  background: var(--dark-2);
  box-shadow: var(--shadow);
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
.ba img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.ba img.ba__after {
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.ba__divider {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--pos, 50%);
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-1px);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
.ba__handle {
  position: absolute;
  top: 50%;
  left: var(--pos, 50%);
  transform: translate(-50%, -50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  background: #fff;
  color: var(--dark);
  display: grid;
  place-items: center;
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  cursor: ew-resize;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.ba__label {
  position: absolute;
  top: 16px;
  padding: 6px 13px;
  border-radius: 100vw;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(13, 16, 19, 0.72);
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  pointer-events: none;
}
.ba__label--before { right: 16px; }
.ba__label--after { left: 16px; background: var(--gold); color: var(--dark); }

.ba-grid { display: grid; gap: 40px; }
/* Hochformat-Paare (echte Kundenfotos) im 2er-Raster */
.ba-grid--pairs {
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 26px;
  align-items: start;
}
.ba--portrait { aspect-ratio: 3 / 4.05; }
.ba--teaser {
  max-width: 620px;
  margin-inline: auto;
}
.ba-item__caption {
  margin-top: 14px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.ba-item__caption strong {
  display: block;
  font-size: 16px;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.01em;
}
.section--dark .ba-item__caption { color: var(--on-dark-soft); }
.section--dark .ba-item__caption strong { color: var(--on-dark); }

/* ---------- Pakete ---------- */
.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.packages--two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 920px;
  margin-inline: auto;
}
.package {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
}
.section--dark .package:not(.package--featured) { color: var(--ink); }
.package--featured {
  background: var(--dark);
  color: var(--on-dark);
  border-color: var(--dark);
  box-shadow: var(--shadow-dark);
  position: relative;
}
.package__tag {
  position: absolute;
  top: 18px; right: 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--gold);
  border-radius: 100vw;
  padding: 5px 12px;
}
.package h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 2px;
  letter-spacing: 0.002em;
}
.package__hint { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 14px; }
.package--featured .package__hint { color: var(--on-dark-soft); }
.package__duration {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-strong);
  margin-bottom: 16px;
}
.package--featured .package__duration { color: var(--gold); }
.package__duration::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  background:
    linear-gradient(currentColor, currentColor) 50% 22% / 1.5px 38% no-repeat,
    linear-gradient(currentColor, currentColor) 62% 46% / 30% 1.5px no-repeat;
}
.package ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  font-size: 15px;
  flex: 1;
}
.package--featured ul { border-top-color: var(--dark-line); }
.package li { display: flex; gap: 10px; }
.package li::before { content: "—"; color: var(--gold-strong); font-weight: 800; }
.package--featured li::before { color: var(--gold); }
.package__price {
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 18px;
  color: var(--gold-strong);
}
.package--featured .package__price { color: var(--gold); }

/* ---------- CTA-Banner ---------- */
.cta-banner {
  border-radius: calc(var(--radius) + 6px);
  background: var(--dark);
  color: var(--on-dark);
  padding: clamp(40px, 6vw, 72px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 120% at 85% -20%, rgba(194, 160, 97, 0.22), transparent 60%);
  pointer-events: none;
}
.cta-banner h2 { font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 6px; }
.cta-banner p { margin: 0; color: var(--on-dark-soft); }

/* ============================================================
   UNTERSEITEN
   ============================================================ */
.page-head {
  background: var(--dark);
  color: var(--on-dark);
  padding: calc(var(--header-h) + 84px) 0 64px;
  position: relative;
  overflow: hidden;
}
.page-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 130% at 90% -30%, rgba(194, 160, 97, 0.16), transparent 55%);
  pointer-events: none;
}
.page-head h1 {
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin-bottom: 10px;
}
.page-head p { max-width: 60ch; color: var(--on-dark-soft); font-size: 17.5px; margin: 0; }

/* ---------- Leistungs-Detailzeilen ---------- */
.service-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}
.service-row:last-of-type { border-bottom: 0; }
.service-row:nth-child(even) .service-row__media { order: 2; }
.service-row__media {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 4.1; /* echte Kundenfotos sind Hochformat */
  box-shadow: var(--shadow);
}
.service-row__media img { width: 100%; height: 100%; object-fit: cover; }
.service-row h2 { font-size: clamp(24px, 3vw, 32px); }
.service-row p { color: var(--ink-soft); }
.service-row .checklist { margin-bottom: 0; }
.service-row .checklist li { font-size: 15px; }

/* ---------- Kontakt ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 42px);
  box-shadow: var(--shadow);
}
.form .field { margin-bottom: 20px; }
.form label {
  display: block;
  font-weight: 700;
  font-size: 14.5px;
  margin-bottom: 7px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 13px 15px;
  font: inherit;
  font-size: 15.5px;
  color: var(--ink);
  background: var(--bg);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(194, 160, 97, 0.18);
}
.form textarea { resize: vertical; min-height: 130px; }
.form .field--error input,
.form .field--error textarea { border-color: #c0564a; }
.form .field__msg { display: none; font-size: 13px; color: #c0564a; margin-top: 5px; }
.form .field--error .field__msg { display: block; }
.form__note { font-size: 13px; color: var(--ink-soft); margin: 14px 0 0; }
.form__status { font-weight: 700; color: var(--gold-strong); margin: 14px 0 0; display: none; }
.form__status.show { display: block; }

.info-card {
  background: var(--dark);
  color: var(--on-dark);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 40px);
}
.info-card h3 { font-size: 20px; }
.info-card dl { margin: 0; display: grid; gap: 18px; }
.info-card dt {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 3px;
}
.info-card dd { margin: 0; font-size: 16.5px; }
.info-card a { color: var(--on-dark); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.25); }
.info-card a:hover { border-color: var(--gold); color: var(--gold-soft); }
.info-card hr { border: 0; border-top: 1px solid var(--dark-line); margin: 24px 0; }

/* ---------- Rechte Kontaktspalte (Infokarte + Angebot gestapelt) ---------- */
.contact-side { display: flex; flex-direction: column; gap: 22px; }

/* ---------- Folgetermin-Checkbox im Formular ---------- */
.checkfield {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 22px;
  padding: 16px 18px;
  background: var(--bg);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 14.5px;
  line-height: 1.5;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.checkfield input {
  margin-top: 1px;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  accent-color: var(--gold-strong);
  cursor: pointer;
}
.checkfield:hover { border-color: var(--gold); background: #fff; }
.checkfield strong { color: var(--ink); }

/* ---------- Folgetermin-Angebotskarte ---------- */
.offer-card {
  background: linear-gradient(150deg, #14181d 0%, #23262b 100%);
  color: var(--on-dark);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  padding: clamp(24px, 3.6vw, 34px);
  position: relative;
  overflow: hidden;
}
.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 120% at 90% -10%, rgba(194, 160, 97, 0.20), transparent 55%);
  pointer-events: none;
}
.offer-card > * { position: relative; }
.offer-card__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dark);
  background: var(--gold);
  border-radius: 100vw;
  padding: 5px 12px;
  margin-bottom: 14px;
}
.offer-card h3 { font-size: 20px; margin-bottom: 8px; }
.offer-card p { font-size: 15px; color: var(--on-dark-soft); margin: 0 0 10px; }
.offer-card strong { color: var(--on-dark); }
.offer-card__hint { font-size: 13.5px; color: var(--gold-soft); margin: 0; }

/* ---------- Über mich (Über-uns-Seite) ---------- */
.about-me { max-width: 760px; }
.about-me h2 { font-size: clamp(28px, 3.6vw, 40px); }
.about-me .lead { color: var(--ink-soft); font-size: 18px; }
.about-me__cta { color: var(--ink); font-weight: 700; }
.about-me__sign {
  font-family: var(--font-display);
  font-size: 23px;
  color: var(--ink);
  margin-top: 4px;
}

/* ---------- Prosa (Impressum / Datenschutz) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: 24px; margin-top: 2em; }
.prose h3 { font-size: 18.5px; margin-top: 1.6em; }
.prose p, .prose li { color: var(--ink-soft); font-size: 15.8px; }
.prose strong { color: var(--ink); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--dark);
  color: var(--on-dark-soft);
  padding: 72px 0 36px;
  font-size: 15px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--dark-line);
}
.site-footer .brand { margin-bottom: 14px; }
.site-footer h4 {
  color: var(--on-dark);
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
.site-footer a:hover { color: var(--gold-soft); }
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 26px;
  font-size: 13.5px;
}

/* ============================================================
   SCROLL-REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.12s; }
.reveal[data-delay="2"] { transition-delay: 0.24s; }
.reveal[data-delay="3"] { transition-delay: 0.36s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1060px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .ba-grid--pairs { grid-template-columns: 1fr; }
  .ba-grid--pairs .ba--portrait { max-width: 560px; margin-inline: auto; }
}

@media (max-width: 860px) {
  .gooey-nav-container { display: none; }
  .nav-toggle { display: flex; }

  .section { padding: 80px 0; }
  .split { grid-template-columns: 1fr; }
  .split__media--tall { aspect-ratio: 4 / 3; }
  .packages { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; padding: 48px 0; }
  .service-row:nth-child(even) .service-row__media { order: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .hero__facts { gap: 18px 32px; }
}

@media (max-width: 560px) {
  body { font-size: 15.8px; }
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .brand__claim { display: none; }
  .hero__cta .btn { width: 100%; }
  .container { width: calc(100% - 40px); }
}

/* ============================================================
   REDUZIERTE BEWEGUNG
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
