*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
html.is-nav-open { overflow: hidden; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
	margin: 0;
	background: var(--color-ivory);
	color: var(--color-ink);
	font-family: var(--font-body);
	font-weight: 400;
	font-size: var(--text-body);
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, ul, figure, blockquote { margin: 0; }
ul { padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

h1, h2, h3, h4, .h-hero, .h-display, .h-title, .h-card, .h-quote { font-family: var(--font-display); font-weight: 400; line-height: 1.08; letter-spacing: -0.005em; }
.h-hero { font-size: clamp(3rem, min(6.4vw, 8.6svh), 5.75rem); line-height: 1.05; }
.h-display { font-size: var(--text-display); }
.h-title { font-size: var(--text-title); }
.h-card { font-size: var(--text-card); line-height: 1.15; }
.h-quote { font-size: var(--text-quote); line-height: 1.3; }
.it { font-style: italic; color: var(--color-bronze); }
.it-gold { font-style: italic; color: var(--color-gold); }

.eyebrow {
	font-family: var(--font-body);
	font-weight: 500;
	font-size: var(--text-eyebrow);
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--color-bronze);
	line-height: 1.4;
}
.eyebrow--light { color: var(--color-gold); }
.eyebrow--muted { color: var(--color-grey-soft); }
.lead { font-size: var(--text-lead); line-height: 1.65; }
.small { font-size: var(--text-small); line-height: 1.72; color: var(--color-grey); }
.center { text-align: center; }

.placeholder {
	background: var(--color-highlight);
	color: var(--color-highlight-ink);
	padding: 1px 6px;
	border-radius: 2px;
	font-style: normal;
}

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 1rem; background: var(--color-ink); color: var(--color-ivory); }
.skip-link:focus { left: 1rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 1px solid var(--color-bronze); outline-offset: 3px; }

@media (prefers-reduced-motion: no-preference) {
	.js [data-reveal] { opacity: 0; }
	.js [data-reveal="mask"] { opacity: 1; clip-path: inset(100% 0% 0% 0%); }
	.js [data-reveal="zoom"] { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
