:root { color-scheme: light; font: 17px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #20342d; background: #f6f8f7; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #087452; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid #087452; outline-offset: 5px; }
.skip { position: absolute; left: 16px; top: -80px; background: white; padding: 12px; }
.skip:focus { top: 8px; }
header, main, footer { width: min(100% - 40px, 1000px); margin-inline: auto; }
header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-block: 28px; border-bottom: 1px solid #dce5df; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 1.35rem; font-weight: 750; text-decoration: none; color: #20342d; }
.brand img { width: 42px; height: 42px; border-radius: 10px; }
nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: .9rem; }
nav [aria-current="page"] { font-weight: 700; }
main { padding-block: 48px 64px; min-height: 65vh; }
h1, h2 { line-height: 1.2; letter-spacing: -.025em; }
h1 { font-size: clamp(2rem, 6vw, 3.25rem); margin: 0 0 24px; }
h2 { font-size: 1.35rem; margin-top: 36px; }
p { margin: 0 0 20px; }
.eyebrow { color: #52685d; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.intro { max-width: 700px; font-size: 1.1rem; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 24px; margin-top: 36px; }
.card { background: white; border: 1px solid #dce5df; border-radius: 16px; padding: 28px; }
.card h2 { margin: 0 0 12px; }
.card p { margin-bottom: 0; }
article { max-width: 760px; }
.date { color: #52685d; font-size: .9rem; }
.labels { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; margin-top: 32px; }
figure { background: white; border: 1px solid #dce5df; border-radius: 12px; margin: 0; padding: 24px; text-align: center; break-inside: avoid; }
figure img { display: block; width: min(100%, 230px); height: auto; margin: 0 auto 16px; image-rendering: pixelated; }
figcaption strong, figcaption span { display: block; }
figcaption strong { font-size: 1.4rem; }
figcaption small { display: block; color: #52685d; margin-top: 8px; }
footer { border-top: 1px solid #dce5df; padding-block: 24px 40px; font-size: .85rem; color: #52685d; }
@media print {
  :root { font-size: 12pt; color: black; background: white; }
  header, footer, .skip { display: none; }
  main { width: 100%; padding: 0; }
  h1 { font-size: 24pt; }
  .labels { display: flex; flex-wrap: wrap; gap: 12px; }
  figure { padding: 14px; border: 1px solid #999; width: 240px; }
  figure img { width: 200px; }
  a { color: black; }
}
