/* ============================================================
   NORICUM DIGITAL e.U. — v3 "Atrium"
   Richtung: Minimal-Luxury (dunkle CI-Ausprägung)
   Dials: VARIANCE 6 · MOTION 4 · DENSITY 3 · AGGRESSION 4 · VERBOSITY 3/5
   Zero-Dependency: kein Framework, keine Libs — handgeschrieben.
   ============================================================ */

/* ---------- Fonts (selbst gehostet, DSGVO: null Drittserver, via Fontsource + font-katalog-Skill) ----------
   Inter bleibt für den gesamten regulären Text (Headings + Body) — freie Alternative zu
   Aptos (Word-Standardschrift; Aptos selbst ist Microsoft-lizenziert, nicht frei
   für Web-Einbettung nutzbar). Inter hat dieselbe humanistisch-geometrische
   UI-Klarheit wie Aptos, nur offen unter OFL.
   Marcellus (Register "Luxury Display Serif" im Font-Katalog-Skill) ersetzt Bodoni Moda
   als Akzent-/Wortmarken-Schrift: eine römisch-monumentale, inschriftennahe Serife
   (heller Strichkontrast, breite Proportionen wie klassische Lapidarschrift) — passt
   inhaltlich zur Marke ("Noricum" = römische Provinz, "norisches Eisen ging bis nach
   Rom", ND-Monogramm zeigt eine Säule) UND bleibt bei längeren Überschriften lesbar,
   anders als reine Versalien-Inschriftenschriften (z. B. Cinzel, zunächst probiert,
   dann verworfen: nicht im kuratierten Katalog, für Fließ-Überschriften weniger
   geeignet). Marcellus gibt es nur in einer Schnittstärke (400) und ohne Kursiv —
   Akzente laufen über Farbe/Sperrung statt Gewicht/Schrägstellung. */
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-variable.woff2') format('woff2');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marcellus';
  src: url('fonts/marcellus-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  /* Farbwelt 60/30/10 — exakt aus der Brand Identity gesampelt:
     60 % Waldgrün-Familie · 30 % Creme-Familie · 10 % Gold, Bordeaux nur funktional */
  --pine:       #1E2C23;
  --pine-soft:  #27362C;
  --pine-deep:  #17231C;
  --pine-line:  #36463B;
  --cream:      #F0E8D6;
  --cream-2:    #E6DBC2;
  --champagne:  #D0B796;
  --text:       #EAE0C9;
  --text-dim:   #C8BCA1;
  --ink:        #1A2620;
  --ink-soft:   #47564B;
  --gold:       #B5854A;
  --gold-bright:#D3A45E;
  --gold-btn:   #C99C55;
  --wine:       #6B1A1A;

  --ff-display: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --ff-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --ff-hero: 'Marcellus', Georgia, 'Times New Roman', serif;

  --fs-h1: clamp(3.1rem, 5.6vw + 1.2rem, 6.2rem);
  --fs-h2: clamp(2.35rem, 3.1vw + 0.9rem, 3.9rem);
  --fs-h3: clamp(1.55rem, 1.2vw + 1rem, 1.95rem);
  --fs-lead: clamp(1.28rem, 0.6vw + 1.05rem, 1.56rem);
  --fs-body: 1.0625rem;
  --fs-small: 0.925rem;
  --fs-tiny: 0.78rem;

  --s-2: .5rem; --s-3: .75rem; --s-4: 1rem; --s-6: 1.5rem;
  --s-8: 2rem; --s-10: 2.5rem; --s-12: 3rem; --s-16: 4rem;
  --s-section: clamp(5.5rem, 11vw, 10rem);

  --r-lg: 28px;
  --r-md: 14px;
  --r-pill: 999px;

  --t-fast: 180ms;
  --t-med: 350ms;
  --t-slow: 650ms;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Z-System: Basis 1 · Chip 80 · Sticky-Bar 90 · Header 100 ·
     Nav-Overlay 950 · Intro 1000 · Cursor 9998 · Dialog: Top-Layer */
  --nav-h: 76px;
}

/* ---------- Reset & Basis ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--pine);
  color: var(--text);
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  line-height: 1.7;
  font-weight: 400;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
::selection { background: var(--gold); color: var(--pine-deep); }

h1, h2, h3 {
  font-family: var(--ff-display);
  font-weight: 600;
  color: var(--text);
  text-wrap: balance;
}
h1 { font-size: var(--fs-h1); line-height: 1.04; letter-spacing: -0.01em; font-weight: 500; }
h2 { font-size: var(--fs-h2); line-height: 1.1; letter-spacing: -0.01em; font-weight: 500; }
h3 { font-size: var(--fs-h3); line-height: 1.25; font-weight: 600; }
h1, h2, h3 { font-feature-settings: "liga" 1, "kern" 1; }
/* Akzent auf hervorgehobenen Wörtern läuft über Marcellus + Farbe + leichte
   Sperrung — Marcellus hat keinen Kursiv-Schnitt und nur eine Schnittstärke. */
h1 em, h2 em {
  font-family: var(--ff-hero); font-style: normal; font-weight: 400; letter-spacing: .01em;
  color: var(--gold-bright);
}

p { max-width: 65ch; }
.lead {
  font-family: var(--ff-display); font-style: normal; font-weight: 500;
  font-size: var(--fs-lead); line-height: 1.42; color: var(--text-dim);
  max-width: 46ch;
}
.small { font-size: var(--fs-small); }

/* Zentrierte Sektions-Köpfe (Apple-ruhig) */
.sec-center { text-align: center; }
.sec-center .eyebrow { justify-content: center; }
.sec-center h2, .sec-center .lead { margin-inline: auto; }

a { color: var(--gold-bright); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
  border-radius: 4px;
}
input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
}

.container { width: min(1200px, 92vw); margin-inline: auto; }

section { scroll-margin-top: calc(var(--nav-h) + 1rem); }
.section { padding-block: var(--s-section); }
.section--tight { padding-block: calc(var(--s-section) * 0.62); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1200;
  background: var(--gold-btn); color: var(--pine-deep);
  padding: .7rem 1.2rem; border-radius: 0 0 var(--r-md) 0;
  font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* ---------- Eyebrow (kursive Serif + Goldstrich) & Label ---------- */
.eyebrow {
  display: flex; align-items: center; gap: .8rem;
  font-family: var(--ff-body); font-weight: 700;
  font-size: .82rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-bright);
}
.eyebrow::before {
  content: ""; width: 2.5rem; height: 1px; background: var(--gold);
  flex: 0 0 auto;
}
.on-cream .eyebrow, .panel--cream .eyebrow { color: var(--gold); }

.label {
  font-size: var(--fs-tiny); font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--champagne);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--ff-body); font-weight: 600; font-size: .95rem;
  padding: .95rem 1.9rem; border-radius: var(--r-pill);
  text-decoration: none; border: 1px solid transparent;
  cursor: pointer; transition: transform var(--t-fast) var(--ease),
    background-color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease),
    color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
  will-change: transform;
}
.btn:active { transform: scale(.97); }
.btn[disabled] { opacity: .45; cursor: not-allowed; pointer-events: none; }

.btn--primary { background: var(--gold-btn); color: var(--pine-deep); }
.btn--primary:focus-visible { outline-color: var(--cream); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--pine-line); }
.btn--light { background: var(--pine-deep); color: var(--cream); }
@media (hover: hover) {
  .btn--primary:hover { background: var(--gold-bright); box-shadow: 0 10px 30px -12px rgba(201, 156, 85, .55); }
  .btn--ghost:hover { border-color: var(--gold); color: var(--gold-bright); }
  .btn--light:hover { background: var(--ink); box-shadow: 0 10px 30px -14px rgba(23, 35, 28, .6); }
}

.btn--loading { position: relative; color: transparent !important; pointer-events: none; }
.btn--loading::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  width: 1.1rem; height: 1.1rem; border-radius: 50%;
  border: 2px solid rgba(23,35,28,.35); border-top-color: var(--pine-deep);
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-4); }

.tlink {
  display: inline-flex; align-items: center; gap: .4rem;
  color: var(--text); font-weight: 500; text-decoration: none;
  border-bottom: 1px solid var(--gold); padding-bottom: 2px;
  transition: color var(--t-fast) var(--ease);
}
@media (hover: hover) { .tlink:hover { color: var(--gold-bright); } }

.click-trigger {
  margin-top: var(--s-4);
  font-size: var(--fs-small); color: var(--text-dim);
}
.on-cream .click-trigger, .panel--cream .click-trigger { color: var(--ink-soft); }

/* ---------- Header / Top-Navigation ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--nav-h);
  transition: background-color var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.site-header.is-solid {
  background: var(--pine-deep);
  background: color-mix(in srgb, var(--pine-deep) 92%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--pine-line), 0 14px 40px -22px rgba(0, 0, 0, .6);
}
.header-inner {
  height: var(--nav-h);
  display: flex; align-items: center; gap: var(--s-6);
}
.brand {
  display: flex; align-items: center; gap: .8rem;
  text-decoration: none; color: var(--text); margin-right: auto;
}
.brand img {
  width: 46px; height: 35px; object-fit: cover;
  border-radius: 8px;
}
.brand .bt {
  font-family: var(--ff-display); font-weight: 600; font-size: 1.28rem;
  letter-spacing: .04em; line-height: 1;
}
.brand .bt span { color: var(--gold-bright); font-style: normal; font-weight: 500; }

.nav-tel {
  font-size: .9rem; font-weight: 500; color: var(--text-dim);
  text-decoration: none; white-space: nowrap;
}
@media (hover: hover) { .nav-tel:hover { color: var(--gold-bright); } }

.nav-cta {
  display: inline-flex; align-items: center;
  background: var(--gold-btn); color: var(--pine-deep);
  font-weight: 600; font-size: .85rem; text-decoration: none;
  padding: .65rem 1.3rem; border-radius: var(--r-pill);
  transition: background-color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
  will-change: transform;
}
@media (hover: hover) { .nav-cta:hover { background: var(--gold-bright); } }
.nav-cta:active { transform: scale(.97); }

.nav-burger {
  display: grid; place-items: center;
  width: 44px; height: 44px; border: 1px solid var(--pine-line);
  border-radius: var(--r-pill); background: transparent; cursor: pointer;
  position: relative; flex: 0 0 auto;
}
.nav-burger .bar, .nav-burger .bar::before, .nav-burger .bar::after {
  content: ""; position: absolute; left: 50%; translate: -50% 0;
  width: 18px; height: 2px; background: var(--text); border-radius: 2px;
  transition: transform var(--t-med) var(--ease), opacity var(--t-fast);
}
.nav-burger .bar { top: 50%; translate: -50% -50%; }
.nav-burger .bar::before { top: -6px; }
.nav-burger .bar::after { top: 6px; }
body.nav-open .nav-burger .bar { background: transparent; }
body.nav-open .nav-burger .bar::before { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-burger .bar::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Mega-Menü: Links | Kontext-Unterlinks | Bild-Panel ---------- */
.mega-menu {
  position: fixed; inset: 0; z-index: 950;
  background: var(--pine-deep);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity var(--t-med) var(--ease), visibility 0s linear var(--t-med);
  overflow-y: auto;
}
body.nav-open .mega-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transition: opacity var(--t-med) var(--ease);
}
.mm-close {
  position: fixed; top: 1.1rem; right: 1.3rem; z-index: 2;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--pine-line); background: var(--pine-deep);
  color: var(--text); font-size: 1.1rem; cursor: pointer;
}
@media (hover: hover) { .mm-close:hover { border-color: var(--gold); color: var(--gold-bright); } }
.mm-grid {
  min-height: 100%; display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 3fr) minmax(0, 5fr);
  padding-top: var(--nav-h);
}
.mm-col--links {
  padding: clamp(2.5rem, 6vh, 4.5rem) clamp(1.5rem, 4vw, 4vw) 3rem clamp(1.5rem, 5vw, 6vw);
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--pine-line);
}
.mm-link {
  font-family: var(--ff-display); font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 400; color: var(--text-dim); text-decoration: none;
  padding: .5rem 0; line-height: 1.2;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  border-bottom: 1px solid var(--pine-line);
  transform: translateY(14px); opacity: 0;
  transition: transform var(--t-slow) var(--ease), opacity var(--t-slow) var(--ease),
    color var(--t-fast) var(--ease);
}
.mm-link .arrow { opacity: 0; transition: opacity var(--t-fast) var(--ease); color: var(--gold-bright); }
.mm-link:hover, .mm-link:focus-visible, .mm-link.is-active { color: var(--text); }
.mm-link:hover .arrow, .mm-link:focus-visible .arrow, .mm-link.is-active .arrow { opacity: 1; }
.mm-link[aria-current="page"] { color: var(--gold-bright); }
body.nav-open .mm-link { transform: none; opacity: 1; }
body.nav-open .mm-link:nth-child(2) { transition-delay: 60ms; }
body.nav-open .mm-link:nth-child(3) { transition-delay: 120ms; }
body.nav-open .mm-link:nth-child(4) { transition-delay: 180ms; }
.mm-follow {
  margin-top: var(--s-10); color: var(--text-dim); font-size: .92rem; line-height: 2.1;
  transform: translateY(14px); opacity: 0;
  transition: transform var(--t-slow) var(--ease), opacity var(--t-slow) var(--ease);
  transition-delay: 240ms;
}
body.nav-open .mm-follow { transform: none; opacity: 1; }
.mm-follow-label {
  font-size: var(--fs-tiny); letter-spacing: .14em; text-transform: uppercase;
  color: var(--champagne); margin-bottom: .3rem;
}
.mm-follow a { display: block; color: var(--text); text-decoration: none; border-bottom: 1px solid transparent; width: fit-content; }
@media (hover: hover) { .mm-follow a:hover { border-bottom-color: var(--gold); } }

.mm-col--sub {
  padding: clamp(2.5rem, 6vh, 4.5rem) clamp(1.5rem, 4vw, 3vw);
  border-right: 1px solid var(--pine-line);
}
.mm-sub { display: none; flex-direction: column; gap: 1.3rem; }
.mm-sub.is-active { display: flex; }
.mm-sub a {
  font-size: 1.05rem; font-weight: 500; color: var(--text-dim); text-decoration: none;
  transition: color var(--t-fast) var(--ease);
}
@media (hover: hover) { .mm-sub a:hover { color: var(--gold-bright); } }

.mm-col--visual { position: relative; overflow: hidden; background: var(--pine); }
.mm-col--visual img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .5s var(--ease);
}
.mm-col--visual img.is-active { opacity: 1; }
.mm-col--visual::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,16,12,.1) 0%, rgba(10,16,12,.55) 100%);
}

@media (max-width: 1080px) {
  .mm-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .mm-col--visual { display: none; }
}
@media (max-width: 720px) {
  .mm-grid { grid-template-columns: 1fr; }
  .mm-col--links { border-right: none; padding-bottom: 1.5rem; }
  .mm-col--sub { display: none; }
  .mm-link { font-size: clamp(1.7rem, 8vw, 2.4rem); }
}

@media (max-width: 920px) {
  :root { --nav-h: 64px; }
  .brand img { width: 40px; height: 30px; }
}
@media (max-width: 640px) { .nav-tel { display: none; } }
@media (max-width: 560px) {
  .nav-cta { padding: .55rem 1rem; font-size: .8rem; }
  .brand .bt { font-size: 1.1rem; }
}

/* ---------- Intro-Overlay (nur index, 1× pro Session) ---------- */
.intro {
  position: fixed; inset: 0; z-index: 1000;
  display: grid; place-items: center;
  background: var(--pine-deep); cursor: pointer;
}
.intro figure { display: grid; place-items: center; gap: 1.1rem; }
.intro img { width: min(190px, 42vw); border-radius: var(--r-md); }
.intro .intro-line {
  display: block; width: 0; height: 1px; background: var(--gold);
  animation: introLine .9s var(--ease) .15s forwards;
}
@keyframes introLine { to { width: 7rem; } }
.intro.is-done {
  animation: introLift .65s cubic-bezier(.77, 0, .18, 1) forwards;
}
@keyframes introLift { to { clip-path: inset(0 0 100% 0); visibility: hidden; } }
@media (prefers-reduced-motion: reduce) { .intro { display: none; } }

/* ---------- Hero-Full: Vollbild-Text-Hero ohne Foto (Kontakt, Standortseiten) —
   dasselbe "voller Bildschirm, kein Durchblick"-Prinzip wie hero-video/hero-big,
   nur ohne Bild: ruhiger Verlaufshintergrund statt Foto. ---------- */
.hero-full {
  position: relative; overflow: clip;
  height: calc(100vh + var(--nav-h)); height: calc(100svh + var(--nav-h));
  min-height: calc(100vh + var(--nav-h)); min-height: calc(100svh + var(--nav-h));
  display: flex; align-items: center; justify-content: center; text-align: center;
  margin-top: calc(-1 * var(--nav-h)); padding-top: var(--nav-h);
  background: radial-gradient(120% 90% at 50% 0%, var(--pine-soft) 0%, var(--pine) 55%, var(--pine-deep) 100%);
}
.hero-full .container { position: relative; z-index: 1; max-width: 900px; padding-block: clamp(2rem, 6vh, 4rem); }
.hero-full .eyebrow { justify-content: center; }
.hero-full h1 { margin-top: var(--s-6); margin-inline: auto; }
.hero-full .lead { margin-top: var(--s-6); margin-inline: auto; }
.hero-full .btn-row { justify-content: center; margin-top: var(--s-8); }
.hero-full .click-trigger { margin-top: var(--s-4); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-top: calc(var(--nav-h) + clamp(3rem, 9vh, 6.5rem));
  padding-bottom: clamp(2.5rem, 6vh, 5rem);
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 5rem); align-items: center;
}
.hero-sub { margin-top: var(--s-6); }
.hero .btn-row { margin-top: var(--s-8); }

.hero-visual {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(240, 232, 214, .08) inset, 0 30px 80px -30px rgba(0, 0, 0, .65);
}
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  border: 1px solid rgba(211, 164, 94, .35);
  border-radius: var(--r-lg); pointer-events: none;
}
.hero-visual img {
  width: 100%; height: clamp(380px, 62vh, 620px); object-fit: cover;
  transform: scale(1.06);
  will-change: transform;
}
.hero-caption {
  position: absolute; left: 1.1rem; bottom: 1rem; right: 1.1rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  color: var(--cream); font-size: var(--fs-tiny); letter-spacing: .1em; text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .7);
}

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual img { height: clamp(300px, 44vh, 420px); object-position: center 62%; }
}

/* ---------- Hero-Scroll-Cue (für hero-big) ---------- */
.hero-scroll {
  position: absolute; left: 50%; bottom: clamp(1.3rem, 4.5vh, 2.4rem); transform: translateX(-50%);
  z-index: 1; display: flex; flex-direction: column; align-items: center; gap: .6rem;
  color: var(--cream); font-size: var(--fs-tiny); letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; text-shadow: 0 2px 10px rgba(0,0,0,.6);
}
.hero-scroll .ln { width: 1px; height: 36px; background: var(--gold-bright); overflow: hidden; position: relative; }
html.js .hero-scroll .ln::after {
  content: ""; position: absolute; inset: 0; background: var(--cream);
  animation: scrollHint 2s var(--ease) infinite;
}
@keyframes scrollHint {
  0% { transform: translateY(-100%); }
  60%, 100% { transform: translateY(100%); }
}
@media (prefers-reduced-motion: reduce) { html.js .hero-scroll .ln::after { animation: none; } }

/* Wort-für-Wort-Reveal (einmalig, für Hero-Überschriften nach dem Scroll-Cover) */
html.js [data-split] .split-word {
  display: inline-block; opacity: 0; transform: translateY(0.5em);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
html.js [data-split].is-in .split-word { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js [data-split] .split-word { opacity: 1; transform: none; transition: none; }
}

/* ---------- Skalierte Reveal-Variante (Alternative zu reveal-l/-r für Bilder) ---------- */
html.js .reveal-scale { opacity: 0; transform: scale(.94); transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease); }
html.js .reveal-scale.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal-scale { opacity: 1; transform: none; transition: none; } }

/* ---------- Kleiner englischer Akzent (sparsam, nie in Kernaussagen/CTAs) ---------- */
/* ---------- Info-Tafel (Atrium-Variante mit Kennzahlen statt Foto: Webdesign-Pakete) ---------- */
.tafel--info { background: linear-gradient(168deg, var(--pine-soft) 0%, var(--pine-deep) 78%); }
.tafel-info {
  position: absolute; inset: 8% 8% 40%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px 1.1rem;
  align-content: center;
}
.tafel-info .tif {
  border-top: 1px solid var(--pine-line); padding-top: .55rem;
}
.tafel-info .tif .tn {
  display: block; font-family: var(--ff-display); font-weight: 600;
  font-size: clamp(1.15rem, 1vw + .9rem, 1.5rem); color: var(--gold-bright);
  font-variant-numeric: tabular-nums; line-height: 1.1;
}
.tafel-info .tif .tl { display: block; font-size: .72rem; color: var(--text-dim); margin-top: .15rem; }
@media (hover: hover) { .tafel:hover .tafel-info .tn { color: var(--gold-bright); } }

/* ---------- Hero-Video: Vollbild-Video vor dem Foto-Hero, große Wortmarke (v4-Vorbild,
   nur auf index.html — der Foto-Hero darunter bleibt die eigentliche, SEO-tragende
   Begrüßung und braucht den Fixed-Header-Bleed-Trick dann nicht mehr selbst). ---------- */
.hero-video {
  position: relative; overflow: clip;
  height: calc(100vh + var(--nav-h)); height: calc(100svh + var(--nav-h));
  min-height: calc(100vh + var(--nav-h)); min-height: calc(100svh + var(--nav-h));
  display: flex; align-items: center; justify-content: center; text-align: center;
  margin-top: calc(-1 * var(--nav-h)); padding-top: var(--nav-h);
}
.hero-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-video::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,16,12,.58) 0%, rgba(10,16,12,.28) 45%, rgba(10,16,12,.72) 100%);
}
.hero-video .hv-content { position: relative; z-index: 1; padding-inline: 6vw; }
.hero-video .hv-word {
  font-family: var(--ff-hero); font-weight: 400; font-style: normal; color: var(--cream);
  font-size: clamp(2.8rem, 11vw, 9.2rem); line-height: 1; letter-spacing: .005em;
  text-shadow: 0 8px 44px rgba(0,0,0,.4);
}
.hero-video .hv-word em { font-style: normal; font-weight: 400; color: var(--gold-bright); }
.hero-video .hv-sub {
  margin-top: var(--s-6); font-family: var(--ff-body); font-weight: 700;
  font-size: clamp(.82rem, .35vw + .74rem, 1.05rem);
  letter-spacing: .09em; text-transform: uppercase; color: var(--cream);
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
  text-align: center;
}
.hero-video + .hero-big { margin-top: 0; padding-top: 0; }

/* ---------- Hero-Big: Vollbild-Foto + große zentrierte Headline, sofort sichtbar ---------- */
.hero-big {
  position: relative; overflow: clip;
  height: calc(100vh + var(--nav-h)); height: calc(100svh + var(--nav-h));
  min-height: calc(100vh + var(--nav-h)); min-height: calc(100svh + var(--nav-h));
  display: flex; align-items: center; justify-content: center;
  margin-top: calc(-1 * var(--nav-h)); padding-top: var(--nav-h);
  text-align: center;
}
.hero-big img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  will-change: transform;
}
.hero-big::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,16,12,.58) 0%, rgba(10,16,12,.32) 42%, rgba(10,16,12,.72) 100%);
}
.hero-big .container { position: relative; z-index: 1; padding-block: clamp(4rem, 10vh, 6rem); }
.hero-big .eyebrow { justify-content: center; color: var(--cream); }
.hero-big .eyebrow::after { content: ""; width: 2.5rem; height: 1px; background: var(--gold-bright); flex: 0 0 auto; }
.hero-big h1 {
  margin-top: var(--s-6); margin-inline: auto; max-width: 16ch;
  color: var(--cream); font-size: clamp(2.6rem, 5.2vw + 1.2rem, 6rem);
  text-shadow: 0 4px 34px rgba(0,0,0,.4);
}
.hero-big .lead { margin-top: var(--s-6); margin-inline: auto; color: var(--cream); opacity: .94; text-shadow: 0 2px 16px rgba(0,0,0,.45); max-width: 50ch; }
.hero-big .btn-row { justify-content: center; margin-top: var(--s-8); }
.hero-big .click-trigger { color: var(--cream); opacity: .88; text-shadow: 0 2px 10px rgba(0,0,0,.55); margin-top: var(--s-4); }
.hero-big .tlink { color: var(--cream); border-bottom-color: var(--gold-bright); }

/* ---------- Plakette (ehrliche Zahlen dieser Seite) ---------- */
.plaque {
  border-block: 1px solid var(--pine-line);
  padding-block: var(--s-6);
}
.plaque-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-6);
}
.plaque-item { text-align: left; }
.plaque-item .num {
  font-family: var(--ff-display); font-weight: 600;
  font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.1;
  color: var(--gold-bright); font-variant-numeric: tabular-nums;
}
.plaque-item .lbl { font-size: var(--fs-small); color: var(--text-dim); margin-top: .2rem; }
@media (max-width: 760px) {
  .plaque-grid { grid-template-columns: repeat(2, 1fr); row-gap: var(--s-8); }
}

/* ---------- ATRIUM — Signature: Tafel-Galerie (Leistungen & Preise) ---------- */
.atrium { position: relative; }
.atrium-head { display: flex; flex-wrap: wrap; align-items: flex-end; gap: var(--s-6); }
.atrium-head .grow { flex: 1 1 auto; }
.atrium-nav { display: flex; gap: .6rem; }
.atrium-nav button {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--pine-line); background: transparent;
  color: var(--text); cursor: pointer; display: grid; place-items: center;
  transition: border-color var(--t-fast) var(--ease), color var(--t-fast) var(--ease),
    opacity var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.atrium-nav button:active { transform: scale(.94); }
@media (hover: hover) {
  .atrium-nav button:not([disabled]):hover { border-color: var(--gold); color: var(--gold-bright); }
}
.atrium-nav button[disabled] { opacity: .3; cursor: default; }
.atrium-nav svg { width: 22px; height: 22px; }

.atrium-track {
  display: flex; gap: clamp(.9rem, 2vw, 1.4rem);
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-block: var(--s-10) var(--s-4);
  padding-inline: max(4vw, calc((100vw - 1200px) / 2));
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.atrium-track::-webkit-scrollbar { display: none; }

.tafel {
  position: relative; flex: 0 0 auto;
  width: clamp(248px, 66vw, 350px);
  aspect-ratio: 3 / 4.3;
  border-radius: var(--r-lg);
  overflow: hidden;
  scroll-snap-align: center;
  text-decoration: none;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(168deg, var(--pine-soft) 0%, var(--pine-deep) 78%);
  box-shadow: 0 1px 0 rgba(240, 232, 214, .07) inset, 0 24px 60px -28px rgba(0, 0, 0, .7);
  transform: scale(var(--tafel-scale, 1));
  transition: transform .25s var(--ease), box-shadow var(--t-med) var(--ease);
  will-change: transform;
}
@media (min-width: 920px) { .tafel { scroll-snap-align: start; } }
.tafel:active { transform: scale(calc(var(--tafel-scale, 1) * .98)); }
@media (hover: hover) {
  .tafel:hover { transform: scale(var(--tafel-scale, 1)) translateY(-8px); box-shadow: 0 1px 0 rgba(240,232,214,.1) inset, 0 34px 70px -26px rgba(0, 0, 0, .8); }
  .tafel:hover .tafel-img { transform: scale(1.05); }
}
.tafel::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--r-lg);
  border: 1px solid rgba(211, 164, 94, .28); pointer-events: none;
}
.tafel--featured::after { border-color: rgba(211, 164, 94, .75); border-width: 1.5px; }

/* Spotlight-Glow, folgt der Maus (Vanilla-Nachbau von Aceternitys "Card Spotlight") */
.tafel::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  border-radius: inherit; opacity: 0; transition: opacity .5s var(--ease);
  background: radial-gradient(480px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(211, 164, 94, .22), transparent 62%);
}
@media (hover: hover) { .tafel:hover::before { opacity: 1; } }

.tafel-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform var(--t-slow) var(--ease);
  will-change: transform;
  filter: saturate(.72) sepia(.14) hue-rotate(-6deg) contrast(1.02);
}
.tafel-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23, 35, 28, .38) 0%, rgba(23, 35, 28, .18) 38%, rgba(23, 35, 28, .92) 100%);
  pointer-events: none;
}
.tafel-numeral {
  position: absolute; top: 1.1rem; right: 1.3rem; z-index: 2;
  font-family: var(--ff-display); font-size: 3.2rem; font-weight: 500;
  color: rgba(211, 164, 94, .5); line-height: 1;
}
.tafel-body { position: relative; z-index: 2; padding: 1.5rem 1.4rem 1.4rem; }
.tafel-body .label { display: block; margin-bottom: .5rem; }
.tafel-title {
  display: block; font-family: var(--ff-display); font-weight: 600;
  font-size: clamp(1.55rem, 1.6vw + 1rem, 1.95rem);
  line-height: 1.12; color: var(--cream); text-wrap: balance;
  min-height: 2.24em;
}
.tafel-line { font-size: var(--fs-small); color: var(--text-dim); margin-top: .45rem; }
.tafel-foot {
  margin-top: 1rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem;
}
.price-chip {
  display: inline-block; padding: .42rem .95rem; border-radius: var(--r-pill);
  background: rgba(201, 156, 85, .16); border: 1px solid rgba(211, 164, 94, .55);
  color: var(--gold-bright); font-weight: 600; font-size: .86rem;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.tafel-open {
  display: inline-grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--pine-line); color: var(--text);
  transition: border-color var(--t-fast), color var(--t-fast);
}
@media (hover: hover) { .tafel:hover .tafel-open { border-color: var(--gold); color: var(--gold-bright); } }
.tafel-open svg { width: 18px; height: 18px; }

.tafel--cta {
  background: var(--cream); justify-content: center; align-items: flex-start;
}
.tafel--cta::after { border-color: transparent; }
.tafel--cta .tafel-body { display: grid; gap: 1.1rem; }
.tafel--cta .tafel-title { color: var(--ink); }
.tafel--cta .tafel-line { color: var(--ink-soft); }

.atrium-hint { margin-top: var(--s-3); font-size: var(--fs-tiny); color: var(--text-dim); }
.atrium-hint--pin { display: none; }
@media (min-width: 920px) { .atrium-hint--swipe { display: none; } }

/* Pinned-Modus: vertikales Scrollen fährt die Tafeln horizontal durch (Desktop) */
html.js .atrium--pinned .atrium-pin { height: var(--atrium-h, auto); }
html.js .atrium--pinned .atrium-stage {
  position: sticky; top: 0; height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  gap: clamp(.6rem, 2.4svh, 1.6rem);
  overflow: hidden;
}
html.js .atrium--pinned .atrium-head { margin-top: 0; }
html.js .atrium--pinned .atrium-track {
  overflow: visible;
  padding-block: clamp(.6rem, 2.4svh, 1.4rem) .4rem;
  will-change: transform;
}
html.js .atrium--pinned .tafel { width: auto; height: min(56svh, 540px); }
html.js .atrium--pinned .atrium-hint--pin { display: block; }
html.js .atrium--pinned .atrium-hint--swipe { display: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .atrium--pinned .atrium-pin { height: auto; }
  html.js .atrium--pinned .atrium-stage { position: static; height: auto; overflow: visible; }
  html.js .atrium--pinned .atrium-track { overflow-x: auto; }
}

/* Tafel-Dialog (Detailansicht) */
.tafel-dialog {
  border: none; border-radius: var(--r-lg);
  background: var(--pine-soft); color: var(--text);
  width: min(680px, calc(100vw - 2rem));
  max-height: min(86dvh, 780px);
  padding: 0; overflow: hidden;
  box-shadow: 0 1px 0 rgba(240, 232, 214, .08) inset, 0 40px 120px -30px rgba(0, 0, 0, .85);
}
.tafel-dialog::backdrop { background: rgba(10, 16, 12, .72); backdrop-filter: blur(4px); }
html:has(dialog.tafel-dialog[open]) { overflow: hidden; }
.td-scroll { overflow-y: auto; max-height: inherit; padding: clamp(1.6rem, 4vw, 2.6rem); }
.td-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.td-close {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--pine-line); background: transparent; color: var(--text);
  cursor: pointer; display: grid; place-items: center; font-size: 1.1rem;
}
@media (hover: hover) { .td-close:hover { border-color: var(--gold); color: var(--gold-bright); } }
.td-title { font-size: clamp(1.8rem, 4vw, 2.4rem); margin-top: .4rem; }
.td-price { margin-top: var(--s-4); }
.td-list { list-style: none; margin-top: var(--s-6); display: grid; gap: .65rem; }
.td-list li { padding-left: 1.6rem; position: relative; color: var(--text-dim); font-size: .95rem; }
.td-list li::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: .95rem; height: 1px; background: var(--gold);
}
.td-list li strong { color: var(--text); font-weight: 500; }
.td-note { margin-top: var(--s-6); font-size: var(--fs-small); color: var(--text-dim); }
.td-actions { margin-top: var(--s-8); display: flex; flex-wrap: wrap; gap: var(--s-4); align-items: center; }

/* ---------- Eingelegte Creme-Panels ---------- */
.panel--cream {
  background: var(--cream); color: var(--ink);
  margin-inline: clamp(.6rem, 1.6vw, 1.8rem);
  border-radius: var(--r-lg);
}
.panel--cream h2, .panel--cream h3 { color: var(--ink); }
.panel--cream h2 em { color: var(--gold); }
.panel--cream p { color: var(--ink); }
.panel--cream .lead, .panel--cream .dim { color: var(--ink-soft); }
.panel--cream a { color: #8a5f26; }

/* ---------- Hosting-Kalkulator (webdesign.html) ---------- */
.hosting-calc { max-width: 760px; }
.hc-base {
  background: var(--ink); color: var(--cream); border-radius: var(--r-md);
  padding: var(--s-6) var(--s-8);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem 1rem;
}
.hc-base-label { font-family: var(--ff-display); font-weight: 700; font-size: 1.05rem; }
.hc-base-price {
  font-family: var(--ff-display); font-weight: 700; font-size: 1.5rem;
  color: var(--gold-bright); margin-left: auto;
}
.hc-base-price span { font-family: var(--ff-body); font-weight: 500; font-size: .8rem; color: var(--cream-dim, var(--text-dim)); }
.hc-base-line { width: 100%; margin-top: .3rem; font-size: var(--fs-small); color: var(--text-dim); }
.hc-options { display: grid; gap: .8rem; margin-top: var(--s-6); }
.hc-option {
  display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 1rem;
  background: #fff; border: 1px solid rgba(26, 38, 32, .12); border-radius: var(--r-md);
  padding: 1.1rem 1.3rem; cursor: pointer; transition: border-color var(--t-fast) var(--ease);
}
@media (hover: hover) { .hc-option:hover { border-color: var(--gold); } }
.hc-option input {
  margin-top: .3rem; width: 20px; height: 20px; accent-color: var(--wine); cursor: pointer;
}
.hc-option-body { display: grid; gap: .25rem; }
.hc-option-title { font-family: var(--ff-display); font-weight: 700; font-size: 1rem; color: var(--ink); }
.hc-option-line { font-size: var(--fs-small); color: var(--ink-soft); }
.hc-option-price {
  font-family: var(--ff-display); font-weight: 700; font-size: 1.05rem; color: var(--wine);
  white-space: nowrap; font-variant-numeric: tabular-nums;
}
.hc-total {
  margin-top: var(--s-8); padding-top: var(--s-6); border-top: 1px solid rgba(26, 38, 32, .18);
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .6rem;
}
.hc-total-label { font-weight: 600; color: var(--ink); }
.hc-total-value { font-family: var(--ff-display); font-weight: 700; font-size: 1.8rem; color: var(--ink); font-variant-numeric: tabular-nums; }
.hc-total-unit { font-family: var(--ff-body); font-weight: 500; font-size: .8rem; color: var(--ink-soft); }
.hc-cta { margin-top: var(--s-6); }
.hc-cta .click-trigger { color: var(--ink-soft); }

/* Komponenten auf Creme */
.panel--cream .flow-step {
  background: #FBF7EC;
  box-shadow: 0 1px 2px rgba(26, 38, 32, .05), 0 14px 44px -18px rgba(26, 38, 32, .18);
}
.panel--cream .flow-step p { color: var(--ink-soft); }
.panel--cream .flow-step .fn { color: var(--gold); }
.panel--cream .faq details { border-top-color: rgba(26, 38, 32, .16); }
.panel--cream .faq details:last-child { border-bottom-color: rgba(26, 38, 32, .16); }
.panel--cream .faq .fb p { color: var(--ink-soft); }
.panel--cream .faq .mk { border-color: rgba(26, 38, 32, .22); color: var(--gold); }
.panel--cream .principle { border-top-color: rgba(26, 38, 32, .16); }
.panel--cream .principle:last-child { border-bottom-color: rgba(26, 38, 32, .16); }
.panel--cream .principle p { color: var(--ink-soft); }
.panel--cream .principle .pn { color: var(--gold); }
.panel--cream .call-strip { background: #FBF7EC; box-shadow: 0 1px 2px rgba(26, 38, 32, .05); }
.panel--cream .call-strip p { color: var(--ink-soft); }
.panel--cream .cta-line { color: var(--ink-soft); }
.panel--cream .btn--ghost { color: var(--ink); border-color: rgba(26, 38, 32, .3); }
@media (hover: hover) { .panel--cream .btn--ghost:hover { border-color: var(--gold); color: #8a5f26; } }

/* ---------- Herkunft / Quote-Band ---------- */
.origin-grid {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.origin blockquote {
  font-family: var(--ff-display); font-weight: 500;
  font-size: clamp(1.7rem, 2.4vw + .8rem, 2.7rem); line-height: 1.22;
  color: var(--ink); text-wrap: balance;
}
.origin blockquote em { color: var(--gold); font-style: normal; }
.origin .qc { margin-top: var(--s-6); color: var(--ink-soft); }
.origin-visual { border-radius: var(--r-md); overflow: hidden; position: relative; }
.origin-visual img { width: 100%; height: clamp(300px, 40vh, 440px); object-fit: cover; }
.origin-visual figcaption {
  position: absolute; left: 1rem; bottom: .9rem;
  font-size: var(--fs-tiny); letter-spacing: .1em; text-transform: uppercase;
  color: var(--cream); text-shadow: 0 1px 8px rgba(0, 0, 0, .8);
}
@media (max-width: 860px) {
  .origin-grid { grid-template-columns: 1fr; }
  .origin-visual { order: -1; }
  .origin-visual img { height: clamp(220px, 32vh, 320px); }
}

/* ---------- Prinzipien ---------- */
.principles { display: grid; gap: 0; margin-top: var(--s-10); }
.principle {
  display: grid; grid-template-columns: auto 1fr; gap: var(--s-6);
  align-items: baseline;
  padding-block: var(--s-6);
  border-top: 1px solid var(--pine-line);
}
.principle:last-child { border-bottom: 1px solid var(--pine-line); }
.principle .pn {
  font-family: var(--ff-display); font-style: normal; font-weight: 500;
  font-size: 1.6rem; color: var(--gold-bright); min-width: 2.2rem;
}
.principle h3 { font-size: 1.5rem; }
.principle p { color: var(--text-dim); margin-top: .35rem; }

/* ---------- Ablauf ---------- */
.flow { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--s-6); margin-top: var(--s-10); }
.flow-step {
  background: var(--pine-soft); border-radius: var(--r-md);
  padding: var(--s-8) var(--s-6);
  box-shadow: 0 1px 0 rgba(240, 232, 214, .06) inset;
}
.flow-step .fn {
  font-family: var(--ff-display); font-style: normal;
  font-size: 1.35rem; color: var(--gold-bright);
}
.flow-step h3 { margin-top: var(--s-3); font-size: 1.45rem; }
.flow-step p { color: var(--text-dim); margin-top: .5rem; font-size: .95rem; }
@media (max-width: 820px) {
  .flow { grid-template-columns: 1fr; }
  .flow-step { position: sticky; top: calc(var(--nav-h) + .75rem); }
  .flow-step:nth-child(2) { top: calc(var(--nav-h) + 1.5rem); }
  .flow-step:nth-child(3) { top: calc(var(--nav-h) + 2.25rem); }
  .flow-step:nth-child(4) { top: calc(var(--nav-h) + 3rem); }
  .flow-step { box-shadow: 0 -18px 40px -28px rgba(0,0,0,.8), 0 1px 0 rgba(240,232,214,.06) inset; }
}

/* ---------- Citability ---------- */
.cite {
  border-left: 2px solid var(--gold);
  padding: var(--s-4) 0 var(--s-4) var(--s-6);
  color: var(--text-dim); font-size: .95rem; max-width: 72ch;
}
.cite strong { color: var(--text); font-weight: 500; }

/* ---------- FAQ ---------- */
.faq details {
  border-top: 1px solid var(--pine-line);
}
.faq details:last-child { border-bottom: 1px solid var(--pine-line); }
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.15rem 0;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { font-size: 1.28rem; font-weight: 600; }
.faq .mk {
  flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--pine-line); display: grid; place-items: center;
  color: var(--gold-bright); font-size: 1.15rem; line-height: 1;
  transition: transform var(--t-med) var(--ease), border-color var(--t-fast);
}
.faq details[open] .mk { transform: rotate(45deg); border-color: var(--gold); }
.faq .fb { padding: 0 0 1.3rem; }
.faq .fb p { color: var(--text-dim); font-size: .95rem; max-width: 68ch; }
.faq .fb a { white-space: nowrap; }

/* ---------- CTA-Ebenen ---------- */
.cta-line {
  padding-block: var(--s-3) var(--s-section);
  font-size: var(--fs-small); color: var(--text-dim);
}
.cta-line a { font-weight: 500; }

.call-strip {
  margin-block: var(--s-8);
  border-radius: var(--r-md);
  background: var(--pine-soft);
  padding: 1.1rem 1.5rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem;
  box-shadow: 0 1px 0 rgba(240, 232, 214, .06) inset;
}
.call-strip p { color: var(--text-dim); font-size: .95rem; }
.call-strip a { font-weight: 600; white-space: nowrap; }

.call-chip {
  position: fixed; right: 1.3rem; bottom: calc(1.3rem + 96px + 0.9rem); z-index: 80;
  display: none; align-items: center; gap: .55rem;
  background: var(--pine-soft); color: var(--text);
  border: 1px solid var(--pine-line); border-radius: var(--r-pill);
  padding: .7rem 1.2rem; font-size: .9rem; font-weight: 500;
  text-decoration: none;
  box-shadow: 0 18px 50px -18px rgba(0, 0, 0, .7);
  opacity: 0; transform: translateY(12px);
  transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease),
    border-color var(--t-fast);
}
.call-chip .dotph { color: var(--gold-bright); }
@media (hover: hover) { .call-chip:hover { border-color: var(--gold); } }
@media (min-width: 921px) { .call-chip { display: inline-flex; } }
body.scrolled .call-chip { opacity: 1; transform: none; }

/* ---------- WhatsApp-FAB: bewusst unten LINKS (Gegenseite zu Call-Chip/Wegweiser,
   damit kein Overlap-Risiko wie beim ursprünglichen Call-Chip/Nav-Fab-Bug entsteht) ---------- */
.whatsapp-fab {
  position: fixed; left: 1.3rem; bottom: 1.3rem; z-index: 80;
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center;
  background: #25D366; box-shadow: 0 16px 44px -16px rgba(0, 0, 0, .65);
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease), filter var(--t-fast);
}
.whatsapp-fab svg { width: 30px; height: 30px; }
@media (hover: hover) { .whatsapp-fab:hover { filter: brightness(1.08); } }
.whatsapp-fab:active { transform: scale(.96); }
body.scrolled .whatsapp-fab { opacity: 1; transform: none; pointer-events: auto; }
body.nav-open .whatsapp-fab { opacity: 0; pointer-events: none; }
@media (max-width: 920px) { .whatsapp-fab { left: .8rem; bottom: calc(.8rem + 66px); width: 50px; height: 50px; } .whatsapp-fab svg { width: 26px; height: 26px; } }

.sticky-bar {
  position: fixed; left: .75rem; right: .75rem;
  bottom: calc(.75rem + env(safe-area-inset-bottom, 0px));
  z-index: 90;
  display: none; gap: .6rem;
  background: var(--pine-deep);
  background: color-mix(in srgb, var(--pine-deep) 94%, transparent);
  backdrop-filter: blur(8px);
  border: 1px solid var(--pine-line);
  border-radius: var(--r-pill); padding: .5rem;
  box-shadow: 0 18px 50px -14px rgba(0, 0, 0, .75);
  opacity: 0; transform: translateY(16px);
  transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease);
}
@media (max-width: 920px) { .sticky-bar { display: flex; } }
body.scrolled .sticky-bar { opacity: 1; transform: none; }
body.nav-open .sticky-bar { opacity: 0; pointer-events: none; }
.sticky-bar a {
  flex: 1; text-align: center; text-decoration: none;
  padding: .8rem .5rem; border-radius: var(--r-pill);
  font-weight: 600; font-size: .9rem;
}
.sticky-bar .sb-call { color: var(--text); border: 1px solid var(--pine-line); }
.sticky-bar .sb-cta { background: var(--gold-btn); color: var(--pine-deep); }
.sticky-bar a:active { transform: scale(.97); }

/* ---------- CTA-Band + Footer ---------- */
.site-close { margin-top: var(--s-section); }
.cta-band {
  background: var(--cream); color: var(--ink);
  margin-inline: clamp(.6rem, 1.6vw, 1.8rem);
  border-radius: var(--r-lg);
  padding-block: var(--s-section);
  text-align: left;
}
.cta-band h2 { color: var(--ink); max-width: 18ch; }
.cta-band h2 em { color: var(--gold); }
.cta-band .lead { color: var(--ink-soft); }
.cta-band .click-trigger { color: var(--ink-soft); }
.cta-band .alt-contact { margin-top: var(--s-6); font-size: var(--fs-small); color: var(--ink-soft); }
.cta-band .alt-contact a { color: #8a5f26; font-weight: 600; }

.site-footer {
  padding: var(--s-16) 0 calc(var(--s-8) + 74px);
}
@media (min-width: 921px) { .site-footer { padding-bottom: var(--s-8); } }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: var(--s-8);
}
.f-lockup { width: min(220px, 56vw); border-radius: var(--r-md); }
.f-claim { color: var(--text-dim); font-size: .95rem; margin-top: var(--s-4); max-width: 34ch; }
.footer-head {
  font-size: var(--fs-tiny); font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--champagne); margin-bottom: var(--s-4);
}
.site-footer ul { list-style: none; display: grid; gap: .55rem; }
.site-footer li, .site-footer li a { color: var(--text-dim); font-size: .95rem; text-decoration: none; }
@media (hover: hover) { .site-footer li a:hover { color: var(--gold-bright); } }
.perf-line {
  margin-top: var(--s-10); padding-top: var(--s-6);
  border-top: 1px solid var(--pine-line);
  color: var(--text-dim); font-size: var(--fs-small); max-width: none;
}
.perf-line strong { color: var(--gold-bright); font-weight: 600; font-variant-numeric: tabular-nums; }
.footer-bottom {
  margin-top: var(--s-6); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem;
  color: var(--text-dim); font-size: var(--fs-tiny);
}
.footer-bottom .mmxx { letter-spacing: .28em; color: var(--gold); }
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

/* ---------- Preis-Karten (webdesign.html) ---------- */
.price-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--s-6);
  align-items: stretch;
}
.price-card {
  position: relative;
  background: var(--pine-soft); border-radius: var(--r-lg);
  padding: var(--s-8) var(--s-6);
  display: flex; flex-direction: column;
  box-shadow: 0 1px 0 rgba(240, 232, 214, .06) inset;
}
.price-card > * { position: relative; z-index: 2; }
.price-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  border-radius: inherit; opacity: 0; transition: opacity .5s var(--ease);
  background: radial-gradient(420px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(211, 164, 94, .18), transparent 62%);
}
@media (hover: hover) { .price-card:hover::after { opacity: 1; } }
.price-card .pn {
  font-family: var(--ff-display); font-style: normal; font-size: 1.15rem;
  color: var(--gold-bright);
}
.price-card h3 { margin-top: var(--s-2); font-size: 1.6rem; }
.price-card .pp {
  margin-top: var(--s-4);
  font-family: var(--ff-display); font-weight: 600;
  font-size: clamp(2rem, 2.4vw, 2.6rem); color: var(--text);
  font-variant-numeric: tabular-nums; line-height: 1.1;
}
.price-card .pp .pf { font-family: var(--ff-body); font-size: .85rem; font-weight: 500; color: var(--text-dim); }
.price-card ul { list-style: none; margin-top: var(--s-6); display: grid; gap: .6rem; flex: 1; }
.price-card li { position: relative; padding-left: 1.5rem; color: var(--text-dim); font-size: .93rem; }
.price-card li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: .9rem; height: 1px; background: var(--gold);
}
.price-card .pc-cta { margin-top: var(--s-8); }
.price-card--feature {
  background: linear-gradient(170deg, #2C3D31 0%, var(--pine-soft) 70%);
  outline: 1.5px solid rgba(211, 164, 94, .6); outline-offset: -1.5px;
}
.price-card--feature::before {
  content: "Empfehlung für die meisten Betriebe";
  position: absolute; top: -0.85rem; left: var(--s-6);
  background: var(--gold-btn); color: var(--pine-deep);
  font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: .35rem .8rem; border-radius: var(--r-pill);
}
.price-note { margin-top: var(--s-8); color: var(--text-dim); font-size: var(--fs-small); max-width: 78ch; }
@media (max-width: 980px) {
  .price-grid { grid-template-columns: 1fr; max-width: 560px; }
  .price-card--feature { order: -1; }
}

/* ---------- Speclist / Inhalt-Raster ---------- */
.speclist {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6);
  margin-top: var(--s-10);
}
.speclist > div {
  border-top: 1px solid var(--pine-line); padding-top: var(--s-4);
}
.speclist h3 { font-size: 1.3rem; }
.speclist p { color: var(--text-dim); font-size: .93rem; margin-top: .4rem; }
.panel--cream .speclist > div { border-top-color: rgba(26, 38, 32, .18); }
.panel--cream .speclist p { color: var(--ink-soft); }
@media (max-width: 860px) { .speclist { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .speclist { grid-template-columns: 1fr; } }

/* ---------- Formular ---------- */
.contact-grid {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
}
@media (max-width: 920px) { .contact-grid { grid-template-columns: 1fr; } }

.ways { display: grid; gap: var(--s-6); }
.way { display: grid; gap: .15rem; border-top: 1px solid var(--pine-line); padding-top: var(--s-4); }
.way .wl { font-size: var(--fs-tiny); letter-spacing: .14em; text-transform: uppercase; color: var(--champagne); font-weight: 600; }
.way .wv { font-family: var(--ff-display); font-size: 1.45rem; font-weight: 600; }
.way .wv a { color: var(--text); text-decoration: none; border-bottom: 1px solid var(--gold); }
.way .wh { color: var(--text-dim); font-size: var(--fs-small); margin-top: .25rem; }

.after-steps { margin-top: var(--s-6); display: grid; gap: .8rem; color: var(--text-dim); }
.after-steps strong { color: var(--gold-bright); font-family: var(--ff-display); font-style: normal; font-weight: 500; }

.form { display: grid; gap: var(--s-6); }
.field { display: grid; gap: .45rem; }
.field label { font-size: .9rem; font-weight: 600; color: var(--text); }
.field .optional { font-weight: 400; color: var(--text-dim); }
.field input, .field textarea {
  font-family: var(--ff-body); font-size: 1rem; color: var(--text);
  background: var(--pine-soft); border: 1px solid var(--pine-line);
  border-radius: var(--r-md); padding: .9rem 1.1rem;
  transition: border-color var(--t-fast) var(--ease);
  width: 100%;
}
.field textarea { min-height: 8.5rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8E8672; }
.field input:focus, .field textarea:focus { border-color: var(--gold); }
.field.has-error input, .field.has-error textarea { border-color: #C96A6A; }
.field-error {
  display: none; font-size: var(--fs-small); color: #E2A9A9;
}
.field.has-error .field-error { display: block; }
.hp { position: absolute !important; left: -5000px !important; opacity: 0; height: 0; width: 0; }

.form-success {
  background: var(--pine-soft); border: 1px solid var(--pine-line);
  border-left: 2px solid var(--gold);
  border-radius: var(--r-md); padding: var(--s-8);
}
.form-success h3 { color: var(--gold-bright); }
.form-success p { color: var(--text-dim); margin-top: .6rem; }

/* ---------- KI-Quiz ---------- */
.quiz {
  background: var(--pine-soft); border-radius: var(--r-lg);
  padding: clamp(1.4rem, 3.5vw, 2.6rem);
  box-shadow: 0 1px 0 rgba(240, 232, 214, .06) inset;
  max-width: 820px;
}
.quiz-head p { color: var(--text-dim); font-size: .95rem; }
.quiz fieldset { border: none; margin-top: var(--s-8); }
.quiz legend { font-weight: 600; color: var(--text); font-size: 1rem; margin-bottom: .8rem; max-width: 60ch; }
.q-options { display: flex; flex-wrap: wrap; gap: .55rem; }
.q-options label {
  cursor: pointer; position: relative; display: inline-flex;
}
.q-options input {
  position: absolute; opacity: 0; pointer-events: none;
}
.q-options span {
  display: inline-block; padding: .6rem 1.1rem; border-radius: var(--r-pill);
  border: 1px solid var(--pine-line); color: var(--text-dim);
  font-size: .9rem; transition: all var(--t-fast) var(--ease);
}
@media (hover: hover) { .q-options label:hover span { border-color: var(--gold); color: var(--text); } }
.q-options input:checked + span {
  background: rgba(201, 156, 85, .16); border-color: var(--gold);
  color: var(--gold-bright); font-weight: 600;
}
.q-options input:focus-visible + span { outline: 2px solid var(--gold-bright); outline-offset: 2px; }
.quiz legend .qn {
  display: inline-grid; place-items: center;
  width: 1.55rem; height: 1.55rem; margin-right: .55rem;
  border-radius: 50%; border: 1px solid var(--pine-line);
  font-family: var(--ff-display); font-style: normal; font-size: .95rem;
  color: var(--text-dim); vertical-align: -0.28em;
  transition: all var(--t-fast) var(--ease);
}
.quiz fieldset.done legend .qn {
  background: rgba(201, 156, 85, .16); border-color: var(--gold); color: var(--gold-bright);
}
.quiz-bar {
  margin-top: var(--s-8); height: 3px; border-radius: var(--r-pill);
  background: var(--pine-line); overflow: hidden;
}
.quiz-bar i {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  border-radius: var(--r-pill);
  transition: width var(--t-med) var(--ease);
}
.quiz-foot { margin-top: var(--s-6); display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-4); }
.quiz-progress { font-size: var(--fs-small); color: var(--text-dim); }
.quiz-result { margin-top: var(--s-8); border-top: 1px solid var(--pine-line); padding-top: var(--s-8); }
.quiz-result .qr-verdict { font-family: var(--ff-display); font-size: 1.9rem; font-weight: 620; color: var(--gold-bright); line-height: 1.15; }
.quiz-result .qr-text { margin-top: .6rem; color: var(--text-dim); }
.qr-meter { margin-top: var(--s-6); max-width: 420px; }
.qr-meter .m-track {
  height: 6px; border-radius: var(--r-pill); background: var(--pine-line); overflow: hidden;
}
.qr-meter .m-fill {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  border-radius: var(--r-pill);
  transition: width .9s var(--ease);
}
.qr-meter .m-scale {
  display: flex; justify-content: space-between;
  margin-top: .4rem; font-size: var(--fs-tiny); color: var(--text-dim);
}
.qr-areas { list-style: none; margin-top: var(--s-6); display: grid; gap: .5rem; }
.qr-areas li { position: relative; padding-left: 1.5rem; color: var(--text-dim); font-size: .93rem; }
.qr-areas li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: .9rem; height: 1px; background: var(--gold);
}
.quiz-result .btn { margin-top: var(--s-6); }
.quiz-restart {
  background: none; border: none; cursor: pointer;
  font-family: var(--ff-body); font-size: var(--fs-small);
  color: var(--text-dim); text-decoration: underline;
  text-underline-offset: 3px; margin-top: var(--s-4); padding: .3rem 0;
}
@media (hover: hover) { .quiz-restart:hover { color: var(--gold-bright); } }

/* ---------- Icon-Tafel (Atrium-Variante ohne Foto: KI-Check, KI-Optimierung) ---------- */
.tafel--icon { background: linear-gradient(168deg, var(--pine-soft) 0%, var(--pine-deep) 78%); }
.tafel-icon {
  position: absolute; inset: 9% 12% 40%;
  display: grid; place-items: center;
  color: rgba(211, 164, 94, .55);
}
.tafel-icon svg { width: 100%; height: 100%; max-width: 108px; max-height: 108px; }
@media (hover: hover) { .tafel:hover .tafel-icon { color: rgba(211, 164, 94, .8); } }
.tafel-icon { transition: color var(--t-med) var(--ease); }

/* ---------- Person-Grid (Foto + Text, z. B. "Wer dahintersteht") ---------- */
.person-grid {
  display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
.person-visual { position: relative; }
.person-photo {
  width: 100%; max-width: 320px; aspect-ratio: 1 / 1;
  object-fit: cover; border-radius: var(--r-lg);
  filter: saturate(.88) contrast(1.02);
}
.person-visual::after {
  content: ""; position: absolute; top: 0; left: 0;
  width: min(100%, 320px); aspect-ratio: 1/1;
  border: 1px solid rgba(211, 164, 94, .4); border-radius: var(--r-lg);
  transform: translate(14px, 14px); pointer-events: none; z-index: -1;
}
.person-sign {
  margin-top: var(--s-4); font-family: var(--ff-display); font-style: normal;
  font-weight: 500; color: var(--gold-bright); font-size: 1.1rem;
}
.person-sign span { display: block; font-family: var(--ff-body); font-style: normal;
  font-weight: 500; font-size: var(--fs-small); color: var(--text-dim); margin-top: .2rem; }
@media (max-width: 760px) {
  .person-grid { grid-template-columns: 1fr; }
  .person-photo, .person-visual::after { max-width: 220px; }
}

/* ---------- Maßanzug-Vergleich ---------- */
.tailor-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: var(--s-10); max-width: 880px;
}
.tailor-col { padding-top: var(--s-4); border-top: 1px solid var(--pine-line); }
.tailor-col h3 { font-size: 1.2rem; }
.tailor-col.is-off h3 { color: var(--text-dim); font-weight: 500; }
.tailor-col ul { list-style: none; margin-top: var(--s-4); display: grid; gap: .55rem; }
.tailor-col li { padding-left: 1.5rem; position: relative; font-size: .93rem; color: var(--text-dim); }
.tailor-col.is-off li::before { content: "–"; position: absolute; left: 0; color: var(--text-dim); }
.tailor-col.is-on li { color: var(--text); }
.tailor-col.is-on li::before { content: ""; position: absolute; left: 0; top: .55em; width: .9rem; height: 1px; background: var(--gold); }
.tailor-col.is-on h3 { color: var(--gold-bright); }
@media (max-width: 600px) { .tailor-grid { grid-template-columns: 1fr; } }

/* ---------- Quiz-Followup (E-Mail-Einholung nach Sofort-Ergebnis) ---------- */
.quiz-followup {
  margin-top: var(--s-8); padding-top: var(--s-8);
  border-top: 1px dashed var(--pine-line);
}
.quiz-followup h3 {
  font-family: var(--ff-display); font-weight: 600; font-size: 1.25rem; color: var(--text);
}
.quiz-followup p { color: var(--text-dim); font-size: .93rem; margin-top: .4rem; max-width: 52ch; }
.qf-row {
  margin-top: var(--s-4); display: flex; flex-wrap: wrap; gap: .7rem; align-items: flex-start;
}
.qf-row input[type="email"] {
  flex: 1 1 240px; font-family: var(--ff-body); font-size: 1rem; color: var(--text);
  background: var(--pine); border: 1px solid var(--pine-line); border-radius: var(--r-md);
  padding: .85rem 1.05rem; min-width: 0;
}
.qf-row input[type="email"]:focus { border-color: var(--gold); outline: none; }
.qf-note { margin-top: .5rem; font-size: var(--fs-tiny); color: var(--text-dim); }
.qf-done { display: none; color: var(--gold-bright); font-size: .93rem; margin-top: var(--s-4); }
.qf-done.is-shown { display: block; }

/* ---------- Cookie-/Datenschutz-Hinweis (elegant, kein GDPR-Consent nötig) ---------- */
.cookie-banner {
  position: fixed; left: 1rem; right: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  z-index: 970;
  max-width: 560px; margin-inline: auto;
  background: var(--pine-deep);
  background: color-mix(in srgb, var(--pine-deep) 96%, transparent);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--pine-line); border-top: 1.5px solid rgba(211, 164, 94, .55);
  border-radius: var(--r-lg);
  padding: 1.3rem 1.4rem 1.4rem;
  box-shadow: 0 24px 70px -20px rgba(0, 0, 0, .75);
  opacity: 0; visibility: hidden; transform: translateY(18px);
  transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease), visibility 0s linear var(--t-slow);
}
.cookie-banner.is-shown { opacity: 1; visibility: visible; transform: none; transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease); }
.cookie-banner .cb-label {
  font-size: var(--fs-tiny); font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-bright);
}
.cookie-banner h2, .cookie-banner p.cb-title {
  font-family: var(--ff-display); font-weight: 600; font-size: 1.3rem; color: var(--text);
  margin-top: .5rem;
}
.cookie-banner .cb-text { color: var(--text-dim); font-size: .9rem; margin-top: .5rem; max-width: 46ch; }
.cookie-banner .cb-row {
  margin-top: var(--s-4); display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem;
}
.cookie-banner .cb-more {
  font-size: var(--fs-small); color: var(--text-dim); text-decoration: underline;
  text-underline-offset: 3px;
}
@media (hover: hover) { .cookie-banner .cb-more:hover { color: var(--gold-bright); } }
@media (max-width: 560px) {
  .cookie-banner { left: .6rem; right: .6rem; bottom: calc(.6rem + env(safe-area-inset-bottom, 0px)); padding: 1.1rem 1.1rem 1.2rem; }
}

/* ---------- Navigationsassistent: rotierendes Rundsiegel + Overlay (Spängler-Vorbild) ---------- */
.nav-fab {
  position: fixed; right: 1.3rem; bottom: 1.3rem; z-index: 85;
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--wine); border: none; cursor: pointer;
  display: grid; place-items: center; padding: 0;
  box-shadow: 0 16px 44px -14px rgba(0, 0, 0, .65);
  animation: navFabSpin 18s linear infinite;
}
@media (hover: hover) { .nav-fab:hover { background: #9a3232; } }
.nav-fab:active { transform: scale(.96); }
.nav-fab-ring { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--cream); }
.nav-fab-center {
  position: relative; z-index: 1; display: grid; place-items: center;
  width: 36px; height: 36px; border-radius: 50%; background: var(--cream); color: var(--wine);
  animation: navFabSpin 18s linear infinite reverse;
}
.nav-fab-center svg { width: 16px; height: 16px; }
@keyframes navFabSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .nav-fab, .nav-fab-center { animation: none; } }
@media (max-width: 920px) { .nav-fab { right: .8rem; bottom: calc(.8rem + 66px); width: 74px; height: 74px; } .nav-fab-center { width: 30px; height: 30px; } }

.nav-overlay {
  position: fixed; right: 0; bottom: 0; z-index: 970;
  width: min(820px, 96vw); max-height: min(92vh, 860px);
  border-radius: 320px 0 0 0; overflow: hidden;
  background: radial-gradient(circle at 78% 8%, #9a3232, var(--wine) 65%);
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .65);
  transform-origin: bottom right;
  opacity: 0; visibility: hidden; transform: scale(.85) translateY(10px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s linear .3s;
}
.nav-overlay.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.nav-overlay .no-content {
  position: relative; z-index: 1; max-height: inherit; overflow-y: auto;
  padding: 4rem 4rem 3.2rem 8rem; text-align: left;
}
.nav-overlay .eyebrow { color: var(--cream); }
.nav-overlay .eyebrow::before { background: var(--gold-bright); }
.no-close {
  position: absolute; top: 1.3rem; right: 1.3rem; z-index: 2;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(240, 232, 214, .4); background: transparent;
  color: var(--cream); font-size: 1rem; line-height: 1; cursor: pointer;
}
@media (hover: hover) { .no-close:hover { border-color: var(--cream); } }
@media (prefers-reduced-motion: reduce) { .nav-overlay { transition: none; } }
@media (max-width: 920px) {
  .nav-overlay { width: min(480px, 96vw); max-height: min(82vh, 680px); border-radius: 180px 0 0 0; }
  .nav-overlay .no-content { padding: 3rem 2.2rem 2.4rem 4.4rem; }
}
@media (max-width: 560px) {
  .nav-overlay { width: 100vw; max-height: min(76vh, 580px); border-radius: 90px 0 0 0; }
  .nav-overlay .no-content { padding: 2.6rem 1.6rem 2.2rem 3rem; }
}

.na-sentence { position: relative; z-index: 1; margin-top: var(--s-8); }
.na-sentence p {
  font-family: var(--ff-hero); font-weight: 400; font-style: normal;
  font-size: clamp(1.5rem, 1.4vw + 1.1rem, 2.3rem); line-height: 1.48;
  color: var(--text); max-width: none;
}
.na-select-wrap { display: inline-block; position: relative; margin: 0 .1em; }
.na-select-wrap select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  font: inherit; font-style: normal; color: var(--gold-bright);
  background: transparent; border: none; border-bottom: 2px solid var(--gold-bright);
  padding: 0 1.7rem .05em .1em; cursor: pointer; max-width: 70vw;
}
.na-select-wrap::after {
  content: ""; position: absolute; right: .3rem; top: 45%; translate: 0 -50%;
  width: .55em; height: .55em; pointer-events: none;
  border-right: 2px solid var(--gold-bright); border-bottom: 2px solid var(--gold-bright);
  transform: rotate(45deg) translateY(-50%);
}
.na-select-wrap select:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.na-select-wrap select option { color: #1a2620; font-style: normal; }
.na-sentence .btn { margin-top: var(--s-10); }

/* ---------- Brand-Band: satter Akzent + vertikale Großtypografie (B&O-Vorbild) ---------- */
.brand-band {
  position: relative; overflow: clip;
  background: linear-gradient(155deg, var(--gold-bright) 0%, var(--gold) 55%, #8a6127 100%);
  padding-block: clamp(3.5rem, 11vh, 7rem);
  margin-inline: clamp(.6rem, 1.6vw, 1.8rem);
  border-radius: var(--r-lg);
}
.brand-band .bb-vertical {
  position: absolute; top: 50%; left: clamp(-1.5rem, -2.4vw, -.5rem); translate: 0 -50%;
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(4.5rem, 15vw, 12rem); line-height: .82;
  color: rgba(23, 35, 28, .14); letter-spacing: -0.02em;
  white-space: nowrap; pointer-events: none; user-select: none;
}
.brand-band .bb-content { position: relative; z-index: 1; text-align: center; }
.brand-band .eyebrow { justify-content: center; color: var(--pine-deep); }
.brand-band .eyebrow::before { background: var(--pine-deep); }
.brand-band .bb-content h2 { color: var(--pine-deep); max-width: 18ch; margin-inline: auto; }
.brand-band .bb-content h2 em { color: var(--wine); font-style: normal; }
.brand-band .bb-content .lead { color: #4a3a1c; margin-inline: auto; max-width: 52ch; }
.brand-band .btn-row { justify-content: center; margin-top: var(--s-8); }
@media (max-width: 760px) {
  .brand-band .bb-vertical { font-size: clamp(3.2rem, 22vw, 6rem); left: -1rem; opacity: .8; }
}

/* ---------- Rechtsseiten ---------- */
.legal h1 { font-size: clamp(2.4rem, 4vw, 3.6rem); }
.legal h2 { font-size: 1.55rem; margin-top: var(--s-10); }
.legal p, .legal li { color: var(--text-dim); font-size: .95rem; }
.legal p { margin-top: var(--s-4); }
.legal ul { margin-top: var(--s-4); padding-left: 1.2rem; display: grid; gap: .45rem; }
.legal .ph { background: rgba(201, 156, 85, .18); border-radius: 4px; padding: 0 .3rem; color: var(--gold-bright); }
.legal-note {
  margin-top: var(--s-10); border: 1px dashed var(--gold);
  border-radius: var(--r-md); padding: var(--s-6);
  color: var(--text-dim); font-size: var(--fs-small);
}

/* ---------- Reveals & Parallax ---------- */
html.js .reveal, html.js .reveal-l, html.js .reveal-r {
  opacity: 0;
  transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease);
}
html.js .reveal { transform: translateY(22px); }
html.js .reveal-l { transform: translateX(-28px); }
html.js .reveal-r { transform: translateX(28px); }
html.js .reveal.is-in, html.js .reveal-l.is-in, html.js .reveal-r.is-in {
  opacity: 1; transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.js .reveal, html.js .reveal-l, html.js .reveal-r {
    opacity: 1; transform: none; transition: none;
  }
}

/* ---------- Custom Cursor (nur Zeigegeräte, nie über Eingaben) ---------- */
@media (hover: hover) and (pointer: fine) {
  .cursor-dot, .cursor-ring {
    position: fixed; top: 0; left: 0;
    pointer-events: none; z-index: 9998; border-radius: 50%;
    opacity: 0;
  }
  .cursor-dot {
    width: 6px; height: 6px; background: var(--gold-bright);
    margin: -3px 0 0 -3px;
  }
  .cursor-ring {
    width: 34px; height: 34px; margin: -17px 0 0 -17px;
    border: 1px solid var(--gold-bright);
    transition: transform 140ms cubic-bezier(.22, 1, .36, 1),
      width var(--t-fast) var(--ease), height var(--t-fast) var(--ease),
      margin var(--t-fast) var(--ease), background-color var(--t-fast) var(--ease),
      opacity var(--t-fast) linear;
    mix-blend-mode: difference;
  }
  body.cursor-on .cursor-dot, body.cursor-on .cursor-ring { opacity: 1; }
  body.cursor-hover .cursor-ring {
    width: 52px; height: 52px; margin: -26px 0 0 -26px;
    background: rgba(211, 164, 94, .14);
  }
  body.cursor-text .cursor-dot, body.cursor-text .cursor-ring { opacity: 0; }
}

/* Magnetisch */
[data-magnetic] { will-change: transform; transition: transform .2s var(--ease); display: inline-flex; }

/* ---------- Global: reduzierte Bewegung ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- View Transitions (Multi-Page, progressive) ---------- */
@view-transition { navigation: auto; }
