/* ============================================================
   tomo · Wochenbett-Begleiter — Landingpage
   Editorial-Design nach Vorbild The Rooted Journal
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Spectral';
  src: url('assets/fonts/spectral-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('assets/fonts/spectral-400-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('assets/fonts/spectral-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('assets/fonts/spectral-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-800.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}

/* ---------- Design-Token ---------- */
:root {
  /* Farbwelt „Dämmerung" — aus dem Hero-Foto gezogen (dunkles Tannengrün als Anker, Vorhang-Gold als Licht) */
  --eggshell:   #F5F1E6;   /* Seitengrund */
  --sand:       #E7E2D0;   /* ruhige Sand-Panels */
  --sand-2:     #D5CEB4;
  --primary:    #333A28;   /* dunkles Tannengrün — Leiste, Nav, Buttons */
  --clay:       #B98E44;   /* Vorhang-Gold als Akzent */
  --clay-deep:  #8F6A2A;   /* dunkleres Gold — Button-Flächen (4.5:1 auf Weiß) */
  --clay-soft:  #EFE4C9;
  --ink:        #20241A;   /* Überschriften / Footer */
  --ink-soft:   #4A4A3A;   /* Fließtext */
  --cream:      #F1EDDD;   /* Text auf dunklen Flächen */

  --serif: 'Spectral', Georgia, 'Times New Roman', serif;
  --sans:  'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --rail-w: 48px;
  --gutter: 1.5rem;
}
@media (min-width: 1024px) {
  :root { --rail-w: 64px; --gutter: 2rem; }
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--eggshell);
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
a.sr-only:focus {
  position: fixed; top: 1rem; left: 1rem;
  width: auto; height: auto;
  margin: 0; padding: .75em 1.25em;
  overflow: visible; clip: auto; white-space: normal;
  z-index: 40;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
}

.page-main { margin-right: var(--rail-w); }
.section-subscribe, .site-footer { margin-right: var(--rail-w); }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container--narrow { max-width: 880px; }
.container-fluid {
  width: 100%;
  padding: 0 var(--gutter);
}

/* ---------- Typo-Stile ---------- */
.type-eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}
.type-title {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0;
}
.type-title .fmt {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0;
  font-size: .82em;
}
.type-title--hero { font-size: clamp(2.4rem, 7vw, 5.2rem); }
.type-title-lg { font-size: clamp(2.2rem, 4.5vw, 4rem); margin-bottom: 1.25rem; }
.type-serif {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.55;
}
.type-serif-lg {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.5;
  max-width: 95%;
}
.type-xs {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.8;
}

/* ---------- Buttons ---------- */
.button {
  display: inline-block;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: .85em 1.9em;
  border: 1px solid currentColor;
  border-radius: 999px;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
  background: transparent;
}
.button--ghost-invert { color: #fff; }
.button--ghost-invert:hover { background: #fff; color: var(--ink); }
.button--secondary { color: var(--primary); }
.button--secondary:hover { background: var(--primary); color: var(--cream); border-color: var(--primary); }
.button--pill {
  background: var(--clay-deep);
  border-color: var(--clay-deep);
  color: #fff;
}
.button--pill:hover { background: var(--primary); border-color: var(--primary); }

/* ---------- Wortmarke ---------- */
.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: .35em;
  text-decoration: none;
}
.wordmark-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.01em;
  line-height: 1;
}
.wordmark--light { color: var(--cream); }

/* ---------- Feste Seitenleiste ---------- */
.site-rail {
  position: fixed;
  top: 0; right: 0;
  width: var(--rail-w);
  height: 100lvh;
  z-index: 31;
  background: var(--primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
  white-space: nowrap;
}
.nav-toggle {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: background .25s ease;
}
.nav-toggle:hover { background: rgba(0,0,0,.12); }
.nav-toggle .icon-close { display: none; }
body.nav-open .nav-toggle .icon-bars { display: none; }
body.nav-open .nav-toggle .icon-close { display: block; }

.rail-title {
  padding: 1.5rem 0;
  display: flex;
  gap: .5rem;
  align-items: center;
  writing-mode: vertical-lr;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rail-title a {
  font-weight: 700;
  text-decoration: none;
  border-left: 1px solid transparent;
  transition: border-color .25s ease;
}
.rail-title a:hover { border-left-color: currentColor; }
.rail-tagline { font-weight: 400; opacity: .75; font-size: 11px; }
/* ---------- Vollbild-Navigation ---------- */
.site-nav {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: var(--primary);
  color: var(--cream);
  overflow: auto;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform .55s cubic-bezier(.65,0,.35,1), visibility 0s .55s;
}
body.nav-open .site-nav {
  transform: translateY(0);
  visibility: visible;
  transition: transform .55s cubic-bezier(.65,0,.35,1);
}
body.nav-open { overflow: hidden; }

.nav-inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px var(--gutter) 3rem;
  padding-right: calc(var(--rail-w) + var(--gutter));
}
@media (min-width: 1024px) {
  .nav-inner { padding-top: 96px; }
}
.nav-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--gutter);
}
.nav-grid--top { margin-bottom: auto; }
.nav-logo { grid-column: 1 / -1; margin-bottom: 2rem; }
.nav-col { grid-column: span 3; }
@media (min-width: 1024px) {
  .nav-logo { grid-column: 1 / span 2; margin-bottom: 0; }
  .nav-col { grid-column: span 1; }
  .nav-col:first-of-type { grid-column: 4 / span 1; }
}
.menu-links {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
}
.menu-links a { text-decoration: none; opacity: .9; transition: opacity .2s ease; }
.menu-links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

.nav-grid--bottom { padding-top: 3rem; }
.nav-issue { grid-column: 1 / -1; order: 2; }
.nav-phases { grid-column: 1 / -1; order: 1; margin-bottom: 2.5rem; }
@media (min-width: 1024px) {
  .nav-issue { grid-column: 1 / span 3; order: 1; }
  .nav-phases { grid-column: 5 / span 2; order: 2; margin-bottom: 0; }
}
.nav-issue .type-serif { max-width: 46ch; opacity: .92; }
.nav-actions { margin-top: 1.5rem; }
.nav-cover {
  margin-top: 2.5rem;
  max-width: 340px;
  overflow: hidden;
}
.nav-cover img {
  transform: translateY(8%);
  transition: transform .6s ease;
}
.nav-cover:hover img { transform: translateY(4%); }
.phase-links {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: .85rem;
}
.phase-links a {
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease;
}
.phase-links a:hover { border-bottom-color: currentColor; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 100lvh;
  overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0;
  /* Standbild als Fallback und für den ersten Frame, deckungsgleich mit dem Video-Poster */
  background: url('assets/img/tomo-hero-poster.jpg?v=20260804-clip3') center / cover no-repeat;
}
.hero-shade {
  position: absolute; inset: 0;
  pointer-events: none;
  /* Zwei Verläufe: unten und links abdunkeln, damit der helle Text über jedem
     Videobild lesbar bleibt (auch über der hellen Koch-Szene) */
  background:
    linear-gradient(90deg, rgba(18,22,15,.58) 0%, rgba(18,22,15,.18) 46%, rgba(18,22,15,0) 72%),
    linear-gradient(0deg, rgba(18,22,15,.62) 0%, rgba(18,22,15,.12) 42%, rgba(18,22,15,0) 64%);
}
/* Schmale Viewports: das Video wird auf ~26 % seiner Breite beschnitten, der Text
   steht dann mittig über dem Bild statt links daneben. Der seitliche Verlauf
   greift dort nicht mehr, deshalb hier ein durchgehender Wash von unten. */
@media (max-width: 1023px) {
  .hero-shade {
    background:
      linear-gradient(0deg, rgba(18,22,15,.82) 0%, rgba(18,22,15,.66) 40%, rgba(18,22,15,.40) 70%, rgba(18,22,15,.14) 100%);
  }
}
.hero-text {
  position: absolute;
  left: var(--gutter);
  bottom: 100px;
  z-index: 10;
  color: #fff;
  max-width: calc(100% - 2 * var(--gutter));
}
@media (min-width: 1024px) {
  .hero-text { bottom: 2rem; left: 2rem; }
}
.hero-lead {
  margin: 1rem 0 0;
  max-width: 40ch;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.5;
  font-weight: 500;
}
.hero-quote {
  margin: 1.25rem 0 0;
  max-width: 36ch;
}
.hero-quote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  line-height: 1.5;
  margin: 0;
}
.hero-quote cite {
  display: block;
  margin-top: .75rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .85;
}
.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
/* ---------- Intro ---------- */
.section-intro {
  padding: 5rem 0 4rem;
  overflow: hidden;
}
.intro-wordmark {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .3em;
  color: var(--primary);
  margin-bottom: 2.5rem;
}
.intro-wordmark .wordmark-name { font-size: clamp(4rem, 10vw, 7rem); }
.intro-text {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  line-height: 1.75;
  text-align: center;
  color: var(--ink-soft);
  max-width: 44ch;
  margin: 0 auto;
}
.intro-text p { margin: 0 0 1.4em; }
.intro-text em { font-style: italic; }
.intro-action { margin-top: 2rem; }

/* ---------- Feature-Sektionen ---------- */
.section-feature {
  position: relative;
  background: var(--sand);
  overflow: hidden;
}
.section-feature--flip { background: var(--eggshell); }
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter);
}
@media (min-width: 1024px) {
  .feature-grid { grid-template-columns: 1fr 1fr; }
}
.feature-text {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
  order: 2;
}
@media (min-width: 1024px) {
  .feature-text { order: 1; padding: 3.5rem 0; }
}
.feature-media { order: 1; }
@media (min-width: 1024px) { .feature-media { order: 2; } }
.section-feature--flip .feature-text { order: 2; }
.section-feature--flip .feature-media { order: 1; }
@media (min-width: 1024px) {
  .section-feature--flip .feature-text { order: 2; padding-left: var(--gutter); }
  .section-feature--flip .feature-media { order: 1; }
}
.feature-image {
  position: relative;
  aspect-ratio: 320 / 450;
  max-height: 720px;
  overflow: hidden;
  background: var(--ink);
}
.feature-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.section-feature:hover .feature-image img { transform: scale(1.05); }

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.5rem;
}
.metatag {
  display: inline-flex;
  align-items: center;
  gap: .45em;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .45em 1em;
  border-radius: 999px;
  background: var(--primary);
  color: var(--cream);
}
.metatag-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--clay-soft);
}
.metatag--outline {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
}

/* ---------- Das Modell: die sieben Phasen ---------- */
.section-slider {
  background: var(--sand);
  padding: 4.5rem 0 4.5rem;
}
.phasen-header {
  margin-bottom: 3rem;
  text-align: center;
}
.phasen-header .type-serif-lg {
  max-width: 62ch;
  margin: 1.25rem auto 0;
}
.slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--sand-2) transparent;
}
.slider.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.slider.is-dragging .slide { pointer-events: none; }
.slide {
  flex: 0 0 78%;
  max-width: 360px;
  scroll-snap-align: start;
}
@media (min-width: 640px) { .slide { flex-basis: 46%; } }
@media (min-width: 1024px) { .slide { flex-basis: 29%; } }
.slide-tile {
  position: relative;
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.tile-num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 5.5rem;
  color: rgba(250, 246, 239, .9);
  transition: transform .7s ease;
}
.slide:hover .tile-num { transform: scale(1.1); }
.tile-1 { background: linear-gradient(150deg, #75805A, #414A2E); }
.tile-2 { background: linear-gradient(150deg, #C79A4C, #8F6A2A); }
.tile-3 { background: linear-gradient(150deg, #576144, #2E3521); }
.tile-4 { background: linear-gradient(150deg, #A98A4E, #75592A); }
.tile-5 { background: linear-gradient(150deg, #6B7551, #3A422A); }
.tile-6 { background: linear-gradient(150deg, #BFA268, #8A6C35); }
.tile-7 { background: linear-gradient(150deg, #454E35, #252B1B); }
.slide .article-meta { margin-bottom: .75rem; }
.slide-title {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 .5rem;
}
.slide-title span {
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease;
}
.slide:hover .slide-title span { border-bottom-color: currentColor; }
.slide .type-serif { margin: 0; font-size: .98rem; }

/* ---------- Der Begleiter (Produkt) ---------- */
.section-produkt {
  background: var(--sand);
  padding: 4.5rem 0;
  overflow: hidden;
}
.produkt-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--gutter) * 1.5);
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .produkt-grid { grid-template-columns: 5fr 6fr; gap: calc(var(--gutter) * 2.5); }
}
.produkt-media {
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 6vw, 4rem);
  perspective: 1400px;
}
.device-scene {
  position: relative;
  width: min(300px, 72vw);
  transform-style: preserve-3d;
}
/* Weicher Bodenschatten unter der Geräte-Szene */
.device-scene::before {
  content: '';
  position: absolute;
  left: -4%;
  right: -18%;
  bottom: -16%;
  height: 14%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(32, 36, 26, .35), transparent 72%);
  filter: blur(5px);
}
.device {
  position: relative;
  /* Schmale Metallkante außen, dünner schwarzer Bezel innen */
  border-radius: clamp(22px, 5vw, 30px);
  padding: 3px;
  background: linear-gradient(155deg, #75776B 0%, #35382C 24%, #1A1C13 62%, #5C5E52 100%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, .35),
    0 45px 80px -34px rgba(32, 36, 26, .6),
    0 14px 30px -14px rgba(32, 36, 26, .4);
}
.device-screen {
  position: relative;
  border: clamp(8px, 1.9vw, 11px) solid #0B0D08;
  border-radius: clamp(19px, 4.4vw, 27px);
  overflow: hidden;
  background: #0B0D08;
}
/* Glas-Reflex über dem Display */
.device-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .05) 30%, rgba(255, 255, 255, 0) 45%);
  pointer-events: none;
}
.device-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cover-Scan hat weiße Ränder — leicht reinzoomen schneidet sie ab */
  transform: scale(1.1);
}
.device--tablet {
  width: 100%;
  animation: float-tablet 7s ease-in-out infinite;
}
.device--tablet .device-screen { aspect-ratio: 3 / 4; }
/* Beim 3:4-Zuschnitt fliegen die weißen Scan-Ränder oben/unten schon raus — kein Extra-Zoom, sonst wird der Titel seitlich angeschnitten */
.device--tablet .device-screen img { transform: none; }
/* Frontkamera mittig im oberen Bezel */
.device--tablet::before {
  content: '';
  position: absolute;
  top: calc(3px + clamp(8px, 1.9vw, 11px) / 2);
  left: 50%;
  width: 5px;
  height: 5px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #3D4A63, #05060C 65%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .07);
  z-index: 1;
}
/* Standby-Taste an der Kante */
.device--tablet::after {
  content: '';
  position: absolute;
  top: 6%;
  right: -2px;
  width: 2.5px;
  height: 6%;
  border-radius: 2px;
  background: linear-gradient(90deg, #4A4D40, #191B12);
}
.device--phone {
  position: absolute;
  width: 38%;
  right: -14%;
  bottom: -12%;
  border-radius: clamp(15px, 3.4vw, 21px);
  animation: float-phone 7s ease-in-out 1.4s infinite;
}
.device--phone .device-screen {
  aspect-ratio: 9 / 18;
  border-width: clamp(5px, 1.2vw, 7px);
  border-radius: clamp(12px, 2.8vw, 18px);
}
/* Kamera-Pille im Display */
.device--phone .device-screen::before {
  content: '';
  position: absolute;
  top: 3.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  height: 4.5%;
  border-radius: 999px;
  background: #0B0D08;
  z-index: 1;
}
/* Power-Taste rechts, Lautstärke-Wippe links */
.device--phone::before {
  content: '';
  position: absolute;
  right: -2.5px;
  top: 24%;
  width: 3px;
  height: 13%;
  border-radius: 2px;
  background: linear-gradient(90deg, #4A4D40, #191B12);
}
.device--phone::after {
  content: '';
  position: absolute;
  left: -2.5px;
  top: 18%;
  width: 3px;
  height: 12%;
  border-radius: 2px;
  background: linear-gradient(90deg, #191B12, #4A4D40);
}
@keyframes float-tablet {
  0%, 100% { transform: rotateY(-16deg) rotateX(5deg) translateY(0); }
  50%      { transform: rotateY(-16deg) rotateX(5deg) translateY(-12px); }
}
@keyframes float-phone {
  0%, 100% { transform: rotateY(14deg) rotateX(4deg) translateZ(70px) translateY(0); }
  50%      { transform: rotateY(14deg) rotateX(4deg) translateZ(70px) translateY(-9px); }
}
@media (prefers-reduced-motion: reduce) {
  .device--tablet { animation: none; transform: rotateY(-16deg) rotateX(5deg); }
  .device--phone { animation: none; transform: rotateY(14deg) rotateX(4deg) translateZ(70px); }
}
.produkt-text .type-serif-lg { max-width: 52ch; }
.produkt-liste {
  list-style: none;
  margin: 2rem 0 2.5rem;
  padding: 0;
}
.produkt-liste li {
  padding: 1rem 0;
  border-top: 1px solid var(--sand-2);
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.55;
}
.produkt-liste li:last-child { border-bottom: 1px solid var(--sand-2); }
.produkt-liste strong {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: .25rem;
}
.produkt-spec {
  margin: 0 0 2.5rem;
  padding: 0;
  border-top: 1px solid var(--sand-2);
}
.produkt-spec > div {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid var(--sand-2);
}
.produkt-spec dt {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--clay);
}
.produkt-spec dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1.5;
}
@media (max-width: 560px) {
  .produkt-spec > div { grid-template-columns: 1fr; gap: .2rem; }
}
.produkt-kauf {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.produkt-preis {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--primary);
}
.produkt-preis span {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: .75;
  margin-top: .4rem;
}

/* ---------- Stimmen zu tomo ---------- */
.section-stimmen {
  padding: 4.5rem 0 5rem;
}
.stimmen-header {
  text-align: center;
  margin-bottom: 3rem;
}
.stimmen-header-text {
  max-width: 52ch;
  margin: 1.25rem auto 0;
}
.stimmen-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter);
}
@media (min-width: 768px) {
  .stimmen-grid { grid-template-columns: repeat(3, 1fr); }
}
.stimmen-grid + .stimmen-grid { margin-top: var(--gutter); }
.stimme {
  margin: 0;
  padding: 2.25rem 1.9rem 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.stimme blockquote {
  margin: 0 0 1.75rem;
  flex: 1;
}
.stimme blockquote p {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.6;
}
.stimme figcaption strong {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.stimme figcaption span {
  font-size: 12px;
  letter-spacing: .06em;
  opacity: .75;
}
.stimme--expertin {
  background: var(--primary);
  color: var(--cream);
}
.stimme--expertin figcaption strong { color: var(--clay-soft); }

/* ---------- Wochenbett-Score ---------- */
.section-score {
  background: var(--sand);
  padding: 4.5rem 0 5rem;
}
.score-header { text-align: center; }
.score-header .type-title-lg { margin-bottom: 1rem; }
.score-header-text {
  max-width: 56ch;
  margin: 0 auto 2.5rem;
}
.score-card {
  position: relative;
  background: var(--eggshell);
  padding: 3rem clamp(1.5rem, 5vw, 4rem) 3.5rem;
  min-height: 460px;
  display: flex;
  flex-direction: column;
}
.score-screen { display: none; flex: 1; }
.score-screen.is-active {
  display: flex;
  flex-direction: column;
  animation: score-fade .45s ease;
}
@keyframes score-fade {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .score-screen.is-active { animation: none; }
}
.score-screen--start, .score-screen--gate { text-align: center; align-items: center; }
.score-mark {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--clay);
  margin-bottom: 1rem;
}
.score-question {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 1.5rem;
  max-width: 34ch;
}
.score-facts {
  list-style: none;
  margin: 0 0 2.5rem; padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
}
.score-facts li {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .5em 1.1em;
  border: 1px solid var(--clay);
  border-radius: 999px;
  color: var(--primary);
}
.score-screen--start .button { margin-top: auto; }

/* Fragen */
.score-progress {
  height: 3px;
  background: var(--sand-2);
  margin-bottom: 2.5rem;
  border-radius: 999px;
  overflow: hidden;
}
.score-progress-fill {
  display: block;
  height: 100%;
  width: 0;
  background: var(--clay);
  transition: width .4s ease;
}
.score-quiz-body { flex: 1; display: flex; flex-direction: column; }
.score-step-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.score-step-eyebrow .step-count { color: var(--ink-soft); opacity: .7; }
.score-anchor-question { font-style: italic; font-weight: 400; }
.score-anchor-note {
  font-size: .9rem;
  opacity: .75;
  margin: 0 0 2rem;
}
.score-answers {
  list-style: none;
  margin: 1rem 0 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.score-answers button {
  width: 100%;
  text-align: left;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: 999px;
  padding: .9em 1.5em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.score-answers button:hover,
.score-answers button:focus-visible {
  background: var(--primary);
  color: var(--cream);
  outline: none;
}
.score-anchor-actions { margin-top: auto; padding-top: 2rem; }
.score-back {
  margin-top: 2rem;
  align-self: flex-start;
  background: none;
  border: 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: .6;
  cursor: pointer;
}
.score-back:hover { opacity: 1; }

/* E-Mail-Gate */
.score-gate-text { max-width: 44ch; margin: 0 auto 2rem; }
.score-gate-form {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.score-gate-form input {
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--primary);
  padding: .9em .5em;
  outline: none;
  text-align: center;
}
.score-gate-form input:focus { border-bottom-color: var(--clay); }
.score-gate-form .button { align-self: center; margin-top: .5rem; }
.score-gate-form input.is-invalid { border-bottom-color: #B4442C; }
.form-error {
  margin: 0;
  font-size: .9rem;
  color: #B4442C;
}

/* Ergebnis */
.score-result-top { text-align: center; margin-bottom: 2.5rem; }
.score-result-number {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(4.5rem, 10vw, 7rem);
  line-height: 1;
  color: var(--primary);
}
.score-result-number small {
  font-size: .35em;
  color: var(--ink-soft);
}
.score-result-band {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink);
  margin: .75rem 0 .5rem;
}
.score-result-bandtext {
  font-family: var(--serif);
  font-size: 1.1rem;
  max-width: 52ch;
  margin: 0 auto;
}
.score-bars { margin: 0 0 2.5rem; }
.score-bar-row { margin-bottom: 1.1rem; }
.score-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4rem;
}
.score-bar-track {
  height: 6px;
  background: var(--sand-2);
  border-radius: 999px;
  overflow: hidden;
}
.score-bar-fill {
  display: block;
  height: 100%;
  width: 0;
  background: var(--clay);
  border-radius: 999px;
  transition: width .9s ease .2s;
}
.score-bar-row.is-low .score-bar-fill { background: var(--primary); }
.score-focus {
  border-top: 1px solid var(--sand-2);
  padding-top: 2rem;
}
.score-focus-title {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 1.5rem;
}
.score-focus-block { margin-bottom: 2rem; }
.score-focus-block h4 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--clay);
  margin: 0 0 .4rem;
}
.score-focus-block .feedback {
  font-family: var(--serif);
  margin: 0 0 .75rem;
}
.score-focus-block .quickwin,
.score-focus-block .inbegleiter {
  font-size: .95rem;
  margin: 0;
  padding: 1rem 1.25rem;
  background: var(--clay-soft);
}
.score-focus-block .quickwin strong,
.score-focus-block .inbegleiter strong {
  display: block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: .3rem;
  color: var(--clay);
}
.score-cta {
  border-top: 1px solid var(--sand-2);
  margin-top: 2.5rem;
  padding-top: 2rem;
}
.score-cta-line {
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.55;
  text-align: center;
  max-width: 46ch;
  margin: 0 auto 1.5rem;
  color: var(--ink);
}
.score-result-actions {
  margin-top: auto;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.score-restart {
  background: none;
  border: 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: .6;
  cursor: pointer;
}
.score-restart:hover { opacity: 1; }

/* ---------- Bestellen / Eintragen ---------- */
.section-subscribe {
  background: var(--sand);
  padding: 4rem 0 3.5rem;
  margin-top: 4rem;
  text-align: center;
}
.subscribe-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.3;
  color: var(--primary);
  margin: 0 0 2rem;
}
.subscribe-preis {
  margin: -1rem 0 2rem;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: .8;
}
.form-legal {
  margin-top: 1.5rem;
  font-size: 12px;
  opacity: .7;
}
/* Honigtopf gegen Bots: aus dem Blickfeld geschoben statt display:none, weil
   manche Bots ausgeblendete Felder erkennen und dann gezielt auslassen. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}
/* Hinweis, falls das Speichern der Adresse fehlgeschlagen ist */
.score-save-note {
  margin: 0 0 1.5rem;
  padding: .85rem 1rem;
  border-left: 3px solid var(--clay);
  background: rgba(185, 142, 68, .10);
  font-size: 14px;
  line-height: 1.5;
}

/* ---------- Danke-Seite (Bestätigung des Double-Opt-in) ---------- */
.danke {
  min-height: 100lvh;
  display: grid;
  place-items: center;
  padding: 4rem var(--gutter);
  text-align: center;
}
.danke-inner { max-width: 44ch; }
.danke-mark {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 2.5rem;
}
.danke-check {
  width: 52px; height: 52px;
  margin: 0 auto 1.75rem;
  color: var(--clay-deep);
}
.danke-title {
  color: var(--ink);
  margin-bottom: 1.25rem;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}
.danke-text {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.6;
  margin: 0 0 2.25rem;
}
.danke-note {
  margin-top: 2.5rem;
  font-size: 12px;
  opacity: .65;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--gutter);
  margin-bottom: 5rem;
}
.footer-logo { grid-column: 1 / -1; margin-bottom: 1.5rem; }
.footer-col { grid-column: span 3; }
@media (min-width: 1024px) {
  .footer-logo { grid-column: 1 / span 2; margin-bottom: 0; }
  .footer-col { grid-column: span 1; }
}
.menu-links--sm { font-size: 14px; }
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: end;
}
.footer-bottom .type-xs { margin: 0 0 .5rem; }
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
}
.footer-legal a { text-decoration: underline; text-underline-offset: 3px; }
.back-to-top {
  width: 32px;
  display: block;
  color: var(--cream);
  transition: transform .25s ease;
}
.back-to-top:hover { transform: translateY(-4px); }

/* ---------- Einblend-Animationen ---------- */
/* Der versteckte Ausgangszustand gilt nur, wenn JavaScript laeuft (html.js wird
   inline im <head> gesetzt). Ohne JS bleibt die Seite vollstaendig lesbar,
   statt dauerhaft unsichtbar zu sein. */
.js .will-animate {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}
.js .will-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .will-animate { opacity: 1; transform: none; transition: none; }
}

/* ---------- Hero-Hintergrundvideo ---------- */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}
/* Hero-Text liegt darüber (z-index 10 ist schon gesetzt), Shade ebenfalls */

/* Vertrauens-Stimme im Hero */
.hero-trust {
  margin: 1.75rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .28);
  max-width: 48ch;
}
.hero-trust blockquote {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(.95rem, 1.4vw, 1.1rem);
  line-height: 1.5;
  color: var(--cream);
}
.hero-trust figcaption {
  margin-top: .55rem;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  opacity: .82;
}
@media (max-width: 600px) {
  .hero-trust { display: none; }
}

/* ---------- Kinematografischer Bildband „Blick ins Wochenbett" ----------
   Dunkel wie der Hero, damit die Filmstills als ein zusammenhängender
   Bildraum wirken statt als lose Galerie. */
.section-szenen {
  background: var(--primary);
  color: var(--cream);
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  overflow: hidden;
}
.section-szenen .type-title { color: var(--cream); }
.section-szenen .type-eyebrow { color: var(--clay); }
.szenen-head {
  max-width: 42ch;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}
.szenen-head .type-serif-lg {
  margin: 1.1rem auto 0;
  max-width: 52ch;
  color: var(--cream);
  opacity: .82;
}
.szenen-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
@media (min-width: 768px) {
  .szenen-band { grid-template-columns: repeat(3, 1fr); }
}
.szene-card { margin: 0; }
.szene-img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #11150E;
}
.szene-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2, .6, .2, 1);
}
.szene-card:hover .szene-img img { transform: scale(1.06); }
.szene-card figcaption {
  margin-top: 1.1rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--cream);
  opacity: .78;
}

/* ---------- Kinematografische Feature-Sektion (Partner) ---------- */
.section-feature--cinema {
  background: var(--primary);
  color: var(--cream);
}
.section-feature--cinema .type-title { color: var(--cream); }
.section-feature--cinema .type-eyebrow { color: var(--clay); }
.section-feature--cinema .type-serif-lg { color: var(--cream); opacity: .85; }
.section-feature--cinema .feature-image { background: #11150E; }

/* Breites Feature-Bild (Querformat) für Bild-Text-Sektionen */
.feature-image--wide {
  aspect-ratio: 16 / 10;
  max-height: none;
}
.feature-image--wide img { object-position: center 40%; }

/* ---------- Hervorgehobene Leitstimme über den Testimonials ---------- */
.stimme-lead {
  margin: 0 auto clamp(2.75rem, 5vw, 3.75rem);
  max-width: 46ch;
  text-align: center;
}
.stimme-lead blockquote { margin: 0; }
.stimme-lead blockquote p {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.38;
  color: var(--primary);
}
.stimme-lead figcaption { margin-top: 1.5rem; }
.stimme-lead figcaption strong {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
}
.stimme-lead figcaption span {
  font-size: 12px;
  letter-spacing: .06em;
  opacity: .7;
}

/* ---------- Phasen-Kacheln mit Foto ---------- */
.tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform .7s ease;
}
.slide:hover .tile-img { transform: scale(1.05); }
.slide-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  /* dunkler Verlauf, damit die weiße Ziffer auf jedem Foto lesbar bleibt */
  background:
    radial-gradient(ellipse 62% 58% at 50% 50%, rgba(20,24,16,.44) 0%, rgba(20,24,16,0) 74%),
    linear-gradient(155deg, rgba(20,24,16,.16) 0%, rgba(20,24,16,.40) 56%, rgba(20,24,16,.62) 100%);
}
.slide-tile .tile-num {
  position: relative;
  z-index: 2;
  color: #F4EFE3;
  text-shadow: 0 2px 16px rgba(0,0,0,.45);
}

/* ---------- Was dich erwartet ---------- */
.section-erwartet {
  background: var(--eggshell);
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  overflow: hidden;
}
.erwartet-head {
  max-width: 60ch;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
}
.erwartet-head .type-serif-lg { margin-top: 1rem; }
.erwartet-feature { margin: 0 0 clamp(1.75rem, 3.5vw, 2.75rem); }
.erwartet-spread {
  overflow: hidden;
  background: var(--sand);
  box-shadow: 0 30px 60px -30px rgba(32,36,26,.42);
}
.erwartet-spread img { width: 100%; height: auto; display: block; }
.erwartet-feature figcaption {
  margin-top: 1.1rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 62ch;
}
.erwartet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}
@media (min-width: 768px) {
  .erwartet-grid { grid-template-columns: repeat(3, 1fr); }
}
.erwartet-card { margin: 0; }
.erwartet-page {
  overflow: hidden;
  background: var(--sand);
  box-shadow: 0 20px 45px -26px rgba(32,36,26,.42);
  margin-bottom: 1.1rem;
}
.erwartet-page img { width: 100%; height: auto; display: block; transition: transform .7s ease; }
.erwartet-card:hover .erwartet-page img { transform: scale(1.03); }
.erwartet-card figcaption {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.erwartet-card figcaption strong {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: .4rem;
}

/* ---------- Produkt-Fotos statt CSS-Mockup ---------- */
.produkt-media:has(.produkt-shots) { padding: clamp(1rem, 3vw, 2rem) 0; perspective: none; }
.produkt-shots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.4vw, 16px);
  width: 100%;
}
.produkt-shot {
  margin: 0;
  overflow: hidden;
  background: var(--sand);
  box-shadow: 0 26px 55px -30px rgba(32,36,26,.55);
}
.produkt-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.produkt-shot:hover img { transform: scale(1.04); }
.produkt-shot--main { grid-column: 1 / -1; }

/* ---------- Was dich erwartet: Tablet-Mockups ---------- */
.erwartet-mockups {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
@media (min-width: 768px) {
  .erwartet-mockups { grid-template-columns: repeat(3, 1fr); }
}
.erwartet-mockup { margin: 0; }
.erwartet-mockup img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 26px 55px -30px rgba(32, 36, 26, .5);
  transition: transform .6s ease;
}
.erwartet-mockup:hover img { transform: translateY(-5px); }
.erwartet-mockup figcaption {
  margin-top: 1.15rem;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-soft);
}
.erwartet-mockup figcaption strong {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: .4rem;
}

/* ---------- Fachstimmen-Zwischenüberschrift ---------- */
.stimmen-subhead {
  text-align: center;
  color: var(--clay);
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 1.5rem;
}
