:root {
  --navy: #074b41;
  --orange: #f89c45;
  --red: #f2644a;
  --cream: #faf7f2;
  --ink: #20211f;
  --muted: #60635f;
  --line: #d6d8d0;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 17px/1.55 Georgia, 'Times New Roman', serif; }
a { color: inherit; text-underline-offset: 0.16em; }
a:hover { color: var(--red); }
.shell { width: min(1120px, calc(100% - 3rem)); margin: 0 auto; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.wordmark img { display: block; width: 178px; height: auto; }
.back-link, .report-actions a, .row-link, .site-footer, .eyebrow, .report-date, .section-heading { font-family: system-ui, sans-serif; }
.back-link { font-size: .9rem; font-weight: 650; color: var(--navy); text-decoration: none; }
.masthead { background: var(--navy); color: white; padding: clamp(2.4rem, 5vw, 4rem) 0; }
.eyebrow { margin: 0 0 .75rem; font-size: .76rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; color: var(--orange); }
.masthead h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6vw, 4.6rem); line-height: .95; letter-spacing: -.05em; }
.lede { max-width: 650px; margin: .85rem 0 0; font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.4; color: #e4f0eb; }
.content-section { padding: clamp(2.1rem, 4vw, 3.5rem) 0; }
.featured-report { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(220px, .72fr); gap: clamp(1.75rem, 5vw, 5rem); padding: 1.25rem 0 1.7rem; border-top: 2px solid var(--red); border-bottom: 1px solid var(--line); }
h2 { margin: .1rem 0 .6rem; font-size: clamp(1.45rem, 2.3vw, 2.05rem); line-height: 1.15; letter-spacing: -.028em; }
h2 a { text-decoration-thickness: 1.5px; }
.featured-report p:not(.report-date) { max-width: 670px; margin: 0; color: var(--muted); }
.report-date { margin: 0 0 .75rem; color: var(--muted); font-size: .82rem; font-weight: 650; }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; margin: .1rem 0 .9rem; }
.tag-list span { padding: .27rem .55rem; background: #edf1ed; border-radius: 999px; color: var(--navy); font: 650 .76rem/1 system-ui, sans-serif; }
.report-actions { align-self: center; display: grid; gap: .9rem; }
.report-actions a { font-size: .9rem; font-weight: 650; color: var(--navy); }
.report-actions .button { display: inline-block; width: fit-content; padding: .72rem 1rem; background: var(--red); color: white; text-decoration: none; }
.report-actions .button:hover { background: var(--navy); }
.report-list { padding-top: clamp(1.8rem, 3vw, 2.6rem); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.section-heading p:last-child { color: var(--muted); font-size: .85rem; }
.report-row { display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; gap: 1.5rem; align-items: start; padding: 1.35rem 0; border-top: 1px solid var(--line); }
.report-row h2 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
.report-row p:not(.report-date) { max-width: 690px; margin: 0; color: var(--muted); }
.row-link { color: var(--navy); font-size: .9rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-footer { padding: 3rem 0; background: #1b2521; color: #d8dfda; font-size: .87rem; }
.site-footer .shell { display: flex; justify-content: space-between; gap: 2rem; }
.site-footer p { max-width: 380px; margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.2rem; align-content: start; }
.site-footer a { color: white; }
@media (max-width: 700px) {
  .shell { width: min(100% - 2rem, 1120px); }
  .header-inner { min-height: 84px; }
  .wordmark img { width: 165px; }
  .masthead { padding: 2.5rem 0 2.7rem; }
  .content-section { padding: 2.5rem 0; }
  .featured-report, .report-row { grid-template-columns: 1fr; gap: .7rem; }
  .featured-report { padding: 1.35rem 0 1.8rem; }
  .featured-report h2 { margin-top: .1rem; font-size: clamp(1.7rem, 7.6vw, 2.2rem); line-height: 1.14; }
  .featured-report .tag-list { margin: .25rem 0 .95rem; }
  .featured-report .report-actions { margin-top: .45rem; gap: .95rem; }
  .report-list { padding-top: 2rem; }
  .report-row { padding: 1.6rem 0; gap: .8rem; }
  .report-row h2 { line-height: 1.18; }
  .row-link { margin-top: .3rem; }
  .site-footer .shell { display: block; }
  .site-footer nav { margin-top: 1.25rem; }
}
