@font-face {
  font-family: Outfit;
  src: url('/fonts/outfit-latin-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: #FAF7F2; color: #071A2B; font-family: Outfit, system-ui, sans-serif; font-size: 18px; line-height: 1.7; }
a { color: inherit; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #A6721E; outline-offset: 5px; border-radius: 2px; }
.skip { position: absolute; left: 16px; top: -100px; background: white; padding: 12px; z-index: 2; }
.skip:focus { top: 12px; }
.site-header { background: #071A2B; color: white; padding: 24px max(20px, calc((100vw - 960px) / 2)); }
.brand { display: block; color: #D4A447; font-size: 15px; letter-spacing: .12em; font-weight: 700; }
.back { display: inline-block; margin-top: 12px; font-size: 16px; padding-block: 4px; }
main { width: min(100% - 40px, 960px); margin: 48px auto 64px; }
.eyebrow { color: #6B4B17; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
h1 { font-size: clamp(34px, 5vw, 52px); line-height: 1.12; margin: 0 0 16px; letter-spacing: -.025em; }
h2 { font-size: clamp(23px, 3vw, 29px); line-height: 1.3; margin: 0 0 16px; }
p { margin: 0 0 16px; }
p:last-child, li:last-child { margin-bottom: 0; }
.summary { background: #071A2B; color: white; padding: 28px; border-radius: 16px; margin: 28px 0; }
.summary h2 { color: #F5E6C4; }
.contents { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 24px 0 40px; padding: 16px 0; border-block: 1px solid #D9D0BE; }
.contents a { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; }
section { margin: 0 0 32px; padding: 28px; background: white; border: 1px solid #E1DBCF; border-radius: 16px; }
section:target { border-color: #A6721E; }
ul, ol { padding-left: 24px; margin: 16px 0; }
li { margin: 0 0 10px; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: 16px; }
th, td { text-align: left; vertical-align: top; border-bottom: 1px solid #D9D0BE; padding: 12px; }
th { background: #F1EDE4; }
code { overflow-wrap: anywhere; font-size: .85em; }
.meta { color: #59616A; font-size: 16px; }
footer { background: #071A2B; color: #F5E6C4; padding: 28px 20px; text-align: center; font-size: 15px; }
footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 4px 24px; margin-bottom: 20px; }
footer a { min-height: 44px; display: inline-flex; align-items: center; }
@media (max-width: 600px) {
  body { font-size: 17px; line-height: 1.65; }
  main { margin-top: 32px; width: calc(100% - 32px); }
  section, .summary { padding: 22px 18px; border-radius: 12px; }
    .contents { gap: 4px 20px; }
}
@media print {
  body { background: white; font-size: 11pt; }
  .site-header, .contents, footer, .skip { display: none; }
  main { margin: 0; width: 100%; }
  h1 { font-size: 24pt; }
  h2 { font-size: 16pt; break-after: avoid; }
  section, .summary,   .summary h2 { color: black; }
  a { color: black; }
}
