*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body {
	margin: 0;
	min-width: 0;
	background: radial-gradient(circle at 50% -10%, rgba(142, 39, 27, 0.26), transparent 32rem), var(--color-charcoal-950);
	color: var(--color-text);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
}
img { max-width: 100%; height: auto; }
a { color: var(--color-gold-300); text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
a:hover { color: #fff2d0; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--color-gold-300); outline-offset: 3px; }
h1, h2, h3, h4 { margin-block: 0 0.75em; color: #fff8e9; font-family: var(--font-display); line-height: 1.2; }
p { margin-block: 0 1rem; }
hr { border: 0; border-top: 1px solid var(--color-border); }
.skip-link { position: fixed; z-index: 1000; inset: 0 auto auto 0; transform: translateY(-120%); padding: 0.75rem 1rem; background: #fff; color: #000; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
