:root {
  color-scheme: light;
  --paper: #faf6ed;
  --ink: #243a34;
  --petrol: #123c34;
  --muted: #53665e;
  --line: #d6cebd;
  --cream: #f1e7d2;
  --accent: #9b451e;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 1.5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1.0625rem/1.7 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--petrol); text-decoration-thickness: .08em; text-underline-offset: .2em; overflow-wrap: anywhere; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 2px; }
.wrap { width: min(100% - 3rem, 52rem); margin-inline: auto; }
.masthead { background: var(--petrol); border-bottom: 4px solid #c69142; color: var(--paper); }
.brand { display: flex; flex-wrap: wrap; gap: .5rem 2rem; justify-content: space-between; padding-block: 1.1rem; font-size: .88rem; font-weight: 750; letter-spacing: .13em; }
.brand span { letter-spacing: .04em; font-weight: 450; }
.intro { padding: 3.25rem 0 1.25rem; }
.eyebrow { margin: 0 0 .75rem; color: var(--accent); font-size: .82rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 6vw, 3.25rem); line-height: 1.14; letter-spacing: -.035em; font-weight: 700; }
h1 span { display: block; }
.updated { margin: 1.1rem 0; color: var(--muted); font-size: .92rem; }
.lead { max-width: 65ch; font-size: 1.15rem; line-height: 1.7; margin-bottom: .5rem; }
.identity { background: var(--cream); border: 1px solid var(--line); padding: 1.4rem 1.75rem; border-radius: .2rem; }
.identity h2 { margin: 0 0 .8rem; font-size: 1.1rem; }
dl { margin: 0; }
dl > div { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.2fr); gap: .5rem 1.25rem; padding: .5rem 0; }
dt { color: var(--muted); font-size: .91rem; }
dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
code { font: .9em ui-monospace, "Cascadia Mono", Consolas, monospace; overflow-wrap: anywhere; }
.contents { display: flex; flex-wrap: wrap; gap: .15rem 1.25rem; margin-top: 1.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.contents a { font-size: .92rem; padding: .5rem 0; min-height: 44px; display: inline-flex; align-items: center; }
.policy { max-width: 72ch; }
.policy section { margin-top: 2.4rem; }
h2 { color: var(--petrol); font-size: 1.4rem; line-height: 1.4; margin-bottom: .85rem; }
h3 { color: var(--petrol); font-size: 1.1rem; margin: 1.5rem 0 .6rem; }
p { margin: .75rem 0; }
ul { padding-left: 1.35rem; }
li { padding-left: .25rem; margin: .6rem 0; }
.footer { border-top: 1px solid var(--line); margin-top: 3.5rem; padding-block: 1.5rem 2.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 2rem; color: var(--muted); font-size: .9rem; }
.footer p { margin: 0; }
.skip-link { position: absolute; top: .7rem; left: 1rem; z-index: 2; transform: translateY(-200%); background: var(--paper); padding: .65rem 1rem; }
.skip-link:focus { transform: translateY(0); }
@media (max-width: 600px) {
  .wrap { width: min(100% - 2rem, 52rem); }
  .intro { padding-top: 2rem; }
  .identity { padding: 1.2rem; }
  dl > div { grid-template-columns: minmax(0, 1fr); gap: .1rem; padding-block: .55rem; }
  .contents { gap: .1rem 1.1rem; }
  h2 { font-size: 1.25rem; }
}
@media print {
  body { background: white; color: black; font-size: 11pt; }
  .wrap { width: 100%; }
  .masthead { background: white; color: black; }
  .contents, .skip-link, .footer a { display: none; }
  .intro { padding-top: 1rem; }
  h2, h3 { break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
}
