/* ============================================================
   Components — field report
   Rule: hierarchy comes from type + rules, not from nested boxes.
   ============================================================ */

/* ---------- Progress + nav ---------- */
#progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  background: var(--aj);
  transform-origin: 0 50%;
  transform: scaleX(0);
  z-index: 90;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 80;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav__in {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  height: 3.25rem;
}

.nav__mark {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
}
.nav__mark span { color: var(--ink-faint); font-weight: 400; }

.nav__links {
  display: flex;
  gap: 1.15rem;
  margin-left: auto;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav__links::-webkit-scrollbar { display: none; }

.nav__links a {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-decoration: none;
  white-space: nowrap;
  padding-block: 0.35rem;
  border-bottom: 1px solid transparent;
  transition: color 0.16s var(--ease), border-color 0.16s var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a.on { color: var(--ink); border-bottom-color: var(--aj); }

@media (max-width: 900px) { .nav__links { display: none; } }

.tglt {
  margin-left: auto;
  display: inline-grid;
  place-items: center;
  width: 2rem; height: 2rem;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--ink-soft);
  cursor: pointer;
  flex: none;
  transition: color 0.16s var(--ease), border-color 0.16s var(--ease);
}
.nav__links + .tglt { margin-left: 1.15rem; }
.tglt:hover { color: var(--ink); border-color: var(--ink-faint); }
.tglt svg { width: 15px; height: 15px; display: block; }
.tglt .i-sun { display: none; }
:root[data-theme="light"] .tglt .i-sun { display: block; }
:root[data-theme="light"] .tglt .i-moon { display: none; }
@media (prefers-color-scheme: light) {
  :root:not([data-theme]) .tglt .i-sun { display: block; }
  :root:not([data-theme]) .tglt .i-moon { display: none; }
}

/* ---------- Hero ---------- */
.hero { padding-block: clamp(3rem, 1.5rem + 7vw, 7rem) clamp(2.5rem, 1.5rem + 5vw, 5rem); }

.hero__kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.9rem;
  margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
}

.hero h1 {
  font-size: var(--t-h1);
  font-weight: 700;
  letter-spacing: -0.042em;
  line-height: 0.95;
  max-width: 15ch;
}

.hero h1 .vs {
  color: var(--ink-faint);
  font-weight: 400;
  letter-spacing: -0.02em;
}
.hero h1 .n-aj { color: var(--aj); }
.hero h1 .n-bu { color: var(--bu); }

.hero__lede {
  margin-top: clamp(1.5rem, 1rem + 2vw, 2.25rem);
  font-family: var(--font-prose);
  font-size: clamp(1.15rem, 1rem + 0.7vw, 1.5rem);
  line-height: 1.5;
  color: var(--ink);
  max-width: 44ch;
  text-wrap: pretty;
}

.hero__meta {
  margin-top: clamp(2rem, 1.4rem + 2.5vw, 3.25rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem 1.5rem;
}

.hero__meta dt {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.35rem;
}
.hero__meta dd {
  margin: 0;
  font-size: var(--t-sm);
  color: var(--ink-soft);
  line-height: 1.45;
}

/* ---------- Verdict ---------- */
.verdict {
  display: grid;
  grid-template-columns: var(--rail) minmax(0, 1fr);
  gap: 0 clamp(0.75rem, 0.4rem + 1vw, 1.25rem);
}
.verdict__body { grid-column: 2; }
@media (max-width: 640px) {
  .verdict { grid-template-columns: 1fr; }
  .verdict__body { grid-column: 1; }
}

.verdict__head {
  font-family: var(--font-prose);
  font-size: clamp(1.35rem, 1.05rem + 1.5vw, 2.1rem);
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 30ch;
  text-wrap: pretty;
  border-left: 2px solid var(--aj);
  padding-left: clamp(1rem, 0.7rem + 1vw, 1.5rem);
  margin-bottom: 2rem;
}

.verdict__gap {
  margin-top: 2rem;
  padding: 1.1rem 1.25rem;
  background: var(--bg-raised);
  border: 1px solid var(--line);
  border-left: 2px solid var(--warn);
  border-radius: 0 4px 4px 0;
  font-size: var(--t-sm);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: var(--measure);
}
.verdict__gap b {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--warn);
  margin-bottom: 0.45rem;
  font-weight: 500;
}

/* ---------- Product profiles: two columns, no cards ---------- */
.profiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 860px) { .profiles { grid-template-columns: 1fr; } }

.prof {
  padding: 1.75rem clamp(1.25rem, 0.8rem + 1.6vw, 2.25rem) 2rem;
  border-top: 2px solid var(--line-strong);
}
.prof--aj { border-top-color: var(--aj); }
.prof--bu { border-top-color: var(--bu); }
.profiles .prof + .prof { border-left: 1px solid var(--line); }
@media (max-width: 860px) {
  .profiles .prof + .prof { border-left: 0; }
  .prof { padding-inline: 0; }
}

.prof__name {
  font-size: var(--t-h3);
  font-weight: 600;
  letter-spacing: -0.024em;
  margin-bottom: 0.4rem;
}
.prof--aj .prof__name { color: var(--aj); }
.prof--bu .prof__name { color: var(--bu); }

.prof__one {
  font-family: var(--font-prose);
  font-size: var(--t-lg);
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 1rem;
  text-wrap: pretty;
}

.prof__what {
  font-size: var(--t-sm);
  line-height: 1.62;
  color: var(--ink-soft);
  margin-bottom: 1.15rem;
}

.prof__stage {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  color: var(--ink-faint);
  line-height: 1.5;
  padding: 0.6rem 0.75rem;
  background: var(--bg-sunken);
  border-radius: 3px;
  margin-bottom: 1.75rem;
  text-transform: none;
}

.prof__lbl {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 0.9rem;
  display: block;
}
.prof__lbl--pro { color: var(--ok); }
.prof__lbl--con { color: var(--flag); }
.prof__lbl + .prof__lbl { margin-top: 1.75rem; }

.prof ul { list-style: none; margin: 0 0 0.25rem; padding: 0; }
.prof li { padding-block: 0.6rem; border-bottom: 1px solid var(--line); }
.prof li:last-child { border-bottom: 0; }
.prof li b {
  display: block;
  font-size: var(--t-sm);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.22rem;
  letter-spacing: -0.008em;
}
.prof li span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.58;
  color: var(--ink-soft);
}

/* ---------- Comparison table ---------- */
.scroller {
  overflow-x: auto;
  scrollbar-width: thin;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--bg-raised);
}
.scroller.is-overflowing:not(.at-end) {
  -webkit-mask-image: linear-gradient(to right, #000 90%, transparent 100%);
  mask-image: linear-gradient(to right, #000 90%, transparent 100%);
}

.cmp {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: var(--t-sm);
}

.cmp th, .cmp td {
  text-align: left;
  vertical-align: top;
  padding: 0.95rem 1.05rem;
  border-bottom: 1px solid var(--line);
}
.cmp tbody tr:last-child th,
.cmp tbody tr:last-child td { border-bottom: 0; }

.cmp thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--bg-sunken);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  border-bottom: 1px solid var(--line-strong);
  white-space: nowrap;
}
.cmp thead th.h-aj { color: var(--aj); }
.cmp thead th.h-bu { color: var(--bu); }

.cmp tbody tr:hover { background: color-mix(in srgb, var(--ink) 3%, transparent); }

.cmp .dim {
  width: 17%;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.008em;
}
.cmp .cell { width: 30%; color: var(--ink-soft); line-height: 1.55; }
.cmp .note { width: 23%; color: var(--ink-faint); font-size: 0.8125rem; line-height: 1.55; }

/* Edge marking: accent rail on the winner, no checkmarks */
.cmp .cell { border-left: 2px solid transparent; }
.cmp .cell.win-aj { border-left-color: var(--aj); color: var(--ink); background: var(--aj-wash); }
.cmp .cell.win-bu { border-left-color: var(--bu); color: var(--ink); background: var(--bu-wash); }
.cmp .cell.tie { border-left-color: var(--line-strong); }

.cmp .edge {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
  color: var(--ink-faint);
}
.win-aj .edge { color: var(--aj); }
.win-bu .edge { color: var(--bu); }

.hint {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  color: var(--ink-faint);
  margin-top: 0.75rem;
}
@media (min-width: 860px) { .hint--scroll { display: none; } }

/* ---------- Angles ---------- */
.angles { border-top: 1px solid var(--line); }

.angle {
  display: grid;
  grid-template-columns: var(--rail) minmax(0, 1fr);
  gap: 0 clamp(0.75rem, 0.4rem + 1vw, 1.25rem);
  padding-block: clamp(1.75rem, 1.2rem + 1.8vw, 2.5rem);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 640px) { .angle { grid-template-columns: 1fr; } }

.angle__n {
  font-family: var(--font-mono);
  font-size: var(--t-mono);
  color: var(--ink-faint);
  padding-top: 0.3em;
  font-variant-numeric: tabular-nums;
}

.angle__hd {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.7rem 0.9rem;
  margin-bottom: 0.85rem;
}
.angle__t {
  font-size: var(--t-h3);
  font-weight: 600;
  letter-spacing: -0.024em;
  color: var(--ink);
}

/* Strength meter — three bars, filled by level */
.meter { display: inline-flex; gap: 2px; align-items: center; }
.meter i {
  display: block;
  width: 13px; height: 4px;
  border-radius: 1px;
  background: var(--line-strong);
}
.meter[data-lvl="3"] i:nth-child(-n+3),
.meter[data-lvl="2"] i:nth-child(-n+2),
.meter[data-lvl="1"] i:nth-child(-n+1) { background: var(--aj); }
.meter[data-lvl="0"] i { background: var(--line-strong); }

.angle__thesis {
  font-family: var(--font-prose);
  font-size: var(--t-prose);
  line-height: 1.6;
  color: var(--ink);
  max-width: var(--measure);
  margin-bottom: 1.15rem;
  text-wrap: pretty;
}

.angle__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1.1rem 1.75rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}
.angle__grid > div > b {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.angle__grid > div > span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
.angle__grid .catch > b { color: var(--warn); }

/* ---------- Dead angles ---------- */
.dead { display: grid; gap: 0; }
.dead__row {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: 0.4rem 1.75rem;
  padding-block: 1.1rem;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.dead__row:first-child { border-top: 1px solid var(--line); }
@media (max-width: 720px) { .dead__row { grid-template-columns: 1fr; } }

.dead__t {
  font-size: var(--t-base);
  font-weight: 600;
  color: var(--ink-faint);
  letter-spacing: -0.012em;
  text-decoration: line-through;
  text-decoration-color: color-mix(in srgb, var(--flag) 55%, transparent);
  text-decoration-thickness: 1px;
}
.dead__why { font-size: 0.875rem; line-height: 1.6; color: var(--ink-soft); }

/* ---------- Claims audit ---------- */
.claims { border-top: 1px solid var(--line); }
.claim {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 0.5rem 1.5rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 720px) { .claim { grid-template-columns: 1fr; } }

.claim__who { display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-start; }
.claim__q {
  font-size: var(--t-base);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.012em;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.claim__a { font-size: 0.875rem; line-height: 1.62; color: var(--ink-soft); max-width: var(--measure); }

/* ---------- Recommendations ---------- */
.recs { display: grid; gap: 0; }
.rec {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 0.35rem 1.25rem;
  padding-block: 1.35rem;
  border-bottom: 1px solid var(--line);
}
.rec:first-child { border-top: 1px solid var(--line); }
@media (max-width: 640px) { .rec { grid-template-columns: 1fr; } }

.rec__p {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-top: 0.2rem;
}
.rec__p[data-p="P0"] { color: var(--flag); }
.rec__p[data-p="P1"] { color: var(--warn); }
.rec__p[data-p="P2"] { color: var(--ink-faint); }

.rec__t {
  font-size: var(--t-base);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.014em;
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
}
.rec__eff {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 400;
}
.rec__a { font-size: 0.875rem; line-height: 1.62; color: var(--ink-soft); max-width: var(--measure); }
.rec__r {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--ink-faint);
  max-width: var(--measure);
  margin-top: 0.45rem;
  padding-left: 0.75rem;
  border-left: 1px solid var(--line-strong);
}

/* ---------- Footer ---------- */
.foot {
  padding-block: clamp(2.5rem, 1.8rem + 3vw, 4rem);
  border-top: 1px solid var(--line);
  background: var(--bg-sunken);
}
.foot__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.75rem 2.5rem;
}
.foot h4 {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.7rem;
  font-weight: 500;
}
.foot p, .foot li { font-size: 0.8125rem; line-height: 1.65; color: var(--ink-soft); }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.4rem; }
.foot a { color: var(--ink-soft); text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.foot a:hover { color: var(--ink); border-bottom-color: var(--aj); }
.foot__bot {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
  line-height: 1.7;
}

/* ---------- Inline code ---------- */
code {
  font-family: var(--font-mono);
  font-size: 0.86em;
  background: var(--bg-sunken);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 0.1em 0.35em;
  color: var(--ink);
  word-break: break-word;
}
.prose code, .claim__a code, .rec__a code, .rec__r code, .dead__why code { font-size: 0.82em; }

/* ---------- Evidence table ---------- */
.cmp.ev { min-width: 720px; }
.cmp.ev .dim { width: 30%; }
.cmp.ev .cell { width: 30%; }
.cmp.ev .cell:last-child { width: 40%; }
.cmp.ev .cell { border-left: 0; }

.ev-bad, .ev-warn { border-left: 2px solid transparent !important; }
.cmp.ev .ev-bad {
  border-left-color: var(--flag) !important;
  background: var(--flag-wash);
  color: var(--ink);
}
.cmp.ev .ev-warn {
  border-left-color: var(--warn) !important;
  background: var(--warn-wash);
  color: var(--ink);
}
.ev-bad .mono { color: var(--flag); font-weight: 600; display: block; margin-bottom: 0.3rem; }
.ev-warn .mono { color: var(--warn); font-weight: 600; display: block; margin-bottom: 0.3rem; }

/* ---------- Counterweight block ---------- */
.counterweight {
  margin-top: clamp(2rem, 1.4rem + 2vw, 3rem);
  padding: clamp(1.35rem, 1rem + 1.4vw, 2rem);
  background: var(--bg-raised);
  border: 1px solid var(--line);
  border-left: 2px solid var(--ok);
  border-radius: 0 5px 5px 0;
}
.counterweight h3 {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ok);
  margin-bottom: 1rem;
}
.counterweight .prose { color: var(--ink-soft); }

/* ---------- Print ---------- */
@media print {
  .nav, #progress, .tglt { display: none !important; }
  body { background: #fff; color: #000; }
  .section { break-inside: avoid; }
  .scroller { overflow: visible; border: 0; }
  .cmp { min-width: 0; font-size: 9pt; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; color: #555; }
}

/* ============================================================
   Snapshot view — visual-first, plain language
   ============================================================ */

/* Validated chart marks (dataviz validator, both modes) */
:root, :root[data-theme="dark"] { --aj-mark: #d96a2e; --bu-mark: #5f86dd; --neutral-mark: #4a5163; }
:root[data-theme="light"] { --aj-mark: #c2410c; --bu-mark: #3352c4; --neutral-mark: #b8b8b1; }
@media (prefers-color-scheme: light) {
  :root:not([data-theme]) { --aj-mark: #c2410c; --bu-mark: #3352c4; --neutral-mark: #b8b8b1; }
}

/* ---------- Tabs ---------- */
.tabs {
  display: flex;
  gap: 0.25rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
}
.tabs__in { display: flex; gap: 0.25rem; }
.tab {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0.85rem 1.1rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-faint);
  cursor: pointer;
  transition: color 0.16s var(--ease), border-color 0.16s var(--ease);
}
.tab:hover { color: var(--ink-soft); }
.tab[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--aj); }

[hidden] { display: none !important; }

/* ---------- Snapshot: answer ---------- */
.snap-answer { padding-block: clamp(2.5rem, 1.6rem + 4vw, 5rem) clamp(2rem, 1.4rem + 2.5vw, 3.25rem); }
.snap-answer h2 {
  font-size: clamp(1.9rem, 1.2rem + 3.2vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  max-width: 20ch;
}
.snap-answer h2 em { font-style: normal; color: var(--aj); }
.snap-answer p {
  margin-top: 1.35rem;
  font-family: var(--font-prose);
  font-size: clamp(1.05rem, 0.95rem + 0.6vw, 1.3rem);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 52ch;
}

/* ---------- Scoreboard ---------- */
.score { border-top: 1px solid var(--line); }
.score__row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.5rem 1.25rem;
  padding-block: 1.05rem;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.score__row--head { border-bottom: 1px solid var(--line-strong); padding-block: 0.75rem; }
.score__q { font-size: var(--t-sm); font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.score__h {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}
.score__h--aj { color: var(--aj); }
.score__h--bu { color: var(--bu); }
.score__v { font-size: 1.05rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
.score__v small { display: block; font-size: 0.75rem; font-weight: 400; color: var(--ink-faint); margin-top: 0.2rem; letter-spacing: 0; }
.score__v--win { color: var(--ok); }
.score__v--lose { color: var(--flag); }
.score__v--flat { color: var(--ink-soft); }
@media (max-width: 660px) {
  .score__row { grid-template-columns: 1fr 1fr; }
  .score__q { grid-column: 1 / -1; }
  .score__row--head .score__q { display: none; }
}

/* ---------- Big stat ---------- */
.bigstat {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  margin-top: clamp(1.75rem, 1.2rem + 2vw, 2.75rem);
}
.bigstat > div { background: var(--bg-raised); padding: 1.35rem 1.25rem; }
.bigstat b {
  display: block;
  font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.bigstat .n-bad { color: var(--flag); }
.bigstat .n-good { color: var(--ok); }
.bigstat .n-aj { color: var(--aj); }
.bigstat .n-bu { color: var(--bu); }
.bigstat span {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

/* ---------- Chart ---------- */
.figure { margin-top: clamp(1.5rem, 1rem + 2vw, 2.5rem); }
.figure__t { font-size: var(--t-h3); font-weight: 600; letter-spacing: -0.022em; margin-bottom: 0.4rem; }
.figure__s { font-size: 0.875rem; line-height: 1.6; color: var(--ink-soft); max-width: var(--measure); margin-bottom: 1.5rem; }
.figure__note { margin-top: 1rem; font-size: 0.8125rem; line-height: 1.6; color: var(--ink-faint); max-width: var(--measure); }

.bars { display: grid; gap: 0.7rem; }
.bar__row { display: grid; grid-template-columns: minmax(120px, 210px) minmax(0, 1fr); gap: 0.5rem 1rem; align-items: center; }
.bar__lbl { font-size: 0.8125rem; color: var(--ink-soft); line-height: 1.35; }
.bar__lbl b { display: block; color: var(--ink); font-weight: 600; font-size: 0.875rem; }
.bar__track { position: relative; height: 26px; display: flex; align-items: center; gap: 0.6rem; }
.bar__fill { height: 22px; border-radius: 0 4px 4px 0; background: var(--neutral-mark); }
.bar__fill--aj { background: var(--aj-mark); }
.bar__fill--ref { background: var(--neutral-mark); }
.bar__val { font-family: var(--font-mono); font-size: 0.8125rem; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 560px) {
  .bar__row { grid-template-columns: 1fr; gap: 0.25rem; }
}
.bar__ceiling {
  margin-top: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--flag);
}

/* ---------- Plain-language angle cards ---------- */
.plain { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.plain > article { background: var(--bg-raised); padding: 1.4rem 1.3rem; }
.plain h4 { font-size: var(--t-base); font-weight: 600; letter-spacing: -0.016em; margin: 0.7rem 0 0.55rem; color: var(--ink); }
.plain p { font-size: 0.8438rem; line-height: 1.62; color: var(--ink-soft); }
.plain .meter { margin-bottom: 0.2rem; }

/* ---------- Dive deeper link ---------- */
.dive {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.35rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 0.2rem;
  transition: color 0.16s var(--ease), border-color 0.16s var(--ease);
  background: none; border-top: 0; border-left: 0; border-right: 0; cursor: pointer;
}
.dive:hover { color: var(--aj); border-bottom-color: var(--aj); }

/* ---------- Fix list ---------- */
.fixes { display: grid; gap: 0; }
.fix { display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: 0.3rem 1rem; padding-block: 1.05rem; border-bottom: 1px solid var(--line); }
.fix:first-child { border-top: 1px solid var(--line); }
.fix__n { font-family: var(--font-mono); font-size: 0.8125rem; font-weight: 600; color: var(--aj); padding-top: 0.1rem; }
.fix__t { font-size: var(--t-base); font-weight: 600; color: var(--ink); letter-spacing: -0.014em; margin-bottom: 0.3rem; }
.fix__d { font-size: 0.8438rem; line-height: 1.6; color: var(--ink-soft); max-width: var(--measure); }
