/* Lokale Schriften (vormals Google Fonts) — Subsets latin + latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/playfair-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/playfair-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('../fonts/playfair-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('../fonts/playfair-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/jakarta-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/jakarta-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* =========================================================
   zauberer-in-koeln.de — Fassung 2 „Nocturne Gold"
   Design-System nach Stitch-Export „Moderne Magie Köln":
   Nachtblau-Bühne, Gold als Faden, Playfair Display + Plus
   Jakarta Sans, Hairlines statt Schatten, 4-px-Radius.
   ========================================================= */

:root {
  /* Farben */
  --nachtblau: #0a0e17;
  --charcoal: #1e1e22;
  --surface-low: #11141d;
  --surface: #151823;
  --surface-high: #1c2030;
  --gold: #c5a059;
  --gold-bright: #e9c176;
  --gold-pale: #ffdea5;
  --ink: #f8f9fa;
  --ink-soft: #c6c8d1;
  --ink-mute: #8e93a3;
  --line-gold: rgba(197, 160, 89, 0.22);
  --line-gold-soft: rgba(197, 160, 89, 0.12);
  --line-dim: rgba(198, 200, 209, 0.10);

  /* Typografie */
  --font-display: "Playfair Display", "Georgia", serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;

  /* Layout */
  --container: 1200px;
  --narrow: 800px;
  --gutter: 24px;
  --section-gap: clamp(96px, 14vw, 150px);
  --radius: 4px;

  /* Motion */
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --dur: 0.55s;
}

/* ---------- Reset & Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  background:
    radial-gradient(1100px 520px at 70% -160px, rgba(197, 160, 89, 0.07), transparent 60%),
    radial-gradient(900px 600px at -180px 42%, rgba(90, 105, 150, 0.08), transparent 55%),
    var(--nachtblau);
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

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

img, svg, iframe { max-width: 100%; }

a { color: var(--gold-bright); text-decoration: none; }
a:hover { color: var(--gold-pale); }

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

.skip-link {
  position: fixed;
  top: -100%;
  left: 16px;
  z-index: 200;
  padding: 0.7rem 1.1rem;
  background: var(--gold);
  color: var(--nachtblau);
  border-radius: var(--radius);
  font-weight: 600;
}
.skip-link:focus-visible { top: 12px; color: var(--nachtblau); }

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, var(--gutter));
}

/* ---------- Typografie ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 600;
  line-height: 1.22;
  margin: 0 0 1.1rem;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 6.4vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h2 { font-size: clamp(1.7rem, 3.4vw, 2.1rem); }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.5rem); line-height: 1.35; }

p { margin: 0 0 1.1rem; }

.lead { font-size: clamp(1.05rem, 1.8vw, 1.15rem); color: var(--ink-soft); }
.muted { color: var(--ink-mute); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow--center::after {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(270deg, transparent, var(--gold));
}

.text-center { text-align: center; }
.text-center .eyebrow { justify-content: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.9rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--dur) var(--ease),
              background-color var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              color var(--dur) var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--gold);
  color: var(--nachtblau);
}
.btn--primary:hover {
  background: var(--gold-bright);
  color: var(--nachtblau);
  box-shadow: 0 0 26px rgba(233, 193, 118, 0.28);
}

.btn--ghost {
  background: transparent;
  color: var(--gold-bright);
  border-color: var(--gold);
}
.btn--ghost:hover {
  background: rgba(197, 160, 89, 0.1);
  color: var(--gold-pale);
  box-shadow: 0 0 22px rgba(233, 193, 118, 0.16);
}

.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(10, 14, 23, 0.72);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-gold-soft);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 80px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--ink);
}
.brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--gold-bright);
}
.brand__logo {
  display: block;
  width: 44px;
  height: 44px;
  flex: none;
}
.brand__name {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.brand__name small {
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.nav-links {
  display: flex;
  gap: clamp(1.2rem, 2.4vw, 2.2rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  position: relative;
  display: inline-block;
  padding: 0.4rem 0;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  transition: color var(--dur) var(--ease);
}
/* Aktiver Anker: Goldpunkt statt Unterstrich */
.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-bright);
  opacity: 0;
  transform: translate(-50%, 4px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.nav-links a:hover { color: var(--gold-bright); }
.nav-links a.is-active { color: var(--ink); }
.nav-links a.is-active::after { opacity: 1; transform: translate(-50%, 0); }

.nav-cta { padding: 0.65rem 1.4rem; }

.nav-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  cursor: pointer;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 20px;
  height: 1.6px;
  background: var(--gold-bright);
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.nav-toggle span { top: 21px; }
.nav-toggle span::before { left: 0; top: -6px; }
.nav-toggle span::after { left: 0; top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 0 90px;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  opacity: 0.38;
  filter: saturate(0.6);
}
.hero::before {
  /* Spotlight auf dunkler Bühne + Verlauf in den Seitenhintergrund */
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(560px 560px at 50% 18%, rgba(233, 193, 118, 0.10), transparent 62%),
    linear-gradient(180deg, rgba(10, 14, 23, 0.5), rgba(10, 14, 23, 0.62) 55%, var(--nachtblau) 97%);
  pointer-events: none;
}
.hero::after {
  /* Goldfaden */
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: 1px;
  height: 110px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  opacity: 0.55;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--narrow);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, var(--gutter));
}

.hero__eyebrow {
  margin-bottom: 1.6rem;
  justify-content: center;
}

.hero h1 { color: var(--ink); margin-bottom: 1.4rem; }
.hero h1 em {
  font-style: italic;
  color: var(--gold-bright);
}

.hero .lead {
  max-width: 34rem;
  margin: 0 auto 2.4rem;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3.2rem;
}

.hero__stats {
  display: flex;
  justify-content: center;
  gap: clamp(1.6rem, 5vw, 3.5rem);
}
.stat { display: flex; flex-direction: column; gap: 0.15rem; }
.stat b {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold-bright);
}
.stat span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.hero__scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.75;
}
.hero__scroll::after {
  content: "";
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: scroll-cue 2.2s var(--ease) infinite;
  transform-origin: top;
}
@media (max-height: 640px) {
  .hero__scroll { display: none; }
}
@keyframes scroll-cue {
  0% { transform: scaleY(0); opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1) translateY(10px); opacity: 0; }
}

/* ---------- Sektionen ---------- */
.section { padding-block: var(--section-gap); }
.section--alt {
  background: linear-gradient(180deg, transparent, rgba(30, 30, 34, 0.5) 12%, rgba(30, 30, 34, 0.5) 88%, transparent);
}
.section-head { max-width: 620px; margin-bottom: clamp(2.6rem, 6vw, 4rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

/* Asymmetrisches 12er-Raster */
.split {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gutter);
  align-items: center;
}
.split__media { grid-column: 1 / span 5; }
.split__copy { grid-column: 7 / span 6; }
.split--rev .split__media { grid-column: 8 / span 5; order: 2; }
.split--rev .split__copy { grid-column: 1 / span 6; order: 1; }

/* Bildrahmen: feine Linie, versetzt — statt Schatten */
.frame {
  position: relative;
}
.frame::before {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  transform: translate(14px, 14px);
  pointer-events: none;
}
.frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  position: relative;
  z-index: 1;
}

/* Foto-Platzhalter, bis echte Bilder vorliegen */
.placeholder {
  display: grid;
  place-items: center;
  gap: 0.6rem;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line-gold-soft);
  border-radius: var(--radius);
  background:
    radial-gradient(340px 340px at 50% 30%, rgba(233, 193, 118, 0.07), transparent 65%),
    var(--surface-low);
  color: var(--ink-mute);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem;
}
.placeholder .glyph {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--gold);
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
}

.pull-quote {
  margin: 1.8rem 0;
  padding-left: 1.4rem;
  border-left: 1px solid var(--gold);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ink);
}

.facts {
  display: flex;
  gap: clamp(1.4rem, 4vw, 2.8rem);
  margin: 1.9rem 0 2.1rem;
}
.fact { display: flex; flex-direction: column; }
.fact b {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--gold-bright);
}
.fact span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ---------- Panels (ohne backdrop-blur im Scrollfluss) ---------- */
.panel {
  background: rgba(30, 30, 34, 0.72);
  border: 1px solid var(--line-gold-soft);
  border-radius: var(--radius);
}

/* ---------- Leistungen ---------- */
.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
}
.service {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.service:hover {
  border-color: var(--line-gold);
  box-shadow: 0 0 30px rgba(233, 193, 118, 0.09);
  transform: translateY(-4px);
}
.service__media {
  position: relative;
  border-bottom: 1px solid var(--line-gold-soft);
}
.service__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.82);
  transition: filter var(--dur) var(--ease), transform 1.2s var(--ease);
}
.service:hover .service__media img {
  filter: saturate(1);
  transform: scale(1.03);
}
.service__media::after {
  /* Übergang des Fotos in die Panelfläche */
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 30, 34, 0) 65%, rgba(30, 30, 34, 0.45));
  pointer-events: none;
}
.service__body {
  padding: clamp(1.6rem, 3vw, 2.2rem);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service .tag {
  align-self: flex-start;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  padding: 0.32rem 0.7rem;
  margin-bottom: 1.2rem;
}
.service h3 { margin-bottom: 0.7rem; }
.service p { font-size: 0.95rem; }
.service__ideal {
  margin: auto 0 0;
  padding-top: 1rem;
  font-size: 0.85rem;
  color: var(--ink-mute);
}
.service__ideal b { color: var(--gold-bright); font-weight: 600; }

/* Listen mit Gold-Markern statt Bullets */
.checks {
  list-style: none;
  margin: 0.4rem 0 1rem;
  padding: 0;
}
.checks li {
  position: relative;
  padding: 0.28rem 0 0.28rem 1.3rem;
  font-size: 0.92rem;
}
.checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
  opacity: 0.85;
}

/* ---------- Experiment (Kartenflip) ---------- */
.experiment {
  max-width: var(--narrow);
  margin-inline: auto;
  text-align: center;
}
.experiment__stage {
  margin-top: 2.6rem;
  padding: clamp(2.2rem, 5vw, 3.4rem);
  position: relative;
  overflow: hidden;
}
.experiment__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(360px 260px at 50% 32%, rgba(233, 193, 118, 0.08), transparent 70%);
  pointer-events: none;
}

.card-scene {
  perspective: 1200px;
  width: min(190px, 46vw);
  margin: 0 auto 1.9rem;
}
.card3d {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 7;
  transform-style: preserve-3d;
  transform: rotateY(0) rotateZ(-4deg);
  transition: transform 1.1s var(--ease);
}
.card3d.is-flipped { transform: rotateY(180deg) rotateZ(0); }
.card3d__face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 10px;
  border: 1px solid var(--line-gold);
  display: grid;
  place-items: center;
  padding: 1rem;
}
.card3d__face--front {
  background:
    repeating-linear-gradient(45deg, rgba(197, 160, 89, 0.12) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(-45deg, rgba(197, 160, 89, 0.12) 0 1px, transparent 1px 9px),
    var(--surface-high);
}
.card3d__face--front span {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold-bright);
  border: 1px solid var(--line-gold);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
}
.card3d__face--back {
  background: var(--surface-low);
  transform: rotateY(180deg);
}
.card3d__face--back p {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
}
.experiment__resolution {
  max-width: 30rem;
  margin: 0 auto 1.6rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s var(--ease) 0.55s, transform 0.8s var(--ease) 0.55s;
}
.experiment__stage.is-resolved .experiment__resolution { opacity: 1; transform: none; }

/* ---------- Referenzen ---------- */
.quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
}
.quote {
  margin: 0;
  padding: clamp(1.6rem, 3vw, 2.2rem);
  display: flex;
  flex-direction: column;
}
.quote__mark {
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
.quote blockquote { margin: 0; }
.quote blockquote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--ink);
}
.quote__by {
  margin-top: auto;
  padding-top: 0.9rem;
  display: flex;
  flex-direction: column;
}
.quote__by b { color: var(--gold-bright); font-weight: 600; }
.quote__by span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
  margin-top: var(--gutter);
}
.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line-gold-soft);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface-low);
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Statements: vertikale Shorts */
.shorts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gutter);
  max-width: 880px;
  margin-inline: auto;
}
.video-embed--short { aspect-ratio: 9 / 16; }
.video-embed--short .video-facade__label {
  padding: 2rem 0.8rem 0.7rem;
  font-size: 0.68rem;
}
.video-embed--short .video-facade__label small { font-size: 0.58rem; }
.video-embed--short .video-facade__play { width: 56px; height: 56px; }

/* Klick-Fassade: YouTube wird erst bei Klick geladen */
.video-facade {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: var(--surface-low);
  cursor: pointer;
}
.video-facade img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.82);
  transition: filter var(--dur) var(--ease), transform 1.2s var(--ease);
}
.video-facade:hover img {
  filter: saturate(1) brightness(0.95);
  transform: scale(1.02);
}
.video-facade__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: rgba(10, 14, 23, 0.72);
  transition: box-shadow var(--dur) var(--ease), background-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.video-facade__play::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--gold-bright);
}
.video-facade:hover .video-facade__play {
  background: rgba(10, 14, 23, 0.88);
  box-shadow: 0 0 26px rgba(233, 193, 118, 0.32);
  transform: translate(-50%, -50%) scale(1.06);
}
.video-facade__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 1.6rem 1rem 0.8rem;
  background: linear-gradient(180deg, transparent, rgba(7, 10, 17, 0.85));
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright);
}
.video-facade__label small {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--ink-mute);
}
.video-facade:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: -2px;
}

.rating-band {
  margin-top: calc(var(--gutter) * 2);
  padding: clamp(2.4rem, 5vw, 3.6rem);
  text-align: center;
}
.rating-band .stars {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  letter-spacing: 0.3em;
  color: var(--gold-bright);
  margin-bottom: 1rem;
}
.rating-band .lead { max-width: 38rem; margin-inline: auto; }

/* ---------- Einsatzgebiet ---------- */
.area-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gutter);
  align-items: center;
}
.area-grid > :first-child { grid-column: 1 / span 6; }
.area-grid > :last-child { grid-column: 8 / span 5; }

.area-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.area-chips li {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border: 1px solid var(--line-dim);
  border-radius: 999px;
  color: var(--ink-soft);
}
.area-chips li.is-core {
  border-color: var(--gold);
  color: var(--gold-bright);
}

/* ---------- FAQ ---------- */
.faq-list { max-width: var(--narrow); margin-inline: auto; }
.faq-item {
  border-bottom: 1px solid var(--line-dim);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.25rem 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--ink);
  transition: color var(--dur) var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "";
  flex: none;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  transform: rotate(45deg) translateY(-2px);
  transition: background-color var(--dur) var(--ease);
}
.faq-item summary:hover { color: var(--gold-bright); }
.faq-item[open] summary { color: var(--gold-bright); }
.faq-item[open] summary::before { background: var(--gold); }
.faq-a { padding: 0 0 1.4rem 1.55rem; }
.faq-a p { margin: 0; font-size: 0.95rem; }

/* ---------- Kontakt ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: calc(var(--gutter) * 1.5);
  align-items: start;
}
.contact-grid > :first-child { grid-column: 1 / span 7; }
.contact-grid > :last-child { grid-column: 9 / span 4; }

/* Formularfelder: nur Unterlinie, Gold bei Fokus */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--gutter) * 1.2);
}
.form-field { margin-bottom: 1.7rem; }
.form-field label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line-dim);
  border-radius: 0;
  padding: 0.55rem 0.1rem;
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--ink);
  transition: border-color var(--dur) var(--ease);
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--ink-mute); opacity: 0.7; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-bottom-color: var(--gold-bright);
}
.form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23c5a059' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  cursor: pointer;
}
.form-field select option { background: var(--charcoal); color: var(--ink); }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input[type="date"] { color-scheme: dark; }

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.83rem;
  color: var(--ink-mute);
  margin: 0.4rem 0 1.6rem;
}
.form-consent input {
  margin-top: 0.25rem;
  accent-color: var(--gold);
}

/* Sanfte Fehlerkennzeichnung erst nach Nutzereingabe */
.form-field input:user-invalid,
.form-field textarea:user-invalid {
  border-bottom-color: #ffb4ab;
}
.form-field input:user-invalid:focus,
.form-field textarea:user-invalid:focus {
  border-bottom-color: #ffb4ab;
}

.form-trust {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  text-align: center;
  color: var(--ink-mute);
}
.form-trust span { color: var(--gold-bright); }

.form-status { min-height: 1.4em; margin: 0.9rem 0 0; font-size: 0.9rem; }
.form-status.is-success { color: var(--gold-bright); }
.form-status.is-error { color: #ffb4ab; }

.contact-solo { max-width: 480px; }
.contact-solo .contact-card .btn { margin-bottom: 0.4rem; }
.contact-solo .form-trust { margin: 0.6rem 0 1.4rem; text-align: left; }

.contact-card { padding: clamp(1.7rem, 3vw, 2.3rem); }
.contact-card h3 { margin-bottom: 1.3rem; }
.contact-list {
  list-style: none;
  margin: 0 0 1.7rem;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}
.contact-list li { display: flex; flex-direction: column; }
.contact-list b {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.15rem;
}
.contact-list a, .contact-list .plain { color: var(--ink); font-size: 0.98rem; }
.contact-list a:hover { color: var(--gold-bright); }

.social-row { display: flex; gap: 0.7rem; }
.social-row a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-gold-soft);
  border-radius: var(--radius);
  color: var(--ink-soft);
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.social-row a:hover {
  color: var(--gold-bright);
  border-color: var(--line-gold);
  box-shadow: 0 0 18px rgba(233, 193, 118, 0.14);
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line-gold-soft);
  background: #070a11;
  padding: clamp(3rem, 6vw, 4.5rem) 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: calc(var(--gutter) * 1.5);
  margin-bottom: 2.6rem;
}
.footer-grid h4 {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.footer-grid ul a { color: var(--ink-soft); font-size: 0.92rem; }
.footer-grid ul a:hover { color: var(--gold-bright); }
.footer-brand p { font-size: 0.92rem; color: var(--ink-mute); max-width: 34ch; margin: 1rem 0 1.2rem; }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line-dim);
  font-size: 0.84rem;
  color: var(--ink-mute);
}
.footer-credit { color: var(--ink-mute); }
.footer-credit a { color: var(--ink-mute); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line-gold); }
.footer-credit a:hover { color: var(--gold-bright); }

.footer-legal { display: flex; gap: 1.4rem; }
.footer-legal a { color: var(--ink-mute); }
.footer-legal a:hover { color: var(--gold-bright); }
.to-top { white-space: nowrap; }

/* ---------- Rechtstexte ---------- */
.prose { max-width: 760px; }
.prose h1 { font-size: clamp(2rem, 4.6vw, 2.7rem); }
.prose h2 { font-size: 1.35rem; margin-top: 2.4rem; }
.prose h3 { font-size: 1.05rem; margin-top: 1.8rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: 0.3rem; }
.prose hr { border: none; border-top: 1px solid var(--line-dim); margin: 2.5rem 0; }
.page-top { padding-top: calc(80px + clamp(48px, 8vw, 80px)); }

/* ---------- Scroll-Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s var(--ease), transform 0.85s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }
html:not(.js) .reveal { opacity: 1; transform: none; }

/* Leichter Versatz in Zweier-Rastern */
.services .service:nth-child(even),
.quotes .quote:nth-child(even) { transition-delay: 0.12s; }

/* ---------- Hero-Auftritt (nur Laden) ---------- */
@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
.hero__eyebrow, .hero h1, .hero .lead, .hero__cta, .hero__stats {
  animation: rise-in 0.9s var(--ease) both;
}
.hero h1 { animation-delay: 0.1s; }
.hero .lead { animation-delay: 0.22s; }
.hero__cta { animation-delay: 0.34s; }
.hero__stats { animation-delay: 0.46s; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .contact-grid > :first-child { grid-column: 1 / span 12; }
  .contact-grid > :last-child { grid-column: 1 / span 12; }
}

@media (max-width: 880px) {
  .nav-links {
    position: fixed;
    inset: 80px 0 auto 0;
    flex-direction: column;
    gap: 0;
    background: rgba(10, 14, 23, 0.96);
    border-bottom: 1px solid var(--line-gold-soft);
    padding: 0.6rem 0 1.2rem;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
  }
  .nav-links.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .nav-links a { display: block; padding: 0.85rem clamp(20px, 4vw, 24px); font-size: 1rem; }
  .nav-links a::after { display: none; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
}

@media (max-width: 767px) {
  /* Asymmetrie kollabiert auf eine Spalte */
  .split, .area-grid { grid-template-columns: 1fr; }
  .split__media, .split__copy,
  .split--rev .split__media, .split--rev .split__copy,
  .area-grid > :first-child, .area-grid > :last-child { grid-column: 1 / -1; }
  .split--rev .split__media { order: 1; }
  .split--rev .split__copy { order: 2; }
  .split__media { margin-bottom: 1.4rem; }

  .services, .quotes, .video-grid { grid-template-columns: 1fr; }
  .shorts-grid { grid-template-columns: 1fr; max-width: 320px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__stats { flex-wrap: wrap; }
  .frame::before { inset: -10px; transform: translate(10px, 10px); }

  /* Hintergrundfoto zurücknehmen, damit der Text ruhig steht */
  .hero__bg img { opacity: 0.22; object-position: 50% 14%; }
}

@media (max-width: 480px) {
  .brand__name { font-size: 0.98rem; }
  .brand__name small { display: none; }
}

/* ---------- 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; }
  .hero__scroll::after { animation: none; }
}
