@charset "UTF-8";
:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: #211f1b;
  background: #faf8f2;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.7; }
a { color: #623300; text-underline-offset: .2em; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: .14em; }
a:focus-visible { outline: 3px solid #126cc4; outline-offset: 4px; border-radius: 2px; }
.shell { width: min(100% - 40px, 900px); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 5; padding: 12px 18px; color: white; background: #211f1b; }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid #ded6c7; background: #ffdb2d; }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 18px; }
.brand { color: #211f1b; text-decoration: none; font-size: 1.4rem; font-weight: 900; letter-spacing: -.05em; }
.header-link { display: inline-flex; align-items: center; min-height: 44px; color: #211f1b; font-size: .9rem; font-weight: 700; }
main { padding-block: 44px 48px; }
.eyebrow { margin: 0 0 10px; font-size: .75rem; font-weight: 800; letter-spacing: .12em; color: #665e51; }
h1 { font-size: clamp(2rem, 5vw, 3rem); line-height: 1.12; letter-spacing: -.045em; margin: 0 0 16px; }
h2 { font-size: 1.25rem; line-height: 1.35; margin: 32px 0 10px; letter-spacing: -.02em; }
p { margin: 0 0 16px; }
.updated { color: #665e51; font-size: .875rem; }
.notice { background: #fff2aa; border-left: 4px solid #9c2924; padding: 18px 22px; border-radius: 0 12px 12px 0; margin: 24px 0; }
.notice p:last-child { margin-bottom: 0; }
.page-nav { display: flex; flex-wrap: wrap; gap: 8px 24px; border-bottom: 1px solid #ded6c7; padding-bottom: 18px; }
.page-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .925rem; }
.page-nav [aria-current="page"] { color: #211f1b; font-weight: 800; }
ul { padding-left: 24px; margin: 0 0 18px; }
li { margin-block: 7px; }
address { font-style: normal; border: 1px solid #ded6c7; background: #fff; padding: 18px 22px; border-radius: 12px; margin: 16px 0; overflow-wrap: anywhere; }
.site-footer { border-top: 1px solid #ded6c7; padding-block: 24px 36px; color: #665e51; font-size: .875rem; }
.site-footer p { margin-bottom: 10px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 480px) {
  .shell { width: calc(100% - 32px); }
  main { padding-top: 30px; }
  .notice, address { padding: 16px; }
}
@media print {
  body { color: #000; background: #fff; }
  .shell { width: 100%; }
  .site-header, .skip-link, .page-nav, .site-footer nav { display: none; }
  main { padding-top: 0; }
  h2 { break-after: avoid; }
  address, .notice { break-inside: avoid; }
}
