:root {
  color-scheme: light;
  --paper: #eef3f5;
  --paper-deep: #dce7eb;
  --card: #f9fcfc;
  --ink: #10243a;
  --ink-soft: #344b5e;
  --muted: #637482;
  --line: #c6d4da;
  --line-dark: #8fa6b1;
  --gold: #176fac;
  --gold-pale: #ccecf0;
  --navy: #0b2038;
  --navy-2: #143c5c;
  --teal: #087d79;
  --red: #b43d59;
  --white: #fbfeff;
  --shadow: 0 24px 70px rgba(12, 43, 66, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(13, 77, 108, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 77, 108, .022) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.67;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #075f91;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}
a:hover { color: var(--red); }
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.masthead {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 3px solid #4eb7c4;
  background: rgba(8, 29, 51, .975);
  color: var(--white);
}
.masthead-inner,
.site-footer {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.masthead-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark,
.brand {
  color: var(--white);
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -.045em;
}
.wordmark span,
.brand span { color: #58c7d3; }
.masthead nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.masthead nav a {
  color: #d9e1e7;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 750;
}
.masthead nav a:hover { color: #fff; }
.masthead .nav-cta {
  padding: 8px 13px;
  border: 1px solid rgba(88, 199, 211, .7);
  border-radius: 4px;
  color: #9ce7ee;
}

.report-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #42566a;
  background:
    radial-gradient(circle at 84% 8%, rgba(75, 189, 203, .22), transparent 31rem),
    linear-gradient(112deg, #071a30, #103b5a 62%, #125a72);
  color: var(--white);
}
.issue-line,
.hero-grid {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
.issue-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  padding: 22px 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  color: #bcc9d3;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.issue-line span:nth-child(2) { color: #7dd6df; text-align: center; }
.issue-line time { text-align: right; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(285px, .45fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
  padding: clamp(58px, 9vw, 108px) 0;
}
.kicker,
.section-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .71rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.report-hero .kicker { color: #7dd6df; }
h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.08;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.035em;
}
h1 {
  max-width: 15ch;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 6.2vw, 5.8rem);
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3.8vw, 3rem);
}
h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}
.hero-deck {
  max-width: 69ch;
  margin: 0;
  color: #d7e0e7;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
}
.hero-deck strong { color: #fff; }
.positive { color: var(--teal); }
.negative { color: var(--red); }
.report-hero .negative { color: #ff9d91; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 850;
}
.button.primary {
  background: #53c4ce;
  color: #071a27;
  box-shadow: 0 9px 26px rgba(39, 160, 177, .25);
}
.button.primary:hover { background: #77d5dd; color: #07131c; }
.button.secondary {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}
.button.secondary:hover { background: rgba(255, 255, 255, .12); }

.coverage-ticket {
  position: relative;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-top: 6px solid #55c4cf;
  background: rgba(7, 20, 30, .48);
  box-shadow: 18px 18px 0 rgba(4, 14, 22, .2);
}
.coverage-ticket::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #68d9aa;
  box-shadow: 0 0 0 6px rgba(104, 217, 170, .12);
}
.ticket-label {
  color: #82dce4;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.coverage-ticket > strong {
  display: block;
  margin: 15px 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.coverage-ticket > span:nth-of-type(2) {
  color: #bdcbd5;
  font-size: .84rem;
}
.coverage-ticket dl {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}
.coverage-ticket dl div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.coverage-ticket dt { color: #aebdc8; font-size: .72rem; }
.coverage-ticket dd { margin: 0; color: #fff; font-size: .75rem; font-weight: 800; }

.report-shell {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding-bottom: 100px;
}
.report-index {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin: -1px 0 72px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .76rem;
}
.report-index span {
  margin-right: 5px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.report-index a { color: var(--ink-soft); font-weight: 700; }

.answer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(35px, 7vw, 80px);
  align-items: start;
}
.answer-panel p:not(.section-label),
.comparison-section > p {
  color: var(--ink-soft);
  font-size: 1.03rem;
}
.answer-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line-dark);
}
.answer-ledger div {
  min-height: 96px;
  padding: 15px 13px;
  border-bottom: 1px solid var(--line);
}
.answer-ledger div:nth-child(odd) { border-right: 1px solid var(--line); }
.answer-ledger dt {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.answer-ledger dd {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1.05;
}
.answer-ledger small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: .66rem;
  font-weight: 600;
}

.finding-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 72px 0 96px;
  padding: 1px;
  background: var(--line-dark);
}
.finding-strip article {
  min-height: 205px;
  padding: 22px;
  background: var(--card);
}
.finding-strip article > span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--gold);
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
}
.finding-strip p { margin: 30px 0 0; color: var(--ink-soft); font-size: .9rem; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr);
  gap: 40px;
  align-items: end;
  margin: 0 0 28px;
  padding-top: 88px;
  border-top: 1px solid var(--line-dark);
}
.section-heading h2 { margin-bottom: 0; }
.section-heading > p {
  margin: 0;
  padding-bottom: 5px;
  color: var(--muted);
  font-size: .82rem;
}
.chart-frame {
  overflow-x: auto;
  border: 1px solid var(--line-dark);
  background: #f9f5ea;
  box-shadow: var(--shadow);
}
.market-chart {
  display: block;
  width: 100%;
  min-width: 760px;
  height: auto;
}
.chart-grid line { stroke: #d8cfbd; stroke-width: 1; }
.chart-grid text,
.day-label,
.axis-label {
  fill: #6e6a62;
  font-family: Inter, sans-serif;
  font-size: 11px;
}
.chart-grid text { text-anchor: end; }
.day-label { text-anchor: middle; font-size: 10px; }
.axis-label { text-anchor: middle; font-size: 12px; font-weight: 700; }
.daily-candle .wick { stroke-width: 2; }
.daily-candle.up .wick { stroke: var(--teal); }
.daily-candle.up .body { fill: #0b8d7d; stroke: #05685e; }
.daily-candle.down .wick { stroke: var(--red); }
.daily-candle.down .body { fill: #bb443d; stroke: #852822; }
.figure-note,
.table-note,
.small-note {
  color: var(--muted);
  font-size: .78rem;
}
.figure-note { margin: 14px 0 0; }

.two-column-findings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 70px 0 100px;
}
.two-column-findings article {
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--navy);
  background: var(--card);
}
.two-column-findings article:nth-child(2) { border-top-color: var(--gold); }
.two-column-findings h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
.two-column-findings p:not(.section-label) { color: var(--ink-soft); }

.table-wrap {
  overflow-x: auto;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 253, 248, .62);
}
table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
caption {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-align: left;
  font-size: .75rem;
}
th,
td {
  padding: 12px 11px;
  border-bottom: 1px solid var(--line);
  text-align: right;
  font-size: .78rem;
  white-space: nowrap;
}
thead th {
  background: var(--paper-deep);
  color: #5f5b54;
  font-size: .64rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
th:first-child,
td:first-child { text-align: left; }
tbody th {
  color: var(--ink);
  font-weight: 800;
}
tbody th span {
  display: block;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 500;
}
tbody tr:hover { background: rgba(23, 111, 172, .07); }
tbody tr:last-child th,
tbody tr:last-child td { border-bottom: 0; }
.active-row { background: rgba(23, 111, 172, .11); }
.active-row th { box-shadow: inset 4px 0 0 var(--gold); }
.daily-table td:nth-child(7) {
  min-width: 140px;
  white-space: normal;
}
.range-track {
  display: block;
  width: 92px;
  height: 5px;
  margin: 0 0 5px auto;
  background: #ddd4c2;
}
.range-track i {
  display: block;
  width: var(--range);
  height: 100%;
  background: var(--gold);
}
.daily-table td:nth-child(7) strong { font-size: .73rem; }
.table-note { margin: 14px 0 0; }
.compact-table table { min-width: 720px; }
.status-chip {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: #765006;
  font-size: .58rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hour-tape {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--line-dark);
  list-style: none;
}
.hour-cell {
  position: relative;
  min-height: 118px;
  padding: 14px;
  background:
    linear-gradient(rgba(47, 162, 183, calc(var(--heat) * .62)), rgba(47, 162, 183, calc(var(--heat) * .62))),
    var(--card);
}
.hour-cell span {
  display: block;
  color: #4b4842;
  font-size: .68rem;
  font-weight: 900;
}
.hour-cell strong {
  display: block;
  margin: 14px 0 5px;
  font-family: Georgia, serif;
  font-size: 1.27rem;
}
.hour-cell small {
  display: block;
  color: #625c52;
  font-size: .62rem;
}
.hour-cell.market-closed {
  background: repeating-linear-gradient(135deg, #ded7c9, #ded7c9 6px, #e9e3d7 6px, #e9e3d7 12px);
}
.hour-cell.market-closed strong { font-size: 1rem; }
.interpretation-note {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  margin-top: 16px;
  padding: 20px;
  border-left: 4px solid var(--navy);
  background: rgba(21, 40, 58, .065);
}
.interpretation-note strong {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 1.1rem;
}
.interpretation-note p { margin: 0; color: var(--ink-soft); font-size: .84rem; }

.window-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.window-card {
  display: flex;
  min-height: 255px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 5px solid #279baa;
  background: var(--card);
}
.window-card:nth-child(2) { border-top-color: #3177b8; }
.window-card:nth-child(3) { border-top-color: #764fa7; }
.window-card:nth-child(4) { border-top-color: #53697b; }
.window-card div span,
.window-card div small { display: block; }
.window-card div span {
  color: var(--ink);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.window-card div small { margin-top: 5px; color: var(--muted); font-size: .67rem; }
.window-card > strong {
  margin: 27px 0 8px;
  color: var(--navy-2);
  font-family: Georgia, serif;
  font-size: 1.85rem;
  letter-spacing: -.04em;
}
.window-card p { flex: 1; margin: 0; color: var(--ink-soft); font-size: .78rem; }
.window-meter {
  display: block;
  height: 6px;
  margin-top: 22px;
  background: #d9e4e8;
}
.window-meter i {
  display: block;
  width: var(--window);
  height: 100%;
  background: linear-gradient(90deg, #188698, #376bb2);
}

.weekday-section { margin-top: 92px; }
.recent-heading { margin-top: 90px; }
.comparison-section > p { margin: 24px 0 0; }

.definition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line-dark);
}
.definition-grid article {
  min-height: 225px;
  padding: 26px;
  background: var(--card);
}
.definition-grid h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold);
  font-family: Georgia, serif;
  font-size: 1.22rem;
}
.definition-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .84rem;
}
.definition-bottom {
  margin: 18px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: rgba(196, 134, 22, .09);
  color: var(--ink-soft);
  font-size: .84rem;
}

.proof-section {
  margin: 110px -40px 0;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid #315d73;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    var(--navy);
  background-size: 100% 28px;
  color: #ecf1f4;
  box-shadow: var(--shadow);
}
.proof-section .section-label { color: #76d6df; }
.proof-section h2 { color: #fff; }
.proof-section > p { max-width: 82ch; color: #c8d3da; }
.proof-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
.verified-stamp {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid #73d2dc;
  color: #9be8ef;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: rotate(2deg);
}
.hash-ledger {
  margin: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.hash-ledger div {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}
.hash-ledger dt { color: #aebdc8; font-size: .72rem; }
.hash-ledger dd { min-width: 0; margin: 0; }
code {
  color: #b9f0e2;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .71rem;
  overflow-wrap: anywhere;
}
.seam-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0;
  padding: 1px;
  background: rgba(255, 255, 255, .22);
}
.seam-grid div {
  min-height: 110px;
  padding: 17px;
  background: #1a3449;
}
.seam-grid span { display: block; color: #aebdc8; font-size: .7rem; }
.seam-grid strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.65rem;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}
.download-grid a {
  display: block;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .045);
  color: #fff;
  text-decoration: none;
}
.download-grid a:hover { border-color: #65ced7; background: rgba(78, 183, 196, .09); }
.download-grid span { display: block; color: #77d3dc; font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.download-grid strong { display: block; margin: 8px 0; font-size: .95rem; }
.download-grid small { display: block; color: #9fb0bc; font-size: .66rem; overflow-wrap: anywhere; }

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.method-grid article {
  min-height: 230px;
  padding: 23px;
  border: 1px solid var(--line);
  background: var(--card);
}
.method-grid article > span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.7rem;
  font-style: italic;
}
.method-grid h3 { font-size: 1rem; }
.method-grid p { margin: 0; color: var(--ink-soft); font-size: .8rem; }
.scope-note {
  margin-top: 22px;
  padding: 28px;
  border-left: 5px solid var(--red);
  background: #eee3d5;
}
.scope-note h3 { font-family: Georgia, serif; font-size: 1.35rem; }
.scope-note li,
.scope-note p { color: var(--ink-soft); font-size: .84rem; }
.scope-note p { margin: 18px 0 0; font-weight: 750; }

.citation-section {
  margin-top: 100px;
  padding: clamp(30px, 5vw, 54px);
  border-top: 5px solid var(--gold);
  background: var(--card);
  box-shadow: var(--shadow);
}
.citation-section blockquote {
  margin: 28px 0;
  padding: 0 0 0 28px;
  border-left: 2px solid var(--gold);
  color: var(--ink-soft);
  font-family: Georgia, serif;
  font-size: clamp(1.18rem, 2.5vw, 1.65rem);
  line-height: 1.45;
}
.cite-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  border-top: 1px solid var(--line);
}
.cite-meta div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.cite-meta dt { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.cite-meta dd { min-width: 0; margin: 0; font-size: .75rem; overflow-wrap: anywhere; }

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.faq-list details {
  align-self: start;
  border: 1px solid var(--line);
  background: var(--card);
}
.faq-list summary {
  padding: 18px 48px 18px 18px;
  cursor: pointer;
  color: var(--ink);
  font-family: Georgia, serif;
  font-weight: 700;
  list-style: none;
  position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 16px;
  color: var(--gold);
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details[open] summary { border-bottom: 1px solid var(--line); }
.faq-list p { margin: 0; padding: 17px 18px 20px; color: var(--ink-soft); font-size: .84rem; }

.related-section { margin-top: 100px; }
.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.related-grid a {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, .5);
  color: var(--ink);
  text-decoration: none;
}
.related-grid a:hover { border-color: var(--gold); transform: translateY(-2px); }
.related-grid strong { font-family: Georgia, serif; font-size: 1.05rem; }
.related-grid span { color: var(--muted); font-size: .75rem; }

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 100px;
  padding: 38px;
  border: 1px solid var(--line-dark);
  background: linear-gradient(120deg, #ccecf0, #dce9f6);
}
.cta-section h2 { margin-bottom: 9px; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.cta-section p:not(.section-label) { max-width: 66ch; margin: 0; color: #514733; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0 60px;
  border-top: 1px solid var(--line-dark);
}
.site-footer .wordmark { color: var(--navy); }
.site-footer p { margin: 5px 0 0; color: var(--muted); font-size: .73rem; }
.site-footer > div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.site-footer > div:last-child a { color: var(--ink-soft); font-size: .75rem; }

@media (max-width: 960px) {
  .hero-grid,
  .answer-panel,
  .section-heading { grid-template-columns: 1fr; }
  .coverage-ticket { max-width: 520px; }
  .finding-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hour-tape { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .window-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { gap: 8px; }
  .section-heading > p { max-width: 70ch; }
}

@media (max-width: 700px) {
  .masthead nav a:not(.nav-cta) { display: none; }
  .issue-line { grid-template-columns: 1fr 1fr; }
  .issue-line span:nth-child(2) { text-align: right; }
  .issue-line time { display: none; }
  .hero-grid { gap: 45px; }
  .report-shell { width: min(100% - 26px, 1100px); }
  .finding-strip,
  .two-column-findings,
  .definition-grid,
  .method-grid,
  .faq-list,
  .related-grid,
  .download-grid,
  .window-grid,
  .cite-meta { grid-template-columns: 1fr; }
  .finding-strip article { min-height: 160px; }
  .hour-tape { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .interpretation-note { grid-template-columns: 1fr; gap: 6px; }
  .proof-section { margin-right: -13px; margin-left: -13px; padding: 28px 20px; }
  .proof-header { display: block; }
  .verified-stamp { display: inline-block; margin-bottom: 18px; }
  .hash-ledger div { grid-template-columns: 1fr; gap: 4px; }
  .seam-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-section { grid-template-columns: 1fr; padding: 28px; }
  .cta-section .button { width: 100%; }
  .site-footer { display: block; width: min(100% - 26px, 1240px); }
  .site-footer > div:last-child { justify-content: flex-start; margin-top: 24px; }
}

@media (max-width: 430px) {
  .masthead-inner,
  .issue-line,
  .hero-grid { width: min(100% - 26px, 1240px); }
  h1 { font-size: 2.35rem; }
  .hero-actions { display: grid; }
  .answer-ledger { grid-template-columns: 1fr; }
  .answer-ledger div:nth-child(odd) { border-right: 0; }
  .finding-strip,
  .hour-tape,
  .seam-grid { grid-template-columns: 1fr; }
  .hour-cell { min-height: 98px; }
  .report-index a:nth-of-type(n+4) { display: none; }
}

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

@media print {
  :root { --paper: #fff; --card: #fff; }
  body { background: #fff; font-size: 10pt; }
  .masthead,
  .hero-actions,
  .report-index,
  .cta-section,
  .site-footer { display: none; }
  .report-hero { background: #fff; color: #000; border-bottom: 2px solid #000; }
  .issue-line,
  .hero-grid { width: 100%; }
  .issue-line,
  .hero-deck,
  .report-hero .negative { color: #222; }
  .coverage-ticket { border: 1px solid #555; color: #000; box-shadow: none; }
  .coverage-ticket > span:nth-of-type(2),
  .coverage-ticket dt,
  .coverage-ticket dd { color: #222; }
  .report-shell { width: 100%; padding-bottom: 0; }
  .section-heading { padding-top: 35px; break-after: avoid; }
  .table-wrap { overflow: visible; }
  table { min-width: 0; }
  .proof-section { margin: 40px 0 0; background: #fff; color: #000; box-shadow: none; }
  .proof-section h2,
  .proof-section > p,
  code { color: #111; }
  .download-grid { display: none; }
  section,
  table,
  .chart-frame { break-inside: avoid; box-shadow: none; }
}
