* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 56px), var(--shell)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
h1 { font-size: clamp(54px, 6vw, 92px); line-height: .93; }
h2 { font-size: clamp(38px, 4vw, 62px); line-height: 1.02; }
h3 { font-size: 27px; line-height: 1.12; }
p { color: #4f5967; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--navy); background: var(--navy); color: #fff; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { background: var(--blue); border-color: var(--blue); }
.button:active { transform: translateY(1px); }
.button:disabled { opacity: .45; cursor: not-allowed; }
.button-small { min-height: 40px; padding-inline: 17px; font-size: 13px; }
.button-light { background: #fff; color: var(--navy); border-color: #fff; }
.button-light:hover { background: var(--paper); border-color: var(--paper); }
.text-link, .text-button { display: inline-flex; align-items: center; gap: 8px; border: 0; padding: 0; background: transparent; color: var(--navy); font-weight: 700; font-size: 14px; cursor: pointer; }
.text-link span, .text-button span { transition: transform .2s ease; }
.text-link:hover span, .text-button:hover span { transform: translateX(3px); }
.text-button:disabled { opacity: .35; cursor: not-allowed; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible, .no-js .reveal { opacity: 1; transform: none; }
.status-chip { display: inline-flex; align-items: center; min-height: 29px; padding: 0 10px; border: 1px solid currentColor; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
html, body { overflow-x: clip; }
