:root { color-scheme: light; --paper: #fbfaf5; --ink: #17372d; --muted: #53665d; --line: #d7dfd5; --accent: #a9481d; --focus: #9c3c18; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 ui-sans-serif, system-ui, -apple-system, sans-serif; }
a { color: var(--ink); text-decoration-thickness: .1em; text-underline-offset: .18em; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; padding: .5rem .8rem; background: var(--ink); color: var(--paper); z-index: 2; }
.skip-link:focus { top: 1rem; }
.site-header, main, footer { max-width: 72rem; margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 4rem); }
.site-header { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.brand { font-weight: 750; font-size: 1.1rem; text-decoration: none; letter-spacing: -.02em; }
nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
nav a { text-decoration: none; color: var(--muted); }
main { padding-block: clamp(3.5rem, 9vw, 7rem); min-height: calc(100vh - 9rem); }
.home { max-width: 72rem; }
.eyebrow { color: var(--accent); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .78rem; }
h1 { max-width: 12ch; margin: .4rem 0 1.2rem; font-size: clamp(2.8rem, 8vw, 6.5rem); line-height: .98; letter-spacing: -.065em; }
.lede { max-width: 42rem; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-block: 2rem 5rem; }
.button { padding: .7rem 1.1rem; background: var(--ink); color: var(--paper); border-radius: 999px; text-decoration: none; font-weight: 700; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.facts article { border-top: 3px solid var(--accent); padding-top: 1rem; }
h2 { line-height: 1.2; letter-spacing: -.02em; }
.facts p, .notice { color: var(--muted); }
.notice { border-left: 3px solid var(--accent); padding-left: 1rem; margin-top: 3rem; }
.prose { max-width: 56rem; }
.prose h1 { max-width: none; font-size: clamp(2.4rem, 6vw, 4.5rem); }
.prose h2 { margin-top: 2.5rem; }
.prose a { overflow-wrap: anywhere; }
footer { border-top: 1px solid var(--line); padding-block: 1.5rem 2rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .9rem; }
@media (max-width: 650px) { .site-header { align-items: flex-start; flex-direction: column; padding-block: 1.2rem; } nav { gap: .75rem 1rem; } main { padding-block: 3rem; } .facts { grid-template-columns: 1fr; gap: 2rem; } footer { flex-direction: column; } }
@media (prefers-color-scheme: dark) { :root { color-scheme: dark; --paper: #10251f; --ink: #f5f2e8; --muted: #bbc8bd; --line: #385047; --focus: #ffb18c; --accent: #f3a475; } .button { background: #f5f2e8; color: #10251f; } }
