:root { color: #22251f; background: #f3efe6; font-family: Arial, sans-serif; --forest: #27302a; --paper: #faf8f2; --line: rgba(34,37,31,.18); --gold: #9c742e; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: #22251f; background: #f3efe6; line-height: 1.7; }
a { color: inherit; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid #d69d32; outline-offset: 4px; }
header { background: var(--forest); color: white; padding: 28px clamp(22px, 7vw, 100px); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { font-family: Georgia, serif; font-size: 21px; text-decoration: none; }
header nav { display: flex; gap: 22px; font-size: 14px; }
main { width: min(900px, calc(100% - 44px)); margin: 0 auto; padding: 80px 0 100px; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; color: #73571f; }
h1, h2 { font-family: Georgia, serif; font-weight: 400; line-height: 1.12; }
h1 { font-size: clamp(45px, 7vw, 76px); margin: 15px 0 24px; }
h2 { font-size: clamp(27px, 4vw, 36px); margin: 50px 0 13px; }
.intro { font-size: 19px; max-width: 760px; color: #4e514b; }
.updated { font-size: 13px; color: #686b64; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.notice { margin: 36px 0; background: #e6dfcf; border-left: 3px solid var(--gold); padding: 22px 25px; }
p, li { font-size: 16px; }
li + li { margin-top: 8px; }
footer { background: #1d211d; color: rgba(255,255,255,.78); padding: 38px clamp(22px, 7vw, 100px); display: flex; justify-content: space-between; gap: 24px; font-size: 13px; }
@media (max-width: 650px) { header, footer { align-items: flex-start; flex-direction: column; } header nav { flex-wrap: wrap; } main { padding-top: 58px; } }
