* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-text); background: var(--color-white); font: 400 1rem/1.65 var(--font-body); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { margin-top: 0; color: var(--color-green-dark); font-family: var(--font-heading); line-height: 1.15; }
h1 { font-size: clamp(2.35rem, 5.2vw, 4.75rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.8rem, 3.1vw, 2.65rem); letter-spacing: -.025em; }
h3 { font-size: 1.1rem; }
p { margin: 0 0 1rem; }
.container { width: min(calc(100% - 2rem), var(--container-width)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-soft { background: var(--color-cream); }
.section-heading { max-width: 760px; margin: 0 auto 2.5rem; text-align: center; }
.section-heading p { color: var(--color-muted); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: .8rem; color: var(--color-green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .77rem; }
.eyebrow::before { content: ""; width: 20px; height: 2px; background: var(--color-primary); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.3rem; border: 2px solid var(--color-primary); border-radius: var(--radius-sm); background: var(--color-primary); color: white; font-weight: 800; text-decoration: none; transition: .2s ease; cursor: pointer; }
.button:hover, .button:focus-visible { background: var(--color-primary-dark); border-color: var(--color-primary-dark); transform: translateY(-2px); }
.button-outline { background: transparent; border-color: var(--color-green); color: var(--color-green-dark); }
.button-outline:hover, .button-outline:focus-visible { background: var(--color-green); border-color: var(--color-green); color: white; }
.button-small { min-height: 42px; padding: .6rem 1rem; font-size: .85rem; }
.skip-link { position: fixed; z-index: 99; top: .5rem; left: .5rem; padding: .6rem 1rem; background: white; color: var(--color-green-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(229,225,215,.8); backdrop-filter: blur(12px); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 2rem; }
.brand { margin-right: auto; }
.brand img { width: 164px; height: 70px; object-fit: contain; object-position: left center; }
.site-nav ul { display: flex; gap: 1.8rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: block; padding: 1.95rem 0; font-size: .9rem; font-weight: 700; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1.45rem; height: 2px; background: var(--color-primary); transition: .2s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; border-radius: 8px; background: var(--color-green-soft); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--color-green-dark); }
.site-footer { padding-top: 4rem; background: linear-gradient(135deg,#0d2d13,#183f1d); color: rgba(255,255,255,.84); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .75fr 1fr 1.15fr; gap: 3rem; padding-bottom: 3rem; }
.site-footer h2 { color: white; font-size: 1rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #ff9a5d; }
.site-footer address { display: grid; gap: .7rem; font-style: normal; }
.footer-brand img { width: 150px; height: 76px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 260px; font-size: .9rem; }
.footer-bottom { padding: 1.3rem 0; border-top: 1px solid rgba(255,255,255,.13); text-align: center; font-size: .78rem; }
