:root { --ink: #142c31; --muted: #50666b; --line: #d4e0de; --teal: #096458; --paper: #f6f8f4; --white: #fff; --gold: #886017; --violet: #636590; }
* { box-sizing: border-box; }
html { background: #e9efec; }
body { margin: 0; color: var(--ink); background: #e9efec; font: 15px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--teal); overflow-wrap: anywhere; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid #b87519; outline-offset: 4px; }
.report { background: #fff; max-width: 1120px; margin: 28px auto; min-height: 100vh; padding: 46px 58px 60px; }
.report * { min-width: 0; }
.report-header { align-items: end; border-bottom: 1px solid var(--line); display: grid; gap: 42px; grid-template-columns: minmax(0, 1.35fr) minmax(190px, .65fr); padding-bottom: 32px; }
.eyebrow, .card-kicker { color: var(--teal); font-size: .68rem; font-weight: 850; letter-spacing: .14em; margin: 0 0 13px; text-transform: uppercase; }
h1, h2, h3, h4 { letter-spacing: -.04em; line-height: 1.12; }
h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); margin: 0 0 20px; }
h1 span { color: var(--teal); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0; }
h3 { font-size: 1.35rem; margin: 0 0 8px; }
h4 { font-size: .78rem; letter-spacing: .04em; margin: 18px 0 4px; text-transform: uppercase; }
p { margin: 0 0 12px; max-width: 75ch; overflow-wrap: anywhere; }
.report-intro { color: var(--muted); font-size: 1.12rem; max-width: 560px; }
.report-meta { border-left: 1px solid var(--line); color: var(--muted); font-size: .76rem; padding-left: 22px; }
.report-meta p { margin: 0 0 13px; }
.report-meta p:last-child { margin-bottom: 0; }
.report-meta strong { color: var(--ink); font-size: .65rem; letter-spacing: .1em; }
.template-note, .notice { background: #fff4d9; border: 1px solid #ead6a5; border-radius: 12px; color: #654b1a; font-size: .8rem; padding: 13px 16px; }
.template-note { margin: 20px 0 0; }
.notice { margin: 20px 0 0; }
.report section { margin-top: 40px; }
.section-heading { margin-bottom: 20px; }
.section-heading .eyebrow { margin-bottom: 10px; }
.split-heading { align-items: end; display: flex; gap: 28px; justify-content: space-between; }
.section-note { color: var(--muted); font-size: .78rem; margin: 0 0 3px; max-width: 30ch; text-align: right; }
.recommendation-grid { display: grid; gap: 18px; grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); }
.recommendation-card { background: var(--ink); border-radius: 20px; color: #fff; padding: 28px; }
.recommendation-card .card-kicker, .recommendation-card p { color: #d5e6e2; }
.recommendation-card .card-kicker { color: #b7eacb; }
.recommendation-card h3 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 14px; }
.recommendation-card .check-first { border-top: 1px solid #577376; font-size: .84rem; margin: 24px 0 0; padding-top: 17px; }
.recommendation-card .check-first strong { color: #fff; }
.brief-card { background: #e8efeb; border-radius: 20px; padding: 25px; }
.brief-card .card-kicker { color: var(--teal); }
.brief-card dl { border-top: 1px solid #c8d8d3; display: grid; gap: 11px; margin: 20px 0 0; padding-top: 15px; }
.brief-card dt, .brief-card dd { font-size: .78rem; }
.brief-card dt { color: var(--muted); font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.brief-card dd { margin: 1px 0 0; }
.creator-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.creator-card { background: var(--white); border: 1px solid var(--line); border-radius: 17px; border-top: 5px solid var(--teal); display: flex; flex-direction: column; padding: 21px; }
.creator-card.narrative { border-top-color: var(--gold); }
.creator-card.focused { border-top-color: var(--violet); }
.creator-top { align-items: center; display: flex; gap: 10px; justify-content: space-between; }
.monogram { align-items: center; background: #edf3ef; border-radius: 50%; display: inline-flex; flex: 0 0 40px; font-size: .76rem; font-weight: 850; height: 40px; justify-content: center; width: 40px; }
.role-tag { color: var(--muted); font-size: .68rem; font-weight: 750; text-align: right; }
.creator-card h3 { font-size: 1.45rem; margin-top: 20px; }
.creator-role { font-size: .88rem; margin: 0; }
.creator-card dl { font-size: .8rem; margin: 21px 0 0; }
.creator-card dt { color: var(--muted); font-size: .62rem; font-weight: 850; letter-spacing: .1em; margin-bottom: 4px; text-transform: uppercase; }
.creator-card dd { margin: 0 0 14px; }
.creator-card dd:last-child { margin-bottom: 0; }
.decision-map { background: #e9f0e9; border: 1px solid var(--line); border-radius: 20px; padding: 27px; }
.decision-map h2 { max-width: 660px; }
.paths { display: grid; gap: 8px; list-style: none; margin: 22px 0 15px; padding: 0; }
.paths li { align-items: center; background: #fff; border-radius: 10px; display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr) 25px minmax(0, 1fr); padding: 13px 15px; font-size: .84rem; }
.paths .arrow { color: var(--teal); font-size: 1.25rem; text-align: center; }
.paths strong { font-size: .82rem; }
.caption { color: var(--muted); font-size: .75rem; margin: 0; }
.page-break { break-before: page; page-break-before: always; }
.table-wrap { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow-x: auto; }
table { border-collapse: collapse; font-size: .8rem; table-layout: fixed; width: 100%; }
caption { color: var(--muted); font-size: .72rem; padding: 13px 15px; text-align: left; }
th, td { border-top: 1px solid var(--line); overflow-wrap: anywhere; padding: 13px 12px; text-align: left; vertical-align: top; }
thead { background: #e8eeeb; }
thead th { font-size: .72rem; letter-spacing: .04em; }
thead th:first-child, tbody th { width: 25%; }
tbody th { font-weight: 700; }
.questions { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); margin-top: 30px; padding: 25px 0; }
.questions h2 { font-size: 1.5rem; }
.questions ol { font-size: .85rem; margin: 0; padding-left: 21px; }
.questions li + li { margin-top: 8px; }
.appendix .section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(170px, .4fr); }
.appendix .section-heading .eyebrow, .appendix .section-heading h2 { grid-column: 1; }
.appendix .section-heading .section-note { grid-column: 2; grid-row: 1 / span 2; }
.source-list { display: grid; gap: 0; margin-top: 24px; }
.source-entry { border-top: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: minmax(145px, .35fr) minmax(0, 1fr); padding: 22px 0; }
.source-title { align-content: start; display: grid; grid-template-columns: 40px 1fr; gap: 0 12px; }
.source-title .monogram { grid-row: span 2; }
.source-title h3 { font-size: 1.12rem; margin: 1px 0 3px; }
.source-title p { color: var(--muted); font-size: .72rem; grid-column: 2; margin: 0; }
.source-body { font-size: .8rem; }
.source-body p:last-child { margin-bottom: 0; }
.limitations { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; margin-top: 20px; padding: 19px 21px; }
.limitations .eyebrow { margin-bottom: 10px; }
.limitations ul { font-size: .78rem; margin: 0; padding-left: 19px; }
.limitations li + li { margin-top: 7px; }
.report-footer { border-top: 1px solid var(--line); color: var(--muted); display: flex; flex-wrap: wrap; font-size: .72rem; gap: 16px; justify-content: space-between; margin-top: 45px; padding-top: 20px; }
.report-footer strong { color: var(--ink); }
@media (max-width: 760px) {
  body { background: #fff; }
  .report { margin: 0; padding: 30px 20px 45px; }
  .report-header, .recommendation-grid, .creator-grid, .questions { grid-template-columns: 1fr; }
  .report-header { align-items: start; gap: 22px; }
  .report-meta { border-left: 0; border-top: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); padding: 16px 0 0; }
  .report-meta p { margin: 0; }
  .split-heading { align-items: start; display: block; }
  .section-note { margin-top: 10px; max-width: none; text-align: left; }
  .recommendation-card, .brief-card, .decision-map { padding: 22px; }
  .paths li { align-items: start; gap: 4px; grid-template-columns: 1fr; }
  .paths .arrow { display: none; }
  .paths strong::before { color: var(--teal); content: "↳ "; }
  .appendix .section-heading { display: block; }
  .source-entry { grid-template-columns: 1fr; gap: 14px; }
  .report-footer { display: block; }
  .report-footer span { display: block; margin-top: 7px; }
}
@media print {
  @page { margin: 14mm; size: A4; }
  html, body { background: #fff; }
  body { font-size: 9.5pt; }
  .report { margin: 0; max-width: none; min-height: 0; padding: 0; }
  .report-header { gap: 14px; grid-template-columns: minmax(0, 1.35fr) minmax(160px, .65fr); padding-bottom: 14px; }
  h1 { font-size: 26pt; margin-bottom: 8px; }
  h2 { font-size: 18pt; }
  h3 { font-size: 13pt; }
  .report-intro { font-size: 9pt; }
  .report-meta { font-size: 7pt; padding-left: 12px; }
  .report-meta p { margin-bottom: 7px; }
  .template-note { font-size: 7.5pt; margin-top: 9px; padding: 7px 9px; }
  .report section { margin-top: 16px; }
  .section-heading { margin-bottom: 12px; }
  .recommendation-grid { gap: 8px; grid-template-columns: minmax(0, 1.2fr) minmax(180px, .8fr); }
  .recommendation-card, .brief-card { border-radius: 11px; padding: 13px; }
  .recommendation-card h3 { font-size: 17pt; }
  .recommendation-card .check-first { margin-top: 10px; padding-top: 8px; }
  .brief-card dl { gap: 5px; margin-top: 8px; padding-top: 8px; }
  .creator-grid { gap: 6px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .creator-card { border-radius: 10px; padding: 10px; }
  .creator-card h3 { font-size: 11.5pt; margin-top: 9px; }
  .creator-card dl { font-size: 7.5pt; margin-top: 8px; }
  .creator-card dd { margin-bottom: 6px; }
  .monogram { flex-basis: 29px; height: 29px; width: 29px; }
  .role-tag { font-size: 7pt; }
  .decision-map { border-radius: 11px; padding: 13px; }
  .paths { gap: 4px; margin: 8px 0 6px; }
  .paths li { grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr); padding: 6px 8px; }
  .paths .arrow { display: block; }
  .table-wrap { overflow: visible; }
  table { font-size: 8pt; }
  th, td { padding: 8px; }
  .questions { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); margin-top: 18px; padding: 15px 0; }
  .questions ol { font-size: 8.5pt; }
  .appendix .section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(170px, .4fr); }
  .appendix .section-heading .eyebrow, .appendix .section-heading h2 { grid-column: 1; }
  .appendix .section-heading .section-note { grid-column: 2; grid-row: 1 / span 2; }
  .source-list { margin-top: 15px; }
  .source-entry { gap: 14px; padding: 13px 0; }
  .source-body { font-size: 8.5pt; }
  .source-body h4 { font-size: 7pt; margin: 8px 0 2px; }
  .notice { margin-top: 12px; padding: 8px 10px; }
  .limitations { margin-top: 12px; padding: 11px 13px; }
  .limitations ul { font-size: 8pt; }
  .report-footer { margin-top: 22px; padding-top: 10px; }
  .report-footer { display: none; }
  a { color: inherit; text-decoration: none; }
  section, .recommendation-card, .brief-card, .creator-card, .decision-map, .source-entry, .limitations { break-inside: avoid; }
  .page-break { break-before: page; page-break-before: always; }
}

/* Keep metadata readable when the print viewport also matches the mobile breakpoint. */
@media print {
  .report-meta { display: grid; grid-template-columns: 1fr; gap: 9px; border-top: 0; }
  .paths strong::before { content: none; }
}
