:root {
  --accent-text: #ae3e30;
  color-scheme: light;
  --navy: #0e2a47;
  --navy-soft: #17395c;
  --coral: #f2644a;
  --coral-dark: #ae3e30;
  --ivory: #fff8f1;
  --sand: #f3e6d8;
  --mist: #eaf0f3;
  --panel: #ffffff;
  --ink: #1d2733;
  --muted: #66717f;
  --line: #d9d0c7;
  --success: #0d6b55;
  --paper: var(--ivory);
  --surface: var(--panel);
  --accent: var(--accent-text);
  --accent-soft: var(--sand);
}

* { box-sizing: border-box; }

html { background: var(--mist); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

.page-shell {
  width: min(100%, 880px);
  margin: 40px auto;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(14, 42, 71, .13);
}

.skip-link {
  position: fixed;
  z-index: 5;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
  transform: translateY(-160%);
}

.skip-link:focus { transform: none; }

.report-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 51px;
  padding: 8px 26px;
  color: #fff;
  background: var(--navy);
  font-size: 12px;
}

.home-link { color: #fff; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.privacy-cue { color: #fff; font-weight: 750; letter-spacing: .04em; }

.report-controls button {
  justify-self: end;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.report-controls button:hover, .report-controls button:focus-visible { background: var(--navy-soft); }

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 54px;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  color: var(--navy);
  font: 700 19px/1.1 Georgia, "Times New Roman", serif;
  letter-spacing: -.02em;
}

.wordmark span { color: var(--accent); font-style: italic; }

.report-kind {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero {
  padding: 82px 11% 72px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 8%, rgba(242, 100, 74, .14), transparent 34%),
    linear-gradient(145deg, var(--paper), var(--mist));
}

.hero-kicker, .section-eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.035em;
}

h1, h2 { color: var(--navy); }

h1 { max-width: 700px; font-size: clamp(42px, 7.2vw, 70px); line-height: 1.02; }
h2 { font-size: clamp(30px, 4.8vw, 45px); line-height: 1.12; }

.standfirst {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.52;
}

.section {
  padding: 70px 11%;
  border-bottom: 1px solid var(--line);
}

.section:nth-of-type(even) { background: var(--surface); }

.section-copy { max-width: 680px; }
.section p { margin: 22px 0 0; }

.action {
  margin-top: 34px;
  padding: 22px 24px;
  border-left: 4px solid var(--accent);
  background: var(--accent-soft);
}

.action strong {
  display: block;
  margin-bottom: 5px;
  color: var(--coral-dark);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.action p { margin: 0; line-height: 1.55; }

.closing {
  padding: 74px 11%;
  color: var(--ivory);
  background: var(--navy);
}

.closing p {
  max-width: 680px;
  margin: 0;
  font: 500 clamp(27px, 4vw, 39px)/1.28 Georgia, "Times New Roman", serif;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 54px 31px;
  color: var(--mist);
  background: var(--navy-soft);
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .page-shell { margin: 0; }
  .masthead { padding: 19px 24px; }
  .report-controls { grid-template-columns: 1fr auto; padding: 10px 18px; }
  .privacy-cue { grid-column: 1 / -1; grid-row: 2; }
  .hero { padding: 58px 24px 52px; }
  .section { padding: 52px 24px; }
  .closing { padding: 56px 24px; }
  .footer { padding: 24px; flex-direction: column; }
}

@page { size: letter; margin: .62in .66in .68in; }

@media print {
  :root { --paper: #fff; --surface: #fff; }
  html, body { background: #fff; font-size: 10.5pt; }
  .page-shell { width: auto; margin: 0; box-shadow: none; }
  .skip-link, .report-controls { display: none !important; }
  .masthead { padding: 0 0 18pt; }
  .hero { padding: 40pt 0 34pt; background: #fff; }
  h1 { font-size: 35pt; }
  h2 { font-size: 24pt; }
  .standfirst { font-size: 15pt; }
  .section { padding: 35pt 0; background: #fff !important; break-inside: avoid; }
  .action { background: #f4eee8; break-inside: avoid; }
  .closing { margin: 0 -.66in; padding: 38pt .66in; print-color-adjust: exact; }
  .footer { margin: 0 -.66in -.68in; padding: 20pt .66in; print-color-adjust: exact; }
}
