@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');
:root{--green:#79c900;--ink:#101612;--soft:#f2f4f0;--line:#d9ded8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',Arial,sans-serif;line-height:1.5}a{color:inherit}.header{height:88px;padding:0 4vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff;position:relative;z-index:10}.logo{height:88px;width:132px;overflow:hidden;display:flex;align-items:center}.logo img{width:104px;height:104px;object-fit:contain}.header nav{display:flex;gap:2.5rem}.header nav a{text-decoration:none;font-size:.82rem;font-weight:600}.header-cta{justify-self:end;text-decoration:none;font-size:.83rem;font-weight:600;border-bottom:1px solid;padding-bottom:.2rem}.header-cta span,.button span{color:var(--green);margin-left:.5rem}.hero{height:calc(100vh - 88px);min-height:690px;position:relative;color:#fff;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,15,13,.84),rgba(5,15,13,.48) 44%,rgba(5,15,13,.06) 75%)}.hero-content{position:absolute;left:6vw;bottom:15%;max-width:900px}.kicker,.label{font-size:.72rem;letter-spacing:.15em;font-weight:600;margin:0 0 2rem}.kicker{display:flex;align-items:center;gap:.7rem}.kicker span{width:28px;height:2px;background:var(--green)}h1,h2{font-family:'Manrope',Arial,sans-serif;letter-spacing:-.055em;margin:0;line-height:.98}h1{font-size:clamp(3.7rem,6.7vw,7.6rem);font-weight:500}h1 em{font-style:normal;color:#b4ff43}.intro{max-width:560px;font-size:1.12rem;color:#d9dfda;margin:2rem 0}.button{display:inline-flex;align-items:center;text-decoration:none;padding:1rem 1.25rem;font-size:.85rem;font-weight:600}.button-light{background:#fff;color:var(--ink)}.button-dark{background:var(--ink);color:#fff}.hero-index{position:absolute;right:4vw;bottom:3rem;display:flex;gap:2.2rem;align-items:center;font-size:.7rem;letter-spacing:.07em}.hero-index span:first-child{color:#b4ff43}.statement{padding:10rem 6vw;display:grid;grid-template-columns:1fr 3fr;gap:5vw}.statement h2,.section-head h2,.process h2,.closing h2{font-size:clamp(3rem,5vw,6rem);font-weight:500}.statement h2 span{color:#879088}.statement>div>p{font-size:1.18rem;color:#5d665f;max-width:650px;margin:2.5rem 0 0 34%}.expertise{padding:8rem 4vw;background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:flex-start;padding:0 2vw 5rem}.cards{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #bbc3bb}.cards article{position:relative;padding:2rem;min-height:440px;border-right:1px solid #bbc3bb}.cards article:last-child{border:0}.number{font-size:.7rem;color:#717b73}.card-icon{font-size:2.4rem;color:#315800;margin:4.5rem 0 2rem}.cards h3{font-family:'Manrope';font-size:1.55rem;margin:0 0 1rem}.cards p{color:#626c64;font-size:.93rem}.cards ul{position:absolute;bottom:2rem;left:2rem;right:2rem;list-style:none;padding:1rem 0 0;margin:0;border-top:1px solid #cdd3cd;font-size:.73rem;line-height:1.8;color:#677168}.process{padding:10rem 6vw;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10vw}.process-copy>p:last-child{max-width:500px;color:#aeb7b0;margin-top:2rem}.process ol{list-style:none;padding:0;margin:0}.process li{display:grid;grid-template-columns:52px 1fr;gap:1rem;padding:1.6rem 0;border-top:1px solid #384039}.process li:last-child{border-bottom:1px solid #384039}.process li>span{color:var(--green);font-size:.75rem}.process strong{font-family:'Manrope';font-size:1.3rem;font-weight:500}.process li p{margin:.4rem 0 0;color:#939e96;font-size:.9rem}.closing{padding:9rem 6vw;background:var(--green)}.closing .label{color:#315800}.closing h2{max-width:1050px;margin-bottom:3rem}.closing .button span{color:var(--green)}footer{padding:4rem 5vw;display:grid;grid-template-columns:1.2fr 1fr 1fr 2fr;gap:4vw;border-top:1px solid var(--line);font-size:.8rem}footer img{width:120px;height:120px;object-fit:contain}footer strong{font-size:.7rem;letter-spacing:.12em}footer p{color:#707a72;line-height:1.7}.footer-end{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;text-align:right}.footer-end span{font-family:'Manrope';font-size:1.1rem}.footer-end small{color:#7a847c}@media(max-width:900px){.header{grid-template-columns:1fr auto}.header nav{display:none}.hero-content{bottom:17%}.hero-index{left:6vw;right:auto}.statement{grid-template-columns:1fr;padding:7rem 6vw}.statement>div>p{margin-left:0}.section-head{display:block}.section-head h2{margin-top:1.5rem}.cards{grid-template-columns:1fr 1fr}.cards article:nth-child(2){border-right:0}.cards article{border-bottom:1px solid #bbc3bb}.process{grid-template-columns:1fr;gap:5rem}footer{grid-template-columns:1fr 1fr}.footer-end{align-items:flex-start;text-align:left;gap:3rem}}@media(max-width:560px){.header{height:76px}.logo{height:76px}.logo img{width:90px;height:90px}.hero{height:calc(100vh - 76px);min-height:660px}.hero-content{left:6vw;right:6vw}.hero-shade{background:linear-gradient(90deg,rgba(5,15,13,.84),rgba(5,15,13,.28))}h1{font-size:3.55rem}.intro{font-size:1rem}.hero-index{gap:1rem;flex-wrap:wrap}.statement,.expertise,.process,.closing{padding-top:6rem;padding-bottom:6rem}.cards{grid-template-columns:1fr}.cards article{border-right:0;min-height:390px}.section-head{padding-left:0;padding-right:0}.process h2,.closing h2,.section-head h2,.statement h2{font-size:2.9rem}footer{grid-template-columns:1fr}.footer-end{align-items:flex-start;text-align:left}}
