:root{--green-deep: #1e3d32;--green-deep-rgb: 30, 61, 50;--green-accent: #6ee7a0;--green-cta: #007f50;--green-cta-hover: #006842;--white: #ffffff;--charcoal: #1a1a1a;--charcoal-muted: #4a4a4a;--cream: #faf9f7;--border: rgba(26, 26, 26, .12);--font-serif: "Italiana", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif;--header-height: 5rem;--container: min(72rem, calc(100% - 3rem) );--container-wide: min(90rem, calc(100% - 3rem) );--transition: .25s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-sans);font-weight:400;color:var(--charcoal);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500;line-height:1.15;margin:0}p{margin:0 0 1rem}p:last-child{margin-bottom:0}.container{width:var(--container);margin-inline:auto}.container-wide{width:var(--container-wide);margin-inline:auto}.eyebrow{font-family:var(--font-sans);font-size:.6875rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--charcoal-muted)}.accent-italic{font-style:italic;color:var(--green-accent)}.section-padding{padding-block:clamp(4rem,8vw,7rem)}.page-main{padding-top:var(--header-height);min-height:60vh}.page-hero{padding-block:clamp(3rem,6vw,5rem);background:var(--cream)}.page-hero h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.page-hero .lead{font-size:1.125rem;color:var(--charcoal-muted);max-width:40rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#page-content{animation:pageIn .25s ease both}@keyframes pageIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){#page-content{animation:none}}
