:root{--ink:#111513;--muted:#626966;--line:#dfe3df;--paper:#f6f7f4;--white:#fff;--green:#b7ec37;--deep:#18372e;--teal:#1e6958;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{display:block;width:100%;height:100%;object-fit:cover}.site-header{position:sticky;top:0;z-index:20;height:76px;padding:0 max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:11px;line-height:1}.brand-mark{width:38px;height:38px;display:grid;place-items:center;background:var(--ink);color:var(--green);font:800 20px Manrope,sans-serif}.brand strong,.brand small{display:block;letter-spacing:0}.brand strong{font:800 14px Manrope,sans-serif}.brand small{font-size:8px;letter-spacing:2.3px;margin-top:4px}.desktop-nav{display:flex;gap:34px;font-size:14px;font-weight:600}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--teal);transition:.2s}.desktop-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:12px}.language-toggle{border:0;background:transparent;color:var(--muted);font-size:13px;font-weight:700}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:1px solid transparent;font-weight:700;font-size:14px;transition:.2s}.button svg{width:17px}.button-primary{background:var(--deep);color:#fff}.button-primary:hover,.button-dark:hover{background:var(--teal)}.button-accent{background:var(--green);color:var(--ink);padding:0 25px}.button-accent:hover{background:#caf45d}.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);background:white}.menu-toggle{display:none}.mobile-menu{position:fixed;z-index:19;top:76px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:20px 24px}.mobile-menu a{display:block;padding:12px 0;font-weight:700}.hero{position:relative;min-height:calc(100vh - 76px);max-height:840px;background:url("https://images.unsplash.com/photo-1565793298595-6a879b1d9492?auto=format&fit=crop&w=2200&q=88") center 48%/cover no-repeat;color:#fff;display:grid;align-items:end}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,17,.9) 0%,rgba(7,20,17,.62) 48%,rgba(7,20,17,.12) 80%),linear-gradient(0deg,rgba(7,20,17,.72),transparent 45%)}.hero-content{position:relative;z-index:1;width:min(var(--max),calc(100% - 48px));margin:auto;padding:70px 0 185px}.eyebrow,.section-kicker{font-size:12px;font-weight:800;letter-spacing:2.3px}.eyebrow{display:flex;align-items:center;gap:12px}.eyebrow>span:first-child{width:34px;height:2px;background:var(--green)}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:0}h1{max-width:830px;margin:18px 0 22px;font-size:clamp(56px,7vw,94px);line-height:.96;font-weight:700}.hero-copy{max-width:585px;font-size:19px;line-height:1.55;color:rgba(255,255,255,.83)}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.text-link{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:700}.hero-proof{position:absolute;z-index:2;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(3,1fr) 1.2fr;margin:auto;width:min(var(--max),100%);background:rgba(13,28,24,.91);backdrop-filter:blur(14px)}.hero-proof>div{min-height:112px;padding:22px 28px;border-right:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;justify-content:center}.hero-proof strong{font:700 27px Manrope,sans-serif;color:var(--green)}.hero-proof span{font-size:12px;color:rgba(255,255,255,.7)}.hero-proof .proof-badge{flex-direction:row;align-items:center;gap:14px}.proof-badge svg{width:34px;height:34px;color:var(--green)}.proof-badge span{font-size:14px;font-weight:700;color:#fff}.proof-badge small{font-weight:400;color:rgba(255,255,255,.6)}.trust-strip{min-height:84px;padding:0 max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--paper)}.trust-strip span{display:flex;align-items:center;gap:10px;font-size:13px}.trust-strip svg{width:20px;color:var(--teal)}.section{width:min(var(--max),calc(100% - 48px));margin:auto;padding:110px 0}.section-heading{display:grid;grid-template-columns:1.7fr 1fr;align-items:end;gap:80px;margin-bottom:40px}.section-kicker{margin:0 0 13px;color:var(--teal)}.section-heading h2,.capability-content h2,.process-header h2,.quote-intro h2{margin:0;font-size:clamp(35px,4vw,54px);line-height:1.1}.section-heading>p{margin:0;color:var(--muted)}.filter-row{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:white;padding:9px 15px;font-size:13px;font-weight:700}.filter.active,.filter:hover{background:var(--ink);color:white;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:280px;gap:14px}.product-card{position:relative;overflow:hidden;background:#ddd}.product-card-large{grid-row:span 2}.product-card-wide{grid-column:span 2}.product-card img{transition:transform .55s}.product-card:hover img{transform:scale(1.035)}.product-card[hidden]{display:none}.product-overlay{position:absolute;inset:auto 0 0;padding:64px 22px 20px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:end;color:#fff;background:linear-gradient(0deg,rgba(7,15,13,.9),transparent)}.product-overlay>span{font-size:11px;color:var(--green);align-self:start}.product-overlay p{font-size:10px;letter-spacing:1.7px;margin:0;color:var(--green);font-weight:800}.product-overlay h3{font-size:19px;margin:2px 0 0}.product-overlay small{color:rgba(255,255,255,.65)}.product-overlay a{width:38px;height:38px;border:1px solid rgba(255,255,255,.5);display:grid;place-items:center}.product-overlay a:hover{background:var(--green);color:var(--ink);border-color:var(--green)}.product-overlay svg{width:17px}.capabilities{display:grid;grid-template-columns:1fr 1fr;background:var(--deep);color:#fff}.capability-image{position:relative;min-height:690px}.capability-image>span{position:absolute;right:0;bottom:0;width:245px;padding:24px;background:var(--green);color:var(--ink);display:grid;grid-template-columns:auto 1fr;column-gap:12px}.capability-image svg{grid-row:span 2}.capability-image b,.capability-image small{display:block}.capability-content{padding:90px clamp(45px,7vw,110px);max-width:730px}.section-kicker.light{color:var(--green)}.capability-content>p:not(.section-kicker){color:rgba(255,255,255,.68);margin:24px 0 36px}.capability-list{border-top:1px solid rgba(255,255,255,.15);margin-bottom:36px}.capability-list>div{display:grid;grid-template-columns:40px 1fr;gap:10px;padding:21px 0;border-bottom:1px solid rgba(255,255,255,.15)}.capability-list>div>span{color:var(--green);font-size:12px}.capability-list h3{margin:0;font-size:16px}.capability-list p{margin:3px 0 0;color:rgba(255,255,255,.55);font-size:14px}.button-outline-light{border-color:rgba(255,255,255,.45);color:white}.button-outline-light:hover{background:white;color:var(--ink)}.quality-heading{max-width:1000px}.quality-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.quality-grid article{position:relative;min-height:280px;padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.quality-grid svg{width:30px;height:30px;color:var(--teal)}.quality-grid article>span{position:absolute;top:29px;right:28px;color:#9ca39e;font-size:12px}.quality-grid h3{margin:55px 0 10px;font-size:18px}.quality-grid p{margin:0;color:var(--muted);font-size:14px}.process-section{padding:105px max(24px,calc((100vw - var(--max))/2));background:var(--ink);color:white}.process-header{display:flex;align-items:end;justify-content:space-between;margin-bottom:55px}.process-track{display:grid;grid-template-columns:repeat(5,1fr)}.process-track>div{position:relative;padding:0 25px 0 0;border-top:1px solid rgba(255,255,255,.2)}.process-track>div:before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:var(--green)}.process-track>div:not(:last-child):after{content:"";position:absolute;top:-4px;right:8px;width:7px;height:7px;border-top:1px solid rgba(255,255,255,.4);border-right:1px solid rgba(255,255,255,.4);transform:rotate(45deg)}.process-track b{display:block;margin-top:24px;font-size:11px;color:var(--green)}.process-track svg{width:28px;margin:28px 0 8px}.process-track h3{font-size:16px;margin:0 0 6px}.process-track p{font-size:13px;color:rgba(255,255,255,.5);margin:0}.quote-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:95px;padding:110px max(24px,calc((100vw - var(--max))/2));background:var(--paper)}.quote-intro>p:not(.section-kicker){color:var(--muted);font-size:17px;max-width:480px}.contact-lines{margin-top:40px}.contact-lines a{display:flex;align-items:center;gap:12px;margin:14px 0;font-weight:700}.contact-lines svg{width:20px;color:var(--teal)}.response-note{display:flex;align-items:center;gap:8px;margin-top:35px!important;font-size:13px!important}.response-note svg{width:16px}.quote-form{background:#fff;padding:38px;border:1px solid var(--line)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.quote-form label{display:block;margin-bottom:18px;font-size:12px;font-weight:700}.quote-form label>span{display:block;margin-bottom:7px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #cfd4cf;background:#fff;padding:12px 13px;outline:0;border-radius:0}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 2px rgba(30,105,88,.12)}.quote-form textarea{resize:vertical}.file-drop{display:flex!important;align-items:center;gap:13px;border:1px dashed #b8c0b9;padding:15px!important;background:var(--paper);cursor:pointer}.file-drop input{display:none}.file-drop svg{width:21px;color:var(--teal)}.file-drop span{margin:0!important}.file-drop b,.file-drop small{display:block}.file-drop small{color:var(--muted);font-weight:400;margin-top:2px}.button-dark{background:var(--ink);color:#fff;width:100%}.form-status{margin:10px 0 0;font-size:13px}.form-status.error{color:#a52a2a}.form-status.success{color:var(--teal);font-weight:700}footer{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px;padding:70px max(24px,calc((100vw - var(--max))/2)) 28px;background:#0c100e;color:#fff}.brand-light .brand-mark{background:var(--green);color:var(--ink)}.footer-brand p{max-width:270px;color:rgba(255,255,255,.5);font-size:13px;margin-top:20px}footer h3{font-size:12px;letter-spacing:1.5px;margin:0 0 20px;color:var(--green)}footer>div:not(.footer-brand):not(.footer-bottom){display:flex;flex-direction:column;gap:9px;font-size:13px;color:rgba(255,255,255,.62)}footer a:hover{color:#fff}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:25px;margin-top:15px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:rgba(255,255,255,.4)}@media(max-width:900px){.desktop-nav,.header-quote{display:none}.menu-toggle{display:grid}.hero{min-height:760px}.hero-content{padding-bottom:250px}.hero-proof{grid-template-columns:1fr 1fr}.hero-proof>div{min-height:86px;padding:16px 20px}.trust-strip{display:grid;grid-template-columns:1fr 1fr;padding-top:18px;padding-bottom:18px;gap:14px}.section-heading{grid-template-columns:1fr;gap:18px}.product-grid{grid-template-columns:1fr 1fr}.product-card-large{grid-row:span 1}.product-card-wide{grid-column:span 1}.capabilities{grid-template-columns:1fr}.capability-image{min-height:500px}.quality-grid{grid-template-columns:1fr 1fr}.process-track{grid-template-columns:1fr}.process-track>div{padding:0 0 24px 38px;border-top:0;border-left:1px solid rgba(255,255,255,.2)}.process-track>div:before{top:5px;left:-5px}.process-track>div:not(:last-child):after{display:none}.process-track b{margin:0}.process-track svg{margin:12px 0 4px}.quote-section{grid-template-columns:1fr;gap:45px}footer{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:600px){.site-header{height:68px;padding:0 18px}.mobile-menu{top:68px}.language-toggle{font-size:12px}.hero{min-height:690px}.hero-content{width:calc(100% - 36px);padding:55px 0 230px}h1{font-size:52px}.hero-copy{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.hero-proof{grid-template-columns:1fr 1fr}.hero-proof>div{border-bottom:1px solid rgba(255,255,255,.1)}.hero-proof strong{font-size:22px}.trust-strip{grid-template-columns:1fr}.section{width:calc(100% - 36px);padding:78px 0}.section-heading h2,.capability-content h2,.process-header h2,.quote-intro h2{font-size:36px}.product-grid{grid-template-columns:1fr;grid-auto-rows:260px}.product-card-wide{grid-column:auto}.capability-image{min-height:380px}.capability-image>span{width:220px}.capability-content{padding:65px 24px}.quality-grid{grid-template-columns:1fr}.quality-grid article{min-height:230px}.process-section,.quote-section{padding:75px 18px}.process-header{display:block}.form-row{grid-template-columns:1fr;gap:0}.quote-form{padding:25px 20px}footer{grid-template-columns:1fr 1fr;gap:38px 20px;padding:55px 18px 24px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}}
