*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-body); line-height: 1.6; overflow-x: clip; }
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
main, main * { min-width: 0; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); color: var(--navy); line-height: 1.08; overflow-wrap: break-word; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.eyebrow { margin-bottom: var(--space-2); color: var(--gold); font-family: var(--font-label); font-size: .7rem; font-weight: 500; letter-spacing: .14em; }
