*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{background:#1a3a2a;color:#f5f0e8;font-family:'DM Sans',system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#0f2b1e}
::-webkit-scrollbar-thumb{background:#2D6A4F;border-radius:3px}
::selection{background:#d4a843;color:#1a3a2a}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.section-header{margin-bottom:4rem}
.section-eyebrow{font-family:'DM Sans',sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#d4a843;margin-bottom:1rem}
.section-title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#f5f0e8;line-height:1.2}
:focus-visible{outline:2px solid #d4a843;outline-offset:3px}