/* ============================================================
   Polsterklinik · Seelze bei Hannover
   Gestaltungssystem
   ------------------------------------------------------------
   Leitmotiv:  Kapitonierung (Knopfheftung) als Raster,
               Sattlerstich als Trennlinie.
   Farbwelt:   Oxblood-Schwarz + Leinen + Bordeaux + Messing
               (destilliert aus dem Flyer-Verlauf Gelb→Orange→Rot)
   Schrift:    Bodoni Moda (Didone, Epoche der Salonmöbel)
               Archivo    (Grotesk, sachlich und gut lesbar)
   ============================================================ */

/* ---------- 0. Schriften ----------
   Lokal ausgeliefert. Kein Aufruf an Google, damit keine Besucher-IP das Haus
   verlässt. Beide Dateien sind Variable Fonts: Bodoni Moda mit den Achsen
   opsz + wght, Archivo mit wdth + wght.
   Lizenz beider Familien: SIL Open Font License 1.1 – Selbst-Hosting erlaubt.
   ------------------------------------------------------------------------- */
@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/bodoni-moda-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/bodoni-moda-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Bodoni Moda";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/bodoni-moda-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bodoni Moda";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/bodoni-moda-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 75% 125%;
  font-display: swap;
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 75% 125%;
  font-display: swap;
  src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- 1. Tokens ---------- */
:root {
  /* Farben */
  --ink:         #241519;   /* Oxblood-Schwarz, warmer Rotstich */
  --ink-2:       #180D10;
  --ink-3:       #352226;
  --paper:       #F6F1E9;   /* Leinen */
  --paper-2:     #EBE2D4;
  --paper-3:     #DED2BF;
  --bordeaux:    #8E1F14;
  --bordeaux-hi: #A82A1B;
  --brass:       #B4813C;
  --brass-hi:    #D2A462;
  --taupe:       #6E5F55;
  --taupe-lt:    #9A8A7D;

  --on-dark:     #F1E9DD;
  --on-dark-mut: #B9A899;

  /* Flächen */
  --rule:        color-mix(in srgb, var(--ink) 14%, transparent);
  --rule-dark:   color-mix(in srgb, var(--paper) 16%, transparent);

  /* Maße */
  --shell:       1200px;
  --gut:         clamp(20px, 4vw, 40px);
  --sec-y:       clamp(72px, 9vw, 132px);
  --r:           3px;

  /* Bewegung — eine Signatur-Kurve, drei Dauern (Premium/Corporate) */
  --e:           cubic-bezier(.22, .61, .28, 1);
  --e-out:       cubic-bezier(.16, 1, .3, 1);
  --t-fast:      160ms;
  --t-base:      320ms;
  --t-slow:      620ms;

  /* Kapitonierung als Kachel */
  --tuft-light:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='84'%3E%3Cg fill='none' stroke='%23F1E9DD' stroke-width='1'%3E%3Cpath d='M0 0 84 84M84 0 0 84'/%3E%3C/g%3E%3Cg fill='%23F1E9DD'%3E%3Ccircle cx='42' cy='42' r='2.1'/%3E%3Ccircle cx='0' cy='0' r='2.1'/%3E%3Ccircle cx='84' cy='0' r='2.1'/%3E%3Ccircle cx='0' cy='84' r='2.1'/%3E%3Ccircle cx='84' cy='84' r='2.1'/%3E%3C/g%3E%3C/svg%3E");
  --tuft-dark:   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='84'%3E%3Cg fill='none' stroke='%23241519' stroke-width='1'%3E%3Cpath d='M0 0 84 84M84 0 0 84'/%3E%3C/g%3E%3Cg fill='%23241519'%3E%3Ccircle cx='42' cy='42' r='2.1'/%3E%3Ccircle cx='0' cy='0' r='2.1'/%3E%3Ccircle cx='84' cy='0' r='2.1'/%3E%3Ccircle cx='0' cy='84' r='2.1'/%3E%3Ccircle cx='84' cy='84' r='2.1'/%3E%3C/g%3E%3C/svg%3E");

  /* Filmkorn — vereinheitlicht die Bildqualität */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

/* ---------- 2. Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Archivo", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(16px, 1.02vw, 17.5px);
  line-height: 1.62;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;

  /* Bodoni Moda ist eine Didone mit optischer Achse (opsz 6–96). Automatisch
     wählt der Browser bei großen Graden den Display-Schnitt – dessen Haarstriche
     sind so dünn, dass sie auf normalen Bildschirmen wegbrechen. Abgeschaltet
     bleibt die Achse auf dem Textschnitt: kräftigere Striche, gleiche Form.
     Archivo hat keine opsz-Achse und ignoriert die Angabe. */
  font-optical-sizing: none;
}

img { max-width: 100%; display: block; }
a   { color: inherit; }

h1, h2, h3 {
  font-family: "Bodoni Moda", "Bodoni MT", Didot, Georgia, serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.004em;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0 0 1em; text-wrap: pretty; }

:focus-visible {
  outline: 2px solid var(--bordeaux);
  outline-offset: 3px;
  border-radius: 2px;
}
.section-dark :focus-visible,
.aktion :focus-visible { outline-color: var(--brass-hi); }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: var(--on-dark);
  padding: 10px 16px; border-radius: var(--r);
  transition: top var(--t-fast) var(--e);
}
.skip:focus { top: 12px; }

.shell {
  width: min(100% - (var(--gut) * 2), var(--shell));
  margin-inline: auto;
}

/* ---------- 3. Wiederkehrende Bausteine ---------- */
.eyebrow {
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-variation-settings: "wdth" 88;
  color: var(--brass);
  margin: 0 0 .9em;
  display: flex; align-items: center; gap: .8em;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: currentColor;
  flex: none;
}

.sec-head { max-width: 46rem; margin-bottom: clamp(38px, 5vw, 64px); }
.sec-title { font-size: clamp(1.85rem, 3.6vw, 3.1rem); }
.sec-lead {
  margin-top: 1.1em;
  font-size: 1.06rem;
  color: var(--taupe);
  max-width: 40rem;
}
.section-dark .sec-lead { color: var(--on-dark-mut); }

.section { padding-block: var(--sec-y); position: relative; }

/* Sprungziele dürfen nicht unter dem klebenden Kopf landen */
section[id] { scroll-margin-top: 82px; }

.section-dark {
  background: var(--ink);
  color: var(--on-dark);
  isolation: isolate;
}
.section-dark .sec-title { color: var(--paper); }

.tuft-bg {
  position: absolute; inset: 0;
  background-image: var(--tuft-light);
  opacity: .055;
  z-index: -1;
  pointer-events: none;
}

/* Bildrahmen: warmer Multiply-Schleier + Korn vereinheitlichen die Vorlagen */
.shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--r);
  background: var(--ink-2);
  isolation: isolate;
}
.shot img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow) var(--e-out), filter var(--t-slow) var(--e-out);
}
.shot::after {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--grain);
  background-size: 140px 140px;
  opacity: .07;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Buttons */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: .92em 1.5em;
  font-weight: 600; font-size: .95rem;
  letter-spacing: .01em;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--r);
  background: var(--btn-bg);
  color: var(--btn-fg);
  cursor: pointer;
  position: relative;
  transition: transform var(--t-fast) var(--e),
              background-color var(--t-base) var(--e),
              border-color var(--t-base) var(--e),
              color var(--t-base) var(--e),
              box-shadow var(--t-base) var(--e);
}
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(0); transition-duration: 90ms; }
.btn .ico { width: 1.15em; height: 1.15em; flex: none; }

.btn-primary {
  --btn-bg: var(--bordeaux);
  --btn-fg: #FFF7EE;
  box-shadow: 0 1px 0 rgba(0,0,0,.18);
}
.btn-primary:hover { --btn-bg: var(--bordeaux-hi); box-shadow: 0 10px 26px -12px rgba(142,31,20,.85); }

.btn-ghost {
  --btn-fg: var(--on-dark);
  border-color: var(--rule-dark);
}
.btn-ghost:hover { border-color: var(--brass); color: var(--brass-hi); }

.btn-light  { --btn-bg: var(--paper); --btn-fg: var(--ink); }
.btn-light:hover { --btn-bg: #FFF; }

.btn-block  { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .5em;
  font-weight: 600; text-decoration: none;
  color: var(--brass-hi);
  border-bottom: 1px solid color-mix(in srgb, var(--brass) 45%, transparent);
  padding-bottom: 2px;
  transition: color var(--t-base) var(--e), border-color var(--t-base) var(--e);
}
.link-arrow svg { width: 1.1em; height: 1.1em; transition: transform var(--t-base) var(--e-out); }
.link-arrow:hover { color: var(--paper); border-color: var(--paper); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- 4. Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--ink) 88%, transparent);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid transparent;
  color: var(--on-dark);
  transition: background-color var(--t-base) var(--e),
              border-color var(--t-base) var(--e),
              padding var(--t-base) var(--e);
}
.site-header.is-stuck {
  background: color-mix(in srgb, var(--ink) 97%, transparent);
  border-bottom-color: var(--rule-dark);
}

.header-inner {
  display: flex; align-items: center; gap: clamp(14px, 2.4vw, 34px);
  padding-block: 14px;
  transition: padding var(--t-base) var(--e);
}
.site-header.is-stuck .header-inner { padding-block: 9px; }

.brand {
  display: flex; align-items: center; gap: .7em;
  text-decoration: none; color: var(--paper);
  margin-right: auto;
}
.brand-mark { width: 30px; height: 30px; color: var(--brass); flex: none; transition: transform var(--t-slow) var(--e-out); }
.brand:hover .brand-mark { transform: rotate(90deg); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 1.42rem; font-weight: 600;
  letter-spacing: .005em;
}
.brand-sub {
  font-size: .61rem; letter-spacing: .16em; text-transform: uppercase;
  font-variation-settings: "wdth" 86;
  color: var(--brass); margin-top: .25em;
}

.nav { display: flex; gap: clamp(12px, 1.6vw, 24px); }
.nav a {
  font-size: .88rem; font-weight: 500; text-decoration: none;
  color: var(--on-dark-mut);
  padding: 6px 0;
  position: relative;
  transition: color var(--t-base) var(--e);
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--brass);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-base) var(--e-out);
}
.nav a:hover, .nav a.is-active { color: var(--paper); }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }

.btn-phone {
  --btn-fg: var(--paper);
  border-color: var(--rule-dark);
  padding: .62em 1.05em; font-size: .88rem;
  white-space: nowrap;
}
.btn-phone:hover { border-color: var(--brass); color: var(--brass-hi); }

.burger {
  display: none;
  width: 42px; height: 38px;
  background: none; border: 1px solid var(--rule-dark); border-radius: var(--r);
  padding: 0; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.burger span {
  display: block; width: 18px; height: 1.5px; background: var(--paper);
  transition: transform var(--t-base) var(--e), opacity var(--t-fast) var(--e);
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- 5. Hero ---------- */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--on-dark);
  padding-block: clamp(58px, 8vw, 104px) clamp(72px, 9vw, 120px);
  overflow: hidden;
  isolation: isolate;
}
.hero-tuft {
  position: absolute; inset: -10% -5%;
  background-image: var(--tuft-light);
  opacity: .07;
  z-index: -2;
  animation: drift 42s linear infinite;
}
.hero-glow {
  position: absolute; z-index: -1;
  inset: auto -10% -40% 20%;
  height: 90%;
  background: radial-gradient(60% 60% at 50% 50%, rgba(180,129,60,.30), transparent 70%);
  filter: blur(30px);
  animation: breathe 11s ease-in-out infinite;
  pointer-events: none;
}
@keyframes drift  { to { background-position: 168px 168px; } }
@keyframes breathe{ 0%,100% { opacity: .55; transform: scale(1); } 50% { opacity: .9; transform: scale(1.06); } }

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
  gap: clamp(32px, 4.4vw, 64px);
  align-items: center;
}

.hero-title {
  font-size: clamp(1.82rem, 3.7vw, 3.25rem);
  line-height: 1.03;
  letter-spacing: -.022em;
  margin: 0 0 .6em;
  color: var(--paper);
}
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line > span { display: block; }
.hero-title .accent {
  color: var(--brass-hi);
  font-style: italic;
  font-weight: 600;
}

.hero-lead {
  font-size: clamp(1.02rem, 1.28vw, 1.16rem);
  color: var(--on-dark-mut);
  max-width: 34rem;
  margin-bottom: 2em;
}
.hero-lead strong { color: var(--paper); font-weight: 600; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 2.2em; }

.hero-points {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .5em 1.6em;
  font-size: .87rem; color: var(--on-dark-mut);
}
.hero-points li { display: flex; align-items: center; gap: .55em; }
.hero-points li::before {
  content: ""; width: 6px; height: 6px; flex: none;
  background: var(--brass);
  transform: rotate(45deg);
}

/* Hero-Bilder: Hauptbild + versetztes Einlegebild */
.hero-art { position: relative; padding-bottom: clamp(48px, 7vw, 78px); }
.hero-art .shot-main {
  aspect-ratio: 384 / 250;
  box-shadow: 0 34px 70px -34px rgba(0,0,0,.85);
}
.hero-art .shot-main img { filter: saturate(.94) contrast(1.04); }
.hero-art .shot-inset {
  position: absolute;
  right: -4%; bottom: 0;
  width: min(62%, 300px);
  background: var(--paper);
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 26px 52px -26px rgba(0,0,0,.9);
}
.hero-art .shot-inset img { aspect-ratio: 404 / 252; }
.hero-art .shot-inset figcaption {
  font-size: .68rem; letter-spacing: .06em; text-transform: uppercase;
  font-variation-settings: "wdth" 88;
  color: var(--taupe); background: var(--paper);
  padding: .7em .9em;
  position: relative; z-index: 1;
}
.hero-art .shot-inset::after { inset: 0 0 2.6em 0; }

/* ---------- 6. Kennzahlen ---------- */
.stats {
  background: var(--ink-2);
  color: var(--on-dark);
  border-block: 1px solid var(--rule-dark);
  padding-block: clamp(30px, 4vw, 48px);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--rule-dark);
}
.stat {
  background: var(--ink-2);
  padding: clamp(14px, 2vw, 22px) clamp(12px, 2.4vw, 28px);
  display: flex; flex-direction: column; gap: .25em;
}
.stat-num {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  font-weight: 700; line-height: 1;
  color: var(--brass-hi);
  font-variant-numeric: tabular-nums;
  display: flex; align-items: baseline; gap: .06em;
}
.stat-suffix { font-size: .48em; color: var(--brass); }
.stat-label {
  font-size: .8rem; color: var(--on-dark-mut);
  letter-spacing: .02em;
}

/* ---------- 7. Leistungskarten ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.card {
  background: var(--paper);
  padding: clamp(26px, 3vw, 38px);
  position: relative;
  transition: background-color var(--t-base) var(--e);
}
.card::before {
  /* Sattlerstich, der beim Hover am Rand entlangläuft */
  content: "";
  position: absolute; inset: 10px;
  border: 1px dashed var(--brass);
  opacity: 0;
  transform: scale(.985);
  transition: opacity var(--t-base) var(--e), transform var(--t-slow) var(--e-out);
  pointer-events: none;
}
.card:hover { background: #FBF8F2; }
.card:hover::before { opacity: .55; transform: scale(1); }

.card-ico {
  width: 40px; height: 40px;
  fill: none; stroke: var(--bordeaux); stroke-width: 1.35;
  stroke-linecap: round; stroke-linejoin: round;
  margin-bottom: 1.15em;
  transition: stroke var(--t-base) var(--e), transform var(--t-slow) var(--e-out);
}
.card:hover .card-ico { stroke: var(--brass); transform: translateY(-3px); }

.card h3 {
  font-size: 1.32rem;
  margin-bottom: .5em;
}
.card p {
  margin: 0;
  font-size: .95rem;
  color: var(--taupe);
}

/* ---------- 8. Vorher / Nachher ---------- */
.ba-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.ba { margin: 0; }

.ba-stage {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--r);
  background: var(--ink-2);
  cursor: ew-resize;
  touch-action: pan-y;
  isolation: isolate;
  box-shadow: 0 20px 44px -26px rgba(0,0,0,.9);
}
.ba-stage img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  user-select: none; -webkit-user-drag: none;
}
/* Der Vorher-Layer liegt deckungsgleich obenauf und wird beschnitten –
   dadurch bleibt der Bildausschnitt beim Ziehen unverzerrt. */
.ba-before {
  position: absolute; inset: 0;
  clip-path: inset(0 calc(100% - var(--split, 50%)) 0 0);
  will-change: clip-path;
}

.ba-handle {
  position: absolute; top: 0; bottom: 0;
  left: var(--split, 50%);
  width: 2px;
  background: var(--brass-hi);
  transform: translateX(-1px);
  box-shadow: 0 0 0 1px rgba(0,0,0,.35);
  pointer-events: none;
}
.ba-handle::after {
  content: "";
  position: absolute; top: 50%; left: 50%;
  width: 34px; height: 34px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--brass-hi);
  border: 2px solid var(--ink);
  box-shadow: 0 6px 16px -6px rgba(0,0,0,.9);
  transition: transform var(--t-base) var(--e-out);
}
.ba-stage:hover .ba-handle::after,
.ba-stage:focus-visible .ba-handle::after { transform: translate(-50%, -50%) rotate(135deg) scale(1.08); }

.ba-tag {
  position: absolute; bottom: 10px;
  font-size: .64rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; font-variation-settings: "wdth" 86;
  padding: .38em .7em;
  background: color-mix(in srgb, var(--ink) 82%, transparent);
  color: var(--on-dark);
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.ba-tag-l { left: 10px; }
.ba-tag-r { right: 10px; color: var(--brass-hi); }

.ba figcaption {
  margin-top: .95em;
  font-size: .87rem;
  color: var(--on-dark-mut);
  line-height: 1.5;
}
.ba figcaption strong {
  display: block;
  color: var(--paper);
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: .15em;
}

.ba-note {
  align-self: center;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid var(--rule-dark);
  border-left: 2px solid var(--bordeaux);
  background: color-mix(in srgb, var(--paper) 4%, transparent);
}
.ba-note-k {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 1.3rem; color: var(--paper);
  margin-bottom: .5em;
}
.ba-note p { font-size: .92rem; color: var(--on-dark-mut); }

/* ---------- 9. Werkstatt ---------- */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 3.4vw, 52px);
  margin-bottom: clamp(48px, 6vw, 84px);
}
.split-col { border-top: 1px solid var(--rule); padding-top: 1.6em; }
.split-h {
  font-size: clamp(1.4rem, 2.1vw, 1.85rem);
  margin-bottom: .55em;
}
.split-col > p { color: var(--taupe); font-size: .97rem; margin-bottom: 1.6em; }
.split-col .shot { aspect-ratio: 16 / 10; }
.split-col:hover .shot img { transform: scale(1.04); }

.stoffe {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(24px, 3.4vw, 52px);
  align-items: center;
  background: var(--paper-2);
  padding: clamp(22px, 3vw, 40px);
  border-radius: var(--r);
  margin-bottom: clamp(48px, 6vw, 84px);
}
.stoffe-img { aspect-ratio: 16 / 9; }
.stoffe:hover .stoffe-img img { transform: scale(1.045); }
.stoffe-num {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: .92; font-weight: 700;
  color: var(--bordeaux);
  font-variant-numeric: tabular-nums;
  margin: 0 0 .12em;
}
.stoffe-h { font-size: clamp(1.25rem, 2vw, 1.7rem); margin-bottom: .6em; }
.stoffe-copy p:last-child { color: var(--taupe); font-size: .96rem; margin: 0; }

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}
.g-item { aspect-ratio: 4 / 3; }
.g-item img { filter: saturate(.96); }
.g-item:hover img { transform: scale(1.05); }
.g-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 2.4em .9em .8em;
  font-size: .74rem; letter-spacing: .04em;
  color: var(--paper);
  background: linear-gradient(to top, rgba(24,13,16,.92), transparent);
  transform: translateY(6px); opacity: 0;
  transition: transform var(--t-base) var(--e-out), opacity var(--t-base) var(--e);
}
.g-item:hover figcaption,
.g-item:focus-within figcaption { transform: translateY(0); opacity: 1; }

/* ---------- 10. Leistungsversprechen ---------- */
.promise-list {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 0;
  border-top: 1px solid var(--rule-dark);
}
.promise-list li {
  display: flex; align-items: flex-start; gap: 1em;
  padding: 1.35em .5em;
  border-bottom: 1px solid var(--rule-dark);
  font-size: .97rem;
  color: var(--on-dark-mut);
}
.promise-list svg {
  width: 22px; height: 22px; flex: none; margin-top: 3px;
  fill: none; stroke: var(--brass); stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 30; stroke-dashoffset: 30;
  transition: stroke-dashoffset var(--t-slow) var(--e-out) .18s;
}
.promise-list li.is-in svg { stroke-dashoffset: 0; }
.promise-list strong { color: var(--paper); font-weight: 600; }

/* ---------- 11. Ablauf ---------- */
.steps {
  list-style: none; margin: 0; padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(24px, 3vw, 44px);
}
/* Sattlerstich, der sich beim Einscrollen quer durch die vier Schritte näht */
.steps-seam {
  position: absolute;
  left: 0; top: 21px;
  width: 0; height: 0;
  border-top: 3px dashed var(--brass);
  opacity: .5;
  z-index: 0;
  transition: width 1.5s var(--e-out);
}
.steps.is-in .steps-seam { width: 100%; }

.step { position: relative; z-index: 1; }
.step-btn {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  background: var(--bordeaux);
  color: #FFF3E8;
  transform: rotate(45deg);
  margin-bottom: 1.3em;
  box-shadow: 0 0 0 6px var(--paper), inset 0 0 0 1px rgba(255,255,255,.18);
  transition: transform var(--t-slow) var(--e-out), background-color var(--t-base) var(--e);
}
.step-btn > span {
  transform: rotate(-45deg);
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 1.15rem; font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.step:hover .step-btn { transform: rotate(135deg); background: var(--brass); }
.step:hover .step-btn > span { transition: transform var(--t-slow) var(--e-out); }

.step h3 { font-size: 1.24rem; margin-bottom: .45em; }
.step p  { font-size: .93rem; color: var(--taupe); margin: 0; }

/* ---------- 12. Aktionsband ---------- */
.aktion {
  background: var(--bordeaux);
  color: #FCEFE2;
  padding-block: clamp(30px, 4vw, 52px);
  position: relative;
  overflow: hidden;
}
.aktion::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--tuft-light);
  opacity: .07;
}
.aktion-inner {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 20px clamp(24px, 4vw, 56px);
  justify-content: space-between;
}
.aktion-kicker {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 600; font-variation-settings: "wdth" 86;
  color: #F3C08C; margin: 0 0 .45em;
}
.aktion-head {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  font-weight: 600; line-height: 1.05;
  color: #FFF6EC; margin: 0 0 .3em;
}
.aktion-sub { margin: 0; font-size: .92rem; color: #EEC9AE; max-width: 40ch; }

/* ---------- 13. Zitat ---------- */
.quote-sec { background: var(--paper-2); }
.quote {
  margin: 0;
  max-width: 54rem; margin-inline: auto;
  text-align: center;
  position: relative;
}
.quote-mark {
  display: block;
  width: 26px; height: 26px;
  margin: 0 auto 2rem;
  color: var(--brass);
}
.quote blockquote { margin: 0; }
.quote blockquote p {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(1.15rem, 2.1vw, 1.72rem);
  line-height: 1.45;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  text-wrap: pretty;
}
.quote figcaption {
  margin-top: 2.2em;
  display: flex; align-items: center; justify-content: center; gap: .8em;
  font-size: .76rem; letter-spacing: .16em; text-transform: uppercase;
  font-variation-settings: "wdth" 88;
  color: var(--taupe);
}
.quote figcaption::before,
.quote figcaption::after {
  content: ""; width: 34px; height: 1px; background: var(--paper-3);
}

/* ---------- 14. Einzugsgebiet ---------- */
.gebiet-inner {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 4.5vw, 70px);
  align-items: center;
}
.orte {
  list-style: none; margin: 1.8em 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.orte li {
  font-size: .8rem;
  padding: .42em .8em;
  border: 1px solid var(--rule-dark);
  color: var(--on-dark-mut);
  transition: border-color var(--t-base) var(--e), color var(--t-base) var(--e);
}
.orte li:hover { border-color: var(--brass); color: var(--brass-hi); }

.gebiet-map svg { width: 100%; height: auto; overflow: visible; }
.gebiet-map .rings circle {
  fill: none;
  stroke: color-mix(in srgb, var(--paper) 26%, transparent);
  stroke-width: 1;
}
.gebiet-map .ring-outer {
  stroke: var(--brass);
  stroke-opacity: .7;
  stroke-dasharray: 6 5;
}
.gebiet-map .ring-labels text {
  fill: var(--taupe-lt);
  font-size: 15px; letter-spacing: .14em;
  text-anchor: middle;
  font-variation-settings: "wdth" 86;
}
.gebiet-map .spokes line { stroke: var(--rule-dark); stroke-width: 1; stroke-dasharray: 3 6; }
.gebiet-map .dots circle { fill: var(--brass); }
.gebiet-map .dots text {
  fill: var(--on-dark);
  font-size: 18px;
  dominant-baseline: middle;
}
.gebiet-map .home path { fill: none; stroke: var(--bordeaux-hi); stroke-width: 2.4; }
.gebiet-map .home circle { fill: var(--bordeaux-hi); }
.gebiet-map .home text {
  fill: var(--paper);
  font-size: 17px; font-weight: 700; letter-spacing: .22em;
  font-variation-settings: "wdth" 88;
}
/* Beschriftungen bekommen einen Rand in Hintergrundfarbe, damit die Ringe sie nicht queren */
.gebiet-map text {
  paint-order: stroke;
  stroke: var(--ink);
  stroke-width: 6px;
  stroke-linejoin: round;
}
.map-note {
  margin: 1em 0 0;
  font-size: .74rem; letter-spacing: .06em;
  color: var(--taupe-lt);
  text-align: center;
}

/* Ringe zeichnen sich beim Einscrollen — Werte = Umfang des jeweiligen Kreises */
.gebiet-map .rings circle { transition: stroke-dashoffset 1.4s var(--e-out); }
.gebiet-map .rings circle:nth-child(1) { stroke-dasharray: 786;  stroke-dashoffset: 786; }
.gebiet-map .rings circle:nth-child(2) { stroke-dasharray: 1111; stroke-dashoffset: 1111; transition-delay: .12s; }
.gebiet-map .rings circle:nth-child(3) { stroke-dasharray: 1361; stroke-dashoffset: 1361; transition-delay: .24s; }
.gebiet-map.is-in .rings circle { stroke-dashoffset: 0; }
.gebiet-map .ring-outer { stroke-dasharray: 6 5 !important; stroke-dashoffset: 0 !important; opacity: 0; transition: opacity .9s var(--e) .5s; }
.gebiet-map.is-in .ring-outer { opacity: 1; }
.gebiet-map .dots > * { opacity: 0; transition: opacity .5s var(--e); }
.gebiet-map.is-in .dots > * { opacity: 1; }
.gebiet-map.is-in .dots > *:nth-child(-n+6)  { transition-delay: .55s; }
.gebiet-map.is-in .dots > *:nth-child(n+7)   { transition-delay: .8s; }
.gebiet-map.is-in .dots > *:nth-child(n+19)  { transition-delay: 1.05s; }

/* ---------- 15. Kontakt ---------- */
.kontakt-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
}

.form { margin-top: 2.2em; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; display: flex; flex-direction: column; gap: .4em; }
.field label {
  font-size: .78rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  font-variation-settings: "wdth" 88;
  color: var(--taupe);
}
.field .opt { font-weight: 400; text-transform: none; letter-spacing: .02em; color: var(--taupe-lt); }

.field input, .field select, .field textarea {
  font: inherit; font-size: .97rem;
  color: var(--ink);
  background: #FFFDF9;
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: .78em .9em;
  width: 100%;
  transition: border-color var(--t-base) var(--e), box-shadow var(--t-base) var(--e), background-color var(--t-base) var(--e);
}
.field textarea { resize: vertical; min-height: 108px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--bordeaux);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--bordeaux) 14%, transparent);
  background: #FFF;
}
.field input:user-invalid, .field textarea:user-invalid { border-color: var(--bordeaux); }

.check {
  display: flex; gap: .7em; align-items: flex-start;
  font-size: .84rem; color: var(--taupe);
  margin: 6px 0 22px;
  cursor: pointer;
}
.check input { margin-top: .25em; accent-color: var(--bordeaux); width: 16px; height: 16px; flex: none; }
.check a { color: var(--bordeaux); }

/* Honigtopf – nicht display:none, sonst überspringen ihn manche Bots */
.honig {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}

.btn-submit { min-width: 220px; }
/* Solange die Einwilligung fehlt, ist der Knopf sichtbar gedämpft.
   Anklickbar bleibt er trotzdem – sonst erfährt niemand, warum es nicht weitergeht. */
.btn-submit.is-gesperrt {
  opacity: .45;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-submit.is-gesperrt:hover { transform: none; --btn-bg: var(--bordeaux); }

.sende-hinweis {
  margin: .7em 0 0;
  font-size: .82rem;
  color: var(--taupe-lt);
  display: flex; align-items: center; gap: .5em;
}
.sende-hinweis::before {
  content: ""; width: 6px; height: 6px; flex: none;
  background: var(--brass); transform: rotate(45deg);
}
.sende-hinweis[hidden] { display: none; }

.form-status {
  margin: 1em 0 0; font-size: .88rem; min-height: 1.3em;
  color: var(--taupe);
}
.form-status.is-error { color: var(--bordeaux); font-weight: 600; }
.form-status.is-ok    { color: #3E6B43; font-weight: 600; }

.kontakt-karte {
  background: var(--ink);
  color: var(--on-dark);
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--r);
  position: relative;
  overflow: hidden;
}
.kontakt-karte::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--tuft-light);
  opacity: .06;
  pointer-events: none;
}
.karte-block { position: relative; padding-bottom: 1.5em; margin-bottom: 1.5em; border-bottom: 1px solid var(--rule-dark); }
.karte-block:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
.karte-block h3 {
  font-family: "Archivo", sans-serif;
  font-size: .74rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  font-variation-settings: "wdth" 88;
  color: var(--brass);
  margin-bottom: .9em;
}
.karte-adresse { margin: 0; font-size: 1.02rem; line-height: 1.6; color: var(--paper); }
.karte-hint { font-size: .82rem; color: var(--on-dark-mut); }
.karte-tel {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700; color: var(--brass-hi);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  transition: color var(--t-base) var(--e);
}
.karte-tel:hover { color: var(--paper); }

.karte-mail {
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--brass) 55%, transparent);
  padding-bottom: 2px;
  word-break: break-word;
  transition: color var(--t-base) var(--e), border-color var(--t-base) var(--e);
}
.karte-mail:hover { color: var(--brass-hi); border-color: var(--brass-hi); }

.hours { width: 100%; border-collapse: collapse; font-size: .92rem; }
.hours th { text-align: left; font-weight: 500; color: var(--on-dark-mut); padding: .22em 0; }
.hours td { text-align: right; color: var(--paper); font-variant-numeric: tabular-nums; padding: .22em 0; }
.karte-block .karte-hint { display: block; margin-top: 1em; }

.karte-cta p { font-size: .92rem; color: var(--on-dark-mut); margin-bottom: .8em; }

/* ---------- 16. Footer ---------- */
.site-footer {
  background: var(--ink-2);
  color: var(--on-dark-mut);
  padding-block: clamp(40px, 5vw, 64px);
  border-top: 1px solid var(--rule-dark);
  font-size: .88rem;
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, .8fr);
  gap: clamp(24px, 4vw, 56px);
}
.footer-brand .brand-mark { width: 26px; height: 26px; color: var(--brass); display: inline-block; vertical-align: -6px; }
.footer-brand .brand-name {
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 1.3rem; color: var(--paper); margin-left: .4em;
}
.footer-brand p { margin: 1em 0 0; max-width: 34ch; line-height: 1.7; }
.footer-nav { display: flex; flex-direction: column; gap: .55em; }
.footer-nav a, .footer-legal a { text-decoration: none; transition: color var(--t-base) var(--e); }
.footer-nav a:hover, .footer-legal a:hover { color: var(--brass-hi); }
.footer-legal { display: flex; flex-direction: column; gap: .55em; }
.footer-legal p { margin: 1em 0 0; color: var(--taupe); }

/* ---------- 16b. Rechtsseiten ---------- */
.legal { max-width: 46rem; }
.legal h2 {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  margin: 2.4em 0 .7em;
  padding-top: 1.4em;
  border-top: 1px solid var(--rule);
}
.legal h2:first-of-type { margin-top: 1.6em; }
.legal p, .legal li { color: var(--taupe); }
.legal ul { padding-left: 1.2em; margin: 0 0 1em; }
.legal address { font-style: normal; color: var(--ink); line-height: 1.8; }
.legal a { color: var(--bordeaux); }

.todo {
  display: inline-block;
  background: color-mix(in srgb, var(--brass) 20%, transparent);
  border-bottom: 1px solid var(--brass);
  color: var(--ink);
  padding: 0 .35em;
  font-weight: 600;
}
.hinweis {
  border: 1px solid var(--brass);
  border-left: 3px solid var(--brass);
  background: color-mix(in srgb, var(--brass) 9%, transparent);
  padding: 1.2em 1.4em;
  margin: 0 0 2em;
}
.hinweis p { color: var(--ink); margin-bottom: .5em; }
.hinweis p:last-child { margin-bottom: 0; }
.hinweis strong { font-weight: 700; }

.zurueck {
  display: inline-flex; align-items: center; gap: .5em;
  margin-top: 3em; font-weight: 600; text-decoration: none;
  color: var(--bordeaux);
}
.zurueck:hover { text-decoration: underline; }

/* Bestätigungsseite nach dem Absenden */
.danke { text-align: center; }
.danke .sec-lead { margin-inline: auto; }
.danke .eyebrow { justify-content: center; }
.danke-mark {
  width: 78px; height: 78px;
  color: var(--brass);
  margin: 0 auto 2.2rem;
}
.danke-mark path + path { stroke: var(--bordeaux); stroke-width: 4.5; }
.danke-kontakt {
  margin-top: 3em;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 12px 16px;
}
.danke-kontakt p { margin: 0 8px 0 0; color: var(--taupe); font-size: .95rem; width: 100%; }
.btn-dunkel { --btn-fg: var(--ink); border-color: var(--rule); }
.btn-dunkel:hover { border-color: var(--bordeaux); color: var(--bordeaux); }

/* ---------- 17. Mobiler Anruf-Knopf ---------- */
.fab {
  position: fixed; right: 16px; bottom: 16px; z-index: 90;
  display: none; align-items: center; gap: .5em;
  background: var(--bordeaux); color: #FFF3E8;
  padding: .85em 1.25em;
  border-radius: 100px;
  font-weight: 600; font-size: .92rem;
  text-decoration: none;
  box-shadow: 0 12px 28px -10px rgba(0,0,0,.6);
}
.fab svg { width: 1.15em; height: 1.15em; }

/* ---------- 18. Scroll-Reveal ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .72s var(--e-out) var(--d, 0s),
              transform .72s var(--e-out) var(--d, 0s);
}
[data-reveal].is-in { opacity: 1; transform: none; }

.hero-title .line > span {
  transform: translateY(105%);
  transition: transform .78s var(--e-out) var(--d, 0s);
}
.hero-title .line { opacity: 1; transform: none; }
.hero-title .line.is-in > span { transform: none; }

/* ---------- 19. Umbrüche ---------- */
@media (max-width: 1080px) {
  .nav { display: none; }
  .burger { display: flex; }
  .site-header.is-open .nav {
    display: flex; flex-direction: column;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--ink);
    border-bottom: 1px solid var(--rule-dark);
    padding: 14px var(--gut) 22px;
    gap: 0;
  }
  .site-header.is-open .nav a {
    padding: .8em 0;
    border-bottom: 1px solid var(--rule-dark);
    font-size: 1rem;
  }
  .header-inner { position: relative; }
}

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { max-width: 560px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stoffe, .gebiet-inner, .kontakt-inner { grid-template-columns: 1fr; }
  .gebiet-map { max-width: 620px; margin-inline: auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .steps-seam { display: none; }
}

@media (max-width: 700px) {
  .btn-phone span { display: none; }
  .btn-phone { padding: .62em .8em; }
  .form .row { grid-template-columns: 1fr; gap: 0; }
  .fab { display: inline-flex; }
  .site-footer { padding-bottom: 92px; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-art .shot-inset { position: static; width: 100%; margin-top: 14px; right: auto; }
  .hero-art { padding-bottom: 0; }
  .quote-mark { font-size: 4rem; }
}

/* Auf schmalen Displays würden die Ortsnamen im Radius übereinanderliegen.
   Dort bleiben Ringe, Punkte und Seelze stehen – die Namen stehen in der Liste darüber. */
@media (max-width: 620px) {
  .gebiet-map .dots text { display: none; }
  .gebiet-map .dots circle { r: 7; }
  .gebiet-map .ring-labels text { font-size: 26px; letter-spacing: .1em; }
  .gebiet-map .home text { font-size: 28px; }
  .gebiet-map .home path { stroke-width: 4; }
  .gebiet-map .home circle { r: 7; }
}

@media (max-width: 460px) {
  .stats-grid { grid-template-columns: 1fr; }
  .brand-sub { display: none; }
}

/* ---------- 20. Reduzierte Bewegung ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-title .line > span { transform: none; }
  .promise-list svg { stroke-dashoffset: 0; }
  .seam-line { stroke-dashoffset: 0; }
  .gebiet-map .rings circle { stroke-dashoffset: 0; }
  .gebiet-map .ring-outer, .gebiet-map .dots > * { opacity: 1; }
}

@media print {
  .site-header, .fab, .hero-tuft, .hero-glow, .tuft-bg { display: none; }
  body { background: #fff; color: #000; }
}
