/* ===========================================================================
   Club COSMO, Website-Umbau Vorschau (preview.css)
   Additive Styles auf Basis von styles.css. Aendert nichts an der Live-Seite.
   Alle Klassen sind mit pv- praefixiert. Nur die Vorschau-Dateien laden diese
   Datei. Farben, Fonts und Abstaende uebernehmen die bestehenden Tokens.
   =========================================================================== */

:root {
  --pv-gold: #c8a86a;
  --pv-line: rgba(238, 228, 217, 0.16);
  --pv-line-soft: rgba(238, 228, 217, 0.1);
  --pv-cream-72: rgba(238, 228, 217, 0.72);
  --pv-cream-60: rgba(238, 228, 217, 0.55);
  --pv-section-pad: clamp(72px, 12vh, 128px);
}

/* Scroll soll auf der Vorschau-Home moeglich sein, das Gate bleibt 100svh. */
.pv-home .page-shell {
  min-height: auto;
}

.pv-home .hero-stage {
  position: relative;
  gap: clamp(28px, 4vh, 44px);
}

/* --- Reveal-Animation, nur wenn JS aktiv ist (ohne JS bleibt alles sichtbar) --- */
.pv-reveal {
  opacity: 1;
  transform: none;
}

html.pv-js .pv-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

html.pv-js .pv-reveal.pv-in {
  opacity: 1;
  transform: none;
}

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

/* --- Scroll-Hinweis am unteren Rand des Gates --- */
.pv-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 4vh, 40px);
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transition: color var(--transition);
}

.pv-scroll-cue:hover,
.pv-scroll-cue:focus-visible {
  color: var(--cream);
  outline: none;
}

.pv-scroll-cue .pv-scroll-dot {
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, rgba(238, 228, 217, 0.6), rgba(238, 228, 217, 0));
  animation: pvCue 2.4s ease-in-out infinite;
}

@keyframes pvCue {
  0%, 100% { opacity: 0.35; transform: scaleY(0.7); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* --- Gemeinsame Bausteine --- */
.pv-section {
  padding: var(--pv-section-pad) 28px;
  border-top: 1px solid var(--pv-line-soft);
  scroll-margin-top: calc(var(--site-header-height) + 28px);
}

.pv-wrap {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.pv-narrow {
  width: min(100%, 760px);
}

.pv-kicker {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: fit-content;
  margin: 0 0 24px;
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.pv-kicker .pv-star {
  display: inline-block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  object-fit: contain;
  transform: translateY(-1px);
  vertical-align: middle;
}

.pv-lead {
  margin: 0;
  color: var(--cream);
  font-family: "Williwaw Book", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
  max-width: 20ch;
}

.pv-lead-wide {
  max-width: 26ch;
}

.pv-sub {
  margin: 24px 0 0;
  color: var(--pv-cream-72);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: clamp(1.04rem, 1.7vw, 1.24rem);
  line-height: 1.7;
  max-width: 56ch;
}

/* --- Problem-Sektion --- */
.pv-statement {
  text-align: center;
}

.pv-statement .pv-wrap {
  display: grid;
  justify-items: center;
}

.pv-statement .pv-lead,
.pv-statement .pv-sub {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pv-problem .pv-lead {
  max-width: 18ch;
  color: rgba(238, 228, 217, 0.92);
}

.pv-problem .pv-sub {
  max-width: 48ch;
}

.pv-problem-echo {
  color: var(--cream);
  font-size: clamp(1.24rem, 2.2vw, 1.7rem);
  line-height: 1.45;
  max-width: 34ch;
}

.pv-problem-closer {
  margin: 32px 0 0;
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: clamp(0.92rem, 1.5vw, 1.06rem);
  letter-spacing: 0.04em;
}

/* --- Paper-Moment fuer The List --- */
.pv-paper-section {
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-deep) 100%);
  color: var(--ink);
  border-top: 0;
}

.pv-paper-section + .pv-section {
  border-top: 0;
}

.pv-paper-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
}

.pv-paper-section .pv-kicker,
.pv-paper-section .pv-lead {
  color: var(--ink);
}

.pv-paper-section .pv-kicker {
  opacity: 0.58;
}

.pv-paper-copy {
  display: grid;
  gap: 16px;
  color: var(--ink-soft);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
  line-height: 1.68;
}

.pv-paper-copy p {
  margin: 0;
  max-width: 52ch;
}

.pv-note-lines {
  margin-top: 8px;
  border-top: 1px solid rgba(70, 48, 29, 0.15);
}

.pv-note-lines span {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(70, 48, 29, 0.12);
  color: var(--ink);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-transform: uppercase;
}

/* --- COSMO-Moment --- */
.pv-moment-grid,
.pv-club-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: center;
}

.pv-moment-grid .pv-lead,
.pv-club-grid .pv-lead {
  max-width: 18ch;
}

.pv-moment-surface {
  position: relative;
  padding: clamp(32px, 4vw, 48px);
  border-block: 1px solid rgba(238, 228, 217, 0.18);
  color: var(--cream);
}

.pv-moment-surface::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 72%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, transparent, rgba(200, 168, 106, 0.72), transparent);
}

.pv-moment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pv-moment-line {
  margin: 32px 0 0;
  color: var(--cream);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.02;
  max-width: 13ch;
}

.pv-moment-note {
  margin: 24px 0 0;
  color: var(--pv-cream-72);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  max-width: 28ch;
}

/* --- Club-Prinzipien --- */
.pv-club-section {
  padding-top: clamp(84px, 14vh, 152px);
}

.pv-club-copy {
  color: var(--pv-cream-72);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: clamp(1.04rem, 1.7vw, 1.24rem);
  line-height: 1.7;
}

.pv-club-copy p {
  margin: 0;
  max-width: 52ch;
}

.pv-club-copy p + p {
  margin-top: 24px;
}

.pv-principles {
  display: grid;
  gap: 0;
  margin: 24px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--pv-line);
  border-bottom: 1px solid var(--pv-line);
}

.pv-principles li {
  padding: 12px 0;
  border-top: 1px solid var(--pv-line-soft);
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.pv-principles li:first-child {
  border-top: 0;
}

/* --- Was die Membership haelt: vier Bloecke --- */
.pv-holds-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 40px;
  background: var(--pv-line);
  border: 1px solid var(--pv-line);
}

.pv-hold {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(24px, 3vw, 40px);
  background: #102f15;
}

.pv-hold-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pv-hold-label .pv-star {
  display: inline-block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  object-fit: contain;
}

.pv-hold-tag {
  margin-left: auto;
  color: var(--pv-cream-60);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}

.pv-hold p {
  margin: 0;
  color: var(--pv-cream-72);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: 1.04rem;
  line-height: 1.62;
}

/* --- Der Counter als Anker --- */
.pv-counter {
  text-align: center;
}

.pv-counter-slogan {
  margin: 0 auto 24px;
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pv-counter-number {
  margin: 0 auto;
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(4.4rem, 16vw, 11rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
}

.pv-counter-caption {
  margin: 16px auto 0;
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pv-counter .pv-lead {
  margin: 40px auto 0;
  max-width: 18ch;
  text-align: center;
}

/* --- Founder-Note --- */
.pv-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.pv-founder-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: rgba(238, 228, 217, 0.06);
  border: 1px solid var(--pv-line);
}

.pv-founder-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-founder-copy .pv-lead {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  max-width: 22ch;
}

.pv-founder-signature {
  margin: 24px 0 0;
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

/* --- CTA-Sektion --- */
.pv-cta {
  text-align: center;
}

.pv-cta .pv-lead {
  margin: 0 auto;
  max-width: 16ch;
  text-align: center;
}

.pv-cta-actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.pv-credibility {
  margin: 24px auto 0;
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  max-width: 46ch;
}

/* --- Buttons auf Gruen --- */
.pv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 32px;
  border-radius: 999px;
  border: 1px solid rgba(238, 228, 217, 0.32);
  background: transparent;
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.pv-button:hover,
.pv-button:focus-visible {
  background: rgba(238, 228, 217, 0.1);
  border-color: var(--cream);
  outline: none;
}

.pv-button--solid {
  background: var(--cream);
  color: #102f15;
  border-color: var(--cream);
}

.pv-button--solid:hover,
.pv-button--solid:focus-visible {
  background: transparent;
  color: var(--cream);
}

/* --- Reicher Footer --- */
.pv-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--pv-line);
}

.pv-footer-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(56px, 8vh, 88px) 28px 40px;
}

.pv-footer-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 36px 28px;
}

.pv-foot-brand .pv-foot-wordmark {
  width: 132px;
  opacity: 0.9;
}

.pv-foot-tagline {
  margin: 16px 0 0;
  color: var(--pv-cream-60);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 32ch;
}

.pv-foot-col h4 {
  margin: 0 0 16px;
  color: var(--pv-cream-72);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
}

.pv-foot-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.pv-foot-col a {
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  transition: color var(--transition);
}

.pv-foot-col a:hover,
.pv-foot-col a:focus-visible {
  color: var(--cream);
}

/* Newsletter */
.pv-news {
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid var(--pv-line-soft);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px 40px;
  align-items: center;
}

.pv-news-copy h4 {
  margin: 0 0 8px;
  color: var(--cream);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.pv-news-copy p {
  margin: 0;
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.8rem;
  line-height: 1.6;
  max-width: 40ch;
}

.pv-news-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pv-news-form input {
  flex: 1 1 200px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(238, 228, 217, 0.24);
  background: rgba(238, 228, 217, 0.04);
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  outline: 0;
  transition: border-color var(--transition), background var(--transition);
}

.pv-news-form input::placeholder {
  color: rgba(238, 228, 217, 0.4);
}

.pv-news-form input:focus {
  border-color: rgba(238, 228, 217, 0.5);
  background: rgba(238, 228, 217, 0.08);
}

.pv-news-note {
  margin: 12px 0 0;
  min-height: 1.2em;
  color: var(--pv-gold);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.pv-footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--pv-line-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  align-items: center;
}

.pv-footer-bottom p {
  margin: 0;
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.pv-footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pv-footer-legal a {
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color var(--transition);
}

.pv-footer-legal a:hover,
.pv-footer-legal a:focus-visible {
  color: var(--cream);
}

/* ===========================================================================
   How it works: die fuenf Tabs mit Platzhalter-Frames fuer App-Screenshots
   =========================================================================== */
.pv-hiw .page-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.pv-hiw-hero {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-bottom: clamp(48px, 8vh, 96px);
}

.pv-hiw-hero h1 {
  margin: 0;
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-weight: 320;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  letter-spacing: -0.04em;
  line-height: 0.96;
  max-width: 16ch;
}

.pv-hiw-hero p {
  margin: 0;
  color: var(--pv-cream-72);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
  line-height: 1.7;
  max-width: 52ch;
}

.pv-tab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 80px);
  padding: clamp(40px, 7vh, 88px) 0;
  border-top: 1px solid var(--pv-line-soft);
}

.pv-tab:nth-child(even) .pv-tab-visual {
  order: 2;
}

.pv-tab-index {
  color: var(--pv-gold);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

.pv-tab-title {
  margin: 16px 0 0;
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-weight: 320;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pv-tab-body {
  margin: 16px 0 0;
  color: var(--pv-cream-72);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.66;
  max-width: 42ch;
}

.pv-tab-soon {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 12px;
  border: 1px solid rgba(200, 168, 106, 0.5);
  border-radius: 999px;
  color: var(--pv-gold);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Telefon-Platzhalter, klar als Screenshot-Slot markiert */
.pv-phone {
  position: relative;
  width: min(100%, 290px);
  margin: 0 auto;
  aspect-ratio: 9 / 19;
  border-radius: 38px;
  border: 1px solid rgba(238, 228, 217, 0.22);
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(238, 228, 217, 0.08), transparent 60%),
    rgba(238, 228, 217, 0.03);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.pv-phone::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 5px;
  border-radius: 999px;
  background: rgba(238, 228, 217, 0.18);
}

.pv-phone span {
  color: var(--pv-cream-60);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.7;
}

.pv-phone .pv-phone-star {
  display: block;
  margin-bottom: 12px;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* ===========================================================================
   About-Story-Seite
   =========================================================================== */
.pv-about .page-shell {
  width: min(100%, 880px);
  margin: 0 auto;
}

.pv-about-hero {
  margin-bottom: clamp(40px, 7vh, 80px);
}

.pv-about-hero .pv-kicker,
.pv-inside-hero .pv-kicker {
  margin-left: auto;
  margin-right: auto;
}

.pv-about-hero h1 {
  margin: 0;
  color: var(--cream);
  font-family: "Williwaw Book", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  max-width: 18ch;
}

.pv-prose {
  display: grid;
  gap: 24px;
  max-width: 64ch;
}

.pv-prose p {
  margin: 0;
  color: rgba(238, 228, 217, 0.82);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: clamp(1.08rem, 1.7vw, 1.22rem);
  line-height: 1.78;
}

.pv-prose .pv-prose-lead {
  color: var(--cream);
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  line-height: 1.5;
}

.pv-about-values {
  margin-top: clamp(40px, 7vh, 80px);
  margin-bottom: clamp(40px, 7vh, 80px);
  padding-top: 32px;
  border-top: 1px solid var(--pv-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 32px;
}

.pv-value {
  padding-right: 8px;
}

.pv-value h4 {
  margin: 0 0 8px;
  color: var(--cream);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pv-value p {
  margin: 0;
  max-width: 46ch;
  color: var(--pv-cream-60);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.6;
}

/* ===========================================================================
   Responsive
   =========================================================================== */
@media (max-width: 900px) {
  .pv-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .pv-foot-brand {
    grid-column: 1 / -1;
  }

  .pv-news {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .pv-paper-grid,
  .pv-moment-grid,
  .pv-club-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pv-paper-section {
    padding-top: clamp(64px, 9vh, 92px);
    padding-bottom: clamp(64px, 9vh, 92px);
  }

  .pv-moment-surface {
    padding-inline: 24px;
  }

  .pv-moment-line {
    max-width: 14ch;
  }

  .pv-holds-grid {
    grid-template-columns: 1fr;
  }

  .pv-founder-grid {
    grid-template-columns: 1fr;
  }

  .pv-founder-portrait {
    width: min(100%, 320px);
    aspect-ratio: 4 / 5;
  }

  .pv-tab {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pv-tab:nth-child(even) .pv-tab-visual {
    order: 0;
  }

  .pv-tab-visual {
    order: 0;
  }

  .pv-about-values {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .pv-section {
    padding-left: 20px;
    padding-right: 20px;
    scroll-margin-top: calc(var(--site-header-height) + 16px);
  }

  .pv-statement .pv-lead,
  .pv-statement .pv-sub {
    text-align: left;
  }

  .pv-statement .pv-wrap {
    justify-items: start;
  }

  .pv-statement .pv-lead,
  .pv-statement .pv-sub {
    margin-left: 0;
    margin-right: 0;
  }

  .pv-note-lines span {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .pv-moment-surface {
    padding: 28px 0 32px 20px;
  }

  .pv-moment-line {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .pv-footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ===========================================================================
   Day-Sektion (Counter fuehrt den Scroll an) und Inside-Editorial
   =========================================================================== */
.pv-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pv-day {
  text-align: center;
}

.pv-day .pv-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 46ch;
  color: rgba(238, 228, 217, 0.82);
}

.pv-day .pv-counter-number {
  margin-bottom: 8px;
}

/* Inside: reine Editorial-Seite, das Innere in Worten */
.pv-inside .page-shell {
  width: min(100%, 880px);
  margin: 0 auto;
}

.pv-inside-hero {
  margin-bottom: clamp(36px, 6vh, 64px);
}

.pv-inside-hero h1 {
  margin: 0;
  color: var(--cream);
  font-family: "Williwaw Book", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  max-width: 16ch;
}

.pv-movement {
  padding: clamp(28px, 4vh, 44px) 0;
  border-top: 1px solid var(--pv-line-soft);
}

.pv-movement:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.pv-movement .pv-movement-line {
  margin: 12px 0 0;
  color: var(--cream);
  font-family: "Williwaw Book", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.7vw, 2.15rem);
  line-height: 1.16;
  letter-spacing: -0.01em;
  max-width: 26ch;
}

.pv-movement p {
  margin: 16px 0 0;
  color: var(--pv-cream-72);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.72;
  max-width: 60ch;
}

.pv-movement .pv-tab-soon {
  margin-top: 16px;
}

.pv-inside-close {
  margin-top: clamp(40px, 7vh, 76px);
  padding-top: 32px;
  border-top: 1px solid var(--pv-line);
  text-align: center;
}

.pv-inside-close .pv-lead {
  margin: 0 auto;
  max-width: 22ch;
  text-align: center;
}

.pv-inside-close .pv-cta-actions {
  margin-top: 32px;
}

.cultural-note {
  padding-top: 2rem;
  scroll-margin-top: 176px;
}

.cultural-note + .cultural-note {
  margin-top: 4rem;
  border-top: 1px solid rgba(238, 228, 217, 0.14);
}

.cultural-note .pv-kicker {
  margin-bottom: 0.5rem !important;
}

/* ===== Live-Erweiterungen (Merge 2026-07-03) ===== */
.pv-inline-link { margin-top: 16px; }
.pv-inline-link a { color: #DDD2C9; text-decoration: none; border-bottom: 1px solid rgba(221, 210, 201, 0.45); padding-bottom: 2px; font-size: 15px; letter-spacing: 0.02em; }
.pv-inline-link a:hover { border-bottom-color: #DDD2C9; }
.pv-inline-star {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 0.35em;
  object-fit: contain;
  vertical-align: -0.08em;
}
.header-apply-link { margin-right: 16px; }
@media (max-width: 820px) {
  .header-download { gap: 14px; }
  .header-download-link {
    width: 96px;
    min-width: 96px;
    text-align: center;
  }
  .header-apply-link { margin-right: 0; }
}
@media (max-width: 480px) {
  .header-download-link {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 720px) { .header-nav { gap: 12px; } .header-nav-link { font-size: 12px; } }
@media (max-width: 480px) {
  .header-nav-link,
  .header-download-link {
    font-size: 0.5rem;
    letter-spacing: 0.07em;
    line-height: 1.2;
  }
}
.relations-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 24px 0 8px; }
.relations-cta-note { text-align: center; font-size: 13px; opacity: 0.65; margin-top: 8px; }
.relations-founder { display: flex; gap: 16px; align-items: center; margin-top: 8px; }
.relations-founder img { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; }
.relations-founder p { margin: 0; font-size: 14px; line-height: 1.55; opacity: 0.85; }
.relations-founder--square { align-items: center; gap: 24px; }
.relations-founder--square img { width: 96px; height: 96px; border-radius: 0; }
.relations-founder--square .pv-prose-lead { font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.42; opacity: 0.85; }
.pv-faq { max-width: 720px; margin: 0 auto; padding: 0 20px 64px; }
.pv-faq h2 { font-size: 22px; margin-bottom: 18px; }
.pv-faq details { border-top: 0.8px solid rgba(221, 210, 201, 0.35); padding: 16px 0; }
.pv-faq details:last-child { border-bottom: 0.8px solid rgba(221, 210, 201, 0.35); }
.pv-faq summary { cursor: pointer; font-size: 16px; letter-spacing: 0.01em; list-style: none; }
.pv-faq summary::-webkit-details-marker { display: none; }
.pv-faq details p { margin: 12px 0 0; font-size: 15px; line-height: 1.65; opacity: 0.8; }

/* ===========================================================================
   Home: der Faden (scrollytelling manifesto, ersetzt die pv-section-Kette)
   =========================================================================== */
.pv-thread-wrap {
  position: relative;
  width: min(100%, 1260px);
  margin: clamp(24px, 4vh, 48px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(266px, 26vw, 368px);
  gap: clamp(24px, 3.5vw, 64px);
  scroll-margin-top: calc(var(--site-header-height) + 28px);
}

.pv-thread-track,
.pv-thread-fill {
  position: absolute;
  left: clamp(28px, 6vw, 72px);
  top: 0;
  width: 1px;
  height: 100%;
}

.pv-thread-track {
  background: rgba(235, 222, 212, 0.16);
}

.pv-thread-fill {
  background: rgba(235, 222, 212, 0.92);
  box-shadow: 0 0 14px rgba(235, 222, 212, 0.5);
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
}

.pv-thread-heading {
  margin-left: clamp(64px, 13vw, 150px);
  padding: clamp(56px, 9vh, 104px) 0 0;
  color: rgba(235, 222, 212, 0.45);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.pv-passage {
  position: relative;
}

.pv-way {
  position: absolute;
  left: clamp(28px, 6vw, 72px);
  top: clamp(32px, 5.4vh, 60px);
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}

.pv-way-reached {
  opacity: 1;
}

.pv-way-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(235, 222, 212, 0.16);
  transition: background 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease;
}

.pv-passage-final .pv-way-dot {
  width: 14px;
  height: 14px;
}

.pv-way-dot-lit {
  background: rgba(235, 222, 212, 0.92);
}

.pv-way-dot-active {
  box-shadow: 0 0 18px rgba(235, 222, 212, 0.6);
  transform: scale(1.3);
}

.pv-passage-body {
  margin-left: clamp(64px, 13vw, 150px);
  padding: clamp(32px, 5vh, 56px) clamp(16px, 3vw, 32px) clamp(32px, 5vh, 56px) 0;
}

.pv-passage-final .pv-passage-body {
  padding-bottom: clamp(96px, 14vh, 160px);
}

.pv-passage-lead {
  margin: 0;
  max-width: 21em;
  color: rgba(235, 222, 212, 0.4);
  font-family: "Williwaw Book", Georgia, serif;
  font-weight: 400;
  font-size: clamp(22px, 2.7vw, 31px);
  line-height: 1.46;
  letter-spacing: -0.005em;
}

.pv-sentence {
  color: rgba(235, 222, 212, 0.4);
  transition: color 0.2s ease;
}

.pv-passage-counter {
  margin-top: clamp(32px, 4.5vh, 48px);
}

.pv-passage-counter .pv-counter-number {
  margin: 0;
  text-align: left;
  font-size: clamp(64px, 11vw, 104px);
  line-height: 0.9;
}

.pv-passage-caption {
  margin-top: 16px;
  color: rgba(235, 222, 212, 0.45);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.pv-thread-headline {
  margin: 8px 0 0;
  color: rgba(235, 222, 212, 0.4);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.pv-thread-cta {
  margin-top: clamp(32px, 5vh, 48px);
}

.pv-thread-fineprint {
  margin: 24px 0 0;
  max-width: 48ch;
  color: rgba(235, 222, 212, 0.45);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.pv-rail {
  position: relative;
}

.pv-rail-sticky {
  position: sticky;
  top: clamp(88px, 16vh, 128px);
  padding: clamp(56px, 9vh, 104px) 0 0;
}

.pv-rail-list {
  display: grid;
  gap: clamp(7px, 1vh, 12px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.pv-rail-item {
  display: grid;
  grid-template-columns: 13px 22px 1fr;
  align-items: baseline;
  gap: 8px;
  padding: 2px 0;
  cursor: pointer;
}

.pv-rail-star {
  color: rgba(235, 222, 212, 1);
  font-family: "Inclusive Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.pv-rail-active .pv-rail-star {
  opacity: 1;
}

.pv-rail-num {
  color: rgba(235, 222, 212, 0.2);
  font-family: "Sweet Sans Pro", "Inclusive Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  transition: color 0.45s ease;
}

.pv-rail-written .pv-rail-num {
  color: rgba(235, 222, 212, 0.4);
}

.pv-rail-active .pv-rail-num {
  color: rgba(235, 222, 212, 0.85);
}

.pv-rail-head {
  clip-path: inset(0 100% 0 0);
  color: rgba(235, 222, 212, 0.48);
  font-family: "Williwaw Book", Georgia, serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.3;
  opacity: 0;
  transition: clip-path 0.75s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease, color 0.45s ease;
}

.pv-rail-written .pv-rail-head {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.pv-rail-active .pv-rail-head {
  color: rgba(235, 222, 212, 1);
}

@media (max-width: 820px) {
  .pv-thread-wrap {
    grid-template-columns: 1fr;
  }

  .pv-rail {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pv-sentence,
  .pv-way,
  .pv-way-dot,
  .pv-rail-star,
  .pv-rail-num,
  .pv-rail-head {
    transition: none;
  }
}

/* ===========================================================================
   UNIFIED TYPE SYSTEM (2026-07-09)
   Eine Skala fuer alle Seiten, abgeleitet von der Homepage.
   Rollen: H1 (Seitentitel), H2 (Sektionstitel), Kicker, Prose, Label.
   Diese Sektion steht bewusst am Ende und ueberschreibt aeltere,
   abweichende Regeln aus styles.css und fruehere editorial.css-Bloecke.
   =========================================================================== */
:root {
  --type-h1: clamp(2.4rem, 5.4vw, 4rem);        /* Seitentitel, Williwaw */
  --type-h2: clamp(1.5rem, 2.7vw, 2.15rem);     /* Sektionstitel, Williwaw */
  --type-lead: clamp(1.3rem, 2.4vw, 1.7rem);    /* Prose-Lead */
  --type-body: clamp(1.08rem, 1.7vw, 1.22rem);  /* Fliesstext, Williwaw */
  --type-sub: clamp(1.04rem, 1.7vw, 1.24rem);   /* Untertitel unter H1 */
  --type-kicker: 0.7rem;                        /* Kicker, 0.24em Tracking */
  --type-label: 0.72rem;                        /* Caps-Label, 0.16em Tracking */
  --font-serif: "Williwaw Book", Georgia, serif;
  --font-sans: "Sweet Sans Pro", "Inclusive Sans", sans-serif;

  /* Spacing-System, 4px-Basisraster */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  /* Radii, eine Sprache fuer alle Flaechen */
  --radius-pill: 999px;
  --radius-card: 16px;
  --radius-input: 12px;
}

/* --- Typografischer Feinschliff: ruhiger Satz, kein Flattern --- */
.pv-lead,
.pv-about-hero h1,
.pv-inside-hero h1,
.legal-hero h1,
.relations-hero-copy h1,
.pv-split-line,
.pv-section-quote p,
.pv-faq h2 {
  text-wrap: balance;
}

.pv-prose p,
.pv-sub,
.pv-value p,
.pv-faq details p {
  text-wrap: pretty;
}

/* --- Hero-Rhythmus: beide Editorial-Heros mit identischem Abstand --- */
.pv-about-hero,
.pv-inside-hero {
  margin-bottom: clamp(40px, 7vh, 80px);
}

/* --- Buttons: zwei Hoehen, ein Raster. CTA 48px, Formular 44px. --- */
.pv-button {
  min-height: 48px;
  letter-spacing: 0.16em;
}

.primary-button,
.secondary-button,
.toggle-button,
.mini-button {
  min-height: 44px;
  padding: 0 16px;
  letter-spacing: 0.16em;
}

/* --- H1: ein Seitentitel-Stil fuer alle Seiten (wie About/COSMO AI) --- */
.legal-hero h1,
.blog-hero h1,
.relations-hero-copy h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--type-h1);
  line-height: 1.04;
  letter-spacing: -0.01em;
}

.legal-hero h1 {
  max-width: 18ch;
}

.relations-hero-copy h1 {
  max-width: 18ch;
}

/* --- Untertitel unter H1, ueberall dieselbe Groesse --- */
.legal-lead,
.relations-hero-copy p {
  font-family: var(--font-serif);
  font-size: var(--type-sub);
  line-height: 1.7;
  color: var(--pv-cream-72);
}

/* --- Kicker: ueberall 0.7rem / 0.24em --- */
.legal-kicker,
.relations-kicker {
  font-size: var(--type-kicker);
  letter-spacing: 0.24em;
  color: var(--pv-cream-60);
}

/* --- Journal-Artikel: Titel auf H1-Skala, Zwischentitel auf H2-Skala,
       Fliesstext wie die Editorial-Prose der uebrigen Seiten --- */
#soro-blog .soro-blog-article-title {
  font-size: var(--type-h1) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.01em !important;
}

#soro-blog .soro-blog-article-content h2,
#soro-blog .soro-blog-article-content h3 {
  margin: 2.6rem 0 1rem !important;
  font-size: var(--type-h2) !important;
  line-height: 1.16 !important;
}

#soro-blog .soro-blog-article-content {
  text-align: left !important;
  hyphens: none !important;
}

#soro-blog .soro-blog-article-content p,
#soro-blog .soro-blog-article-content li {
  font-family: var(--font-serif) !important;
  font-size: var(--type-body) !important;
  font-weight: 400 !important;
  line-height: 1.78 !important;
  text-align: left !important;
  hyphens: none !important;
  color: rgba(238, 228, 217, 0.82) !important;
}

/* --- Journal-Uebersicht: Karten-Titel auf H2-Skala --- */
#soro-blog .soro-blog-card-title,
.cosmo-static-blog .soro-blog-card-title {
  font-size: var(--type-h2) !important;
  line-height: 1.16 !important;
}

/* --- Legal-Dokumente: Dokumenttitel auf H2-Skala, Serif wie ueberall --- */
.legal-document h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--type-h2);
  line-height: 1.16;
  letter-spacing: -0.01em;
}

/* --- FAQ: ein Stil fuer alle Seiten (rem statt px) --- */
.pv-faq h2 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--type-h2);
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--cream);
}

.pv-faq summary {
  font-family: var(--font-serif);
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  line-height: 1.4;
  color: var(--cream);
}

.pv-faq details {
  padding: 16px 0;
}

.pv-faq details p {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.8;
}

/* --- Zweispaltiges Editorial-Layout (sticky Label links, Prose rechts),
       vorher nur inline auf der About-Seite. Jetzt geteilt und einheitlich. --- */
.pv-split {
  display: grid;
  grid-template-columns: minmax(220px, 3fr) minmax(0, 8fr);
  gap: clamp(32px, 6vw, 100px);
  align-items: start;
  padding: var(--pv-section-pad) 0;
  border-top: 1px solid var(--pv-line-soft);
}

.pv-split-aside {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pv-split-aside .pv-kicker {
  margin-bottom: 0;
}

.pv-split-line {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--type-h2);
  line-height: 1.24;
  letter-spacing: -0.01em;
  color: var(--cream);
  max-width: 14ch;
}

/* Zentrierter Seitenkopf: die einzige bewusst zentrierte Stelle neben Quotes.
   Hohe Spezifitaet, damit margin:0 der Basisregeln sicher ueberschrieben wird. */
.pv-about-hero.pv-hero-center {
  text-align: center;
}

.pv-about-hero.pv-hero-center .pv-kicker,
.pv-about-hero.pv-hero-center h1,
.pv-about-hero.pv-hero-center .pv-sub {
  margin-left: auto;
  margin-right: auto;
}

.pv-about-hero.pv-hero-center .pv-sub {
  max-width: 44ch;
}

/* Werte-Grid als rechte Split-Spalte: buendig, ohne eigenen Rahmen */
.pv-split .pv-about-values {
  margin: 0;
  padding-top: 0;
  border-top: 0;
}

/* FAQ als rechte Split-Spalte: linksbuendig, volle Spaltenbreite */
.pv-split .pv-faq {
  max-width: 720px;
  margin: 0;
  padding: 0;
}

.pv-split .pv-faq details p {
  max-width: 64ch;
}

/* Founder-Portrait in der schmalen Split-Spalte */
.pv-split-aside .pv-founder-figure {
  margin-top: 8px;
}

.pv-split-aside .pv-founder-portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--pv-line);
  background: rgba(238, 228, 217, 0.04);
}

.pv-split-aside .pv-founder-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}

/* --- Grosse Zwischenzeile (Quote-Sektion), einheitlich auf H1-Skala --- */
.pv-section-quote {
  padding: var(--pv-section-pad) 0;
  border-top: 1px solid var(--pv-line-soft);
  text-align: center;
}

.pv-section-quote p {
  margin: 0 auto;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--type-h1);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--cream);
  max-width: 18ch;
  text-wrap: balance;
}

/* --- Founder-Sektion (About), auf Systemwerte gebracht --- */
.pv-founder-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pv-founder-figure figcaption {
  font-family: var(--font-sans);
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pv-cream-60);
}

.pv-founder-signature-line {
  margin: 12px 0 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--type-lead);
  line-height: 1;
  color: var(--cream);
}

/* --- Inline-Links im Fliesstext: ein Stil auf allen Seiten --- */
.pv-prose a,
.pv-sub a,
.pv-value p a,
.pv-faq details p a,
.pv-passage-lead a,
.pv-thread-fineprint a,
.relations-block-body a,
.relations-mini-card a,
.relations-step p a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(238, 228, 217, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: text-decoration-color var(--transition);
}

.pv-prose a:hover,
.pv-sub a:hover,
.pv-value p a:hover,
.pv-faq details p a:hover,
.pv-passage-lead a:hover,
.pv-thread-fineprint a:hover,
.relations-block-body a:hover,
.relations-mini-card a:hover,
.relations-step p a:hover {
  text-decoration-color: rgba(238, 228, 217, 0.78);
}

/* Paper-Kontexte (For hotels, Legal-Dokumente): gleiche Logik in Ink */
.legal-document .tier-body a,
.legal-document .relations-block-body a,
.fh-note a,
.fh-faq-intro a,
.for-hotels-page .fh-hero p a,
.legal-copy a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(70, 48, 29, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: text-decoration-color var(--transition);
}

.legal-document .tier-body a:hover,
.legal-document .relations-block-body a:hover,
.fh-note a:hover,
.fh-faq-intro a:hover,
.for-hotels-page .fh-hero p a:hover,
.legal-copy a:hover {
  text-decoration-color: rgba(70, 48, 29, 0.78);
}

/* --- Founder-Sektion: Rahmen wie jede andere Sektion --- */
.pv-about-founder {
  padding: var(--pv-section-pad) 0;
  border-top: 1px solid var(--pv-line-soft);
}

.pv-about-founder .pv-kicker {
  margin-bottom: clamp(32px, 4.5vh, 52px);
}

/* --- Mobile: identisches Verhalten auf allen Seiten --- */
@media (max-width: 820px) {
  .pv-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pv-split-aside {
    position: static;
    top: auto;
  }

  .pv-split-aside .pv-founder-figure {
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .pv-faq {
    padding-left: 0;
    padding-right: 0;
  }
}
