*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--sena-cal); }
body { margin: 0; overflow-x: hidden; background: var(--sena-cal); color: var(--sena-charcoal); font-family: var(--font-sans); font-size: 1rem; line-height: 1.6; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .22em; }
button, input, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: .125rem solid var(--sena-focus); outline-offset: .1875rem; }
::selection { background: var(--sena-moss); color: var(--sena-white); }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
h1 { font-size: clamp(2.75rem, 5.1vw, 4.75rem); max-width: 12ch; }
h2 { font-size: clamp(2.25rem, 4vw, 3.65rem); max-width: 19ch; }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.2; }
p { max-width: 66ch; }
.shell { width: min(calc(100% - (2 * var(--sena-gutter))), var(--sena-shell)); margin-inline: auto; }
.shell--narrow { max-width: var(--sena-shell-narrow); }
.section { padding-block: var(--sena-section); position: relative; scroll-margin-top: 1rem; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .75rem 1rem; background: var(--sena-charcoal); color: var(--sena-white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
