@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#2D572C;--ink:#231F20;--black:#0b0b0b;--cream:#f2f3ed;--white:#fff;--muted:#71736d;--line:rgba(35,31,32,.15);--radius:28px;--max:1360px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#f7f7f2;font-family:'DM Sans',sans-serif;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}button,input,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 48px));margin:auto}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}.eyebrow:before{content:'';width:30px;height:2px;background:currentColor}.display{font-family:'Manrope',sans-serif;font-size:clamp(48px,7vw,112px);line-height:.88;letter-spacing:-.055em;margin:0}.h2{font-family:'Manrope',sans-serif;font-size:clamp(38px,5vw,72px);line-height:.98;letter-spacing:-.045em;margin:0}.h3{font-family:'Manrope',sans-serif;font-size:clamp(25px,2.4vw,40px);line-height:1.05;letter-spacing:-.03em;margin:0}.lead{font-size:clamp(17px,1.4vw,22px);line-height:1.6;color:#575a54;max-width:700px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 24px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.35s;cursor:pointer}.btn-primary{background:var(--green);color:white}.btn-primary:hover{background:var(--ink);transform:translateY(-2px)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:var(--green);transform:translateY(-2px)}.btn-outline{border-color:rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.05);backdrop-filter:blur(10px)}.btn-outline:hover{background:white;color:var(--ink)}.arrow{width:28px;height:28px;border-radius:50%;display:inline-grid;place-items:center;background:rgba(255,255,255,.15)}
.topbar{position:absolute;z-index:30;top:0;left:0;width:100%;border-bottom:1px solid rgba(255,255,255,.16);color:#fff}.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.topbar-left,.topbar-right{display:flex;align-items:center;gap:24px}.topbar a:hover{opacity:.7}.site-header{position:absolute;z-index:29;top:38px;left:0;width:100%;color:white;transition:.35s}.site-header.scrolled{position:fixed;top:0;background:rgba(11,11,11,.91);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(0,0,0,.12)}.header-inner{height:104px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.13)}.nav{display:flex;align-items:center;gap:28px}.nav.right{justify-content:flex-end}.nav a{font-size:14px;font-weight:600;position:relative}.nav a:after{content:'';position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:#fff;transition:.3s}.nav a:hover:after,.nav a.active:after{right:0}.logo{width:250px;max-height:88px;object-fit:contain;filter:drop-shadow(0 3px 6px rgba(0,0,0,.2))}.header-cta{padding:0 18px;min-height:46px}.menu-btn{display:none;background:none;border:0;color:white;font-size:28px}.mobile-menu{display:none}
.hero{height:min(900px,100vh);min-height:720px;position:relative;background:#111;color:white;overflow:hidden}.hero video,.hero .fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.34) 58%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.48),transparent 55%)}.hero-content{position:relative;z-index:3;height:100%;display:flex;align-items:flex-end;padding:0 0 112px}.hero-copy{max-width:1080px}.hero .eyebrow{margin-bottom:24px}.hero .display{max-width:1000px}.hero p{max-width:700px;font-size:18px;line-height:1.6;color:rgba(255,255,255,.82);margin:28px 0 32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-badge{position:absolute;z-index:4;right:4vw;bottom:78px;width:170px;height:170px;border-radius:50%;background:var(--green);display:grid;place-items:center;text-align:center;border:10px solid rgba(255,255,255,.12);box-shadow:0 20px 50px rgba(0,0,0,.3)}.hero-badge strong{font:800 48px/1 'Manrope';display:block}.hero-badge span{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.ticker{background:var(--green);color:#fff;overflow:hidden;white-space:nowrap}.ticker-track{display:inline-flex;gap:42px;padding:16px 0;min-width:max-content;animation:ticker 28s linear infinite;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:13px}.ticker-track span:before{content:'✦';margin-right:42px;color:#c8dfbe}@keyframes ticker{to{transform:translateX(-50%)}}
.section{padding:120px 0}.section-sm{padding:80px 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-media{position:relative;min-height:620px}.about-media img{position:absolute;object-fit:cover;border-radius:var(--radius)}.about-media .img-a{width:68%;height:76%;left:0;top:0}.about-media .img-b{width:52%;height:48%;right:0;bottom:0;border:10px solid #f7f7f2}.floating-stat{position:absolute;z-index:2;right:5%;top:8%;background:var(--green);color:#fff;border-radius:50%;width:150px;height:150px;display:grid;place-items:center;text-align:center}.floating-stat b{font:800 40px/1 'Manrope'}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.check{display:flex;gap:12px;align-items:center}.check:before{content:'✓';width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(45,87,44,.12);color:var(--green);font-weight:800}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:56px}.section-head p{max-width:620px;margin:0}.services-zone{background:var(--ink);color:#fff;overflow:hidden}.services-zone .lead{color:rgba(255,255,255,.65)}.service-scroller{display:flex;gap:24px;overflow-x:auto;padding:0 max(24px,calc((100vw - var(--max))/2)) 36px;scroll-snap-type:x mandatory;scrollbar-width:none}.service-scroller::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:start;flex:0 0 min(430px,82vw);height:600px;border-radius:30px;overflow:hidden;position:relative;background:#111}.service-card img{width:100%;height:100%;object-fit:cover;transition:.7s}.service-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.05) 70%)}.service-card:hover img{transform:scale(1.06)}.service-card-content{position:absolute;z-index:2;left:26px;right:26px;bottom:26px}.service-card small{display:inline-block;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);margin-bottom:15px}.service-card h3{font:700 34px/1.05 'Manrope';margin:0 0 12px}.service-card p{color:rgba(255,255,255,.72);line-height:1.5}.drag-hint{color:rgba(255,255,255,.5);font-size:13px;margin-top:16px}.process{background:#e9ece3}.process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.process-intro{position:sticky;top:120px;align-self:start}.steps{display:grid;gap:18px}.step{padding:32px;border-radius:24px;background:#fff;display:grid;grid-template-columns:64px 1fr;gap:22px;align-items:start;box-shadow:0 10px 40px rgba(35,31,32,.04)}.step-num{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800}.step p{color:var(--muted);line-height:1.55;margin-bottom:0}.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:18px}.project{position:relative;border-radius:24px;overflow:hidden;cursor:pointer}.project:nth-child(1),.project:nth-child(6){grid-row:span 2}.project:nth-child(3){grid-column:span 2}.project img{width:100%;height:100%;object-fit:cover;transition:.65s}.project:after{content:'View project ↗';position:absolute;inset:auto 14px 14px 14px;padding:14px 16px;border-radius:999px;background:rgba(255,255,255,.9);transform:translateY(120%);transition:.35s;font-weight:700;font-size:13px}.project:hover img{transform:scale(1.06)}.project:hover:after{transform:none}.value-band{background:var(--green);color:#fff;position:relative;overflow:hidden}.value-band:before,.value-band:after{content:'✦';position:absolute;font-size:240px;color:rgba(255,255,255,.05)}.value-band:before{left:-40px;top:-100px}.value-band:after{right:-20px;bottom:-130px}.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;position:relative;z-index:2}.value-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.value-card{padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.value-card b{display:block;font:700 24px 'Manrope';margin-bottom:8px}.value-card span{color:rgba(255,255,255,.72);line-height:1.5}.review-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.review-card{background:#fff;border-radius:24px;padding:30px;border:1px solid var(--line)}.rating{font:800 48px/1 'Manrope';color:var(--green)}.stars{letter-spacing:3px;color:#b68a36;margin:8px 0}.review-card p{color:var(--muted);line-height:1.55}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;background:none;border:0;padding:22px 0;display:flex;justify-content:space-between;text-align:left;font-size:18px;font-weight:700;cursor:pointer}.faq-q span:last-child{font-size:26px;transition:.3s}.faq-a{max-height:0;overflow:hidden;color:var(--muted);line-height:1.6;transition:max-height .4s}.faq-a p{margin:0 0 24px}.faq-item.open .faq-a{max-height:180px}.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}.cta{margin:0 24px 24px;border-radius:34px;min-height:480px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.25)),url('https://zamoralandscapeandmasonry.com/images/slider/3.jpg') center/cover}.cta .h2{max-width:850px}.cta p{max-width:580px;color:rgba(255,255,255,.78);font-size:18px;line-height:1.6}.footer{background:#0b0b0b;color:#fff;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:70px}.footer-logo{width:250px;margin-bottom:24px}.footer p,.footer a{color:rgba(255,255,255,.62);line-height:1.7}.footer h4{font:700 17px 'Manrope';margin:0 0 18px}.footer-links{display:grid;gap:10px}.footer a:hover{color:#fff}.footer-bottom{margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;color:rgba(255,255,255,.4);font-size:12px}
.page-hero{min-height:520px;background:#111;color:white;position:relative;display:flex;align-items:flex-end;overflow:hidden}.page-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.22)),var(--bg) center/cover no-repeat}.page-hero .container{position:relative;z-index:2;padding-bottom:70px}.page-hero .h2{font-size:clamp(54px,7vw,100px)}.breadcrumb{margin-top:18px;color:rgba(255,255,255,.7);font-size:14px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.story-img{height:640px;border-radius:30px;overflow:hidden}.story-img img{width:100%;height:100%;object-fit:cover}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#fff;border-radius:22px;padding:28px;border:1px solid var(--line)}.stat strong{display:block;font:800 40px/1 'Manrope';color:var(--green);margin-bottom:8px}.stat span{color:var(--muted)}.services-list{display:grid;gap:18px}.service-row{display:grid;grid-template-columns:320px 1fr;gap:0;background:#fff;border-radius:28px;overflow:hidden;border:1px solid var(--line)}.service-row img{width:100%;height:100%;min-height:300px;object-fit:cover}.service-row .content{padding:36px}.service-row ul{columns:2;color:var(--muted);line-height:1.8;padding-left:20px}.portfolio-page{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.portfolio-page .project{height:430px}.portfolio-page .project:nth-child(n){grid-column:auto;grid-row:auto}.review-summary{background:var(--green);color:white;border-radius:32px;padding:54px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.review-summary .score{font:800 90px/1 'Manrope'}.review-sources{display:grid;gap:14px}.source{background:#fff;border-radius:20px;padding:28px;border:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center}.source strong{font:700 22px 'Manrope'}.source .stars{margin:0}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px}.contact-card{background:var(--green);color:white;border-radius:30px;padding:42px}.contact-line{padding:20px 0;border-bottom:1px solid rgba(255,255,255,.18)}.contact-line:last-child{border:0}.contact-line small{display:block;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.56);margin-bottom:6px}.form{background:#fff;border-radius:30px;padding:42px;border:1px solid var(--line)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:8px;margin-bottom:16px}.field label{font-size:13px;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid #ddd;border-radius:14px;padding:15px 16px;background:#fafafa;outline:none}.field textarea{min-height:150px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(45,87,44,.08)}.map{height:420px;border:0;width:100%;filter:grayscale(1);border-radius:30px}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:90;display:none;place-items:center;padding:30px}.lightbox.open{display:grid}.lightbox img{max-width:min(1100px,92vw);max-height:88vh;border-radius:20px}.lightbox-close{position:absolute;right:28px;top:22px;color:#fff;background:none;border:0;font-size:42px;cursor:pointer}.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s ease,transform .8s ease}.reveal.in{opacity:1;transform:none}.split-word{display:inline-block;overflow:hidden;vertical-align:bottom}.split-word>span{display:inline-block;transform:translateY(110%);animation:wordIn .9s cubic-bezier(.2,.8,.2,1) forwards}.split-word:nth-child(2)>span{animation-delay:.08s}.split-word:nth-child(3)>span{animation-delay:.16s}.split-word:nth-child(4)>span{animation-delay:.24s}.split-word:nth-child(5)>span{animation-delay:.32s}.split-word:nth-child(6)>span{animation-delay:.4s}@keyframes wordIn{to{transform:none}}

.values-showcase{background:linear-gradient(180deg,#173c1e 0%,#123419 100%);color:#fff;position:relative;overflow:hidden}.values-showcase:before{content:'';position:absolute;inset:-10% auto auto -8%;width:380px;height:380px;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%);pointer-events:none}.values-head{text-align:center;max-width:900px;margin:0 auto 44px}.values-head .lead{color:rgba(255,255,255,.75)}.values-layout{display:grid;grid-template-columns:1.05fr 1.2fr;gap:28px;align-items:stretch}.values-feature,.mini-value-card{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);box-shadow:0 18px 50px rgba(0,0,0,.18)}.values-feature{border-radius:28px;overflow:hidden;display:grid;grid-template-rows:310px 1fr;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.values-feature:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.24);box-shadow:0 24px 60px rgba(0,0,0,.26)}.values-feature-media{overflow:hidden}.values-feature-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s ease}.values-feature:hover .values-feature-media img{transform:scale(1.05)}.values-feature-copy{padding:30px 28px 34px}.values-feature-copy h3{font:700 clamp(34px,3.3vw,54px)/1.08 'Manrope';letter-spacing:-.04em;margin:0 0 18px}.values-feature-copy p{font-size:18px;line-height:1.65;color:rgba(255,255,255,.74);margin:0 0 28px}.values-feature .btn-primary{background:#e5ff4f;color:#111}.values-feature .btn-primary:hover{background:#f1ff95}.values-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mini-value-card{border-radius:24px;padding:28px;min-height:220px;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .35s ease,background .35s ease,border-color .35s ease,box-shadow .35s ease}.mini-value-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.22);box-shadow:0 18px 40px rgba(0,0,0,.22)}.mini-icon{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;font-size:16px;color:#d7e8a8;margin-bottom:22px}.mini-value-card h3{font:700 22px/1.15 'Manrope';margin:0 0 14px}.mini-value-card p{color:rgba(255,255,255,.72);line-height:1.6;margin:0}
.process-showcase{background:#efede6}.process-showcase-head{display:grid;grid-template-columns:1fr .95fr;gap:70px;align-items:start;margin-bottom:28px}.process-showcase-head .eyebrow{color:#6e755f}.process-showcase-head .lead{max-width:520px}.process-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch}.process-panel{border-radius:20px;overflow:hidden}.process-panel.text{background:rgba(255,255,255,.72);padding:28px 26px;min-height:290px;border:1px solid rgba(35,31,32,.08);display:flex;flex-direction:column}.process-badge{width:36px;height:36px;border-radius:999px;background:#d9dfc7;display:grid;place-items:center;font:700 14px/1 'Manrope';color:#2d572c;margin-bottom:28px}.process-panel.text h3{font:700 32px/1.06 'Cormorant Garamond';letter-spacing:-.03em;margin:0 0 12px;color:#231f20}.process-panel.text p{color:#6a6a6a;line-height:1.58;margin:0 0 22px}.process-panel.text ul{list-style:none;padding:0;margin:0;display:grid;gap:7px;color:#5f5f5f}.process-panel.text li{position:relative;padding-left:18px}.process-panel.text li:before{content:'✓';position:absolute;left:0;top:0;color:#2d572c;font-weight:700}.process-panel.image{background:#ddd;min-height:290px}.parallax-media{position:relative;height:100%;overflow:hidden}.parallax-img{width:100%;height:112%;object-fit:cover;display:block;transform:translateY(var(--parallax-offset,0px)) scale(1.01);transition:transform .12s linear}

/* Home page custom section updates */
.values-showcase{background:linear-gradient(180deg,#173c1e 0%,#123419 100%);color:#fff;position:relative;overflow:hidden}.values-showcase:before{content:'';position:absolute;inset:-10% auto auto -8%;width:380px;height:380px;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%);pointer-events:none}.values-head{text-align:center;max-width:900px;margin:0 auto 38px}.values-head .lead{color:rgba(255,255,255,.78)}.values-layout{display:grid;grid-template-columns:1.05fr 1.05fr;gap:22px;align-items:start}.values-feature,.mini-value-card{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);box-shadow:0 18px 50px rgba(0,0,0,.18)}.values-feature{border-radius:28px;overflow:hidden;display:grid;grid-template-rows:260px 1fr;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.values-feature:hover{transform:translateY(-8px);border-color:rgba(255,255,255,.24);box-shadow:0 24px 60px rgba(0,0,0,.26)}.values-feature-media{overflow:hidden}.values-feature-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s ease}.values-feature:hover .values-feature-media img{transform:scale(1.05)}.values-feature-copy{padding:24px 24px 28px}.values-feature-copy h3{font:700 clamp(30px,3vw,46px)/1.08 'Manrope';letter-spacing:-.04em;margin:0 0 14px}.values-feature-copy p{font-size:17px;line-height:1.6;color:rgba(255,255,255,.74);margin:0 0 22px}.values-feature .btn-primary{background:#e5ff4f;color:#111}.values-feature .btn-primary:hover{background:#f1ff95}.values-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mini-value-card{border-radius:24px;padding:22px;min-height:170px;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .35s ease,background .35s ease,border-color .35s ease,box-shadow .35s ease}.mini-value-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.22);box-shadow:0 18px 40px rgba(0,0,0,.22)}.mini-icon{width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;font-size:14px;color:#d7e8a8;margin-bottom:16px}.mini-value-card h3{font:700 20px/1.15 'Manrope';margin:0 0 10px}.mini-value-card p{color:rgba(255,255,255,.72);line-height:1.55;margin:0;font-size:15px}
.process-showcase{background:#efede6}.process-showcase-head{display:grid;grid-template-columns:1fr .95fr;gap:70px;align-items:start;margin-bottom:28px}.process-showcase-head .eyebrow{color:#6e755f}.process-showcase-head .lead{max-width:520px}.process-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch}.process-panel{border-radius:20px;overflow:hidden}.process-panel.text{background:rgba(255,255,255,.72);padding:26px 24px;min-height:240px;border:1px solid rgba(35,31,32,.08);display:flex;flex-direction:column}.process-badge{width:36px;height:36px;border-radius:999px;background:#d9dfc7;display:grid;place-items:center;font:700 14px/1 'Manrope';color:#2d572c;margin-bottom:24px}.process-panel.text h3{font:700 32px/1.06 'Cormorant Garamond';letter-spacing:-.03em;margin:0 0 12px;color:#231f20}.process-panel.text p{color:#6a6a6a;line-height:1.58;margin:0 0 18px}.process-panel.text ul{list-style:none;padding:0;margin:0;display:grid;gap:7px;color:#5f5f5f}.process-panel.text li{position:relative;padding-left:18px}.process-panel.text li:before{content:'✓';position:absolute;left:0;top:0;color:#2d572c;font-weight:700}.process-panel.image{background:#ddd;height:240px;min-height:240px}.parallax-media{position:relative;height:100%;overflow:hidden}.parallax-img{width:100%;height:128%;object-fit:cover;display:block;transform:translateY(var(--parallax-offset,0px)) scale(1.02);transition:transform .12s linear}
.mission-vision-zone{background:#EFEDE6}.mission-head{align-items:end}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mission-card{background:var(--green);color:#fff;border-radius:28px;padding:34px 30px;position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.mission-card:before{content:'';position:absolute;inset:auto -18% -36% auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 65%)}.mission-card:hover{transform:translateY(-8px);box-shadow:0 22px 50px rgba(35,31,32,.16)}.mission-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:20px;margin-bottom:18px;animation:floatIcon 4s ease-in-out infinite}.mission-card:nth-child(2) .mission-icon{animation-delay:1.2s}.mission-card h3{font:700 32px/1.05 'Manrope';margin:0 0 14px}.mission-card p{margin:0;color:rgba(255,255,255,.82);line-height:1.65;font-size:17px}
.why-choose-band{background:var(--green);color:#fff;position:relative;overflow:hidden}.why-choose-band:before{content:'';position:absolute;left:-100px;bottom:-100px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 68%)}.why-choose-head{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:start;margin-bottom:34px;position:relative;z-index:2}.why-choose-head .lead{color:rgba(255,255,255,.74);max-width:520px}.why-choose-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center;position:relative;z-index:2}.why-choose-image{position:relative;padding-left:30px}.why-choose-image:before{content:'';position:absolute;left:0;top:0;bottom:0;width:1px;background:rgba(223,237,209,.45)}.why-choose-image img{width:100%;max-width:420px;aspect-ratio:4/5;object-fit:cover;border-radius:46% 46% 0 46%;display:block;box-shadow:0 20px 60px rgba(0,0,0,.25)}.why-choose-list{display:grid;gap:18px}.why-item{display:grid;grid-template-columns:64px 1fr;gap:20px;align-items:center;padding:24px;border:1px solid rgba(223,237,209,.28);border-radius:20px;background:rgba(255,255,255,.06);backdrop-filter:blur(6px);transition:transform .35s ease,border-color .35s ease,background .35s ease}.why-item:hover{transform:translateY(-6px);border-color:rgba(223,237,209,.55);background:rgba(255,255,255,.08)}.why-item-icon{width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:24px;color:#dce7cf;animation:spinPulse 5s linear infinite}.why-item:nth-child(2) .why-item-icon{animation-delay:.6s}.why-item:nth-child(3) .why-item-icon{animation-delay:1.2s}.why-item:nth-child(4) .why-item-icon{animation-delay:1.8s}.why-item h3{font:700 20px/1.2 'Manrope';margin:0 0 8px}.why-item p{margin:0;color:rgba(255,255,255,.72);line-height:1.6}
.cta-alt{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.28)),url('https://assets.cdn.filesafe.space/7C7AEDUFFt7LdIWqtu40/media/6aac00e6bdaa5e26a901a2bc.jpg') center/cover}
@keyframes floatIcon{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes spinPulse{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.08)}100%{transform:rotate(360deg) scale(1)}}
@media(max-width:1050px){.header-inner{grid-template-columns:auto 1fr auto}.nav{display:none}.logo{width:210px}.menu-btn{display:block;justify-self:end}.mobile-menu{position:fixed;z-index:40;inset:0;background:var(--ink);color:white;padding:120px 28px 30px;display:flex;flex-direction:column;gap:20px;transform:translateX(100%);transition:.45s}.mobile-menu.open{transform:none}.mobile-menu a{font:700 40px/1 'Manrope'}.mobile-menu .close{position:absolute;right:28px;top:26px;background:none;border:0;color:#fff;font-size:36px}.topbar-right{display:none}.grid-2,.story-grid,.value-grid,.faq,.contact-grid,.process-grid,.values-layout,.process-showcase-head,.mission-grid,.why-choose-head,.why-choose-layout{grid-template-columns:1fr}.process-intro{position:static}.portfolio-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.stats{grid-template-columns:repeat(2,1fr)}.portfolio-page{grid-template-columns:repeat(2,1fr)}.hero-badge{width:132px;height:132px;right:24px}.hero-badge strong{font-size:38px}.service-row{grid-template-columns:260px 1fr}.process-showcase-head{gap:28px}.values-head{margin-bottom:32px}.why-choose-image{padding-left:0}.why-choose-image:before{display:none}.why-choose-image img{max-width:480px}}
@media(max-width:700px){.container{width:min(100% - 32px,var(--max))}.topbar{display:none}.site-header{top:0}.header-inner{height:86px}.logo{width:185px}.hero{min-height:760px;height:100svh}.hero-content{padding-bottom:82px}.hero .display{font-size:clamp(48px,15vw,72px)}.hero p{font-size:16px}.hero-badge{display:none}.section{padding:82px 0}.section-sm{padding:62px 0}.section-head{display:block}.section-head p{margin-top:20px}.grid-2{gap:38px}.about-media{min-height:460px}.about-media .img-a{width:80%;height:78%}.about-media .img-b{width:56%;height:46%}.floating-stat{width:115px;height:115px;right:0}.floating-stat b{font-size:31px}.check-list{grid-template-columns:1fr}.service-card{height:510px}.process-grid{gap:34px}.step{grid-template-columns:48px 1fr;padding:24px}.step-num{width:44px;height:44px}.portfolio-grid{grid-template-columns:1fr 1fr;grid-auto-rows:170px;gap:10px}.project:nth-child(3){grid-column:span 1}.value-cards,.values-mini-grid,.process-mosaic,.mission-grid{grid-template-columns:1fr}.review-strip{grid-template-columns:1fr}.cta{margin:0 12px 12px;min-height:520px}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:block}.page-hero{min-height:440px}.page-hero .container{padding-bottom:50px}.story-img{height:480px}.stats{grid-template-columns:1fr 1fr}.service-row{grid-template-columns:1fr}.service-row img{height:300px}.service-row .content{padding:28px}.service-row ul{columns:1}.portfolio-page{grid-template-columns:1fr 1fr;gap:10px}.portfolio-page .project{height:250px}.review-summary{grid-template-columns:1fr;padding:34px}.review-summary .score{font-size:70px}.source{align-items:flex-start;flex-direction:column}.field-grid{grid-template-columns:1fr}.contact-card,.form{padding:28px}.topbar-left{gap:10px}.mobile-menu a{font-size:34px}.values-feature{grid-template-rows:250px 1fr}.values-feature-copy{padding:24px}.values-feature-copy h3{font-size:clamp(28px,8vw,40px)}.mini-value-card{min-height:auto}.process-panel.text,.process-panel.image{min-height:auto}.process-panel.image{height:260px}.process-showcase-head{margin-bottom:20px}.why-choose-head,.why-choose-layout{grid-template-columns:1fr;gap:24px}.why-choose-image img{max-width:100%;aspect-ratio:4/4}.why-item{grid-template-columns:54px 1fr;padding:20px}.why-item-icon{width:46px;height:46px;font-size:20px}.mission-card{padding:28px 24px}.mission-card h3{font-size:28px}}


/* === Home refinements v3 === */
.process-mosaic{grid-auto-rows:260px}.process-panel.text,.process-panel.image{min-height:260px;height:260px}.process-panel.text{justify-content:flex-start}.process-badge{width:44px;height:44px;font-size:18px;background:#dbe4c2;box-shadow:0 10px 24px rgba(45,87,44,.1)}.process-panel.text ul{margin-top:auto}.process-panel.text li:before{content:'✦';font-size:11px;top:5px}.parallax-img{height:126%}
.mission-vision-zone{position:relative;overflow:hidden}.mission-vision-zone .container{position:relative}.mission-vision-zone .container:before,.mission-vision-zone .container:after{content:'✦';position:absolute;width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:rgba(45,87,44,.1);color:var(--green);font-size:22px;box-shadow:0 12px 28px rgba(35,31,32,.08)}.mission-vision-zone .container:before{left:-6px;top:24px}.mission-vision-zone .container:after{right:-6px;bottom:24px}.mission-card:after{content:'✿';position:absolute;right:20px;top:18px;font-size:18px;color:rgba(255,255,255,.3)}
.why-choose-head{align-items:center}.why-choose-head .lead{padding-top:18px}.why-choose-image img{transition:transform .75s ease, box-shadow .75s ease, filter .75s ease;animation:floatPhoto 6s ease-in-out infinite;filter:saturate(1.03)}.why-choose-image:hover img{transform:scale(1.035) rotate(-1deg);box-shadow:0 28px 70px rgba(0,0,0,.3);filter:saturate(1.1)}
.portfolio-showcase{background:#efede6}.portfolio-showcase-head{max-width:760px;margin:0 auto 34px;text-align:center}.portfolio-showcase-head .h2{margin-bottom:20px}.portfolio-showcase-head .lead{margin:0 auto}.portfolio-mosaic{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:220px 220px 190px;gap:18px}.portfolio-mosaic .project{border-radius:24px;overflow:hidden;position:relative;background:#ddd}.portfolio-mosaic .project img{width:100%;height:100%;object-fit:cover;transition:transform .75s ease, filter .5s ease}.portfolio-mosaic .project:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.22));opacity:0;transition:opacity .35s ease;transform:none;border-radius:0;padding:0}.portfolio-mosaic .project:before{content:'↗';position:absolute;right:16px;top:16px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:var(--ink);font-weight:800;opacity:0;transform:translateY(8px);transition:opacity .35s ease, transform .35s ease;z-index:2}.portfolio-mosaic .project:hover img{transform:scale(1.07);filter:saturate(1.08)}.portfolio-mosaic .project:hover:after{opacity:1}.portfolio-mosaic .project:hover:before{opacity:1;transform:none}.portfolio-mosaic .item-a{grid-column:1 / span 2;grid-row:1}.portfolio-mosaic .item-b{grid-column:1 / span 2;grid-row:2 / span 2}.portfolio-mosaic .item-c{grid-column:3 / span 3;grid-row:1 / span 2}.portfolio-mosaic .item-d{grid-column:3;grid-row:3}.portfolio-mosaic .item-e{grid-column:4;grid-row:3}.portfolio-mosaic .item-f{grid-column:5;grid-row:3}.portfolio-showcase-cta{text-align:center;margin-top:42px}
.faq-item{border-bottom:1px solid var(--line);transition:transform .35s ease, background .35s ease, box-shadow .35s ease, border-color .35s ease;border-radius:20px;padding:0 18px;margin-bottom:10px}.faq-item:hover{background:#fff;transform:translateX(8px);box-shadow:0 14px 35px rgba(35,31,32,.05)}.faq-q{padding:24px 0}.faq-q span:last-child{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(45,87,44,.08)}.faq-a{max-height:0;overflow:hidden;color:var(--muted);line-height:1.6;transition:max-height .45s ease, opacity .35s ease, transform .35s ease;opacity:0;transform:translateY(-8px)}.faq-item.open{background:#fff;box-shadow:0 16px 38px rgba(35,31,32,.06);border-color:rgba(45,87,44,.12)}.faq-item.open .faq-a{max-height:220px;opacity:1;transform:none}.faq-item.open .faq-q span:last-child{transform:rotate(45deg);background:rgba(45,87,44,.14)}
.cta-alt{position:relative;overflow:hidden;background:none}.cta-alt:before{content:'';position:absolute;inset:-8%;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.28)),url('https://assets.cdn.filesafe.space/7C7AEDUFFt7LdIWqtu40/media/6aac00e6bdaa5e26a901a2bc.jpg') center/cover;transform:translateY(var(--cta-offset,0px)) scale(1.08);will-change:transform}.cta-alt > *{position:relative;z-index:1}
@keyframes floatPhoto{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media(max-width:1050px){.portfolio-mosaic{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.portfolio-mosaic .item-a,.portfolio-mosaic .item-b,.portfolio-mosaic .item-c,.portfolio-mosaic .item-d,.portfolio-mosaic .item-e,.portfolio-mosaic .item-f{grid-column:auto;grid-row:auto}.portfolio-mosaic .item-c{min-height:340px}.process-panel.text,.process-panel.image{height:250px;min-height:250px}.mission-vision-zone .container:before,.mission-vision-zone .container:after{display:none}}
@media(max-width:700px){.portfolio-mosaic{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}.portfolio-mosaic .project{height:240px}.portfolio-mosaic .item-b,.portfolio-mosaic .item-c{height:280px}.process-mosaic{grid-template-columns:1fr}.process-panel.text,.process-panel.image{height:auto;min-height:auto}.why-choose-head .lead{padding-top:0}.faq-item{padding:0 14px;margin-bottom:8px}.portfolio-showcase-head .h2{font-size:clamp(36px,12vw,62px)}}

/* === Home refinements v4 === */
/* Process cards: equal heights with no overflowing copy */
.process-mosaic{grid-auto-rows:330px}
.process-panel.text,.process-panel.image{height:330px;min-height:330px}
.process-panel.text{padding:24px;overflow:hidden}
.process-badge{flex:0 0 42px;width:42px;height:42px;margin-bottom:16px}
.process-panel.text h3{font-size:28px;line-height:1.08;margin-bottom:10px}
.process-panel.text p{font-size:15px;line-height:1.48;margin-bottom:12px}
.process-panel.text ul{font-size:14px;line-height:1.35;gap:5px;margin-top:auto}
.process-panel.text li{padding-left:17px}
.process-panel.text li:before{top:3px}

/* Mission + vision decorative corner icons */
.mission-vision-zone .container:before,.mission-vision-zone .container:after{display:none}
.mission-vision-zone{position:relative;overflow:hidden}
.mission-corner{position:absolute;z-index:3;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:var(--green);color:#fff;font-size:22px;box-shadow:0 14px 34px rgba(35,31,32,.14);animation:missionCornerFloat 4.8s ease-in-out infinite}
.mission-corner.corner-tl{left:22px;top:22px}
.mission-corner.corner-tr{right:22px;top:22px;animation-delay:.8s}
.mission-corner.corner-bl{left:22px;bottom:22px;animation-delay:1.6s}
.mission-corner.corner-br{right:22px;bottom:22px;animation-delay:2.4s}
@keyframes missionCornerFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-7px) rotate(6deg)}}

/* Sticky three-service scroll experience */
.services-sticky-zone{height:340vh;padding:0;background:var(--ink);color:#fff;position:relative;overflow:visible}
.services-sticky-inner{position:sticky;top:0;height:100vh;min-height:680px;display:flex;align-items:center;overflow:hidden;background:var(--ink)}
.services-sticky-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:64px;align-items:center}
.services-sticky-copy{position:relative;z-index:5}
.services-sticky-copy .lead{color:rgba(255,255,255,.66);max-width:470px;margin:24px 0 28px}
.services-more{margin-top:4px}
.services-stage{position:relative;height:min(650px,74vh);min-height:520px;border-radius:32px;overflow:hidden;isolation:isolate;box-shadow:0 28px 70px rgba(0,0,0,.28)}
.service-stage-card{position:absolute;inset:0;opacity:0;transform:translateY(72px) scale(.965);transition:opacity .65s cubic-bezier(.2,.8,.2,1),transform .75s cubic-bezier(.2,.8,.2,1);pointer-events:none;z-index:1}
.service-stage-card.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;z-index:3}
.service-stage-card.before{opacity:0;transform:translateY(-72px) scale(.965);z-index:1}
.service-stage-card.after{opacity:0;transform:translateY(72px) scale(.965);z-index:1}
.service-stage-card img{width:100%;height:100%;object-fit:cover;transform:scale(1.035);transition:transform 1.2s ease}
.service-stage-card.active img{transform:scale(1)}
.service-stage-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,8,8,.82),rgba(8,8,8,.06) 72%)}
.service-stage-content{position:absolute;left:34px;right:34px;bottom:34px;z-index:2;max-width:660px}
.service-stage-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);backdrop-filter:blur(10px);font-size:20px;margin-bottom:18px;border:1px solid rgba(255,255,255,.2)}
.service-stage-content h3{font:700 clamp(32px,3.6vw,56px)/1 'Manrope';letter-spacing:-.045em;margin:0 0 14px}
.service-stage-content p{font-size:17px;line-height:1.58;color:rgba(255,255,255,.76);margin:0;max-width:620px}
.services-progress{position:absolute;z-index:6;right:20px;top:50%;transform:translateY(-50%);display:grid;gap:10px}
.services-progress span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.32);transition:.35s}
.services-progress span.active{height:34px;border-radius:999px;background:#fff}

@media(max-width:1050px){
  .process-mosaic{grid-auto-rows:320px}
  .process-panel.text,.process-panel.image{height:320px;min-height:320px}
  .services-sticky-grid{grid-template-columns:.8fr 1.2fr;gap:34px}
  .services-stage{min-height:480px}
  .mission-corner{width:50px;height:50px;font-size:19px}
}
@media(max-width:700px){
  .process-mosaic{grid-auto-rows:auto}
  .process-panel.text,.process-panel.image{height:auto;min-height:auto}
  .process-panel.text{overflow:visible;min-height:310px}
  .process-panel.image{height:310px}
  .mission-corner{width:42px;height:42px;border-radius:14px;font-size:17px}
  .mission-corner.corner-tl{left:10px;top:10px}.mission-corner.corner-tr{right:10px;top:10px}.mission-corner.corner-bl{left:10px;bottom:10px}.mission-corner.corner-br{right:10px;bottom:10px}
  .services-sticky-zone{height:320vh}
  .services-sticky-inner{min-height:620px;height:100svh;align-items:stretch;padding:74px 0 24px}
  .services-sticky-grid{grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:22px;align-items:stretch}
  .services-sticky-copy .eyebrow{font-size:10px}.services-sticky-copy .h2{font-size:clamp(38px,12vw,58px)}
  .services-sticky-copy .lead{font-size:14px;line-height:1.45;margin:12px 0 0;max-width:none}
  .services-more{display:none}
  .services-stage{height:auto;min-height:0;border-radius:24px}
  .service-stage-content{left:22px;right:22px;bottom:22px}
  .service-stage-content h3{font-size:clamp(30px,9vw,44px)}
  .service-stage-content p{font-size:14px}
  .service-stage-icon{width:42px;height:42px;margin-bottom:13px}
  .services-progress{right:12px}
}


/* ===== Requested refinements ===== */
.project:after,.portfolio-mosaic .project:after,.portfolio-mosaic .project:before{pointer-events:none}
.page-hero{min-height:355px;display:flex;align-items:flex-end}.page-hero:before{background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.2)),var(--bg) center/cover no-repeat}.page-hero .container{padding-bottom:54px}.page-hero .h2{font-size:clamp(44px,5.4vw,74px);max-width:820px;line-height:1.04;margin:0 0 10px}.page-hero .breadcrumb{margin-top:8px;font-size:15px}.page-hero .eyebrow{display:none}
.process-mosaic{grid-auto-rows:minmax(260px,auto)}.process-panel.text{height:auto;min-height:260px}.process-panel.image{height:100%;min-height:260px}.process-panel.text h3{font-size:30px}.process-panel.text p,.process-panel.text li{font-size:15px;line-height:1.55}
.mission-vision-zone{position:relative}.mission-corner{position:absolute;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:rgba(45,87,44,.11);color:var(--green);font-size:24px;box-shadow:0 14px 30px rgba(35,31,32,.08);z-index:1}.corner-tl{left:30px;top:34px}.corner-tr{right:30px;top:34px}.corner-bl{left:30px;bottom:34px}.corner-br{right:30px;bottom:34px}
.mission-card .mission-icon{font-size:22px}.mission-card:after{display:none}
.about-overview{background:#f6f6f0}.about-overview-top{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start;margin-bottom:40px}.about-overview-copy{display:grid;grid-template-columns:1fr 1fr;gap:34px}.about-overview-copy .lead{font-size:17px;line-height:1.75;margin:0}.about-overview-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:26px 0 46px}.about-shot{border-radius:26px;overflow:hidden;height:330px}.about-shot img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}.about-shot:hover img{transform:scale(1.05)}.about-values-combo{display:grid;grid-template-columns:.7fr 1.3fr;gap:42px;align-items:start}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-value-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.about-value-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(35,31,32,.06);border-color:rgba(45,87,44,.2)}.about-value-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:rgba(45,87,44,.1);color:var(--green);font-size:22px;margin-bottom:18px}.about-value-card h4{margin:0 0 10px;font:700 24px/1.15 'Manrope';color:var(--ink)}.about-value-card p{margin:0;color:var(--muted);line-height:1.65}
@media(max-width:1050px){.about-overview-top,.about-values-combo{grid-template-columns:1fr}.about-overview-copy{grid-template-columns:1fr 1fr}.about-overview-gallery{grid-template-columns:repeat(2,1fr)}.about-values-grid{grid-template-columns:repeat(2,1fr)}.mission-corner{width:50px;height:50px;font-size:20px}}
@media(max-width:700px){.page-hero{min-height:300px}.page-hero .container{padding-bottom:34px}.page-hero .h2{font-size:clamp(34px,12vw,52px)}.about-overview-top,.about-overview-copy,.about-values-combo,.about-overview-gallery,.about-values-grid{grid-template-columns:1fr}.about-shot{height:260px}.mission-corner{display:none}.process-panel.text{min-height:auto}.process-panel.text h3{font-size:26px}.process-panel.text p,.process-panel.text li{font-size:14px;line-height:1.5}}


/* ===== Header redesign v6 ===== */
:root{--header-accent:#9ab649}
.topbar{position:absolute;top:0;left:0;width:100%;z-index:34;background:var(--green);color:#fff;border-bottom:0}
.topbar-inner{height:52px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:24px}
.topbar-left span,.topbar-right span,.topbar a{display:inline-flex;align-items:center;gap:8px;opacity:.98}
.topbar a:hover{opacity:.82}
.social-pill{width:34px;height:34px;border-radius:50%;display:grid !important;place-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.16);font-weight:800;text-transform:uppercase}
.site-header{position:absolute;top:66px;left:0;width:100%;z-index:33;color:var(--ink);padding:0}
.site-header.scrolled{position:fixed;top:12px;background:transparent;backdrop-filter:none;box-shadow:none}
.header-inner{height:90px;display:flex;align-items:center;gap:28px;background:#fff;border-radius:24px;padding:0 0 0 28px;border:1px solid rgba(35,31,32,.08);box-shadow:0 18px 45px rgba(0,0,0,.14)}
.logo{width:220px;max-height:70px;object-fit:contain;filter:none;flex:0 0 auto}
.nav{display:flex;align-items:center;gap:24px}
.nav.right{margin-left:auto;gap:26px;justify-content:flex-end}
.nav a{font-size:16px;font-weight:700;position:relative;color:var(--ink)}
.nav a:after{content:'';position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--green);transition:.3s}
.nav a:hover:after,.nav a.active:after{right:0}
.header-cta{align-self:stretch;display:inline-flex;padding:0 34px;min-height:auto;border-radius:0 24px 24px 0;background:var(--header-accent);color:#fff}
.header-cta:hover{background:var(--green);transform:none}
.menu-btn{display:none;background:none;border:0;color:var(--ink);font-size:28px}
.mobile-menu{background:var(--green);color:#fff}
.mobile-menu a{color:#fff}
@media(max-width:1200px){.nav{gap:18px}.nav a{font-size:15px}.header-inner{padding-left:22px}.header-cta{padding:0 24px}}
@media(max-width:1050px){.topbar{display:none}.site-header{top:0;padding:14px 0}.site-header.scrolled{top:0}.header-inner{height:84px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;padding:0 18px;border-radius:22px}.nav{display:none}.logo{width:190px;max-height:62px}.menu-btn{display:block;color:var(--ink)}.mobile-menu{position:fixed;z-index:40;inset:0;background:var(--green);color:#fff;padding:110px 28px 30px;display:flex;flex-direction:column;gap:18px;transform:translateX(100%);transition:.45s}.mobile-menu.open{transform:none}.mobile-menu a{font:700 34px/1 'Manrope'}.mobile-menu .btn{margin-top:10px;background:#fff;color:var(--green)}.mobile-menu .close{position:absolute;right:24px;top:18px;background:none;border:0;color:#fff;font-size:38px}}
@media(max-width:700px){.site-header{padding:10px 0}.header-inner{height:78px;border-radius:20px}.logo{width:170px}.mobile-menu a{font-size:30px}}

/* ===== Header exact layout refinement v7 ===== */
.topbar{
  position:relative;
  top:auto;left:auto;
  width:100%;
  z-index:20;
  background:#0f431f;
  color:#fff;
  border:0;
}
.topbar-inner{
  min-height:66px;
  height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  font-size:13px;
  font-weight:600;
}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:22px}
.topbar-item{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}
.topbar-item:before{display:inline-grid;place-items:center;color:#9fbd43;font-size:14px;font-weight:800}
.location-item:before{content:'●';font-size:10px;border:3px solid #9fbd43;width:13px;height:13px;border-radius:50%;color:transparent;box-sizing:border-box}
.email-item:before{content:'✉';font-size:15px}
.hours-item:before{content:'◷';font-size:17px}
.topbar a{color:#fff}.topbar a:hover{opacity:.85}
.social-pill{
  width:38px;height:38px;
  border-radius:50%;
  display:grid !important;
  place-items:center;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font:700 14px/1 'Manrope';
}

.site-header,
.site-header.scrolled{
  position:relative;
  top:auto;left:auto;
  width:100%;
  z-index:19;
  padding:0 0 18px;
  background:#0f431f;
  color:var(--ink);
  backdrop-filter:none;
  box-shadow:none;
}
.header-inner{
  min-height:92px;
  height:92px;
  display:grid;
  grid-template-columns:260px 1fr 185px;
  align-items:center;
  gap:26px;
  padding:0;
  background:#fff;
  border:0;
  border-radius:11px;
  overflow:hidden;
  box-shadow:0 5px 0 #90ac3d,0 14px 34px rgba(0,0,0,.13);
}
.brand-link{
  display:flex;
  align-items:center;
  height:100%;
  padding:0 0 0 34px;
}
.logo{
  width:205px;
  max-height:68px;
  object-fit:contain;
  filter:none;
}
.main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:42px;
  min-width:0;
  height:100%;
}
.main-nav a{
  position:relative;
  color:#123d1d;
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
  transition:color .25s ease;
}
.main-nav a:after{
  content:'';
  position:absolute;
  left:50%;right:50%;
  bottom:-12px;
  height:2px;
  background:#8eae39;
  transition:left .25s ease,right .25s ease;
}
.main-nav a:hover,.main-nav a.active{color:#6e8f23}
.main-nav a:hover:after,.main-nav a.active:after{left:0;right:0}
.header-cta{
  height:100%;
  min-height:92px;
  border-radius:0;
  padding:0 28px;
  background:#99b83f;
  color:#fff;
  font-size:15px;
  font-weight:800;
  white-space:nowrap;
}
.header-cta:hover{background:#86a52f;color:#fff;transform:none}
.menu-btn{display:none}

/* Keep internal hero text fully below the header */
.page-hero{margin-top:0}

@media(max-width:1200px){
  .header-inner{grid-template-columns:220px 1fr 165px;gap:16px}
  .brand-link{padding-left:24px}.logo{width:180px}
  .main-nav{gap:24px}.main-nav a{font-size:14px}
  .header-cta{padding:0 18px;font-size:14px}
}
@media(max-width:1050px){
  .topbar{display:none}
  .site-header,.site-header.scrolled{padding:12px 0;background:#0f431f}
  .header-inner{
    height:78px;min-height:78px;
    grid-template-columns:1fr auto;
    gap:16px;
    padding:0 18px;
    border-radius:12px;
    overflow:visible;
  }
  .brand-link{padding:0}.logo{width:180px;max-height:58px}
  .main-nav,.header-cta{display:none}
  .menu-btn{display:block;color:#123d1d;font-size:30px;justify-self:end}
}
@media(max-width:700px){
  .site-header,.site-header.scrolled{padding:10px 0}
  .header-inner{height:72px;min-height:72px;padding:0 15px}
  .logo{width:165px}
}

/* ===== Header + internal pages + portfolio/contact refinements v8 ===== */
/* Home header: floating white navigation over the first hero, matching the reference */
.topbar{
  position:relative!important;
  top:auto!important;
  background:#0d3f1b!important;
  color:#fff!important;
  border:0!important;
}
.topbar .container{width:min(1220px,calc(100% - 48px))}
.topbar-inner{height:68px!important;min-height:68px!important;font-size:13px!important}
.topbar a{color:#fff!important}
.site-header,.site-header.scrolled{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  width:100%!important;
  z-index:33!important;
  padding:0!important;
  margin-bottom:-48px!important;
  background:linear-gradient(to bottom,#0d3f1b 0 44px,transparent 44px)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.site-header .container{width:min(1290px,calc(100% - 48px))}
.header-inner{
  height:92px!important;
  min-height:92px!important;
  display:grid!important;
  grid-template-columns:250px 1fr 185px!important;
  gap:22px!important;
  align-items:center!important;
  padding:0!important;
  background:#fff!important;
  border:0!important;
  border-radius:10px!important;
  overflow:hidden!important;
  box-shadow:0 4px 0 #94b43d,0 15px 34px rgba(0,0,0,.16)!important;
}
.brand-link{display:flex;align-items:center;height:100%;padding-left:34px!important}
.logo{width:190px!important;max-height:68px!important;object-fit:contain!important;filter:none!important}
.main-nav{display:flex!important;align-items:center;justify-content:center;gap:42px!important;height:100%}
.main-nav a{color:#103d1d!important;font-size:15px!important;font-weight:700!important;white-space:nowrap;position:relative}
.main-nav a:after{content:'';position:absolute;left:50%;right:50%;bottom:-12px;height:2px;background:#95b83a;transition:.25s}
.main-nav a:hover,.main-nav a.active{color:#728f23!important}
.main-nav a:hover:after,.main-nav a.active:after{left:0;right:0}
.header-cta{
  height:100%!important;
  min-height:92px!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  border-radius:0!important;
  padding:0 24px!important;
  background:#9cba40!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
  white-space:nowrap;
}
.header-cta:hover{background:#87a72f!important;color:#fff!important;transform:none!important}

/* Internal tabs: all-white two-row header, like the second reference */
.internal-page .topbar{
  background:#fff!important;
  color:#4f571e!important;
  border-bottom:1px solid #e5e1d5!important;
}
.internal-page .topbar a{color:#4f571e!important}
.internal-page .topbar-item:before{color:#2D572C!important}
.internal-page .social-pill{background:#dda900!important;border:0!important;color:#fff!important}
.internal-page .site-header,.internal-page .site-header.scrolled{
  background:#fff!important;
  margin-bottom:0!important;
  padding:0!important;
}
.internal-page .header-inner{
  height:104px!important;
  min-height:104px!important;
  grid-template-columns:220px 1fr 175px!important;
  border-radius:0!important;
  box-shadow:none!important;
  border-bottom:1px solid #e5e1d5!important;
  overflow:visible!important;
}
.internal-page .brand-link{padding-left:0!important}
.internal-page .logo{width:185px!important}
.internal-page .main-nav{gap:44px!important}
.internal-page .main-nav a{color:#103d1d!important}
.internal-page .header-cta{
  width:165px!important;
  height:52px!important;
  min-height:52px!important;
  align-self:center!important;
  justify-self:end!important;
  border-radius:8px!important;
  background:#9cba40!important;
}

/* Standards icons */
.about-value-icon svg{width:28px;height:28px;display:block}

/* Portfolio: no captions or labels, only hover + zoom */
.portfolio-gallery-section{background:#f7f7f2}
.portfolio-page{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important}
.portfolio-page .project:nth-child(n){grid-column:auto!important;grid-row:auto!important;height:300px!important}
.portfolio-page .project{
  border-radius:20px!important;
  overflow:hidden!important;
  cursor:zoom-in!important;
  background:#e8e8e2!important;
  box-shadow:0 8px 24px rgba(35,31,32,.05)!important;
  transition:transform .35s ease,box-shadow .35s ease!important;
}
.portfolio-page .project:after,.portfolio-page .project:before{display:none!important;content:none!important}
.portfolio-page .project img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .45s ease}
.portfolio-page .project:hover{transform:translateY(-7px);box-shadow:0 18px 36px rgba(35,31,32,.13)!important}
.portfolio-page .project:hover img{transform:scale(1.075);filter:saturate(1.08) contrast(1.02)}
.lightbox{cursor:zoom-out}
.lightbox img{box-shadow:0 30px 90px rgba(0,0,0,.35)}

/* Reviews widget */
.reviews-widget-section{background:#f7f7f2}
.reviews-widget-wrap{background:#fff;border-radius:24px;padding:20px;box-shadow:0 16px 44px rgba(35,31,32,.06)}
.lc_reviews_widget{display:block;min-height:600px;border:0}

/* Contact page */
.contact-main-section{background:#f7f7f2}
.ghl-form-wrap{min-height:560px;background:#fff;border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:0 16px 45px rgba(35,31,32,.06)}
.ghl-form-wrap iframe{min-height:560px;display:block}
.contact-facebook{display:inline-flex;align-items:center;gap:10px;margin-top:26px;padding:11px 17px;border-radius:999px;background:#fff;color:var(--green)!important;font-weight:700}
.contact-facebook span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800}
.internal-page .map{filter:none!important}

@media(max-width:1200px){
  .header-inner{grid-template-columns:215px 1fr 165px!important;gap:14px!important}
  .brand-link{padding-left:24px!important}.logo{width:175px!important}
  .main-nav{gap:25px!important}.main-nav a{font-size:14px!important}
  .header-cta{padding:0 16px!important;font-size:14px!important}
  .internal-page .header-inner{grid-template-columns:190px 1fr 165px!important}
  .internal-page .main-nav{gap:26px!important}
  .portfolio-page{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:1050px){
  .topbar{display:none!important}
  .site-header,.site-header.scrolled,.internal-page .site-header,.internal-page .site-header.scrolled{
    margin-bottom:0!important;background:#fff!important;padding:10px 0!important;
  }
  .site-header .container{width:min(var(--max),calc(100% - 32px))}
  .header-inner,.internal-page .header-inner{
    height:78px!important;min-height:78px!important;grid-template-columns:1fr auto!important;padding:0 18px!important;border-radius:12px!important;box-shadow:0 8px 24px rgba(0,0,0,.08)!important;border:0!important;overflow:visible!important;
  }
  .brand-link,.internal-page .brand-link{padding-left:0!important}
  .logo,.internal-page .logo{width:180px!important;max-height:58px!important}
  .main-nav,.header-cta{display:none!important}
  .menu-btn{display:block!important;color:#103d1d!important;font-size:30px!important;justify-self:end!important}
  .portfolio-page{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:700px){
  .portfolio-page{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}
  .portfolio-page .project:nth-child(n){height:210px!important}
  .contact-grid{grid-template-columns:1fr!important}
  .ghl-form-wrap,.ghl-form-wrap iframe{min-height:620px}
}

/* ===== Header precision pass v9 ===== */
/* Home: dark-green utility band with a floating white navigation panel over the hero */
body:not(.internal-page) .topbar{
  position:relative!important;
  height:110px!important;
  background:#0d3f1b!important;
  color:#fff!important;
  z-index:30!important;
}
body:not(.internal-page) .topbar .container{width:min(1220px,calc(100% - 48px))!important}
body:not(.internal-page) .topbar-inner{
  height:64px!important;
  min-height:64px!important;
  padding:0!important;
  align-items:center!important;
}
body:not(.internal-page) .topbar-left,
body:not(.internal-page) .topbar-right{gap:24px!important}
body:not(.internal-page) .site-header,
body:not(.internal-page) .site-header.scrolled{
  position:absolute!important;
  top:66px!important;
  left:0!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  z-index:35!important;
}
body:not(.internal-page) .site-header .container{width:min(1290px,calc(100% - 48px))!important}
body:not(.internal-page) .header-inner{
  height:92px!important;
  min-height:92px!important;
  display:grid!important;
  grid-template-columns:255px 1fr 185px!important;
  align-items:center!important;
  gap:0!important;
  padding:0!important;
  background:#fff!important;
  border:0!important;
  border-radius:10px!important;
  overflow:hidden!important;
  box-shadow:0 4px 0 #9bb93f,0 16px 34px rgba(0,0,0,.16)!important;
}
body:not(.internal-page) .brand-link{height:100%!important;padding:0 0 0 34px!important;display:flex!important;align-items:center!important}
body:not(.internal-page) .logo{width:190px!important;max-height:68px!important;filter:none!important}
body:not(.internal-page) .main-nav{
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:42px!important;
}
body:not(.internal-page) .main-nav a{
  color:#103d1d!important;
  font-size:15px!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
body:not(.internal-page) .header-cta{
  width:185px!important;
  height:92px!important;
  min-height:92px!important;
  border-radius:0!important;
  background:#9cba40!important;
  color:#fff!important;
  padding:0 20px!important;
  justify-self:stretch!important;
  align-self:stretch!important;
  font-weight:800!important;
}
body:not(.internal-page) .hero{margin-top:0!important}

/* Internal pages: two clean white rows exactly separated from the banner */
.internal-page .topbar{
  position:relative!important;
  height:70px!important;
  background:#fff!important;
  color:#4f571e!important;
  border-top:1px solid #eee9dc!important;
  border-bottom:1px solid #e8e2d5!important;
  z-index:30!important;
}
.internal-page .topbar .container{width:min(1290px,calc(100% - 48px))!important}
.internal-page .topbar-inner{height:69px!important;min-height:69px!important;padding:0!important}
.internal-page .topbar a{color:#4f571e!important}
.internal-page .site-header,
.internal-page .site-header.scrolled{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  z-index:29!important;
}
.internal-page .site-header .container{width:min(1290px,calc(100% - 48px))!important}
.internal-page .header-inner{
  height:104px!important;
  min-height:104px!important;
  display:grid!important;
  grid-template-columns:230px 1fr 175px!important;
  gap:20px!important;
  align-items:center!important;
  padding:0!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  box-shadow:none!important;
}
.internal-page .brand-link{padding:0!important;height:100%!important;display:flex!important;align-items:center!important}
.internal-page .logo{width:190px!important;max-height:68px!important;filter:none!important}
.internal-page .main-nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:44px!important;height:100%!important}
.internal-page .main-nav a{color:#103d1d!important;font-size:15px!important;font-weight:700!important;white-space:nowrap!important}
.internal-page .header-cta{
  width:165px!important;
  height:52px!important;
  min-height:52px!important;
  border-radius:8px!important;
  align-self:center!important;
  justify-self:end!important;
  background:#9cba40!important;
  color:#fff!important;
  padding:0 18px!important;
}
.internal-page .page-hero{margin-top:0!important}

/* Keep the header static: never sticky/fixed on scroll */
.site-header.scrolled{position:relative!important}
body:not(.internal-page) .site-header.scrolled{position:absolute!important}

@media(max-width:1200px){
  body:not(.internal-page) .header-inner{grid-template-columns:220px 1fr 170px!important}
  body:not(.internal-page) .brand-link{padding-left:24px!important}
  body:not(.internal-page) .logo{width:175px!important}
  body:not(.internal-page) .main-nav{gap:25px!important}
  body:not(.internal-page) .header-cta{width:170px!important}
  .internal-page .header-inner{grid-template-columns:200px 1fr 165px!important}
  .internal-page .main-nav{gap:26px!important}
}
@media(max-width:1050px){
  body:not(.internal-page) .topbar,.internal-page .topbar{display:none!important;height:0!important}
  body:not(.internal-page) .site-header,
  body:not(.internal-page) .site-header.scrolled,
  .internal-page .site-header,
  .internal-page .site-header.scrolled{
    position:relative!important;
    top:auto!important;
    background:#fff!important;
    padding:10px 0!important;
  }
  body:not(.internal-page) .site-header .container,.internal-page .site-header .container{width:min(var(--max),calc(100% - 32px))!important}
  body:not(.internal-page) .header-inner,.internal-page .header-inner{
    height:78px!important;min-height:78px!important;
    grid-template-columns:1fr auto!important;
    padding:0 18px!important;
    border-radius:12px!important;
    box-shadow:0 8px 24px rgba(0,0,0,.08)!important;
  }
  body:not(.internal-page) .brand-link,.internal-page .brand-link{padding:0!important}
  body:not(.internal-page) .logo,.internal-page .logo{width:180px!important;max-height:58px!important}
  .main-nav,.header-cta{display:none!important}
  .menu-btn{display:block!important;color:#103d1d!important}
}


/* ===== Final refinement pass v10 ===== */
.topbar-item:before{display:none!important}
.topbar-inline-icon,.footer-item svg,.footer-social svg,.footer-phone svg{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.topbar-inline-icon svg,.social-pill-icon svg{width:16px;height:16px;display:block}
.social-pill-icon{display:grid!important;place-items:center}
.social-pill-icon svg{width:14px;height:14px}
body:not(.internal-page) .topbar{background:#0b4b17!important}
body:not(.internal-page) .site-header.scrolled{position:absolute!important}
.internal-page .topbar,.internal-page .site-header,.internal-page .site-header.scrolled,.internal-page .header-inner{background:#fff!important}
.internal-page .topbar{border-top:1px solid #efefea!important;border-bottom:1px solid #ece7dd!important}
.internal-page .header-inner{border-bottom:1px solid #ece7dd!important}
.internal-page .page-hero{min-height:390px!important}
.internal-page .page-hero .container{padding-top:48px!important;padding-bottom:54px!important}
.page-hero .breadcrumb a{color:#fff;text-decoration:underline;text-underline-offset:4px}
.page-hero .breadcrumb a:hover{opacity:.85}

/* Footer redesign */
.footer-refined{background:#0c4b16!important;color:#fff!important;padding:78px 0 22px!important;position:relative;overflow:hidden}
.footer-refined:before{content:'';position:absolute;right:-70px;bottom:86px;width:250px;height:250px;border:1px solid rgba(255,255,255,.12);border-radius:0 100% 0 100%;transform:rotate(-20deg);opacity:.5}
.footer-refined:after{content:'';position:absolute;inset:auto 0 0 0;height:94px;background:rgba(0,0,0,.12)}
.footer-grid-refined{position:relative;z-index:2;display:grid!important;grid-template-columns:1.1fr .95fr .95fr 1fr!important;gap:44px!important}
.footer-refined .footer-logo{width:210px;margin-bottom:22px}
.footer-refined p{color:rgba(255,255,255,.84)!important;line-height:1.75;margin:0}
.footer-refined h4{color:#fff!important;font:700 21px/1.2 'Manrope';margin:0 0 26px;position:relative}
.footer-refined h4:after{content:'';display:block;width:68px;height:2px;background:#9cba40;margin-top:14px}
.footer-socials{display:flex;gap:14px;margin-top:28px}
.footer-social{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.15);color:#fff;transition:.3s}
.footer-social:hover{background:#9cba40;color:#fff;transform:translateY(-2px)}
.footer-social svg{width:15px;height:15px}
.footer-list{display:grid;gap:15px}
.footer-item{display:flex;gap:12px;align-items:flex-start;color:rgba(255,255,255,.88)}
.footer-item svg{width:17px;height:17px;margin-top:2px;color:#d1c174}
.footer-item a,.footer-item span{color:rgba(255,255,255,.88)!important;line-height:1.6}
.footer-item a:hover{color:#fff!important}
.footer-services-list .footer-item svg{color:#9cba40}
.footer-estimate{padding-left:10px}
.footer-phone{display:flex;align-items:center;gap:12px;color:#e8d28b;font:800 22px/1.2 'Manrope';margin:8px 0 22px}
.footer-phone svg{width:22px;height:22px;color:#d6c37c}
.footer-phone a{color:#e8d28b!important}
.footer-estimate p{max-width:280px;margin-bottom:26px!important}
.footer-estimate-btn{padding:0 28px!important;min-height:50px!important}
.footer-refined .footer-bottom{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:24px;display:flex;justify-content:space-between;gap:18px;color:rgba(255,255,255,.72)!important;font-size:12px}

/* Contact form title */
.contact-form-head{padding:32px 34px 0}
.contact-form-head .lead{color:var(--muted)}
.ghl-form-wrap iframe{min-height:560px;display:block;padding:0 18px 18px;box-sizing:border-box}

/* Portfolio video */
.portfolio-feature-video{background:#fff}
.portfolio-video-card{border-radius:28px;overflow:hidden;box-shadow:0 18px 48px rgba(35,31,32,.1);background:#0b0b0b}
.portfolio-video-card video{display:block;width:100%;height:auto;max-height:680px;background:#000}

/* About values now six */
.about-values-grid{grid-template-columns:repeat(3,1fr)!important}

/* Services page sticky experience */
.services-sticky-zone{height:440vh!important}
.services-sticky-copy .check-list,.services-sticky-copy .check{color:rgba(255,255,255,.88)}
.services-more{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;margin-top:28px}
.services-more .check{margin:0}
.services-stage{height:min(690px,78vh)!important}
.service-stage-icon{font:800 16px/1 'Manrope';letter-spacing:.08em}
.other-services-band{background:#f5f4ec}
.other-services-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}
.other-services-media{height:540px;border-radius:30px;overflow:hidden;box-shadow:0 18px 44px rgba(35,31,32,.08)}
.other-services-media img{width:100%;height:100%;object-fit:cover;display:block}
.other-services-copy .lead{margin-bottom:24px}
.other-services-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}
.other-services-list span{display:flex;align-items:flex-start;gap:10px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:13px 16px;color:var(--ink);font-weight:600;line-height:1.45}
.other-services-list span:before{content:'✓';color:var(--green);font-weight:800}

@media(max-width:1200px){
  .footer-grid-refined{grid-template-columns:1fr 1fr!important}
  .other-services-grid{grid-template-columns:1fr;gap:32px}
}
@media(max-width:1050px){
  .internal-page .page-hero{min-height:330px!important}
  .internal-page .page-hero .container{padding-top:26px!important}
  .services-sticky-zone{height:auto!important;padding:90px 0 30px!important}
  .services-sticky-inner{position:relative!important;height:auto!important;min-height:0!important}
  .service-stage-card{position:relative!important;opacity:1!important;transform:none!important;display:block!important;margin-bottom:18px;border-radius:28px;overflow:hidden}
  .services-stage{height:auto!important;min-height:0!important;display:grid;gap:18px;box-shadow:none!important}
  .services-progress{display:none!important}
}
@media(max-width:700px){
  .footer-grid-refined{grid-template-columns:1fr!important;gap:28px!important}
  .footer-estimate{padding-left:0}
  .footer-refined .footer-bottom{flex-direction:column;align-items:flex-start}
  .other-services-media{height:320px}
  .other-services-list{grid-template-columns:1fr}
  .about-values-grid{grid-template-columns:1fr!important}
  .contact-form-head{padding:24px 24px 0}
  .ghl-form-wrap iframe{padding:0 10px 10px;min-height:620px}
}


/* ===== User refinements v11 ===== */
/* Portfolio video: no black wrapper/background */
.portfolio-video-card{background:transparent!important;box-shadow:none!important;overflow:visible!important;border-radius:0!important}
.portfolio-video-card video{background:transparent!important;border-radius:24px;box-shadow:0 16px 42px rgba(35,31,32,.10)}

/* Footer logo + links */
.footer-refined .footer-logo{width:220px!important;max-height:96px;object-fit:contain}
.footer-service-link{color:rgba(255,255,255,.88)!important;line-height:1.6;transition:color .22s ease,transform .22s ease}
.footer-service-link:hover,.footer-service-link:focus-visible{color:#d9ea8b!important;transform:translateX(3px)}
.footer-service-link:active{color:#9cba40!important}
.footer-estimate-btn{background:#0a0a0a!important;color:#fff!important;border-color:#0a0a0a!important}
.footer-estimate-btn:hover{background:#222!important;color:#fff!important}

/* Services page cream sticky section */
.internal-page .services-sticky-zone{background:#F5F4EC!important;color:var(--ink)!important}
.internal-page .services-sticky-inner{background:#F5F4EC!important}
.internal-page .services-sticky-copy .eyebrow{color:var(--green)!important}
.internal-page .services-sticky-copy .lead{color:#686b64!important}
.internal-page .services-more{display:grid!important;grid-template-columns:1fr 1fr;gap:12px 14px;margin-top:26px}
.service-copy-item{display:flex;align-items:center;gap:10px;color:#364038;font-weight:700;font-size:14px}
.service-copy-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e3e8d5;color:var(--green);flex:0 0 auto}
.service-copy-icon svg{width:19px;height:19px}
.service-stage-icon svg{width:24px;height:24px;display:block}
.internal-page .services-progress span{background:rgba(45,87,44,.25)!important}
.internal-page .services-progress span.active{background:var(--green)!important}

/* Home process section: smaller cards/images */
.process-showcase .process-mosaic{max-width:1080px;margin:0 auto;grid-auto-rows:235px!important;gap:12px!important}
.process-showcase .process-panel.text,.process-showcase .process-panel.image{height:235px!important;min-height:235px!important}
.process-showcase .process-panel.text{padding:18px 20px!important}
.process-showcase .process-badge{width:36px!important;height:36px!important;margin-bottom:10px!important;font-size:15px!important}
.process-showcase .process-panel.text h3{font-size:24px!important;margin-bottom:8px!important}
.process-showcase .process-panel.text p{font-size:13px!important;line-height:1.42!important;margin-bottom:8px!important}
.process-showcase .process-panel.text ul{font-size:12px!important;line-height:1.3!important;gap:3px!important}
.process-showcase .parallax-img{height:122%!important}

/* Mission & Vision icon refresh */
.mission-corner svg{width:25px;height:25px;display:block}
.mission-card .mission-icon svg{width:25px;height:25px;display:block}

/* Other services animation + parallax */
.other-services-media{position:relative;overflow:hidden!important}
.other-services-media .parallax-img{height:122%!important;transition:transform .12s linear!important}
.other-service-chip{transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease,background .35s ease!important}
.other-service-chip.in{opacity:1;transform:none}
.other-service-chip:hover{transform:translateY(-5px)!important;box-shadow:0 12px 28px rgba(35,31,32,.08);border-color:rgba(45,87,44,.24)!important;background:#fbfcf8!important}
.other-services-list .other-service-chip:nth-child(2n){transition-delay:.06s!important}
.other-services-list .other-service-chip:nth-child(3n){transition-delay:.12s!important}

@media(max-width:1050px){
  .process-showcase .process-mosaic{max-width:100%;grid-auto-rows:auto!important}
  .process-showcase .process-panel.text,.process-showcase .process-panel.image{height:auto!important;min-height:250px!important}
  .process-showcase .process-panel.image{height:250px!important}
}
@media(max-width:700px){
  .internal-page .services-more{grid-template-columns:1fr!important}
  .process-showcase .process-panel.text{min-height:auto!important}
  .process-showcase .process-panel.image{height:230px!important;min-height:230px!important}
}

/* ===== Final UI pass v12 ===== */
/* Services: keep the content over photography fully legible */
.internal-page .service-stage-content h3{
  color:#fff!important;
  text-shadow:0 3px 18px rgba(0,0,0,.35);
}
.internal-page .service-stage-content p{
  color:rgba(255,255,255,.86)!important;
}
.internal-page .service-stage-icon{
  color:#fff!important;
  border-color:rgba(255,255,255,.35)!important;
  background:rgba(0,0,0,.22)!important;
}

/* Header logo: slightly larger on desktop */
body:not(.internal-page) .logo,
.internal-page .logo{
  width:220px!important;
  max-height:76px!important;
}

/* Uiverse-inspired action buttons adapted to the client palette */
.animated-button{
  --action-accent:#2D572C;
  --action-fill:#9CBA40;
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  min-height:auto!important;
  height:auto!important;
  width:auto!important;
  padding:14px 54px 14px 28px!important;
  border:4px solid transparent!important;
  border-radius:100px!important;
  background:transparent!important;
  color:var(--action-accent)!important;
  box-shadow:0 0 0 2px var(--action-accent)!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:700!important;
  overflow:hidden!important;
  cursor:pointer!important;
  transition:all .6s cubic-bezier(.23,1,.32,1)!important;
  text-decoration:none!important;
  isolation:isolate;
}
.animated-button svg{
  position:absolute!important;
  width:22px!important;
  height:22px!important;
  fill:var(--action-accent)!important;
  stroke:none!important;
  z-index:9!important;
  transition:all .8s cubic-bezier(.23,1,.32,1)!important;
}
.animated-button .arr-1{right:16px!important}
.animated-button .arr-2{left:-25%!important}
.animated-button .circle{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  transform:translate(-50%,-50%)!important;
  width:20px!important;
  height:20px!important;
  background:var(--action-fill)!important;
  border-radius:50%!important;
  opacity:0!important;
  transition:all .8s cubic-bezier(.23,1,.32,1)!important;
  z-index:0!important;
}
.animated-button .text{
  position:relative!important;
  z-index:1!important;
  transform:translateX(-5px)!important;
  transition:all .8s cubic-bezier(.23,1,.32,1)!important;
  white-space:nowrap;
}
.animated-button:hover{
  box-shadow:0 0 0 12px transparent!important;
  color:#231F20!important;
  border-radius:12px!important;
}
.animated-button:hover .arr-1{right:-25%!important}
.animated-button:hover .arr-2{left:16px!important}
.animated-button:hover .text{transform:translateX(12px)!important}
.animated-button:hover svg{fill:#231F20!important}
.animated-button:hover .circle{width:260px!important;height:260px!important;opacity:1!important}
.animated-button:active{transform:scale(.95)!important;box-shadow:0 0 0 4px var(--action-accent)!important}

/* Buttons placed over dark/green imagery use the lighter client accent */
.hero .animated-button,
.services-zone .animated-button,
.values-showcase .animated-button,
.why-choose-band .animated-button,
.cta .animated-button,
.footer-refined .animated-button,
.mobile-menu .animated-button{
  --action-accent:#B8D35F;
  --action-fill:#B8D35F;
  color:#fff!important;
}
.hero .animated-button:hover,
.services-zone .animated-button:hover,
.values-showcase .animated-button:hover,
.why-choose-band .animated-button:hover,
.cta .animated-button:hover,
.footer-refined .animated-button:hover,
.mobile-menu .animated-button:hover{color:#231F20!important}

/* Header CTA keeps a compact Uiverse shape instead of filling the whole header cell */
.header-cta.animated-button,
.internal-page .header-cta.animated-button,
body:not(.internal-page) .header-cta.animated-button{
  --action-accent:#2D572C;
  --action-fill:#9CBA40;
  justify-self:center!important;
  align-self:center!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  padding:13px 48px 13px 24px!important;
  color:#2D572C!important;
}

/* Clip-path curtain animation for titles only */
h1.title-clip,h2.title-clip,h3.title-clip{
  opacity:0;
  clip-path:inset(0 100% 0 0);
  transform:translateY(10px);
  will-change:clip-path,transform,opacity;
  transition:clip-path .9s cubic-bezier(.2,.78,.2,1),transform .8s cubic-bezier(.2,.78,.2,1),opacity .25s ease;
}
h1.title-clip.title-in,h2.title-clip.title-in,h3.title-clip.title-in{
  opacity:1;
  clip-path:inset(0 0 0 0);
  transform:none;
}

/* Mobile header: hamburger only, no desktop nav/CTA */
@media(max-width:1050px){
  body:not(.internal-page) .topbar,
  .internal-page .topbar{display:none!important;height:0!important;min-height:0!important}
  body:not(.internal-page) .site-header,
  body:not(.internal-page) .site-header.scrolled,
  .internal-page .site-header,
  .internal-page .site-header.scrolled{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    margin:0!important;
    padding:10px 0!important;
    background:#fff!important;
  }
  body:not(.internal-page) .header-inner,
  .internal-page .header-inner{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    height:82px!important;
    min-height:82px!important;
    padding:0 18px!important;
    border-radius:12px!important;
    overflow:visible!important;
    box-shadow:0 8px 24px rgba(0,0,0,.08)!important;
    background:#fff!important;
  }
  .main-nav,
  .header-cta{display:none!important}
  .menu-btn{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:48px!important;
    height:48px!important;
    border-radius:12px!important;
    background:#2D572C!important;
    color:#fff!important;
    font-size:27px!important;
    justify-self:end!important;
    cursor:pointer!important;
  }
  body:not(.internal-page) .logo,
  .internal-page .logo{
    width:190px!important;
    max-height:66px!important;
  }
  .mobile-menu{
    position:fixed!important;
    z-index:999!important;
    inset:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
    padding:105px 28px 34px!important;
    background:#2D572C!important;
    color:#fff!important;
    transform:translateX(100%)!important;
    transition:transform .45s cubic-bezier(.2,.8,.2,1)!important;
  }
  .mobile-menu.open{transform:translateX(0)!important}
  .mobile-menu>a:not(.btn){color:#fff!important;font:700 31px/1.05 'Manrope'!important}
  .mobile-menu .close{
    position:absolute!important;
    top:22px!important;
    right:24px!important;
    display:grid!important;
    place-items:center!important;
    width:48px!important;
    height:48px!important;
    border:1px solid rgba(255,255,255,.25)!important;
    border-radius:50%!important;
    background:transparent!important;
    color:#fff!important;
    font-size:36px!important;
    cursor:pointer!important;
  }
}
@media(max-width:700px){
  body:not(.internal-page) .logo,
  .internal-page .logo{width:178px!important}
  .mobile-menu>a:not(.btn){font-size:28px!important}
}

/* ===== Mobile header + letter-by-letter titles v12 ===== */
/* Disable the previous curtain-title treatment. */
h1.title-clip,h2.title-clip,h3.title-clip,
h1.title-clip.title-in,h2.title-clip.title-in,h3.title-clip.title-in{
  opacity:1!important;
  clip-path:none!important;
  transform:none!important;
  transition:none!important;
}

/* Letter-by-letter title reveal */
h1.letter-title,h2.letter-title,h3.letter-title{
  opacity:1!important;
}
.letter-title .title-letter{
  display:inline-block;
  opacity:0;
  transform:translateY(1.05em) rotate(3deg);
  transition:
    opacity .38s ease,
    transform .72s cubic-bezier(.2,.8,.2,1);
  transition-delay:calc(var(--letter-index,0) * 24ms);
  will-change:transform,opacity;
}
.letter-title .title-space{
  display:inline-block;
  width:.28em;
}
.letter-title.letters-in .title-letter{
  opacity:1;
  transform:translateY(0) rotate(0);
}

@media(max-width:1050px){
  html,body{overflow-x:hidden!important}
  body:not(.internal-page) .topbar,
  .internal-page .topbar{
    display:none!important;
    height:0!important;
    min-height:0!important;
  }
  body:not(.internal-page) .site-header,
  body:not(.internal-page) .site-header.scrolled,
  .internal-page .site-header,
  .internal-page .site-header.scrolled{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    box-shadow:none!important;
    z-index:100!important;
  }
  body:not(.internal-page) .site-header .container,
  .internal-page .site-header .container{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 14px!important;
  }
  body:not(.internal-page) .header-inner,
  .internal-page .header-inner{
    width:100%!important;
    max-width:none!important;
    height:82px!important;
    min-height:82px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:8px 10px!important;
    margin:0!important;
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    overflow:visible!important;
    box-shadow:0 5px 18px rgba(35,31,32,.08)!important;
  }
  body:not(.internal-page) .brand-link,
  .internal-page .brand-link{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    height:66px!important;
    padding:0!important;
    margin:0!important;
    flex:0 1 auto!important;
    min-width:0!important;
  }
  body:not(.internal-page) .logo,
  .internal-page .logo{
    width:205px!important;
    max-width:68vw!important;
    max-height:64px!important;
    object-fit:contain!important;
    object-position:left center!important;
    margin:0!important;
  }
  .main-nav,
  .site-header .main-nav,
  .internal-page .main-nav,
  .header-cta,
  .site-header .header-cta,
  .internal-page .header-cta{
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    height:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }
  .menu-btn,
  .site-header .menu-btn,
  .internal-page .menu-btn{
    display:flex!important;
    visibility:visible!important;
    flex:0 0 48px!important;
    align-items:center!important;
    justify-content:center!important;
    width:48px!important;
    height:48px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:12px!important;
    background:#2D572C!important;
    color:#fff!important;
    font-size:28px!important;
    line-height:1!important;
    cursor:pointer!important;
    box-shadow:0 7px 18px rgba(45,87,44,.22)!important;
  }
  .mobile-menu{
    position:fixed!important;
    z-index:9999!important;
    inset:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:18px!important;
    width:100vw!important;
    height:100dvh!important;
    padding:100px 28px 34px!important;
    background:#2D572C!important;
    color:#fff!important;
    transform:translateX(100%)!important;
    transition:transform .42s cubic-bezier(.2,.8,.2,1)!important;
    overflow-y:auto!important;
  }
  .mobile-menu.open{transform:translateX(0)!important}
  .mobile-menu>a:not(.btn){
    display:block!important;
    width:100%!important;
    color:#fff!important;
    font:700 30px/1.08 'Manrope',sans-serif!important;
    padding:5px 0!important;
  }
  .mobile-menu>a.active:not(.btn){color:#B8D35F!important}
  .mobile-menu .close{
    position:absolute!important;
    top:20px!important;
    right:22px!important;
    display:grid!important;
    place-items:center!important;
    width:48px!important;
    height:48px!important;
    padding:0!important;
    border:1px solid rgba(255,255,255,.28)!important;
    border-radius:50%!important;
    background:transparent!important;
    color:#fff!important;
    font-size:36px!important;
    line-height:1!important;
  }
  .mobile-menu .animated-button{
    margin-top:10px!important;
    --action-accent:#B8D35F;
    --action-fill:#B8D35F;
    color:#fff!important;
  }
  .page-hero,.hero{margin-top:0!important}
}

@media(max-width:480px){
  body:not(.internal-page) .site-header .container,
  .internal-page .site-header .container{padding:0 10px!important}
  body:not(.internal-page) .header-inner,
  .internal-page .header-inner{height:76px!important;min-height:76px!important;padding:6px 8px!important}
  body:not(.internal-page) .brand-link,
  .internal-page .brand-link{height:62px!important}
  body:not(.internal-page) .logo,
  .internal-page .logo{width:185px!important;max-width:65vw!important;max-height:58px!important}
  .menu-btn,.site-header .menu-btn,.internal-page .menu-btn{width:46px!important;height:46px!important;flex-basis:46px!important}
  .mobile-menu{padding:92px 24px 30px!important}
  .mobile-menu>a:not(.btn){font-size:27px!important}
}
