:root {
  --forest-950: #03120c;
  --forest-900: #061b12;
  --forest-800: #0c2c1e;
  --forest-700: #18422d;
  --cream: #f5efdb;
  --cream-hi: #fffaf0;
  --mineral: #e2dbc1;
  --ink: #09271b;
  --ink-soft: #385346;
  --gold: #c78f36;
  --gold-hi: #e6bd72;
  --line: rgba(9, 39, 27, .2);
  --display: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --wide: 1280px;
  --shadow: 0 32px 96px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--forest-950);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: radial-gradient(circle at 78% 15%, #153c29 0, transparent 26%), var(--forest-950);
  color: var(--cream);
  font: 16px/1.55 var(--sans);
}

body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { touch-action: manipulation; }
.action-reset { appearance: none; border: 0; color: inherit; cursor: pointer; }
.mobile-label { display: none; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.035em;
  text-wrap: balance;
}
p { margin: 0; }
.wrap { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.wrap-wide { width: min(var(--wide), calc(100% - 48px)); margin-inline: auto; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 99;
  padding: 12px 16px;
  background: var(--cream-hi);
  color: var(--ink);
  font-weight: 700;
}
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold-hi); outline-offset: 4px; }

/* Approved short canopy threshold and shared navigation. */
.canopy-threshold {
  position: relative;
  height: 168px;
  isolation: isolate;
  overflow: hidden;
  background: var(--forest-900);
}
.threshold-art {
  position: absolute;
  inset: -180px 0 -210px;
  background: url('/assets/insights/canopy-landscape.webp') center 39% / cover no-repeat;
  filter: saturate(.78) contrast(1.08);
}
.threshold-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,17,11,.9), rgba(2,17,11,.43) 58%, rgba(2,17,11,.6)), linear-gradient(0deg, rgba(3,18,12,.88), transparent 76%);
}
.site-header {
  position: relative;
  z-index: 2;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,250,240,.26);
}
.brand { font-weight: 800; }
.site-header .brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-header nav { display: flex; gap: 34px; }
.site-header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255,250,240,.78);
  font-size: 14px;
}
.site-header nav a:hover { color: var(--cream-hi); }
.site-header nav a[aria-current='page'] { color: var(--gold-hi); font-weight: 800; }
.quiet-action {
  justify-self: end;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  border: 1px solid rgba(255,250,240,.35);
  border-radius: 999px;
  background: rgba(4,26,17,.38);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
}
/* Hub promise → topics → feature → recent notes → collaboration. */
.hub-shell {
  position: relative;
  z-index: 2;
  width: min(var(--wide), calc(100% - 48px));
  margin: -80px auto 72px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.hub-intro {
  min-height: 320px;
  padding: 42px 70px 68px;
  background: radial-gradient(circle at 86% 9%, rgba(255,255,255,.78), transparent 21%), linear-gradient(112deg, var(--cream) 58%, var(--mineral) 100%);
}
.hub-intro h1 {
  max-width: 900px;
  font-size: clamp(56px, 5.7vw, 82px);
  line-height: .94;
  letter-spacing: -.055em;
}
.hub-intro p {
  max-width: 790px;
  margin-top: 25px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.45;
}
.discovery-tools {
  padding: 16px 70px;
  border-block: 1px solid var(--line);
  background: rgba(226,219,193,.62);
}
.topic-links { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-links span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(9,39,27,.26);
  font-size: 13px;
  font-weight: 800;
}
.topic-links .selected {
  border-color: var(--forest-800);
  background: var(--forest-800);
  color: var(--cream-hi);
}
.hub-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, .7fr);
  margin: 38px 70px 52px;
  border: 1px solid rgba(9,39,27,.34);
  background: var(--cream-hi);
}
.hub-feature-copy { padding: 37px 46px; }
.hub-feature h2 {
  max-width: 820px;
  font-size: clamp(40px, 3.8vw, 54px);
  line-height: 1.01;
}
.hub-feature-copy > p:not(.guide-meta) {
  max-width: 720px;
  margin-top: 17px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.6;
}
.hub-feature-copy .draft-status {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
}
.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 13px;
  margin: 0 0 10px;
  color: #4b6356;
  font-size: 13px;
  font-weight: 800;
}
.guide-meta span + span::before { content: '·'; margin-right: 13px; color: var(--gold); }
.route-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 28px;
  border-left: 1px solid var(--line);
  background: linear-gradient(145deg, #d8d4b5, #ece5ce);
  color: var(--ink-soft);
  font-family: var(--display);
}
.route-panel svg { width: 100%; height: 120px; }
.route-panel path { fill: none; stroke-width: 2; }
.route-panel .route-soft { stroke: rgba(9,39,27,.27); }
.route-panel .route-main { stroke: var(--gold); }
.route-panel circle { fill: var(--cream-hi); stroke: var(--gold); stroke-width: 2; }
.route-checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  color: var(--ink);
  font: 700 10px/1.25 var(--sans);
}
.route-checks span { padding-top: 7px; border-top: 1px solid rgba(9,39,27,.24); }
.route-panel > strong { align-self: flex-end; color: var(--ink); }
.recent-section {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 52px;
  padding: 56px 70px 70px;
  background: linear-gradient(180deg, var(--mineral), #ebe4cf);
}
.recent-heading h2 { font-size: 43px; line-height: 1.02; }
.recent-heading p { max-width: 220px; margin-top: 18px; color: var(--ink-soft); }
.recent-list article { padding: 22px 0 28px; border-top: 1px solid rgba(9,39,27,.35); }
.recent-list article:first-child { padding-top: 16px; }
.recent-list h3 { font-size: 30px; line-height: 1.12; }
.recent-list article > p:last-child { max-width: 760px; margin-top: 9px; color: var(--ink-soft); }
.hub-collaboration {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(270px, .8fr);
  gap: 64px;
  align-items: start;
  padding: 58px 64px 64px;
  background: var(--forest-800);
  color: var(--cream-hi);
}
.hub-collaboration h2 { font-size: 48px; line-height: 1; }
.hub-collaboration p { color: rgba(255,250,240,.74); }
.hub-collaboration button {
  min-width: 44px;
  min-height: 46px;
  margin-top: 16px;
  padding: 0;
  background: transparent;
  color: var(--gold-hi);
  font-weight: 800;
}
.site-footer {
  padding: 36px 0 44px;
  border-top: 1px solid rgba(255,250,240,.18);
  background: var(--forest-950);
  color: var(--cream);
}
.site-footer > div { display: grid; grid-template-columns: 1fr auto; gap: 15px 28px; align-items: center; }
.site-footer .brand { min-height: 44px; display: inline-flex; align-items: center; }
.site-footer p { color: rgba(255,250,240,.55); font-family: var(--display); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,250,240,.78); font-weight: 750; }

.authority-template { background: var(--cream); }
.authority-page { max-width: 920px; padding-top: 92px; padding-bottom: 100px; color: var(--ink); }
.authority-page > header { margin-bottom: 70px; }
.authority-kicker { margin-bottom: 16px; color: #756b4e; font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.authority-page h1 { max-width: 860px; color: var(--ink); font-size: clamp(48px, 7vw, 84px); line-height: .98; }
.authority-lede { max-width: 760px; margin-top: 28px; color: var(--forest-700); font-family: var(--display); font-size: clamp(22px, 3vw, 31px); line-height: 1.35; }
.authority-page section { max-width: 760px; padding: 46px 0; border-top: 1px solid var(--line); }
.authority-page h2 { margin-bottom: 20px; font-size: clamp(31px, 4vw, 46px); }
.authority-page p, .authority-page li { font-size: 18px; line-height: 1.72; }
.authority-page p + p { margin-top: 18px; }
.authority-page ul, .authority-page ol { display: grid; gap: 13px; padding-left: 24px; }
.authority-page a { color: var(--forest-700); font-weight: 800; }
.authority-cta { margin-top: 18px; padding: 46px !important; border: 0 !important; background: var(--forest-800); color: var(--cream-hi); }
.authority-cta p { color: rgba(255,250,240,.76); }
.authority-cta .dialog-button { margin-top: 24px; background: var(--gold-hi); color: var(--forest-950); }

/* Contact clearing, adapted from the approved Stage 4 dialog. */
.contact-dialog {
  --dialog-shift-x: 0px;
  --dialog-shift-y: 18px;
  width: min(600px, calc(100% - 32px));
  max-height: min(820px, calc(100svh - 32px));
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(199,143,54,.72);
  border-radius: 2px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 34px 120px rgba(0,0,0,.64), 0 0 0 10px rgba(6,27,18,.52);
  animation: clearing-enter 240ms cubic-bezier(.2,.9,.25,1) both;
  transform-origin: center;
}
.contact-dialog:not([open]) { display: none; }
.contact-dialog.is-closing { animation: clearing-exit 150ms ease-in both; }
.contact-dialog::backdrop {
  background: rgba(3,18,12,.78);
  backdrop-filter: blur(7px) saturate(.7);
  animation: shade-enter 220ms ease-out both;
}
.contact-dialog.is-closing::backdrop { animation: shade-exit 150ms ease-in both; }
.dialog-canopy {
  position: relative;
  height: 92px;
  overflow: hidden;
  background: url('/assets/insights/canopy-landscape.webp') center 44% / cover no-repeat;
}
.dialog-canopy::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,18,12,.84), rgba(3,18,12,.28), rgba(3,18,12,.72)), linear-gradient(0deg, var(--cream), transparent 42%);
}
.dialog-canopy span {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 16px;
  width: 92px;
  height: 1px;
  background: var(--gold-hi);
  transform: rotate(-7deg);
}
.dialog-canopy span::before, .dialog-canopy span::after {
  content: '';
  position: absolute;
  top: -4px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold-hi);
  border-radius: 50%;
  background: var(--forest-800);
}
.dialog-canopy span::before { left: 0; }
.dialog-canopy span::after { right: 0; }
.contact-dialog-panel { position: relative; padding: 22px 42px 38px; }
.contact-dialog-close {
  position: absolute;
  top: -72px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,250,240,.55);
  border-radius: 50%;
  background: rgba(3,18,12,.66);
  color: var(--cream-hi);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.contact-dialog :focus-visible { outline-color: var(--forest-800); }
.contact-dialog h2 { max-width: 470px; font-size: 52px; line-height: .94; letter-spacing: -.05em; }
.contact-dialog-intro { max-width: 500px; margin-top: 15px; color: var(--ink-soft); font-size: 17px; line-height: 1.5; }
.contact-expectation {
  margin-top: 18px;
  padding: 13px 15px;
  border-left: 2px solid var(--gold);
  background: var(--mineral);
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}
.contact-expectation strong { color: var(--ink); }
.contact-form { display: grid; gap: 16px; margin-top: 22px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(9,39,27,.48);
  border-radius: 0;
  background: var(--cream-hi);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
}
.contact-form textarea { min-height: 128px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.contact-safety {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 13px;
  padding: 13px 15px;
  background: var(--forest-800);
  color: var(--cream-hi);
  font-size: 13px;
}
.contact-safety strong { color: var(--gold-hi); font-family: var(--display); font-size: 17px; }
.contact-safety span { color: rgba(255,250,240,.78); }
.contact-status { min-height: 22px; color: var(--ink-soft); font-size: 13px; font-weight: 800; }
.contact-status[data-state='success'] { color: #1d663f; }
.contact-status[data-state='error'] { color: #8a3d20; }
.contact-form-actions { display: flex; justify-content: flex-end; gap: 10px; }
.dialog-button {
  min-width: 44px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--forest-800);
  border-radius: 0;
  font-weight: 800;
  cursor: pointer;
}
.dialog-button-secondary { background: transparent; color: var(--ink); }
.dialog-button-primary { background: var(--forest-800); color: var(--cream-hi); }
.dialog-button:disabled { cursor: wait; opacity: .58; }

@keyframes clearing-enter {
  from { opacity: 0; transform: translate3d(var(--dialog-shift-x), var(--dialog-shift-y), 0) scale(.975); filter: saturate(.65); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: saturate(1); }
}
@keyframes clearing-exit {
  to { opacity: 0; transform: translate3d(var(--dialog-shift-x), var(--dialog-shift-y), 0) scale(.985); }
}
@keyframes shade-enter { from { opacity: 0; } to { opacity: 1; } }
@keyframes shade-exit { to { opacity: 0; } }

@media (max-width: 900px) {
  .recent-section { grid-template-columns: 230px 1fr; gap: 34px; }
}

@media (max-width: 760px) {
  body { background: var(--cream); }
  .wrap, .wrap-wide { width: 100%; }
  .canopy-threshold { height: 86px; }
  .threshold-art {
    inset: -50px 0 -165px;
    background-image: url('/assets/insights/canopy-mobile.webp');
    background-position: center 20%;
  }
  .site-header { height: 86px; display: flex; padding: 0 14px; border: 0; }
  .site-header nav a:not([aria-current='page']) { display: none; }
  .site-header nav { margin-right: 8px; margin-left: auto; gap: 0; }
  .site-header nav a { font-size: 13px; }
  .quiet-action { padding: 0 12px; font-size: 12px; }
  .hub-shell { width: 100%; margin: 0; box-shadow: none; }
  .hub-intro { min-height: 0; padding: 40px 20px 47px; }
  .hub-intro h1 { font-size: 47px; }
  .hub-intro p { font-size: 18px; }
  .discovery-tools { padding: 18px 14px; }
  .topic-links { display: grid; }
  .topic-links span { width: 100%; }
  .hub-feature { display: block; margin: 28px 14px 38px; }
  .hub-feature-copy { padding: 27px 22px 29px; }
  .hub-feature h2 { font-size: 37px; }
  .route-panel { min-height: 205px; padding: 17px 20px; border-top: 1px solid var(--line); border-left: 0; }
  .route-panel svg { height: 88px; }
  .route-panel > strong { margin-top: 16px; }
  .recent-section { display: block; padding: 39px 14px 48px; }
  .recent-heading h2 { font-size: 38px; }
  .recent-heading p { margin-bottom: 30px; }
  .recent-list h3 { font-size: 29px; }
  .hub-collaboration { display: block; padding: 40px 20px 46px; }
  .hub-collaboration h2 { font-size: 43px; }
  .hub-collaboration > div { margin-top: 25px; }
  .site-footer { padding: 30px 18px; }
  .site-footer > div { display: block; width: 100%; }
  .site-footer p { margin-top: 12px; }
  .site-footer nav { justify-content: flex-start; margin-top: 18px; gap: 4px 18px; }
  .authority-page { padding: 54px 20px 70px; }
  .authority-page > header { margin-bottom: 48px; }
  .authority-page h1 { font-size: 49px; }
  .authority-page section { padding: 36px 0; }
  .authority-page p, .authority-page li { font-size: 17px; }
  .authority-cta { padding: 30px 24px !important; }
  .contact-dialog {
    width: 100%;
    max-width: 100%;
    max-height: calc(100svh - 8px);
    margin: auto 0 0;
    border-inline: 0;
    box-shadow: 0 -24px 90px rgba(0,0,0,.58), 0 0 0 7px rgba(6,27,18,.44);
  }
  .dialog-canopy {
    height: 72px;
    background-image: url('/assets/insights/canopy-mobile.webp');
    background-position: center 25%;
  }
  .dialog-canopy span { right: 64px; bottom: 11px; }
  .contact-dialog-panel { padding: 17px 18px 20px; }
  .contact-dialog-close { top: -61px; right: 12px; }
  .contact-dialog h2 { padding-right: 44px; font-size: 42px; }
  .contact-dialog-intro { margin-top: 11px; font-size: 15px; }
  .contact-expectation { margin-top: 12px; padding: 10px 12px; }
  .contact-form { gap: 12px; margin-top: 15px; }
  .contact-form textarea { min-height: 104px; }
  .contact-safety { grid-template-columns: 62px 1fr; padding: 11px 12px; }
  .contact-form-actions { flex-direction: column; }
  .dialog-button { width: 100%; }
}

@media (max-width: 360px) {
  .brand { font-size: 14px; }
  .quiet-action { padding-inline: 10px; }
  .quiet-action .desktop-label { display: none; }
  .quiet-action .mobile-label { display: inline; }
  .hub-intro h1 { font-size: 43px; }
}

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

/* Generated archive and article states extend the approved Canopy Clearing method. */
.preview-bar {
  min-height: 44px;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 9px 24px;
  background: var(--gold-hi);
  color: var(--forest-950);
}
img, video { max-width: 100%; height: auto; }
.empty-archive .hub-feature-copy { display: flex; flex-direction: column; justify-content: center; }
.empty-archive .text-action {
  min-height: 44px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: #255c46;
  font-weight: 800;
}
.final-safety { margin-top: 13px; font-size: 12px; }
.hub-collaboration .final-safety { color: rgba(255,250,240,.62); }

.coverage-article {
  width: min(var(--wide), calc(100% - 48px));
  margin: -38px auto 72px;
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.article-opening {
  padding: 58px 70px 48px;
  background: radial-gradient(circle at 86% 9%, rgba(255,255,255,.78), transparent 21%), linear-gradient(112deg, var(--cream) 58%, var(--mineral) 100%);
}
.breadcrumbs { min-height: 44px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--ink-soft); font-size: 13px; font-weight: 800; }
.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; color: #255c46; }
.article-opening h1 { max-width: 980px; font-size: clamp(52px, 5.5vw, 76px); line-height: .95; letter-spacing: -.055em; }
.standfirst { max-width: 820px; margin-top: 24px; color: var(--ink-soft); font-size: 20px; line-height: 1.5; }
.article-meta { margin-top: 20px; color: var(--ink-soft); font-size: 13px; font-weight: 800; }
.article-disclosure { max-width: 820px; margin-top: 26px; padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(255,250,240,.62); color: var(--ink-soft); }
.key-takeaway { padding: 36px 70px; background: var(--forest-800); color: var(--cream-hi); }
.key-takeaway p { max-width: 880px; font: 25px/1.42 var(--display); }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 54px; justify-content: center; align-items: start; padding: 56px 70px 82px; }
.article-contents { position: sticky; top: 18px; padding-top: 10px; border-top: 2px solid var(--gold); }
.article-contents summary { min-height: 44px; display: flex; align-items: center; font-weight: 800; cursor: pointer; }
.article-contents nav { display: grid; }
.article-contents a { min-height: 44px; display: flex; align-items: center; border-top: 1px solid var(--line); color: #255c46; font-size: 13px; font-weight: 700; }
.article-blocks { min-width: 0; }
.insights-block { margin: 0 0 54px; scroll-margin-top: 20px; }
.insights-block h2, .author-note h2, .related-notes h2, .final-collaboration h2 { font-size: 42px; line-height: 1.04; }
.insights-block h3 { margin-top: 8px; font-size: 25px; line-height: 1.16; }
.insights-block p + p, .insights-block p + ul, .insights-block p + ol, .insights-block li + li { margin-top: 12px; }
.insights-block a, .related-notes a, .article-contents a { color: #255c46; font-weight: 800; }
.pull-quote { padding: 28px 30px; border-left: 3px solid var(--gold); background: var(--mineral); font: 22px/1.48 var(--display); }
.pull-quote footer { margin-top: 12px; color: var(--ink-soft); font: 13px/1.5 var(--sans); font-weight: 800; }
.risk-warning, .practical-example, .scenario { padding: 28px 30px; border-left: 4px solid #8a3d20; background: #efe2ca; }
.practical-example { border-color: var(--gold); }
.component-disclosure { margin: 12px 0; font-weight: 800; }
.question-path { margin: 28px 0 0; padding: 0; list-style: none; counter-reset: path; }
.question-path li { position: relative; min-height: 70px; padding: 0 0 34px 58px; border-left: 2px solid var(--gold); counter-increment: path; }
.question-path li::before { content: counter(path); position: absolute; left: -21px; top: 0; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-800); color: var(--cream-hi); font-weight: 800; }
.question-path-block .question-path { background: linear-gradient(to bottom, var(--gold) 0, var(--gold) var(--route-progress, 100%), transparent var(--route-progress, 100%)); background-position: 0 0; background-repeat: no-repeat; background-size: 2px 100%; }
.scorecard-block { padding: 34px; border: 1px solid var(--line); background: var(--cream-hi); }
.score-hard-stop { margin-top: 18px; padding: 16px; border-left: 4px solid #8a3d20; background: #efe2ca; }
.score-criterion { margin: 25px 0; padding: 0; border: 0; }
.score-criterion legend { margin-bottom: 10px; font: 500 25px/1.2 var(--display); }
.score-criterion label { min-height: 52px; display: grid; grid-template-columns: 24px 30px 1fr; gap: 10px; align-items: center; padding: 10px 12px; border: 1px solid var(--line); cursor: pointer; }
.score-criterion label + label { border-top: 0; }
.score-criterion input { width: 20px; height: 20px; }
.score-value { font-weight: 800; }
.scorecard output { display: block; margin: 28px 0; padding: 18px; background: var(--forest-800); color: var(--cream-hi); font-weight: 800; }
.score-thresholds { padding-top: 18px; border-top: 1px solid var(--line); }
.dialogue > div { margin-top: 16px; padding: 20px; border: 1px solid var(--line); background: var(--cream-hi); }
.dialogue dt { font-weight: 800; }
.dialogue dd { margin: 0; }
.translation { display: block; margin-top: 8px; color: var(--ink-soft); }
.review-original { margin: 24px 0; padding: 22px; background: var(--mineral); }
.review-original figcaption { font-weight: 800; }
.review-findings li { margin-bottom: 28px; }
.human-responsibility { padding: 34px; background: var(--forest-800); color: var(--cream-hi); }
.responsibility-list > div { padding: 18px 0; border-top: 1px solid rgba(255,250,240,.2); }
.responsibility-list dt { font: 500 24px var(--display); }
.responsibility-list dd { margin: 7px 0 0; }
.table-region { max-width: 100%; overflow-x: auto; }
table { width: 100%; min-width: 620px; border-collapse: collapse; }
caption { padding-bottom: 12px; text-align: left; font-weight: 800; }
th, td { padding: 12px; border: 1px solid var(--line); text-align: left; }
pre { max-width: 100%; overflow: auto; padding: 20px; background: var(--forest-800); color: var(--cream-hi); }
.article-cta, .download-block { padding: 26px; border-top: 2px solid var(--gold); background: var(--cream-hi); }
.insights-action, .article-cta button, .article-cta a, .download-block a { min-height: 44px; display: inline-flex; align-items: center; margin-top: 18px; padding: 0 16px; border: 1px solid var(--forest-800); background: var(--forest-800); color: var(--cream-hi); font-weight: 800; }
.author-note, .related-notes, .final-collaboration { margin-top: 64px; padding: 30px; border-top: 2px solid var(--gold); }
.author-note p, .final-collaboration > p { margin-top: 14px; }
.related-notes > div { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 20px; }
.related-notes article { padding: 20px; border: 1px solid var(--line); background: var(--cream-hi); }
.related-notes h3 { margin-top: 8px; font-size: 25px; line-height: 1.14; }
.related-notes article > p:last-child { margin-top: 10px; color: var(--ink-soft); }
.final-collaboration { padding: 38px 40px; background: var(--forest-800); color: var(--cream-hi); }
.final-collaboration .dialog-button { margin-top: 22px; border-color: var(--gold-hi); background: var(--gold-hi); color: var(--forest-950); }
.final-collaboration .final-safety { color: rgba(255,250,240,.62); }

@media (max-width: 760px) {
  .preview-bar { align-items: center; flex-direction: column; gap: 0; text-align: center; }
  .coverage-article { width: 100%; margin: 0; box-shadow: none; }
  .article-opening { padding: 34px 18px 32px; }
  .article-opening h1 { font-size: 45px; }
  .standfirst { font-size: 18px; }
  .key-takeaway { padding: 28px 18px; }
  .key-takeaway p { font-size: 22px; }
  .article-layout { display: block; padding: 38px 18px 58px; }
  .article-contents { position: static; margin-bottom: 42px; }
  .insights-block h2, .author-note h2, .related-notes h2, .final-collaboration h2 { font-size: 35px; }
  .scorecard-block, .human-responsibility { margin-inline: -4px; padding: 23px 18px; }
  .question-path li { padding-left: 43px; }
  .related-notes > div { grid-template-columns: 1fr; }
  .author-note, .related-notes, .final-collaboration { margin-inline: -18px; padding: 28px 20px; }
}

@media (max-width: 360px) {
  .article-opening h1 { font-size: 41px; }
  .score-criterion label { grid-template-columns: 22px 24px 1fr; padding-inline: 9px; }
}
