/* ============================================================
   Die Freigabe-Prüfung / The Approval Check: Assessment-Modal, Prüfprotokoll.
   Consumes site.css tokens/components. Only magnet-specific layers below.
   Durchgehend eckige Kanten: border-radius bleibt 0.
   ============================================================ */

/* Bare universal reset as in the source builds: zero specificity, so every
   site.css class rule still wins. The pages were authored against this baseline;
   without it UA default margins and list bullets reappear. */
* { margin: 0; padding: 0; }

html.check-lock { overflow: hidden; }

body.die-freigabe-pruefung-page {
  color: var(--ink-soft);
  background: var(--bone);
}

/* ============ BUTTON VARIANTS NOT COVERED BY SITE.CSS ============
   Slide-Fill exakt nach V12 site.css: ::before mit z-index -1 gleitet von
   translateX(-102%) auf 0 in 440ms --ease-atelier, Füllung nur bone oder
   ink-soft, nie eine Farbe. .button / .button--light / .button--ghost sind
   bereits in site.css, hier nur die magnetspezifischen Varianten. */

.button--dark-fill {
  background: var(--ink-soft);
  border-color: var(--ink-soft);
  color: var(--bone);
}

.button--dark-fill::before { background: var(--bone); }

.button--dark-fill:hover {
  background: var(--ink-soft);
  border-color: var(--bone);
  color: var(--forest-atelier);
}

.button--ghost-dark {
  background: transparent;
  border-color: var(--builderz-line-light);
  color: rgba(23, 23, 20, 0.62);
}

.button--ghost-dark::before { background: var(--ink-soft); }

.button--ghost-dark:hover {
  border-color: var(--ink-soft);
  color: var(--bone);
}

.link-quiet {
  position: relative;
  display: inline-block;
  padding: 6px 0 4px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(23, 23, 20, 0.62);
  transition: color 360ms var(--ease-atelier);
}

.link-quiet::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms var(--ease-atelier);
}

.link-quiet:hover { color: var(--ink-soft); }
.link-quiet:hover::after { transform: scaleX(1); }

/* ============ DARK SECTIONS ============ */

.dark {
  background:
    radial-gradient(circle at 72% 0%, rgba(154, 122, 79, 0.11), transparent 34rem),
    linear-gradient(180deg, #10251b 0%, #0a1811 44%, #06110c 100%);
  color: var(--paper);
  position: relative;
}

.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(244, 240, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 240, 232, 0.08) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.08;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 72%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 72%);
  pointer-events: none;
}

.dark > .site-shell { position: relative; z-index: 2; }

.dark__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.dark__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68);
}

.dark__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(5, 18, 12, 0.97), rgba(5, 18, 12, 0.9) 52%, rgba(5, 18, 12, 0.72));
}

/* ============ HERO (renamed: site.css owns .hero for the homepage) ============ */

.magnet-hero {
  position: relative;
  overflow: hidden;
  background: var(--builderz-green);
  color: var(--paper);
  padding: clamp(88px, 11vw, 156px) 0 clamp(72px, 9vw, 120px);
}

.magnet-hero__media {
  position: absolute;
  inset: 0;
}

.magnet-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 42%;
  filter: saturate(0.7);
}

.magnet-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(5, 18, 12, 0.97), rgba(5, 18, 12, 0.84) 46%, rgba(5, 18, 12, 0.38));
}

.magnet-hero__inner {
  position: relative;
}

.magnet-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(4.4rem, 7.6vw, 7.25rem);
  line-height: 0.94;
  letter-spacing: -0.012em;
  margin: 26px 0 0;
  max-width: 16ch;
  color: var(--paper);
}

.magnet-hero__lead {
  margin-top: 32px;
  font-weight: 300;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.65;
  color: var(--muted);
  max-width: 60ch;
}

.magnet-hero__actions {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  align-items: center;
}

.magnet-hero__meta,
.start__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 30px 0 0;
  color: rgba(244, 240, 232, 0.58);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.magnet-hero__meta span,
.start__meta span { position: relative; padding-left: 18px; }

.magnet-hero__meta span::before,
.start__meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--bronze);
}

.start__meta { color: rgba(23, 23, 20, 0.55); }

/* Hero-Ledger: offene Typografie mit Haarlinien statt Box */

.magnet-hero-ledger {
  margin-top: clamp(56px, 7vw, 96px);
  max-width: 940px;
}

.magnet-hero-ledger__eyebrow {
  margin: 0;
  color: var(--bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.magnet-hero-ledger__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(32px, 5vw, 72px);
}

.magnet-hero-ledger__list li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(244, 240, 232, 0.18);
  color: var(--paper);
  font-size: 0.98rem;
  line-height: 1.5;
}

.magnet-hero-ledger__list span {
  color: var(--bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.magnet-hero-ledger__note {
  margin: 20px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(244, 240, 232, 0.18);
  max-width: 52ch;
  color: rgba(244, 240, 232, 0.62);
  font-size: 0.93rem;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .magnet-hero-ledger__list { grid-template-columns: 1fr; }
}

/* ============ SECTION SCAFFOLD ============
   .section padding comes from site.css; only the light-background variant
   and the magnet's own head/description layout live here. */

.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: var(--space-grid);
  align-items: end;
  margin-bottom: clamp(44px, 5.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: 20px;
}

.section-head__desc {
  font-weight: 300;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(23, 23, 20, 0.62);
  max-width: 44ch;
}

.dark .section-head__desc { color: var(--muted); }

@media (max-width: 980px) {
  .section-head { grid-template-columns: 1fr; align-items: start; }
}

/* ============ BLOCKS (light overview) ============ */

.blocks-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 4.5vw, 64px) clamp(32px, 4vw, 72px);
}

@media (max-width: 980px) {
  .blocks-grid { grid-template-columns: 1fr; }
}

.block {
  border-top: 1px solid rgba(26, 26, 26, 0.24);
  padding-top: 26px;
}

.block__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.block__name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  line-height: 1.05;
}

.block__count {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.45);
}

.block__frame {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(23, 23, 20, 0.62);
  margin-top: 14px;
  max-width: 52ch;
}

.block__list {
  list-style: none;
  margin-top: 22px;
}

.block__list li {
  display: flex;
  gap: 20px;
  align-items: baseline;
  padding: 13px 0;
  border-top: 1px solid var(--builderz-line-light);
}

.block__num {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--bronze);
  min-width: 34px;
}

.block__rule-line {
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.45;
}

.provenance {
  margin-top: clamp(48px, 6vw, 80px);
  padding-top: clamp(28px, 3.4vw, 40px);
  border-top: 1px solid rgba(26, 26, 26, 0.24);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.provenance p {
  max-width: 68ch;
  font-weight: 300;
  color: rgba(23, 23, 20, 0.62);
}

.provenance__copy p + p { margin-top: 14px; }

@media (max-width: 980px) {
  .provenance { grid-template-columns: 1fr; }
}

/* ============ PROTOKOLL (dark) ============ */

.protocol-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.protocol-list li {
  display: grid;
  grid-template-columns: minmax(180px, 300px) 1fr;
  gap: 12px clamp(28px, 4.5vw, 64px);
  padding: clamp(20px, 2.6vw, 30px) 0;
  border-top: 1px solid var(--atelier-line);
  align-items: start;
}

.protocol-list li:last-child { border-bottom: 1px solid var(--atelier-line); }

.protocol-list strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.15;
  color: var(--paper);
}

.protocol-list p {
  margin: 0;
  max-width: 62ch;
  font-weight: 300;
  color: var(--muted);
}

@media (max-width: 760px) {
  .protocol-list li { grid-template-columns: 1fr; gap: 8px; }
}

/* Maxim-Strip: zwei Sätze des Hauses, keine Zitat-Verkleidung */

.maxim-strip {
  margin: clamp(40px, 5vw, 64px) 0;
  border-top: 1px solid var(--atelier-line);
  border-bottom: 1px solid var(--atelier-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maxim-strip p {
  margin: 0;
  padding: clamp(28px, 3.4vw, 44px) clamp(24px, 3vw, 48px) clamp(28px, 3.4vw, 44px) 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  line-height: 1.25;
  color: var(--paper);
}

.maxim-strip p + p {
  padding-left: clamp(24px, 3vw, 48px);
  border-left: 1px solid var(--atelier-line);
}

@media (max-width: 760px) {
  .maxim-strip { grid-template-columns: 1fr; }
  .maxim-strip p { padding-right: 0; }
  .maxim-strip p + p {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--atelier-line);
  }
}

/* ============ START (light) ============ */

.start__inner { max-width: 900px; }

.start__inner 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: 20px;
  max-width: 18ch;
}

.start__lead {
  margin-top: 24px;
  font-weight: 300;
  font-size: clamp(1.02rem, 1.2vw, 1.14rem);
  color: rgba(23, 23, 20, 0.62);
  max-width: 58ch;
}

/* ============================================================
   ASSESSMENT-MODAL
   ============================================================ */

.check-modal[hidden],
.check-report[hidden],
.check-contact[hidden],
.check-options[hidden],
.check-dialog__actions [hidden] { display: none !important; }

.check-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
}

.check-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 14, 9, 0.74);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.check-dialog {
  position: relative;
  width: min(100%, 1020px);
  max-height: min(92svh, 800px);
  display: grid;
  grid-template-columns: minmax(220px, 0.3fr) minmax(0, 0.7fr);
  overflow: hidden;
  background: var(--bone);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}

.check-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 1px solid var(--builderz-line-light);
  background: transparent;
  color: var(--ink-soft);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease;
}

.check-dialog__close:hover { background: rgba(23, 23, 20, 0.08); }

/* Rail */

.check-dialog__rail {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.8vw, 36px);
  background: var(--builderz-green);
  color: var(--paper);
}

.check-dialog__railhead {
  margin: 0 0 20px;
  color: rgba(244, 240, 232, 0.6);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.check-dialog__map { margin: 0; padding: 0; list-style: none; flex: 1; }

.check-dialog__map li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 0;
  color: rgba(244, 240, 232, 0.42);
  font-size: 0.84rem;
  transition: color 200ms ease;
}

.check-dialog__map li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(244, 240, 232, 0.22);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.56rem;
  font-weight: 700;
  flex-shrink: 0;
}

.check-dialog__map li[data-state="done"] { color: rgba(244, 240, 232, 0.75); }

.check-dialog__map li[data-state="done"] span {
  background: var(--bronze);
  border-color: var(--bronze);
  color: var(--builderz-green);
}

.check-dialog__map li[data-state="active"] { color: var(--paper); font-weight: 500; }

.check-dialog__map li[data-state="active"] span {
  border-color: var(--bronze);
  color: var(--bronze);
}

.check-dialog__railfoot {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.check-progress { flex: 1; height: 3px; background: rgba(244, 240, 232, 0.18); }

.check-progress span { display: block; width: 7%; height: 100%; background: var(--bronze); transition: width 300ms ease; }

.check-dialog__railfoot strong {
  color: rgba(244, 240, 232, 0.7);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* Body */

.check-dialog__body { display: flex; flex-direction: column; min-width: 0; min-height: 0; }

.check-dialog__scroll {
  flex: 1;
  overflow-y: auto;
  padding: clamp(30px, 4vw, 52px) clamp(28px, 4vw, 52px) 8px;
}

.check-dialog__body h2 {
  max-width: 20ch;
  margin: 14px 0 0;
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink-soft);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
}

.check-dialog__scroll > p[data-question-help] {
  max-width: 56ch;
  margin: 14px 0 0;
  color: rgba(23, 23, 20, 0.62);
  font-size: 0.97rem;
  line-height: 1.6;
}

.check-options { display: grid; gap: 10px; margin-top: 26px; }

.check-option {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(25, 25, 22, 0.14);
  background: #fffaf2;
  color: rgba(25, 25, 22, 0.74);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 160ms ease;
}

.check-option:hover { transform: translateY(-1px); border-color: rgba(154, 122, 79, 0.6); }

.check-option input { position: absolute; opacity: 0; pointer-events: none; }

.check-option__mark {
  margin-top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(25, 25, 22, 0.3);
  position: relative;
  transition: border-color 160ms ease;
}

.check-option__body { display: grid; gap: 3px; }

.check-option__verdict {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23, 23, 20, 0.48);
}

.check-option__text { line-height: 1.5; }

.check-option:has(input:checked) { border-color: var(--bronze); background: #efe4d2; color: var(--ink-soft); }
.check-option:has(input:checked) .check-option__mark { border-color: var(--bronze); }
.check-option:has(input:checked) .check-option__mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: var(--bronze);
}
.check-option:has(input:checked) .check-option__verdict { color: var(--bronze); }
.check-option:has(input:focus-visible) { outline: 2px solid var(--bronze); outline-offset: 2px; }

/* Contact step */

.check-contact { margin-top: 26px; }

.check-contact__teaser {
  padding: 18px 22px;
  margin-bottom: 22px;
  background: var(--builderz-green);
  color: var(--paper);
}

.check-contact__ready {
  margin: 0 0 6px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.2;
}

.check-contact__sub { margin: 0; color: rgba(244, 240, 232, 0.72); font-size: 0.9rem; line-height: 1.5; }

.check-contact__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.check-contact__fields label { display: grid; gap: 8px; }

.check-contact__fields label > span,
.check-status {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(25, 25, 22, 0.7);
}

.check-contact__fields input[type="text"],
.check-contact__fields input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--builderz-line-light);
  background: #fff;
  color: var(--ink-soft);
  font: inherit;
}

.check-contact__fields input:focus-visible { outline: 2px solid var(--bronze); outline-offset: 1px; border-color: var(--bronze); }

.check-consent {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: 20px 1fr;
  gap: 10px !important;
  color: rgba(25, 25, 22, 0.62);
}

.check-consent input { margin-top: 3px; accent-color: var(--bronze); }

.check-consent span {
  font-family: "Tiempos Text", Georgia, serif !important;
  font-size: 0.88rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.55;
  text-transform: none !important;
  color: rgba(25, 25, 22, 0.62);
}

.check-consent a { color: inherit; }

.check-status { min-height: 1.1em; margin: 16px 0 0; color: var(--ink-soft); }

.check-dialog__actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  padding: 18px clamp(28px, 4vw, 52px);
  border-top: 1px solid var(--builderz-line-light);
  background: var(--bone);
}

.check-dialog__actions .button { min-width: 140px; }

.check-dialog__actions [data-prev-step] { margin-right: auto; min-width: 0; }

/* ============================================================
   PRÜFPROTOKOLL (Report-Overlay)
   ============================================================ */

.check-report {
  position: fixed;
  inset: 0;
  z-index: 1100;
  overflow-y: auto;
  padding: clamp(0px, 2.4vw, 40px);
  -webkit-overflow-scrolling: touch;
}

.report__backdrop { position: fixed; inset: 0; background: rgba(4, 14, 9, 0.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

.report__sheet {
  position: relative;
  width: min(100%, 1060px);
  margin: 0 auto;
  background: var(--bone);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

/* Top bar */

.report__bar {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(20px, 3vw, 40px);
  background: var(--builderz-green);
  color: var(--paper);
}

.report__brand {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 240, 232, 0.7);
}

.report__brand span { color: var(--paper); }
.report__brandsuffix { font-style: normal; }

.report__tools { display: flex; align-items: center; gap: 10px; }

.report__tool {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 38px;
  padding: 9px 18px;
  border: 1px solid rgba(244, 240, 232, 0.4);
  background: transparent;
  color: var(--paper);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 420ms var(--ease-atelier), color 420ms var(--ease-atelier);
}

.report__tool::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateX(-102%);
  background: var(--bone);
  transition: transform 440ms var(--ease-atelier);
}

.report__tool:hover {
  border-color: var(--bone);
  color: var(--forest-atelier);
}

.report__tool:hover::before { transform: translateX(0); }

.report__tool--ghost { border-color: rgba(244, 240, 232, 0.22); color: rgba(244, 240, 232, 0.78); }

.report__close {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(244, 240, 232, 0.3);
  background: transparent;
  color: var(--paper);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.report__close:hover { background: rgba(244, 240, 232, 0.1); }

.report__scroll { padding: clamp(30px, 4.5vw, 68px); }

.report__caplabel {
  margin: 0 0 16px;
  color: var(--bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Report hero */

.report__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
  padding-bottom: clamp(34px, 4vw, 52px);
  border-bottom: 1px solid var(--builderz-line-light);
}

.report__eyebrow {
  margin: 0 0 14px;
  color: rgba(25, 25, 22, 0.5);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.report__hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink-soft);
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.report__one {
  max-width: 46ch;
  margin: 18px 0 0;
  color: var(--bronze);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.16;
}

.report__lead {
  max-width: 62ch;
  margin: 18px 0 0;
  color: rgba(25, 25, 22, 0.7);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
}

.report__inbox {
  max-width: 62ch;
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--builderz-line-light);
  color: rgba(25, 25, 22, 0.62);
  font-size: 0.92rem;
  line-height: 1.55;
}

.report__gaugewrap {
  padding: clamp(24px, 3vw, 34px);
  background: var(--builderz-green);
  color: var(--paper);
  text-align: center;
}

.report-gauge { width: min(100%, 240px); height: auto; }
.report-gauge__track { fill: none; stroke: rgba(244, 240, 232, 0.16); stroke-width: 12; }
.report-gauge__value { fill: none; stroke: var(--bronze); stroke-width: 12; }
.report-gauge__num { fill: var(--paper); font-family: var(--serif); font-size: 46px; }
.report-gauge__max { fill: rgba(244, 240, 232, 0.6); font-family: Verdana, Geneva, sans-serif; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; }

.report__weak { margin-top: 8px; padding-top: 18px; border-top: 1px solid rgba(244, 240, 232, 0.16); }

.report__weak span {
  display: block;
  color: rgba(244, 240, 232, 0.6);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report__weak b {
  display: block;
  margin-top: 6px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}

/* Blockprofil */

.report__viz {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
  padding: clamp(34px, 4.5vw, 56px) 0;
  border-bottom: 1px solid var(--builderz-line-light);
}

.report__vizcopy h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink-soft);
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.05;
}

.report__vizcopy p:not(.report__caplabel) {
  max-width: 46ch;
  margin: 14px 0 0;
  color: rgba(25, 25, 22, 0.66);
  font-size: 0.98rem;
}

/* Blockprofil: Ledger-Balken wie im Geschäftsbericht, Haarlinien-Spur
   mit massiver Füllung. Die Füllung beginnt beim Block-Minimum von 3. */

.report-blockbars { margin: 0; padding: 0; list-style: none; }

.report-blockbars li {
  display: grid;
  grid-template-columns: minmax(90px, 130px) 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--builderz-line-light);
}

.report-blockbars li:last-child { border-bottom: 1px solid var(--builderz-line-light); }

.report-blockbars__name { color: var(--ink-soft); font-size: 1rem; }

.report-blockbars li[data-weak="true"] .report-blockbars__name { font-weight: 500; }

.report-blockbars__track {
  position: relative;
  display: block;
  height: 12px;
}

.report-blockbars__track::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(25, 25, 22, 0.22);
}

.report-blockbars__track i {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: var(--bronze);
}

.report-blockbars li[data-weak="true"] .report-blockbars__track i { background: var(--ink-soft); }

.report-blockbars__val {
  color: rgba(25, 25, 22, 0.5);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}

.report-blockbars__scale {
  margin: 12px 0 0;
  color: rgba(25, 25, 22, 0.45);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* Prüfpunkte im Einzelnen */

.report__points { padding: clamp(34px, 4.5vw, 56px) 0; border-bottom: 1px solid var(--builderz-line-light); }

.report-points { margin: 0; padding: 0; list-style: none; }

.report-points li {
  display: grid;
  grid-template-columns: minmax(110px, 150px) 1fr;
  gap: 10px clamp(24px, 4vw, 48px);
  padding: clamp(18px, 2.4vw, 24px) 0;
  border-top: 1px solid var(--builderz-line-light);
  align-items: start;
}

.report-points li:last-child { border-bottom: 1px solid var(--builderz-line-light); }

.report-points__tag {
  display: inline-block;
  padding-top: 3px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-points li[data-grade="fail"] .report-points__tag { color: var(--ink-soft); }
.report-points li[data-grade="unsure"] .report-points__tag { color: var(--bronze); }

.report-points__body h4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.2;
}

.report-points__body p {
  margin: 8px 0 0;
  max-width: 62ch;
  color: rgba(25, 25, 22, 0.7);
  font-size: 0.97rem;
  line-height: 1.55;
}

.report-points__clear {
  margin: 0;
  max-width: 62ch;
  color: rgba(25, 25, 22, 0.72);
  font-size: 1.02rem;
}

/* Vorher/Nachher */

.report__pair { padding: clamp(34px, 4.5vw, 56px) 0; border-bottom: 1px solid var(--builderz-line-light); }

.report-pair { border-top: 1px solid rgba(26, 26, 26, 0.24); border-bottom: 1px solid rgba(26, 26, 26, 0.24); }

.report-pair__row {
  display: grid;
  grid-template-columns: minmax(80px, 110px) 1fr;
  gap: 22px;
  padding: 20px 0;
}

.report-pair__row + .report-pair__row { border-top: 1px solid var(--builderz-line-light); }

.report-pair__label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-top: 6px;
  color: rgba(23, 23, 20, 0.45);
}

.report-pair__row--nachher .report-pair__label { color: var(--bronze); }

.report-pair__text {
  margin: 0;
  font-family: "Tiempos Text", Georgia, serif;
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  line-height: 1.6;
  color: rgba(23, 23, 20, 0.62);
  max-width: 66ch;
}

.report-pair__row--nachher .report-pair__text { color: var(--ink-soft); }

.report-pair__note {
  margin: 14px 0 0;
  color: rgba(25, 25, 22, 0.5);
  font-size: 0.85rem;
}

/* Die Lage */

.report__lage { padding: clamp(34px, 4.5vw, 56px) 0; }

.report__lagelist { border-top: 1px solid var(--builderz-line-light); }

.report__lagelist article {
  display: grid;
  grid-template-columns: minmax(150px, 230px) 1fr;
  gap: 10px clamp(24px, 4vw, 48px);
  padding: clamp(18px, 2.4vw, 26px) 0;
  border-bottom: 1px solid var(--builderz-line-light);
  align-items: start;
}

.report__lagelist span {
  display: block;
  padding-top: 2px;
  color: var(--bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report__lage--accent span { color: var(--ink-soft); }

.report__lagelist p { margin: 0; max-width: 60ch; color: rgba(25, 25, 22, 0.72); font-size: 1rem; line-height: 1.55; }

/* Perspektivwechsel */

.report__shift {
  padding: clamp(30px, 4vw, 48px);
  background: var(--builderz-green);
  color: var(--paper);
}

.report__shiftline {
  margin: 0;
  max-width: 24ch;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  color: var(--paper);
}

.report__shiftbody {
  margin: 20px 0 0;
  max-width: 64ch;
  font-weight: 300;
  color: rgba(244, 240, 232, 0.76);
}

.report__shiftclose {
  margin: 20px 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  color: var(--bronze);
}

/* Das Vorgehen */

.report__play { padding: clamp(34px, 4.5vw, 56px) 0; border-bottom: 1px solid var(--builderz-line-light); }

.report__playhead h2 {
  max-width: 18ch;
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink-soft);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.04;
}

.report__playhead p:not(.report__caplabel) { max-width: 60ch; margin: 14px 0 0; color: rgba(25, 25, 22, 0.64); }

.report__playgrid { margin-top: 26px; border-top: 1px solid var(--builderz-line-light); }

.report-play__block {
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: 14px clamp(24px, 4vw, 48px);
  padding: clamp(22px, 2.8vw, 30px) 0;
  border-bottom: 1px solid var(--builderz-line-light);
  align-items: start;
}

.report-play__area {
  display: block;
  margin-bottom: 8px;
  color: var(--bronze);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-play__block h4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink-soft);
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  line-height: 1.12;
}

.report-play__block ul { margin: 0; padding: 0; list-style: none; }

.report-play__block li {
  position: relative;
  padding: 0 0 10px 18px;
  color: rgba(25, 25, 22, 0.74);
  font-size: 0.98rem;
  line-height: 1.5;
}

.report-play__block li:last-child { padding-bottom: 0; }

.report-play__block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 1px;
  background: var(--bronze);
}

/* Report CTA */

.report__cta {
  margin-top: clamp(34px, 4.5vw, 56px);
  padding: clamp(30px, 4vw, 48px);
  background: var(--builderz-green);
  color: var(--paper);
}

.report__cta .report__caplabel { color: var(--bronze); }

.report__ctatext {
  max-width: 46ch;
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.2;
}

.report__ctaactions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(24px, 3vw, 36px); }

.report__foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: clamp(24px, 3vw, 36px);
  padding-top: 20px;
  border-top: 1px solid var(--builderz-line-light);
  color: rgba(25, 25, 22, 0.42);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1080px) {
  .report__hero,
  .report__viz { grid-template-columns: 1fr; }
  .report__gaugewrap { max-width: 340px; }
}

@media (max-width: 860px) {
  .report__cta { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .magnet-hero { padding-block: 84px 64px; }
  .magnet-hero h1 { font-size: clamp(3.3rem, 15vw, 4.75rem); }
  .check-dialog { grid-template-columns: 1fr; max-height: 94svh; }
  .check-dialog__rail { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 14px 20px; padding: 18px 22px; }
  .check-dialog__railhead { margin: 0; width: 100%; }
  .check-dialog__map { display: none; }
  .check-dialog__railfoot { margin: 0; flex: 1; }
  .check-contact__fields { grid-template-columns: 1fr; }
  .check-dialog__actions { flex-wrap: wrap; }
  .check-dialog__actions .button { flex: 1 1 auto; }
  .check-report { padding: 0; }
}

@media (max-width: 620px) {
  .report__brandsuffix { display: none; }
  .report__bar { padding: 12px 16px; gap: 10px; }
  .report__tools { gap: 8px; }
  .report__tool { padding: 8px 12px; font-size: 0.58rem; letter-spacing: 0.06em; }
  .report-points li,
  .report__lagelist article,
  .report-play__block,
  .report-pair__row { grid-template-columns: 1fr; gap: 6px; }
  .report-play__area { margin-bottom: 4px; }
  .report-blockbars li { grid-template-columns: 1fr auto; }
  .report-blockbars__name { grid-column: 1 / -1; }
}

/* ============================================================
   MOTION
   Reveal-on-Scroll (Standard 2b): Opacity plus 14px Translate,
   620ms --ease-atelier. Die Klasse reveal-ready setzt nur das JS,
   und nur wenn prefers-reduced-motion nicht aktiv ist; ohne JS
   bleibt die Seite vollständig sichtbar.
   ============================================================ */

html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms var(--ease-atelier), transform 620ms var(--ease-atelier);
}

html.reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html.reveal-ready [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============================================================
   PRINT ("Als PDF speichern" / "Save as PDF")
   Im Druck ist der Report das Dokument, die Seite dahinter nicht.
   ============================================================ */


@media print {
  body:has(.check-report:not([hidden])) > *:not(.check-report) { display: none !important; }
  /* site.css setzt html{background: builderz-green-deep !important} global; ohne
     diesen Reset bleibt unter dem Report gruene Flaeche bis zum Seitenende. */
  html:has(.check-report:not([hidden])),
  body:has(.check-report:not([hidden])) { background: #fff !important; }

  .check-report:not([hidden]) {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .check-report .report__scroll {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
  }
  .report__backdrop { display: none !important; }
  .report__tools, .report__close { display: none !important; }
  [data-inbox-note] { display: none !important; }

  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  @page { margin: 14mm; }
}
