*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--color-ivory);color:var(--color-ink);font-family:var(--font-body);font-size:var(--text-body);line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
h1,h2,h3,p,figure{margin-block-start:0}
h1,h2,h3{font-family:var(--font-body);font-weight:600;line-height:1.22;letter-spacing:-0.02em;word-spacing:-0.04em;font-kerning:normal;text-wrap:balance;margin-bottom:var(--element-gap-heading);text-transform:none}
h1{font-size:var(--text-h1)}
h2{font-size:var(--text-h2)}
h3{font-size:var(--text-h3)}
p,li{max-width:var(--measure)}
a{color:inherit;text-underline-offset:.2em}
img{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit;font-size:1rem}
button,a{touch-action:manipulation}
:focus-visible{outline:3px solid var(--color-deep-navy);outline-offset:3px;box-shadow:0 0 0 6px var(--color-hero-accent-on-dark)}
::selection{background:#c9871f;color:#06122a}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
