/* ===========================================================================
   Über uns / About — Entitäts-Seite (2026-09)
   Baut auf site.css (Komponenten-Kanon) + magnet-shared.css (m-dark, m-chapter).
   Werte-Kanon: docs/design.md + docs/landing-standard.md.
   Ofx-Komponenten geportet aus offer-personal-branding-agentur.css;
   uu-* = seitenscharfe Ports (Luxury-Menu-Zeilen, Fakten-Register, Team).
   =========================================================================== */

* { margin: 0; padding: 0; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.014em;
  color: var(--bone);
}
h1 { font-size: clamp(3.35rem, 6.2vw, 6.6rem); line-height: 0.98; }
h2 { font-size: clamp(2.2rem, 3.8vw, 3.9rem); line-height: 1.04; }
h3 { font-size: clamp(1.4rem, 2vw, 2.05rem); line-height: 1.12; }
@media (max-width: 760px) {
  h1 { font-size: clamp(2.5rem, 12vw, 3.9rem); hyphens: auto; -webkit-hyphens: auto; }
}
.section--light h1, .section--light h2, .section--light h3 { color: var(--ink-soft); }

.kicker {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 20px;
}

/* ===== Hero ===== */
.magnet-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(600px, 90vh, 940px);
  display: flex;
  align-items: flex-end;
  padding: clamp(120px, 14vw, 180px) 0 clamp(64px, 8vh, 110px);
  background: var(--builderz-green);
}
.magnet-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("../images/builderz-world-office.webp");
  background-size: cover;
  background-position: 58% 42%;
  opacity: 0.5;
  filter: saturate(0.78) contrast(1.02);
}
.magnet-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(94deg, rgba(9, 22, 16, 0.95) 0%, rgba(9, 22, 16, 0.74) 40%, rgba(9, 22, 16, 0.28) 100%),
    linear-gradient(180deg, rgba(6, 15, 11, 0.10) 0%, rgba(6, 15, 11, 0.62) 100%);
}
.magnet-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 96px 96px;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 86%);
  mask-image: linear-gradient(180deg, black, transparent 86%);
  pointer-events: none;
}
.magnet-hero__inner { position: relative; z-index: 1; width: 100%; min-width: 0; }
.magnet-hero__inner h1 { max-width: 16ch; }
.magnet-hero__lead {
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  line-height: 1.62;
  color: rgba(244, 240, 232, 0.82);
  max-width: 620px;
  margin-top: clamp(26px, 3.2vw, 40px);
}
.magnet-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 3vw, 34px);
  margin-top: clamp(32px, 4vw, 48px);
}
.magnet-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.6);
  margin-top: clamp(30px, 3.6vw, 46px);
}
.magnet-hero__meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.ofx-meta-icon {
  width: 16px;
  height: 16px;
  flex: none;
  color: currentColor;
}
.magnet-hero__meta span + span::before {
  content: "";
  position: absolute;
  left: -16px; top: 50%;
  width: 4px; height: 4px;
  transform: translateY(-50%);
  background: var(--bronze);
}
@media (max-width: 760px) {
  .magnet-hero__meta span + span::before { display: none; }
}

/* ===== Sections ===== */
.section { padding: clamp(72px, 7.5vw, 116px) 0; }
.section[id] { scroll-margin-top: 96px; }
.section--light {
  background: linear-gradient(180deg, rgba(234, 227, 213, 0.85), rgba(244, 240, 232, 0.96)), var(--bone);
  color: var(--ink-soft);
}

/* ===== Section head (heading | lede) ===== */
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: clamp(28px, 3.4vw, 60px);
  align-items: start;
  margin-bottom: clamp(48px, 6vw, 84px);
}
.section-head > div .kicker { margin-top: 6px; margin-bottom: 18px; }
.section-head p:not(.kicker) {
  padding-top: 4px;
  font-size: clamp(1.02rem, 1.2vw, 1.2rem);
  line-height: 1.62;
  color: rgba(26, 26, 26, 0.66);
}
.m-dark .section-head p:not(.kicker) { color: rgba(244, 240, 232, 0.74); }
@media (max-width: 900px) {
  .section-head { grid-template-columns: 1fr; align-items: start; gap: 22px; }
}

/* ===== Zahlen-Zeile (Atempause): gerahmtes Band, kein Puffer ===== */
#was-builderz-macht { padding-bottom: clamp(48px, 5vw, 76px); }
.ofx-stats {
  background: var(--bone);
  border-top: 1px solid var(--builderz-line-light);
  border-bottom: 1px solid var(--builderz-line-light);
  padding: clamp(40px, 4.5vw, 64px) 0;
}
.ofx-stats__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3.5vw, 56px);
  text-align: center;
}
.ofx-stat {
  display: grid;
  gap: 12px;
  align-content: start;
}
.ofx-stat + .ofx-stat { border-left: 1px solid var(--builderz-line-light); }
.ofx-stat__value {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink-soft);
  white-space: nowrap;
}
.ofx-stat__label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.52);
  max-width: 26ch;
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .ofx-stats__row { grid-template-columns: 1fr; gap: 26px; }
  .ofx-stat + .ofx-stat { border-left: 0; border-top: 1px solid var(--builderz-line-light); padding-top: 26px; }
}

/* ===== Glyphen (gezeichnete Icons, Port aus dem Flow-Kanon) ===== */
.ofx-glyph {
  display: block;
  width: clamp(44px, 3.6vw, 58px);
  color: rgba(23, 23, 20, 0.72);
  margin: 2px 0 4px;
}
.ofx-glyph svg { width: 100%; height: auto; display: block; overflow: visible; }

/* ===== Hero-Tertiärlink ===== */
.hero__microcopy {
  margin-top: clamp(20px, 2.4vw, 28px);
  font-size: 0.95rem;
  color: rgba(244, 240, 232, 0.66);
}
.hero__microcopy a {
  color: var(--bone);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.hero__microcopy a:hover { color: var(--accent); }

/* ===== CTA-Zeilen ===== */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 3vw, 36px);
  margin-top: clamp(44px, 5.5vw, 72px);
  border-top: 1px solid var(--builderz-line-light);
  padding-top: clamp(28px, 3.4vw, 44px);
}
.cta-row__proof,
.cta-row__note {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  color: rgba(26, 26, 26, 0.62);
}
.cta-row__proof a {
  color: var(--ink-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cta-row__proof a:hover { color: var(--bronze); }
.cta-row--dark { border-top-color: var(--atelier-line); }
.cta-row--dark .cta-row__note { color: rgba(244, 240, 232, 0.6); }
@media (max-width: 760px) {
  .cta-row .button { width: 100%; justify-content: center; text-align: center; }
}

/* ===== Angebot: vier Papier-Tafeln (.ofx-*, 2×2) ===== */
.uu-papers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}
@media (max-width: 900px) {
  .uu-papers { grid-template-columns: 1fr; }
}
.ofx-paper {
  position: relative;
  background: #fdfbf7;
  border: 1px solid rgba(23, 23, 20, 0.12);
  padding: clamp(24px, 3vw, 40px);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}
.ofx-paper__fold {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  color: rgba(23, 23, 20, 0.3);
}
.ofx-paper__fold svg { width: 100%; height: 100%; display: block; }
.ofx-paper__no {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 14px;
}
.ofx-paper h3 { color: var(--ink-soft); margin-bottom: 10px; }
.ofx-paper > p:not(.ofx-paper__no):not(.ofx-paper__check) {
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.62;
  color: rgba(26, 26, 26, 0.66);
  max-width: 52ch;
}
.ofx-paper__check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: clamp(18px, 2.2vw, 26px);
  padding-top: 14px;
  border-top: 1px solid rgba(23, 23, 20, 0.1);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--builderz-green);
}
.ofx-paper__check a { color: inherit; }
.ofx-paper__check a:hover { color: var(--bronze); }
.ofx-mark { display: inline-flex; width: 16px; height: 16px; flex: none; }
.ofx-mark svg { width: 100%; height: 100%; display: block; }

/* ===== Unterschiede: Icon-Register (Glyph | Begriff | ein Satz) ===== */
.uu-diff { border-top: 1px solid var(--atelier-line); }
.uu-diff__row {
  display: grid;
  grid-template-columns: minmax(56px, 0.12fr) minmax(0, 0.46fr) minmax(0, 0.42fr);
  gap: clamp(22px, 3.2vw, 60px);
  align-items: center;
  padding: clamp(26px, 3.4vw, 44px) 0;
  border-bottom: 1px solid var(--atelier-line);
}
.uu-diff__icon {
  display: block;
  width: clamp(34px, 2.6vw, 44px);
  color: rgba(244, 240, 232, 0.85);
}
.uu-diff__icon svg { width: 100%; height: auto; display: block; overflow: visible; }
.uu-diff__row h3 {
  color: var(--bone);
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  line-height: 1.06;
}
.uu-diff__row > p {
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.6;
  color: rgba(244, 240, 232, 0.7);
  max-width: 44ch;
}
@media (max-width: 980px) {
  .uu-diff__row { grid-template-columns: minmax(34px, auto) 1fr; gap: 14px 18px; padding: 22px 0; align-items: center; }
  .uu-diff__row > p { grid-column: 2; }
}

/* ===== Foto-Kapitel ===== */
.uu-chapter {
  --m-chapter-image: url("../images/builderz-world-room.webp");
  align-items: center;
}
.chapter-quote blockquote {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: -0.014em;
  color: var(--bone);
  max-width: 24ch;
}
.chapter-quote figcaption {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-top: 28px;
}

/* ===== Mandanten-Karten: Foto | Segment | Zahl (Referenzen-Grid-Kanon) ===== */
.uu-clients {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}
.uu-client {
  background: #fdfbf7;
  border: 1px solid rgba(23, 23, 20, 0.12);
  display: flex;
  flex-direction: column;
}
.uu-client figure {
  margin: 0;
  aspect-ratio: 4 / 3.1;
  overflow: hidden;
}
.uu-client figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  filter: saturate(0.62) contrast(1.05);
}
.uu-client__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(18px, 2.2vw, 28px);
}
.uu-client__segment {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #755a36;
  margin-bottom: 12px;
}
.uu-client__metric {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  letter-spacing: -0.02em;
  line-height: 1.02;
  color: var(--ink-soft);
}
.uu-client__label {
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.6);
}
.uu-client__link {
  display: inline-block;
  margin-top: auto;
  padding-top: 16px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #755a36;
  text-decoration: none;
}
.uu-client__link:hover { color: var(--ink-soft); }
.uu-client--wide { grid-column: span 2; }
.uu-client--wide figure { aspect-ratio: 8.35 / 3.1; }
.uu-clients__all {
  margin-top: clamp(26px, 3.2vw, 38px);
}
.uu-clients__all a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.62);
  text-decoration: none;
  border-bottom: 1px solid var(--builderz-line-light);
  padding-bottom: 4px;
}
.uu-clients__all a:hover { color: var(--ink-soft); border-bottom-color: var(--ink-soft); }
@media (max-width: 980px) {
  .uu-clients { grid-template-columns: 1fr; }
  .uu-client--wide { grid-column: auto; }
  .uu-client figure, .uu-client--wide figure { aspect-ratio: 4 / 2.4; }
}

/* ===== Team: moderates sticky Portrait | Statement, Zähler, Timeline ===== */
.uu-teamx { overflow: visible; }
.uu-teamx__grid {
  display: grid;
  grid-template-columns: minmax(200px, 0.27fr) minmax(0, 0.73fr);
  gap: clamp(36px, 5.5vw, 96px);
  align-items: start;
}
.uu-teamx__media {
  margin: 0;
  position: sticky;
  top: 104px;
}
.uu-teamx__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  border: 1px solid var(--atelier-line);
  filter: saturate(0.7) contrast(1.04) brightness(0.92);
}
.uu-teamx__media figcaption { margin-top: 14px; }
.uu-teamx__media strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--bone);
}
.uu-teamx__media figcaption span {
  display: block;
  margin-top: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.55);
}
.uu-teamx__media figcaption a {
  display: inline-block;
  margin-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze);
  text-decoration: none;
  border-bottom: 1px solid var(--atelier-line);
  padding-bottom: 3px;
  transition: color 300ms ease, border-color 300ms ease;
}
.uu-teamx__media figcaption a:hover { color: var(--bone); border-color: var(--bone); }
.uu-teamx__content { max-width: 760px; }
.uu-team__statement {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.9rem);
  line-height: 1.14;
  letter-spacing: -0.014em;
  color: var(--bone);
  max-width: 22ch;
}
.uu-team__statement em {
  font-style: italic;
}
.uu-team__stats {
  display: flex;
  gap: clamp(36px, 5vw, 72px);
  margin: clamp(44px, 5.6vw, 72px) 0 clamp(14px, 1.8vw, 22px);
  border-top: 1px solid var(--atelier-line);
  padding-top: clamp(26px, 3.2vw, 40px);
}
.uu-team__statval {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 3.6vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--bone);
}
.uu-team__stat > span:last-child {
  display: block;
  margin-top: 8px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.55);
}
.uu-team__signature {
  margin-top: clamp(40px, 5vw, 64px);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  color: var(--bronze);
}
@media (max-width: 980px) {
  .uu-teamx__grid { grid-template-columns: 1fr; }
  .uu-teamx__media { position: static; max-width: 240px; }
}

/* ===== Fakten: Ledger-Poster-Grid (alles sichtbar, keine Tabellen-Optik) ===== */
.uu-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(40px, 5.5vw, 88px);
}
.uu-ledger > div {
  border-top: 1px solid rgba(23, 23, 20, 0.18);
  padding: clamp(22px, 2.8vw, 32px) 0 clamp(28px, 3.6vw, 44px);
}
.uu-ledger dt {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
}
.uu-ledger dd { margin: 0; }
.uu-ledger__value {
  display: block;
  margin-top: clamp(14px, 1.8vw, 22px);
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink-soft);
  overflow-wrap: break-word;
}
.uu-ledger__sub {
  display: block;
  margin-top: 12px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(26, 26, 26, 0.6);
  max-width: 40ch;
}
.uu-ledger__link {
  display: inline-block;
  margin-top: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #755a36;
  text-decoration: none;
  border-bottom: 1px solid var(--builderz-line-light);
  padding-bottom: 3px;
}
.uu-ledger__link:hover { color: var(--ink-soft); border-bottom-color: var(--ink-soft); }
@media (max-width: 980px) {
  .uu-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(28px, 5vw, 48px); }
}
@media (max-width: 640px) {
  .uu-ledger { grid-template-columns: 1fr; }
  .uu-ledger > div { padding: 20px 0 24px; }
}

/* ===== Stationen: gezeichnete Timeline (Vita) ===== */
.uu-timeline {
  position: relative;
  list-style: none;
  margin-top: clamp(40px, 5vw, 64px);
  padding-left: clamp(26px, 2.6vw, 36px);
}
.uu-timeline__rail {
  position: absolute;
  left: 4px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--atelier-line-strong);
  transform-origin: center top;
}
.uu-timeline__item {
  position: relative;
  padding: clamp(16px, 2vw, 24px) 0;
  transition: transform 320ms var(--ease-atelier, ease);
}
.uu-timeline__item:hover { transform: translateX(8px); }
.uu-timeline__item:hover .uu-timeline__year { color: var(--bone); }
.uu-timeline__item:hover .uu-timeline__dot { transform: scale(1.5); background: var(--bone); }
.uu-timeline__dot {
  transition: transform 320ms ease, background 320ms ease;
  position: absolute;
  left: calc(-1 * clamp(26px, 2.6vw, 36px));
  top: 16px;
  width: 9px;
  height: 9px;
  background: var(--bronze);
}
.uu-timeline__year {
  transition: color 320ms ease;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 4px;
}
.uu-timeline__item > span:last-child {
  display: block;
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.5;
  color: rgba(244, 240, 232, 0.78);
  max-width: 52ch;
}

/* ===== Finale ===== */
.offer-finale { padding: clamp(96px, 11vw, 156px) 0; }
.finale { max-width: 720px; }
.finale h2 { color: var(--bone); }
.finale__lead {
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.62;
  color: rgba(244, 240, 232, 0.76);
  margin-top: clamp(20px, 2.6vw, 30px);
  max-width: 54ch;
}
.finale__actions { margin-top: clamp(30px, 3.8vw, 44px); }
.finale__note {
  margin-top: 18px;
  font-size: 0.92rem;
  color: rgba(244, 240, 232, 0.6);
}
.finale__microcopy {
  margin-top: clamp(26px, 3.2vw, 36px);
  font-size: 0.95rem;
  color: rgba(244, 240, 232, 0.66);
}
.finale__microcopy a {
  color: var(--bone);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.finale__microcopy a:hover { color: var(--accent); }

.siblings {
  margin-top: clamp(64px, 8vw, 104px);
  border-top: 1px solid var(--atelier-line);
  padding-top: clamp(28px, 3.4vw, 40px);
}
.siblings__head {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.5);
  margin-bottom: clamp(18px, 2.2vw, 26px);
}
.siblings__row {
  display: block;
  padding: clamp(18px, 2.2vw, 26px) 0;
  border-top: 1px solid rgba(244, 240, 232, 0.1);
  text-decoration: none;
}
.siblings__row:first-of-type { border-top: 0; }
.siblings__eyebrow {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 8px;
}
.siblings__title {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.8rem);
  line-height: 1.22;
  color: rgba(244, 240, 232, 0.88);
  transition: color 300ms ease;
}
.siblings__row:hover .siblings__title { color: var(--accent); }

@media (max-width: 760px) {
  .magnet-hero__actions .button,
  .finale__actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* ── FAQ auf dieser hellen Seite: die dunkle site.css-FAQ-Kaskade
   (section.faq-section, mit !important fuer die Homepage gebaut)
   gezielt und mit gleicher Waffe zurueckdrehen. ── */
.offer-page section.faq-section {
  background: linear-gradient(180deg, rgba(234, 227, 213, 0.85), rgba(244, 240, 232, 0.96)), #f4f0e8 !important;
  color: var(--ink-soft) !important;
}
.offer-page section.faq-section .kicker { color: #755a36 !important; }
.offer-page section.faq-section h2 { color: var(--ink-soft) !important; }
.offer-page section.faq-section .section-head p:not(.kicker) { color: rgba(26, 26, 26, 0.66) !important; }
.offer-page section.faq-section .faq-grid {
  border-color: rgba(26, 26, 26, 0.16);
  background: rgba(26, 26, 26, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}
.offer-page section.faq-section .faq-grid details {
  background: #f8f5ee !important;
  border-color: rgba(26, 26, 26, 0.16) !important;
}
.offer-page section.faq-section .faq-grid details[open] {
  background: #fdfbf7 !important;
}
.offer-page section.faq-section .faq-grid summary { color: var(--ink-soft) !important; }
.offer-page section.faq-section .faq-grid summary:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(18, 52, 38, 0.35);
}
.offer-page section.faq-section .faq-grid summary::after {
  color: #755a36 !important;
  border-color: rgba(23, 23, 20, 0.3) !important;
}
.offer-page section.faq-section .faq-grid p { color: rgba(26, 26, 26, 0.72) !important; }

/* ── Section-Head: Lead unter der Headline, nie rechts daneben
   (sitewide Direktive 2026-09-25). ── */
.section-head { grid-template-columns: 1fr; align-items: start; gap: clamp(14px, 1.8vw, 22px); }
.section-head p:not(.kicker) { max-width: 640px; padding-top: 0; }
