


:root{--green:#173e30;--ink:#18372b;--lime:#d5e9a5;--paper:#f8f8f2;--muted:#637267}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{outline-offset:5px}button{cursor:pointer}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:400;line-height:1.12;letter-spacing:-.04em}h1,h2{white-space:pre-line}h1{font-size:clamp(46px,5.5vw,84px)}h2{font-size:clamp(34px,3.4vw,51px)}h3{font-size:25px;line-height:1.25}p{color:var(--muted)}.header{height:104px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:var(--paper);position:relative;z-index:20}.brand{display:flex;align-items:center;gap:11px;line-height:1;white-space:nowrap}.brand>span{font-family:Georgia,serif;font-size:29px;letter-spacing:-1.2px}.brand small{font-family:Arial,sans-serif;font-size:9px;letter-spacing:2px;display:block;margin-top:9px}.header nav{display:flex;align-items:center;gap:30px;font-size:14px}.header nav>a:not(.button):hover,.footer-top a:hover{text-decoration:underline;text-underline-offset:6px}.languages{display:flex;gap:9px;color:#839184}.languages .active{color:var(--green);font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;background:var(--green);color:white;padding:17px 23px;border:1px solid transparent;font-size:14px;font-weight:600;min-height:52px;transition:background .2s,transform .2s}.button:hover{background:#2c5540;transform:translateY(-2px)}.button.small{padding:13px 18px;min-height:46px;gap:18px}.button.lime{background:var(--lime);color:var(--green)}.button.lime:hover{background:#e6f3c9}.menu-toggle{display:none}.hero{position:relative;min-height:680px;color:#fff;overflow:hidden}.hero-image,.hero-shade{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.hero-image{object-position:50% 45%}.hero-shade{background:linear-gradient(90deg,rgba(6,27,17,.86),rgba(8,25,15,.43) 58%,rgba(8,25,15,.16)),linear-gradient(0deg,rgba(6,27,17,.5),transparent 40%)}.hero-content{position:relative;padding:76px 6% 95px;max-width:1000px}.eyebrow{display:block;font-size:12px;font-weight:600;letter-spacing:2.1px;margin-bottom:24px}.eyebrow.light{color:#d4dfc7;display:flex;align-items:center;gap:10px}.dot{width:7px;height:7px;background:var(--lime);border-radius:50%}.hero h1{letter-spacing:-.045em;line-height:1.03}.hero h1 em{font-family:Georgia,serif;color:var(--lime);font-weight:400;display:block;margin-top:4px}.hero p{color:#dae0d6;font-size:17px;max-width:510px;margin-top:28px;line-height:1.7}.hero-actions{display:flex;gap:30px;align-items:center;margin-top:30px}.hero-link{font-size:14px;display:flex;align-items:center;gap:15px}.hero-link:hover{text-decoration:underline}.hero-bottom{position:absolute;bottom:25px;left:6%;right:6%;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.8px;color:#d4dfc7}.trust-bar{padding:27px 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce2d6;gap:25px}.trust-bar span{font-size:10px;letter-spacing:1.6px;max-width:140px}.trust-bar b{font-size:17px;font-weight:400}.trust-bar i{width:4px;height:4px;background:#99ac91;border-radius:50%}.section{padding:100px 6%}.section-heading{margin-bottom:48px}.split{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.split p{max-width:380px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #ced9cb;border-bottom:1px solid #ced9cb}.service-card{padding:35px 32px 30px;border-right:1px solid #ced9cb;transition:background .2s;display:flex;flex-direction:column}.service-card:first-child{padding-left:0}.service-card:last-child{border-right:0}.service-card:hover{background:#ecf0e5}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:42px}.card-top span{color:#8c9b89;font-size:13px}.service-card h3{max-width:270px;margin-bottom:18px}.service-card p{font-size:15px;margin-bottom:35px}.card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:10px}.card-bottom span{font-size:12px;color:#5f715f}.report{background:#e9eee2;display:grid;grid-template-columns:.85fr 1.2fr;gap:60px;align-items:center}.report h2{max-width:480px;margin-bottom:25px}.report p{max-width:475px}.report img{width:100%;display:block;box-shadow:0 18px 45px #18372b14;transition:transform .3s}.report img:hover{transform:translateY(-4px)}figcaption{font-size:11px;color:#65715f;margin-top:18px;line-height:1.6}.checklist{list-style:none;padding:0;margin:24px 0}.checklist li{border-bottom:1px solid #ccd6c3;padding:10px 0;font-size:14px}.checklist li:before{content:'↗';margin-right:12px}.text-link{font-size:14px;font-weight:bold;display:inline-flex;gap:15px;align-items:center;border-bottom:1px solid;padding-bottom:6px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:55px}.steps article{border-top:1px solid #ccd6c3;padding-top:22px}.step-no{display:block;font-family:Georgia,serif;font-size:40px;color:#7b916c;margin-bottom:30px}.steps h3{font-size:23px;margin-bottom:16px}.steps p{font-size:14px}.cta{margin:0 6% 90px;padding:60px;background:var(--green);color:var(--paper);display:flex;align-items:center;justify-content:space-between;gap:40px}.cta .eyebrow{color:var(--lime)}.cta h2{font-size:40px}.cta .button{flex-shrink:0}footer{background:#e9eee2;padding:60px 6% 24px}.footer-top{display:grid;grid-template-columns:1fr 1fr auto;gap:50px;padding-bottom:50px}.footer-top p{white-space:pre-line;font-size:20px;line-height:1.5;color:var(--green)}.footer-top>div{display:flex;gap:25px;font-size:14px}.footer-bottom{border-top:1px solid #cdd8c6;display:flex;justify-content:space-between;gap:20px;padding-top:24px;font-size:11px;color:#647360}.page-hero{padding:75px 6%;background:#e9eee2}.page-hero h1{font-size:clamp(42px,5vw,72px);max-width:1100px}.page-hero p{max-width:620px;margin-top:26px}.detail-grid,.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.detail-grid p,.about-grid p{margin:25px 0}.detail-grid .button{margin-top:12px}.scope-row{display:flex;gap:25px;padding:27px 0;border-bottom:1px solid #ccd6c3;align-items:baseline}.scope-row span{font-size:13px;color:#819275}.scope-row h3{font-size:23px}.about-grid{align-items:center}.about-grid img{width:100%;height:510px;object-fit:cover}.about-grid strong{font-size:14px;font-weight:400;border-top:1px solid #ccd6c3;display:block;padding-top:25px}.faq{max-width:1000px;border-bottom:1px solid #ccd6c3}.faq:first-of-type{margin-top:40px}.faq button{background:transparent;border:0;display:flex;align-items:center;justify-content:space-between;gap:25px;width:100%;text-align:left;padding:25px 0;font-size:21px;color:var(--green)}.faq button svg{flex-shrink:0}.faq p{padding-bottom:25px;max-width:800px}.contact-grid h2{font-size:42px;margin-bottom:25px}.contact-grid address{font-style:normal;color:var(--muted);margin:20px 0}.form-note{background:#e9eee2;padding:20px;font-size:14px;margin-top:35px;max-width:460px}form label{display:block;font-size:14px;margin-bottom:20px}input,textarea,select{display:block;width:100%;background:transparent;border:1px solid #b9c7b2;border-radius:0;padding:12px 14px;margin-top:8px;color:var(--green);min-width:0}textarea{resize:vertical}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:20px}form [role=status]{margin-top:20px}.prose{max-width:1000px}.prose p{margin-top:25px}.skip{position:absolute;top:-100px;background:white;padding:15px;z-index:100}.skip:focus{top:0}@media(min-width:1600px){.hero-content{padding-left:max(6%,calc((100vw - 1450px)/2))}.section{padding-left:max(6%,calc((100vw - 1450px)/2));padding-right:max(6%,calc((100vw - 1450px)/2))}}@media(max-width:1050px){.header nav{gap:18px}.header{padding:0 4%}.brand>span{font-size:25px}.header nav{font-size:13px}.hero-content{padding-top:65px}.report{gap:35px}.cta{padding:40px}.cta h2{font-size:34px}.detail-grid,.about-grid,.contact-grid{gap:45px}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div{grid-column:1/-1}}@media(max-width:800px){.header{height:85px}.menu-toggle{display:flex;background:none;border:0;padding:10px;color:var(--green)}.header nav{display:none;position:absolute;left:0;right:0;top:85px;padding:25px;background:var(--paper);box-shadow:0 12px 20px #0001;align-items:flex-start}.header nav.open{display:flex;flex-direction:column;gap:22px;font-size:16px}.hero{min-height:660px}.hero-content{padding:65px 6% 100px}.hero h1{font-size:64px}.trust-bar{flex-wrap:wrap;justify-content:center;gap:15px}.trust-bar span{max-width:none;flex-basis:100%;text-align:center}.trust-bar b{font-size:14px}.trust-bar i{display:none}.section{padding:65px 6%}.split{display:block}.split p{margin-top:25px;max-width:100%}.service-grid{grid-template-columns:1fr}.service-card,.service-card:first-child{padding:28px 0;border-right:0;border-bottom:1px solid #ced9cb}.service-card:last-child{border-bottom:0}.card-top{margin-bottom:24px}.service-card h3{max-width:none}.report,.detail-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:40px}.report figure{margin-top:5px}.steps{grid-template-columns:1fr 1fr;gap:25px}.cta{flex-direction:column;align-items:flex-start;padding:35px;margin-bottom:60px}.cta h2{font-size:33px}.footer-top{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-wrap:wrap}.about-grid img{height:350px}.page-hero{padding:60px 6%}.hero-bottom span:last-child{display:none}}@media(max-width:480px){.hero h1{font-size:49px}.hero-actions{align-items:flex-start;flex-direction:column;gap:22px}.hero p{font-size:16px}.hero .eyebrow{font-size:10px;letter-spacing:1.5px}.hero{min-height:700px}.steps{grid-template-columns:1fr}.step-no{margin-bottom:15px}.form-two{grid-template-columns:1fr;gap:0}.hero-bottom{font-size:9px}.footer-top>div{gap:20px}.service-card p{font-size:16px}.steps p{font-size:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Readable supporting text at all viewport sizes. */
.eyebrow,.card-bottom span,.card-top span,figcaption,.footer-bottom,.trust-bar span,.hero-bottom,.scope-row span{font-size:14px}.hero .eyebrow{font-size:14px}.hero-bottom{letter-spacing:1px}.trust-bar span{max-width:170px}.brand small{font-size:10px}.reading-sources{margin-top:30px;font-size:14px}.reading-sources a{text-decoration:underline;text-underline-offset:4px}
@media(max-width:480px){.hero .eyebrow{font-size:12px}.hero-bottom{font-size:12px}.hero{min-height:725px}}
.deliverables{background:#edf1e6;display:grid;grid-template-columns:1fr 1.2fr;gap:70px}.deliverables>div>p{margin-top:24px;max-width:430px}.deliverable-list article{display:flex;gap:24px;padding:25px 0;border-bottom:1px solid #cbd6c2}.deliverable-list article:first-child{padding-top:0}.deliverable-list article>span{font-size:14px;color:#718267}.deliverable-list h3{margin-bottom:12px}.satellite{background:#173e30;color:#f8f8f2}.satellite .eyebrow{color:#d5e9a5}.satellite p{color:#d1dbca}.satellite-stages{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.satellite-stages article{border-top:1px solid #607857;padding-top:26px}.satellite-stages h3{margin-bottom:18px}.satellite-stages .eyebrow{letter-spacing:1px}.application-note{margin:24px 0 35px;max-width:700px}.application-support{margin-top:auto;font-size:14px;display:flex;gap:18px;align-items:center}.application-support svg{flex-shrink:0}@media(max-width:800px){.deliverables,.satellite-stages{grid-template-columns:1fr;gap:35px}}
.report-coverage{grid-template-columns:.85fr 1.2fr;align-items:start}.coverage-note{margin-top:24px;font-size:14px}.coverage-list article{display:flex;gap:22px;border-bottom:1px solid #c6d2bd;padding:22px 0}.coverage-list article:first-child{padding-top:0}.coverage-list article>span{font-size:14px;color:#6a7e5d}.coverage-list h3{font-size:23px;margin-bottom:12px}.coverage-list p{font-size:16px;max-width:none}@media(max-width:800px){.report-coverage{grid-template-columns:1fr}}
.chat-entry{position:fixed;right:24px;bottom:24px;z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.chat-launcher{display:flex;align-items:center;gap:10px;border:1px solid #d5e9a5;background:#173e30;color:white;border-radius:30px;padding:14px 20px;box-shadow:0 5px 22px #0002;font-size:14px}.chat-panel{width:min(360px,calc(100vw - 32px));background:#f8f8f2;border:1px solid #cad5c3;box-shadow:0 12px 45px #0003;border-radius:12px;overflow:hidden;max-height:calc(100dvh - 115px);overflow-y:auto}.chat-panel header{background:#173e30;color:white;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.chat-panel header button{background:none;border:0;color:white;padding:6px}.chat-panel>div{padding:24px}.chat-panel h2{font-size:25px;margin-bottom:15px}.chat-panel p{font-size:15px;margin-bottom:20px}.chat-panel .chat-status{font-size:14px;background:#e9eee2;padding:13px}.chat-panel .button{width:100%;gap:14px}@media(max-width:480px){.chat-entry{right:16px;bottom:16px}}
.brand-logo{display:block;width:240px;height:auto}.brand{flex-shrink:0}@media(max-width:1050px){.brand-logo{width:205px}}@media(max-width:480px){.brand-logo{width:210px}}
.four-services{grid-template-columns:repeat(2,minmax(0,1fr))}.four-services .service-card{padding:32px;border-bottom:1px solid #ced9cb}.four-services .service-card:nth-child(2n){border-right:0}.four-services .service-card:nth-last-child(-n+2){border-bottom:0}.four-services .service-card h3{max-width:420px}.dd-intro{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:center}.dd-intro p{margin-top:24px}.dd-intro img{width:100%;height:auto;display:block}.dd-scope{background:#e9eee2}.dd-stages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 55px;margin-top:45px}.dd-stages article{border-top:1px solid #c6d2bd;padding-top:20px}.dd-stages h3{margin-bottom:18px}.dd-stages .step-no{margin-bottom:18px}.dd-connections{max-width:1100px}.dd-connections p{margin-top:24px}.dd-connections h3{margin-top:45px}.cta .button{white-space:normal;max-width:360px}@media(max-width:800px){.dd-intro,.dd-stages,.four-services{grid-template-columns:1fr}.four-services .service-card,.four-services .service-card:first-child{padding:28px 0;border-right:0;border-bottom:1px solid #ced9cb}.four-services .service-card:last-child{border-bottom:0}}

[hidden]{display:none!important}.faq p[hidden]{display:none}.header nav.open{display:flex}/* Native WordPress rendering: basic reset previously supplied by the app toolchain. */
svg{display:inline-block;vertical-align:middle;flex-shrink:0}img{max-width:100%}button{color:inherit}body{padding:0}ul{padding-left:1.4em}body.admin-bar .header{scroll-margin-top:32px}.lf-connected-form{min-width:0}.chat-entry[hidden]{display:none!important}

/* Preserve headline space on wide screens. */
@media(min-width:1600px){.hero-content{max-width:none}.hero-content h1{max-width:900px}}


.service-reference{padding-top:48px;padding-bottom:0}.service-reference figure{max-width:1200px;margin:0 auto}.service-reference img{display:block;width:100%;height:auto;box-shadow:0 18px 45px #18372b14}.service-reference figcaption{margin-top:16px}

.regulatory-methodology{background:#edf2e9;border-bottom:1px solid #d6dfd1;padding-top:42px;padding-bottom:42px}.regulatory-methodology h2{font-size:clamp(26px,3vw,40px);max-width:1000px;margin:14px 0 20px}.regulatory-methodology p{max-width:1050px;line-height:1.75}.regulatory-methodology p:last-child{margin-bottom:0}

.due-diligence-hero h1{font-size:clamp(36px,4.4vw,64px);max-width:1000px;line-height:1.15;text-wrap:balance;overflow-wrap:normal}.due-diligence-hero p{max-width:760px}.regulatory-methodology p+p{margin-top:18px}.dd-intro h2{text-wrap:balance}.dd-intro p+p{margin-top:20px}

/* Section gutters are viewport-based: constrain children, never the padded section. */
.dd-connections,.section.prose{max-width:none;width:100%}.dd-connections>*,.section.prose>*{max-width:1000px}.section>*{min-width:0}.page-hero{padding-inline:max(6%,calc((100% - 1450px)/2))}.service-card,.coverage-list article>div,.deliverable-list article>div{min-width:0}.section img{max-width:100%}.contact-grid a{overflow-wrap:anywhere}

/* Value proposition: readable copy over the existing forest image. */
.hero-content.value-hero{max-width:none;padding-top:64px;padding-bottom:95px}.hero-content.value-hero h1{font-size:clamp(36px,4.3vw,64px);max-width:1050px;line-height:1.12}.hero-content.value-hero p{max-width:780px;font-size:17px;line-height:1.65}.hero-content.value-hero .hero-solution{margin-top:18px}.value-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;background:#edf1e6;padding-top:38px;padding-bottom:38px}.value-benefits h2{font-size:27px;margin-bottom:12px}.value-benefits p{max-width:390px}.value-hero .hero-actions{flex-wrap:wrap}.value-hero .button{max-width:100%}@media(max-width:800px){.value-benefits{grid-template-columns:1fr;gap:24px}.hero-content.value-hero{padding-top:45px}.hero-content.value-hero h1{font-size:clamp(32px,6.5vw,48px)}.hero-content.value-hero p{font-size:16px}.value-hero .eyebrow{letter-spacing:1px}}
