/* ===========================================================================
   Strategie Sprint / Strategy Sprint — offer landing (2026-07)
   Baut auf site.css (Komponenten-Kanon) + magnet-shared.css (m-dark, m-chapter).
   Werte-Kanon: docs/design.md + docs/landing-standard.md.
   =========================================================================== */

* { 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; }
}

/* ===== Angebot: Compare-Panels (für wen / für wen nicht) ===== */
.ofx-compare {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
  align-items: stretch;
}
.ofx-compare__panel {
  border: 1px solid var(--builderz-line-light);
  padding: clamp(24px, 3vw, 38px);
}
.ofx-compare__panel--focus {
  border-color: var(--bronze);
  outline: 1px solid color-mix(in srgb, var(--bronze) 35%, transparent);
  outline-offset: 0.4375rem;
  background: linear-gradient(
    180deg,
    rgba(253, 251, 247, 0.55) 0%,
    color-mix(in srgb, var(--bronze) 8%, transparent) 100%
  );
}
.ofx-compare__panel--dim { background: rgba(26, 26, 26, 0.04); }
.ofx-compare__panel .ofx-compare__eyebrow {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: clamp(18px, 2.2vw, 26px);
}
.ofx-compare__panel--dim .ofx-compare__eyebrow { color: rgba(26, 26, 26, 0.5); }
.ofx-compare__panel ul { list-style: none; }
.ofx-compare__panel li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid var(--builderz-line-light);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.7);
}
.ofx-compare__panel li:first-child { border-top: 0; padding-top: 0; }
.ofx-compare__panel--dim li { color: rgba(26, 26, 26, 0.55); }
.ofx-cicon {
  display: inline-flex;
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 0.28em;
  color: var(--bronze);
}
.ofx-cicon svg { width: 100%; height: 100%; display: block; }
.ofx-compare__panel--dim .ofx-cicon { color: rgba(26, 26, 26, 0.4); }
.ofx-compare__panel a {
  color: var(--ink-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.ofx-compare__panel a:hover { color: var(--bronze); }
@media (min-width: 861px) {
  .ofx-compare { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ===== Zahlen-Zeile: der Sprint in Zahlen (Atempause) ===== */
.ofx-stats {
  background: var(--bone);
  padding: clamp(56px, 6.5vw, 96px) 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.7rem, 5.4vw, 4.9rem);
  line-height: 1;
  letter-spacing: -0.014em;
  color: var(--ink-soft);
}
.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);
}

/* ===== 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 (nach Fit, nach Ablauf) ===== */
.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__micro {
  flex-basis: 100%;
  font-size: 0.95rem;
  color: rgba(26, 26, 26, 0.58);
}
.cta-row__micro a {
  color: var(--ink-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.cta-row__micro 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; }
}

/* ===== Ablauf: gezeichnete 4-Stationen-Flow-Grafik (.ofx-*) ===== */
.ofx-flow__railrow {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) clamp(28px, 3vw, 44px)
    minmax(0, 1fr) clamp(28px, 3vw, 44px)
    minmax(0, 1fr) clamp(28px, 3vw, 44px)
    minmax(0, 1fr);
  gap: clamp(14px, 2vw, 28px);
  height: 11px;
  margin-bottom: clamp(20px, 2.4vw, 30px);
}
.ofx-flow__rail {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(244, 240, 232, 0.22);
  transform-origin: left center;
}
.ofx-flow__marker {
  position: relative;
  width: 11px;
  height: 11px;
  background: var(--bronze);
}
.ofx-flow__marker:nth-child(2) { grid-column: 1; }
.ofx-flow__marker:nth-child(3) { grid-column: 3; }
.ofx-flow__marker:nth-child(4) { grid-column: 5; }
.ofx-flow__marker:nth-child(5) { grid-column: 7; }
.ofx-flow__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) clamp(28px, 3vw, 44px)
    minmax(0, 1fr) clamp(28px, 3vw, 44px)
    minmax(0, 1fr) clamp(28px, 3vw, 44px)
    minmax(0, 1fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: stretch;
}
.ofx-card {
  border: 1px solid var(--atelier-line);
  background: rgba(244, 240, 232, 0.03);
  padding: clamp(20px, 2.4vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ofx-card__time {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
}
.ofx-glyph {
  display: block;
  width: clamp(48px, 4vw, 62px);
  color: rgba(244, 240, 232, 0.85);
  margin: 2px 0;
}
.ofx-glyph svg { width: 100%; height: auto; display: block; overflow: visible; }
.ofx-card h3 {
  color: var(--bone);
  font-size: clamp(1.25rem, 1.6vw, 1.65rem);
}
.ofx-card p:last-child {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(244, 240, 232, 0.7);
}
.ofx-arrow { align-self: center; width: 100%; color: var(--bronze); }
.ofx-arrow svg { width: 100%; height: auto; display: block; }
@media (max-width: 980px) {
  .ofx-flow__railrow { display: none; }
  .ofx-flow__grid { grid-template-columns: 1fr; gap: 18px; }
  .ofx-arrow { width: 34px; transform: rotate(90deg); justify-self: center; }
}

/* ===== Ergebnis: Bausteine | Fakten-Karte ===== */
.result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  gap: clamp(36px, 5vw, 88px);
  align-items: start;
}

/* ===== Ergebnis: drei Papier-Tafeln (.ofx-*) ===== */
.ofx-papers { display: grid; gap: clamp(18px, 2.4vw, 28px); }
.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-mark { display: inline-flex; width: 16px; height: 16px; flex: none; }
.ofx-mark svg { width: 100%; height: 100%; display: block; }

.facts {
  position: sticky;
  top: 108px;
  background: #ece5d8;
  border: 1px solid var(--builderz-line-light);
  padding: clamp(26px, 3.2vw, 40px);
}
.facts dl { display: grid; }
.facts dl > div {
  display: grid;
  grid-template-columns: minmax(90px, 0.5fr) 1fr;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--builderz-line-light);
}
.facts dl > div:first-child { border-top: 0; padding-top: 0; }
.facts dt {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.55);
  padding-top: 3px;
}
.facts dd {
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.facts__guarantee {
  margin-top: clamp(20px, 2.6vw, 28px);
  border: 1px solid var(--bronze);
  padding: 16px 18px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(23, 23, 20, 0.72);
}
.facts__guarantee span {
  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: 6px;
}
.facts .button { margin-top: clamp(22px, 2.8vw, 30px); width: 100%; text-align: center; justify-content: center; }
.facts .button--dark {
  background: var(--ink-soft);
  color: var(--bone);
  border-color: var(--ink-soft);
}
@media (max-width: 980px) {
  .result { grid-template-columns: 1fr; }
  .facts { position: static; }
}

/* ===== Foto-Kapitel: das Prinzip ===== */
.offer-chapter {
  --m-chapter-image: url("../images/mandat background new.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;
}

/* ===== Stimmen: hell, editorial (magnet-Kanon) ===== */
.offer-page .case-voices {
  background: linear-gradient(180deg, rgba(234, 227, 213, 0.8), rgba(244, 240, 232, 0.96)), var(--bone);
  border-top: 0;
  border-bottom: 0;
  padding: var(--space-section) 0;
}
.offer-page .case-voices__head h2 { color: var(--ink-soft); }
.offer-page .case-voices .kicker { color: #755a36; }
.offer-page .case-voices__grid {
  gap: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.2);
}
.offer-page .voice-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: clamp(30px, 3.4vw, 48px) clamp(22px, 2.6vw, 40px) 0;
}
.offer-page .voice-card:first-child { padding-left: 0; }
.offer-page .voice-card + .voice-card { border-left: 1px solid var(--builderz-line-light); }
.offer-page .voice-card__quote {
  font-size: clamp(1.3rem, 1.8vw, 1.85rem);
  line-height: 1.28;
  color: var(--ink-soft);
}
.offer-page .voice-card__avatar { border-color: var(--builderz-line-light); }
.offer-page .voice-card__name { color: var(--ink-soft); }
.offer-page .voice-card__role { color: rgba(26, 26, 26, 0.5); }
.offer-page .voice-card__metric {
  border-top-color: var(--builderz-line-light);
  color: rgba(26, 26, 26, 0.6);
}
.offer-page .voice-card__metric strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--ink-soft);
}
.offer-page .voice-card__link {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #755a36;
  padding-bottom: 12px;
}
.offer-page .case-voices__all a {
  color: rgba(26, 26, 26, 0.62);
  border-bottom-color: var(--builderz-line-light);
}
.offer-page .case-voices__all a:hover {
  color: var(--ink-soft);
  border-bottom-color: var(--ink-soft);
}

/* ===== 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 {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .finale__actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
