@font-face {
  font-family: "Instrument Serif";
  src: url("/fonts/instrument-serif-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  color: #15171d;
  background: #f7f5f0;
  font: 16px/1.75 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 2px solid #15171d; outline-offset: 5px; }
header, main, footer { width: min(1060px, calc(100% - 48px)); margin-inline: auto; }
header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 30px 90px; }
.brand { font: 36px/1 "Instrument Serif", Georgia, serif; text-decoration: none; }
header nav, footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 13px; }
[aria-current="page"] { text-decoration-thickness: 2px; }
h1, h2 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.025em; }
h1 { max-width: 850px; font-size: clamp(64px, 9vw, 108px); line-height: .98; margin: 0 0 28px; }
.eyebrow, .date { color: #655f56; font: 600 11px/1.6 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow { margin: 0 0 24px; }
.date { margin: 0 0 32px; }
.intro { max-width: 700px; font-size: 19px; color: #4a4740; }
.contents { margin-block: 36px 60px; padding: 24px 28px; background: #ecebe4; border-radius: 4px; }
.contents p { margin: 0 0 12px; font-weight: 600; }
.contents ul { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 0; list-style: none; font-size: 14px; }
section { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 48px; padding-block: 36px; border-top: 1px solid rgb(20 18 14 / 18%); scroll-margin-top: 24px; }
h2 { margin: 0; font-size: 34px; line-height: 1.1; }
section div > :first-child { margin-top: 0; }
section div > :last-child { margin-bottom: 0; }
p, li { overflow-wrap: anywhere; }
section p, section li { color: #4a4740; }
li + li { margin-top: 10px; }
.contents li + li { margin-top: 0; }
ul { padding-left: 22px; }
strong { color: #15171d; font-weight: 600; }
footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; padding-block: 36px; margin-top: 40px; border-top: 1px solid rgb(20 18 14 / 18%); font-size: 13px; }
.skip-link { position: absolute; top: -100px; left: 24px; padding: 10px 16px; background: #15171d; color: #fff; }
.skip-link:focus { top: 12px; }
@media (max-width: 720px) {
  header { padding-bottom: 60px; align-items: flex-start; }
  header nav { justify-content: flex-end; gap: 8px 16px; }
  section { grid-template-columns: 1fr; gap: 20px; padding-block: 30px; }
  h2 { font-size: 32px; }
  .contents { padding: 22px; margin-bottom: 40px; }
  footer { flex-direction: column; }
}
@media print {
  :root { background: white; font-size: 11pt; }
  header, footer, .contents, .skip-link { display: none; }
  main { width: 100%; }
  h1 { font-size: 36pt; }
  section { display: block; padding-block: 18px; }
  h2 { font-size: 20pt; break-after: avoid; margin-bottom: 12px; }
}
