* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; overflow-wrap: break-word; background: var(--color-canvas); color: var(--color-text); font-family: var(--font-body); font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.2em; }
a:hover { color: var(--color-action-hover); }
button, input, select { font: inherit; }
button:disabled, select:disabled { cursor: not-allowed; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; line-height: 1.1; }
h1 { font-size: clamp(2.25rem, 4vw, 3.5rem); letter-spacing: -0.03em; }
h2 { font-size: 2rem; letter-spacing: -0.02em; }
h3 { font-size: 1.25rem; }
:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 2px; }
::selection { background: var(--color-gold-soft); color: var(--color-text); }
.u-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.c-skip-link { position: fixed; z-index: 10; top: 0.75rem; left: 0.75rem; transform: translateY(-200%); padding: var(--space-2) var(--space-3); background: var(--color-surface); border: 1px solid var(--color-text); }
.c-skip-link:focus { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: 0.01ms !important; } }
