/* OFB-R001-P4 — final visual hierarchy for the public product and audit report. */

:root {
  --p4-accent: #174ea6;
  --p4-accent-strong: #0b3b86;
  --p4-accent-soft: #eaf2ff;
  --p4-navy: #0d2348;
  --p4-navy-raised: #122d59;
  --p4-page: #f4f7fb;
  --p4-surface: #ffffff;
  --p4-border: #d9e2ef;
  --p4-border-strong: #c5d2e3;
  --p4-text: #0d1b32;
  --p4-muted: #5f6f86;
  --p4-green: #167446;
  --p4-green-soft: #e7f5ed;
  --p4-amber: #9c5b00;
  --p4-amber-soft: #fff3dc;
  --p4-red: #b42318;
  --p4-red-soft: #fdecea;
  --p4-neutral: #65758b;
  --p4-neutral-soft: #eef2f7;
  --p4-shadow-sm: 0 8px 24px rgb(23 48 84 / 7%);
  --p4-shadow-md: 0 18px 52px rgb(23 48 84 / 12%);
}

body {
  color: var(--p4-text);
  background: var(--p4-page);
}

.site-header {
  padding: 10px clamp(10px, 2vw, 24px) 0;
  border-bottom: 0;
  background: transparent;
}

.site-header__inner {
  max-width: 1500px;
  min-height: 70px;
  padding-inline: clamp(16px, 2.5vw, 30px);
  border: 1px solid var(--p4-border);
  border-radius: 16px;
  background: rgb(255 255 255 / 96%);
  box-shadow: var(--p4-shadow-sm);
  backdrop-filter: blur(16px);
}

.site-header__brand-mark {
  border-color: color-mix(in srgb, var(--p4-accent) 20%, var(--p4-border));
  background: var(--p4-accent-soft);
}

.site-header__brand-name,
.site-header__nav a {
  color: var(--p4-text);
}

.site-header__nav a:not(.site-header__cta) {
  border-radius: 8px;
}

.site-header__nav a:not(.site-header__cta):hover,
.site-header__nav a:not(.site-header__cta)[aria-current='page'] {
  background: var(--p4-accent-soft);
  color: var(--p4-accent-strong);
}

.site-header__cta,
.button,
button:not([class*='menu']) {
  border-color: var(--p4-accent);
  background: var(--p4-accent);
  color: #fff;
  box-shadow: 0 8px 18px rgb(23 78 166 / 17%);
}

.site-header__cta:hover,
.button:hover,
button:not([class*='menu']):hover {
  border-color: var(--p4-accent-strong);
  background: var(--p4-accent-strong);
  color: #fff;
  transform: translateY(-1px);
}

.button--secondary,
button.button--secondary {
  border-color: var(--p4-border-strong);
  background: var(--p4-surface);
  color: var(--p4-accent-strong);
  box-shadow: none;
}

.button--secondary:hover,
button.button--secondary:hover {
  border-color: var(--p4-accent);
  background: var(--p4-accent-soft);
  color: var(--p4-accent-strong);
}

input,
select,
textarea {
  border-color: var(--p4-border-strong);
  border-radius: 10px;
  background: var(--p4-surface);
  color: var(--p4-text);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--p4-accent);
  box-shadow: 0 0 0 4px rgb(23 78 166 / 13%);
}

/* Homepage */

.home-product-page {
  padding-bottom: clamp(64px, 8vw, 112px);
  background:
    radial-gradient(circle at 12% 5%, rgb(35 109 211 / 8%), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgb(24 116 70 / 6%), transparent 26rem);
}

.home-product-page .hero {
  min-height: min(760px, calc(100vh - 90px));
  padding-block: clamp(62px, 8vw, 118px);
}

.hero__copy .eyebrow,
.section-kicker {
  color: var(--p4-amber);
  letter-spacing: .1em;
}

.hero__copy h1 {
  max-width: 14.5ch;
  margin-bottom: 22px;
  color: var(--p4-text);
  font-size: clamp(3.25rem, 5.2vw, 5.7rem);
  font-weight: var(--font-weight-bold);
  line-height: .99;
  letter-spacing: -.042em;
  text-wrap: balance;
}

.hero__lead {
  max-width: 61ch;
  color: var(--p4-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.62;
}

.hero-audit-form {
  max-width: 460px;
  padding: 24px 26px;
  border-color: var(--p4-border);
  border-radius: 16px;
  background: rgb(255 255 255 / 98%);
  box-shadow: var(--p4-shadow-md);
}

.hero-audit-form__heading strong {
  color: var(--p4-text);
  font-size: 1.3rem;
}

.hero-audit-form__heading span,
.hero-audit-form__note {
  color: var(--p4-muted);
}

.hero-audit-form input,
.hero-audit-form button {
  min-height: 52px;
}

.hero-audit-form input {
  padding-inline: 16px;
  font-size: 1rem;
}

.hero-audit-form button {
  min-width: 180px;
  border-radius: 10px;
}

.hero__secondary-action {
  margin-top: 18px;
  text-decoration: none;
}

.hero__secondary-action::after,
.methodology-panel__links a::after {
  margin-left: 7px;
  content: '→';
}

.report-proof,
.capability-scope,
.decision-section,
.trust-proof,
.home-closing {
  padding-block: clamp(72px, 8vw, 112px);
}

.section-heading--centered {
  margin-bottom: clamp(36px, 4.5vw, 58px);
}

.section-heading--centered h2,
.methodology-panel h2,
.home-closing h2 {
  color: var(--p4-text);
  letter-spacing: -.03em;
}

.section-heading--centered h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.06;
}

.section-heading--centered > p {
  color: var(--p4-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.deliverable-grid {
  overflow: hidden;
  border: 1px solid var(--p4-border);
  border-radius: 18px;
  background: var(--p4-surface);
  box-shadow: var(--p4-shadow-sm);
}

.deliverable-item {
  padding: clamp(28px, 3.2vw, 44px);
}

.deliverable-item + .deliverable-item {
  border-left-color: var(--p4-border);
}

.deliverable-item__icon,
.capability-item__icon {
  color: var(--p4-accent);
  font-family: inherit;
}

.deliverable-item__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-color: #c9dbf7;
  background: var(--p4-accent-soft);
}

.deliverable-item h3 {
  color: var(--p4-text);
}

.deliverable-item p,
.capability-item p,
.product-loop__item p {
  color: var(--p4-muted);
}

.capability-scope {
  border-block: 0;
  background: linear-gradient(180deg, rgb(232 240 252 / 70%), rgb(244 247 251 / 10%));
}

.capability-grid {
  gap: 16px;
}

.capability-item {
  min-height: 360px;
  padding: clamp(24px, 2.5vw, 34px);
  border-color: var(--p4-border);
  border-radius: 16px;
  box-shadow: var(--p4-shadow-sm);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.capability-item:hover {
  border-color: #bfd0e6;
  box-shadow: var(--p4-shadow-md);
  transform: translateY(-3px);
}

.capability-item__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  border-width: 0;
}

.capability-item h3 {
  color: var(--p4-text);
}

.capability-item ul {
  color: var(--p4-muted);
}

.capability-item li::before {
  width: 15px;
  height: 15px;
  top: .28em;
  border: 1px solid currentColor;
  background: transparent;
}

.capability-item li::after {
  position: absolute;
  top: .5em;
  left: 4px;
  width: 6px;
  height: 3px;
  border-bottom: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  content: '';
  transform: rotate(-45deg);
}

.capability-item--access { color: var(--p4-green); }
.capability-item--content { color: var(--p4-amber); }
.capability-item--structure { color: var(--p4-accent); }
.capability-item--identity { color: #6e4da3; }
.capability-item--verification { color: #147d85; }
.capability-item h3,
.capability-item p { color: var(--p4-text); }
.capability-item p { color: var(--p4-muted); }

.product-loop {
  gap: 16px;
}

.product-loop__item {
  padding: clamp(24px, 2.5vw, 34px);
  border: 1px solid var(--p4-border);
  border-top: 3px solid var(--p4-accent);
  border-radius: 14px;
  box-shadow: var(--p4-shadow-sm);
}

.product-loop__number {
  color: var(--p4-accent);
}

.methodology-panel {
  border-color: var(--p4-border);
  border-radius: 20px;
  background:
    linear-gradient(130deg, rgb(255 255 255 / 98%), rgb(238 244 253 / 95%));
  box-shadow: var(--p4-shadow-md);
}

.methodology-panel__copy > p:not(.section-kicker),
.methodology-facts dt,
.home-closing__cta > p:not(.section-kicker),
.faq-list details p {
  color: var(--p4-muted);
}

.methodology-panel__links a {
  color: var(--p4-accent-strong);
  font-weight: var(--font-weight-medium);
  text-decoration: none;
}

.methodology-facts {
  border-top-color: var(--p4-border);
}

.methodology-facts div {
  border-bottom-color: var(--p4-border);
}

.home-closing__cta {
  border-color: var(--p4-border);
  border-radius: 18px;
  box-shadow: var(--p4-shadow-md);
}

.faq-list,
.faq-list details {
  border-color: var(--p4-border);
}

.faq-list summary {
  color: var(--p4-text);
}

/* Completed report */

.has-active-report .site-header__cta {
  border-color: var(--p4-border-strong);
  background: var(--p4-surface);
  color: var(--p4-accent-strong);
  box-shadow: none;
}

.live-audit.is-reporting {
  width: min(1500px, calc(100% - clamp(24px, 4vw, 64px)));
}

.unified-report {
  gap: 20px;
}

.report-decision,
.guided-roadmap,
.unified-strengths,
.unified-supporting,
.unified-methodology {
  border-color: var(--p4-border);
  background: var(--p4-surface);
  box-shadow: var(--p4-shadow-sm);
}

.report-decision {
  gap: 22px;
  padding: clamp(24px, 3vw, 42px);
  border-radius: 18px;
}

.report-decision__heading {
  align-items: center;
}

.report-decision__heading h2 {
  color: var(--p4-text);
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.report-decision__actions {
  align-items: center;
}

.unified-report__state {
  border-width: 0;
  background: var(--p4-green-soft);
  color: var(--p4-green);
}

.unified-report__state--partial,
.unified-report__state--failed {
  background: var(--p4-neutral-soft);
  color: var(--p4-neutral);
}

.unified-report__identity {
  border-color: var(--p4-border);
}

.unified-report__identity dt {
  color: var(--p4-muted);
}

.report-decision__grid {
  grid-template-columns: minmax(290px, .72fr) minmax(480px, 1.28fr);
  gap: 24px;
}

.report-posture,
.report-capability-summary {
  border-color: var(--p4-border);
  border-radius: 16px;
}

.report-posture {
  gap: 16px;
  justify-items: center;
  padding: clamp(24px, 3vw, 38px);
  background: linear-gradient(160deg, #fbfcff, #f1f5fb);
  text-align: center;
}

.report-posture__ring {
  width: 154px;
  border: 12px solid var(--p4-amber);
  background: var(--p4-surface);
  box-shadow: inset 0 0 0 8px #f4f6f9;
}

.report-posture__ring strong {
  color: var(--p4-text);
  font-size: 3.5rem;
  line-height: .95;
}

.report-posture__ring span {
  margin-top: 6px;
  color: var(--p4-muted);
  font-size: .72rem;
  letter-spacing: .08em;
}

.report-posture[data-posture-state='strong'] .report-posture__ring { border-color: var(--p4-green); }
.report-posture[data-posture-state='needs_attention'] .report-posture__ring { border-color: var(--p4-red); }
.report-posture[data-posture-state='partial'] .report-posture__ring { border-color: var(--p4-neutral); }

.report-posture__label {
  display: grid;
  gap: 2px;
}

.report-posture__label span {
  color: var(--p4-muted);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.report-posture__label strong {
  color: var(--p4-amber);
  font-size: 1.12rem;
}

.report-posture[data-posture-state='strong'] .report-posture__label strong { color: var(--p4-green); }
.report-posture[data-posture-state='needs_attention'] .report-posture__label strong { color: var(--p4-red); }
.report-posture[data-posture-state='partial'] .report-posture__label strong { color: var(--p4-neutral); }

.report-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.report-facts > div {
  padding: 13px;
  border: 1px solid var(--p4-border);
  background: var(--p4-surface);
}

.report-facts strong {
  color: var(--p4-text);
}

.report-facts span,
.unified-report__summary,
.unified-report__no-score {
  color: var(--p4-muted);
}

.report-capability-summary {
  padding: clamp(24px, 3vw, 38px);
}

.report-capability-summary__heading h3 {
  color: var(--p4-text);
  letter-spacing: -.02em;
}

.unified-capabilities {
  border-top-color: var(--p4-border);
}

.unified-capability {
  grid-template-columns: minmax(105px, .55fr) minmax(130px, 1fr) auto;
  min-height: 64px;
  padding: 13px 8px;
  border-bottom-color: var(--p4-border);
  border-radius: 8px;
}

.unified-capability:hover {
  background: var(--p4-accent-soft);
}

.unified-capability__label {
  color: var(--p4-text);
}

.unified-capability__track {
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: var(--p4-neutral-soft);
}

.unified-capability__track i {
  width: 100%;
  height: 100%;
  opacity: .78;
}

.unified-capability small {
  grid-column: 1 / -1;
  color: var(--p4-muted);
  padding-left: 0;
}

.unified-capability--strong .unified-capability__track i { background: var(--p4-green); }
.unified-capability--strong strong { color: var(--p4-green); }
.unified-capability--opportunity .unified-capability__track i { background: var(--p4-amber); }
.unified-capability--opportunity strong { color: var(--p4-amber); }
.unified-capability--needs-attention .unified-capability__track i,
.unified-capability--critical .unified-capability__track i { background: var(--p4-red); }
.unified-capability--needs-attention strong,
.unified-capability--critical strong { color: var(--p4-red); }
.unified-capability--dependent .unified-capability__track i,
.unified-capability--unavailable .unified-capability__track i,
.unified-capability--neutral .unified-capability__track i { background: var(--p4-neutral); }

.report-first-action {
  padding: 20px 24px;
  border: 1px solid #efcf91;
  border-left: 4px solid var(--p4-amber);
  border-radius: 12px;
  background: var(--p4-amber-soft);
}

.report-first-action h3 {
  color: var(--p4-text);
  font-size: 1.15rem;
}

.report-first-action a {
  color: var(--p4-accent-strong);
}

.unified-report__nav {
  top: 88px;
  padding: 7px;
  border-color: var(--p4-border);
  border-radius: 12px;
  background: rgb(255 255 255 / 96%);
  box-shadow: var(--p4-shadow-sm);
}

.unified-report__nav a {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 8px;
}

.unified-report__nav a[aria-current='location'] {
  background: var(--p4-accent-soft);
  color: var(--p4-accent-strong);
}

.guided-roadmap {
  padding: clamp(24px, 3vw, 38px);
  border-radius: 16px;
}

.guided-roadmap__heading > span {
  background: var(--p4-amber-soft);
  color: var(--p4-amber);
}

.guided-roadmap__phase {
  border-bottom-color: var(--p4-border);
}

.guided-roadmap__phase--active { border-color: var(--p4-amber); }
.guided-roadmap__phase--complete { border-color: var(--p4-green); }
.guided-roadmap__phase--blocked,
.guided-roadmap__phase--unavailable { border-color: var(--p4-neutral); }

.canonical-findings {
  display: grid;
  gap: 18px;
  margin-block: 24px;
  padding: clamp(20px, 2.5vw, 32px);
  border: 1px solid var(--p4-border);
  border-radius: 16px;
  background: #f8fafd;
}

.canonical-findings__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--p4-border);
}

.canonical-findings__heading h3,
.canonical-findings__heading p {
  margin: 0;
}

.canonical-findings__heading h3 {
  color: var(--p4-text);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: -.02em;
}

.canonical-findings__heading > p {
  color: var(--p4-muted);
  font-size: .78rem;
}

.canonical-findings__list {
  display: grid;
  gap: 12px;
}

.finding-card {
  overflow: hidden;
  border: 1px solid var(--p4-border);
  border-left: 4px solid var(--p4-neutral);
  border-radius: 12px;
  background: var(--p4-surface);
  box-shadow: 0 4px 12px rgb(23 48 84 / 4%);
}

.finding-card--strong { border-left-color: var(--p4-green); }
.finding-card--opportunity { border-left-color: var(--p4-amber); }
.finding-card--needs_attention,
.finding-card--critical { border-left-color: var(--p4-red); }
.finding-card--dependent,
.finding-card--unavailable,
.finding-card--neutral { border-left-color: var(--p4-neutral); }

.finding-card--opportunity:has(details[open]) { background: #fffaf0; }
.finding-card--needs_attention:has(details[open]),
.finding-card--critical:has(details[open]) { background: #fff8f7; }

.finding-card details,
.finding-card summary {
  border: 0;
}

.finding-card summary {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 15px 18px;
  cursor: pointer;
  list-style: none;
}

.finding-card summary::-webkit-details-marker { display: none; }

.finding-card__marker {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--p4-neutral);
}

.finding-card--strong .finding-card__marker { background: var(--p4-green); }
.finding-card--opportunity .finding-card__marker { background: var(--p4-amber); }
.finding-card--needs_attention .finding-card__marker,
.finding-card--critical .finding-card__marker { background: var(--p4-red); }

.finding-card__title {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.finding-card__title > strong {
  color: var(--p4-text);
  font-size: .98rem;
  line-height: 1.35;
}

.finding-card__title small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.evidence-badge,
.outcome-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: var(--font-weight-bold);
}

.evidence-badge {
  border: 1px solid var(--p4-border-strong);
  background: var(--p4-neutral-soft);
  color: var(--p4-neutral);
  font-family: var(--font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.finding-card--strong .outcome-badge { background: var(--p4-green-soft); color: var(--p4-green); }
.finding-card--opportunity .outcome-badge { background: var(--p4-amber-soft); color: var(--p4-amber); }
.finding-card--needs_attention .outcome-badge,
.finding-card--critical .outcome-badge { background: var(--p4-red-soft); color: var(--p4-red); }
.finding-card--neutral .outcome-badge,
.finding-card--dependent .outcome-badge,
.finding-card--unavailable .outcome-badge { background: var(--p4-neutral-soft); color: var(--p4-neutral); }

.finding-card__count,
.finding-card__toggle {
  color: var(--p4-muted);
  font-size: .72rem;
  white-space: nowrap;
}

.finding-card__toggle::after {
  display: inline-block;
  margin-left: 6px;
  content: '⌄';
  transition: transform 140ms ease;
}

.finding-card details[open] .finding-card__toggle::after {
  transform: rotate(180deg);
}

.finding-card__body {
  display: grid;
  gap: 14px;
  padding: 0 18px 18px 44px;
  color: var(--p4-muted);
}

.finding-card__body > p {
  max-width: 78ch;
  margin: 0;
}

.finding-card__action {
  padding: 14px 16px;
  border-radius: 9px;
  background: var(--p4-amber-soft);
  color: var(--p4-text);
}

.finding-instances {
  display: grid;
  gap: 10px;
}

.finding-instance {
  padding: 14px;
  border: 1px solid var(--p4-border);
  border-radius: 9px;
  background: var(--p4-surface);
  font-size: .78rem;
}

.finding-instance > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.finding-instance p {
  margin: 8px 0 0;
}

.finding-instance code {
  overflow-wrap: anywhere;
  white-space: normal;
}

.finding-source-evidence {
  margin-top: 16px;
  border: 1px solid var(--p4-border);
  border-radius: 10px;
  background: var(--p4-surface);
}

.finding-source-evidence > summary {
  padding: 14px 16px;
  color: var(--p4-accent-strong);
  font-weight: var(--font-weight-medium);
}

.finding-source-evidence > :not(summary) {
  margin: 0;
}

.r001-report-actions {
  border-color: var(--p4-border);
  border-radius: 16px;
  background: var(--p4-surface);
  box-shadow: var(--p4-shadow-sm);
}

.r001-report-actions__links .button--secondary {
  border-color: transparent;
  background: transparent;
  color: var(--p4-accent-strong);
}

/* Responsive */

@media (max-width: 1180px) {
  .hero__copy h1 {
    font-size: clamp(3.1rem, 5.6vw, 4.6rem);
  }

  .report-decision__grid {
    grid-template-columns: minmax(260px, .8fr) minmax(390px, 1.2fr);
  }
}

@media (max-width: 900px) {
  .site-header {
    padding: 0;
  }

  .site-header__inner {
    border-width: 0 0 1px;
    border-radius: 0;
  }

  .home-product-page .hero {
    min-height: auto;
    padding-top: 64px;
  }

  .hero__copy h1 {
    max-width: 16ch;
  }

  .report-decision__grid,
  .report-first-action {
    grid-template-columns: 1fr;
  }

  .report-first-action a {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .live-audit.is-reporting {
    width: min(100% - 24px, 1500px);
  }

  .home-product-page .hero {
    padding-block: 48px 64px;
  }

  .hero__copy h1 {
    max-width: 13ch;
    font-size: clamp(2.7rem, 12.6vw, 3.65rem);
    line-height: 1.01;
  }

  .hero-audit-form {
    padding: 16px;
  }

  .report-proof,
  .capability-scope,
  .decision-section,
  .trust-proof,
  .home-closing {
    padding-block: 58px;
  }

  .deliverable-item {
    padding: 26px 22px;
  }

  .capability-item {
    min-height: 0;
  }

  .report-decision {
    padding: 18px;
  }

  .report-decision__heading,
  .report-decision__actions,
  .guided-roadmap__heading,
  .canonical-findings__heading {
    align-items: flex-start;
  }

  .report-decision__heading,
  .guided-roadmap__heading,
  .canonical-findings__heading {
    flex-direction: column;
  }

  .report-decision__actions {
    width: 100%;
    justify-content: space-between;
  }

  .report-decision__actions .button {
    min-height: 42px;
    padding-inline: 14px;
  }

  .unified-report__identity {
    grid-template-columns: 1fr;
  }

  .report-posture__ring {
    width: 136px;
  }

  .unified-capability {
    grid-template-columns: minmax(82px, .7fr) minmax(88px, 1fr) auto;
    gap: 9px;
  }

  .guided-roadmap__phases {
    grid-template-columns: 1fr;
  }

  .finding-card summary {
    grid-template-columns: 10px minmax(0, 1fr) auto;
    padding: 14px;
  }

  .finding-card__count {
    grid-column: 2;
  }

  .finding-card__toggle {
    grid-row: 1 / span 2;
    grid-column: 3;
  }

  .finding-card__body {
    padding: 0 14px 16px 36px;
  }

  .finding-instance > div {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .capability-item,
  .finding-card__toggle::after,
  .site-header__cta,
  .button,
  button {
    transition: none;
  }
}

@media print {
  .site-header,
  .site-footer,
  .unified-report__nav,
  .report-decision__actions,
  .r001-report-actions,
  .back-to-summary {
    display: none !important;
  }

  body,
  .live-audit.is-reporting {
    width: auto;
    background: #fff;
  }

  .report-decision,
  .guided-roadmap,
  .canonical-findings,
  .finding-card,
  [data-report-detail] {
    break-inside: avoid;
    box-shadow: none;
  }

  .report-decision__grid {
    grid-template-columns: 1fr 1.5fr;
  }
}
