/* ============================================================
   Deep Mirror by Sabine Balmer — gemeinsames Design-System
   Tokens aus brand-spec.md (Logo ORO-ROSA: Rosé #CB897F, Gold #C9A76D)
   ============================================================ */

@font-face {
  font-family: "ABC Arizona Flare";
  src: url("./fonts/ABCArizona-FlareRegular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: oklch(0.185 0.014 35);
  --surface: oklch(0.235 0.018 35);
  --surface-2: oklch(0.275 0.022 35);
  --fg: oklch(0.925 0.018 60);
  --muted: oklch(0.72 0.03 50);
  --border: oklch(0.925 0.018 60 / 0.10);
  --accent: oklch(0.685 0.105 28);
  --accent-ink: oklch(0.21 0.03 35);
  --accent-hover: oklch(0.73 0.11 28);
  --gold: oklch(0.72 0.09 80);
  --gold-dim: oklch(0.72 0.09 80 / 0.55);
  --font-display: "ABC Arizona Flare", Georgia, "Times New Roman", serif;
  --font-body: "Sen", "Avenir Next", "Segoe UI", sans-serif;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-soft: 0 18px 50px -18px oklch(0.05 0.01 35 / 0.65);
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

::selection { background: var(--accent); color: var(--accent-ink); }

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

.wrap {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4.5vw, 48px);
}
.wrap-narrow { max-width: 800px; }

/* ---------- Typografie ---------- */
h1, h2, h3, .serif {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
}
.display {
  font-size: clamp(2.7rem, 6.2vw, 4.8rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.display em, h2 em { font-style: italic; font-weight: 300; }
h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); letter-spacing: 0; }
p { margin: 0 0 1.1em; max-width: 62ch; }
.lead {
  font-size: clamp(1.1rem, 1.6vw, 1.28rem);
  line-height: 1.6;
  color: var(--muted);
  max-width: 58ch;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 22px;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold-dim);
}
.eyebrow.centered::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold-dim);
}
.text-center { text-align: center; }
.text-center p { margin-inline: auto; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background 0.45s ease, border-color 0.45s ease, backdrop-filter 0.45s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: oklch(0.185 0.014 35 / 0.82);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--border);
}
.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-right: auto;
}
.brand svg { width: 34px; height: 34px; flex: none; }
.brand-name {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 0.01em;
  line-height: 1;
}
.brand-name small {
  display: block;
  font-family: var(--font-body);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--muted);
  padding: 10px 14px;
  border-radius: 999px;
  transition: color 0.3s ease, background 0.3s ease;
}
.main-nav a:hover { color: var(--fg); }
.main-nav a[aria-current="page"] { color: var(--fg); background: oklch(0.925 0.018 60 / 0.07); }
.header-cta { flex: none; }
.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: transparent;
  color: var(--fg);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 20px; height: 20px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 30px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 15.5px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease, border-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 500;
  box-shadow: 0 10px 30px -10px oklch(0.685 0.105 28 / 0.45), inset 0 1px 0 oklch(1 0 0 / 0.22);
}
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); }
.btn-ghost {
  border-color: var(--border);
  color: var(--fg);
  background: transparent;
}
.btn-ghost:hover { border-color: var(--gold-dim); transform: translateY(-2px); }
.btn-sm { min-height: 44px; padding: 10px 22px; font-size: 14px; }
.cta-pair { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.cta-pair.centered { justify-content: center; }

/* ---------- Sections ---------- */
.section { padding-block: clamp(84px, 11vw, 150px); position: relative; }
.section-tight { padding-block: clamp(56px, 7vw, 96px); }
.section + .section { border-top: 1px solid transparent; }
.surface-band { background: var(--surface); }
.hr-gold {
  width: 72px; height: 1px;
  background: var(--gold-dim);
  margin: 0 auto clamp(40px, 5vw, 64px);
}

/* ---------- Hero (Start) ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, var(--bg) 4%, oklch(0.185 0.014 35 / 0.55) 38%, oklch(0.185 0.014 35 / 0.25) 70%, oklch(0.185 0.014 35 / 0.5) 100%);
}
.hero-content {
  padding-block: calc(var(--header-h) + 60px) clamp(72px, 10vh, 120px);
  max-width: 780px;
}
.hero-content .display { max-width: 14ch; }
.hero-scroll {
  position: absolute;
  right: clamp(20px, 4.5vw, 48px);
  bottom: clamp(72px, 10vh, 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.hero-scroll::after {
  content: "";
  width: 1px;
  height: 56px;
  background: linear-gradient(var(--gold-dim), transparent);
  animation: drip 2.8s ease-in-out infinite;
}
@keyframes drip {
  0% { transform: scaleY(0.2); transform-origin: top; opacity: 0; }
  45% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); opacity: 0.25; }
}

/* Hero-Einstieg: das Bild «setzt sich» sanft, wie ein Ankommen */
@keyframes hero-settle {
  from { transform: scale(1.12); }
  to { transform: scale(1.04); }
}
.hero-portrait .hero-media img {
  animation: hero-settle 2.4s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}
/* Reveals im Hero etwas langsamer und feierlicher */
.hero .reveal { transition-duration: 1.1s; }

/* ---------- Seiten-Hero (Unterseiten) ---------- */
.page-hero {
  padding: calc(var(--header-h) + clamp(72px, 11vw, 130px)) 0 clamp(48px, 6vw, 84px);
  position: relative;
  overflow: hidden;
}
.page-hero .display { max-width: 18ch; }
.page-hero.has-image {
  min-height: 62svh;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.page-hero.has-image .hero-media { z-index: -2; }

/* ---------- Weg-Karten (Start, 4 Bildkarten) ---------- */
.weg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.8vw, 24px);
}
.weg-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 4.1;
  text-decoration: none;
  isolation: isolate;
  border: 1px solid var(--border);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.6s ease, box-shadow 0.6s ease;
}
.weg-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.weg-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, oklch(0.14 0.012 35 / 0.92) 0%, oklch(0.14 0.012 35 / 0.35) 45%, transparent 75%);
  z-index: -1;
}
.weg-card:hover { transform: translateY(-8px); border-color: var(--gold-dim); box-shadow: var(--shadow-soft); }
.weg-card:hover img { transform: scale(1.06); }
.weg-card-label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
}
.weg-card-label .step {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
}
.weg-card-label .title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.9vw, 1.85rem);
  line-height: 1.1;
}

/* ---------- Split (Text + Bild) ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}
.split.reverse > .split-media { order: -1; }
.split-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}
.split-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.4; }

/* ---------- Der Deep-Mirror-Weg (Pfad) ---------- */
.path {
  position: relative;
  max-width: 760px;
  margin-inline: auto;
  padding-left: 84px;
}
.path::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(var(--gold-dim), oklch(0.72 0.09 80 / 0.18));
}
.path-station { position: relative; padding-bottom: clamp(48px, 6vw, 76px); }
.path-station:last-child { padding-bottom: 0; }
.path-node {
  position: absolute;
  left: -84px;
  top: 2px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid var(--gold-dim);
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.path-node svg { width: 24px; height: 24px; }
.path-station .step-no {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.path-station h3 { margin-bottom: 10px; }
.path-station p { color: var(--muted); margin-bottom: 0; }

/* ---------- Deep-Mirror-Seite: ruhiger Inhaltsfluss ---------- */
.deep-mirror-page main {
  background: var(--bg);
}
.dm-section {
  padding-block: clamp(88px, 10vw, 140px);
}
.dm-belief {
  padding-top: clamp(96px, 12vw, 170px);
}
.dm-belief-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}
.dm-belief-intro h2 {
  margin: 0;
}
.dm-belief-intro .dm-opening {
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
  line-height: 1.62;
  color: var(--muted);
  margin: 0;
}
.dm-journey-shell {
  background: color-mix(in oklch, var(--surface) 84%, var(--bg));
  border: 1px solid var(--border);
  border-radius: clamp(24px, 4vw, 42px);
  padding: clamp(36px, 7vw, 88px);
}
.dm-journey-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.5vw, 28px);
  align-items: start;
  padding-bottom: clamp(54px, 8vw, 96px);
}
.dm-journey-head .lead {
  margin: 0;
}
.dm-journey-list {
  position: relative;
  display: grid;
  gap: clamp(56px, 8vw, 104px);
}
.dm-journey-list::before {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, var(--gold-dim) 12%, var(--gold-dim) 88%, transparent);
}
.dm-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}
.dm-step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--surface);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.dm-step:nth-child(even) .dm-step-media {
  grid-column: 2;
}
.dm-step:nth-child(even) .dm-step-copy {
  grid-column: 1;
  grid-row: 1;
}
.dm-step-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}
.dm-step-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.dm-step-copy {
  max-width: 34ch;
}
.dm-step-copy .step-no {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dm-step-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
}
.dm-step-copy p {
  margin: 0;
  color: var(--muted);
}
.dm-testimonial-section {
  padding-block: clamp(12px, 3vw, 36px);
}
.dm-testimonial {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  max-width: 900px;
  margin: 0;
  padding-block: clamp(44px, 6vw, 72px);
  border-block: 1px solid var(--border);
}
.dm-testimonial-mark {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 8vw, 7.5rem);
  font-weight: 300;
  line-height: 0.72;
  color: var(--gold);
}
.dm-testimonial blockquote {
  max-width: 24ch;
  margin: 0 0 clamp(24px, 4vw, 38px);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.4vw, 2.75rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--fg);
}
.dm-testimonial figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: baseline;
  color: var(--muted);
}
.dm-testimonial figcaption span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dm-testimonial figcaption small {
  font-size: 13px;
  letter-spacing: 0.02em;
}
/* Platzhalter-Variante: ruhig, klar als solche lesbar */
.dm-testimonial-placeholder {
  border-block-style: dashed;
  border-block-color: var(--border);
}
.dm-testimonial-placeholder .dm-testimonial-mark {
  color: var(--gold-dim);
  font-size: clamp(3rem, 5vw, 4.5rem);
}
.dm-testimonial-placeholder blockquote {
  max-width: 46ch;
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--muted);
}
.dm-for-whom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: start;
}
.dm-for-whom-grid h2 {
  max-width: 15ch;
}
.dm-for-whom-grid .lead {
  max-width: 42ch;
  margin-bottom: 0;
}
.dm-guidance-note {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: start;
  margin-top: clamp(72px, 10vw, 128px);
  padding-top: clamp(34px, 5vw, 56px);
  border-top: 1px solid var(--border);
}
.dm-guidance-note h3 {
  max-width: 18ch;
  margin: 0;
}
.dm-guidance-note p {
  color: var(--muted);
  margin: 0;
}
.dm-closing {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding-block: clamp(88px, 11vw, 150px);
}
.dm-closing-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}
.dm-closing-mark img {
  width: clamp(58px, 7vw, 92px);
  height: auto;
}
.dm-closing .quote-text {
  text-align: left;
  margin: 0 0 18px;
  max-width: 22ch;
}
.dm-closing .lead {
  margin: 0;
  max-width: 50ch;
}
.dm-closing .cta-pair {
  justify-content: flex-end;
  max-width: 230px;
}
.dm-closing .btn {
  width: 100%;
}

/* ---------- Listen ---------- */
.check-list { list-style: none; padding: 0; margin: 0; max-width: 62ch; }
.check-list li {
  position: relative;
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid var(--border);
  font-size: 17.5px;
}
.check-list li:last-child { border-bottom: 0; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 26px;
  width: 16px;
  height: 1px;
  background: var(--gold);
}

/* ---------- Zitate / Callouts ---------- */
.quote-block { max-width: 880px; margin-inline: auto; text-align: center; }
.quote-block .spiral-mark { width: 52px; height: 52px; margin: 0 auto 30px; }
.quote-text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  max-width: 26ch;
  margin: 0 auto 26px;
}
.quote-text:last-child { margin-bottom: 0; }
.quote-attrib {
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.callout-band {
  background: var(--surface);
  border-block: 1px solid var(--border);
}

/* ---------- Angebot: Akkordeon ---------- */
.offer-group { margin-bottom: clamp(40px, 5vw, 64px); }
.offer-group-title {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 18px;
}
.offer-group-title svg { width: 22px; height: 22px; color: var(--gold); flex: none; align-self: center; }
.offer-group-title h3 { margin: 0; }
.offer-group-title .note { color: var(--muted); font-size: 14px; letter-spacing: 0.02em; }
.acc { border-top: 1px solid var(--border); }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 6px;
  background: none;
  border: 0;
  color: var(--fg);
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  transition: padding 0.35s ease;
}
.acc-trigger:hover { padding-left: 14px; }
.acc-trigger .tag {
  margin-left: auto;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.acc-trigger .chev {
  flex: none;
  width: 34px; height: 34px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s ease;
}
.acc-trigger .chev svg { width: 14px; height: 14px; }
.acc-trigger[aria-expanded="true"] .chev { transform: rotate(45deg); border-color: var(--gold-dim); }
.acc-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.acc-panel-inner {
  padding: 4px 6px 34px;
  display: grid;
  grid-template-columns: minmax(0, 62ch) auto;
  gap: 24px;
  align-items: end;
}
.acc-panel p { color: var(--muted); margin-bottom: 0.6em; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  letter-spacing: 0.04em;
  color: var(--fg);
  text-decoration: none;
  border-bottom: 1px solid var(--gold-dim);
  padding-bottom: 4px;
  transition: color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}
.text-link:hover { color: var(--gold); border-color: var(--gold); }
.text-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.text-link:hover svg { transform: translateX(4px); }

/* ---------- Fakten-/Preis-Karten ---------- */
.fact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.fact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 28px;
}
.fact-card .fact-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.fact-card .fact-value {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height: 1.1;
}
.fact-card .fact-sub { color: var(--muted); font-size: 14.5px; margin-top: 8px; }

/* ---------- Icon-Chips ---------- */
.icon-row { display: flex; gap: 12px; flex-wrap: wrap; }
.icon-chip {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid var(--gold-dim);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  flex: none;
}
.icon-chip svg { width: 22px; height: 22px; }

/* ---------- Logo (Original ORO-ROSA) ---------- */
.brand-logo { height: 36px; width: auto; display: block; }
.footer-logo { height: 48px; width: auto; display: block; margin-bottom: 18px; }
.spiral-logo { width: 52px; height: auto; display: block; margin: 0 auto 30px; }
.hero-logo {
  width: clamp(96px, 12vw, 150px);
  height: auto;
  display: block;
  margin-bottom: 30px;
  filter: drop-shadow(0 12px 34px oklch(0.05 0.01 35 / 0.65));
}

/* Hero mit hellem Meer-Foto: wärmer, tiefer abgedunkelt */
.hero-meer .hero-media::after {
  background:
    linear-gradient(to top, var(--bg) 6%, oklch(0.185 0.014 35 / 0.78) 42%, oklch(0.2 0.02 40 / 0.52) 72%, oklch(0.185 0.014 35 / 0.58) 100%),
    linear-gradient(oklch(0.32 0.05 45 / 0.28), oklch(0.32 0.05 45 / 0.28));
}

/* Hero mit hellem Portrait: Textzone links unten abdunkeln, Gesicht frei lassen */
.hero-portrait .hero-media img { object-position: 70% 20%; }
.hero-portrait .hero-media::after {
  background:
    linear-gradient(to bottom, oklch(0.185 0.014 35 / 0.55), transparent 24%),
    linear-gradient(to top, var(--bg) 4%, oklch(0.185 0.014 35 / 0.62) 45%, oklch(0.185 0.014 35 / 0.18) 82%),
    linear-gradient(100deg, oklch(0.185 0.014 35 / 0.82) 0%, oklch(0.185 0.014 35 / 0.48) 46%, oklch(0.185 0.014 35 / 0.16) 80%),
    linear-gradient(oklch(0.2 0.02 40 / 0.18), oklch(0.2 0.02 40 / 0.18));
}

/* ---------- Schmuck-Spirale ---------- */
.spiral-mark { color: var(--gold); }
.spiral-mark .fill { color: var(--accent); }

/* ---------- Formular ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
.field label {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 9px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  padding: 15px 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  appearance: none;
}
.field textarea { min-height: 150px; resize: vertical; }
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23B5A29A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold-dim);
  box-shadow: 0 0 0 3px oklch(0.72 0.09 80 / 0.15);
}
.form-success {
  display: none;
  border: 1px solid var(--gold-dim);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
  background: var(--surface);
}
.form-success.visible { display: block; }
.form-hint { font-size: 13.5px; color: var(--muted); margin-top: 14px; }

/* ---------- Kontakt-Fakten ---------- */
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-list li:last-child { border-bottom: 0; }
.contact-list .c-label {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 5px;
}
.contact-list .c-value { font-size: 18.5px; }
.contact-list .c-value a { text-decoration: none; border-bottom: 1px solid var(--gold-dim); padding-bottom: 2px; }
.placeholder-note {
  font-size: 13px;
  color: var(--muted);
  border: 1px dashed var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  margin-top: 22px;
}

/* ---------- Portrait ---------- */
.portrait-media {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.portrait-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 34%;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--border);
  padding: clamp(56px, 7vw, 90px) 0 40px;
  background: oklch(0.16 0.012 35);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  margin-bottom: clamp(44px, 5vw, 64px);
}
.footer-brand svg { width: 44px; height: 44px; margin-bottom: 18px; }
.footer-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--muted);
  max-width: 22ch;
}
.footer-title {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer-nav { list-style: none; margin: 0; padding: 0; }
.footer-nav li { margin-bottom: 10px; }
.footer-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}
.footer-nav a:hover { color: var(--fg); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
}

/* ---------- Reveal-Animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.12s; }
.reveal-d2 { transition-delay: 0.24s; }
.reveal-d3 { transition-delay: 0.36s; }

/* Spiral-Logos drehen sich beim Einblenden sanft ein */
.hero-logo.reveal,
.spiral-logo.reveal {
  transform: translateY(16px) rotate(-14deg) scale(0.9);
}
.hero-logo.reveal.in,
.spiral-logo.reveal.in {
  transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .weg-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .main-nav {
    position: fixed;
    inset: var(--header-h) 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: oklch(0.17 0.013 35 / 0.97);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    padding: 18px clamp(20px, 4.5vw, 48px) 26px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 10px; font-size: 17px; border-radius: 12px; }
  .nav-toggle { display: flex; }
  .header-cta { display: none; }
  .split { grid-template-columns: 1fr; }
  .split.reverse > .split-media { order: 0; }
  .hero-scroll { display: none; }
  .acc-panel-inner { grid-template-columns: 1fr; align-items: start; }
  .form-grid { grid-template-columns: 1fr; }
  .dm-belief-intro,
  .dm-journey-head,
  .dm-for-whom-grid,
  .dm-guidance-note,
  .dm-closing-grid {
    grid-template-columns: 1fr;
  }
  .dm-belief-intro {
    gap: 28px;
  }
  .dm-journey-list::before {
    left: 20px;
  }
  .dm-step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
  }
  .dm-step::before {
    left: 20px;
    top: 28px;
  }
  .dm-step-media,
  .dm-step:nth-child(even) .dm-step-media {
    grid-column: 2;
  }
  .dm-step-copy,
  .dm-step:nth-child(even) .dm-step-copy {
    grid-column: 2;
    grid-row: auto;
    max-width: 46ch;
  }
  .dm-step-media img {
    aspect-ratio: 16 / 10;
  }
  .dm-testimonial {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .dm-testimonial-mark {
    font-size: 4.5rem;
  }
  .dm-guidance-note {
    gap: 18px;
  }
  .dm-closing-grid {
    justify-items: start;
  }
  .dm-closing .cta-pair {
    justify-content: flex-start;
    max-width: none;
  }
  .dm-closing .btn {
    width: auto;
  }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .weg-grid { grid-template-columns: 1fr; }
  .weg-card { aspect-ratio: 4 / 3.6; }
  .footer-grid { grid-template-columns: 1fr; }
  .path { padding-left: 68px; }
  .path::before { left: 21px; }
  .path-node { left: -68px; width: 43px; height: 43px; }
  .path-node svg { width: 19px; height: 19px; }
  .cta-pair .btn { width: 100%; }
  .dm-journey-shell {
    margin-inline: -8px;
    padding: 30px 20px 44px;
    border-radius: 22px;
  }
  .dm-step {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
  }
  .dm-journey-list::before,
  .dm-step::before {
    left: 12px;
  }
  .dm-step-media,
  .dm-step-copy,
  .dm-step:nth-child(even) .dm-step-media,
  .dm-step:nth-child(even) .dm-step-copy {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-scroll::after { animation: none; }
  .hero-portrait .hero-media img { animation: none; }
  .hero-logo.reveal,
  .spiral-logo.reveal { transform: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
