:root{
--forest:#173A2B;--forest-2:#0F2B20;--canopy:#3F6B45;--fern:#7D9F72;--gold:#E8B75A;--ivory:#F5F1E8;--mist:#EAF1E7;--bark:#5A4635;--ink:#202722;--muted:#5B695F;--line:#D9E0D7;--white:#fff;--max:1180px;--radius:22px;--shadow:0 20px 50px rgba(15,43,32,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.62;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit}.container{width:min(calc(100% - 2rem),var(--max));margin:auto}.skip{position:absolute;left:-9999px;top:0;background:var(--gold);color:var(--forest);padding:.75rem 1rem;z-index:9999;border-radius:10px}.skip:focus{left:1rem;top:1rem}.topline{background:var(--forest-2);color:#EAF1E7;font-size:.84rem}.topline .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.48rem 0;flex-wrap:wrap}.topline a{color:#fff;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.brand{display:inline-flex;align-items:center}.brand img{width:255px;max-width:46vw;height:auto}.nav-toggle{display:none;border:1px solid var(--line);background:#fff;color:var(--forest);border-radius:12px;padding:.65rem .8rem;font:700 .9rem inherit;cursor:pointer}.primary-nav{display:flex;align-items:center;gap:1rem;font-size:.9rem;font-weight:750}.primary-nav a{text-decoration:none;white-space:nowrap}.primary-nav>a:not(.btn){padding:.45rem 0;border-bottom:2px solid transparent}.primary-nav>a:not(.btn):hover,.primary-nav>a[aria-current=page]{color:var(--canopy);border-color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;border-radius:999px;text-decoration:none;font-weight:850;padding:.78rem 1.15rem;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;cursor:pointer;font-family:inherit}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--gold);color:var(--forest)}.btn-primary:hover{box-shadow:0 10px 24px rgba(232,183,90,.28)}.btn-dark{background:var(--forest);color:#fff}.btn-dark:hover{background:#0F2B20}.btn-outline{border-color:rgba(255,255,255,.75);color:#fff;background:rgba(15,43,32,.12)}.btn-outline:hover{background:rgba(255,255,255,.12)}.btn-soft{background:var(--mist);color:var(--forest)}.btn-small{padding:.58rem .9rem;min-height:38px;font-size:.84rem}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.15em;font-size:.76rem;font-weight:900;color:var(--gold)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0 0 1rem;color:var(--forest)}p{margin:0 0 1rem}.hero{position:relative;min-height:650px;color:#fff;background:var(--forest-2);isolation:isolate;overflow:hidden}.hero-media{position:absolute;inset:0;z-index:-2}.hero-media img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(10,38,27,.94) 0%,rgba(10,38,27,.80) 42%,rgba(10,38,27,.30) 72%,rgba(10,38,27,.12) 100%)}.hero-grid{min-height:650px;display:flex;align-items:center;padding:5.4rem 0}.hero-copy{max-width:720px}.hero h1{color:#fff;font-size:clamp(3.3rem,6vw,5.8rem);text-wrap:balance}.hero p{max-width:650px;font-size:1.12rem;color:#F2F6F3}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.6rem}.promise-strip{background:var(--ivory);border-bottom:1px solid var(--line)}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr)}.promise-item{display:grid;grid-template-columns:48px 1fr;gap:.8rem;padding:1.6rem 1.1rem;border-right:1px solid var(--line);align-items:start}.promise-item:last-child{border-right:0}.icon-disc{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:#fff;font-size:1.2rem;font-weight:900}.promise-item strong{display:block;color:var(--forest);font:700 1.15rem Georgia;margin-bottom:.15rem}.promise-item span{font-size:.88rem;color:var(--muted);line-height:1.45}.section{padding:5rem 0}.section-soft{background:var(--ivory)}.section-dark{background:var(--forest-2);color:#E8F0EA}.section-dark h2,.section-dark h3{color:#fff}.section-head{display:grid;grid-template-columns:.88fr 1.12fr;gap:3rem;align-items:end;margin-bottom:2.4rem}.section-head h2{font-size:clamp(2.35rem,4vw,3.8rem)}.section-head p{color:var(--muted);font-size:1.04rem}.section-dark .section-head p{color:#CFE0D5}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 30px rgba(15,43,32,.06)}.card h3{font-size:1.55rem}.media-card{overflow:hidden;padding:0}.media-card .media{height:220px;aspect-ratio:auto;overflow:hidden;background:var(--mist);position:relative}.media-card .media img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;transition:transform .35s ease}.media-card:hover .media img{transform:scale(1.025)}.media-card .content{padding:1.35rem}.media-note{font-size:.72rem;color:#768178;margin-top:.6rem}.badge{display:inline-flex;padding:.35rem .68rem;border-radius:999px;background:var(--mist);color:var(--forest);font-size:.74rem;font-weight:850;margin-bottom:.8rem}.feature-band{display:grid;grid-template-columns:.9fr 1.1fr;background:var(--forest);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.feature-copy{padding:2.7rem;color:#E8F0EA}.feature-copy h2{color:#fff;font-size:clamp(2.3rem,4vw,3.7rem)}.feature-copy p{color:#D9E8DE}.feature-image{min-height:410px}.feature-image img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.metric{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.25rem;border-top:4px solid var(--gold)}.metric strong{font:700 2rem Georgia;color:var(--forest);display:block}.metric span{font-size:.88rem;color:var(--muted)}.page-hero{background:linear-gradient(120deg,var(--ivory),#EDF3EA);border-bottom:1px solid var(--line);padding:4.2rem 0 3.6rem}.page-hero .kicker{color:var(--canopy)}.page-hero h1{font-size:clamp(2.9rem,5vw,5.1rem);max-width:950px}.page-hero p{max-width:800px;font-size:1.08rem;color:var(--muted)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem;align-items:start}.stack{display:grid;gap:1rem}.callout{padding:1.35rem;border-radius:16px;background:#EEF4EC;border-left:4px solid var(--canopy)}.legal-box{background:#fff;border:1px solid var(--line);padding:1.25rem 1.35rem;border-radius:16px}.list-clean{padding:0;margin:0;list-style:none}.list-clean li{padding:.72rem 0;border-bottom:1px solid var(--line)}.list-clean li:last-child{border-bottom:0}.timeline{border-left:2px solid var(--line);padding-left:1.4rem}.timeline-item{position:relative;padding:0 0 1.5rem}.timeline-item:before{content:"";position:absolute;width:11px;height:11px;border-radius:50%;background:var(--gold);left:-1.82rem;top:.42rem}.cta{background:var(--ivory);border:1px solid var(--line);border-radius:28px;padding:2.1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cta h2{font-size:clamp(2rem,4vw,3.1rem);margin:0}.address-card{background:var(--forest);color:#fff;border-radius:24px;padding:1.7rem}.address-card h3{color:#fff}.address-card code{display:block;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:1rem;margin:1rem 0;color:#fff;font-family:inherit}.notice{font-size:.86rem;color:var(--muted)}.section-dark .notice{color:#CFE0D5}.quote{font:italic 1.5rem/1.45 Georgia;color:var(--forest);border-left:4px solid var(--gold);padding-left:1.1rem}.footer{background:#0F2B20;color:#DDE9E1;padding:3.5rem 0 1.25rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem}.footer-brand{max-width:330px}.footer-logo{width:300px;margin-bottom:1rem}.footer p{color:#CFE0D5}.footer h3{color:#fff;font:800 1rem Inter,system-ui,sans-serif}.footer a{color:#DDE9E1;text-decoration:none}.footer a:hover{text-decoration:underline;text-underline-offset:3px}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:.48rem 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:2rem;padding-top:1rem;font-size:.82rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#CFE0D5}.foot-legal{max-width:700px}.divider{height:1px;background:var(--line);margin:1rem 0}.photo-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem}.photo-grid .large{grid-row:span 2;min-height:420px}.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:20px}.photo-grid .small{height:202px}.clean-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.clean-table th,.clean-table td{text-align:left;padding:.9rem 1rem;border-bottom:1px solid var(--line);vertical-align:top}.clean-table th{background:var(--ivory);color:var(--forest)}.clean-table tr:last-child td{border-bottom:0}.copy-status{font-size:.8rem;margin-left:.5rem;color:#DDE9E1}.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}
@media(max-width:1050px){.primary-nav{gap:.72rem;font-size:.84rem}.brand img{width:235px}.promise-grid{grid-template-columns:repeat(2,1fr)}.promise-item:nth-child(2){border-right:0}.promise-item:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.top-contact{display:none}.nav-toggle{display:inline-flex}.primary-nav{position:absolute;display:none;top:88px;left:1rem;right:1rem;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:1rem;flex-direction:column;align-items:stretch}.primary-nav.open{display:flex}.primary-nav>a:not(.btn){padding:.62rem .2rem}.brand img{width:235px;max-width:70vw}.section-head,.two-col,.feature-band,.photo-grid{grid-template-columns:1fr}.feature-image{min-height:320px}.metric-grid,.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero:after{background:linear-gradient(90deg,rgba(10,38,27,.93) 0%,rgba(10,38,27,.75) 65%,rgba(10,38,27,.38) 100%)}.hero-copy{max-width:640px}}
@media(max-width:640px){.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.media-card .media{height:210px}.container{width:min(calc(100% - 1.25rem),var(--max))}.topline .container{justify-content:center;text-align:center}.topline .hide-mobile{display:none}.nav-wrap{min-height:76px}.primary-nav{top:76px}.brand img{width:220px}.hero,.hero-grid{min-height:600px}.hero-grid{padding:4rem 0}.hero h1{font-size:clamp(2.75rem,15vw,4.15rem)}.hero p{font-size:1rem}.hero:after{background:linear-gradient(90deg,rgba(10,38,27,.94),rgba(10,38,27,.70))}.promise-grid,.grid-3,.grid-4,.metric-grid,.footer-grid{grid-template-columns:1fr}.promise-item{border-right:0;border-bottom:1px solid var(--line)!important}.promise-item:last-child{border-bottom:0!important}.section{padding:3.7rem 0}.page-hero{padding:3rem 0}.feature-copy{padding:2rem}.feature-image{min-height:260px}.cta{align-items:flex-start;flex-direction:column}.footer-logo{width:270px}.photo-grid .large,.photo-grid .small{height:240px;min-height:0}.clean-table{font-size:.9rem}.clean-table th,.clean-table td{padding:.75rem}.footer-bottom{display:block}.footer-bottom span{display:block;margin:.35rem 0}}

.top-contact{display:flex;gap:.55rem;align-items:center}.top-contact a{font-weight:700}.footer-contact{margin-top:1rem;display:grid;gap:.35rem}.footer-contact a{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;word-break:break-word}.contact-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem;align-items:start}.form-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.6rem;box-shadow:0 8px 30px rgba(15,43,32,.06)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column;gap:.38rem}.field.full{grid-column:1/-1}.field label{font-weight:800;color:var(--forest)}.field input,.field select,.field textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #BCC9BF;border-radius:12px;padding:.82rem .9rem;outline:none}.field textarea{min-height:160px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--canopy);box-shadow:0 0 0 3px rgba(63,107,69,.12)}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-help{font-size:.82rem;color:var(--muted)}.status-panel{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:2rem;box-shadow:var(--shadow)}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
