@font-face { font-family: Archivo; src: local("Archivo"); font-display: swap; }
:root { color: #102434; background: #f4f5f0; font-family: Inter, Arial, sans-serif; --navy:#081a2d; --blue:#245cdb; --muted:#5b6874; --line:#dce2e8; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #c69a4b; outline-offset: 4px; }
.skip { position: fixed; top: 10px; left: 10px; z-index: 20; padding: 10px 14px; transform: translateY(-160%); border-radius: 3px; background: #fff; color: var(--navy); font-weight: 700; }
.skip:focus { transform: translateY(0); }
.header { border-bottom: 1px solid var(--line); background: #fff; }
.header-inner, main, .footer-inner { width: min(880px, calc(100% - 40px)); margin: 0 auto; }
.header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 82px; gap: 24px; }
.brand { color: var(--navy); font: 600 18px/1 Archivo, Arial, sans-serif; text-decoration: none; letter-spacing: -.03em; }
.back { color: var(--blue); font-size: 13px; font-weight: 600; }
main { padding: 78px 0 90px; }
.eyebrow { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { color: var(--navy); font-family: Archivo, Arial, sans-serif; letter-spacing: -.04em; }
h1 { max-width: 760px; margin: 18px 0 17px; font-size: clamp(42px, 7vw, 70px); line-height: 1.02; }
h2 { margin: 45px 0 12px; font-size: 24px; }
.lede { max-width: 700px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.effective { margin: 28px 0 42px; padding: 15px 18px; border-left: 3px solid var(--blue); background: #fff; color: var(--muted); font-size: 13px; }
p, li { color: var(--muted); font-size: 15px; line-height: 1.8; }
ul { padding-left: 22px; }
ol { padding-left: 24px; }
strong { color: var(--navy); }
main:focus { outline: none; }
.notice { margin: 28px 0 42px; padding: 20px 22px; border: 1px solid #d5c096; border-left: 4px solid #b78635; background: #fffaf0; color: var(--muted); font-size: 14px; line-height: 1.7; }
blockquote { margin: 20px 0; padding: 18px 22px; border-left: 4px solid var(--blue); background: #fff; color: var(--navy); font-size: 16px; line-height: 1.7; }
.contact { margin-top: 52px; padding: 25px; border: 1px solid var(--line); background: #fff; }
.contact h2 { margin-top: 0; }
footer { padding: 31px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 12px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 18px; }
@media (max-width: 600px) { main { padding-top: 52px; } .header-inner, .footer-inner { align-items: flex-start; flex-direction: column; padding: 20px 0; } h1 { font-size: 42px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
