:root{
  --green:#86a025;--green-dark:#6f861c;--green-light:#aecc42;--ink:#1a1a1a;--text:#4e4b66;--muted:#77758b;
  --paper:#fff;--soft:#f6f7f3;--dark:#242424;--dark-2:#181818;--line:#e5e7df;--facebook:#1877f2;
  --shell:1280px;--radius:18px;--shadow:0 18px 55px rgba(24,31,13,.12);
  --section-space:clamp(70px,8vw,118px);--font:"Century Gothic","Avenir Next",Avenir,Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;background:var(--paper);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}picture{display:contents}a{color:inherit}button,input,select,textarea{font:inherit}.site-shell{width:min(calc(100% - 32px),var(--shell));margin-inline:auto}.section{padding:var(--section-space) 0}.skip-link{position:fixed;left:16px;top:-100px;z-index:1000;background:#fff;color:#000;padding:10px 14px;border-radius:8px}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{margin:0 0 10px;color:var(--green-dark);font-size:.78rem;line-height:1.3;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow.light{color:#d6e994}h1,h2,h3{color:var(--ink);line-height:1.08;margin:0;font-weight:800;letter-spacing:-.035em}h1{font-size:clamp(2.5rem,5.5vw,4.8rem)}h2{font-size:clamp(2rem,4vw,3.35rem)}h3{font-size:1.2rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 22px;border:1px solid transparent;border-radius:8px;text-decoration:none;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--green);color:#fff}.button-primary:hover{background:var(--green-dark)}.button-facebook{background:var(--facebook);color:#fff}.button-facebook:hover{background:#1268da}.button-facebook svg{width:19px;height:19px;fill:currentColor}.button-light{background:#fff;color:var(--ink)}.button-light:hover{background:#f3f5ee}.button-outline{background:transparent;border-color:#b7bcad;color:var(--ink)}.button-outline:hover{border-color:var(--green);color:var(--green-dark)}.button-large{min-height:54px;padding:15px 26px}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--green-dark);font-weight:800;text-decoration:none}.text-link:hover{text-decoration:underline}.inline-actions,.center-actions{display:flex;gap:12px;flex-wrap:wrap}.center-actions{justify-content:center;margin-top:36px}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(229,231,223,.88);backdrop-filter:blur(14px)}.nav-shell{min-height:86px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:205px;height:auto}.primary-nav{display:flex;align-items:center;gap:26px;margin-left:auto}.primary-nav a{text-decoration:none;font-size:.91rem;font-weight:800;color:#34343b;position:relative}.primary-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--green);transition:right .2s ease}.primary-nav a:hover:after,.primary-nav a.is-active:after,.primary-nav a[aria-current="page"]:after{right:0}.nav-actions{display:flex;align-items:center;gap:9px}.nav-actions .button{min-height:43px;padding:10px 15px;font-size:.86rem}.nav-mobile-contact,.nav-toggle{display:none}

/* Hero */
.hero-section{padding:clamp(56px,6vw,86px) 0 0;overflow:hidden}.hero-shell{position:relative}.hero-copy{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.7fr);gap:clamp(30px,6vw,90px);align-items:end;margin-bottom:36px}.hero-copy h1{max-width:820px}.hero-intro-row{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.hero-intro-row p{font-size:1.07rem;margin:0;max-width:520px}.hero-image-wrap{height:clamp(340px,40vw,520px);border-radius:18px 18px 0 0;overflow:hidden;background:#e7eadf}.hero-image-wrap picture,.hero-image-wrap img{width:100%;height:100%}.hero-image{object-fit:cover}.hero-service-strip{list-style:none;margin:-1px 0 0;padding:0;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-top:0;border-radius:0 0 18px 18px;box-shadow:0 18px 42px rgba(37,46,24,.08);overflow:hidden}.hero-service-strip li{display:flex;gap:14px;padding:25px 22px;border-right:1px solid var(--line)}.hero-service-strip li:last-child{border-right:0}.hero-service-strip strong{display:block;color:var(--ink);font-size:.98rem;margin-bottom:4px}.hero-service-strip span:not(.service-icon){display:block;font-size:.82rem;line-height:1.45;color:#6a6875}.service-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#eef3dd;color:var(--green-dark)}.service-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Feature turf */
.feature-banner{position:relative;isolation:isolate;margin-top:var(--section-space);min-height:500px;display:grid;align-items:center;overflow:hidden}.feature-banner-media{position:absolute;inset:0;z-index:-2}.feature-banner-media picture,.feature-banner-media img{width:100%;height:100%}.feature-banner-media img{object-fit:cover}.feature-banner:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(19,25,12,.86) 0%,rgba(19,25,12,.72) 42%,rgba(19,25,12,.1) 78%)}.feature-banner-shell{padding-block:80px}.feature-banner-card{max-width:620px;color:#fff}.feature-banner-card h2{color:#fff;margin-bottom:18px}.feature-banner-card p:not(.eyebrow){font-size:1.05rem;max-width:570px;margin:0 0 25px}.new-pill{display:inline-flex;padding:5px 10px;margin-bottom:18px;border-radius:999px;background:var(--green-light);color:#1d2508;font-size:.68rem;font-weight:900;letter-spacing:.12em}

/* headings and cards */
.section-heading{margin-bottom:42px}.split-heading{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:clamp(30px,7vw,100px);align-items:end}.split-heading>p{margin:0}.centered-heading{text-align:center;max-width:780px;margin-inline:auto}.centered-heading p:last-child{max-width:650px;margin:18px auto 0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{position:relative;min-height:480px;border-radius:var(--radius);overflow:hidden;display:flex;align-items:flex-end;text-decoration:none;background:#333;isolation:isolate}.service-card-media{position:absolute;inset:0;z-index:-2}.service-card-media picture,.service-card-media img{width:100%;height:100%}.service-card-media img{object-fit:cover;transition:transform .45s ease}.service-card-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.03) 25%,rgba(0,0,0,.82) 100%)}.service-card-content{color:#fff;padding:28px}.service-card-content h3{color:#fff;font-size:1.45rem;margin-bottom:9px}.service-card-content p{font-size:.9rem;line-height:1.5;margin:0 0 15px;opacity:.9}.service-card-content span{font-size:.86rem;font-weight:800}.service-card:hover .service-card-media img{transform:scale(1.045)}

/* Award */
.award-section{background:var(--soft)}.award-layout{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.05fr);gap:clamp(45px,7vw,105px);align-items:center}.award-media{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}.award-media img{width:100%;max-height:560px;object-fit:contain}.award-copy h2{margin-bottom:20px}.lead-copy{font-size:1.05rem;margin:0 0 28px}.benefit-list{display:grid;gap:8px;margin:0 0 28px}.benefit-list article{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:17px 0;border-top:1px solid #dde0d5}.benefit-list article>span{font-size:.78rem;font-weight:900;color:var(--green-dark)}.benefit-list h3{margin-bottom:5px}.benefit-list p{margin:0;font-size:.9rem}

/* Reviews */
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 12px 30px rgba(25,34,12,.05)}.review-source{display:flex;align-items:center;gap:9px;font-size:.83rem;font-weight:800;color:#555}.facebook-mark{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--facebook);color:#fff;font-family:Arial,sans-serif;font-size:1.15rem;font-weight:900}.stars{letter-spacing:.12em;color:#e1a61a;margin:17px 0 13px}.review-card blockquote{margin:0;color:#4a4858;font-size:.94rem;line-height:1.75}

/* Gallery */
.gallery-section{background:#fafbf8}.gallery-heading{display:flex;justify-content:space-between;align-items:end;gap:24px}.gallery-filters{display:flex;flex-wrap:wrap;gap:7px}.gallery-filter{border:1px solid #d9ddcf;background:#fff;color:#3f413a;border-radius:999px;padding:9px 15px;font-size:.83rem;font-weight:800;cursor:pointer}.gallery-filter:hover,.gallery-filter.active{background:var(--green);border-color:var(--green);color:#fff}.gallery-grid{display:none;grid-template-columns:repeat(4,1fr);grid-auto-rows:265px;gap:12px}.gallery-grid.active{display:grid}.gallery-item{margin:0;border-radius:14px;overflow:hidden;background:#e6e8e1}.gallery-item-wide{grid-column:span 2}.gallery-item picture,.gallery-item img{width:100%;height:100%}.gallery-item img{object-fit:cover;transition:transform .35s ease}.gallery-item:hover img{transform:scale(1.035)}.gallery-item figcaption{padding:10px;background:#fff}

/* Projects */
.project-preview-section{background:#fff}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{display:block;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:#fff;text-decoration:none}.project-card picture,.project-card>img{display:block;height:280px;width:100%}.project-card img{width:100%;height:280px;object-fit:cover}.project-card>div{padding:22px}.project-card span{color:var(--green-dark);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.project-card h2,.project-card h3{font-size:1.3rem;margin:7px 0}.project-card p{margin:0;color:var(--muted)}

/* Facebook + contact */
.facebook-cta{padding:55px 0;background:#292929;color:#fff}.facebook-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.facebook-cta h2{color:#fff;font-size:clamp(1.8rem,3.5vw,2.65rem)}.facebook-cta p{margin:9px 0 0;color:#d1d1d1}.facebook-cta .facebook-mark{background:#fff;color:var(--facebook)}.contact-preview{padding:var(--section-space) 0;background:#fff}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);gap:clamp(45px,8vw,110px);align-items:stretch}.contact-copy h2{margin-bottom:18px}.contact-copy>p:not(.eyebrow){max-width:650px}.contact-list{list-style:none;padding:0;margin:30px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:14px;overflow:hidden}.contact-list li{background:#fff;padding:17px 19px;display:flex;flex-direction:column}.contact-list span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:800}.contact-list a,.contact-list strong{text-decoration:none;color:var(--ink);font-size:.95rem}.location-card{min-height:420px;border-radius:var(--radius);background:linear-gradient(145deg,#708318,#9dbd2a);color:#fff;text-decoration:none;padding:clamp(32px,5vw,60px);display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.location-card:before,.location-card:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.location-card:before{width:420px;height:420px;right:-170px;top:-150px}.location-card:after{width:240px;height:240px;right:-30px;top:-30px}.location-pin{position:absolute;right:42px;top:42px;width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--green-dark)}.location-pin svg{width:34px;fill:none;stroke:currentColor;stroke-width:2}.location-card p{margin:0 0 2px;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:800}.location-card h3{color:#fff;font-size:clamp(2rem,4vw,3.4rem);margin-bottom:20px}.location-card span{font-weight:800}

/* Interior pages */
.page-hero{padding:clamp(80px,9vw,130px) 0;background:var(--soft)}.page-hero .site-shell{max-width:1040px}.page-hero h1{max-width:900px}.page-hero p:not(.eyebrow){font-size:1.08rem;max-width:740px;margin:22px 0 0}.compact-page-hero{padding-block:clamp(65px,7vw,95px)}.service-hero{padding:clamp(65px,7vw,100px) 0 60px;background:#fff;overflow:hidden}.service-hero-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(500px,1.15fr);gap:clamp(40px,7vw,100px);align-items:center}.service-hero-copy h1{font-size:clamp(2.6rem,5vw,4.6rem);margin-bottom:20px}.service-lead{font-size:1.1rem;max-width:520px;margin:0 0 28px}.service-hero-images{position:relative;min-height:540px}.service-image-primary{position:absolute;inset:0 12% 8% 0;border-radius:18px;overflow:hidden}.service-image-secondary{position:absolute;width:45%;height:43%;right:0;bottom:0;border:8px solid #fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.service-image-primary picture,.service-image-primary img,.service-image-secondary picture,.service-image-secondary img{width:100%;height:100%}.service-image-primary img,.service-image-secondary img{object-fit:cover}.service-content-section{background:var(--soft)}.service-content-grid,.project-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:clamp(50px,8vw,120px);align-items:start}.rich-copy{max-width:780px}.rich-copy h2{margin-bottom:26px}.rich-copy h3{font-size:1.35rem;margin:32px 0 10px}.rich-copy p{margin:0 0 21px}.rich-copy a:not(.button){color:var(--green-dark);font-weight:700}.rich-copy .button{margin-top:12px}.service-sidebar{display:grid;gap:16px;position:sticky;top:110px}.side-card{padding:26px;border:1px solid var(--line);border-radius:14px;background:#fff}.side-label{display:block;font-size:.72rem;font-weight:900;color:var(--green-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.side-card h3{font-size:1.35rem;margin-bottom:10px}.side-card p{font-size:.9rem}.side-card>a:not(.button){display:block;margin-top:6px;color:var(--green-dark);word-break:break-word}.side-phone{font-size:1.3rem!important;font-weight:900;text-decoration:none}.service-gallery-section{background:#fff}.quote-strip{background:var(--green-dark);color:#fff;padding:58px 0}.quote-strip .site-shell{display:flex;align-items:center;justify-content:space-between;gap:25px}.quote-strip h2{color:#fff;font-size:clamp(1.8rem,4vw,3rem)}.project-page-hero{background:#f5f7f0}.project-images-section{padding-top:0}.empty-public{padding:clamp(40px,7vw,90px);text-align:center;background:var(--soft);border-radius:18px}.empty-public h2{max-width:660px;margin-inline:auto}.empty-public p{max-width:650px;margin:18px auto 25px}.empty-public .inline-actions{justify-content:center}

/* Quote form */
.contact-page-hero{background:#f3f6e9}.quote-section{background:#fafbf8}.quote-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.65fr);gap:24px;align-items:start}.quote-form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(25px,4vw,48px);box-shadow:0 18px 48px rgba(32,42,17,.06)}.quote-form{display:grid;gap:19px}.field-grid{display:grid;gap:14px}.field-grid.two{grid-template-columns:repeat(2,1fr)}.quote-form label{display:grid;gap:7px;font-size:.86rem;font-weight:800;color:#38383e}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #cfd3c7;border-radius:9px;background:#fff;color:#222;padding:13px 14px;outline:none}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(134,160,37,.15)}.quote-form textarea{resize:vertical;min-height:145px}.quote-form small{font-weight:500;color:var(--muted)}.contact-choice{border:0;padding:0;margin:0;display:flex;gap:16px;flex-wrap:wrap}.contact-choice legend{width:100%;font-size:.86rem;font-weight:800;margin-bottom:7px}.contact-choice label{display:flex;align-items:center;gap:7px;font-weight:600}.contact-choice input{width:auto;box-shadow:none}.file-field{padding:17px;border:1px dashed #bbc1af;border-radius:10px;background:#fafbf8}.file-field input{border:0;padding:0}.form-privacy{font-size:.79rem;color:var(--muted);margin:0}.form-privacy a{color:var(--green-dark);font-weight:700}.honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-errors{padding:16px 18px;margin-bottom:20px;border-radius:10px;background:#fff0f0;color:#8b1d1d}.form-errors ul{margin:8px 0 0;padding-left:20px}.success-state{text-align:center;padding:clamp(20px,5vw,60px) 0}.success-mark{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 22px;border-radius:50%;background:#eaf2d1;color:var(--green-dark);font-size:2rem;font-weight:900}.success-state h2{margin-bottom:15px}.success-state p{max-width:550px;margin:0 auto 26px}.success-state .inline-actions{justify-content:center}.quote-contact-panel{padding:clamp(28px,4vw,45px);border-radius:18px;background:var(--dark);color:#ddd;position:sticky;top:110px}.quote-contact-panel h2{color:#fff;font-size:2.15rem;margin-bottom:24px}.quote-contact-links{display:grid;margin-bottom:28px}.quote-contact-links>a,.quote-contact-links>div{display:flex;flex-direction:column;padding:17px 0;border-top:1px solid #444;text-decoration:none}.quote-contact-links span{font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#aeb0a9}.quote-contact-links strong{color:#fff;word-break:break-word}.policy-layout{display:flex;justify-content:center}.policy-copy{max-width:820px}.policy-copy h2{font-size:1.7rem;margin-top:42px}.policy-copy h2:first-child{margin-top:0}.policy-date{margin-top:50px!important;padding-top:18px;border-top:1px solid var(--line);font-size:.85rem;color:var(--muted)}


.faq-section{background:#fff}.faq-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1fr);gap:clamp(40px,8vw,110px);align-items:start}.faq-layout>div:first-child>p:last-child{max-width:420px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{list-style:none;cursor:pointer;padding:20px 42px 20px 0;color:var(--ink);font-weight:800;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:4px;top:15px;font-size:1.5rem;color:var(--green-dark)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{margin:-4px 0 20px;max-width:720px}
/* Embedded map */
.map-embed{position:relative;min-height:430px;border-radius:var(--radius);overflow:hidden;background:#e7eadf;box-shadow:var(--shadow)}.map-embed iframe{display:block;width:100%;height:100%;min-height:430px;border:0}.map-embed-link{position:absolute;right:16px;bottom:16px;display:inline-flex;align-items:center;min-height:42px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(0,0,0,.16);color:var(--ink);font-size:.78rem;font-weight:800;text-decoration:none}.map-embed-link:hover{color:var(--green-dark)}

/* Footer */
.site-footer{position:relative;overflow:hidden;background:#191919;color:#ddd}.footer-backdrop{position:absolute;inset:0;background:linear-gradient(rgba(20,20,20,.94),rgba(20,20,20,.94)),url('../images/hero.png') center/cover no-repeat}.footer-content{position:relative;padding:58px 0 28px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:32px;border-bottom:1px solid #3b3b3b}.footer-brand img{width:205px;filter:brightness(0) invert(1)}.footer-nav{display:flex;gap:23px;flex-wrap:wrap}.footer-nav a{color:#eee;text-decoration:none;font-size:.82rem;font-weight:700}.footer-nav a:hover{color:#d4ea83}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px}.footer-bottom p{margin:0;font-size:.78rem;color:#aaa}.footer-bottom a{color:inherit}.footer-meta{display:flex;align-items:flex-end;flex-direction:column;gap:4px;text-align:right}.footer-credit a{color:#d4ea83;font-weight:800;text-decoration:none}.footer-credit a:hover{text-decoration:underline}.social-circle{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff}.social-circle svg{width:20px;height:20px;fill:currentColor}

@media(max-width:1100px){.primary-nav{gap:16px}.nav-actions .button-facebook{display:none}.hero-service-strip{grid-template-columns:repeat(2,1fr)}.hero-service-strip li:nth-child(2){border-right:0}.hero-service-strip li:nth-child(-n+2){border-bottom:1px solid var(--line)}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:410px}.gallery-grid{grid-template-columns:repeat(3,1fr)}.service-hero-grid{grid-template-columns:minmax(0,.8fr) minmax(430px,1fr)}}
@media(max-width:860px){.faq-layout{grid-template-columns:1fr}.faq-layout>div:first-child>p:last-child{max-width:650px}html{scroll-padding-top:78px}.nav-shell{min-height:76px}.brand img{width:175px}.nav-toggle{display:grid;margin-left:auto;width:44px;height:44px;border:0;background:transparent;place-content:center;gap:5px;cursor:pointer}.nav-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:#222;transition:.2s}.nav-toggle[aria-expanded="true"] span:nth-of-type(2){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:nth-of-type(3){opacity:0}.nav-toggle[aria-expanded="true"] span:nth-of-type(4){transform:translateY(-7px) rotate(-45deg)}.primary-nav{position:absolute;top:76px;left:0;right:0;display:none;align-items:stretch;flex-direction:column;gap:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 20px 45px rgba(0,0,0,.12);padding:10px 16px 18px}.primary-nav.open{display:flex}.primary-nav a{padding:13px 4px}.primary-nav a:after{display:none}.nav-mobile-contact{display:block}.nav-actions{display:none}.hero-copy{grid-template-columns:1fr;gap:20px}.hero-intro-row{max-width:650px}.split-heading{grid-template-columns:1fr;gap:20px}.award-layout{grid-template-columns:1fr}.award-media{max-width:600px}.review-grid{grid-template-columns:1fr}.gallery-heading{align-items:flex-start;flex-direction:column}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:240px}.contact-layout{grid-template-columns:1fr}.location-card{min-height:350px}.facebook-cta-inner{align-items:flex-start;flex-direction:column}.service-hero-grid{grid-template-columns:1fr}.service-hero-images{min-height:470px}.service-content-grid,.project-detail-grid{grid-template-columns:1fr}.service-sidebar,.quote-contact-panel{position:static}.project-grid{grid-template-columns:repeat(2,1fr)}.quote-layout{grid-template-columns:1fr}.quote-contact-panel{order:-1}.footer-top{align-items:flex-start;flex-direction:column}.footer-nav{gap:14px 20px}}
@media(max-width:600px){:root{--section-space:72px}.site-shell{width:min(calc(100% - 24px),var(--shell))}.hero-section{padding-top:40px}.hero-copy h1{font-size:clamp(2.35rem,12vw,3.7rem)}.hero-image-wrap{height:300px;border-radius:14px 14px 0 0}.hero-service-strip{grid-template-columns:1fr}.hero-service-strip li,.hero-service-strip li:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.hero-service-strip li:last-child{border-bottom:0}.feature-banner{min-height:560px}.feature-banner:after{background:linear-gradient(90deg,rgba(18,24,10,.88),rgba(18,24,10,.66))}.service-grid{grid-template-columns:1fr}.service-card{min-height:390px}.contact-list{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:280px}.gallery-item-wide{grid-column:span 1}.project-grid{grid-template-columns:1fr}.service-hero{padding-top:48px}.service-hero-images{min-height:360px}.service-image-primary{inset:0 8% 10% 0}.service-image-secondary{width:48%;height:42%;border-width:5px}.field-grid.two{grid-template-columns:1fr}.quote-strip .site-shell{align-items:flex-start;flex-direction:column}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);width:100%}}
@media(max-width:860px){.map-embed,.map-embed iframe{min-height:360px}}
@media(max-width:600px){.footer-meta{align-items:flex-start;text-align:left}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Hero visual parity with original DB Expert site */
.hero-section{
  padding:clamp(74px,8vw,114px) 0 clamp(60px,7.82vw,100px);
  overflow:hidden;
  position:relative;
  z-index:1;
}
.hero-shell{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.hero-copy{
  text-align:center;
  width:100%;
  margin:0 0 clamp(40px,5vw,52px);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0;
}
.hero-copy h1{
  font-size:clamp(2.438rem,5vw,3.813rem);
  font-weight:900;
  line-height:1.2;
  letter-spacing:normal;
  max-width:46.875rem;
  margin:0 0 1rem;
  color:var(--ink);
}
.hero-intro-row{
  display:block;
  flex:none;
  width:auto;
  max-width:none;
}
.hero-intro-row p{
  font-size:1rem;
  line-height:1.5;
  width:100%;
  max-width:40.625rem;
  margin:0 0 1.25rem;
  color:var(--text);
}
.hero-intro-row .button{
  display:inline-block;
  min-width:9.375rem;
  min-height:0;
  margin:0;
  padding:0 clamp(2rem,4vw,3rem);
  border:0;
  border-radius:0;
  background:var(--green);
  color:#fff;
  font-size:1rem;
  font-weight:700;
  line-height:clamp(2.875rem,5.5vw,3.5rem);
  text-align:center;
  text-decoration:none;
  transition:background-color .3s,color .3s;
}
.hero-intro-row .button:hover{
  background:#000;
  color:#fff;
  transform:none;
}
.hero-image-wrap{
  width:100%;
  height:clamp(17.5rem,58.6vw,31.875rem);
  margin:0 0 clamp(1rem,2vw,1.25rem);
  border-radius:0;
  overflow:visible;
  background:transparent;
  position:relative;
}
.hero-image-wrap picture,
.hero-image-wrap img{
  width:100%;
  height:100%;
}
.hero-image-wrap img,
.hero-image{
  object-fit:cover;
  border-radius:2.5rem;
}
.hero-service-strip{
  width:100%;
  list-style:none;
  margin:0;
  padding:0;
  background:transparent;
  display:grid;
  justify-content:center;
  grid-template-columns:repeat(12,1fr);
  gap:clamp(1rem,2vw,1.25rem);
  border:0;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
}
.hero-service-strip li,
.hero-service-strip li:nth-child(2),
.hero-service-strip li:nth-child(-n+2),
.hero-service-strip li:last-child{
  text-align:center;
  width:100%;
  margin:0;
  padding:clamp(1.5rem,3vw,2rem);
  background:#f7f7f7;
  border:0;
  border-radius:1.25rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0;
  grid-column:span 12;
  position:relative;
  z-index:1;
}
.hero-service-strip li:hover strong{color:var(--green)}
.hero-service-strip li:hover .service-icon{transform:rotateY(360deg)}
.service-icon{
  display:block;
  flex:0 0 auto;
  width:24px;
  height:24px;
  margin:0 0 1.25rem;
  border-radius:0;
  background:transparent;
  color:var(--green);
  transition:transform .5s;
  perspective:700px;
  transform-style:preserve-3d;
}
.service-icon svg{
  display:block;
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero-service-strip strong{
  display:block;
  color:var(--ink);
  font-size:1.25rem;
  font-weight:800;
  line-height:1.5;
  letter-spacing:normal;
  margin:0 0 .75rem;
  transition:color .3s;
}
.hero-service-strip span:not(.service-icon){
  display:block;
  font-size:clamp(.875rem,1.5vw,1rem);
  line-height:1.5;
  color:var(--text);
}
@media(min-width:48rem){
  .hero-intro-row p{font-size:1.25rem}
  .hero-service-strip li,
  .hero-service-strip li:nth-child(2),
  .hero-service-strip li:nth-child(-n+2),
  .hero-service-strip li:last-child{
    text-align:left;
    align-items:flex-start;
    grid-column:span 6;
    border:0;
  }
}
@media(min-width:64rem){
  .hero-service-strip li,
  .hero-service-strip li:nth-child(2),
  .hero-service-strip li:nth-child(-n+2),
  .hero-service-strip li:last-child{grid-column:span 3}
}
@media(min-width:81.25rem){
  .hero-copy{
    text-align:left;
    max-width:80rem;
    gap:1.25rem;
    flex-direction:row;
    align-items:flex-start;
  }
  .hero-copy h1{
    flex:1 1 50%;
    margin:0;
  }
  .hero-intro-row{
    width:50%;
    max-width:39.375rem;
  }
}
@media(max-width:600px){
  .hero-section{padding-top:84px;padding-bottom:72px}
  .hero-copy h1{font-size:clamp(2.438rem,10vw,3.813rem)}
  .hero-image-wrap{height:clamp(17.5rem,58.6vw,31.875rem);border-radius:0}
}


/* Footer mobile logo parity with original site */
@media(max-width:600px){
  .footer-brand{
    display:inline-flex;
    width:10.5rem;
    max-width:100%;
    flex:0 0 auto;
  }
  .footer-brand img{
    width:100%;
    max-width:10.5rem;
    height:auto;
    flex:0 0 auto;
  }
}

/* ============================================================
   Global density / scale parity pass
   Brings the rebuilt interface closer to the proportions of the
   original DB Expert site without browser-level zoom/scaling.
   ============================================================ */
:root{
  --section-space:clamp(3.75rem,7.82vw,6.25rem); /* original: 60px–100px */
}
body{line-height:1.55}
h2{font-size:clamp(1.9375rem,3.9vw,3.0625rem);line-height:1.15}
h3{line-height:1.2}
.button{min-height:46px;padding:10px 20px}
.button-large{min-height:50px;padding:12px 24px}
.section-heading{margin-bottom:clamp(2rem,4vw,3rem)}
.split-heading{gap:clamp(1.5rem,5vw,4.5rem)}
.center-actions{margin-top:28px}

/* The original hero body copy was 1rem; the parity override had made it 1.25rem. */
.hero-intro-row p{font-size:1rem}
@media(min-width:48rem){.hero-intro-row p{font-size:1rem}}

/* Reduce the rebuilt sections that were visually larger than their originals. */
.feature-banner{min-height:420px}
.feature-banner-shell{padding-block:64px}
.feature-banner-card{max-width:580px}
.feature-banner-card p:not(.eyebrow){font-size:1rem}
.service-grid{gap:clamp(1rem,2vw,1.25rem)}
.service-card{min-height:420px}
.service-card-content{padding:24px}
.service-card-content h3{font-size:1.25rem}
.award-layout{gap:clamp(3rem,6vw,5rem)}
.award-media{padding:26px}
.lead-copy{font-size:1rem}
.benefit-list article{grid-template-columns:44px 1fr;padding:14px 0}
.review-grid{gap:16px}
.review-card{padding:24px}
.review-card blockquote{font-size:.9rem;line-height:1.65}
.gallery-grid{grid-auto-rows:240px}
.facebook-cta{padding:46px 0}
.contact-layout{gap:clamp(2.5rem,6vw,5rem)}
.contact-list{margin:24px 0}
.location-card{min-height:360px;padding:clamp(28px,4vw,48px)}
.location-pin{right:32px;top:32px;width:58px;height:58px}
.footer-content{padding:50px 0 26px}
.footer-top{padding-bottom:28px}

/* Internal/service/contact pages: same denser rhythm. */
.service-sidebar{gap:14px}
.side-card{padding:22px}
.quote-strip{padding:48px 0}
.quote-form-card{padding:clamp(22px,3.5vw,40px)}
.quote-form{gap:16px}
.quote-contact-panel{padding:clamp(24px,3.5vw,38px)}
.quote-contact-panel h2{font-size:1.9rem}
.faq-list summary{padding-top:17px;padding-bottom:17px}

@media(max-width:1100px){
  .service-card{min-height:380px}
}
@media(max-width:860px){
  .gallery-grid{grid-auto-rows:220px}
  .location-card{min-height:320px}
}
@media(max-width:600px){
  :root{--section-space:3.75rem}
  body{line-height:1.5}
  h2{font-size:clamp(1.875rem,9vw,2.75rem)}
  .button{min-height:44px;padding:10px 18px}
  .service-card{min-height:340px}
  .service-card-content{padding:22px}
  .feature-banner{min-height:470px}
  .feature-banner-shell{padding-block:56px}
  .review-card{padding:22px}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:10px}
  .gallery-item,.gallery-item-wide{grid-column:span 1;aspect-ratio:1}
  .gallery-item picture,.gallery-item img{width:100%;height:100%}
  .location-card{min-height:300px}
  .footer-content{padding-top:44px}
}

/* ============================================================
   Header / navigation parity pass
   Match the original DB Expert header proportions without
   affecting the rewritten application architecture.
   ============================================================ */
@media (min-width:861px){
  .nav-shell{
    min-height:88px;
    gap:24px;
  }
  .brand{
    width:18.4%;
    max-width:350px;
    height:65px;
    justify-content:center;
    flex:0 0 auto;
  }
  .brand img{
    width:100%;
    height:100%;
    max-width:100%;
    object-fit:contain;
  }
  .primary-nav{
    gap:clamp(20px,2.6vw,36px);
  }
  .primary-nav a{
    font-family:"Avenir Next",Avenir,Arial,sans-serif;
    font-size:clamp(.875rem,1vw,1rem);
    font-weight:400;
    line-height:1.5;
    color:var(--text);
  }
  .primary-nav a:after{
    bottom:0;
  }
  .nav-actions{
    gap:16px;
  }
  .nav-actions .button{
    min-width:150px;
    min-height:46px;
    padding:0 24px;
    border-radius:4px;
    font-family:"Avenir Next",Avenir,Arial,sans-serif;
    font-size:1rem;
    font-weight:700;
    line-height:clamp(46px,5.5vw,56px);
  }
}

@media (max-width:860px){
  .nav-shell{min-height:68px}
  .brand{
    width:146px;
    height:44px;
    justify-content:flex-start;
  }
  .brand img{
    width:88px;
    height:44px;
    max-width:88px;
    object-fit:contain;
  }
  .primary-nav{top:68px}
}

/* Pre-production privacy/content refinements */
.review-attribution{display:flex;flex-direction:column;line-height:1.25}.review-attribution strong{color:var(--ink);font-size:.86rem}.review-attribution small{margin-top:2px;color:var(--muted);font-size:.72rem;font-weight:600}
@media(max-width:600px){.map-consent{min-height:300px;padding:28px 22px}.map-consent h3{font-size:1.25rem}}

/* ============================================================
   Mobile app shell
   The desktop navigation remains unchanged above 860px. Phones
   and small tablets use a compact app bar, persistent tab bar and
   an accessible bottom sheet for the complete service menu.
   ============================================================ */
.brand-mobile-lockup,.mobile-header-quote,.mobile-app-nav,.mobile-nav-sheet,.mobile-sheet-backdrop{display:none}

@media(max-width:860px){
  :root{--mobile-app-nav-height:76px}
  html{scroll-padding-top:76px;scroll-padding-bottom:calc(var(--mobile-app-nav-height) + env(safe-area-inset-bottom))}
  body{background:#f5f7f1;-webkit-tap-highlight-color:transparent}
  body.mobile-sheet-open{overflow:hidden}
  #services,#why-us,#reviews,#gallery,#contact{scroll-margin-top:76px}

  .site-header{
    background:rgba(255,255,255,.96);
    border-bottom:1px solid rgba(218,223,210,.92);
    box-shadow:0 7px 24px rgba(24,31,13,.07);
    backdrop-filter:blur(18px) saturate(145%);
    -webkit-backdrop-filter:blur(18px) saturate(145%);
  }
  .nav-shell{min-height:66px;gap:12px}
  .brand{width:auto;height:auto;min-width:0;justify-content:flex-start;text-decoration:none}
  .brand-desktop-logo{display:none!important}
  .brand-mobile-lockup{display:flex;align-items:center;min-width:0}
  .brand-mobile-lockup .brand-mobile-logo{
    display:block;width:112px!important;height:58px!important;max-width:112px!important;
    object-fit:contain;object-position:left center
  }
  .mobile-header-quote{
    display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin-left:auto;padding:8px 13px;
    border-radius:10px;background:#eef3dd;color:var(--green-dark);font-size:.72rem;font-weight:900;text-decoration:none;white-space:nowrap
  }
  .mobile-header-quote:active{transform:scale(.98)}
  .nav-toggle,.primary-nav,.nav-actions{display:none!important}

  .mobile-app-nav{
    position:fixed;z-index:500;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));
    min-height:calc(var(--mobile-app-nav-height) + env(safe-area-inset-bottom));
    padding:6px max(7px,env(safe-area-inset-right)) max(6px,env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-left));
    border-top:1px solid rgba(210,216,202,.94);background:rgba(255,255,255,.965);
    box-shadow:0 -12px 38px rgba(22,29,13,.14);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);
    transition:transform .28s ease,opacity .2s ease
  }
  .mobile-app-nav-item{
    position:relative;display:flex;min-width:0;min-height:58px;align-items:center;justify-content:center;flex-direction:column;gap:3px;
    border-radius:13px;color:#767b72;font-size:.64rem;font-weight:800;line-height:1;text-align:center;text-decoration:none;touch-action:manipulation
  }
  .mobile-app-nav-item>span:last-child{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .mobile-app-nav-icon{display:grid;width:30px;height:28px;place-items:center;border-radius:11px;transition:background .2s ease,color .2s ease,transform .2s ease}
  .mobile-app-nav-icon svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-app-nav-item:hover,.mobile-app-nav-item:active,.mobile-app-nav-item.is-active,.mobile-app-nav-item[aria-current="page"]{color:var(--green-dark)}
  .mobile-app-nav-item.is-active .mobile-app-nav-icon,.mobile-app-nav-item[aria-current="page"] .mobile-app-nav-icon{background:#eef3dd;color:var(--green-dark)}
  .mobile-app-nav-item.is-active:after,.mobile-app-nav-item[aria-current="page"]:after{content:"";position:absolute;left:50%;bottom:0;width:4px;height:4px;border-radius:50%;background:var(--green);transform:translateX(-50%)}
  .mobile-app-nav-call .mobile-app-nav-icon{color:#394035}
  .mobile-app-nav-quote{color:var(--green-dark)}
  .mobile-app-nav-quote .mobile-app-nav-icon{
    width:42px;height:42px;margin-top:-15px;border:4px solid #fff;border-radius:50%;background:var(--green);color:#fff;
    box-shadow:0 7px 18px rgba(91,112,19,.3)
  }
  .mobile-app-nav-quote .mobile-app-nav-icon svg{width:21px;height:21px}
  .mobile-app-nav-quote.is-active .mobile-app-nav-icon,.mobile-app-nav-quote[aria-current="page"] .mobile-app-nav-icon{background:var(--green-dark);color:#fff}
  .mobile-app-nav-quote.is-active:after,.mobile-app-nav-quote[aria-current="page"]:after{display:none}
  .mobile-app-nav-item:focus-visible,.mobile-header-quote:focus-visible,.mobile-sheet-close:focus-visible,.mobile-nav-sheet a:focus-visible{
    outline:3px solid rgba(134,160,37,.42);outline-offset:2px
  }
  .mobile-sheet-open .mobile-app-nav{opacity:0;transform:translateY(115%)}

  .mobile-sheet-backdrop{
    position:fixed;z-index:600;inset:0;display:block;width:100%;height:100%;padding:0;border:0;background:rgba(10,13,8,.54);
    opacity:0;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);transition:opacity .24s ease;cursor:default
  }
  .mobile-sheet-backdrop.is-open{opacity:1}
  .mobile-sheet-backdrop[hidden],.mobile-nav-sheet[hidden]{display:none!important}
  .mobile-nav-sheet{
    position:fixed;z-index:620;left:50%;bottom:calc(8px + env(safe-area-inset-bottom));display:block;
    width:min(calc(100% - 16px),560px);max-height:min(84svh,760px);overflow:auto;overscroll-behavior:contain;
    padding:8px 16px calc(18px + env(safe-area-inset-bottom));border:1px solid rgba(221,226,214,.95);border-radius:27px;
    background:#fff;box-shadow:0 30px 90px rgba(10,14,7,.34);transform:translate(-50%,calc(100% + 40px));
    transition:transform .32s cubic-bezier(.22,.84,.32,1)
  }
  .mobile-nav-sheet.is-open{transform:translate(-50%,0)}
  .mobile-sheet-handle{width:42px;height:5px;margin:2px auto 12px;border-radius:999px;background:#d9ddd4}
  .mobile-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 2px 14px}
  .mobile-sheet-header p{margin:0 0 3px;color:var(--green-dark);font-size:.66rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
  .mobile-sheet-header h2{margin:0;color:var(--ink);font-size:1.55rem;line-height:1.05;letter-spacing:-.035em}
  .mobile-sheet-close{display:grid;flex:0 0 42px;width:42px;height:42px;padding:0;border:0;border-radius:50%;place-items:center;background:#f0f2ed;color:#353a32;cursor:pointer}
  .mobile-sheet-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
  .mobile-sheet-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .mobile-sheet-service-grid>a{display:flex;min-width:0;min-height:130px;padding:14px;align-items:flex-start;flex-direction:column;border:1px solid #e2e6dc;border-radius:17px;background:#f8f9f6;text-decoration:none}
  .mobile-sheet-service-grid>a>span{display:grid;width:35px;height:35px;margin-bottom:12px;border-radius:11px;place-items:center;background:#eaf0d8;color:var(--green-dark)}
  .mobile-sheet-service-grid svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-sheet-service-grid strong{color:var(--ink);font-size:.79rem;line-height:1.25}
  .mobile-sheet-service-grid small{margin-top:5px;color:#7b8077;font-size:.65rem;line-height:1.35}
  .mobile-sheet-service-grid>a:active{background:#f0f4e5;transform:scale(.99)}
  .mobile-sheet-links{display:grid;margin:14px 0 0;border-top:1px solid #e5e8e0}
  .mobile-sheet-links a{display:flex;min-height:45px;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e9ece5;color:#3b4038;font-size:.78rem;font-weight:800;text-decoration:none}
  .mobile-sheet-links a span:last-child{color:var(--green-dark);font-size:1rem}
  .mobile-sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}
  .mobile-sheet-actions .button{min-height:46px;padding:10px 12px;border-radius:12px;font-size:.72rem}

  .footer-content{padding-bottom:calc(106px + env(safe-area-inset-bottom))}
}

@media(max-width:390px){
  .mobile-header-quote{padding-inline:10px}
  .mobile-app-nav-item{font-size:.59rem}
  .mobile-sheet-service-grid>a{min-height:122px;padding:12px}
  .mobile-sheet-actions{grid-template-columns:1fr}
}

@media(max-width:340px){
  .mobile-app-nav-item{font-size:.55rem}
}

@media(max-width:860px) and (display-mode:standalone){
  body{overscroll-behavior-y:none}
  .site-header{padding-top:env(safe-area-inset-top)}
}
