/*
 * Das fertige Profil — magnet-specific layer (Produkt-Warteliste Profil-Optimizer).
 * site.css supplies chrome, tokens, .site-shell, buttons and .kicker;
 * magnet-shared.css supplies .m-dark/.m-chapter/.m-rule. This file holds the
 * page's own components: the photographic hero with the self-assembling
 * profile wireframe (ported from the Profil-Check guide), the animated
 * 65-character meter, the banner before/after panels, the six signal rows,
 * the dark facts rows and the dark gate inset. Animation timelines live in
 * magnet-die-reinschrift(.js/-en.js), mechanics after the Karlhoff pattern.
 * Shared DE/EN.
 */

* { margin: 0; padding: 0; }

.section--light .kicker.kicker.kicker { color: #755a36 !important; }

/* ---------- Hero ---------- */

.rs-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  background: var(--builderz-green-deep, #0b2419);
  overflow: hidden;
}

.rs-hero__bg {
  position: absolute;
  inset: 0;
  background: url("../images/cohort-glass-office.webp") center 60% / cover no-repeat;
  opacity: 0.46;
  filter: saturate(0.7) contrast(1.04);
  transform: scale(1.04);
}

.rs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 19, 13, 0.62) 0%, rgba(6, 19, 13, 0.4) 50%, rgba(6, 19, 13, 0.74) 100%),
    linear-gradient(180deg, rgba(6, 19, 13, 0.4) 0%, rgba(6, 19, 13, 0.95) 100%);
}

.rs-hero .site-shell {
  position: relative;
  z-index: 2;
  padding-top: clamp(140px, 18vh, 220px);
  padding-bottom: clamp(64px, 8vh, 110px);
}

.rs-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
}

.rs-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.35rem, 6.2vw, 6.6rem);
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: var(--bone);
  max-width: 13ch;
  margin: 0 0 26px;
}

.rs-hero__sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.45;
  color: rgba(244, 240, 232, 0.82);
  max-width: 46ch;
  margin: 0 0 40px;
}

.rs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 44px;
}

.rs-chips { display: flex; flex-wrap: wrap; gap: 10px; }

.rs-chip {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.66);
  border: 1px solid rgba(244, 240, 232, 0.22);
  padding: 8px 14px;
  white-space: nowrap;
}

/* ---------- Hero wireframe: the profile assembles itself.
   Ported from the Profil-Check guide (.wire), site tokens instead of
   print variables. The timeline in magnet-die-reinschrift.js builds it
   surface by surface after the copy has landed. ---------- */

.rs-wire {
  background: #fdfbf7;
  border: 1px solid rgba(244, 240, 232, 0.2);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.5), 0 4px 14px rgba(0, 0, 0, 0.34);
}

.rs-wire__label {
  display: block;
  padding: 12px 20px;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #755a36;
  border-bottom: 1px solid rgba(23, 23, 20, 0.1);
}

.rs-wire__cap {
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rs-wire__banner {
  height: 74px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background:
    radial-gradient(circle at 80% 20%, rgba(168, 131, 85, 0.34), transparent 12rem),
    linear-gradient(120deg, var(--builderz-green) 0%, var(--builderz-green-deep, #0b2419) 100%);
  transform-origin: left center;
}

.rs-wire__banner .rs-wire__cap { color: rgba(244, 240, 232, 0.9); }

.rs-wire__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 0 20px 14px;
}

.rs-wire__ava {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #e4ddd0;
  border: 4px solid #fdfbf7;
  box-shadow: 0 0 0 1px rgba(23, 23, 20, 0.14);
  margin-top: -30px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-wire__ava em {
  font-family: var(--sans);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.5);
  font-style: normal;
}

.rs-wire__id { display: flex; flex-direction: column; gap: 8px; padding-top: 6px; }

.rs-wire__name {
  display: block;
  height: 10px;
  width: 46%;
  background: rgba(23, 23, 20, 0.14);
  transform-origin: left center;
}

.rs-wire__cap--hl { color: var(--ink-soft); }

.rs-wire__info {
  padding: 14px 20px;
  border-top: 1px solid rgba(23, 23, 20, 0.09);
}

.rs-wire__info .rs-wire__cap { display: block; color: rgba(23, 23, 20, 0.62); margin-bottom: 10px; }

.rs-wire__info i {
  display: block;
  height: 6px;
  background: rgba(23, 23, 20, 0.14);
  margin-bottom: 7px;
  transform-origin: left center;
}

.rs-wire__info i:nth-of-type(1) { width: 84%; }
.rs-wire__info i:nth-of-type(2) { width: 62%; }

.rs-wire__fold {
  display: inline-block;
  border-top: 1px dashed var(--bronze);
  padding-top: 6px;
  margin-top: 3px;
  font-family: var(--sans);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #755a36;
}

.rs-wire__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(23, 23, 20, 0.09);
}

.rs-wire__cell {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 12px 14px;
  border-left: 1px solid rgba(23, 23, 20, 0.09);
}

.rs-wire__cell:first-child { border-left: 0; }

.rs-wire__cell b {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.rs-wire__cell small {
  font-family: var(--sans);
  font-size: 0.62rem;
  line-height: 1.4;
  color: rgba(23, 23, 20, 0.55);
}

.rs-wire__done {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-top: 1px solid rgba(23, 23, 20, 0.1);
  background: rgba(46, 92, 70, 0.08);
  color: #2e5c46;
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rs-wire__done svg { width: 15px; height: 15px; }

/* ---------- Section head (canon pattern) ---------- */

.section--light {
  background: var(--bone);
  color: var(--ink-soft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.45fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.section-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.35rem, 4.2vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-top: 18px;
  max-width: 16ch;
}

.section-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(23, 23, 20, 0.72);
  max-width: 44ch;
}

.rs-meter,
.rs-stack { padding: var(--space-section) 0; }

.rs-banner,
.rs-facts { padding: var(--space-section) 0; }

.rs-banner .section-head h2,
.rs-facts .section-head h2 { color: var(--bone); }

.rs-banner .section-desc,
.rs-facts .section-desc { color: rgba(244, 240, 232, 0.66); }

/* ---------- The 65-character meter (from the guide, animated) ---------- */

.rs-meterbox {
  border: 1px solid rgba(23, 23, 20, 0.14);
  background: #ece5d8;
  padding: clamp(26px, 3.4vw, 44px) clamp(24px, 3vw, 40px);
  max-width: 900px;
}

.rs-meterbox__lab {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.5);
  margin-bottom: 18px;
}

.rs-meterbox__str {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.5;
  margin: 0;
}

.rs-meterbox__vis { color: var(--ink-soft); }

.rs-meterbox__cutline {
  border-left: 2px dashed var(--bronze);
  margin: 0 3px;
  transform-origin: center top;
}

.rs-meterbox__cut { color: rgba(23, 23, 20, 0.38); }

.rs-meterbox__tags {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rs-meterbox__tags .on { color: #2e5c46; }
.rs-meterbox__tags .off { color: rgba(23, 23, 20, 0.42); }

.rs-meterbox__note {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 23, 20, 0.12);
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(23, 23, 20, 0.5);
}

/* ---------- Banner demo: so nicht / so ja (from the guide, animated) ---------- */

.rs-bannerdemo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3.5vw, 56px);
  align-items: start;
}

.rs-bannerdemo__tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.rs-bannerdemo__item--nein .rs-bannerdemo__tag { color: #c2705a; }
.rs-bannerdemo__item--ja .rs-bannerdemo__tag { color: #8fc2a4; }

.rs-bannerdemo__tag svg { width: 16px; height: 16px; }

.rs-bannerdemo__mock {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 30px;
  border: 1px solid var(--atelier-line);
}

.rs-bannerdemo__mock--nein { align-items: center; text-align: center; background: rgba(244, 240, 232, 0.04); }

.rs-bannerdemo__mock--nein p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  color: rgba(244, 240, 232, 0.55);
}

.rs-bannerdemo__mock--nein span {
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.4);
  margin-top: 10px;
}

.rs-bannerdemo__mock--ja {
  background:
    radial-gradient(circle at 82% 10%, rgba(168, 131, 85, 0.28), transparent 16rem),
    linear-gradient(120deg, #163723, var(--builderz-green-deep, #0b2419));
  border-color: rgba(168, 131, 85, 0.5);
}

.rs-bannerdemo__mock--ja p {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.3;
  color: var(--bone);
}

.rs-bannerdemo__mock--ja span {
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-top: 12px;
}

/* ---------- The stack: six signal rows (Karlhoff signal pattern) ---------- */

.rs-pieces { border-top: 0; }

.rs-piece {
  position: relative;
  display: grid;
  grid-template-columns: minmax(110px, 0.18fr) minmax(64px, auto) minmax(0, 0.34fr) minmax(260px, 0.42fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
  padding: clamp(26px, 3.2vw, 44px) 0;
}

.rs-piece__rule {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(168, 131, 85, 0.7), rgba(23, 23, 20, 0.14));
  transform-origin: left center;
}

.rs-piece__no {
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
}

.rs-piece__fig { display: block; width: clamp(52px, 5vw, 72px); color: var(--ink-soft); }

.rs-piece__fig svg { width: 100%; height: auto; display: block; }

.rs-piece h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 2.6vw, 2.7rem);
  line-height: 1.04;
  color: var(--ink-soft);
}

.rs-piece p {
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(23, 23, 20, 0.66);
  max-width: 48ch;
}

.rs-stack__note {
  margin-top: clamp(26px, 3.5vw, 40px);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: rgba(23, 23, 20, 0.55);
}

/* ---------- Problem steps (light signal rows, 3-col) ---------- */

.rs-problem { padding: var(--space-section) 0; }

.rs-pieces--steps .rs-piece {
  grid-template-columns: minmax(110px, 0.16fr) minmax(64px, auto) minmax(0, 0.3fr) minmax(260px, 0.46fr);
}

/* ---------- Compare: Entwurf gegen fertiges Profil ---------- */

.rs-compare { padding: var(--space-section) 0; }

.rs-compare .section-head h2 { color: var(--bone); }
.rs-compare .section-desc { color: rgba(244, 240, 232, 0.66); }

.rs-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3.5vw, 56px);
  align-items: stretch;
}

.rs-compare__panel {
  border: 1px solid var(--atelier-line);
  padding: clamp(24px, 3vw, 40px);
  background: rgba(244, 240, 232, 0.03);
}

.rs-compare__panel--nachher {
  background:
    radial-gradient(circle at 82% 0%, rgba(168, 131, 85, 0.16), transparent 20rem),
    rgba(244, 240, 232, 0.05);
  border-color: rgba(168, 131, 85, 0.5);
}

.rs-compare__tag {
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.rs-compare__panel--vorher .rs-compare__tag { color: rgba(244, 240, 232, 0.5); }
.rs-compare__panel--nachher .rs-compare__tag { color: var(--bronze); }

.rs-compare__panel ul { list-style: none; }

.rs-compare__panel li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--atelier-line);
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(244, 240, 232, 0.66);
}

.rs-compare__panel li b {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--bone);
  margin-bottom: 3px;
}

.rs-compare__panel--vorher li b { color: rgba(244, 240, 232, 0.75); }

.rs-mark { display: inline-flex; width: 18px; height: 18px; margin-top: 3px; }
.rs-mark svg { width: 100%; height: 100%; }
.rs-mark--x { color: #c2705a; }
.rs-mark--check { color: #8fc2a4; }

/* ---------- Ablauf: drei Schritte an der gezeichneten Linie ---------- */

.rs-ablauf { padding: var(--space-section) 0; }

.rs-ablauf .section-head h2 { color: var(--bone); }
.rs-ablauf .section-desc { color: rgba(244, 240, 232, 0.66); }

.rs-ablauf .m-rule { margin-bottom: 0; }

.rs-ablauf__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
}

.rs-ablauf__step { position: relative; padding-top: clamp(26px, 3vw, 40px); }

.rs-ablauf__dot {
  position: absolute;
  top: -5px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--bronze);
}

.rs-ablauf__step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.08;
  color: var(--bone);
  margin: 12px 0 14px;
}

.rs-ablauf__step p:last-child {
  font-family: var(--sans);
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(244, 240, 232, 0.66);
  max-width: 40ch;
}

/* ---------- Zusagen im Gate + gescripteter Abschluss ---------- */

.rs-vows { margin-top: clamp(26px, 3.4vw, 40px); }

.rs-vow {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid var(--atelier-line);
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(244, 240, 232, 0.66);
}

.rs-vow b {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--bone);
  margin-bottom: 2px;
}

.rs-gate-steps {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(244, 240, 232, 0.55);
}

/* ---------- Problem-Tafel (hell), Konsequenz-Zeilen, Flow ---------- */

.rs-cost,
.rs-gain,
.rs-beispiele,
.rs-flow { padding: var(--space-section) 0; }

.rs-cost .section-head h2,
.rs-gain .section-head h2,
.rs-beispiele .section-head h2 { color: var(--bone); }

.rs-cost .section-desc,
.rs-gain .section-desc,
.rs-beispiele .section-desc { color: rgba(244, 240, 232, 0.66); }

.rs-panel {
  background: #fdfbf7;
  border: 1px solid rgba(23, 23, 20, 0.12);
  padding: clamp(24px, 3vw, 40px);
  max-width: 820px;
}

.rs-panel__tag {
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.5);
  margin-bottom: 14px;
}

.rs-panel ul { list-style: none; }

.rs-panel li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid rgba(23, 23, 20, 0.12);
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(23, 23, 20, 0.62);
}

.rs-panel li b {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--ink-soft);
  margin-bottom: 2px;
}

.rs-rows { border-top: 1px solid var(--atelier-line); max-width: 900px; }

.rs-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  align-items: start;
  padding: clamp(20px, 2.6vw, 32px) 0;
  border-bottom: 1px solid var(--atelier-line);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(244, 240, 232, 0.66);
}

.rs-row b {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  color: var(--bone);
  margin-bottom: 4px;
}

.rs-flow__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: stretch;
}

.rs-flow__card {
  background: #fdfbf7;
  border: 1px solid rgba(23, 23, 20, 0.12);
  padding: clamp(20px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rs-flow__card > p:last-child {
  font-family: var(--sans);
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(23, 23, 20, 0.62);
  margin-top: auto;
}

.rs-flow__mock { border: 1px solid rgba(23, 23, 20, 0.1); padding: 16px; }

.rs-flow__mock i {
  display: block;
  height: 7px;
  background: rgba(23, 23, 20, 0.14);
  margin-bottom: 8px;
}

.rs-flow__mock i:last-child { margin-bottom: 0; }

.rs-flow__list { list-style: none; border: 1px solid rgba(23, 23, 20, 0.1); padding: 8px 16px; }

.rs-flow__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid rgba(23, 23, 20, 0.08);
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.rs-flow__list li:first-child { border-top: 0; }

.rs-flow__list .rs-mark { width: 15px; height: 15px; margin-top: 0; color: #2e5c46; }

.rs-flow__arrow {
  align-self: center;
  width: clamp(28px, 3vw, 44px);
  color: var(--bronze);
}

.rs-flow__arrow svg { width: 100%; height: auto; display: block; }

.rs-flow .rs-wire--mini { margin-bottom: 0; box-shadow: none; border-color: rgba(23, 23, 20, 0.12); }

.rs-beispiele__gap { height: clamp(32px, 4vw, 56px); }

.rs-beispiele .rs-meterbox { border-color: var(--atelier-line); }

/* ---------- Photo chapter ---------- */

.rs-chapter { --m-chapter-image: url("../images/library.webp"); }

.rs-chapter .kicker { display: block; margin-bottom: 18px; }

.rs-chapter p { margin-top: 26px; }

/* ---------- Facts: three rows on dark ---------- */

.rs-facts__rows { border-top: 1px solid var(--atelier-line); }

.rs-fact {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(20px, 3.5vw, 56px);
  align-items: baseline;
  border-bottom: 1px solid var(--atelier-line);
  padding: clamp(30px, 3.6vw, 52px) 0;
}

.rs-fact h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  line-height: 1.05;
  color: var(--bone);
}

.rs-fact p {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.68;
  color: rgba(244, 240, 232, 0.68);
  max-width: 56ch;
}

/* ---------- Voices: helle Karten auf Gradient ---------- */

.reinschrift-page .case-voices.m-dark { border-bottom: 0; }

.reinschrift-page .case-voices__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 36px);
}

.reinschrift-page .voice-card {
  background: #fdfbf7;
  border: 1px solid rgba(23, 23, 20, 0.12);
  border-radius: 0;
  padding: clamp(24px, 2.8vw, 40px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.32);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.reinschrift-page .voice-card__quote {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  line-height: 1.3;
  color: var(--ink-soft);
}

.reinschrift-page .voice-card__person { display: flex; align-items: center; gap: 14px; }

.reinschrift-page .voice-card__name { color: var(--ink-soft); font-style: normal; }

.reinschrift-page .voice-card__role {
  color: rgba(23, 23, 20, 0.55);
  font-size: 0.78rem;
}

.reinschrift-page .voice-card__metric {
  border-top: 1px solid rgba(23, 23, 20, 0.12);
  padding-top: 16px;
  margin-top: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.55);
}

.reinschrift-page .voice-card__metric strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.1rem, 3vw, 3.4rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--ink-soft);
}

.reinschrift-page .voice-card__link {
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #755a36;
}

/* ---------- Gate: Foto-Sektion, Karte in Bone ---------- */

.rs-gate {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 12vw, 176px) 0;
  border-top: 1px solid rgba(244, 240, 232, 0.1);
  border-bottom: 1px solid rgba(244, 240, 232, 0.1);
  background: #06110c;
}

.rs-gate__bg {
  position: absolute;
  inset: 0;
  background: url("../images/handwerk background new.webp") center 40% / cover no-repeat;
  filter: saturate(0.64) contrast(1.05) brightness(0.72);
  transform: scale(1.02);
}

.rs-gate::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 17, 12, 0.88) 0%, rgba(6, 17, 12, 0.5) 52%, rgba(6, 17, 12, 0.82) 100%),
    linear-gradient(180deg, rgba(6, 17, 12, 0.3) 0%, rgba(6, 17, 12, 0.8) 100%);
}

.rs-gate .site-shell { position: relative; z-index: 1; }

.gate__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(300px, 0.45fr);
  gap: clamp(36px, 5vw, 80px);
  align-items: start;
  background: var(--bone);
  color: var(--ink-soft);
  padding: clamp(32px, 4.6vw, 72px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
}

.gate__intro .kicker { color: #755a36 !important; }

.gate__intro h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.1rem, 3.6vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-top: 16px;
  max-width: 14ch;
  color: var(--ink-soft);
}

.gate__promise {
  margin-top: 22px;
  max-width: 52ch;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(23, 23, 20, 0.68);
}

/* Deliverable-Karte im Gate: kompakte Fassung des Hero-Wireframes */

.rs-wire--mini {
  max-width: 380px;
  margin-bottom: clamp(22px, 3vw, 34px);
  border-color: rgba(23, 23, 20, 0.14);
  box-shadow: 0 14px 36px rgba(10, 24, 17, 0.16);
}

.rs-wire--mini .rs-wire__banner { height: 52px; padding: 0 16px; }
.rs-wire--mini .rs-wire__head { gap: 12px; padding: 0 16px 10px; }
.rs-wire--mini .rs-wire__ava { width: 46px; height: 46px; margin-top: -20px; border-color: var(--bone); }
.rs-wire--mini .rs-wire__done { padding: 9px 16px; }

.rs-vows { margin-top: clamp(22px, 3vw, 34px); }

.rs-vow {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid rgba(23, 23, 20, 0.14);
  font-family: var(--sans);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(23, 23, 20, 0.66);
}

.rs-vow .rs-mark--check { color: #2e5c46; }

.rs-vow b {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin-bottom: 2px;
}

.gate__form {
  display: grid;
  gap: 20px;
  padding: clamp(26px, 3.4vw, 40px);
  border: 1px solid rgba(23, 23, 20, 0.14);
  background: #fdfbf7;
}

.gate__field { display: grid; gap: 8px; }

.gate__field > span {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.6);
}

.gate__field input {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--ink-soft);
  font: inherit;
  border: 1px solid rgba(23, 23, 20, 0.22);
  background: var(--bone);
}

.gate__field input:focus-visible {
  outline: 2px solid #755a36;
  border-color: #755a36;
}

.gate__consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.gate__consent input {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  accent-color: var(--bronze);
}

.gate__consent span {
  font-family: "Tiempos Text", Georgia, serif;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(23, 23, 20, 0.62);
}

.gate__consent a { color: var(--ink-soft); }

.gate__status {
  min-height: 1.2em;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #93402f;
}

.gate__form .button--dark {
  justify-self: start;
  background: var(--ink-soft);
  border-color: var(--ink-soft);
  color: var(--bone);
}

.gate__form .button--dark::before { background: var(--bone); }
.gate__form .button--dark:hover { color: var(--ink-soft); }

.rs-gate-steps {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(23, 23, 20, 0.5);
}

.gate__confirm {
  background: var(--bone);
  color: var(--ink-soft);
  padding: clamp(32px, 4.6vw, 72px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
}

.gate__confirm .kicker { color: #755a36 !important; }

.gate__confirm h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.1rem, 3.6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-top: 18px;
  max-width: 20ch;
  color: var(--ink-soft);
}

.gate__confirm-body {
  margin-top: 26px;
  max-width: 64ch;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(23, 23, 20, 0.68);
}

.gate__confirm-body a { color: var(--ink-soft); }

.gate__confirm:focus,
.gate__confirm:focus-visible { outline: none; }

.gate__noscript { margin: 0; font-size: 0.88rem; opacity: 0.65; }

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .gate__grid { grid-template-columns: 1fr; }
  .reinschrift-page .case-voices__grid { grid-template-columns: 1fr; }
  .rs-piece { grid-template-columns: minmax(90px, auto) minmax(52px, auto) 1fr; }
  .rs-piece p { grid-column: 1 / -1; max-width: none; }
  .rs-fact { grid-template-columns: 1fr; gap: 12px; }
  .rs-bannerdemo { grid-template-columns: 1fr; }
  .rs-compare__grid { grid-template-columns: 1fr; }
  .rs-flow__grid { grid-template-columns: 1fr; }
  .rs-flow__arrow { transform: rotate(90deg); justify-self: center; }
  .rs-ablauf__grid { grid-template-columns: 1fr; gap: 36px; }
  .rs-pieces--steps .rs-piece { grid-template-columns: minmax(90px, auto) minmax(52px, auto) 1fr; }
  .rs-pieces--steps .rs-piece p { grid-column: 1 / -1; max-width: none; }
}

@media (max-width: 900px) {
  .rs-hero { min-height: 78vh; }
  .rs-hero .site-shell { padding-top: 96px; padding-bottom: 64px; }
  .rs-hero__grid { grid-template-columns: 1fr; }
  .rs-wire { max-width: 420px; }
}

@media (max-width: 760px) {
  .rs-hero h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
    hyphens: auto;
    -webkit-hyphens: auto;
  }

  .rs-hero__actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .section-head h2,
  .gate__intro h2 {
    font-size: clamp(2rem, 8.5vw, 2.35rem);
    hyphens: auto;
    -webkit-hyphens: auto;
  }

  .gate__confirm h2 {
    font-size: clamp(1.8rem, 7.5vw, 2.1rem);
    hyphens: auto;
    -webkit-hyphens: auto;
  }

  .rs-meterbox__str { font-size: 1.1rem; }
  .rs-meterbox__tags { flex-direction: column; gap: 6px; }

  .reinschrift-page .case-voices__grid { grid-template-columns: 1fr; }
}
