/* ============================================================
   »Der letzte Patient« — Dr. André T. Nemat
   Gemeinsames Stylesheet aller Seiten · mobile-first
   Design: Entwurf 2 „Nachtblau" (design-konzept/entwurf-2-nachtblau.html)
   ============================================================ */

/* ---------- 1. Schriften (lokal gehostet, kein CDN) ---------- */
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-ext-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  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: "Space Grotesk";
  src: url("../fonts/space-grotesk-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-ext-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  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;
}

/* ---------- 2. Design-Tokens ---------- */
:root {
  --night: #101828;
  --paper: #101828;
  --paper-deep: #0a101c;
  --ink: #ffffff;
  --ink-soft: rgba(255, 255, 255, 0.72);
  --ink-mute: rgba(255, 255, 255, 0.58);
  --navy: #172d5c;
  --ember: #ef9b2c;
  --amber: #f5c14a;
  --cyan: #35c8c0;
  --electric: #35c8c0;
  --magenta: #d92e7f;
  --white: #ffffff;

  --glass-tint: rgba(255, 255, 255, 0.08);
  --glass-wash: linear-gradient(160deg, rgba(255, 255, 255, 0.16) 0%, rgba(239, 155, 44, 0.05) 48%, rgba(255, 255, 255, 0.05) 100%);
  --glass-line: rgba(255, 255, 255, 0.5);
  --glass-blur: blur(28px) saturate(1.55);
  --glass-shine: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  --glass-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
  --edge-a: rgba(239, 155, 44, 0.4);
  --edge-b: rgba(53, 200, 192, 0.22);
  --spec-hi: rgba(255, 255, 255, 0.55);

  --sans: "Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 2.75rem;
  --space-6: 3.5rem;

  --radius: 24px;
  --gutter: 1.25rem;
  --gutter-tight: 8px;
  --frame: max(10px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  --frame-top: max(10px, env(safe-area-inset-top, 0px));
  --frame-bottom: max(10px, env(safe-area-inset-bottom, 0px));
  --frame-radius: 16px;
  --frame-line: rgba(255, 255, 255, 0.12);
  --tap: 44px;
  --header-shift: 5.25rem;
  --box-gap: 1.35rem;
}

/* ---------- 3. Basis ---------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper-deep);
  overflow-x: clip;
  color-scheme: dark;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  position: relative;
  isolation: isolate;
  min-height: calc(100dvh - var(--frame-top) - var(--frame-bottom));
  /* Rahmen: sorgt auf Mobil für den Abstand zum Displayrand */
  margin: var(--frame-top) var(--frame) var(--frame-bottom);
  background:
    radial-gradient(900px 640px at 12% 8%, rgba(255, 255, 255, 0.14), transparent 42%),
    radial-gradient(720px 560px at 22% 42%, rgba(239, 155, 44, 0.38), transparent 55%),
    radial-gradient(420px 360px at 58% 70%, rgba(53, 200, 192, 0.18), transparent 62%),
    radial-gradient(280px 240px at 22% 62%, rgba(217, 46, 127, 0.14), transparent 68%),
    radial-gradient(880px 640px at -12% 58%, rgba(23, 45, 92, 0.72), transparent 58%),
    var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  overscroll-behavior-x: none;
  border: 1px solid var(--frame-line);
  border-radius: var(--frame-radius);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 32px rgba(0, 0, 0, 0.35);
  -webkit-tap-highlight-color: transparent;
}
/* Innenkante des Rahmens — unten offen, damit die fixierte Linie
   nicht über den Textkarten liegt */
body::before {
  content: "";
  position: fixed;
  top: var(--frame-top);
  right: var(--frame);
  bottom: var(--frame-bottom);
  left: var(--frame);
  z-index: 90;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
  border-radius: var(--frame-radius) var(--frame-radius) 0 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--electric);
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--electric);
  outline-offset: 3px;
  border-radius: 6px;
}
:target {
  scroll-margin-top: calc(var(--frame-top) + var(--header-shift));
}
::selection {
  background: var(--ember);
  color: var(--night);
}

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  /* Mobil steht die Inhaltsspalte dicht am Rahmen, ab 700px auf dem normalen Raster */
  padding: 0 var(--gutter-tight);
}
.wrap-narrow {
  max-width: 820px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: absolute;
  left: 50%;
  top: 0.35rem;
  transform: translate(-50%, -160%);
  z-index: 120;
  background: var(--ember);
  color: var(--night);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.18s ease;
}
.skip-link:focus {
  transform: translate(-50%, 0);
}

/* ---------- 4. Atmosphäre / Hintergrund-Effekte ---------- */
.field-mesh,
.chroma,
.gfx,
.wisps {
  position: fixed;
  top: var(--frame-top);
  right: var(--frame);
  bottom: var(--frame-bottom);
  left: var(--frame);
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: var(--frame-radius);
}
.field-mesh {
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.1) 1.1px, transparent 1.2px),
    linear-gradient(115deg, transparent 48%, rgba(239, 155, 44, 0.08) 50%, transparent 52%);
  background-size: 26px 26px, 140px 140px;
  mask-image:
    radial-gradient(ellipse 90% 80% at 72% 18%, #000 0%, transparent 72%),
    linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
  -webkit-mask-image:
    radial-gradient(ellipse 90% 80% at 72% 18%, #000 0%, transparent 72%),
    linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
  animation: mesh-shift 32s linear infinite;
}
.chroma span {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.85;
  animation: orb-float 18s ease-in-out infinite;
}
.chroma .o1 { width: min(58vw, 480px); height: min(58vw, 480px); background: var(--ember); top: 26%; left: -24%; opacity: 0.52; }
.chroma .o2 { width: min(80vw, 700px); height: min(80vw, 700px); background: var(--navy); top: 22%; left: -28%; animation-delay: -6s; opacity: 0.55; }
.chroma .o3 { width: min(36vw, 280px); height: min(36vw, 280px); background: var(--cyan); top: 12%; left: 18%; animation-delay: -11s; opacity: 0.42; filter: blur(60px); }
.chroma .o4 { width: min(44vw, 340px); height: min(44vw, 340px); background: var(--ember); top: 44%; left: -22%; animation-delay: -3s; opacity: 0.38; }
.chroma .o5 { width: min(38vw, 280px); height: min(38vw, 280px); background: var(--magenta); top: 68%; left: 10%; animation-delay: -14s; opacity: 0.22; }
.chroma .o6 { width: min(24vw, 180px); height: min(24vw, 180px); background: var(--amber); top: 36%; left: 8%; animation-delay: -8s; opacity: 0.42; filter: blur(50px); }
.gfx,
.wisps {
  width: auto;
  height: auto;
}
.gfx circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 1.1;
  animation: ring-pulse 14s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.gfx circle:nth-child(2) { stroke: rgba(239, 155, 44, 0.35); animation-duration: 18s; animation-delay: -5s; }
.gfx circle:nth-child(3) { stroke: rgba(53, 200, 192, 0.22); animation-duration: 22s; animation-delay: -9s; }
.gfx polygon {
  fill: rgba(239, 155, 44, 0.08);
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 0.8;
  transform-box: fill-box;
  transform-origin: center;
  animation: shard-drift 20s ease-in-out infinite;
}
.gfx polygon:nth-child(5) { fill: rgba(53, 200, 192, 0.1); stroke: rgba(53, 200, 192, 0.32); animation-delay: -4s; animation-duration: 16s; }
.gfx polygon:nth-child(6) { fill: rgba(23, 45, 92, 0.25); animation-delay: -9s; animation-duration: 24s; }
.gfx polygon:nth-child(7) { fill: rgba(217, 46, 127, 0.1); stroke: rgba(217, 46, 127, 0.28); animation-delay: -2s; }
.gfx polygon:nth-child(8) { fill: rgba(239, 155, 44, 0.08); animation-delay: -12s; animation-duration: 18s; }
.wisps path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 1.2;
  stroke-linecap: round;
  animation: wisp-drift 12s ease-in-out infinite;
}
.wisps path:nth-child(2) { stroke: rgba(239, 155, 44, 0.42); stroke-width: 1.4; animation-duration: 15s; animation-delay: -4s; }
.wisps path:nth-child(3) { stroke: rgba(53, 200, 192, 0.32); animation-duration: 18s; animation-delay: -8s; }
.wisps path:nth-child(4) { stroke: rgba(217, 46, 127, 0.22); animation-duration: 14s; animation-delay: -2s; }
.wisps path:nth-child(5) { stroke: rgba(255, 255, 255, 0.28); stroke-width: 0.9; animation-duration: 17s; animation-delay: -10s; }
/* Facetten-Cluster und Randlichter: erst ab 1024px eingeblendet (Abschnitt 24) */
.gfx-extra,
.chroma .glow-wide {
  display: none;
}
.gfx .gfx-extra {
  fill: rgba(255, 255, 255, 0.06);
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 0.7;
  animation: mesh-drift 26s ease-in-out infinite;
}
.gfx .gfx-extra.t-cyan { fill: rgba(53, 200, 192, 0.1); stroke: rgba(53, 200, 192, 0.32); }
.gfx .gfx-extra.t-amber { fill: rgba(239, 155, 44, 0.1); stroke: rgba(239, 155, 44, 0.3); }
.gfx .gfx-extra.t-blue { fill: rgba(23, 45, 92, 0.32); stroke: rgba(140, 180, 255, 0.24); }

/* ---------- 5. Liquid Glass ---------- */
.liq,
.liq-slim {
  position: relative;
  isolation: isolate;
  max-width: 100%;
  background-color: var(--glass-tint);
  background-image: var(--glass-wash);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-line);
  box-shadow:
    var(--glass-shine),
    inset 1px 0 0 var(--edge-a),
    inset -1px 0 0 var(--edge-b),
    var(--glass-shadow);
  animation: glass-drift 11s ease-in-out infinite;
}
.liq-slim {
  animation-duration: 13s;
  animation-delay: -4s;
}
.liq {
  --card-r: 24px;
  border-radius: var(--card-r);
  padding: 1.25rem 1.2rem;
}
.liq::after,
.liq-slim::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(
    118deg,
    transparent 0%,
    var(--spec-hi) 9%,
    transparent 20%,
    transparent 62%,
    var(--edge-a) 78%,
    var(--edge-b) 88%,
    transparent 100%
  );
  background-size: 220% 220%;
  background-position: 12% 0%;
  mix-blend-mode: soft-light;
  opacity: 0.85;
  animation: specular-drift 14s ease-in-out infinite;
}
.liq > * {
  position: relative;
  z-index: 1;
}
.card:nth-child(even),
.reason:nth-child(even),
.quote-card,
.author-grid {
  --edge-a: rgba(239, 155, 44, 0.32);
  --edge-b: rgba(53, 200, 192, 0.2);
}

/* Textlastige Karten werden dunkler hinterlegt: gleicher Glas-Look,
   aber WCAG-AA-Kontrast auch über den hellen Verlaufsflächen. */
.head-copy,
.card,
.reason,
.contact-card,
.factlist,
.qa details,
.quote-card,
.author-grid,
.legal-body,
.consent-inner {
  background-color: rgba(10, 16, 30, 0.42);
}

/* ---------- 6. Header & Navigation ---------- */
header.site {
  position: sticky;
  top: calc(var(--frame-top) + 6px);
  z-index: 50;
  isolation: isolate;
  /* + 6px, damit die äußere Glasscheibe (::before, inset -6px) auf der Inhaltskante sitzt */
  width: calc(100% - 2 * (var(--gutter-tight) + 6px));
  max-width: 1080px;
  margin: 0.85rem auto 0;
  background-color: var(--glass-tint);
  background-image: var(--glass-wash);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border: 1px solid var(--glass-line);
  border-radius: 999px;
  box-shadow:
    var(--glass-shine),
    inset 1px 0 0 var(--edge-a),
    inset -1px 0 0 var(--edge-b),
    var(--glass-shadow);
}
header.site.is-open {
  border-radius: 28px;
}
header.site::before {
  content: "";
  position: absolute;
  inset: -4px -6px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px) saturate(1.25);
  -webkit-backdrop-filter: blur(10px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset -1px 0 0 rgba(239, 155, 44, 0.28);
  pointer-events: none;
}
header.site::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(118deg, transparent 0%, var(--spec-hi) 10%, transparent 22%, transparent 70%, var(--edge-a) 84%, transparent 100%);
  background-size: 220% 220%;
  mix-blend-mode: soft-light;
  animation: specular-drift 16s ease-in-out infinite;
}
.site-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  padding: 0.45rem 0.55rem 0.45rem 0.85rem;
  max-width: 1120px;
  margin: 0 auto;
  min-width: 0;
}
.wordmark {
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  /* kleine Basis: die Wortmarke gibt Platz zuerst frei */
  flex: 1 1 4rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  order: 1;
}
.wordmark .dot {
  color: var(--magenta);
}
nav.main {
  display: none;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
  margin: 0.15rem 0 0.2rem;
  order: 4;
}
header.site.is-open nav.main {
  display: flex;
}
.no-js nav.main {
  display: flex;
}
nav.main a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  min-height: var(--tap);
  display: flex;
  align-items: center;
  padding: 0.35rem 0.5rem;
  border-radius: 12px;
}
nav.main a[aria-current="page"] {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
}
nav.main a:hover {
  color: var(--electric);
}
.menu-icon {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  padding: 0;
  position: relative;
  z-index: 1;
  width: var(--tap);
  height: var(--tap);
  flex-shrink: 0;
  margin-left: auto;
  border: 1px solid var(--glass-line);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: var(--glass-wash);
  backdrop-filter: blur(12px) saturate(1.3);
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  color: var(--ink);
  touch-action: manipulation;
  order: 3;
}
.no-js .menu-icon {
  display: none;
}
.menu-icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
header.site.is-open .menu-icon span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
header.site.is-open .menu-icon span:nth-child(2) { opacity: 0; }
header.site.is-open .menu-icon span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- 7. Buttons & Chips ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  padding: 0.75rem 1.35rem;
  border: none;
  border-radius: 999px;
  min-height: var(--tap);
  cursor: pointer;
  touch-action: manipulation;
}
.btn-grad {
  background: var(--ember);
  color: var(--night);
  box-shadow: 0 8px 24px #ef9b2c61;
}
.btn-grad:hover {
  filter: brightness(1.08);
}
.btn-outline {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  color: var(--ink);
  background-color: rgba(255, 255, 255, 0.05);
  background-image: var(--glass-wash);
  backdrop-filter: blur(14px) saturate(1.35);
  -webkit-backdrop-filter: blur(14px) saturate(1.35);
  box-shadow: var(--glass-shine), inset 1px 0 0 var(--edge-a);
}
.btn-outline::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, 0.45) 14%, transparent 28%);
  mix-blend-mode: soft-light;
}
.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--electric);
}
.btn-outline > * {
  position: relative;
  z-index: 1;
}
/* Kaufen bleibt auch auf Mobil ein Tipp entfernt */
.site-bar .btn {
  display: inline-flex;
  margin-left: auto;
  padding: 0.5rem 0.8rem;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  min-height: 38px;
  white-space: nowrap;
  flex-shrink: 0;
  order: 2;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  margin-bottom: var(--space-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  max-width: 100%;
  white-space: normal;
  line-height: 1.35;
}
.chip::before {
  content: "";
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--magenta);
}

/* ---------- 8. Hero (Startseite) ---------- */
.stage {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.hero {
  position: relative;
  z-index: 1;
  padding: var(--box-gap) 0 0;
  overflow: visible;
  min-height: 0;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: var(--space-3);
  align-items: center;
}
.hero-stack {
  position: relative;
  max-width: 100%;
}
.hero-pane {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px) saturate(1.25);
  -webkit-backdrop-filter: blur(12px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(53, 200, 192, 0.28),
    inset 1px 0 0 rgba(239, 155, 44, 0.32);
  animation: glass-drift 16s ease-in-out infinite;
  animation-delay: -5s;
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: none;
  border-radius: 28px;
  animation-duration: 12s;
  background-color: rgba(10, 16, 28, 0.36);
}
h1.title {
  font-size: clamp(2.05rem, 11vw, 3.1rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
  overflow-wrap: break-word;
}
.subtitle {
  margin-top: var(--space-2);
  font-size: clamp(1.02rem, 4.2vw, 1.22rem);
  color: var(--ink-soft);
  max-width: 30ch;
}
.author-line {
  margin-top: var(--space-2);
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.author-line strong {
  color: var(--ink);
}
.hero-ctas {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: var(--space-3);
  align-items: center;
}
.hero-ctas .btn {
  flex: 1 1 9.5rem;
}
.hero-cover-mini {
  display: block;
  width: 64px;
  flex-shrink: 0;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}
.hero-cover-mini img {
  width: 100%;
  display: block;
}

/* Kopf — im Hero-Hintergrund, weich auslaufend, ohne Glow */
.orb-wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 36rem;
  margin: 0.85rem auto calc(-1 * var(--box-gap) - 2.75rem);
  padding: 0 var(--gutter-tight);
  pointer-events: none;
  perspective: 1400px;
  perspective-origin: 58% 36%;
  transform-style: preserve-3d;
}
.orb {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: visible;
  transform-style: preserve-3d;
}
.orb img,
.orb-head-photo {
  width: 100%;
  height: auto;
  max-height: 64vh;
  object-fit: contain;
  object-position: center 10%;
  pointer-events: none;
  display: block;
}
.orb-head-photo {
  position: relative;
  transform: translateZ(24px);
}
.orb-stage {
  opacity: 0;
  transform: scale(0.98);
  transform-style: preserve-3d;
  transition: opacity 1.15s ease, transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
.orb-stage.is-in {
  opacity: 1;
  transform: scale(1);
}
.no-js .orb-stage {
  opacity: 1;
  transform: none;
}
.orb-head {
  will-change: transform;
  transform-style: preserve-3d;
}
.orb-head-inner {
  position: relative;
  width: 100%;
  transform-origin: 52% 40%;
  transform-style: preserve-3d;
  animation: head-breathe 11s ease-in-out infinite;
  will-change: transform;
  -webkit-mask-image:
    radial-gradient(ellipse 96% 88% at 50% 38%, #000 58%, rgba(0, 0, 0, 0.82) 80%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 62%, rgba(0, 0, 0, 0.42) 78%, transparent 94%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-composite: source-in;
  mask-image:
    radial-gradient(ellipse 96% 88% at 50% 38%, #000 58%, rgba(0, 0, 0, 0.82) 80%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 62%, rgba(0, 0, 0, 0.42) 78%, transparent 94%);
  mask-repeat: no-repeat;
  mask-composite: intersect;
}

/* ---------- 9. Fakten-Band ---------- */
.stats {
  position: relative;
  z-index: 2;
  margin-top: var(--box-gap);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 1.15rem 1.2rem;
  --card-r: 24px;
  border-radius: var(--card-r);
  animation: glass-drift 14s ease-in-out infinite;
  animation-delay: -3.5s;
}
.stat {
  padding: 0.35rem 0.15rem;
  min-width: 0;
}
.stat b {
  display: block;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}
.stat span {
  font-size: 0.7rem;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  overflow-wrap: anywhere;
}

/* ---------- 10. Sektionen & Text ---------- */
section.block {
  position: relative;
  z-index: 2;
  padding: var(--space-4) var(--gutter-tight) 0;
}
.section-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cyan);
}
h2 {
  font-size: clamp(1.45rem, 7vw, 2.15rem);
  font-weight: 700;
  line-height: 1.16;
  margin: 0.45rem 0 var(--space-3);
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
}
h3 {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.prose {
  max-width: 62ch;
  color: var(--ink-soft);
}
.prose strong {
  color: var(--ink);
  font-weight: 700;
}
.prose + .prose {
  margin-top: var(--space-2);
}
.cards + .prose {
  margin-top: var(--space-3);
}
.prose a {
  color: var(--electric);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* ---------- 11. Seitenkopf (Unterseiten) ---------- */
.page-head {
  position: relative;
  z-index: 2;
  padding: var(--box-gap) 0 0;
}
.page-head .head-copy {
  --card-r: 28px;
  border-radius: var(--card-r);
  max-width: 46rem;
}
.page-head h1 {
  font-size: clamp(1.8rem, 8.5vw, 2.7rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.page-head .lead {
  margin-top: var(--space-2);
  font-size: clamp(1rem, 4vw, 1.15rem);
  color: var(--ink-soft);
  max-width: 46ch;
}

/* ---------- 12. Zitat ---------- */
.quote-card {
  --card-r: 24px;
  border-radius: var(--card-r);
  margin-top: var(--space-4);
  padding: 1.4rem 1.25rem 1.3rem;
  animation-duration: 13s;
  animation-delay: -6s;
}
.quote-card::before {
  content: "»";
  position: absolute;
  top: 0.35rem;
  left: 1.1rem;
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--cyan);
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}
.quote-card blockquote {
  font-size: clamp(1.08rem, 4.4vw, 1.4rem);
  font-weight: 400;
  line-height: 1.5;
  padding-top: 2.1rem;
}
.quote-card cite {
  display: block;
  margin-top: var(--space-2);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cyan);
}

/* ---------- 13. Karten-Raster (Gründe, Themen, Teaser) ---------- */
.reasons {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
  counter-reset: reason;
}
.reason {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-2);
  --card-r: 24px;
  border-radius: var(--card-r);
  padding: 1.25rem 1.2rem;
}
.reason::before {
  counter-increment: reason;
  content: "0" counter(reason);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
  position: relative;
  z-index: 1;
}
.reason h3 {
  margin-bottom: 0.35rem;
}
.reason p {
  font-size: 0.93rem;
  color: var(--ink-soft);
}

.cards {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
}
.card {
  --card-r: 24px;
  border-radius: var(--card-r);
  padding: 1.25rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.card h3 {
  font-size: 1.1rem;
}
.card p {
  font-size: 0.93rem;
  color: var(--ink-soft);
  margin: 0;
}
.card-media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 0.2rem;
  aspect-ratio: 4 / 3;
}
.card-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Das Cover ist hochkant — im Querformat-Feld ganz zeigen statt anschneiden */
.card-media.cover {
  padding: 0.7rem;
  background: rgba(10, 16, 30, 0.55);
}
.card-media.cover img {
  object-fit: contain;
}
.card-media.portrait img {
  object-position: center 18%;
}
/* »Mehr erfahren«: Cover und Porträt gleich groß zeigen (Hochformat-Rahmen) */
#mehr .card-media {
  aspect-ratio: 3 / 4;
}
#mehr .card-media.cover {
  padding: 0;
}
/* Mobil: die Spalte darf nicht auf die native Bildbreite wachsen,
   sonst laufen Cover und Porträt über den rechten Rand hinaus. */
#mehr .cards {
  grid-template-columns: minmax(0, 1fr);
}
#mehr .card,
#mehr .card-media {
  min-width: 0;
}
.card-link {
  margin-top: auto;
  align-self: flex-start;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--electric);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: var(--tap);
}
.card-link::after {
  content: "→";
}
.card-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

/* ---------- 14. Autorenband ---------- */
.author-band {
  position: relative;
  z-index: 2;
  margin-top: var(--space-4);
}
.author-grid {
  display: grid;
  gap: var(--space-3);
  align-items: center;
  --card-r: 24px;
  border-radius: var(--card-r);
  padding: 1.25rem 1.2rem;
}
.author-grid img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--glass-line);
  box-shadow: 0 0 50px rgba(239, 155, 44, 0.28), var(--glass-shine);
}
.author-grid figure {
  margin: 0;
}
.author-grid figcaption,
.portrait figcaption {
  font-size: 0.72rem;
  color: var(--ink-mute);
  margin-top: 0.4rem;
}
.bio {
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-3);
}
.portrait {
  margin: 0;
}
.portrait img {
  width: 100%;
  max-width: 22rem;
  border-radius: var(--radius);
  border: 1px solid var(--glass-line);
  box-shadow: 0 0 60px rgba(239, 155, 44, 0.22), var(--glass-shadow);
}
.bio-linkedin {
  margin-top: var(--space-3);
}
.bio-linkedin a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--electric);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.bio-linkedin a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.bio-linkedin-logo {
  width: 24px;
  height: 24px;
  max-width: 24px;
  flex-shrink: 0;
  color: #0a66c2;
}

/* ---------- 15. Fakten-Liste (Buchseite) ---------- */
.factlist {
  display: grid;
  gap: 0.75rem;
  margin-top: var(--space-3);
  --card-r: 24px;
  border-radius: var(--card-r);
  padding: 1.25rem 1.2rem;
}
.factlist div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.75rem;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 0.6rem;
}
.factlist div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.factlist dt {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
}
.factlist dd {
  font-weight: 700;
  overflow-wrap: anywhere;
}
#buchdaten .factlist dd {
  text-align: right;
  margin-left: auto;
}

/* ---------- 16. Akkordeon (Interview) ---------- */
.qa {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
}
.qa details {
  --card-r: 20px;
  border-radius: var(--card-r);
  padding: 0;
  overflow: hidden;
}
.qa summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 1.05rem 1.2rem;
  min-height: var(--tap);
  position: relative;
  z-index: 1;
}
.qa summary::-webkit-details-marker {
  display: none;
}
.qa summary::after {
  content: "";
  margin-left: auto;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}
.qa details[open] summary::after {
  transform: rotate(-135deg) translateY(-2px);
}
.qa .qa-body {
  position: relative;
  z-index: 1;
  padding: 0 1.2rem 1.2rem;
  color: var(--ink-soft);
}
.qa .qa-body p + p {
  margin-top: var(--space-2);
}

/* ---------- 17. Kaufen ---------- */
.shops {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
}
.shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 1rem 1.15rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  min-width: 0;
  min-height: var(--tap);
  touch-action: manipulation;
}
.shop span.tag {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--ink-soft);
}
.shop:hover {
  border-color: var(--electric);
  color: var(--electric);
}
.shop.primary {
  grid-column: 1 / -1;
  background: var(--ember);
  background-image: none;
  border: none;
  color: var(--night);
  box-shadow: 0 10px 28px rgba(239, 155, 44, 0.32);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  animation: none;
}
.shop.primary::after {
  display: none;
}
.shop.primary:hover {
  color: var(--night);
  border-color: transparent;
  filter: brightness(1.08);
}
.shop.primary span.tag {
  color: rgba(16, 24, 40, 0.72);
}
.shop-note {
  margin-top: var(--space-2);
  font-size: 0.85rem;
  color: var(--ink-mute);
}

/* ---------- 18. Kontaktseite ---------- */
.contact-grid {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
}
.contact-card {
  --card-r: 24px;
  border-radius: var(--card-r);
  padding: 1.35rem 1.25rem;
}
.contact-card h2,
.contact-card h3 {
  font-size: 1.15rem;
  margin: 0 0 0.6rem;
  line-height: 1.3;
}
.contact-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.contact-card p + p,
.contact-card p + .btn,
.contact-card address + p {
  margin-top: var(--space-2);
}
.contact-card address {
  font-style: normal;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.contact-card .btn {
  margin-top: var(--space-3);
}

/* ---------- 18b. Presseseite ---------- */
.press-meta {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
}
.press-slot {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 22rem;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(10, 16, 30, 0.35)),
    repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.035) 10px, rgba(255, 255, 255, 0.035) 20px);
  display: grid;
  place-items: center;
  color: var(--ink-mute);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.press-slot-photo {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.35);
  background: none;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.press-slot-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.press-slot-photo-contain {
  background: #fff;
}
.press-slot-photo-contain img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
  object-position: center;
}
.card-link.is-pending {
  color: var(--ink-mute);
  cursor: default;
}
.card-link.is-pending:hover {
  text-decoration: none;
}
.cards.cards-stack {
  grid-template-columns: minmax(0, 1fr);
  max-width: 46rem;
}

/* ---------- 19. Rechtsseiten ---------- */
.legal {
  position: relative;
  z-index: 2;
  padding: var(--space-4) var(--gutter-tight) 0;
}
.legal-body {
  --card-r: 28px;
  border-radius: var(--card-r);
  padding: 1.5rem 1.25rem;
  max-width: 820px;
}
.legal-body h2 {
  font-size: clamp(1.15rem, 5vw, 1.4rem);
  margin: var(--space-4) 0 var(--space-2);
}
.legal-body > h2:first-child {
  margin-top: 0;
}
.legal-body h3 {
  font-size: 1rem;
  margin: var(--space-3) 0 0.4rem;
}
.legal-body p,
.legal-body li {
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.legal-body p + p {
  margin-top: var(--space-2);
}
.legal-body ul,
.legal-body ol {
  margin: var(--space-2) 0 0 1.1rem;
  display: grid;
  gap: 0.4rem;
}
.legal-body address {
  font-style: normal;
  color: var(--ink-soft);
  margin-top: var(--space-2);
}
.legal-body a {
  color: var(--electric);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
}
.legal-body .btn {
  margin-top: var(--space-3);
}
.note {
  display: block;
  margin-top: var(--space-3);
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--ember);
  background: rgba(239, 155, 44, 0.08);
  border-radius: 0 12px 12px 0;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

/* ---------- 20. Footer ---------- */
footer.site {
  position: relative;
  z-index: 1;
  margin-top: var(--space-5);
  padding: var(--space-4) 0;
  font-size: 0.85rem;
  color: var(--ink-soft);
  background-color: rgba(255, 255, 255, 0.04);
  background-image: var(--glass-wash);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border-top: 1px solid var(--glass-line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  border-radius: 0 0 calc(var(--frame-radius) - 1px) calc(var(--frame-radius) - 1px);
}
footer.site .wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}
footer.site a,
footer.site .link-btn {
  color: var(--electric);
  text-decoration: none;
  display: inline-block;
  margin: 0.2rem 0.85rem 0.2rem 0;
  min-height: var(--tap);
  line-height: var(--tap);
}
footer.site a:hover,
footer.site .link-btn:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.link-btn {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
/* ---------- 21. Cookie-Banner ---------- */
.consent {
  position: fixed;
  z-index: 100;
  left: var(--frame);
  right: var(--frame);
  bottom: var(--frame-bottom);
  padding: 0 var(--gutter-tight) 0.6rem;
  display: none;
}
.consent[data-open="true"] {
  display: block;
}
.consent-inner {
  --card-r: 20px;
  border-radius: var(--card-r);
  padding: 1.1rem 1.15rem 1.2rem;
  max-width: 46rem;
  margin: 0 auto;
  animation: none;
}
.consent h2 {
  font-size: 1.02rem;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.consent p {
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.consent p a {
  color: var(--electric);
}
.consent-actions {
  display: grid;
  gap: 0.6rem;
  margin-top: var(--space-3);
}
.consent-actions .btn {
  width: 100%;
  font-size: 0.88rem;
}

/* ---------- 22. Support-Chat (Zwei-Klick) ---------- */
.chat-launcher {
  position: fixed;
  z-index: 95;
  right: calc(var(--frame) + 0.6rem);
  bottom: calc(var(--frame-bottom) + 0.6rem);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45), 0 8px 24px rgba(239, 155, 44, 0.28);
}
.chat-launcher[hidden] {
  display: none;
}
.chat-launcher .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
/* Banner und Chat-Button sollen sich nicht überlagern */
body:has(.consent[data-open="true"]) .chat-launcher {
  display: none;
}
.consent[data-open="true"] ~ .chat-launcher {
  display: none;
}
html[data-chat="loaded"] .chat-launcher {
  display: none;
}
/* Eigenen Launcher nutzen: Synaplans Standard-Icon nie einblenden */
#synaplan-widget-button {
  display: none !important;
}
body:has(.consent[data-open="true"]) #synaplan-widget-button {
  display: none !important;
}
.chat-toast {
  position: fixed;
  z-index: 96;
  right: calc(var(--frame) + 0.6rem);
  bottom: calc(var(--frame-bottom) + 4.2rem);
  max-width: min(22rem, calc(100% - 2 * var(--frame) - 1.2rem));
  --card-r: 16px;
  border-radius: var(--card-r);
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  color: var(--ink-soft);
  animation: none;
}
.contact-card .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.noscript-hint {
  display: block;
  margin-top: var(--space-2);
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* ---------- 23. Ab 700px ---------- */
@media (min-width: 700px) {
  :root {
    --space-4: 2.5rem;
    --space-5: 4rem;
    --space-6: 6.5rem;
    --gutter: 1.75rem;
    --frame: max(18px, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
    --frame-top: max(16px, env(safe-area-inset-top, 0px));
    --frame-bottom: max(18px, env(safe-area-inset-bottom, 0px));
    --frame-radius: 24px;
    --header-shift: 5.75rem;
  }
  body {
    font-size: 1.0625rem;
    line-height: 1.65;
  }
  .wrap { padding: 0 var(--gutter); }
  header.site { width: calc(100% - 2 * var(--gutter)); }
  header.site::before { inset: -7px -11px; }
  header.site.is-open { border-radius: 999px; }
  nav.main {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    margin: 0 0 0 auto;
    gap: 0.75rem;
    order: 2;
  }
  header.site.is-open nav.main { display: flex; }
  nav.main a {
    min-height: 0;
    padding: 0.2rem 0;
    border-radius: 0;
    font-size: 0.82rem;
  }
  nav.main a[aria-current="page"] {
    background: none;
    border-bottom: 1px solid var(--electric);
  }
  .menu-icon { display: none; margin-left: 0; }
  .site-bar { padding: 0.75rem 1.15rem; gap: var(--space-2); flex-wrap: nowrap; }
  .site-bar .btn { margin-left: 1.4rem; padding: 0.55rem 1.1rem; font-size: 0.82rem; min-height: 40px; letter-spacing: 0.04em; order: 3; }
  .wordmark { font-size: 1rem; letter-spacing: 0.08em; flex: 0 1 auto; }
  .liq { --card-r: 28px; padding: 1.45rem 1.55rem; }

  /* Hero bleibt bis 1024px gestapelt (Mobile-Komposition) */
  .chip { font-size: 0.78rem; letter-spacing: 0.12em; padding: 0.45rem 1.05rem; margin-bottom: var(--space-3); }
  h1.title { font-size: clamp(2.7rem, 8vw, 4.4rem); line-height: 1.02; }
  .subtitle { font-size: clamp(1.05rem, 3.4vw, 1.35rem); }
  .hero-copy { padding: 1.6rem 1.7rem 1.65rem; }
  .hero-ctas { gap: var(--space-2); }
  .hero-ctas .btn { flex: 0 1 auto; }
  .hero-cover-mini { width: 78px; }

  .stats-grid { gap: var(--space-2); padding: 1.45rem 1.55rem; --card-r: 28px; background-color: rgba(10, 16, 28, 0.38); }
  .stat { padding: 0.45rem 0.55rem; }
  .stat b { font-size: 1.25rem; }
  .stat span { font-size: 0.78rem; letter-spacing: 0.08em; }

  /* ab Tablet wieder auf das normale Raster, damit alles auf einer Kante sitzt */
  section.block { padding: var(--space-6) var(--gutter) 0; }
  .legal { padding: var(--space-4) var(--gutter) 0; }
  .page-head { padding-top: var(--space-4); }
  .page-head .head-copy { padding: 1.7rem 1.8rem; }
  .section-kicker { font-size: 0.78rem; letter-spacing: 0.16em; }
  h2 { font-size: clamp(1.7rem, 4.2vw, 2.5rem); }

  .quote-card { --card-r: 28px; padding: 1.55rem 1.5rem 1.4rem; }
  .quote-card::before { left: 1.85rem; font-size: 4.5rem; }
  .quote-card blockquote { font-size: clamp(1.15rem, 3.2vw, 1.55rem); }

  .reasons, .cards, .shops, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reason { padding: 1.35rem 1.4rem; }
  .card { padding: 1.35rem 1.4rem; }
  /* »Kernthemen«: vier Karten als gleich großes 2×2-Raster */
  #kernthemen .cards { grid-auto-rows: 1fr; }
  #mehr .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .factlist { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem var(--space-4); padding: 1.45rem 1.55rem; --card-r: 28px; }

  .author-band { margin-top: var(--space-6); }
  .author-grid { grid-template-columns: auto 1fr; padding: 1.55rem 1.65rem; --card-r: 28px; }
  .author-grid img { width: 148px; height: 148px; }

  .legal-body { padding: 2rem 2.1rem; }
  .consent { padding: 0 var(--gutter) 0.9rem; }
  .consent-inner { padding: 1.3rem 1.5rem 1.4rem; --card-r: 24px; }
  .consent-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .consent-actions .btn { width: auto; }

  footer.site .wrap { flex-direction: row; gap: var(--space-2); }
  footer.site a, footer.site .link-btn { min-height: 0; line-height: inherit; margin-right: 1rem; margin-top: 0; margin-bottom: 0; }
}

/* ---------- 24. Ab 1024px: Hero-Overlay (Kopf hinter der Textkarte) ---------- */
@media (min-width: 1024px) {
  nav.main { gap: 1.4rem; }
  nav.main a { font-size: 0.95rem; }
  /* --stats-tuck: so weit wird das Faktenband unter die Hero-Kante gezogen.
     Der Fußraum des Heros hält denselben Betrag frei, sonst schiebt sich das
     Band bei flachen Fenstern über die Textkarte. */
  .stage {
    display: block;
    --stats-tuck: clamp(3.75rem, 6vw, 5.5rem);
  }
  .hero {
    min-height: min(88svh, 980px);
    padding: clamp(5.25rem, 9vh, 7.5rem) 0 calc(var(--stats-tuck) + 2.75rem);
  }
  .hero .wrap,
  .stats .wrap {
    max-width: min(92rem, 100%);
    padding-left: clamp(1.75rem, 3.4vw, 3.5rem);
    padding-right: clamp(1.75rem, 3.4vw, 3.5rem);
  }
  .hero-inner { gap: var(--space-4); }
  .hero-stack {
    max-width: min(52rem, calc(38rem + (100vw - 1024px) * 0.26));
  }
  .hero-pane {
    inset: clamp(-1.35rem, -1.4vw, -1.05rem) clamp(-1.55rem, -1.6vw, -1.2rem) clamp(-1.55rem, -1.5vw, -1.25rem) clamp(-1.35rem, -1.4vw, -1rem);
    border-radius: clamp(36px, 2.6vw, 44px);
  }
  .hero-copy {
    padding: clamp(1.65rem, 2.1vw, 2.35rem) clamp(1.75rem, 2.3vw, 2.55rem) clamp(1.7rem, 2vw, 2.25rem);
    background-color: rgba(10, 16, 28, 0.18);
  }
  .chip {
    font-size: clamp(0.78rem, 0.82vw, 0.9rem);
    padding: 0.5rem 1.15rem;
    margin-bottom: clamp(1.35rem, 1.8vw, 1.7rem);
  }
  h1.title { font-size: clamp(4.4rem, 6.5vw, 5.8rem); }
  .subtitle {
    font-size: clamp(1.15rem, 1.65vw, 1.55rem);
    max-width: 32ch;
  }
  .author-line { font-size: clamp(0.95rem, 1.12vw, 1.12rem); }
  .hero-ctas {
    gap: clamp(1rem, 1.35vw, 1.35rem);
    margin-top: clamp(1.5rem, 2.15vw, 2.15rem);
  }
  .hero-ctas .btn {
    font-size: clamp(0.92rem, 1.02vw, 1.08rem);
    padding: 0.85rem 1.5rem;
    min-height: 48px;
  }
  .hero-cover-mini {
    width: clamp(78px, 6.4vw, 112px);
    border-radius: 9px;
  }
  .orb-wrap {
    position: absolute;
    z-index: 0;
    left: 4%;
    right: -16%;
    top: calc(-12% + 70px);
    bottom: calc(-6% - 70px);
    width: auto;
    max-width: none;
    display: block;
    margin: 0 0 0 auto;
    padding: 0;
    perspective: 1600px;
  }
  .orb,
  .orb-stage,
  .orb-head,
  .orb-head-inner {
    width: 100%;
    height: 100%;
  }
  .orb img,
  .orb-head-photo {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: 48% 4%;
  }
  .orb-head-inner {
    -webkit-mask-image:
      radial-gradient(ellipse 90% 88% at 50% 36%, #000 38%, rgba(0, 0, 0, 0.92) 64%, rgba(0, 0, 0, 0.4) 84%, transparent 100%),
      linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, 0.48) 88%, transparent 100%);
    mask-image:
      radial-gradient(ellipse 90% 88% at 50% 36%, #000 38%, rgba(0, 0, 0, 0.92) 64%, rgba(0, 0, 0, 0.4) 84%, transparent 100%),
      linear-gradient(180deg, #000 0%, #000 72%, rgba(0, 0, 0, 0.48) 88%, transparent 100%);
  }
  .orb-wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 78%, rgba(16, 24, 40, 0.38) 94%, transparent 100%);
  }
  .stats { margin-top: calc(-1 * var(--stats-tuck) + 1rem); }
  .stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.5vw, 1.5rem);
    padding: clamp(1.5rem, 1.85vw, 1.9rem) clamp(1.6rem, 2.1vw, 2.2rem);
    --card-r: 32px;
  }
  .stat b { font-size: clamp(1.28rem, 1.55vw, 1.6rem); }
  .stat span { font-size: clamp(0.78rem, 0.88vw, 0.9rem); }

  .reasons, .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  /* »Kernthemen«: als 2×2-Raster mit gleicher Kartenhöhe statt 3+1 */
  #kernthemen .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; max-width: 60rem; margin-inline: auto; }
  .reason { grid-template-columns: 1fr; gap: var(--space-1); }
  .cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 60rem; }
  .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bio { grid-template-columns: 20rem 1fr; gap: var(--space-5); align-items: start; }

  /* Hintergrund: Facetten und Licht in den Randzonen neben der Inhaltsspalte */
  .gfx-extra { display: block; }
  .chroma .glow-wide { display: block; }
  .chroma .o7 { width: min(32vw, 440px); height: min(32vw, 440px); background: var(--cyan); top: 2%; left: 76%; opacity: 0.28; filter: blur(90px); animation-delay: -5s; }
  .chroma .o8 { width: min(28vw, 380px); height: min(28vw, 380px); background: var(--ember); top: 48%; left: 82%; opacity: 0.32; filter: blur(85px); animation-delay: -13s; }
  .chroma .o9 { width: min(24vw, 320px); height: min(24vw, 320px); background: var(--magenta); top: 80%; left: 66%; opacity: 0.18; filter: blur(75px); animation-delay: -7s; }
  .chroma .o10 { width: min(26vw, 350px); height: min(26vw, 350px); background: var(--amber); top: 66%; left: -14%; opacity: 0.24; filter: blur(80px); animation-delay: -17s; }
}

/* ---------- 24b. Ab 1440px: Hero füllt den größeren Bildschirm ---------- */
@media (min-width: 1440px) {
  .stage { --stats-tuck: 4.75rem; }
  .hero { min-height: min(90svh, 1080px); }
  .hero-stack { max-width: min(54rem, calc(38rem + (100vw - 1024px) * 0.26)); }
  .hero-pane { border-radius: 44px; }
  .orb-wrap {
    left: 6%;
    right: -14%;
    top: calc(-14% + 70px);
  }
}

/* ---------- 25. Bewegung ---------- */
@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(7%, 9%) scale(1.08); }
  66% { transform: translate(-5%, 6%) scale(0.94); }
}
@keyframes mesh-shift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 26px 26px, 140px 70px; }
}
@keyframes ring-pulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.06); }
}
@keyframes shard-drift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.55; }
  50% { transform: translate(18px, -22px) rotate(7deg); opacity: 1; }
}
/* ohne Rotation, damit der Facetten-Verbund als Fläche zusammenbleibt */
@keyframes mesh-drift {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.45; }
  50% { transform: translate3d(12px, -16px, 0); opacity: 1; }
}
@keyframes glass-drift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes specular-drift {
  0%, 100% { background-position: 8% 0%; opacity: 0.65; }
  50% { background-position: 42% 18%; opacity: 1; }
}
@keyframes wisp-drift {
  0%, 100% { opacity: 0.16; transform: translate3d(0, 0, 0); }
  50% { opacity: 0.72; transform: translate3d(28px, -34px, 0); }
}
@keyframes head-breathe {
  0%, 100% { transform: translateZ(0) rotateY(-1.2deg); }
  50% { transform: translateZ(10px) rotateY(1.4deg); }
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
.reveal {
  opacity: 0;
}
.reveal.is-in {
  animation: fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.no-js .reveal {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .chroma span,
  .wisps path,
  .gfx circle,
  .gfx polygon,
  .gfx .gfx-extra,
  .field-mesh,
  .liq,
  .liq-slim,
  .liq::after,
  .liq-slim::after,
  header.site::after,
  .hero-pane,
  .orb-head-inner,
  .menu-icon span {
    animation: none;
    transition: none;
  }
  .orb-stage { opacity: 1; transform: none; transition: none; }
  .reveal, .reveal.is-in { opacity: 1; animation: none; }
  .js-parallax { transform: none !important; }
}
