:root { color-scheme: light; --paper: #f7f6f2; --ink: #262c29; --muted: #656c66; --line: #dddfd6; --green: #233e33; }
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
.container { width: min(100% - 48px, 820px); margin-inline: auto; }
a { color: var(--green); text-underline-offset: 4px; overflow-wrap: anywhere; }
a:focus-visible { outline: 3px solid #b94c2a; outline-offset: 5px; }
header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 30px; border-bottom: 1px solid var(--line); font-size: 14px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 19px; }
.brand span { font-size: 12px; font-weight: 400; }
.brand img { object-fit: contain; }
.intro { padding-block: 56px 22px; }
.eyebrow { color: var(--green); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(38px, 7vw, 60px); line-height: 1.12; letter-spacing: -.035em; margin: 18px 0; }
.lead { max-width: 620px; font-size: 21px; line-height: 1.5; }
.updated { font-size: 13px; color: var(--muted); margin-top: 24px; }
.identity { background: #e9ede4; border-left: 3px solid var(--green); padding: 24px 28px; border-radius: 0 12px 12px 0; font-size: 15px; }
.identity p:last-child { margin-bottom: 0; }
.contents { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-block: 28px; border-bottom: 1px solid var(--line); font-size: 14px; }
section { padding-top: 30px; }
h2 { font-size: 25px; line-height: 1.3; letter-spacing: -.025em; margin: 15px 0 20px; }
h3 { font-size: 18px; line-height: 1.4; margin: 26px 0 10px; }
p { margin-block: 12px; }
ul { padding-left: 23px; }
li { margin-bottom: 12px; padding-left: 3px; }
footer { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 52px !important; padding-block: 28px 40px; font-size: 14px; }
.skip-link { position: absolute; left: 24px; top: -100px; padding: 10px; background: white; }
.skip-link:focus { top: 8px; }
@media (max-width: 520px) { .container { width: calc(100% - 36px); } header { gap: 16px; } .brand { flex-wrap: wrap; gap: 6px; font-size: 17px; } .brand span { display: none; } header > a:last-child { font-size: 12px; } .intro { padding-top: 36px; } .identity { padding: 20px; } body { font-size: 16px; } h2 { font-size: 23px; } }
@media print { header, .contents, footer, .skip-link { display: none; } body { background: white; font-size: 11pt; } .container { width: 100%; } .intro { padding-top: 0; } section { padding-top: 12px; } h2, h3 { break-after: avoid; } }
