/* =====================================================
   LINDA — linda.fitness
   Design System v2 — Editorial / High-End
   -----------------------------------------------------
   1.  Design Tokens
   2.  Reset & Base
   3.  Typografie
   4.  Utilities & Container
   5.  Buttons & Links
   6.  Header & Navigation
   7.  Hero (Home)
   8.  Page Hero (Unterseiten)
   9.  Marquee
   10. Bild-Platzhalter
   11. Sections & Section Heads
   12. Statement / Pull Quote
   13. Service Cards
   14. Split-Layouts
   15. Stats
   16. Prozess
   17. Listen & Werte
   18. FAQ
   19. Formular & Kontakt
   20. CTA
   21. Footer
   22. Reveal-Animationen
   23. Responsive
   ===================================================== */


/* 1. Design Tokens
   ----------------------------------------------------- */
:root {
  /* CI-Farben */
  --off-white:  #F8F4EF;
  --cream:      #EFE4DA;
  --beige:      #C4A990;
  --brown:      #5E4B3B;
  --dark:       #352821;

  /* Erweiterte Töne */
  --espresso:   #241A14;
  --clay:       #A97C57;
  --sand:       #E3D4C3;
  --text:       #3A2E25;
  --text-muted: #7A685A;
  --text-cream: #EFE4DA;
  --text-cream-muted: rgba(239, 228, 218, 0.62);
  --border:        rgba(94, 75, 59, 0.16);
  --border-strong: rgba(94, 75, 59, 0.32);
  --border-light:  rgba(239, 228, 218, 0.16);

  /* Typografie */
  --font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Fluid Type Scale */
  --fs-display: clamp(2.9rem, 8.5vw, 6.75rem);
  --fs-h1:      clamp(2.6rem, 6.5vw, 5rem);
  --fs-h2:      clamp(2.1rem, 4.5vw, 3.5rem);
  --fs-h3:      clamp(1.4rem, 2.4vw, 1.85rem);
  --fs-lead:    clamp(1.1rem, 1.6vw, 1.3rem);
  --fs-body:    1.0625rem;
  --fs-small:   0.9375rem;
  --fs-eyebrow: 0.8125rem;

  /* Layout */
  --space-section:    clamp(4rem, 10vw, 9rem);
  --space-section-sm: clamp(2.75rem, 7vw, 5rem);
  --container-max:    1280px;
  --container-pad:    clamp(1.25rem, 4.5vw, 3rem);
  --header-h:         5.25rem;

  /* Form & Bewegung */
  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-arch: 999px 999px var(--radius-md) var(--radius-md);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --transition: 300ms var(--ease-out);
  --transition-slow: 700ms var(--ease-out);

  /* Textur */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%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)' opacity='0.5'/%3E%3C/svg%3E");

  /* Logo als Data-URI-Maske (robust über file:// und http) */
  --logo-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='36 36 366 127' fill='%23fff'%3E %3Cpath d='M96.4,145.78v14.04h-58.05V38.51h10.74v117.66c8.49.17,32.23-.52,47.31-10.4Z'/%3E %3Cpath d='M108.35,38.51h10.57v121.3h-10.57V38.51Z'/%3E %3Cpath d='M203.14,147.16c0,4.33,1.04,8.49,2.95,12.65h-11.26l-53.03-109.17v109.17h-3.47V49.43c0-3.81-.87-7.45-2.43-10.92h11.61l52.33,108.13V38.51h3.29v108.65Z'/%3E %3Cpath d='M246.64,38.51c3.99,0,59.79-1.73,59.79,61.69,0,60.13-51.99,59.44-59.96,59.61h-23.91V38.51h24.09ZM295.68,101.07c0-61.52-44.19-60.65-49.04-60.65,0,0-7.63,0-13.86,3.99v109.35c6.06,3.99,13.69,3.81,13.86,3.81,8.32,0,49.04-1.21,49.04-56.49Z'/%3E %3Cpath d='M325.31,160.85c-8.49,0-11.26-6.76-11.26-15.94,0-22.7,18.02-66.89,27.38-88.72.87-2.08,1.39-4.33,1.39-6.58,0-1.91-1.39-11.09-4.33-11.09h16.46l16.64,46.27c4.68-1.04,9.36-1.56,14.04-1.56v2.43c0,.52-11.44,1.73-13.52,2.43-40.9,10.57-18.37,72.78-46.79,72.78ZM325.31,154.44c3.46,0,8.14-4.16,10.22-11.78,5.55-19.76,7.28-42.8,25.47-53.37l-14.04-38.12c-6.06,16.11-12.3,32.58-17.33,48.87-4.33,14.21-9.19,29.29-9.19,44.19,0,3.12.35,10.22,4.85,10.22ZM363.26,95.17c2.95-2.25,6.41-3.64,10.4-4.68l25.47,69.32h-12.13l-23.74-64.64Z'/%3E %3C/svg%3E");
}


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

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

body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: 1.75;
  color: var(--text);
  background-color: var(--off-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

/* Feiner Grain über der ganzen Seite — high-end Textur */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.05;
  pointer-events: none;
  z-index: 9999;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

::selection {
  background: var(--beige);
  color: var(--espresso);
}

:focus-visible {
  outline: 2px solid var(--brown);
  outline-offset: 4px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* 3. Typografie
   ----------------------------------------------------- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 480;
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--dark);
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.2; }

h4 {
  font-family: var(--font-sans);
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brown);
}

p + p { margin-top: 1.1em; }

.lead {
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 38em;
}

.u-italic {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--clay);
  margin-bottom: 1.4rem;
}

.eyebrow::before {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}


/* 4. Utilities & Container
   ----------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.text-block { max-width: 42em; }
.text-block p { color: var(--text-muted); }

/* Grid-Blowout-Schutz: Kinder dürfen nie breiter als ihr Track werden */
.split > *,
.hero__grid > *,
.services-grid > *,
.process > *,
.stats > *,
.footer__grid > *,
.section-head--row > * { min-width: 0; }


/* 5. Buttons & Links
   ----------------------------------------------------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.05rem 2.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  overflow: hidden;
  transition: color var(--transition), border-color var(--transition),
              background-color var(--transition), transform var(--transition);
  isolation: isolate;
}

.btn:active { transform: scale(0.97); }

/* Hover: ein Akzent-Kreis expandiert weich aus der Mitte und füllt die
   Pille — clean & modern. Der Kreis wird durch overflow:hidden zur Pille
   beschnitten. */
.btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--clay);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn:hover::before,
.btn:focus-visible::before {
  transform: translate(-50%, -50%) scale(1);
}

.btn__arrow {
  display: inline-block;
  transition: transform var(--transition);
}

.btn:hover .btn__arrow,
.btn:focus-visible .btn__arrow { transform: translateX(5px); }

.btn--primary {
  background: var(--dark);
  color: var(--off-white);
}

.btn--primary:hover { color: var(--off-white); }

.btn--outline {
  background: transparent;
  border-color: var(--border-strong);
  color: var(--dark);
}

.btn--outline:hover,
.btn--outline:focus-visible {
  color: var(--off-white);
  border-color: var(--dark);
}

.btn--light {
  background: var(--off-white);
  color: var(--dark);
}

.btn--light:hover,
.btn--light:focus-visible { color: var(--off-white); }

/* Kreisfarbe je Variante: hell→dunkler Akzent, dunkel→clay */
.btn--outline::before,
.btn--light::before { background: var(--dark); }

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.4rem;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--brown);
  padding-bottom: 0.2rem;
  position: relative;
}

.link-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transform: scaleX(0.35);
  transition: transform 380ms var(--ease-out);
}

.link-arrow:hover::after { transform: scaleX(1); transform-origin: left; }

.link-arrow span { transition: transform var(--transition); }
.link-arrow:hover span { transform: translateX(4px); }


/* 6. Header & Navigation
   ----------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* Dünner Scroll-Fortschrittsbalken am oberen Rand */
.scroll-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--clay), var(--beige));
  transform: scaleX(0);
  transform-origin: left;
  z-index: 201;
}

/* Liquid Glass: schwebende Glas-Kapsel im Apple-Stil.
   Das padding-inline am Header ist der AUSSEN-Abstand der Pille zum
   Viewport-Rand (die Pille selbst ist das .container-Element). */
.header {
  padding-top: 0.85rem;
  padding-inline: clamp(0.9rem, 2.6vw, 2.25rem);
}

.header > .container { max-width: 1280px; }

.header__inner {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.1rem;
  padding-inline: clamp(0.9rem, 2.5vw, 1.4rem);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 14px 40px -18px rgba(53, 40, 33, 0.28),
    inset 0 1px 1px rgba(255, 255, 255, 0.85),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  transition: box-shadow 400ms var(--ease-out);
}

/* Blur + Tint als eigener Layer HINTER dem Inhalt (z-index:-1).
   Dadurch trägt .header__inner selbst KEINEN backdrop-filter und wird
   nicht zum Containing Block für das fixierte Mobile-Menü — Glas bleibt
   trotzdem auf allen Breiten erhalten. */
.header__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0.12) 45%,
    rgba(255, 255, 255, 0.3)
  );
  -webkit-backdrop-filter: blur(22px) saturate(1.7);
  backdrop-filter: blur(22px) saturate(1.7);
  pointer-events: none;
}

.header.is-scrolled .header__inner {
  box-shadow:
    0 22px 55px -20px rgba(53, 40, 33, 0.42),
    inset 0 1px 1px rgba(255, 255, 255, 0.85),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

/* Über dunklen Sektionen: dunkle Glas-Pille, Inhalt wird hell
   (per JS via .header--inverted getoggelt). */
.header--inverted .header__inner {
  border-color: rgba(239, 228, 218, 0.22);
  box-shadow:
    0 18px 48px -20px rgba(0, 0, 0, 0.55),
    inset 0 1px 1px rgba(239, 228, 218, 0.28),
    inset 0 -1px 1px rgba(239, 228, 218, 0.08);
}

.header--inverted .header__inner::before {
  background: linear-gradient(
    115deg,
    rgba(70, 56, 46, 0.62),
    rgba(70, 56, 46, 0.22) 45%,
    rgba(70, 56, 46, 0.44)
  );
}

.header--inverted .logo { background-color: var(--off-white); }
.header--inverted .nav__link { color: var(--text-cream); }

.header--inverted .nav__link[aria-current="page"] {
  background: var(--off-white);
  color: var(--dark);
}

.header--inverted .nav__link[aria-current="page"] .nav__roll::after { color: var(--clay); }

.header--inverted .nav__cta {
  background: var(--off-white);
  color: var(--dark);
}

.header--inverted .nav-toggle__bar { background: var(--off-white); }

/* Logo als CSS-Maske: die SVG gibt nur die Form vor, die Farbe kommt aus
   background-color — so kann der Header dieselbe Dark/Weiss-Logik nutzen
   wie zuvor beim Text. Der Textinhalt bleibt für Screenreader erhalten. */
.logo {
  display: block;
  width: 4rem;
  height: 1.35rem;
  background-color: var(--dark);
  -webkit-mask: var(--logo-mask) left center / contain no-repeat;
  mask: var(--logo-mask) left center / contain no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 102;
  transition: background-color var(--transition);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.nav__link {
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  transition: background-color var(--transition), color var(--transition);
}

/* Aktive Seite als dunkle Pille in der Glas-Kapsel */
.nav__link[aria-current="page"] {
  background: var(--dark);
  color: var(--off-white);
}

.nav__link[aria-current="page"] .nav__roll::after { color: var(--beige); }

/* Roll-Hover: Beim Hover rollt die normale Schrift nach oben raus und
   die kursive Serif-Kopie von unten nach. Der Clip (overflow:hidden)
   sitzt auf dem STATISCHEN Label, das Rollen passiert auf dem inneren
   .nav__roll — sonst würde der Clip die Kopie mitnehmen. */
.nav__label {
  display: block;
  overflow: hidden;
  line-height: 1.35;
}

.nav__roll {
  position: relative;
  display: block;
  transition: transform 420ms var(--ease-out);
}

.nav__roll::after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  line-height: 1.35;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--clay);
}

.nav__link:hover .nav__roll,
.nav__link:focus-visible .nav__roll {
  transform: translateY(-100%);
}

.nav__cta {
  padding: 0.7rem 1.5rem;
  margin-left: 0.8rem;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 102;
}

.nav-toggle__bar {
  width: 26px;
  height: 2px;
  background: var(--dark);
  margin-inline: auto;
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}


/* 7. Hero (Home)
   ----------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--header-h) + 2rem);
  padding-bottom: 4rem;
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(196, 169, 144, 0.22), transparent 60%),
    var(--off-white);
  overflow: clip;
}

/* Animierter Aurora-Verlauf (Canvas, niedrige Auflösung + Blur) */
.hero__canvas {
  position: absolute;
  inset: -12%;
  width: 124%;
  height: 124%;
  filter: blur(42px) saturate(1.15);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 2;
}

/* Riesiger Wordmark-Schriftzug im Hintergrund */
.hero__watermark {
  position: absolute;
  bottom: -0.12em;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(8rem, 24vw, 22rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(94, 75, 59, 0.10);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  position: relative;
}

.hero__title {
  font-size: var(--fs-display);
  margin-bottom: 1.8rem;
}

/* Entrance: Zeilen steigen aus einer Maske auf, Rest blendet nach */
.hero__title .line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em; /* Platz für Unterlängen, sonst beschneidet die Maske g/p/y */
  margin-bottom: -0.08em;
}

.hero__title .line > span {
  display: block;
  animation: hero-rise 1.1s var(--ease-out) both;
}

.hero__title .line:nth-child(1) > span { animation-delay: 0.15s; }
.hero__title .line:nth-child(2) > span { animation-delay: 0.28s; }

[data-hero-fade] {
  animation: hero-fade-up 0.9s var(--ease-out) both;
  animation-delay: var(--d, 0.6s);
}

.hero__media {
  animation: hero-media-in 1.3s var(--ease-out) 0.4s both;
}

@keyframes hero-rise {
  from { transform: translateY(112%); }
  to   { transform: none; }
}

@keyframes hero-fade-up {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}

@keyframes hero-media-in {
  from { opacity: 0; transform: scale(0.94) translateY(24px); }
  to   { opacity: 1; transform: none; }
}

.hero__hint {
  margin-top: 1.6rem;
  font-size: var(--fs-small);
  color: var(--text-muted);
}

.hero__media {
  position: relative;
}

.hero__media .ph {
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-arch);
}

/* Schwebendes Badge auf dem Hero-Bild */
.hero__badge {
  position: absolute;
  bottom: clamp(1rem, 4vw, 2.5rem);
  left: clamp(-3.5rem, -4vw, -1rem);
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.92),
    rgba(255, 255, 255, 0.78) 50%,
    rgba(255, 255, 255, 0.88)
  );
  -webkit-backdrop-filter: blur(16px) saturate(1.5);
  backdrop-filter: blur(16px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.5rem;
  box-shadow:
    0 24px 60px -24px rgba(53, 40, 33, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
  max-width: 240px;
}

@keyframes badge-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

.hero__badge { animation: badge-float 5.5s ease-in-out 2s infinite; }

.hero__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 520;
  color: var(--dark);
  margin-bottom: 0.15rem;
}

.hero__badge span {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
  display: block;
}

.hero__scroll {
  position: absolute;
  bottom: 2.2rem;
  left: var(--container-pad);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-muted);
}

.hero__scroll::after {
  content: "";
  width: 1px;
  height: 2.6rem;
  background: linear-gradient(var(--brown), transparent);
  animation: scroll-pulse 2.2s ease-in-out infinite;
}

@keyframes scroll-pulse {
  0%, 100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
  50%      { transform: scaleY(1);   transform-origin: top; opacity: 1; }
}


/* 8. Page Hero (Unterseiten)
   ----------------------------------------------------- */
.page-hero {
  padding-top: calc(var(--header-h) + clamp(3.5rem, 9vw, 7rem));
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  background:
    radial-gradient(ellipse 70% 80% at 90% 0%, rgba(196, 169, 144, 0.2), transparent 55%),
    var(--off-white);
  border-bottom: 1px solid var(--border);
}

.page-hero h1 {
  font-size: var(--fs-h1);
  max-width: 16em;
  margin-bottom: 1.6rem;
}

.page-hero .lead { max-width: 36em; }


/* 9. Marquee
   ----------------------------------------------------- */
.marquee {
  overflow: hidden;
  padding-block: 1.3rem;
  border-block: 1px solid var(--border);
  background: var(--cream);
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 36s linear infinite;
}

.marquee:hover .marquee__track { animation-play-state: paused; }

.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 2.6rem;
  padding-right: 2.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 480;
  letter-spacing: 0.04em;
  color: var(--brown);
  white-space: nowrap;
}

.marquee__item .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--clay);
  flex: none;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}


/* 10. Bild-Platzhalter
   -----------------------------------------------------
   Später durch echte <img> ersetzen — Klassen & Radius
   können 1:1 übernommen werden. */
.ph {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(165deg, var(--sand) 0%, var(--beige) 55%, var(--clay) 130%);
  display: flex;
  align-items: flex-end;
  min-height: 240px;
}

.ph > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ph::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.14;
  mix-blend-mode: multiply;
  z-index: 1;
}

.ph::after {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(248, 244, 239, 0.4);
  top: 12%;
  right: -18%;
}

/* Circle position variants */
.ph--c2::after { top: auto; bottom: 8%;  right: auto; left: -16%; }
.ph--c3::after { top: 45%;  right: auto; left: -20%; }
.ph--c4::after { top: -16%; right: auto; left: 12%; }

.service-card .ph::after { display: none; }

.ph__label {
  position: relative;
  margin: 1.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(53, 40, 33, 0.6);
  background: rgba(248, 244, 239, 0.65);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
}

.ph--arch { border-radius: var(--radius-arch); }
.ph--portrait { aspect-ratio: 3 / 4; }
.ph--landscape { aspect-ratio: 16 / 10; }
.ph--deep {
  background:
    linear-gradient(165deg, var(--brown) 0%, var(--dark) 80%);
}
.ph--deep .ph__label { color: rgba(239, 228, 218, 0.8); background: rgba(36, 26, 20, 0.5); }


/* 11. Sections & Section Heads
   ----------------------------------------------------- */
.section { padding-block: var(--space-section); }
.section--sm { padding-block: var(--space-section-sm); }

.section--cream { background: var(--cream); }

.section--dark {
  background: var(--espresso);
  color: var(--text-cream-muted);
}

.section--dark h1,
.section--dark h2,
.section--dark h3 { color: var(--text-cream); }

.section--dark .eyebrow { color: var(--beige); }
.section--dark .lead { color: var(--text-cream-muted); }

.section-head {
  max-width: 46em;
  margin-bottom: clamp(2.8rem, 6vw, 4.5rem);
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-head--center .eyebrow { justify-content: center; }

.section-head .lead { margin-top: 1.4rem; }

.section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  max-width: none;
}


/* 12. Statement / Pull Quote
   ----------------------------------------------------- */
.statement {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.6vw, 2.9rem);
  font-weight: 460;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--dark);
  max-width: 24em;
  text-wrap: balance;
}

.statement .u-italic { color: var(--clay); }

.section--dark .statement { color: var(--text-cream); }


/* 13. Service Cards
   ----------------------------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 450ms var(--ease-out), box-shadow 450ms var(--ease-out);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px -40px rgba(53, 40, 33, 0.4);
}

.service-card__media {
  position: relative;
  overflow: hidden;
}

.service-card__media .ph {
  border-radius: 0;
  aspect-ratio: 4 / 3;
  transition: transform 800ms var(--ease-out);
}

.service-card:hover .service-card__media .ph { transform: scale(1.05); }

.service-card__num {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--dark);
  background: rgba(248, 244, 239, 0.85);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}

.service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.9rem 1.9rem 2.1rem;
}

.service-card__body h3 { margin-bottom: 0.7rem; }

.service-card__body p {
  color: var(--text-muted);
  font-size: var(--fs-small);
  flex: 1;
}

.service-card__body .link-arrow { margin-top: 1.6rem; }


/* 14. Split-Layouts
   ----------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: center;
}

.split--reverse .split__media { order: 2; }

.split__media { position: relative; }

.split__body h2 { margin-bottom: 1.5rem; }
.split__body p { color: var(--text-muted); }
.split__body .btn { margin-top: 2.2rem; }

.section--dark .split__body p { color: var(--text-cream-muted); }

/* Dekorativer Versatz-Rahmen hinter Split-Bildern */
.split__media--framed::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-arch);
  transform: translate(1.25rem, 1.25rem);
  pointer-events: none;
}


/* 15. Stats
   ----------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--border-strong);
}

.section--dark .stats { border-top-color: var(--border-light); }

.stat {
  position: relative;
  padding: clamp(1.8rem, 3vw, 2.8rem) clamp(1.1rem, 2vw, 2rem) 0.4rem 0;
}

/* Vertikale Trennlinie zwischen den Spalten */
.stat + .stat {
  padding-left: clamp(1.5rem, 3vw, 2.6rem);
}

.stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(1.8rem, 3vw, 2.8rem);
  bottom: 0.6rem;
  width: 1px;
  background: var(--border);
}

.section--dark .stat + .stat::before { background: var(--border-light); }

.stat__kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--clay);
  margin-bottom: 1rem;
}

.section--dark .stat__kicker { color: var(--beige); }

.stat__value {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 4.4rem);
  font-weight: 460;
  line-height: 0.92;
  color: var(--dark);
  margin-bottom: 1rem;
  transition: transform 450ms var(--ease-out);
}

.stat:hover .stat__value { transform: translateY(-5px); }

.stat__value .u-italic { color: var(--clay); }

.section--dark .stat__value { color: var(--text-cream); }

.stat__label {
  font-size: var(--fs-small);
  color: var(--text-muted);
  max-width: 18em;
}

.section--dark .stat__label { color: var(--text-cream-muted); }


/* 16. Prozess
   ----------------------------------------------------- */
.process {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.process__item {
  counter-increment: step;
  position: relative;
  padding: 2.2rem 2rem 2.4rem;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  background: rgba(239, 228, 218, 0.04);
  transition: background-color var(--transition), border-color var(--transition);
}

.process__item:hover {
  background: rgba(239, 228, 218, 0.08);
  border-color: rgba(239, 228, 218, 0.3);
}

.process__item::before {
  content: "0" counter(step);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  font-weight: 460;
  font-style: italic;
  line-height: 1;
  color: var(--beige);
  margin-bottom: 1.4rem;
}

.process__item h3 {
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.process__item p { font-size: var(--fs-small); }


/* 17. Listen & Werte
   ----------------------------------------------------- */
.check-list li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1.1rem;
  font-size: 1.05rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--beige);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 8.5l3.5 3.5 7.5-8'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 8.5l3.5 3.5 7.5-8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.section--dark .check-list li { color: var(--text-cream); }

.check-list__head {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--beige);
  margin-bottom: 0.5rem;
}

/* Strukturierte Variante mit Trennlinien — ruhiger & übersichtlicher */
.check-list--divided li {
  margin-bottom: 0;
  padding: 1.05rem 0 1.05rem 2.4rem;
  border-bottom: 1px solid var(--border-light);
}

.check-list--divided li:first-child {
  border-top: 1px solid var(--border-light);
}

.check-list--divided li::before { top: 1.5em; }

/* Werte als editorial Liste mit großen Indizes */
.values {
  border-top: 1px solid var(--border);
}

.values__item {
  display: grid;
  grid-template-columns: minmax(4rem, 8rem) 1fr 1.6fr;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: baseline;
  padding-block: clamp(1.6rem, 3.5vw, 2.4rem);
  border-bottom: 1px solid var(--border);
  transition: padding-left var(--transition);
}

.values__item:hover { padding-left: 0.75rem; }

.values__index {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--clay);
}

.values__item h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }

.values__item p {
  color: var(--text-muted);
  font-size: var(--fs-small);
}

/* Chips — kompakte Leistungs-Inhalte statt langer Listen */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.8rem;
}

.chip {
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--brown);
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  padding: 0.42rem 1rem;
  background: rgba(248, 244, 239, 0.5);
  transition: background-color var(--transition), color var(--transition),
              border-color var(--transition), transform var(--transition);
}

.chip:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--off-white);
  transform: translateY(-2px);
}


/* 18. FAQ
   ----------------------------------------------------- */
.faq {
  max-width: 760px;
  margin-inline: auto;
  border-top: 1px solid var(--border);
}

.faq__item {
  border-bottom: 1px solid var(--border);
}

.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.6rem 0.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  list-style: none;
  transition: color var(--transition);
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary:hover { color: var(--clay); }

.faq__icon {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  transition: background-color var(--transition), border-color var(--transition);
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  background: var(--brown);
  transition: transform var(--transition), background-color var(--transition);
}

.faq__icon::before { width: 0.85rem; height: 1.5px; }
.faq__icon::after  { width: 1.5px;  height: 0.85rem; }

.faq__item[open] .faq__icon {
  background: var(--dark);
  border-color: var(--dark);
}

.faq__item[open] .faq__icon::before,
.faq__item[open] .faq__icon::after { background: var(--off-white); }

.faq__item[open] .faq__icon::after { transform: rotate(90deg); }

.faq__answer {
  padding: 0 3.9rem 1.8rem 0.25rem;
  color: var(--text-muted);
  max-width: 56ch;
}


/* 19. Formular & Kontakt
   ----------------------------------------------------- */
.form { display: grid; gap: 1.9rem; }

.form__row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.9rem;
}

.form__field { display: grid; gap: 0.45rem; }

.form__field label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brown);
}

.form__field .optional {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--text-muted);
}

.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--border-strong);
  background: transparent;
  padding: 0.7rem 0.1rem;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  color: var(--text);
  border-radius: 0;
  transition: border-color var(--transition);
}

.form__field textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  outline: none;
  border-bottom-color: var(--clay);
}

.form__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%235E4B3B' stroke-width='1.5' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 0.75rem;
  cursor: pointer;
}

.form__note {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.form__success {
  display: none;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.4rem;
}

.form__success.is-visible { display: block; }

.form__success h3 { margin-bottom: 0.6rem; }
.form__success p { color: var(--text-muted); }

.contact-card {
  background: var(--espresso);
  color: var(--text-cream-muted);
  border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 3.5vw, 2.6rem);
}

.contact-card h3 {
  color: var(--text-cream);
  margin-bottom: 1.6rem;
}

.contact-card dl div {
  padding-block: 1rem;
  border-bottom: 1px solid var(--border-light);
}

.contact-card dl div:last-child { border-bottom: none; }

.contact-card dt {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--beige);
  margin-bottom: 0.25rem;
}

.contact-card dd a {
  color: var(--text-cream);
  font-size: 1.05rem;
  transition: color var(--transition);
}

.contact-card dd a:hover { color: var(--beige); }


/* 20. CTA
   ----------------------------------------------------- */
.cta {
  position: relative;
  background:
    radial-gradient(ellipse 70% 90% at 50% 110%, rgba(169, 124, 87, 0.35), transparent 65%),
    var(--espresso);
  color: var(--text-cream-muted);
  padding-block: clamp(5.5rem, 12vw, 9rem);
  overflow: clip;
  text-align: center;
}

.cta::before {
  content: "";
  position: absolute;
  width: min(60vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(196, 169, 144, 0.18);
  left: 50%;
  top: 58%;
  transform: translateX(-50%);
  pointer-events: none;
}

.cta .eyebrow {
  color: var(--beige);
  justify-content: center;
}

.cta h2 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  color: var(--text-cream);
  max-width: 14em;
  margin-inline: auto;
  margin-bottom: 1.6rem;
}

.cta .lead {
  margin-inline: auto;
  margin-bottom: 2.6rem;
  color: var(--text-cream-muted);
}


/* 21. Footer
   ----------------------------------------------------- */
.footer {
  background: var(--espresso);
  color: var(--text-cream-muted);
  padding-top: clamp(4rem, 8vw, 6rem);
  border-top: 1px solid var(--border-light);
}

/* Logo dezent in den Footer integriert — über dem Claim in der ersten Spalte */
.footer__logo {
  display: block;
  width: 6rem;
  height: 2rem;
  margin-bottom: 1.4rem;
  background-color: var(--off-white);
  -webkit-mask: var(--logo-mask) left center / contain no-repeat;
  mask: var(--logo-mask) left center / contain no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.92;
  transition: opacity var(--transition);
}

.footer__logo:hover { opacity: 1; }

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.footer__tagline {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--text-cream);
  max-width: 18em;
}

.footer h4 {
  color: var(--beige);
  margin-bottom: 1.1rem;
}

.footer li { margin-bottom: 0.55rem; font-size: var(--fs-small); overflow-wrap: anywhere; }

.footer a { transition: color var(--transition); }
.footer a:hover { color: var(--text-cream); }

/* Rechtstexte (Impressum, Datenschutz) */
.legal { max-width: 760px; }

.legal h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  margin-top: 2.6rem;
  margin-bottom: 1rem;
}

.legal > h2:first-child { margin-top: 0; }

.legal h3 {
  font-size: 1.15rem;
  margin-top: 1.7rem;
  margin-bottom: 0.5rem;
}

.legal p,
.legal ul { color: var(--text-muted); margin-bottom: 1rem; max-width: 70ch; }

.legal ul { padding-left: 1.25rem; list-style: disc; }
.legal li { margin-bottom: 0.4rem; font-size: 1rem; }

.legal a {
  color: var(--brown);
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: anywhere;
}

.legal a:hover { color: var(--clay); }
.legal strong { color: var(--text); font-weight: 600; }

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.6rem;
  border-top: 1px solid var(--border-light);
  font-size: 0.85rem;
}


/* 22. Reveal-Animationen
   ----------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 900ms var(--ease-out), transform 900ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}


/* 23. Responsive
   ----------------------------------------------------- */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr 0.9fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .values__item { grid-template-columns: minmax(3rem, 4rem) 1fr 1.4fr; }
}

@media (max-width: 860px) {
  .scroll-progress { display: none; }

  :root {
    --space-section:    clamp(3.25rem, 9vw, 5rem);
    --space-section-sm: clamp(2.25rem, 6vw, 3.5rem);
  }

  .eyebrow { letter-spacing: 0.14em; }

  /* Offenes Vollbild-Menü ist immer dieselbe deckende, helle Fläche —
     deshalb hier Logo, Toggle und Links fix auf dunkel-auf-hell zwingen,
     unabhängig davon, ob die Pille gerade invertiert ist. */
  .header.is-menu-open .logo { background-color: var(--dark); }
  .header.is-menu-open .nav-toggle__bar { background: var(--dark); }
  .header.is-menu-open .nav__link { color: var(--text); }

  .header.is-menu-open .nav__link[aria-current="page"] {
    background: var(--dark);
    color: var(--off-white);
  }

  .header.is-menu-open .nav__link[aria-current="page"] .nav__roll::after { color: var(--beige); }

  .header.is-menu-open .nav__cta {
    background: var(--dark);
    color: var(--off-white);
  }

  .nav-toggle { display: flex; }

  .nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    gap: 1.3rem;
    background: rgba(244, 238, 231, 0.97);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    backdrop-filter: blur(20px) saturate(1.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition), visibility var(--transition);
    z-index: 101;
  }

  .nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  .nav__link {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 500;
  }

  .nav__cta { margin-top: 1rem; }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + 1.5rem);
    padding-bottom: 3rem;
  }

  .hero__canvas {
    inset: -6%;
    width: 112%;
    height: 112%;
    filter: blur(22px) saturate(0.6);
  }

  .hero__grid { grid-template-columns: 1fr; gap: 2rem; }

  .hero__media { max-width: 340px; }

  .hero__badge { left: auto; right: -0.5rem; }

  .hero__scroll { display: none; }

  .split,
  .split--reverse { grid-template-columns: 1fr; gap: 2.25rem; }

  .split--reverse .split__media { order: 0; }

  .split__media { max-width: 340px; }

  .split__media--framed::before {
    transform: translate(0.75rem, 0.75rem);
  }

  .services-grid,
  .process,
  .stats { grid-template-columns: 1fr; }

  .stat {
    padding: 1.5rem 0 1.5rem 0;
    border-bottom: 1px solid var(--border);
  }

  .stat:last-child { border-bottom: none; }

  .section--dark .stat { border-bottom-color: var(--border-light); }

  /* vertikale Trennlinie auf Mobile aus, Abstände zurücksetzen */
  .stat + .stat { padding-left: 0; }
  .stat + .stat::before { display: none; }

  .stat__value { font-size: clamp(2.6rem, 14vw, 3.4rem); }

  .values__item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .form__row--2 { grid-template-columns: 1fr; }

  .section-head--row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .footer__grid { grid-template-columns: 1fr; }

  .hero__badge {
    position: static;
    margin-top: 1rem;
    max-width: none;
    box-shadow: none;
  }
}
