:root {
  --ink: #0a1626;
  --navy: #071a30;
  --navy-2: #102b49;
  --paper: #f5f1e9;
  --paper-2: #ebe4d7;
  --white: #fffdf8;
  --muted: #5c6874;
  --line: rgba(10, 22, 38, 0.16);
  --gold: #dba85d;
  --gold-2: #f0c780;
  --cyan: #8ed9e5;
  --coral: #ee8f6f;
  --green: #357463;
  --surface: #fffaf1;
  --surface-soft: rgba(255, 253, 248, .82);
  --halo: rgba(219, 168, 93, .21);
  --shadow: 0 20px 70px rgba(7, 26, 48, 0.14);
  --radius: 22px;
  --max: 1180px;
  --serif: Iowan Old Style, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 4%, var(--halo), transparent 25rem),
    var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body[data-site="labs"], body[data-site="kevin"] {
  --paper: #061728;
  --paper-2: #0d243d;
  --white: #fbf6ec;
  --ink: #f8f3ea;
  --muted: #b8c4ce;
  --line: rgba(255,255,255,0.14);
  --surface: #0b223a;
  --surface-soft: rgba(255,255,255,.045);
  --halo: rgba(219, 168, 93, .16);
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold-2); color: var(--navy); }

.skip-link {
  position: fixed; z-index: 1000; left: 1rem; top: -6rem;
  padding: .8rem 1rem; background: var(--white); color: var(--navy); border-radius: 8px;
}
.skip-link:focus { top: 1rem; }
.reading-progress {
  position: fixed; z-index: 100; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--gold) var(--reading-progress, 0%), transparent 0);
  pointer-events: none;
}
.shell { width: min(calc(100% - 2.2rem), var(--max)); margin: 0 auto; }
.ecosystem-rail {
  position: relative; z-index: 95; min-height: 34px; display: flex; align-items: center;
  color: #eef3f7; background: var(--navy); border-bottom: 1px solid rgba(219,168,93,.34);
}
.ecosystem-rail::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 28%; max-width: 360px;
  background: linear-gradient(90deg, rgba(219,168,93,.18), transparent); pointer-events: none;
}
.ecosystem-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ecosystem-label { display: inline-flex; align-items: center; gap: .55rem; color: #c9d3dc; font-size: .67rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.ecosystem-label > span { width: 19px; height: 1px; background: var(--gold); box-shadow: 5px 0 0 rgba(219,168,93,.4); }
.ecosystem-links { display: flex; align-items: center; gap: .2rem; }
.ecosystem-links a { color: #c9d3dc; text-decoration: none; padding: .25rem .55rem; border-radius: 999px; font-size: .72rem; }
.ecosystem-links a:hover, .ecosystem-links a[aria-current="page"] { color: var(--gold-2); background: rgba(255,255,255,.065); }
.site-header {
  position: sticky; top: 0; z-index: 90;
  backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--paper) 87%, transparent);
  border-bottom: 1px solid var(--line);
}
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
.brand-mark {
  position: relative; width: 42px; aspect-ratio: 1; display: grid; place-items: center;
  border: 1px solid color-mix(in srgb, var(--gold) 58%, var(--line)); border-radius: 50%;
  background: var(--navy); color: var(--gold-2); font-family: var(--serif); box-shadow: inset 0 0 0 4px rgba(219,168,93,.07);
}
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border: 1px solid rgba(219,168,93,.5); border-radius: 50%; }
.brand-mark::before { width: 6px; height: 6px; right: -2px; top: 4px; background: var(--gold); }
.brand-mark::after { width: 48px; height: 22px; transform: rotate(-28deg); border-color: transparent rgba(219,168,93,.42); }
.brand-mark > span { position: relative; z-index: 1; }
.brand-lockup { display: grid; gap: .08rem; }
.brand-lockup strong { font-size: .98rem; line-height: 1.1; }
.brand-lockup small { color: var(--muted); font-size: .58rem; font-weight: 720; letter-spacing: .12em; line-height: 1.15; text-transform: uppercase; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: .25rem; }
.site-nav a { text-decoration: none; padding: .65rem .72rem; border-radius: 9px; font-size: .91rem; color: var(--muted); }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: color-mix(in srgb, var(--gold) 14%, transparent); color: var(--ink); }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: transparent; color: inherit; border-radius: 9px; padding: .6rem .8rem; }
.header-cta { border: 1px solid var(--gold) !important; color: var(--ink) !important; }

main { overflow: hidden; }
.hero { position: relative; padding: clamp(4.5rem, 9vw, 8rem) 0 5rem; }
.hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--gold) 22%, transparent), transparent 67%);
  top: -220px; right: -180px; pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.hero-grid-single { grid-template-columns: minmax(0, 980px); }
.hero-grid::after {
  content: ""; position: absolute; left: max(1.1rem, calc((100vw - var(--max)) / 2)); bottom: 1.5rem;
  width: min(22vw, 260px); height: 2px; background: linear-gradient(90deg, var(--gold), transparent);
}
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-weight: 760; letter-spacing: .16em; text-transform: uppercase; font-size: .74rem; }
h1, h2, h3 { margin: 0; line-height: 1.05; text-wrap: balance; }
h1 { font-family: var(--serif); font-size: clamp(3.25rem, 7vw, 7.1rem); font-weight: 500; letter-spacing: -.045em; }
h2 { font-family: var(--serif); font-size: clamp(2.25rem, 4.7vw, 4.6rem); font-weight: 500; letter-spacing: -.035em; }
h3 { font-size: clamp(1.1rem, 2vw, 1.45rem); letter-spacing: -.018em; }
.lede { max-width: 760px; margin: 1.5rem 0 0; font-size: clamp(1.1rem, 2vw, 1.42rem); color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 48px; padding: .78rem 1.1rem; text-decoration: none; border-radius: 999px;
  border: 1px solid var(--line); font-weight: 720; transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.button-secondary { background: color-mix(in srgb, var(--white) 6%, transparent); }
.hero-portrait { position: relative; max-width: 430px; margin-left: auto; }
.hero-portrait::before { content: ""; position: absolute; inset: -14px 18px 18px -14px; border: 1px solid color-mix(in srgb, var(--gold) 62%, transparent); border-radius: 46% 46% 22px 22px; pointer-events: none; }
.hero-portrait img { position: relative; display: block; width: 100%; aspect-ratio: .82; object-fit: cover; object-position: center 22%; border-radius: 46% 46% 22px 22px; box-shadow: var(--shadow); filter: saturate(.86) contrast(1.04); }
.portrait-note { position: absolute; right: -1rem; bottom: 1.2rem; max-width: 230px; padding: 1rem; border-radius: 16px; background: var(--white); color: var(--navy); box-shadow: var(--shadow); font-size: .84rem; line-height: 1.45; }
.lab-visual { position: relative; border: 1px solid color-mix(in srgb, var(--gold) 32%, var(--line)); border-radius: 28px; padding: 10px; background: color-mix(in srgb, var(--white) 5%, transparent); box-shadow: var(--shadow); }
.lab-visual::before { content: "CONTEXT → SYSTEM → OUTCOME"; position: absolute; z-index: 2; left: 24px; top: 22px; color: var(--gold-2); font-size: .58rem; font-weight: 780; letter-spacing: .12em; }
.lab-visual img { display: block; border-radius: 19px; aspect-ratio: 1.45; object-fit: cover; }
.signal-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.signal-row span { border: 1px solid var(--line); border-radius: 999px; padding: .4rem .65rem; color: var(--muted); font-size: .82rem; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .45fr 1fr; gap: 2rem; align-items: end; margin-bottom: 2.7rem; }
.section-head p { margin: 0; color: var(--muted); max-width: 660px; }
.kicker { color: var(--gold); font-weight: 760; letter-spacing: .13em; text-transform: uppercase; font-size: .72rem; }
.grid { display: grid; gap: 1rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card {
  position: relative; overflow: hidden; padding: clamp(1.25rem, 2.5vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--surface-soft); box-shadow: 0 10px 30px rgba(7, 26, 48, .05);
}
.card::before { content: ""; position: absolute; left: 0; top: 0; width: 74px; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); }
body[data-site="labs"] .card { background: var(--surface-soft); }
.card p { color: var(--muted); margin: .8rem 0 0; }
.card a.stretched::after { content: ""; position: absolute; inset: 0; }
.index-number { font-family: var(--serif); color: var(--gold); font-size: 2rem; display: block; margin-bottom: 1rem; }
.framework-card { min-height: 280px; display: flex; flex-direction: column; }
.framework-card .card-link { margin-top: auto; padding-top: 1.5rem; font-weight: 740; text-decoration: none; color: var(--gold); }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.proof-strip > div { background: var(--paper); padding: 1.35rem; }
.proof-strip strong { display: block; font-size: 1rem; }
.proof-strip span { display: block; color: var(--muted); font-size: .85rem; margin-top: .3rem; }

.book-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.3rem, 4vw, 3rem); }
.book { display: grid; grid-template-columns: 180px 1fr; gap: 1.4rem; align-items: center; }
.book-cover { width: 100%; aspect-ratio: .66; object-fit: cover; border: 1px solid color-mix(in srgb, var(--gold) 46%, transparent); border-radius: 5px 11px 11px 5px; box-shadow: 12px 18px 30px rgba(0,0,0,.2); }
.book h3 { font-family: var(--serif); font-size: 1.8rem; }
.book p { color: var(--muted); }
.book-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.text-link { display: inline-flex; gap: .35rem; color: var(--gold); font-weight: 760; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.sticky-aside { position: sticky; top: 110px; }
.prose { font-size: 1.08rem; }
.prose > :first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); }
.prose h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin: 3.5rem 0 1rem; }
.prose h3 { margin: 2.4rem 0 .7rem; }
.prose blockquote { margin: 2rem 0; padding: 1.5rem 1.6rem; border-left: 3px solid var(--gold); background: color-mix(in srgb, var(--gold) 8%, transparent); font-family: var(--serif); font-size: 1.5rem; }
.prose a { color: var(--gold); }
.boundary { border: 1px solid var(--gold); border-radius: var(--radius); padding: 1.4rem; background: color-mix(in srgb, var(--gold) 8%, transparent); }
.boundary strong { display: block; margin-bottom: .5rem; }
.flow { display: grid; gap: .7rem; counter-reset: flow; }
.flow-step { position: relative; padding: 1.15rem 1.2rem 1.15rem 4rem; border: 1px solid var(--line); border-radius: 15px; }
.flow-step::before { counter-increment: flow; content: counter(flow); position: absolute; left: 1rem; top: 1rem; width: 2rem; height: 2rem; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--navy); font-weight: 800; }
.tool-card small { display: block; color: var(--gold); margin-bottom: .7rem; text-transform: uppercase; letter-spacing: .09em; }
.article-list article { border-top: 1px solid var(--line); padding: 2rem 0; display: grid; grid-template-columns: 150px 1fr auto; gap: 1.5rem; align-items: start; }
.article-list article:first-child { border-top: 0; }
.article-list time { color: var(--muted); font-size: .86rem; }
.article-list p { color: var(--muted); margin: .6rem 0 0; }
.article-list a { color: var(--gold); font-weight: 760; }

.cta-panel { position: relative; overflow: hidden; padding: clamp(2rem, 6vw, 4.5rem); border: 1px solid rgba(219,168,93,.28); border-radius: 30px; background: linear-gradient(135deg, #102f4c, #071a30); color: var(--white); box-shadow: var(--shadow); }
.cta-panel::after { content: ""; position: absolute; width: 340px; height: 340px; right: -130px; top: -170px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.03), 0 0 0 110px rgba(255,255,255,.02); }
.cta-panel p { color: #c8d2dc; max-width: 680px; }
.cta-panel .button { position: relative; z-index: 1; }

.map-form { display: grid; gap: 1rem; }
.map-form label { display: grid; gap: .4rem; font-weight: 720; }
.map-form small { color: var(--muted); font-weight: 400; }
.map-form input, .map-form textarea, .map-form select { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: .85rem 1rem; color: var(--ink); background: rgba(255,255,255,.055); }
.map-form input::placeholder, .map-form textarea::placeholder { color: color-mix(in srgb, var(--muted) 78%, transparent); }
.map-form textarea { min-height: 120px; resize: vertical; }
.map-actions { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; }
.map-actions button { cursor: pointer; }
.map-status { color: var(--muted); font-size: .84rem; }

.tool-instructions h2 { margin: .5rem 0 1rem; }
.tool-instructions > p { color: var(--muted); }
.instruction-list { display: grid; gap: .65rem; padding-left: 1.25rem; color: var(--muted); }
.privacy-seal { display: grid; gap: .25rem; margin-top: 1rem; padding: 1rem 1.1rem; border: 1px solid rgba(142,217,229,.42); border-radius: 15px; background: rgba(142,217,229,.07); }
.privacy-seal strong { color: var(--cyan); }
.privacy-seal span { color: var(--muted); font-size: .86rem; }
.artifact-form { gap: 1.2rem; }
.artifact-form fieldset { margin: .7rem 0; padding: 1.15rem; border: 1px solid var(--line); border-radius: 18px; }
.artifact-form legend { padding: 0 .5rem; color: var(--gold-2); font-family: var(--serif); font-size: 1.65rem; }
.artifact-form fieldset > p { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
.scale-field { grid-template-columns: minmax(0, 1fr) minmax(190px, .46fr); align-items: center; gap: 1rem !important; padding: .8rem 0; border-top: 1px solid var(--line); font-weight: 500 !important; }
.scale-field:first-of-type { border-top: 0; }
.scale-field span { color: var(--muted); line-height: 1.45; }
.scale-field strong { color: var(--gold); }
.scale-field select { min-width: 0; }

.output-section { background: rgba(255,255,255,.025); }
.output-sheet { position: relative; overflow: hidden; padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid rgba(219,168,93,.58); border-radius: 28px; background: #fffaf1; color: #071a30; box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.output-sheet::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, #dba85d, #8ed9e5 55%, #dba85d); }
.output-header { display: flex; justify-content: space-between; gap: 2rem; align-items: start; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(7,26,48,.16); }
.output-header h2 { margin-top: .35rem; font-size: clamp(2.2rem, 5vw, 4rem); }
.output-mark { flex: 0 0 auto; width: 68px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #dba85d; border-radius: 50%; color: #071a30; font-family: var(--serif); font-size: 1.2rem; font-weight: 800; }
.output-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 1.5rem 0; background: rgba(7,26,48,.15); border: 1px solid rgba(7,26,48,.15); border-radius: 14px; overflow: hidden; }
.output-meta > div { display: grid; align-content: start; gap: .3rem; min-height: 92px; padding: 1rem; background: #fffaf1; }
.output-meta strong { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: #5c6874; }
.output-meta span { white-space: pre-wrap; }
.score-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.5rem 0; }
.score-grid > div { display: grid; gap: .15rem; padding: 1.15rem; border-radius: 15px; background: #071a30; color: #fffaf1; }
.score-grid span { color: #f0c780; font-weight: 760; }
.score-grid strong { font-family: var(--serif); font-size: 2.6rem; line-height: 1; }
.score-grid small { color: #b8c4ce; }
.output-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.output-grid section, .output-feature { padding: 1.2rem; border: 1px solid rgba(7,26,48,.14); border-radius: 16px; background: rgba(7,26,48,.025); }
.output-grid h3, .output-feature h3 { color: #071a30; }
.output-grid p, .output-feature p { color: #26394a; white-space: pre-wrap; }
.output-feature { margin: .9rem 0; border-left: 4px solid #dba85d; }
.output-feature small { color: #5c6874; white-space: pre-wrap; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin: 1.5rem 0; }
.roadmap-grid section { padding: 1.1rem; border: 1px solid rgba(7,26,48,.14); border-radius: 16px; }
.roadmap-grid span { color: #9b6d28; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.roadmap-grid h3 { margin-top: .3rem; color: #071a30; }
.roadmap-grid p { color: #26394a; white-space: pre-wrap; }
.output-disclaimer { margin-top: 1.4rem; padding-top: 1rem; border-top: 1px solid rgba(7,26,48,.16); color: #5c6874; font-size: .76rem; }

.site-footer { padding: 3rem 0; border-top: 1px solid rgba(219,168,93,.26); color: #f8f3ea; background: var(--navy); }
.site-footer .brand-lockup small, .site-footer p, .site-footer .footer-links a, .site-footer .footer-bottom { color: #aebdca; }
.site-footer .brand-mark { background: #102b49; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.footer-grid p { color: var(--muted); max-width: 530px; }
.footer-links { display: grid; align-content: start; gap: .45rem; }
.footer-links strong { margin-bottom: .4rem; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal][data-visible="true"] { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .grid-5 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-3 { grid-template-columns: 1fr; }
  .book { grid-template-columns: 130px 1fr; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .article-list article { grid-template-columns: 120px 1fr; }
  .article-list article > :last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .ecosystem-label { display: none; }
  .ecosystem-inner { justify-content: center; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; inset: 74px 0 auto 0; display: none; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav[data-open="true"] { display: grid; }
  .site-nav a { padding: .9rem; }
  .hero-grid, .section-head, .split, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 3.5rem; }
  h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .hero-portrait { margin: 0; max-width: 360px; }
  .portrait-note { right: -.5rem; }
  .grid-2, .book-grid { grid-template-columns: 1fr; }
  .sticky-aside { position: static; }
  .article-list article { grid-template-columns: 1fr; gap: .5rem; }
  .article-list article > :last-child { grid-column: 1; }
  .footer-bottom { flex-direction: column; }
  .scale-field { grid-template-columns: 1fr; }
  .output-meta, .score-grid, .roadmap-grid, .output-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .shell { width: min(calc(100% - 1.3rem), var(--max)); }
  .book { grid-template-columns: 1fr; }
  .book-cover { width: 150px; }
  .proof-strip, .grid-5 { grid-template-columns: 1fr; }
  .portrait-note { position: static; margin: -1.5rem 1rem 0; }
  .ecosystem-links a { font-size: .67rem; padding-inline: .42rem; }
  .brand-lockup small { display: none; }
}

@media print {
  @page { size: letter; margin: .45in; }
  .ecosystem-rail, .site-header, .site-footer, .hero-actions, .map-actions, .reading-progress { display: none !important; }
  body, body[data-site="labs"], body[data-site="kevin"] { background: white; color: #111; }
  .hero { padding: 1rem 0; }
  .section { padding: 1rem 0; }
  .map-form input, .map-form textarea, .map-form select { color: #111; background: white; border-color: #999; }
  body:has([data-output-sheet]) .hero, body:has([data-output-sheet]) .tool-builder, body:has([data-output-sheet]) .output-section .section-head { display: none !important; }
  body:has([data-output-sheet]) main { overflow: visible; }
  body:has([data-output-sheet]) .output-section { padding: 0; border: 0; background: white; }
  body:has([data-output-sheet]) .output-section .shell { width: 100%; }
  .output-sheet { padding: .3in; border: 1px solid #999; border-radius: 0; box-shadow: none; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .output-header h2 { font-size: 28pt; }
  .score-grid strong { font-size: 24pt; }
  .output-grid section, .output-feature, .roadmap-grid section, .output-meta > div { break-inside: avoid; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
