/* ============================================================
   RABBIT-MARKETING.COM — SHARED STYLES
   Stil-Vokabular nach HANDOFF: agency-dark.html
   Version: 1.0 — 03.05.2026
   Umbau Quiet Luxury — 25.05.2026: lokale Fonts + neue Komponenten
   ============================================================ */

/* ---------- LOKALE FONTS (DSGVO: kein Google-Abruf) ---------- */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/cormorant-garamond-v21-latin_latin-ext-regular.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/cormorant-garamond-v21-latin_latin-ext-500.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/cormorant-garamond-v21-latin_latin-ext-600.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;src:url('fonts/cormorant-garamond-v21-latin_latin-ext-italic.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:500;font-display:swap;src:url('fonts/cormorant-garamond-v21-latin_latin-ext-500italic.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:600;font-display:swap;src:url('fonts/cormorant-garamond-v21-latin_latin-ext-600italic.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/inter-v20-cyrillic_latin_latin-ext-300.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/inter-v20-cyrillic_latin_latin-ext-regular.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/inter-v20-cyrillic_latin_latin-ext-500.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/inter-v20-cyrillic_latin_latin-ext-600.woff2') format('woff2');}

/* ---------- DESIGN TOKENS ---------- */
:root {
  /* Dark Theme (default) */
  --bg:           #0A0A0A;
  --bg-elev:      #14110F;
  --text:         #F2EDE2;
  --text-mute:    #8A857A;
  --gold:         #C9A567;
  --gold-soft:    rgba(201, 165, 103, 0.18);
  --gold-line:    rgba(201, 165, 103, 0.45);
  --border:       rgba(242, 237, 226, 0.08);

  /* Type */
  --display:      'Cormorant Garamond', 'Times New Roman', serif;
  --body:         'Inter', system-ui, -apple-system, sans-serif;

  /* Spacing */
  --gutter:       clamp(1.25rem, 3vw, 2.5rem);
  --max:          1280px;
  --max-narrow:   780px;

  /* Motion */
  --ease:         cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast:     180ms;
  --dur-mid:      420ms;
  --dur-slow:     900ms;
}

/* Light Theme (toggleable via [data-theme="light"]) */
[data-theme="light"] {
  --bg:           #F5F1E8;
  --bg-elev:      #FFFFFF;
  --text:         #14110F;
  --text-mute:    #6E665B;
  --gold:         #9C7A3D;
  --gold-soft:    rgba(156, 122, 61, 0.14);
  --gold-line:    rgba(156, 122, 61, 0.40);
  --border:       rgba(20, 17, 15, 0.10);
}

/* Animation off */
[data-anim="off"] *,
[data-anim="off"] *::before,
[data-anim="off"] *::after {
  animation-duration: 0ms !important;
  animation-delay: 0ms !important;
  transition-duration: 0ms !important;
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.005em;
  transition: background var(--dur-mid) var(--ease), color var(--dur-mid) var(--ease);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
em { font-style: italic; color: var(--gold); font-family: var(--display); font-weight: 500; }
::selection { background: var(--gold); color: var(--bg); }

/* ---------- TYPOGRAPHY ---------- */
.h-display {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.5vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0 0 0.4em;
}
.h-display em { font-size: 1em; }
.h-section {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
}
.h-card {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 0.4em;
}
.lead {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  color: var(--text-mute);
  letter-spacing: 0.005em;
  margin: 0 0 1.5em;
}
.eyebrow {
  font-family: var(--body);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1em;
}
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

/* ---------- LAYOUT ---------- */
.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.wrap-narrow {
  width: 100%;
  max-width: var(--max-narrow);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
main { flex: 1 1 auto; }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 75%, transparent);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--border);
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gutter);
  padding: 1.1rem 0;
}
.brand {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: -0.005em;
  flex-shrink: 0;
}
.brand b { font-weight: 500; color: var(--gold); }
.nav {
  display: flex;
  gap: 1.6rem;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  flex-wrap: wrap;
}
.nav a {
  position: relative;
  padding: 0.3em 0;
  color: var(--text-mute);
  transition: color var(--dur-fast) var(--ease);
}
.nav a:hover { color: var(--text); }
.nav a.is-current { color: var(--gold); }
.nav a.is-current::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--gold);
}

/* Lang switcher */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.lang-switcher button,
.lang-switcher a {
  padding: 0.4em 0.55em;
  color: var(--text-mute);
  border-radius: 2px;
  transition: color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.lang-switcher button:hover,
.lang-switcher a:hover { color: var(--text); }
.lang-switcher button.is-active,
.lang-switcher a.is-active {
  color: var(--gold);
  background: var(--gold-soft);
}
.lang-sep {
  color: var(--text-mute);
  opacity: 0.4;
  user-select: none;
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }

@media (max-width: 880px) {
  .site-header-inner { flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; }
  .nav, .lang-switcher {
    flex-basis: 100%;
    order: 3;
    display: none;
  }
  .site-header.is-open .nav,
  .site-header.is-open .lang-switcher {
    display: flex;
  }
  .nav { padding: 0.8rem 0; }
  .lang-switcher { padding-bottom: 0.8rem; }
}

/* ---------- HERO (small, for sub-pages) ---------- */
.hero {
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 80% 0%, var(--gold-soft), transparent 70%),
    radial-gradient(ellipse 40% 30% at 0% 100%, var(--gold-soft), transparent 70%);
  pointer-events: none;
  opacity: 0.6;
}
.hero-inner { position: relative; }
.hero .h-display { animation: rise var(--dur-slow) var(--ease) both; }
.hero .lead { animation: rise var(--dur-slow) var(--ease) 120ms both; }

@keyframes rise {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to   { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Gold rule */
.rule {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 1.6em 0;
  opacity: 0.7;
}

/* ---------- SECTIONS ---------- */
.section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.section + .section { border-top: 1px solid var(--border); }

/* ---------- CARDS ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.2rem, 2.5vw, 2rem);
}
.card {
  padding: 1.8rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: color-mix(in srgb, var(--bg-elev) 70%, transparent);
  transition: border-color var(--dur-mid) var(--ease), transform var(--dur-mid) var(--ease);
}
.card:hover {
  border-color: var(--gold-line);
  transform: translateY(-3px);
}
.card .num {
  font-family: var(--display);
  font-style: italic;
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 0.6em;
  display: block;
}
.card p { color: var(--text-mute); }

/* Three-column / two-column layouts */
.row-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.6rem);
}
.row-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.6rem);
}

/* ---------- TEAM ---------- */
.team-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.4rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 0;
}
.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: var(--gold);
  flex-shrink: 0;
}
.team-name {
  font-weight: 500;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.25;
}
.team-role {
  font-size: 0.82rem;
  color: var(--text-mute);
  margin: 0.15em 0 0;
  line-height: 1.3;
}

/* ---------- PILL / BUTTON ---------- */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.7em 1.3em;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
  font-weight: 500;
}
.pill:hover {
  background: var(--gold);
  color: var(--bg);
  transform: translateY(-1px);
}
.pill .arr { transition: transform var(--dur-fast) var(--ease); }
.pill:hover .arr { transform: translateX(3px); }

/* ---------- CONTACT BLOCK ---------- */
.contact-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem 2.5rem;
  margin-top: 1.5rem;
}
.contact-item .label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5em;
}
.contact-item a {
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--text);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-fast) var(--ease);
}
.contact-item a:hover { border-bottom-color: var(--gold); }
.contact-item address {
  font-style: normal;
  font-family: var(--body);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Languages chip */
.lang-chip {
  margin-top: 2.5rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: color-mix(in srgb, var(--bg-elev) 60%, transparent);
}
.lang-chip .label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6em;
}
.lang-chip p {
  margin: 0;
  font-family: var(--display);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--text-mute);
}

/* ---------- VALUES BLOCK ---------- */
.values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem 2.6rem;
}
.value .v-label {
  font-family: var(--display);
  font-size: 1.4rem;
  margin: 0 0 0.3em;
  color: var(--gold);
}
.value p {
  font-size: 0.95rem;
  color: var(--text-mute);
  margin: 0;
}

/* ---------- LEGAL PAGES (impressum, datenschutz) ---------- */
.legal-block {
  margin-bottom: 2rem;
}
.legal-block h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 0.5em;
  color: var(--gold);
}
.legal-block p {
  font-size: 0.95rem;
  color: var(--text-mute);
  line-height: 1.65;
}
.legal-block a {
  color: var(--gold);
  border-bottom: 1px solid var(--gold-line);
  transition: border-color var(--dur-fast) var(--ease);
}
.legal-block a:hover { border-bottom-color: var(--gold); }
.legal-updated {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--text-mute);
  font-style: italic;
}

/* ---------- FOOTER ---------- */
.site-footer {
  margin-top: auto;
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--border);
  background: var(--bg-elev);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
}
.footer-meta {
  font-size: 0.8rem;
  color: var(--text-mute);
  line-height: 1.6;
}
.footer-meta b {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 0.4em;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
  font-size: 0.78rem;
  color: var(--text-mute);
  letter-spacing: 0.04em;
  justify-content: flex-end;
}
.footer-nav a:hover { color: var(--gold); }

@media (max-width: 680px) {
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
}

/* ---------- TWEAKS PANEL ---------- */
.tweaks-trigger {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: grid;
  place-items: center;
  z-index: 60;
  transition: transform var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.tweaks-trigger:hover {
  transform: scale(1.05);
  border-color: var(--gold);
}
.tweaks-trigger svg {
  width: 18px; height: 18px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.4;
}

.tweaks-panel {
  position: fixed;
  right: 1.2rem;
  bottom: 4.4rem;
  width: 280px;
  max-width: calc(100vw - 2.4rem);
  background: var(--bg-elev);
  border: 1px solid var(--gold-line);
  border-radius: 6px;
  padding: 1.4rem;
  z-index: 60;
  box-shadow: 0 14px 40px rgba(0,0,0,0.45);
  display: none;
}
.tweaks-panel.is-open { display: block; }
.tweaks-panel h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.05rem;
  margin: 0 0 1rem;
  color: var(--gold);
}
.tweaks-row {
  margin-bottom: 1rem;
}
.tweaks-row .label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 0.4em;
}
.tweaks-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.tweaks-options button {
  padding: 0.45em 0.75em;
  font-size: 0.78rem;
  border: 1px solid var(--border);
  border-radius: 3px;
  color: var(--text-mute);
  transition: all var(--dur-fast) var(--ease);
}
.tweaks-options button:hover { color: var(--text); border-color: var(--gold-line); }
.tweaks-options button.is-active {
  color: var(--gold);
  border-color: var(--gold);
  background: var(--gold-soft);
}

/* ---------- UTILITIES ---------- */
.center { text-align: center; }
.muted { color: var(--text-mute); }
.spacer-sm { height: 1.5rem; }
.spacer-md { height: 3rem; }
.spacer-lg { height: 5rem; }

/* Large CTA blocks */
.cta-block {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  text-align: center;
}

/* Reveal on scroll (graceful) — Inhalt ist OHNE JS sichtbar.
   Versteckt wird NUR, wenn shared.js die Klasse .js-reveal auf <html> setzt
   (also nur wenn JS wirklich läuft und gleich wieder einblendet). */
.js-reveal .reveal {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition: opacity var(--dur-slow) var(--ease), transform var(--dur-slow) var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
[data-anim="off"] .reveal { opacity: 1; transform: none; transition: none; }

/* Ensure language switch refreshes layout cleanly */
[data-lang-loading] { opacity: 0.7; }

/* ============================================================
   ERWEITERUNGEN — Quiet-Luxury-Umbau (25.05.2026)
   ============================================================ */

/* Logo-Bild in Header/Footer (statt Text-Wortmarke) */
.brand img { height: 34px; width: auto; }
@media (max-width: 880px) { .brand img { height: 30px; } }
.footer-logo img { height: 30px; margin-bottom: 0.9em; }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }

/* ===== MODEL-HERO (Markenbotschafterin) — vollhoch, rechts oder links ===== */
.hero--model {
  position: relative;
  min-height: min(84vh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}
.hero--model.hero--home { min-height: min(92vh, 900px); }
.hero--model.hero--home .h-display { font-size: clamp(2.8rem, 7vw, 5.4rem); }

.hero--model .hero-model {
  position: absolute;
  top: 0; bottom: 0;
  height: 100%;
  width: 58%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
.hero--model.hero--right .hero-model { right: 0; }
.hero--model.hero--left  .hero-model { left: 0; transform: scaleX(-1); }

/* Verlauf zur Textseite (Lesbarkeit) + goldener Glow auf dem Gesicht (laut Anleitung) */
.hero--model::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
}
.hero--model.hero--right::after {
  background:
    radial-gradient(ellipse 42% 48% at 80% 34%, rgba(201,165,103,0.20), transparent 60%),
    linear-gradient(90deg, var(--bg) 26%, rgba(10,10,10,0.55) 46%, rgba(10,10,10,0) 72%);
}
.hero--model.hero--left::after {
  background:
    radial-gradient(ellipse 42% 48% at 20% 34%, rgba(201,165,103,0.20), transparent 60%),
    linear-gradient(270deg, var(--bg) 26%, rgba(10,10,10,0.55) 46%, rgba(10,10,10,0) 72%);
}

.hero-home-inner { position: relative; z-index: 2; width: 100%; }
.hero-text { max-width: 600px; }
.hero--model.hero--left .hero-text { margin-left: auto; }

@media (max-width: 900px) {
  .hero--model { min-height: auto; flex-direction: column; padding: clamp(3.5rem, 9vw, 6rem) 0 0; }
  .hero--model .hero-model {
    position: relative; order: 2; left: auto; right: auto;
    height: auto; width: 100%; max-width: 100%; max-height: 56vh;
    object-fit: cover; object-position: 50% 12%; margin-top: 1.6rem;
  }
  .hero-home-inner { order: 1; }
  .hero--model.hero--left .hero-text { margin-left: 0; }
  .hero--model::after { display: none; }
}

/* Manifest — große Serif-Aussage */
.manifest p {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem); line-height: 1.4;
  margin: 0 0 1em; text-wrap: balance;
}
.manifest p.muted { color: var(--text-mute); }
.manifest .values-line {
  font-family: var(--body); font-weight: 400; font-size: 0.95rem;
  letter-spacing: 0.04em; color: var(--text-mute); margin-top: 1.6em;
}
.manifest .closing { font-style: italic; color: var(--gold); }

/* Feature — zweispaltig (Label + Body) */
.feature {
  display: grid; grid-template-columns: 1fr 1.5fr;
  gap: clamp(1.5rem, 5vw, 4rem); align-items: start;
}
.feature-label {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.1; color: var(--gold);
}
.feature-label small {
  display: block; font-family: var(--body); font-style: normal;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-mute); margin-bottom: 0.8em;
}
.feature-body p { color: var(--text-mute); }
.feature-body .quote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.6rem); color: var(--text);
  border-left: 1px solid var(--gold); padding-left: 1.2rem; margin: 1.4em 0;
}
@media (max-width: 780px) { .feature { grid-template-columns: 1fr; } }

/* Schlüssel-Visual (Logo) */
.key-visual {
  border: 1px solid var(--border); border-radius: 6px;
  background: color-mix(in srgb, var(--bg-elev) 70%, transparent);
  aspect-ratio: 1 / 1; display: grid; place-items: center;
  padding: 2.5rem; position: relative; overflow: hidden;
}
.key-visual::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at center, var(--gold-soft), transparent 65%);
}
.key-visual img { max-width: 68%; position: relative; }

/* Promise — großes zentriertes Statement */
.promise p {
  font-family: var(--display); font-style: italic;
  font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.2;
  max-width: 18ch; margin: 0 auto;
}
.promise .accent { color: var(--gold); }

/* Prozess-Schritte */
.steps { display: grid; gap: 1.2rem; margin-top: 1.5rem; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.step .step-n { font-family: var(--display); font-style: italic; color: var(--gold); font-size: 1.3rem; }
.step h3 { font-family: var(--display); font-weight: 500; font-size: 1.2rem; margin: 0 0 0.2em; }
.step p { color: var(--text-mute); margin: 0; }

/* 6 Säulen — Coaching zurückgenommen */
.card--quiet { background: transparent; border-style: dashed; }
.card--quiet:hover { transform: none; border-color: var(--gold-line); }
.quiet-note { font-size: 0.82rem; color: var(--text-mute); font-style: italic; margin-top: 0.8rem; }

/* Kontaktformular */
.contact-form { display: grid; gap: 1.1rem; margin-top: 1.6rem; max-width: 640px; position: relative; }
.form-row { display: grid; gap: 0.4em; }
.form-row.two { grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 560px) { .form-row.two { grid-template-columns: 1fr; } }
.contact-form label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.contact-form input, .contact-form select, .contact-form textarea {
  font: inherit; color: var(--text);
  background: color-mix(in srgb, var(--bg-elev) 70%, transparent);
  border: 1px solid var(--border); border-radius: 4px;
  padding: 0.75em 0.9em; transition: border-color var(--dur-fast) var(--ease);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--gold);
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-consent { display: flex; gap: 0.7em; align-items: flex-start; font-size: 0.85rem; color: var(--text-mute); text-transform: none; letter-spacing: 0; }
.form-consent input { width: 1.1em; height: 1.1em; margin-top: 0.2em; flex-shrink: 0; }
.form-consent a { color: var(--gold); border-bottom: 1px solid var(--gold-line); }
.form-note { font-size: 0.8rem; color: var(--text-mute); font-style: italic; }
.form-success {
  padding: 1.1rem 1.3rem; border: 1px solid var(--gold-line);
  border-radius: 4px; background: var(--gold-soft); color: var(--text); margin-bottom: 1.6rem;
}
.btn-submit {
  display: inline-flex; align-items: center; gap: 0.6em;
  padding: 0.8em 1.5em; border: 1px solid var(--gold); border-radius: 999px;
  color: var(--gold); font-weight: 500; letter-spacing: 0.06em; justify-self: start;
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.btn-submit:hover { background: var(--gold); color: var(--bg); transform: translateY(-1px); }
.btn-submit .arr { transition: transform var(--dur-fast) var(--ease); }
.btn-submit:hover .arr { transform: translateX(3px); }

/* ============================================================
   HERO-FILL — exakt wie agency-dark / Ziel-Bild:
   Frau füllt rechts 60% von oben bis unten (cover), Gold-Glow,
   Text links darüber. Kein Zuschnitt-Raten — Original-Geometrie.
   ============================================================ */
.hero-fill {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-fill .hero-image {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 60%;
  z-index: 0;
}
.hero-fill .hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-fill .hero-image::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--bg) 0%, rgba(10,10,10,0.5) 18%, transparent 42%);
}
.hero-fill .glow {
  position: absolute; top: 0; right: 0; width: 60%; height: 100%; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at 65% 35%, rgba(201,165,103,0.18) 0%, transparent 55%);
}
.hero-fill .hero-fill-inner { position: relative; z-index: 2; width: 100%; }
.hero-fill .hero-text { max-width: 600px; }
.hero-fill .h-display { font-size: clamp(2.8rem, 7vw, 5.2rem); line-height: 0.98; }
@media (max-width: 900px) {
  .hero-fill { min-height: auto; padding: clamp(7rem, 18vw, 9rem) 0 clamp(2rem, 6vw, 3rem); }
  .hero-fill .hero-image { width: 100%; opacity: 0.40; }
  .hero-fill .glow { width: 100%; }
}

/* ============================================================
   VARIANTE B — Die Frau als durchgehender Star der ganzen Seite
   (fix auf der rechten Hälfte, Inhalt fließt links an ihr vorbei)
   ============================================================ */
.model-fixed {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 52%;
  z-index: 0;
  pointer-events: none;
}
/* Frau füllt die rechte Seite von oben bis unten (cover), Kopf oben — wie Ziel-Bild 3 */
.model-fixed img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
/* Gold-Glow auf dem Gesicht (rechts oben) + weicher Übergang zur Textseite (links) */
.model-fixed::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 40% 38% at 78% 28%, rgba(201,165,103,0.18), transparent 60%),
    linear-gradient(90deg, var(--bg) 0%, rgba(10,10,10,0.45) 14%, rgba(10,10,10,0) 42%);
}

/* Inhalt linksbündig, schmaler, klar über der Frau */
.page-star main { position: relative; z-index: 2; }
.page-star .site-header { z-index: 5; }
.page-star .site-footer { position: relative; z-index: 5; }
.page-star main .wrap,
.page-star main .wrap-narrow { margin-left: 0; margin-right: 0; max-width: 600px; }
.page-star .hero { min-height: 90vh; display: flex; align-items: center; }
.page-star .hero .h-display { font-size: clamp(2.8rem, 6vw, 5rem); }
/* auf schmaler Spalte Karten/Werte ein- bis zweispaltig halten */
.page-star .card-grid { grid-template-columns: 1fr 1fr; }
.page-star .values { grid-template-columns: 1fr 1fr; }

@media (max-width: 900px) {
  /* Mobil: Frau als zarter Vollbild-Hintergrund, Inhalt normal darüber */
  .model-fixed { width: 100%; opacity: 0.16; }
  .model-fixed img { object-position: 50% 12%; }
  .page-star main .wrap,
  .page-star main .wrap-narrow { max-width: none; }
  .page-star .hero { min-height: auto; padding: clamp(4rem,12vw,7rem) 0 clamp(2rem,6vw,3rem); }
  .page-star .card-grid { grid-template-columns: 1fr; }
  .page-star .values { grid-template-columns: 1fr; }
}

/* ============================================================
   KI-CHAT-WIDGET („Rabbit") — eingebunden über shared.js auf allen Seiten.
   Nutzt die Theme-Variablen (--bg/--text/--gold …) → Dark/Light automatisch.
   ============================================================ */
/* Einstellungs-Button + -Panel nach oben rücken: der Chat-Hase bekommt
   die untere rechte Ecke (Chat = primärer CTA). */
.tweaks-trigger { bottom: 5.4rem; }
.tweaks-panel   { bottom: 8.6rem; }

.rm-chat-launcher {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 70;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.rm-chat-launcher.is-hidden { display: none; }
.rm-chat-launcher img {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--bg-elev);
  border: 1px solid var(--gold-line);
  padding: 8px;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  transition: transform var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.rm-chat-launcher:hover img { transform: scale(1.06); border-color: var(--gold); }
.rm-chat-bubble {
  background: var(--bg-elev);
  color: var(--text);
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-family: var(--body);
  font-size: 0.82rem;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.rm-chat-panel {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 360px;
  max-width: calc(100vw - 2.4rem);
  height: 520px;
  max-height: calc(100vh - 2.4rem);
  display: flex;
  flex-direction: column;
  background: var(--bg-elev);
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  z-index: 80;
  box-shadow: 0 18px 50px rgba(0,0,0,0.5);
  overflow: hidden;
}
.rm-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--border);
}
.rm-chat-title {
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.rm-chat-badge {
  font-family: var(--body);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
}
.rm-chat-x {
  background: none; border: 0; cursor: pointer;
  color: var(--text-mute); font-size: 1.6rem; line-height: 1;
  padding: 0 0.2rem;
}
.rm-chat-x:hover { color: var(--gold); }

.rm-chat-log {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.rm-chat-msg {
  font-family: var(--body);
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  max-width: 85%;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.rm-chat-bot  { align-self: flex-start; background: var(--gold-soft); color: var(--text); }
.rm-chat-user { align-self: flex-end;   background: var(--gold);      color: #14110F; }
.rm-chat-msg.is-thinking { opacity: 0.6; font-style: italic; }

.rm-chat-consent { padding: 1rem; border-top: 1px solid var(--border); }
.rm-chat-consent p {
  font-family: var(--body);
  font-size: 0.78rem;
  color: var(--text-mute);
  line-height: 1.5;
  margin: 0 0 0.7rem;
}
.rm-chat-consent-btn,
.rm-chat-send {
  font-family: var(--body);
  font-size: 0.85rem;
  background: var(--gold);
  color: #14110F;
  border: 0;
  border-radius: 6px;
  padding: 0.6rem 1rem;
  cursor: pointer;
}
.rm-chat-consent-btn { width: 100%; }
.rm-chat-consent-btn:hover,
.rm-chat-send:hover { filter: brightness(1.08); }

.rm-chat-form {
  display: flex;
  gap: 0.5rem;
  padding: 0.8rem;
  border-top: 1px solid var(--border);
}
.rm-chat-input {
  flex: 1;
  font-family: var(--body);
  font-size: 0.9rem;
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.55rem 0.7rem;
}
.rm-chat-input:focus { outline: none; border-color: var(--gold-line); }

@media (max-width: 520px) {
  .rm-chat-panel {
    right: 0.6rem; left: 0.6rem; bottom: 0.6rem;
    width: auto;
    height: calc(100vh - 1.2rem);
    max-height: calc(100vh - 1.2rem);
  }
  .rm-chat-bubble { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .rm-chat-launcher:hover img { transform: none; }
}
[data-anim="off"] .rm-chat-launcher img { transition: none; }
