*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); line-height: 1.6; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--heading); line-height: 1.13; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.3rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: 1.2rem; }
:focus-visible { outline: 3px solid #e0a43f; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 500; left: 16px; top: 12px; padding: 10px 16px; border-radius: 10px; background: var(--deep); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-shell.is-locked { height: 100dvh; overflow: hidden; visibility: hidden; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-soft { background: var(--sage-2); }
.section-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-label::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p { max-width: 660px; color: var(--muted); font-size: 1.02rem; }
.center { margin-inline: auto; text-align: center; }
.center .section-label { justify-content: center; }
.center .section-label::before { display: none; }
.muted { color: var(--muted); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid #bfd7b7; border-radius: 99px; background: rgba(255,255,255,.56); color: var(--forest); font-size: .75rem; font-weight: 700; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: #4d9b50; }
.grid { display: grid; gap: 22px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.no-script-message { position: fixed; z-index: 600; inset: auto 16px 16px; padding: 14px 18px; border-radius: 12px; background: var(--deep); color: white; text-align: center; box-shadow: var(--shadow); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
