:root{--forest:#12392c;--deep:#09251c;--green:#2d8a5b;--lime:#b8e86e;--cream:#f4f2e9;--paper:#fffefa;--ink:#17211d;--muted:#67736d;--line:#dce2dd;--white:#fff;--shadow:0 20px 60px rgba(18,57,44,.1);--radius:22px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{border:0}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{padding:104px 0}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--green);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}.eyebrow.light{color:var(--lime)}h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;line-height:1.08}h1{font-size:clamp(3rem,6.5vw,6.1rem);letter-spacing:-.055em}h2{font-size:clamp(2.35rem,4.4vw,4.35rem);letter-spacing:-.045em}h3{font-size:1.55rem;letter-spacing:-.025em}p{color:var(--muted)}.lead{font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.65}.section-heading{max-width:760px;margin-bottom:52px}.section-heading .eyebrow{margin-bottom:18px}.section-heading h2{margin-bottom:18px}.section-heading p{max-width:640px}
.site-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:var(--paper);opacity:1;visibility:visible;animation:loader-exit .6s ease 2s forwards;transition:opacity .6s ease,visibility .6s ease}.site-loader img{width:clamp(130px,22vw,210px);height:auto;animation:loader-pulse 1.35s ease-in-out infinite}.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}@keyframes loader-pulse{0%,100%{transform:scale(.96);opacity:.72}50%{transform:scale(1);opacity:1}}@keyframes loader-exit{to{opacity:0;visibility:hidden;pointer-events:none}}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:999px;background:var(--lime);color:var(--deep);font-size:.88rem;font-weight:800;cursor:pointer;transition:.25s}.btn:after{content:"♻";font-size:1rem;line-height:1;transition:transform .25s}.btn:hover{transform:translateY(-2px);background:#c9f281;box-shadow:0 12px 30px rgba(184,232,110,.18)}.btn:hover:after{transform:rotate(18deg)}.btn-dark{background:var(--forest);color:var(--white)}.btn-dark:hover{background:var(--deep)}.btn-outline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.35)}.btn-outline:hover{background:rgba(255,255,255,.1)}
.top-bar{background:var(--deep);color:rgba(255,255,255,.72);font-size:.78rem}.top-bar .container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.top-bar-links,.socials{display:flex;gap:24px}.socials{gap:16px}.top-bar a:hover{color:var(--lime)}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,254,250,.94);border-bottom:1px solid rgba(220,226,221,.8);backdrop-filter:blur(16px)}.nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{flex:0 0 auto}.logo img{width:68px;height:68px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:34px;margin-left:auto}.desktop-nav a{position:relative;color:#3d4a44;font-size:.9rem;font-weight:700}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--green);transition:right .25s}.desktop-nav a:hover,.desktop-nav a.active-link{color:var(--forest)}.desktop-nav a:hover:after,.desktop-nav a.active-link:after{right:0}.header-cta{min-height:46px;padding-inline:20px}.menu-toggle{display:none;width:44px;height:44px;border-radius:50%;background:var(--cream);color:var(--forest);cursor:pointer;font-size:1.25rem}
.hero{position:relative;min-height:760px;display:grid;align-items:end;overflow:hidden;background:var(--deep);color:var(--white)}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 55%}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,27,20,.94) 0%,rgba(6,27,20,.78) 42%,rgba(6,27,20,.25) 78%,rgba(6,27,20,.12) 100%),linear-gradient(0deg,rgba(6,27,20,.7),transparent 50%)}.hero .container{position:relative;z-index:1;padding-bottom:92px}.hero-content{max-width:790px}.hero .eyebrow{margin-bottom:24px}.hero h1{max-width:780px;margin-bottom:26px}.hero h1 em{color:var(--lime);font-weight:400}.hero .lead{max-width:650px;color:rgba(255,255,255,.78);margin-bottom:36px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-proof{position:absolute;z-index:2;right:max(20px,calc((100vw - 1180px)/2));bottom:0;display:grid;grid-template-columns:repeat(2,150px);background:var(--paper);color:var(--ink)}.proof-item{padding:24px;border-left:1px solid var(--line)}.proof-item strong{display:block;font-family:Georgia,serif;font-size:1.8rem;color:var(--forest)}.proof-item span{font-size:.73rem;color:var(--muted)}
.trust-strip{border-bottom:1px solid var(--line);background:var(--white)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:28px 24px;border-left:1px solid var(--line)}.trust-item:last-child{border-right:1px solid var(--line)}.trust-item span{display:block;color:var(--green);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.trust-item strong{color:var(--forest);font-size:.92rem}
.services-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.service-card{grid-column:span 4;min-height:340px;padding:34px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;transition:.3s}.service-card.wide{grid-column:span 6}.service-card:hover{transform:translateY(-6px);border-color:#b9c7be;box-shadow:var(--shadow)}.service-number{color:var(--green);font-size:.75rem;font-weight:800;letter-spacing:.12em}.service-card h3{margin-top:auto;margin-bottom:14px}.service-card p{font-size:.93rem}.service-link{margin-top:22px;color:var(--forest);font-size:.83rem;font-weight:800;display:inline-flex;align-items:center;gap:8px}.service-link:after{content:"♻";font-size:.95rem;line-height:1;transition:transform .25s}.service-link:hover:after{transform:rotate(18deg)}.service-card.featured{grid-column:span 8;color:var(--white);position:relative;overflow:hidden;border:0}.service-card.featured img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.service-card.featured:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,37,28,.93),rgba(9,37,28,.36))}.service-card.featured>*:not(img){position:relative;z-index:1;max-width:380px}.service-card.featured p{color:rgba(255,255,255,.75)}.service-card.featured .service-number,.service-card.featured .service-link{color:var(--lime)}
.story-section{background:var(--cream);overflow:hidden}.story-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:80px;align-items:center}.image-stack{position:relative;padding-right:78px;padding-bottom:68px}.image-stack .main-photo{width:100%;height:610px;object-fit:cover;border-radius:var(--radius)}.image-stack .inset-photo{position:absolute;width:240px;height:260px;right:0;bottom:0;object-fit:cover;border:10px solid var(--cream);border-radius:22px}.story-copy .eyebrow{margin-bottom:20px}.story-copy h2{margin-bottom:24px}.story-copy .lead{margin-bottom:18px}.feature-list{margin:30px 0 34px;display:grid;gap:16px;list-style:none}.feature-list li{display:flex;gap:13px;align-items:flex-start;color:#3d4a44}.feature-list li:before{content:"✓";flex:0 0 24px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:var(--white);font-size:.75rem;font-weight:900}
.process{background:var(--forest);color:var(--white)}.process .section-heading p{color:rgba(255,255,255,.66)}.process-grid{display:grid;grid-template-columns:repeat(3,1fr)}.process-card{padding:36px 40px;border-top:1px solid rgba(255,255,255,.18);border-right:1px solid rgba(255,255,255,.18)}.process-card:last-child{border-right:0}.process-card .num{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--lime);color:var(--deep);font-weight:900;margin-bottom:42px}.process-card h3{margin-bottom:12px}.process-card p{color:rgba(255,255,255,.62);font-size:.92rem}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:14px}.gallery-grid figure{overflow:hidden;border-radius:16px;background:var(--cream)}.gallery-grid figure:first-child{grid-column:span 2;grid-row:span 2}.gallery-grid figure:nth-child(4){grid-column:span 2}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-grid figure:hover img{transform:scale(1.04)}
.cta-section{padding:92px 0;background:var(--lime)}.cta-inner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end}.cta-inner h2{max-width:780px;color:var(--deep)}.cta-inner p{margin-top:18px;color:rgba(9,37,28,.72);max-width:650px}
.page-hero{position:relative;min-height:470px;display:flex;align-items:flex-end;overflow:hidden;background:var(--deep);color:var(--white)}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,27,20,.94),rgba(6,27,20,.42))}.page-hero .container{position:relative;z-index:1;padding-bottom:70px}.page-hero .eyebrow{margin-bottom:18px}.page-hero h1{font-size:clamp(3rem,5.5vw,5.4rem);max-width:860px}.page-hero p{max-width:620px;margin-top:18px;color:rgba(255,255,255,.74)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.value-card{padding:36px;background:var(--cream);border-radius:var(--radius)}.value-card .value-icon{width:42px;height:42px;display:grid;place-items:center;background:var(--white);border-radius:50%;color:var(--green);font-weight:900;margin-bottom:56px}.value-card h3{margin-bottom:12px}.value-card p{font-size:.92rem}.service-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.service-row{min-height:250px;padding:42px 36px;border-bottom:1px solid var(--line)}.service-row:nth-child(odd){border-right:1px solid var(--line)}.service-row:last-child:nth-child(odd){grid-column:1/-1;border-right:0}.service-row span{color:var(--green);font-size:.75rem;font-weight:800}.service-row h3{margin:34px 0 12px;font-size:1.8rem}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.contact-copy h2{margin:16px 0 22px}.contact-details{display:grid;margin-top:42px;border-top:1px solid var(--line)}.contact-item{display:grid;grid-template-columns:90px 1fr;padding:24px 0;border-bottom:1px solid var(--line)}.contact-item span{color:var(--green);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.contact-item a,.contact-item address{color:var(--forest);font-style:normal;font-weight:700}.contact-form{padding:46px;background:var(--cream);border-radius:var(--radius)}.contact-form h3{margin-bottom:10px}.contact-form>p{margin-bottom:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}.field label{color:var(--forest);font-size:.78rem;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #ced7d0;border-radius:10px;background:var(--white);color:var(--ink);padding:14px 15px;outline:0;transition:.2s}.field textarea{min-height:140px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(45,138,91,.11)}.contact-form .btn{margin-top:22px}.map-wrap{height:420px}.map-wrap iframe{width:100%;height:100%;border:0;filter:grayscale(.15)}.form-status{margin-top:14px;font-size:.86rem;color:var(--green)}
footer{padding:76px 0 24px;background:var(--deep);color:var(--white)}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr 1fr;gap:50px;padding-bottom:58px}.footer-brand img{width:94px;height:94px;object-fit:contain;background:var(--white);border-radius:50%;margin-bottom:20px}.footer-brand p{max-width:360px;color:rgba(255,255,255,.58);font-size:.9rem}.footer-col h4{font-family:Inter,sans-serif;font-size:.76rem;letter-spacing:.13em;text-transform:uppercase;margin-bottom:24px;color:var(--lime)}.footer-col ul{list-style:none;display:grid;gap:12px}.footer-col li,.footer-col a{color:rgba(255,255,255,.66);font-size:.88rem}.footer-col a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13)}.footer-bottom p,.footer-bottom a{color:rgba(255,255,255,.45);font-size:.76rem}
@media(max-width:980px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:grid;place-items:center;position:relative;z-index:2}.desktop-nav.open{position:absolute;display:flex;flex-direction:column;align-items:flex-start;gap:0;top:100%;left:0;right:0;height:calc(100dvh - 84px);padding:24px max(28px,calc((100vw - 1180px)/2));background:var(--paper);border-top:1px solid var(--line);box-shadow:0 20px 50px rgba(9,37,28,.14);overflow-y:auto;overscroll-behavior:contain}.desktop-nav.open a{width:100%;padding:18px 0;border-bottom:1px solid var(--line);font-size:1.15rem}.hero{min-height:700px}.hero-proof{display:none}.story-grid{grid-template-columns:1fr;gap:56px}.image-stack{max-width:720px}.service-card{grid-column:span 6}.service-card.featured{grid-column:span 12}.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.3fr 1fr}.contact-grid{grid-template-columns:1fr;gap:56px}}
@media(max-width:700px){.container{width:min(100% - 28px,1180px)}.section{padding:76px 0}.top-bar .container{min-height:34px;justify-content:center}.top-bar-links span:not(:first-child),.top-bar-links a,.socials{display:none}.nav-wrap{min-height:76px}.logo img{width:58px;height:58px}.desktop-nav.open{height:calc(100dvh - 76px);padding:18px 20px}.hero{min-height:690px}.hero .container{padding-bottom:64px}.hero-media img{object-position:58% center}.hero-media:after{background:linear-gradient(90deg,rgba(6,27,20,.93),rgba(6,27,20,.58)),linear-gradient(0deg,rgba(6,27,20,.8),transparent)}h1{font-size:clamp(2.9rem,14vw,4.25rem)}h2{font-size:clamp(2.2rem,10vw,3.25rem)}.hero-actions .btn{width:100%}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{border-bottom:1px solid var(--line)}.service-card,.service-card.wide,.service-card.featured{grid-column:span 12;min-height:310px}.image-stack{padding:0 42px 45px 0}.image-stack .main-photo{height:440px}.image-stack .inset-photo{width:165px;height:190px;border-width:7px}.process-grid{grid-template-columns:1fr}.process-card{border-right:0;padding-inline:0}.process-card .num{margin-bottom:24px}.gallery-grid{grid-auto-rows:180px}.gallery-grid figure:first-child,.gallery-grid figure:nth-child(4){grid-column:span 2}.cta-inner{grid-template-columns:1fr;align-items:start}.cta-inner .btn{width:100%}.page-hero{min-height:430px}.value-grid,.service-list{grid-template-columns:1fr}.service-row:nth-child(odd){border-right:0}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.contact-form{padding:30px 22px}.contact-item{grid-template-columns:76px 1fr}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-bottom{flex-direction:column}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.site-loader img{animation:none}}
