/* ============================================================
   SMOOOTH IT – Brand Website
   Farben & Typografie gemäß Brand Guidelines (07/2026)
   ============================================================ */

/* ---------- Poppins (selbst gehostet, DSGVO-konform ohne Google-Server) ---------- */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/poppins-italic-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/poppins-italic-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/poppins-italic-700.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/poppins-normal-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/poppins-normal-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/poppins-normal-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/poppins-normal-700.woff2") format("woff2");
}

:root {
  --raspberry: #9B1B2B;
  --raspberry-dark: #7d1523;
  --golden: #FFC500;
  --grass: #C6D300;
  --beige: #FEFBED;
  --soft-pink: #FFA1B3;
  --juicy-orange: #FF7800;
  --forest: #1D5721;
  --black: #1D1D1C;

  --font: "Century Gothic Pro", "Century Gothic", "Poppins", "Futura", sans-serif;

  --radius-card: 32px 32px 32px 6px;   /* Brand-„Balken"-Form */
  --radius-card-flip: 32px 32px 6px 32px;
  --shadow-soft: 0 18px 50px -18px rgba(29, 29, 28, .28);
  --nav-h: 76px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  /* Horizontales Panning auf Mobile unterbinden: clip (modern) mit hidden-Fallback */
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  font-family: var(--font);
  background: var(--beige);
  color: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

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

/* ---------- Typografie ---------- */
h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .01em;
}

h2 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  margin-bottom: 1.2rem;
}

h2 em, h1 em {
  font-style: italic;
  color: var(--raspberry);
}

h2.light { color: var(--beige); }
h2.light em { color: var(--golden); }

h3 { font-size: 1.25rem; margin-bottom: .5rem; }

p { font-size: 1.03rem; }

.eyebrow {
  display: inline-block;
  font-weight: 600;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--raspberry);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.4rem;
}
.eyebrow::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 1.8rem; height: 3px;
  background: currentColor;
  border-radius: 3px 3px 3px 0;
  transform: translateY(-50%);
}
.eyebrow--light { color: var(--golden); }

.section-intro {
  max-width: 620px;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  color: rgba(29, 29, 28, .8);
}

/* ---------- Layout ---------- */
.container {
  width: min(1180px, 92%);
  margin-inline: auto;
}
.container--narrow { width: min(820px, 92%); }

.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }

/* Anker-Sprünge: Sektionsanfang nicht unter der fixen Nav verstecken */
[id] { scroll-margin-top: calc(var(--nav-h) + 16px); }

.section--red {
  background: var(--raspberry);
  color: var(--beige);
  position: relative;
}

.section--soft {
  background: linear-gradient(180deg, var(--beige) 0%, #fdf3e4 60%, var(--beige) 100%);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  padding: .95rem 2.1rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 12px 30px -12px rgba(29,29,28,.45); }
.btn:active { transform: translateY(-1px); }

.btn--primary { background: var(--raspberry); color: var(--beige); }
.btn--primary:hover { background: var(--raspberry-dark); }

.btn--beige { background: var(--beige); color: var(--raspberry); }
.btn--beige:hover { background: #fff; }

.btn--ghost {
  background: transparent;
  color: var(--beige);
  border-color: var(--beige);
}
.btn--ghost:hover { background: rgba(254, 251, 237, .15); }

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

/* ---------- Brand-Logo & Blatt-Symbol (Original aus Styleguide, per Mask einfärbbar) ---------- */
.brand-logo {
  display: inline-block;
  background: currentColor;
  -webkit-mask: url("assets/logo.png") center / contain no-repeat;
  mask: url("assets/logo.png") center / contain no-repeat;
}
.brand-logo--nav { width: 158px; height: 34px; }
.brand-logo--footer { width: 190px; height: 42px; color: var(--beige); }

.leaf-mask {
  display: inline-block;
  width: 22px; height: 20px;
  background: currentColor;
  -webkit-mask: url("assets/leaf.png") center / contain no-repeat;
  mask: url("assets/leaf.png") center / contain no-repeat;
  flex: none;
}
.leaf-mask--red { color: var(--raspberry); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: transparent;
  transition: background .35s ease, box-shadow .35s ease;
}
.nav__inner {
  width: min(1280px, 94%);
  margin-inline: auto;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--beige);
  transition: color .35s ease;
}

.nav__links {
  display: flex;
  gap: 1.8rem;
  margin-left: auto;
}
.nav__links a {
  color: var(--beige);
  text-decoration: none;
  font-weight: 500;
  font-size: .97rem;
  position: relative;
  transition: color .35s ease;
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 100%; height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.nav__links a:hover::after { transform: scaleX(1); }

.nav__cta { padding: .7rem 1.6rem; font-size: .95rem; background: var(--beige); color: var(--raspberry); }
.nav__cta:hover { background: #fff; }

/* Nav – gescrollt: beige + rot */
.nav.scrolled {
  background: rgba(254, 251, 237, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 6px 30px -18px rgba(29,29,28,.4);
}
.nav.scrolled .nav__logo { color: var(--raspberry); }
.nav.scrolled .nav__links a { color: var(--black); }
.nav.scrolled .nav__links a:hover { color: var(--raspberry); }
.nav.scrolled .nav__cta { background: var(--raspberry); color: var(--beige); }
.nav.scrolled .nav__cta:hover { background: var(--raspberry-dark); }
.nav.scrolled .nav__burger span { background: var(--raspberry); }

/* Burger */
.nav__burger {
  display: none;
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px; height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.nav__burger span {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: var(--beige);
  transition: transform .3s ease, opacity .3s ease, background .35s ease;
}
.nav__burger.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

.nav__mobile {
  display: none;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.4rem 6% 2rem;
  background: var(--beige);
  box-shadow: 0 20px 30px -20px rgba(29,29,28,.4);
}

/* Offenes Mobile-Menü: Header deckend im selben Beige wie das Menü */
.nav.menu-open {
  background: var(--beige);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.nav__mobile a {
  color: var(--raspberry);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
}
.nav__mobile a.btn--primary { color: var(--beige); }
.nav__mobile.open { display: flex; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--black);
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(29,29,28,.82) 0%, rgba(29,29,28,.62) 34%, rgba(29,29,28,.18) 62%, rgba(155,27,43,.15) 100%),
    linear-gradient(0deg, rgba(29,29,28,.5) 0%, transparent 35%);
}
.hero__content {
  position: relative;
  z-index: 2;
  width: min(1180px, 92%);
  margin-inline: auto;
  padding-top: var(--nav-h);
  padding-bottom: 3rem;
  color: var(--beige);
}
.hero__title {
  font-size: clamp(2.3rem, 5.2vw, 4.1rem);
  margin-bottom: 1.4rem;
}
.hero__title em {
  color: var(--raspberry);
  font-style: italic;
  text-shadow: 0 2px 24px rgba(254, 251, 237, .18);
}
.hero__sub {
  max-width: 480px;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  margin-bottom: 2.1rem;
  color: rgba(254, 251, 237, .92);
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero__phone {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 1.9rem;
  color: rgba(254, 251, 237, .9);
  text-decoration: none;
  font-size: 1.02rem;
  transition: color .25s ease;
}
.hero__phone svg { width: 20px; height: 20px; flex: none; color: var(--golden); }
.hero__phone strong { font-weight: 700; letter-spacing: .02em; }
.hero__phone:hover { color: var(--golden); }

/* Scroll-Hinweis */
.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 3;
  width: 28px; height: 46px;
  border: 2px solid rgba(254,251,237,.7);
  border-radius: 999px;
  display: flex;
  justify-content: center;
}
.hero__scroll span {
  width: 4px; height: 10px;
  margin-top: 8px;
  border-radius: 4px;
  background: var(--beige);
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0%   { transform: translateY(0); opacity: 1; }
  70%  { transform: translateY(16px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ---------- Stats ---------- */
.stats {
  background: var(--beige);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  border-bottom: 1px solid rgba(155,27,43,.12);
}
.stats__grid {
  width: min(1180px, 92%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.stat { text-align: center; }
.stat__num {
  display: block;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--raspberry);
  line-height: 1;
  margin-bottom: .5rem;
}
.stat__label {
  font-size: .95rem;
  color: rgba(29,29,28,.75);
  max-width: 220px;
  margin-inline: auto;
  display: block;
}

/* ---------- Marquee ---------- */
.marquee {
  background: var(--raspberry);
  color: var(--beige);
  overflow: hidden;
  padding: 1.1rem 0;
}
.marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee 56s linear infinite;
}
.marquee__track span {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding-right: 1.4rem;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.marquee__leaf { width: 20px; height: 18px; }
@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* ---------- Split-Layout (Konzept / Kontakt) ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}
.split__text p { margin-bottom: 1.1rem; color: rgba(29,29,28,.82); }
.section--red .split__text p { color: rgba(254,251,237,.88); }

.checklist {
  list-style: none;
  margin-top: 1.6rem;
  display: grid;
  gap: .8rem;
}
.checklist li {
  position: relative;
  padding-left: 2.2rem;
  font-weight: 600;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: .18rem;
  width: 1.35rem; height: 1.35rem;
  border-radius: 50%;
  background: var(--raspberry);
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="black" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round" d="M4 12.5l5 5L20 7"/></svg>') center/70% no-repeat, linear-gradient(#000 0 0);
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="black" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round" d="M4 12.5l5 5L20 7"/></svg>') center/70% no-repeat, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Media-Cards */
.split__media { position: relative; }
.media-card {
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.media-card:hover img { transform: scale(1.04); }
.media-card--tall { aspect-ratio: 4 / 4.6; }

/* ---------- Hotspot-Annotationen (Maschinenfoto) ---------- */
.media-card--annotated .hotspot {
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity .6s ease .5s;
  pointer-events: none;
  z-index: 2;
}
.reveal.visible .media-card--annotated .hotspot,
.static-mode .media-card--annotated .hotspot { opacity: 1; }
.hotspot--left  { transform: translate(calc(-100% + 8px), -50%); }
.hotspot--right { transform: translate(-8px, -50%); }

.hotspot__dot {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--raspberry);
  border: 3px solid var(--beige);
  box-shadow: 0 0 0 4px rgba(155, 27, 43, .35), 0 2px 10px rgba(0,0,0,.35);
  flex: none;
  animation: hotspotPulse 2.4s ease-in-out infinite;
}
@keyframes hotspotPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(155,27,43,.35), 0 2px 10px rgba(0,0,0,.35); }
  50%      { box-shadow: 0 0 0 9px rgba(155,27,43,.15), 0 2px 10px rgba(0,0,0,.35); }
}

.hotspot__line {
  width: clamp(28px, 4vw, 54px);
  height: 0;
  border-top: 3px dashed var(--beige);
  opacity: .9;
  flex: none;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.4));
}

.hotspot__label {
  background: var(--beige);
  color: var(--raspberry);
  font-weight: 700;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  white-space: nowrap;
  padding: .5rem .95rem;
  border-radius: 14px 14px 14px 3px;
  box-shadow: 0 8px 24px -8px rgba(0,0,0,.5);
}

/* Mobile: Labels am Kartenrand, Linie überbrückt dynamisch bis zum Bauteil (Breite via JS) */
@media (max-width: 640px) {
  .media-card--annotated .hotspot--left,
  .media-card--annotated .hotspot--right {
    transform: translateY(-50%);
  }
  .hotspot--left .hotspot__line,
  .hotspot--right .hotspot__line {
    width: auto;
    flex: 1;
    min-width: 12px;
  }
  /* Deckel & Strohhalme: Label zentriert unter dem Punkt */
  .media-card--annotated .hotspot--m-down {
    flex-direction: column-reverse;
    align-items: center;
    transform: translate(-50%, -8px);
  }
  .hotspot--m-down .hotspot__line {
    width: 0;
    flex: none;
    height: 14px;
    border-top: none;
    border-left: 3px dashed var(--beige);
  }
  .hotspot__label { font-size: .64rem; padding: .38rem .6rem; letter-spacing: .05em; }
}

/* ---------- Ablauf / Steps ---------- */
.ablauf { overflow: hidden; }
.steps {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1.5rem;
  align-items: start;
}
.step {
  background: rgba(254,251,237,.07);
  border: 1px solid rgba(254,251,237,.18);
  border-radius: var(--radius-card);
  padding: 2.2rem 1.8rem;
  transition: transform .35s ease, background .35s ease;
}
.step:hover { transform: translateY(-8px); background: rgba(254,251,237,.12); }
.step__icon {
  position: relative;
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--beige);
  color: var(--raspberry);
  display: grid;
  place-items: center;
  margin-bottom: 1.4rem;
}
.step__icon svg { width: 44px; height: 44px; }
.step__num {
  position: absolute;
  top: -6px; right: -6px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--golden);
  color: var(--black);
  font-weight: 700;
  font-size: .95rem;
  display: grid;
  place-items: center;
}
.step h3 { color: var(--beige); }
.step p { color: rgba(254,251,237,.85); font-size: .98rem; }

.step-arrow {
  width: clamp(60px, 8vw, 110px);
  color: var(--golden);
  margin-top: 3.2rem;
}
.step-arrow--down { margin-top: 5.5rem; }

.ablauf__cta { margin-top: 3.5rem; text-align: center; }

/* ---------- Sorten ---------- */
.sorten__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  margin-top: 1rem;
}
.sorte {
  position: relative;
  border-radius: var(--radius-card);
  padding: 2.2rem 1.8rem 2rem;
  overflow: hidden;
  isolation: isolate;
  transition: transform .35s ease, box-shadow .35s ease;
  will-change: transform;
}
.sorte:hover { box-shadow: var(--shadow-soft); }
.sorte__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: transform .5s ease;
}
.sorte--berry   .sorte__bg { background: linear-gradient(160deg, #b02338 0%, var(--raspberry) 70%); }
.sorte--tropical .sorte__bg { background: linear-gradient(160deg, #ffd23e 0%, var(--golden) 70%); }
.sorte--matcha  .sorte__bg { background: linear-gradient(160deg, #d3e017 0%, var(--grass) 70%); }

.sorte__cup {
  width: 72%;
  margin: 0 auto 1.4rem;
  filter: drop-shadow(0 24px 28px rgba(29,29,28,.35));
  transition: transform .45s cubic-bezier(.2,.8,.3,1.1);
}
.sorte:hover .sorte__cup { transform: translateY(-10px) rotate(-2.5deg) scale(1.04); }

.sorte__info { text-align: center; }
.sorte--berry .sorte__info { color: var(--beige); }
.sorte--tropical .sorte__info,
.sorte--matcha .sorte__info { color: var(--black); }

.sorte__zutaten {
  font-weight: 600;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .6rem;
  opacity: .85;
}
.sorte__desc { font-size: .98rem; opacity: .9; }

.sorten__note {
  margin-top: 2.2rem;
  font-size: .85rem;
  color: rgba(29, 29, 28, .55);
}

/* ---------- Partner / Timeline ---------- */
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem 0 4rem;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 4%;
  right: 4%;
  height: 3px;
  background: repeating-linear-gradient(90deg, var(--raspberry) 0 12px, transparent 12px 24px);
  opacity: .4;
}
.tl-item { position: relative; padding-top: 2.6rem; }
.tl-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.1rem; height: 2.1rem;
  border-radius: 50%;
  background: var(--raspberry);
  box-shadow: 0 0 0 6px rgba(155,27,43,.15);
}
.tl-item__phase {
  display: block;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--raspberry);
  margin-bottom: .6rem;
}
.tl-item p { color: rgba(29,29,28,.8); font-size: .99rem; }

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.benefit {
  background: #fff;
  border-radius: var(--radius-card-flip);
  padding: 1.9rem 1.5rem;
  box-shadow: 0 10px 34px -22px rgba(29,29,28,.35);
  transition: transform .3s ease, box-shadow .3s ease;
}
.benefit:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.benefit__icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(155,27,43,.09);
  color: var(--raspberry);
  margin-bottom: 1.1rem;
}
.benefit__icon svg { width: 32px; height: 32px; }
.benefit h3 { font-size: 1.05rem; }
.benefit p { font-size: .93rem; color: rgba(29,29,28,.75); }

.partner__video {
  margin-top: 4rem;
  max-width: 920px;
  margin-inline: auto;
}
.partner__video-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
  background: var(--black);
  object-fit: cover;
}
.partner__video-caption {
  margin-top: 1rem;
  text-align: center;
  font-size: .9rem;
  color: rgba(29,29,28,.6);
}

/* ---------- FAQ ---------- */
.faq__list { display: grid; gap: 1rem; margin-top: 2.5rem; }
.faq__item {
  background: #fff;
  border-radius: 18px 18px 18px 4px;
  box-shadow: 0 8px 30px -22px rgba(29,29,28,.4);
  overflow: hidden;
}
.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.3rem 1.6rem;
  transition: color .25s ease;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--raspberry); }
.faq__chevron {
  flex: none;
  width: 14px; height: 14px;
  border-right: 3px solid var(--raspberry);
  border-bottom: 3px solid var(--raspberry);
  transform: rotate(45deg);
  transition: transform .3s ease;
  margin-top: -4px;
}
.faq__item[open] .faq__chevron { transform: rotate(225deg); margin-top: 6px; }
.faq__answer { padding: 0 1.6rem 1.5rem; color: rgba(29,29,28,.8); }
.faq__answer a { color: var(--raspberry); font-weight: 600; text-decoration: none; }
.faq__answer a:hover { text-decoration: underline; }

/* ---------- Kontakt ---------- */
.split--kontakt { align-items: start; }
.light-copy { color: rgba(254,251,237,.88); font-size: 1.1rem; max-width: 460px; }

.kontakt__direct { margin-top: 2.4rem; display: grid; gap: 1rem; }
.kontakt__line {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  color: var(--beige);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.15rem;
  transition: color .25s ease, transform .25s ease;
}
.kontakt__line:hover { color: var(--golden); transform: translateX(4px); }
.kontakt__line svg { width: 24px; height: 24px; flex: none; }

.kontakt__form {
  background: var(--beige);
  border-radius: var(--radius-card);
  padding: clamp(1.6rem, 3vw, 2.6rem);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.5);
  display: grid;
  gap: 1.2rem;
  color: var(--black);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.kontakt__form label { display: grid; gap: .45rem; }
.kontakt__form label span {
  font-weight: 600;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--raspberry);
}
.kontakt__form input,
.kontakt__form textarea {
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--font);
  font-size: 1rem;
  padding: .85rem 1.1rem;
  border: 2px solid rgba(155,27,43,.18);
  border-radius: 14px 14px 14px 3px;
  background: #fff;
  color: var(--black);
  transition: border-color .25s ease, box-shadow .25s ease;
  resize: vertical;
}
.kontakt__form input:focus,
.kontakt__form textarea:focus {
  outline: none;
  border-color: var(--raspberry);
  box-shadow: 0 0 0 4px rgba(155,27,43,.12);
}
.kontakt__form .btn--beige {
  background: var(--raspberry);
  color: var(--beige);
  border: none;
}
.kontakt__form .btn--beige:hover { background: var(--raspberry-dark); }
.kontakt__hint {
  text-align: center;
  font-size: .88rem;
  color: rgba(29,29,28,.65);
}
.kontakt__hint a { color: var(--raspberry); font-weight: 600; text-decoration: none; }
.kontakt__hint a:hover { text-decoration: underline; }
.kontakt__form .btn:disabled { opacity: .7; cursor: default; transform: none; box-shadow: none; }

/* ---------- Footer ---------- */
.footer {
  background: var(--black);
  color: rgba(254,251,237,.85);
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding: 4rem 0 3rem;
}
.footer__brand p { margin-top: .6rem; font-style: italic; color: rgba(254,251,237,.6); }
.footer__col h4 {
  color: var(--golden);
  font-size: .85rem;
  letter-spacing: .16em;
  margin-bottom: .9rem;
}
.footer__col p { font-size: .97rem; line-height: 1.9; }
.footer__col a {
  color: rgba(254,251,237,.85);
  text-decoration: none;
  transition: color .25s ease;
}
.footer__col a:hover { color: var(--golden); }
.footer__bottom {
  border-top: 1px solid rgba(254,251,237,.12);
  padding: 1.4rem 0;
  text-align: center;
  font-size: .85rem;
  color: rgba(254,251,237,.5);
}

/* ---------- Reveal-Animationen ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.2,.65,.3,1), transform .8s cubic-bezier(.2,.65,.3,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track { animation: none; }
  .hero__scroll span { animation: none; }
}

/* ---------- Statischer Modus (Screenshots/Tests) ---------- */
.static-mode .reveal { opacity: 1; transform: none; transition: none; }
.static-mode .hero { min-height: 860px; }
.static-mode { scroll-behavior: auto; }
.static-mode .marquee__track { animation: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .steps { grid-template-columns: 1fr; }
  .step-arrow { display: none; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .split { grid-template-columns: 1fr; }
  .split__media { order: -1; }
  .sorten__grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .timeline { grid-template-columns: 1fr; gap: 2.5rem; }
  .timeline::before {
    top: 0; bottom: 0; left: 1rem; right: auto;
    width: 3px; height: auto;
    background: repeating-linear-gradient(180deg, var(--raspberry) 0 12px, transparent 12px 24px);
  }
  .tl-item { padding-top: 0; padding-left: 3.4rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
  .benefits { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 1.6rem; }
  .footer__inner { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .split--kontakt { gap: 2.4rem; }
  .kontakt__form { padding: 1.5rem 1.2rem 1.4rem; border-radius: 24px 24px 24px 5px; }
  .kontakt__direct { margin-top: 1.8rem; }
}

/* ---------- Rechtsseiten (Impressum / Datenschutz) ---------- */
.legal {
  padding-top: calc(var(--nav-h) + clamp(2.5rem, 6vw, 4.5rem));
  padding-bottom: clamp(4rem, 8vw, 6rem);
}
.legal h1 {
  font-size: clamp(2rem, 4.6vw, 3rem);
  margin-bottom: 2rem;
}
.legal h1 em { font-style: italic; color: var(--raspberry); }
.legal h2 {
  font-size: 1.25rem;
  margin-top: 2.6rem;
  margin-bottom: .7rem;
}
.legal h3 {
  font-size: 1.05rem;
  margin-top: 1.8rem;
  margin-bottom: .5rem;
}
.legal p,
.legal address,
.legal li {
  font-size: 1rem;
  color: rgba(29, 29, 28, .85);
  margin-bottom: 1rem;
  font-style: normal;
}
.legal ul { margin: 0 0 1rem 1.3rem; }
.legal li { margin-bottom: .4rem; }
.legal a { color: var(--raspberry); font-weight: 600; text-decoration: none; }
.legal a:hover { text-decoration: underline; }
.legal .legal__hint {
  background: #fff;
  border-radius: 18px 18px 18px 4px;
  box-shadow: 0 8px 30px -22px rgba(29, 29, 28, .4);
  padding: 1.2rem 1.5rem;
  margin: 1.5rem 0;
}
.legal .legal__stand { margin-top: 3rem; font-size: .88rem; color: rgba(29, 29, 28, .55); }
