:root {
  --ink: #071a2d;
  --navy: #0a2947;
  --blue: #176b98;
  --cyan: #62d8f4;
  --orange: #d85c35;
  --sand: #eee6da;
  --paper: #fffdf8;
  --line: #ccd5dc;
  --muted: #526475;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  margin: 0;
}

a { color: #0a608f; }
a:focus-visible, button:focus-visible { outline: 3px solid #e76e3f; outline-offset: 3px; }

.skip-link {
  background: white;
  left: 16px;
  min-height: 44px;
  min-width: 44px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 100;
}
.skip-link:focus { top: 16px; }

.brief-nav {
  align-items: center;
  background: #061827;
  color: white;
  display: grid;
  gap: 26px;
  grid-template-columns: auto 1fr auto;
  padding: 18px clamp(20px, 5vw, 68px);
}

.brand {
  align-items: center;
  color: white;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .1em;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
  text-transform: uppercase;
}

.brief-nav nav {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.brief-nav nav a {
  align-items: center;
  color: #d5e4ee;
  display: inline-flex;
  font-size: .76rem;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
}
.brief-nav nav a:hover { text-decoration: underline; }

.nav-action {
  align-items: center;
  border: 1px solid #90c8de;
  border-radius: 7px;
  color: white;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 750;
  min-height: 44px;
  min-width: 44px;
  padding: 10px 13px;
  text-decoration: none;
}

main > section, footer {
  margin-inline: auto;
  max-width: 1440px;
  padding: clamp(64px, 7vw, 100px) clamp(22px, 7vw, 100px);
}

.eyebrow {
  color: var(--blue);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .15em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.brief-hero {
  align-items: end;
  background:
    radial-gradient(circle at 80% 18%, rgba(98,216,244,.16), transparent 30%),
    linear-gradient(135deg, #061827, #0b3452);
  color: white;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.5fr) minmax(270px, .5fr);
  min-height: 610px;
}

.brief-hero h1 {
  font-size: clamp(4rem, 7.5vw, 7.5rem);
  letter-spacing: -.06em;
  line-height: .88;
  margin: 0;
  max-width: 9ch;
}

.judgment {
  color: #d7e6ef;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.55;
  margin: 30px 0 0;
  max-width: 830px;
}

.clarifier {
  border-left: 4px solid var(--orange);
  font-weight: 750;
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: 760px;
  padding-left: 18px;
}

.brief-hero aside {
  background: white;
  border-top: 6px solid var(--orange);
  color: var(--ink);
  padding: 28px;
}

.brief-hero aside > span,
.crossover-grid article > span {
  color: var(--blue);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.brief-hero aside > strong {
  color: var(--blue);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 6vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -.06em;
  margin: 12px 0;
}

.brief-hero aside p { font-size: .9rem; font-weight: 700; line-height: 1.5; margin: 0; }

.decision-callout {
  align-items: start;
  background: var(--sand);
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
}

.decision-callout h2,
.brief-section h2,
.bridge-section h2,
.stakes-section h2,
.evidence-request h2,
.appendix-section h2,
.brief-actions h2 {
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
  letter-spacing: -.045em;
  line-height: .98;
  margin: 0;
}

.decision-callout ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.decision-callout li {
  border-top: 1px solid #aaa59d;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  padding: 22px 0;
}

.decision-callout li:last-child { border-bottom: 1px solid #aaa59d; }
.decision-callout li span { color: #425263; line-height: 1.55; }

.brief-section header,
.stakes-section header,
.evidence-request header,
.appendix-section header { max-width: 920px; }

.crossover-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.crossover-grid article {
  background: #e9eff2;
  min-width: 0;
  padding: 28px;
}

.crossover-grid article:nth-child(2) { background: var(--ink); color: white; }
.crossover-grid article.forecast { background: #f3e5dc; border: 2px dashed var(--orange); }

.crossover-grid article div {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.crossover-grid article div + div {
  border-top: 1px solid rgba(76,96,112,.28);
  padding-top: 12px;
}

.crossover-grid article div strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.8vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -.04em;
}

.crossover-grid article div small { font-weight: 800; letter-spacing: .08em; }
.crossover-grid article p { font-size: .8rem; margin: 24px 0 0; }

.basis, .limitation {
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.65;
  margin: 22px 0 0;
  max-width: 1050px;
}

.bridge-section { background: #0a2947; color: white; }
.bridge-section > div:first-child { max-width: 920px; }
.bridge-section > div:first-child > p:last-child { color: #c7d9e4; line-height: 1.7; }
.bridge-section .eyebrow,
.brief-actions .eyebrow,
.crossover-grid article:nth-child(2) > span { color: #76c8eb; }

.bridge {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr) auto);
  margin-top: 44px;
}

.bridge article {
  background: rgba(255,255,255,.09);
  min-width: 0;
  padding: 22px;
}

.bridge article.result { background: white; color: var(--ink); }
.bridge span { display: block; font-size: .69rem; line-height: 1.4; min-height: 2.8em; }
.bridge strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 2.8vw, 2.8rem); font-weight: 400; margin-top: 18px; white-space: nowrap; }
.bridge > b { align-self: center; color: var(--cyan); font-size: 1.6rem; }

.counterpoint {
  background: #f3e5dc;
  border-left: 6px solid var(--orange);
  color: var(--ink);
  margin-top: 30px;
  padding: 24px 28px;
}

.counterpoint > strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 400; }
.counterpoint p { line-height: 1.6; margin-bottom: 0; }

.stakes-section { background: var(--sand); }
.stakes-section header > p:last-child { color: #425263; line-height: 1.7; }

.stakes-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.stakes-grid article { background: var(--ink); color: white; min-width: 0; padding: 30px; }
.stakes-grid strong { color: var(--cyan); display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 5vw, 5rem); font-weight: 400; }
.stakes-grid span { display: block; font-size: .82rem; line-height: 1.5; margin-top: 12px; }

.request-grid, .appendix-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 44px;
}

.request-grid article, .appendix-grid article { background: #edf1f2; min-width: 0; padding: 30px; }
.request-grid h3, .appendix-grid h3, .source-block h3 { font-size: 1.55rem; margin: 0 0 14px; }
.request-grid p, .appendix-grid p { color: #425263; line-height: 1.65; margin: 0; }

.appendix-section { background: #f5f1e9; }

.source-block { border-top: 1px solid #b8b4ac; margin-top: 42px; padding-top: 28px; }
.source-block ul { columns: 2; gap: 36px; padding-left: 20px; }
.source-block li { break-inside: avoid; line-height: 1.55; margin: 9px 0; }

.brief-actions {
  align-items: center;
  background: var(--ink);
  color: white;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.brief-actions > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.brief-actions a {
  align-items: center;
  border: 1px solid #a9c2d2;
  border-radius: 7px;
  color: white;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 750;
  min-height: 44px;
  min-width: 44px;
  padding: 12px 15px;
  text-decoration: none;
}
.brief-actions a.primary { background: var(--cyan); border-color: var(--cyan); color: var(--ink); }

footer { border-top: 1px solid var(--line); color: var(--muted); padding-bottom: 36px; padding-top: 36px; }
footer strong { color: var(--ink); }
footer p { font-size: .74rem; line-height: 1.6; max-width: 900px; }

@media (max-width: 980px) {
  .brief-nav { grid-template-columns: 1fr auto; }
  .brief-nav nav { display: none; }
  .brief-hero, .decision-callout, .brief-actions { grid-template-columns: 1fr; }
  .brief-hero { min-height: 0; }
  .brief-hero aside { max-width: 520px; }
  .brief-actions > div:last-child { justify-content: flex-start; }
  .bridge { grid-template-columns: 1fr; }
  .bridge > b { justify-self: center; }
}

@media (max-width: 700px) {
  .brief-nav { display: flex; flex-wrap: wrap; }
  .nav-action { margin-left: 0; }
  .brief-hero h1 { font-size: clamp(3.8rem, 18vw, 5.4rem); }
  .crossover-grid, .stakes-grid, .request-grid, .appendix-grid { grid-template-columns: 1fr; }
  .decision-callout li { grid-template-columns: 1fr; }
  .source-block ul { columns: 1; }
}

@media (max-width: 390px) {
  main > section, footer { padding-left: 18px; padding-right: 18px; }
  .brief-hero h1 { font-size: 3.55rem; }
  .brief-hero aside, .crossover-grid article, .request-grid article, .appendix-grid article { padding: 22px; }
}

@media print {
  .brief-nav, .skip-link, .brief-actions { display: none; }
  main > section { break-inside: avoid; padding: 28px 32px; }
  .brief-hero { min-height: auto; }
}
@import url("/assets/fonts/fonts.css");

.brief-disclosure-strip {
  background: #a5322c;
  color: #fff;
  font: 600 .78rem/1.35 "IBM Plex Sans", "Segoe UI", sans-serif;
  letter-spacing: .025em;
  padding: 9px 24px;
  text-align: center;
}

.actual-basis-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0 24px;
  background: #aeb9c2;
}

.actual-basis-grid article { background: #f6f2ea; padding: 24px; }
.actual-basis-grid span { color: #425d72; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.actual-basis-grid strong { color: #a5322c; display: block; font: 600 clamp(2.6rem, 5vw, 4.8rem)/1 Georgia, serif; margin: 20px 0 12px; }
.actual-basis-grid p { color: #29465d; line-height: 1.5; margin: 0; }
.forecast-heading { border-top: 1px solid #aeb9c2; color: #a5322c; font-size: .75rem; letter-spacing: .1em; margin: 42px 0 18px; padding-top: 18px; text-transform: uppercase; }

@media (max-width: 720px) {
  .brief-disclosure-strip { padding-inline: 16px; text-align: left; }
  .actual-basis-grid { grid-template-columns: 1fr; }
}
