:root { color-scheme: light; font-family: ui-sans-serif, system-ui, sans-serif; color: #243a32; background: #f6f4ed; }
* { box-sizing: border-box; }
body { margin: 0 auto; max-width: 1120px; padding: 0 7%; }
header, footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px 0; }
header { border-bottom: 1px solid #cdd3c7; }
a { color: inherit; }
.wordmark { font-size: 26px; font-weight: 800; text-decoration: none; letter-spacing: -1px; }
.wordmark span { color: #a94729; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
main { padding: 76px 0 88px; }
h1 { font-family: Georgia, serif; font-size: clamp(52px, 8vw, 94px); line-height: 1.04; letter-spacing: -3px; font-weight: 400; margin: 22px 0 28px; }
.intro { font-size: 20px; line-height: 1.65; max-width: 580px; color: #516359; }
.card { display: block; margin-top: 52px; padding: 30px; border: 1px solid #bdc9b8; border-radius: 12px; background: #e9eddf; text-decoration: none; }
h2 { font-family: Georgia, serif; font-weight: 400; font-size: 30px; margin: 18px 0; }
h2 span { float: right; }
.card p { line-height: 1.6; max-width: 590px; }
footer { border-top: 1px solid #cdd3c7; font-size: 12px; color: #516359; }
:focus-visible { outline: 3px solid #a94729; outline-offset: 6px; }
@media (max-width: 580px) { header .eyebrow { display: none; } main { padding-top: 54px; } .card { padding: 24px; } h2 { font-size: 25px; } }
