:root{--green:#2e7d32;--green-dark:#1b5e20;--green-light:#43a047;--green-pale:#e8f5e9;--green-border:#c8e6c9;--white:#ffffff;--off-white:#f9fafb;--text:#212121;--text-mid:#424242;--text-light:#757575;--accent:#ff8f00;--accent-light:#ffb300;--shadow:rgba(0,0,0,0.10);--font-head:'Merriweather', Georgia, serif;--font-body:'Open Sans', Arial, sans-serif;--max-w:1200px;--radius:8px;--radius-lg:16px;--trans:0.25s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--green);text-decoration:none;transition:color var(--trans)}a:hover{color:var(--green-dark)}ul{list-style:none}p{margin-bottom:1rem}p:last-child{margin-bottom:0}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.3;color:var(--text);font-weight:700}h1{font-size:clamp(1.75rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem)}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}.section{padding:4rem 0}.section--alt{background:var(--off-white)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-family:var(--font-body);font-size:.9375rem;font-weight:700;border:2px solid #fff0;cursor:pointer;transition:all var(--trans);text-decoration:none;white-space:nowrap}.btn--green{background:var(--green);color:var(--white);border-color:var(--green)}.btn--green:hover,.btn--outline:hover{color:var(--white);transform:translateY(-2px)}.btn--green:hover{background:var(--green-dark);border-color:var(--green-dark);box-shadow:0 4px 16px rgb(46 125 50/.3)}.btn--outline{background:#fff0;color:var(--green);border-color:var(--green)}.btn--outline:hover{background:var(--green)}.btn--white{background:var(--white);color:var(--green);border-color:var(--white)}.btn--white:hover{background:var(--green-pale);border-color:var(--green-pale);color:var(--green-dark)}.btn--lg{padding:1rem 2.25rem;font-size:1rem}.sec-label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);background:var(--green-pale);padding:.3rem .9rem;border-radius:100px;margin-bottom:.75rem}.sec-header{text-align:center;max-width:720px;margin:0 auto 3rem}.sec-header h2{margin-bottom:.75rem}.sec-header p{color:var(--text-light);font-size:1.0625rem}.topbar{background:var(--green-dark);color:rgb(255 255 255/.85);font-size:.8125rem;text-align:center}.topbar a{color:#a5d6a7}.topbar a:hover{color:var(--white)}.site-header{position:sticky;top:0;z-index:999;background:var(--white);box-shadow:0 2px 12px var(--shadow)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;max-width:var(--max-w);margin:0 auto;gap:1rem}.header-logos{gap:1rem}.header-logos .site-logo img{height:55px;width:auto}.header-logos .hse-logo img{height:42px;width:auto}.header-logos,.header-phone,.main-nav{display:flex;align-items:center}.header-phone{gap:.5rem;font-family:var(--font-head);font-size:1.2rem;font-weight:700;color:var(--green);white-space:nowrap}.header-phone svg{width:18px;height:18px;fill:var(--green);flex-shrink:0}.main-nav{gap:.15rem}.main-nav>li{position:relative}.main-nav>li>a,.menu-toggle span{display:block;transition:all var(--trans)}.main-nav>li>a{padding:.5rem .8rem;font-size:.9rem;font-weight:600;color:var(--text);border-radius:var(--radius)}.main-nav>li>a:hover{color:var(--green);background:var(--green-pale)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:0;cursor:pointer;padding:.4rem}.menu-toggle span{width:25px;height:2px;background:var(--text);border-radius:2px}.hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden;background:#1b5e20}.hero__bg-img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;opacity:1}.hero__overlay{display:none}.hero__inner{position:relative;z-index:5;max-width:var(--max-w);margin:0 auto;padding:5rem 1.25rem;display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:center;width:100%}.hero__text{background:rgb(20 60 20/.8);padding:2.5rem;border-radius:12px}.hero__label{display:inline-flex;align-items:center;gap:.5rem;background:rgb(255 255 255/.15);border:1px solid rgb(255 255 255/.3);color:#a5d6a7;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem 1rem;border-radius:100px;margin-bottom:1rem}.hero h1{color:#fff;margin-bottom:1.25rem;line-height:1.2}.hero h1 span{color:#ffcc02}.hero__sub{color:rgb(255 255 255/.92);font-size:1.125rem;margin-bottom:2rem;line-height:1.7}.hero__btns,.hero__trust{display:flex;flex-wrap:wrap}.hero__btns{gap:1rem;margin-bottom:2rem}.hero__trust{gap:.75rem}.trust-pill,.trust-pill .dot{display:flex;align-items:center}.trust-pill{gap:.45rem;background:rgb(255 255 255/.15);border:1px solid rgb(255 255 255/.25);border-radius:100px;padding:.35rem .9rem .35rem .5rem;font-size:.8125rem;color:rgb(255 255 255/.92);font-weight:600}.trust-pill .dot{width:22px;height:22px;background:#ffcc02;border-radius:50%;justify-content:center;font-size:.75rem;color:var(--text)}.features-bar{background:var(--green);padding:0}.features-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgb(255 255 255/.15)}.feat-item{padding:1.75rem 1.5rem;text-align:center;border-right:1px solid rgb(255 255 255/.15);transition:background var(--trans)}.feat-item:last-child{border-right:none}.feat-item:hover{background:rgb(0 0 0/.08)}.feat-item__icon{font-size:2rem;margin-bottom:.6rem}.feat-item__title{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.3rem}.feat-item__text{font-size:.8125rem;color:rgb(255 255 255/.75);line-height:1.5}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.svc-card,.svc-card__img{display:flex;overflow:hidden}.svc-card{background:var(--white);border:1px solid var(--green-border);border-radius:var(--radius-lg);box-shadow:0 2px 8px var(--shadow);transition:all var(--trans);flex-direction:column}.svc-card:hover{transform:translateY(-5px);box-shadow:0 10px 32px rgb(46 125 50/.18);border-color:var(--green)}.svc-card__img{height:190px;background:var(--green-pale);align-items:center;justify-content:center;font-size:3.5rem}.about-img-wrap .main-img img,.svc-card__img img{width:100%;height:100%;object-fit:cover}.svc-card__body{padding:1.375rem;flex:1;display:flex;flex-direction:column}.svc-card__tag{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green);margin-bottom:.4rem}.svc-card__title{font-size:1.125rem;margin-bottom:.6rem}.svc-card__text{font-size:.9rem;color:var(--text-light);flex:1;margin-bottom:1rem}.svc-card__link{font-size:.875rem;font-weight:700;color:var(--green);display:inline-flex;align-items:center;gap:.3rem;transition:gap var(--trans)}.svc-card__link:hover{gap:.6rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-img-wrap{position:relative}.about-img-wrap .main-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 12px 40px rgb(0 0 0/.15);aspect-ratio:4/5;background:var(--green-pale)}.about-badge{position:absolute;bottom:-1.25rem;right:-1.25rem;background:#ffcc02;border-radius:var(--radius);padding:1rem 1.25rem;text-align:center;box-shadow:0 6px 20px rgb(0 0 0/.15)}.about-badge .num,.testi-card::before{font-family:var(--font-head);line-height:1}.about-badge .num{font-size:2.25rem;font-weight:700;color:var(--text)}.about-badge .lbl{font-size:.75rem;font-weight:700;color:var(--text-mid);line-height:1.3;margin-top:.2rem}.about-content h2,.about-content p{margin-bottom:1rem}.about-content p{color:var(--text-mid);font-size:1rem}.check-list{margin:1.25rem 0;display:flex;flex-direction:column;gap:.5rem}.check-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.9375rem;color:var(--text-mid)}.check-list li::before{content:"✓";justify-content:center;width:20px;height:20px;min-width:20px;background:var(--green);color:#fff;border-radius:50%;font-size:.7rem;font-weight:700;margin-top:.15rem}.creds-bar{background:var(--green-pale);border:1px solid var(--green-border);padding:2rem 0}.check-list li::before,.cred-item,.creds-inner{display:flex;align-items:center}.creds-inner{justify-content:center;gap:3rem;flex-wrap:wrap}.cred-item{gap:1rem;background:var(--white);border-radius:var(--radius);padding:1rem 1.5rem;border:1px solid var(--green-border);box-shadow:0 2px 8px var(--shadow)}.cred-item img{height:44px;width:auto}.cred-item__text strong{display:block;font-size:.875rem;color:var(--text)}.cred-item__text span{font-size:.8rem;color:var(--text-light)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testi-card{background:var(--white);border:1px solid var(--green-border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:0 2px 8px var(--shadow);transition:all var(--trans);position:relative}.news-card:hover,.testi-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgb(46 125 50/.15)}.testi-card::before{content:"“";font-size:4.5rem;color:var(--green);opacity:.12;position:absolute;top:.5rem;left:1.25rem}.testi-stars{color:#f9a825;font-size:.9375rem;margin-bottom:.875rem;letter-spacing:.1em}.testi-text{font-style:italic;color:var(--text-mid);font-size:.9375rem;line-height:1.7;margin-bottom:1.25rem}.testi-author,.testi-avatar{display:flex;align-items:center}.testi-author{gap:.75rem}.testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--green-pale);justify-content:center;font-family:var(--font-head);font-weight:700;font-size:1rem;color:var(--green);flex-shrink:0}.testi-name{font-weight:700;font-size:.9rem;color:var(--text)}.testi-loc{font-size:.8rem;color:var(--text-light)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.news-card{background:var(--white);border:1px solid var(--green-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 2px 8px var(--shadow);transition:all var(--trans)}.news-card:hover{transform:translateY(-4px)}.news-card__img{height:175px;background:var(--green-pale);overflow:hidden}.news-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.news-card:hover .news-card__img img{transform:scale(1.05)}.news-card__body{padding:1.25rem}.news-card__date{font-size:.8rem;color:var(--text-light);font-weight:600;margin-bottom:.4rem}.news-card__title{font-size:.9375rem;margin-bottom:.6rem;line-height:1.4}.news-card__title a{color:var(--text)}.news-card__title a:hover{color:var(--green)}.cta-box p,.news-card__exc{font-size:.875rem;color:var(--text-light);margin-bottom:.75rem}.news-card__link{font-size:.875rem;font-weight:700;color:var(--green)}.cta-box{background:var(--white);border-radius:var(--radius-lg);padding:3rem;box-shadow:0 4px 20px var(--shadow);text-align:center;max-width:780px;margin:0 auto;border:1px solid var(--green-border)}.cta-box h2{margin-bottom:.75rem}.cta-box p{font-size:1.0625rem;margin-bottom:1.75rem;max-width:540px;margin-left:auto;margin-right:auto}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.site-footer{background:#1a3320;color:rgb(255 255 255/.75)}.footer-main{padding:3.5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem}.footer-brand .brand-name,.footer-col h4{font-family:var(--font-head);font-size:1.375rem;font-weight:700;color:var(--white)}.footer-brand .brand-tag{font-size:.75rem;color:rgb(255 255 255/.45);display:block;margin-bottom:1.125rem}.footer-brand p{font-size:.9rem;line-height:1.7;margin-bottom:1.25rem}.footer-ci{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.875rem}.footer-ci a{color:rgb(255 255 255/.75)}.footer-ci a:hover{color:#a5d6a7}.socials{display:flex;gap:.625rem;margin-top:1rem}.footer-links a,.social-btn{transition:all var(--trans);display:flex;align-items:center}.social-btn{width:36px;height:36px;background:rgb(255 255 255/.08);border-radius:6px;justify-content:center;color:rgb(255 255 255/.65);font-size:.8125rem;font-weight:700;text-decoration:none}.social-btn:hover{background:var(--green);color:#fff;transform:translateY(-2px)}.footer-col h4{font-size:.9375rem;font-family:var(--font-body);margin-bottom:1.125rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:rgb(255 255 255/.6);font-size:.875rem;gap:.35rem}.footer-links a::before{content:"›";font-size:1rem;color:var(--green-light)}.footer-links a:hover{color:#a5d6a7;padding-left:.35rem}.footer-bottom{border-top:1px solid rgb(255 255 255/.1);padding:1.25rem 0}.footer-bottom .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-bottom p{font-size:.8rem;color:rgb(255 255 255/.4);margin:0}.footer-bottom a{font-size:.8rem;color:rgb(255 255 255/.45)}.footer-bottom a:hover{color:#a5d6a7}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero__inner{grid-template-columns:1fr}.features-bar__grid{grid-template-columns:repeat(2,1fr)}.about-grid{gap:2rem}.about-grid,.footer-grid,.news-grid,.testi-grid{grid-template-columns:1fr}.footer-grid{gap:2rem}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:.75rem;box-shadow:0 8px 24px var(--shadow);border-top:1px solid var(--green-border);gap:.2rem}.menu-toggle{display:flex}.header-phone{font-size:1rem}.cta-btns{flex-direction:column;align-items:center}.footer-bottom .container{flex-direction:column;text-align:center}}@media (max-width:480px){.features-bar__grid{grid-template-columns:1fr}.hero__btns{flex-direction:column}.services-grid{grid-template-columns:1fr}.creds-inner{gap:1rem}}:focus-visible{outline:3px solid var(--green);outline-offset:3px}.skip-link{position:absolute;top:-100px;left:1rem;background:var(--green);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius);z-index:9999;font-weight:700}.skip-link:focus{top:1rem}.hero__inner--full{max-width:860px!important;text-align:center}.hero__text--centre{background:rgb(20 60 20/.75)}.hero__inner--full{display:flex!important;justify-content:center!important;align-items:center!important;grid-template-columns:unset!important}.hero__text--centre{width:100%!important;max-width:900px!important;margin:0 auto!important;text-align:center!important;padding:3.5rem 4rem!important;background:rgb(20 60 20/.78)!important;border-radius:16px!important}.hero__text--centre .hero__btns,.hero__text--centre .hero__trust{justify-content:center!important}.hero__text--centre h1{font-size:clamp(2rem,4vw,3rem)!important}@media (max-width:768px){.site-header{position:sticky;top:0;z-index:9999}.header-inner{flex-wrap:wrap;padding:.75rem 1rem}.main-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(27 94 32/.97);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;z-index:9998;overflow-y:auto}.main-nav>li>a{color:var(--white);font-size:1.25rem;font-weight:700;padding:.75rem 2rem;text-align:center;border-radius:var(--radius);display:block;width:100%}.main-nav>li>a:hover{background:rgb(255 255 255/.15);color:var(--white)}.menu-toggle{z-index:9999;position:relative}.hse-logo{display:none}.site-logo img{height:50px;width:auto}.header-logos{flex:1}.header-phone{font-size:1.1rem}.hero__btns,.hero__trust{flex-direction:column!important;align-items:center!important;width:100%!important}.hero__btns .btn,.trust-pill{justify-content:center!important}.hero__btns .btn{width:100%!important;text-align:center!important}.trust-pill{width:60%!important}.hero__text--centre{padding:2rem 1.5rem!important}body{overflow-x:hidden!important}.features-bar__grid{grid-template-columns:1fr!important;border:0!important}.feat-item{border-right:none!important;border-bottom:1px solid rgb(255 255 255/.15)!important}.feat-item:last-child{border-bottom:none!important}.container{overflow:hidden}.section{padding:2.5rem 0!important}}.topbar{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem 1rem;line-height:1.4}.topbar div{line-height:1.4;text-align:center}@media (min-width:769px){.topbar{flex-direction:row;justify-content:center;gap:.5rem}.topbar div:first-child::after{content:" —"}}