:root {
  color-scheme: light;
  --ink: #25282b;
  --muted: #5d6469;
  --gold: #f2cb13;
  --paper: #ffffff;
  --canvas: #f5f6f3;
  --line: #dfe2df;
  --shadow: 0 18px 45px rgba(29, 34, 37, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 400 1rem/1.65 Arial, Helvetica, sans-serif; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid #115d85; outline-offset: 4px; }
img { max-width: 100%; height: auto; }
.site-header { background: var(--paper); border-bottom: 4px solid var(--gold); }
.header-inner { max-width: 1180px; margin: auto; padding: 10px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 86px; }
.logo-link { display: inline-flex; align-items: center; border-radius: 50%; }
.site-logo { display: block; width: 64px; height: 64px; object-fit: contain; }
.nova-link { display: inline-flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 8px; background: #2c5075; }
.nova-logo { display: block; width: 230px; height: auto; }
.page-width { max-width: 1180px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.hero { background: #2e2d2c; color: #fff; }
.hero-inner { padding-top: clamp(52px, 7vw, 98px); padding-bottom: clamp(56px, 7vw, 100px); }
.eyebrow { color: #756400; font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 16px; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { font-size: clamp(2.45rem, 5.4vw, 4.9rem); line-height: 1.07; letter-spacing: -.045em; max-width: 890px; margin: 0; }
.title-prefix { display: block; margin-bottom: 12px; color: var(--gold); font-size: clamp(1.05rem, 2vw, 1.4rem); line-height: 1.3; letter-spacing: .08em; }
.page-heading .title-prefix { color: #756400; }
.hero-lead { font-size: clamp(1.12rem, 1.7vw, 1.36rem); max-width: 730px; margin: 24px 0 0; color: #ededeb; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 22px; border-radius: 8px; text-decoration: none; font-weight: 700; line-height: 1.3; transition: background .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #1f2528; }
.button-primary:hover { background: #ffdf39; }
.button-outline { border: 1px solid #a9aba9; color: #fff; }
.button-outline:hover { background: #454442; }
main { min-height: 55vh; }
.section { padding-top: clamp(48px, 6vw, 76px); padding-bottom: clamp(48px, 6vw, 76px); }
.section + .section { padding-top: 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.section h2 { font-size: clamp(1.9rem, 3.3vw, 2.7rem); line-height: 1.18; letter-spacing: -.035em; margin: 0; }
.section-intro { max-width: 850px; margin: 0; font-size: 1.08rem; color: var(--muted); }
.prose { max-width: 850px; font-size: 1.08rem; }
.prose p { margin: 0 0 1.2em; }
.prose p:last-child { margin-bottom: 0; }
.prose a, .footer-links a { text-underline-offset: .2em; }
.prose a:hover, .footer-links a:hover { color: #836b00; }
.summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.summary-cta { display: flex; justify-content: center; margin-top: 34px; }
.summary-column { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: clamp(20px, 3vw, 32px); }
.summary-column h3 { margin: 0 0 18px; font-size: 1.42rem; letter-spacing: -.02em; }
.summary-list { list-style: none; margin: 0; padding: 0; }
.summary-item { border-top: 1px solid var(--line); padding: 18px 0; }
.summary-item:first-child { border-top: 0; padding-top: 0; }
.summary-item:last-child { padding-bottom: 0; }
.summary-topic { font-weight: 700; line-height: 1.42; }
.summary-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 9px; font-size: .94rem; font-weight: 700; }
.summary-actions a { color: #174c69; text-underline-offset: .18em; }
.summary-actions a:hover { color: #a33a20; }
.notice { background: #fff7cf; border-left: 5px solid var(--gold); border-radius: 0 8px 8px 0; padding: 18px 20px; max-width: 850px; }
.notice p { margin: 0; }
.page-heading { padding-top: clamp(48px, 6vw, 76px); padding-bottom: 32px; }
.page-heading h1 { color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.1rem); max-width: 100%; }
.page-heading p { color: var(--muted); max-width: 760px; margin: 14px 0 0; font-size: 1.08rem; }
.back-link { display: inline-block; margin-bottom: 22px; color: #174c69; font-weight: 700; text-underline-offset: .22em; }
.report-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; padding-bottom: 82px; }
.report-choice { min-height: 230px; background: #2e2d2c; color: #fff; border-radius: 16px; text-decoration: none; padding: clamp(24px, 4vw, 42px); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); border-top: 7px solid var(--gold); transition: transform .18s ease, background .18s ease; }
.report-choice:hover { transform: translateY(-4px); background: #3a3938; }
.report-choice .date { color: var(--gold); font-size: .84rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.report-choice strong { font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.035em; line-height: 1.15; }
.report-choice .meta { color: #dededb; font-size: .97rem; }
.accordion-list { display: grid; gap: 12px; padding-bottom: 86px; }
.topic { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 5px 20px rgba(29, 34, 37, .04); overflow: hidden; }
.topic[open] { border-color: #d5bd40; }
.topic summary { cursor: pointer; display: flex; align-items: center; gap: 18px; list-style: none; padding: 19px 23px; font-weight: 700; line-height: 1.36; }
.topic summary::-webkit-details-marker { display: none; }
.topic summary:hover { background: #fbfaf2; }
.topic-number { flex: 0 0 auto; min-width: 50px; min-height: 50px; display: grid; place-items: center; padding: 5px; border-radius: 9px; background: var(--gold); color: #262520; font-weight: 800; font-size: 1rem; }
.topic-title { flex: 1; }
.topic-count { color: var(--muted); font-size: .84rem; font-weight: 400; white-space: nowrap; }
.topic-chevron { flex: 0 0 auto; width: 10px; height: 10px; border: solid currentColor; border-width: 0 2px 2px 0; transform: rotate(45deg); transition: transform .18s ease; }
.topic[open] .topic-chevron { transform: rotate(225deg); }
.documents { margin: 0; padding: 0 23px 22px 91px; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.documents li { min-width: 0; }
.documents a { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 47px; border: 1px solid var(--line); border-radius: 7px; padding: 9px 12px; text-decoration: none; color: #174c69; font-weight: 700; }
.documents a:hover { border-color: #d0ad0c; background: #fffdf2; }
.pdf-tag { color: #626b70; font-size: .74rem; letter-spacing: .06em; }
.site-footer { background: #2e2d2c; color: #f3f3f1; }
.footer-inner { padding-top: 45px; padding-bottom: 45px; }
.footer-inner p { margin: 0; }
.footer-heading { font-weight: 700; margin-bottom: 10px !important; }
.footer-links, .social-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 13px 0 0; padding: 0; list-style: none; }
.footer-links a:hover, .social-links a:hover { color: var(--gold); }
.footer-small { color: #c3c5c3; font-size: .88rem; margin-top: 24px !important; }
@media (max-width: 760px) {
  .summary-grid, .report-choices { grid-template-columns: 1fr; }
  .documents { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-left: 23px; }
  .topic-count { display: none; }
  .report-choice { min-height: 205px; }
}
@media (max-width: 520px) {
  .header-inner { min-height: 75px; padding: 8px 18px; }
  .site-logo { width: 55px; height: 55px; }
  .nova-logo { width: 180px; }
  .page-width { padding-left: 18px; padding-right: 18px; }
  .topic summary { padding: 16px; gap: 12px; }
  .topic-number { min-width: 42px; min-height: 42px; font-size: .9rem; }
  .documents { grid-template-columns: 1fr; padding: 0 16px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .report-choice, .topic-chevron { transition: none; }
}
