* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--parchment); color: var(--espresso); font: 400 1rem/1.7 var(--font-body); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(4rem, 10vw, 9rem); }
h2 { font-size: clamp(3.2rem, 7vw, 6.5rem); }
h3 { font-size: clamp(2rem, 4vw, 3.2rem); }
em { color: var(--oxblood); font-weight: 500; }
:focus-visible { outline: 2px solid var(--oxblood); outline-offset: 5px; }
.container { width: var(--page); margin-inline: auto; }
.section { padding-block: var(--section); }
.eyebrow { font: 600 .7rem/1.4 var(--font-label); letter-spacing: .18em; text-transform: uppercase; }
.lede { max-width: 680px; font-family: var(--font-display); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.35; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .js .reveal { opacity: 1; transform: none; } }
@media (max-width: 640px) { :root { --page: min(100% - 28px, 1180px); } }
