:root { color-scheme: light; --paper: #f5f2ec; --ink: #1e1d1b; --red: #c8211d; --line: #dcd7cd; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; min-height: 100svh; display: flex; flex-direction: column; }
header, main, footer { width: min(1180px, 100%); margin-inline: auto; padding-inline: clamp(24px, 5vw, 64px); }
header { padding-block: 32px; border-bottom: 1px solid var(--line); }
header img { display: block; width: 220px; max-width: 100%; height: auto; }
main { padding-block: clamp(52px, 8vh, 100px); flex: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; line-height: 1.6; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--red); }
h1 { font-size: clamp(48px, 9vw, 104px); letter-spacing: -.06em; line-height: .99; margin: 32px 0; font-weight: 800; }
h1 em { color: var(--red); font-style: normal; }
.intro { max-width: 520px; font-size: 19px; line-height: 1.65; color: #4b4740; }
.topics { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.topics span { padding: 9px 13px; font-size: 12px; border: 1px solid var(--line); }
.cta { display: inline-block; margin-top: 8px; padding: 13px 18px; color: #fff; background: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.cta:hover { color: #fff; background: var(--red); }
footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding-block: 24px; font-size: 12px; color: #726c63; }
footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { color: var(--red); }
a:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.legal { max-width: 900px; overflow-wrap: anywhere; }
.legal h1 { font-size: clamp(36px, 6vw, 64px); line-height: 1.1; letter-spacing: -.04em; }
.legal h2 { font-size: 23px; line-height: 1.3; margin-top: 36px; }
.legal p, .legal li, .legal address { font-size: 16px; line-height: 1.75; }
.legal address { font-style: normal; }
.legal .updated { color: #726c63; font-size: 13px; }
.legal li + li { margin-top: 8px; }
