:root{--ink:#173c2e;--forest:#123b2c;--green:#2f684c;--lime:#c6dc6e;--cream:#f4f0e5;--sand:#ded3bd;--white:#fff;--orange:#d8793d;--body:#34473f;--line:rgba(23,60,46,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--body);background:var(--cream);font-family:"DM Sans",sans-serif;line-height:1.6}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:"Manrope",sans-serif;color:var(--ink);line-height:1.08}a{color:inherit;text-decoration:none}.site-header{height:88px;display:flex;align-items:center;gap:36px;padding:0 clamp(24px,5vw,80px);background:rgba(244,240,229,.94);backdrop-filter:blur(14px);position:fixed;top:0;left:0;right:0;z-index:20;border-bottom:1px solid transparent;transition:.25s}.site-header.scrolled{height:74px;border-color:var(--line);box-shadow:0 8px 30px rgba(20,55,42,.06)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:50% 50% 47% 53%/60% 45% 55% 40%;background:var(--ink);color:var(--lime);font:800 16px Manrope;transform:rotate(-5deg)}.brand-mark span{transform:rotate(5deg)}.brand-text{display:flex;align-items:baseline;gap:6px}.brand-text strong{font:800 25px Manrope;color:var(--ink)}.brand-text small{font:700 9px Manrope;letter-spacing:1.7px;color:var(--green)}nav{display:flex;gap:30px;margin-left:auto}nav a{font-weight:600;font-size:14px;position:relative}nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--orange);transition:.25s}nav a:hover:after{right:0}.header-cta{padding:12px 18px;background:var(--ink);color:white;border-radius:4px;font-weight:700;font-size:14px}.header-cta span{color:var(--lime);margin-left:6px}.menu-btn{display:none}.hero{min-height:760px;padding:150px clamp(24px,6vw,96px) 70px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:5vw;overflow:hidden}.hero-copy{max-width:670px}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin-bottom:22px}.eyebrow>span{width:30px;height:2px;background:var(--orange)}h1{font-size:clamp(55px,6.8vw,98px);letter-spacing:-5px;margin-bottom:26px}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--green)}.hero-intro{font-size:18px;max-width:580px;margin-bottom:34px}.hero-actions{display:flex;align-items:center;gap:26px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:15px 21px;border:0;border-radius:3px;font:700 15px "DM Sans";cursor:pointer}.btn-primary{background:var(--orange);color:white;box-shadow:0 8px 20px rgba(216,121,61,.22)}.btn-primary:hover{background:#bd6530;transform:translateY(-2px)}.text-link{font-weight:700;color:var(--ink);border-bottom:1px solid var(--ink)}.trust-row{display:flex;gap:0;margin-top:55px}.trust-row div{padding:0 26px;border-right:1px solid var(--line)}.trust-row div:first-child{padding-left:0}.trust-row div:last-child{border:0}.trust-row strong,.trust-row span{display:block}.trust-row strong{font:800 18px Manrope;color:var(--ink)}.trust-row span{font-size:11px;text-transform:uppercase;letter-spacing:1px}.hero-visual{height:600px;position:relative;background:#d9e0c4;border-radius:48% 48% 3px 3px/22% 22% 3px 3px;overflow:hidden;box-shadow:20px 25px 0 var(--sand)}.sun{position:absolute;width:170px;height:170px;border-radius:50%;background:#f3ce7b;top:65px;right:65px}.landscape-art{position:absolute;width:100%;height:100%;inset:0}.hill-back{fill:#9cb987}.hill-front{fill:#658968}.house{fill:#e8ddc9}.roof{fill:#526d5d}.window{fill:#e6bc69}.door{fill:#855b3d}.pathway{fill:#c5ad8e}.plants{fill:#315e45}.flowers{fill:#f3d476}.tree-trunk{fill:#6f5039}.tree{fill:#28563f}.quality-card{position:absolute;left:30px;bottom:25px;background:white;padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 35px rgba(24,55,43,.18)}.quality-card>span{display:grid;place-items:center;background:var(--lime);color:var(--ink);width:32px;height:32px;border-radius:50%;font-weight:900}.quality-card strong,.quality-card small{display:block}.quality-card strong{font:700 13px Manrope;color:var(--ink)}.quality-card small{font-size:11px}.section{padding:110px clamp(24px,6vw,96px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:55px}.section-heading>div{max-width:700px}.section-heading h2,.about-copy h2,.contact-copy h2{font-size:clamp(38px,4.5vw,62px);letter-spacing:-2.5px;margin:0}.section-heading>p{max-width:430px;margin:0}.services{background:#faf8f1}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{min-height:360px;padding:30px 26px;background:var(--cream);border:1px solid var(--line);position:relative;display:flex;flex-direction:column;transition:.25s}.service-card:hover{transform:translateY(-8px);box-shadow:0 18px 35px rgba(23,60,46,.1)}.service-card.featured{background:var(--ink);color:#dce8e0}.service-card.featured h3,.service-card.featured a{color:white}.number{position:absolute;right:22px;top:20px;font:700 11px Manrope;opacity:.55}.service-icon{font-size:32px;color:var(--orange);margin:42px 0 45px}.service-card h3{font-size:21px}.service-card p{font-size:14px}.service-card a{margin-top:auto;font-weight:800;color:var(--green);font-size:13px}.about{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center;background:var(--forest);color:#d6e1da}.about-art{position:relative;height:570px}.art-frame{height:100%;border:1px solid rgba(255,255,255,.25);background:linear-gradient(145deg,#274e3c,#163829);overflow:hidden;position:relative;display:grid;place-items:center}.monogram{font:800 100px Manrope;color:var(--lime);text-align:center;line-height:.7}.monogram small{display:block;font-size:12px;letter-spacing:7px;color:white;margin-top:28px}.leaf{position:absolute;font-size:190px;color:#447259;opacity:.65}.leaf-a{left:-30px;bottom:-40px;transform:rotate(35deg)}.leaf-b{right:-35px;top:-10px;transform:rotate(210deg)}.leaf-c{right:40px;bottom:0;transform:rotate(290deg);font-size:130px}.experience{position:absolute;right:-35px;bottom:38px;background:var(--lime);color:var(--ink);padding:20px 28px}.experience strong,.experience span{display:block}.experience strong{font-size:11px;text-transform:uppercase;letter-spacing:1.8px}.experience span{font:700 24px Georgia;font-style:italic}.eyebrow.light{color:var(--lime)}.about-copy h2,.contact-copy h2{color:white}.about-copy>p:not(.eyebrow){font-size:17px}.about-copy ul{list-style:none;padding:0;margin:35px 0 0}.about-copy li{display:flex;gap:16px;border-top:1px solid rgba(255,255,255,.14);padding:20px 0}.about-copy li>span{display:grid;place-items:center;flex:0 0 28px;height:28px;border:1px solid var(--lime);border-radius:50%;color:var(--lime)}.about-copy strong,.about-copy small{display:block}.about-copy strong{color:white}.about-copy small{opacity:.72}.centered{display:block;text-align:center;max-width:750px;margin:0 auto 60px}.centered .eyebrow{justify-content:center}.steps{display:grid;grid-template-columns:repeat(3,1fr);max-width:1100px;margin:auto}.steps article{text-align:center;padding:10px 60px;position:relative}.steps article:not(:last-child):after{content:"";position:absolute;right:-35px;top:31px;width:70px;border-top:1px dashed var(--green)}.steps article>span{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;margin:0 auto 25px;background:var(--ink);color:var(--lime);font:700 13px Manrope}.steps h3{font-size:20px}.steps p{font-size:14px}.contact{background:var(--green);display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;align-items:center;color:#e2ebe5}.contact-copy>p:not(.eyebrow){font-size:17px}.contact-note{display:flex;gap:18px;margin-top:40px;padding-top:28px;border-top:1px solid rgba(255,255,255,.2)}.contact-note>span{color:var(--lime);font-size:25px}.contact-note strong{color:white}.estimate-form{background:#faf8f1;padding:42px;color:var(--body);box-shadow:12px 12px 0 rgba(10,45,31,.3)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:12px;font-weight:800;color:var(--ink);text-transform:uppercase;letter-spacing:.7px;margin-bottom:17px}input,select,textarea{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #cfc8b8;background:white;font:14px "DM Sans";color:var(--ink);outline:none;border-radius:2px}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(47,104,76,.1)}textarea{resize:vertical}.estimate-form .btn{width:100%}.form-status{text-align:center;margin:12px 0 0;font-size:13px;font-weight:700;color:var(--green);min-height:20px}footer{padding:45px clamp(24px,6vw,96px);background:#0c291f;color:#a7bbb0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}footer .brand-text strong{color:white}.footer-brand{grid-row:1/3}.footer-links{display:flex;gap:25px;justify-self:end}footer>small{grid-column:2/4;border-top:1px solid rgba(255,255,255,.12);padding-top:15px;font-size:11px}footer p{margin:0;font-family:Georgia,serif;font-style:italic}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:960px){nav{position:fixed;inset:74px 0 auto;background:var(--cream);padding:25px;display:none;flex-direction:column;box-shadow:0 16px 20px rgba(20,55,42,.1)}nav.open{display:flex}.header-cta{margin-left:auto}.menu-btn{order:4;width:38px;border:0;background:none;display:flex;flex-direction:column;gap:5px}.menu-btn span{display:block;width:24px;height:2px;background:var(--ink)}.menu-btn em{position:absolute;clip:rect(0 0 0 0)}.hero{grid-template-columns:1fr;padding-top:130px}.hero-visual{height:520px}.service-grid{grid-template-columns:1fr 1fr}.about{gap:60px}.steps article{padding:10px 25px}.contact{gap:50px}}
@media(max-width:680px){.site-header{height:74px;padding:0 18px}.brand-text small{display:none}.header-cta{display:none}h1{font-size:52px;letter-spacing:-3px}.hero{padding:115px 20px 55px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-row div{padding:0 13px}.trust-row strong{font-size:14px}.hero-visual{height:430px;box-shadow:9px 12px 0 var(--sand)}.sun{width:110px;height:110px}.section{padding:75px 20px}.section-heading{display:block}.section-heading>p{margin-top:20px}.service-grid,.about,.contact{grid-template-columns:1fr}.service-card{min-height:300px}.about-art{height:400px}.experience{right:-5px}.steps{grid-template-columns:1fr;gap:30px}.steps article:not(:last-child):after{display:none}.field-row{grid-template-columns:1fr}.estimate-form{padding:25px 20px;box-shadow:7px 7px 0 rgba(10,45,31,.3)}footer{grid-template-columns:1fr;text-align:center}.footer-brand{grid-row:auto;justify-content:center}.footer-links{justify-self:center}footer>small{grid-column:auto}.monogram{font-size:75px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}

/* JL premium identity */
:root{--ink:#092e20;--forest:#061f16;--green:#145c3a;--lime:#75c267;--cream:#f5f7f3;--sand:#d9e0da;--orange:#5dbb63;--line:rgba(9,46,32,.15)}
.brand-mark{border-radius:8px;transform:none}.brand-mark span{transform:none}
.logo-crop{background-color:#000;background-image:url('assets/jl-landscaping-logo.png');background-repeat:no-repeat;background-size:105px auto;background-position:50% 35.8%}
.brand-text small{display:flex;flex-direction:column}.brand-text small b{font-size:7px;letter-spacing:1px;color:#63786e}.phone-link{font-weight:800;font-size:13px;color:var(--green);white-space:nowrap}
.hero-visual{background:#bed7c3}.sun{background:#8ecb91}.hill-back{fill:#74a27e}.hill-front{fill:#376f50}.roof{fill:#173d2d}.plants,.tree{fill:#0c4b32}
.logo-display{background:#000}.logo-display img{width:100%;height:100%;object-fit:cover;object-position:center 47%}
.contact-details{display:grid;gap:12px;margin-top:28px}.contact-details a,.contact-details p{margin:0;color:white;font-weight:700;overflow-wrap:anywhere}.contact-details small{display:block;color:var(--lime);font:800 9px Manrope;letter-spacing:1.8px}
.service-card.featured{background:linear-gradient(145deg,#092e20,#041b12)}
@media(max-width:1080px){.phone-link{display:none}}

/* Luxury-tech dimensional system */
body{background:#f2f5f1}
.site-header{background:rgba(5,25,18,.88);border-bottom:1px solid rgba(117,194,103,.16);box-shadow:0 14px 45px rgba(0,0,0,.18)}
.site-header nav a,.site-header .brand-text strong{color:#fff}.site-header .brand-text small{color:#8edb86}.site-header .phone-link{color:#a8e29d}.site-header .header-cta{background:linear-gradient(135deg,#6dcc6e,#23854d);box-shadow:0 8px 30px rgba(73,187,94,.3)}
.site-header.scrolled{background:rgba(3,20,14,.96);border-color:rgba(117,194,103,.2)}
.brand-text strong,.brand-text small,h1,h2,h3{font-family:"Science Gothic","Manrope",sans-serif;font-variation-settings:"wdth" 96,"wght" 720,"CTRS" 20}
.brand-text strong{font-size:27px;letter-spacing:.02em}.brand-text small{font-family:"Science Gothic","Manrope",sans-serif;letter-spacing:2px}
.hero{position:relative;background:radial-gradient(circle at 78% 28%,rgba(67,157,84,.22),transparent 24%),linear-gradient(145deg,#031b12 0%,#092e20 56%,#0d422d 100%);color:#b9cfc3;isolation:isolate;min-height:830px}
.hero-copy{position:relative;z-index:3}.hero h1{color:#fff;text-shadow:0 8px 45px rgba(0,0,0,.35);font-variation-settings:"wdth" 90,"wght" 760,"CTRS" 30}.hero h1 em{font-family:"Science Gothic","Manrope",sans-serif;color:#80d77b;font-style:normal;font-variation-settings:"wdth" 105,"wght" 360,"slnt" -8;filter:drop-shadow(0 0 18px rgba(117,194,103,.22))}.hero .eyebrow{color:#8edb86}.hero .text-link{color:#fff;border-color:#76c96d}.hero .trust-row div{border-color:rgba(255,255,255,.14)}.hero .trust-row strong{color:#fff}.hero .btn-primary{background:linear-gradient(135deg,#74cf70,#21814a);box-shadow:0 14px 35px rgba(43,164,82,.3)}
.tech-grid{position:absolute;inset:0;z-index:-1;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,#000,transparent 70%);transform:perspective(600px) rotateX(65deg) scale(1.5);transform-origin:bottom}
.glow{position:absolute;border-radius:50%;filter:blur(2px);z-index:-1}.glow-one{width:330px;height:330px;right:-100px;top:80px;background:radial-gradient(circle,rgba(105,225,113,.22),transparent 66%)}.glow-two{width:230px;height:230px;left:35%;bottom:-100px;background:radial-gradient(circle,rgba(58,170,91,.18),transparent 68%)}
.hero-visual{overflow:visible;background:linear-gradient(150deg,#b8dbc1,#5f9773);border:1px solid rgba(255,255,255,.38);border-radius:28px;box-shadow:34px 42px 80px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.65);transform-style:preserve-3d;transition:transform .18s ease-out}.hero-visual:after{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.3);border-radius:20px;pointer-events:none}.hero-visual .landscape-art{overflow:hidden;border-radius:28px}.hero-logo-panel{position:absolute;z-index:6;right:-36px;top:32px;width:190px;height:246px;padding:9px;background:linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.42);border-radius:16px;backdrop-filter:blur(18px);box-shadow:0 28px 55px rgba(0,0,0,.32);transform:translateZ(55px) rotateY(-4deg)}.hero-logo-panel img{width:100%;height:100%;object-fit:contain;background:#000;border-radius:10px}.quality-card{left:-28px;bottom:28px;border-radius:12px;transform:translateZ(45px);background:rgba(255,255,255,.84);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.6);box-shadow:0 26px 50px rgba(0,0,0,.25)}
.services{background:linear-gradient(180deg,#f7f9f6,#e9efea)}.service-card{border-radius:14px;border:1px solid rgba(15,74,48,.12);box-shadow:0 14px 35px rgba(5,44,28,.06);transform-style:preserve-3d;will-change:transform}.service-card:hover{box-shadow:0 28px 60px rgba(5,44,28,.17)}.service-card>*{transform:translateZ(18px)}.service-card.featured{box-shadow:0 30px 60px rgba(5,34,23,.28),inset 0 1px rgba(255,255,255,.13)}
.about{position:relative;background:radial-gradient(circle at 15% 50%,rgba(67,161,81,.18),transparent 30%),linear-gradient(135deg,#031a11,#0b3928);overflow:hidden}.about:before{content:"JL";position:absolute;right:-4%;bottom:-15%;font:900 330px "Science Gothic",sans-serif;color:rgba(255,255,255,.022);letter-spacing:-.08em}.art-frame{border-radius:20px;background:#000;box-shadow:30px 35px 70px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.16);transform:perspective(1000px) rotateY(5deg) rotateX(1deg)}.logo-display img{object-fit:contain;object-position:center;padding:18px}.experience{border-radius:10px;box-shadow:0 22px 45px rgba(0,0,0,.3)}
.process{background:#f4f7f3}.steps article>span{box-shadow:0 10px 25px rgba(9,46,32,.22),inset 0 1px rgba(255,255,255,.24)}
.contact{background:radial-gradient(circle at 5% 0%,rgba(114,217,111,.18),transparent 30%),linear-gradient(135deg,#0a3625,#062116)}.estimate-form{border-radius:18px;border:1px solid rgba(255,255,255,.65);box-shadow:25px 32px 70px rgba(0,0,0,.3),inset 0 1px 0 #fff}.estimate-form input,.estimate-form select,.estimate-form textarea{border-radius:7px;background:#f8faf7}.contact-details{padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px)}
@media(max-width:960px){.hero{padding-top:140px}.hero-logo-panel{right:15px}.menu-btn span{background:#fff}}
@media(max-width:680px){.hero{min-height:auto}.hero-visual{overflow:hidden;transform:none!important}.hero-logo-panel{width:132px;height:172px;right:12px;top:14px}.quality-card{left:12px}.logo-display img{padding:6px}.art-frame{transform:none}.tech-grid{display:none}}

/* Real project imagery */
.hero-owner-photo{width:100%;height:100%;display:block;object-fit:cover;object-position:58% center;border-radius:28px;filter:saturate(.88) contrast(1.04)}
.hero-visual:before{content:"";position:absolute;inset:0;z-index:2;border-radius:28px;background:linear-gradient(180deg,transparent 48%,rgba(2,18,12,.62) 100%);pointer-events:none}
.hero-logo-panel,.quality-card{z-index:5}.owner-label{position:absolute;z-index:5;right:26px;bottom:30px;text-align:right;color:#fff;transform:translateZ(35px);text-shadow:0 3px 18px rgba(0,0,0,.6)}.owner-label small,.owner-label strong{display:block}.owner-label small{font:700 9px "Science Gothic","Manrope",sans-serif;letter-spacing:2px;color:#9ce391}.owner-label strong{font:700 18px "Science Gothic","Manrope",sans-serif;letter-spacing:.02em}.quality-card{bottom:30px}
.projects{background:#071f16;color:#bcd0c5;position:relative;overflow:hidden}.projects:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 5%,rgba(88,198,103,.13),transparent 26%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,52px 52px,52px 52px}.projects .section-heading{position:relative}.projects .section-heading h2{color:#fff}.projects .section-heading>p{color:#a9bdb2}.projects .eyebrow{color:#8edb86}.project-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:290px;gap:16px}.project-card{margin:0;position:relative;overflow:hidden;border-radius:14px;background:#0b3021;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 42px rgba(0,0,0,.22);isolation:isolate}.project-card.project-wide{grid-column:span 2}.project-card.project-tall{grid-row:span 2}.project-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease;filter:saturate(.86)}.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(2,15,10,.88));z-index:1}.project-card figcaption{position:absolute;left:24px;right:24px;bottom:20px;z-index:2;transform:translateY(4px);transition:transform .35s ease}.project-card figcaption span,.project-card figcaption strong{display:block}.project-card figcaption span{font:700 9px "Science Gothic","Manrope",sans-serif;letter-spacing:2px;text-transform:uppercase;color:#91df88;margin-bottom:4px}.project-card figcaption strong{font:650 18px "Science Gothic","Manrope",sans-serif;color:#fff;letter-spacing:.015em}.project-card:hover img{transform:scale(1.055);filter:saturate(1.05)}.project-card:hover figcaption{transform:none}.project-card:nth-child(2) img{object-position:center 42%}.project-card:nth-child(4) img{object-position:center 65%}
@media(max-width:960px){.project-grid{grid-template-columns:repeat(2,1fr)}.project-card.project-tall{grid-row:span 1}.hero-owner-photo{object-position:55% center}}
@media(max-width:680px){.owner-label{right:16px;bottom:82px}.owner-label strong{font-size:14px}.quality-card{bottom:14px}.project-grid{grid-template-columns:1fr;grid-auto-rows:330px}.project-card.project-wide{grid-column:span 1}.project-card.project-tall{grid-row:span 1}.footer-links{flex-wrap:wrap;justify-content:center}}

/* Compact field video reel */
.field-reel{background:linear-gradient(180deg,#f4f7f3,#e7eee9);overflow:hidden}.field-reel .section-heading{margin-bottom:38px}.reel-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 4px 28px;scrollbar-width:thin;scrollbar-color:#2c7950 #dce6df}.reel-card{position:relative;flex:0 0 clamp(230px,23vw,330px);height:430px;border-radius:18px;overflow:hidden;background:#071f16;scroll-snap-align:start;box-shadow:0 18px 42px rgba(8,50,32,.16);border:1px solid rgba(255,255,255,.75)}.reel-card video{width:100%;height:100%;display:block;object-fit:cover;background:#071f16}.reel-card>div{position:absolute;left:16px;right:16px;bottom:54px;padding:13px 15px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:rgba(3,24,16,.72);backdrop-filter:blur(12px);pointer-events:none}.reel-card>div span,.reel-card>div strong{display:block}.reel-card>div span{font:700 8px "Science Gothic","Manrope",sans-serif;letter-spacing:2px;color:#95df8d}.reel-card>div strong{font:650 16px "Science Gothic","Manrope",sans-serif;color:#fff}.reel-card:has(video:playing)>div{opacity:0;transform:translateY(12px);transition:.25s}.reel-hint{margin:0;text-align:right;color:#426152;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.3px}.reel-hint span{color:#23854d;font-size:18px;margin-left:6px}

/* Interactive service area */
.service-area{display:grid;grid-template-columns:.78fr 1.22fr;gap:7vw;align-items:center;background:radial-gradient(circle at 5% 20%,rgba(82,190,93,.17),transparent 27%),linear-gradient(135deg,#031b12,#0a3626);color:#b9cfc3;position:relative}.map-copy h2{font-size:clamp(42px,5vw,68px);color:#fff;letter-spacing:-2.5px}.map-copy>p:not(.eyebrow):not(.map-note){font-size:16px}.city-list{display:flex;flex-wrap:wrap;gap:9px;margin:30px 0}.city-list button{border:1px solid rgba(147,223,139,.28);border-radius:999px;padding:9px 13px;background:rgba(255,255,255,.055);color:#d9e9df;font:700 11px "Science Gothic","Manrope",sans-serif;letter-spacing:.4px;cursor:pointer;transition:.2s}.city-list button:hover,.city-list button.active{background:#72ca6d;border-color:#72ca6d;color:#062116;box-shadow:0 8px 22px rgba(78,190,89,.24);transform:translateY(-2px)}.map-note{font-size:12px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13)}.map-note span{color:#88da82;font-size:18px;margin-right:6px}.map-note a{color:#fff;font-weight:800;border-bottom:1px solid #72ca6d}.map-shell{height:590px;position:relative;padding:10px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.25);box-shadow:30px 40px 80px rgba(0,0,0,.32);transform:perspective(1200px) rotateY(-2deg)}#service-map{width:100%;height:100%;border-radius:17px;background:#d7e4dc;z-index:1}.map-badge{position:absolute;z-index:500;right:-25px;top:32px;display:flex;align-items:center;gap:10px;padding:15px 19px;border-radius:12px;background:#72ca6d;color:#062116;box-shadow:0 20px 40px rgba(0,0,0,.25)}.map-badge strong{font:800 32px "Science Gothic","Manrope",sans-serif;line-height:1}.map-badge span{font:800 8px "Science Gothic","Manrope",sans-serif;text-transform:uppercase;letter-spacing:1px;line-height:1.35}.service-pin{width:24px;height:24px;border-radius:50% 50% 50% 0;background:#0b4b31;border:3px solid #8ee087;box-shadow:0 5px 15px rgba(0,0,0,.32);transform:rotate(-45deg)}.service-pin:after{content:"";display:block;width:6px;height:6px;margin:6px;border-radius:50%;background:#fff}.leaflet-popup-content-wrapper{border-radius:10px;box-shadow:0 12px 35px rgba(0,0,0,.22)}.leaflet-popup-content{font:700 13px "DM Sans",sans-serif;color:#123b2c}.leaflet-control-attribution{font-size:8px}.map-unavailable{display:grid!important;place-items:center;padding:40px;text-align:center;color:#163d2c;font-weight:700}
@media(max-width:1180px){.site-header nav{gap:17px}.site-header nav a{font-size:12px}.phone-link{display:none}}
@media(max-width:900px){.service-area{grid-template-columns:1fr}.map-shell{height:480px;transform:none}.map-badge{right:18px}.reel-card{flex-basis:280px}}
@media(max-width:680px){.reel-card{height:390px;flex-basis:78vw}.service-area{padding-left:20px;padding-right:20px}.map-shell{height:410px;padding:6px}.map-badge{top:18px;right:18px}.city-list{gap:7px}.city-list button{padding:8px 10px}.reel-hint{text-align:left}}

/* Refined single-player video presentation */
.field-reel{background:linear-gradient(180deg,#f5f7f3,#e8eeea)}.featured-reel{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);min-height:500px;background:#061e15;border-radius:22px;overflow:hidden;box-shadow:0 28px 70px rgba(7,44,29,.2)}.featured-player{position:relative;min-width:0;background:#020b07}.featured-player video{display:block;width:100%;height:100%;max-height:560px;object-fit:contain;background:#020b07}.player-kicker{position:absolute;left:20px;top:20px;padding:8px 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(3,24,16,.68);backdrop-filter:blur(10px);color:#a6e99e;font:700 8px "Science Gothic","Manrope",sans-serif;letter-spacing:2px;pointer-events:none}.featured-copy{display:flex;flex-direction:column;justify-content:flex-end;padding:42px 34px;color:#b9cdc2;background:radial-gradient(circle at 80% 10%,rgba(100,214,104,.17),transparent 34%),#092b1e}.featured-copy>span{font:700 48px "Science Gothic","Manrope",sans-serif;color:#76ce70;letter-spacing:-2px}.featured-copy>p:first-of-type{margin:7px 0 22px;color:#77a58d;font:800 8px "Science Gothic","Manrope",sans-serif;letter-spacing:2px}.featured-copy h3{font-size:30px;color:#fff;margin-bottom:14px}.featured-copy>p:last-of-type{font-size:14px;margin-bottom:30px}.featured-copy a{margin-top:auto;color:#fff;font-weight:800;font-size:13px;border-top:1px solid rgba(255,255,255,.15);padding-top:18px}.featured-copy a b{float:right;color:#82d77c}.clip-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.clip-button{display:grid;grid-template-columns:76px 1fr;align-items:center;gap:12px;min-width:0;padding:8px;border:1px solid rgba(10,62,41,.12);border-radius:11px;background:rgba(255,255,255,.62);text-align:left;color:#173c2e;cursor:pointer;transition:.22s}.clip-button:hover,.clip-button.active{background:#fff;border-color:#4cac5d;box-shadow:0 10px 25px rgba(8,57,36,.11);transform:translateY(-2px)}.clip-button.active{box-shadow:inset 3px 0 #54b960,0 10px 25px rgba(8,57,36,.11)}.clip-button img{width:76px;height:56px;object-fit:cover;border-radius:7px}.clip-button span{min-width:0;font:700 12px "Science Gothic","Manrope",sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clip-button small{display:block;color:#4a8d63;font-size:7px;letter-spacing:1.4px;margin-bottom:3px}

/* Reliable self-contained service map */
.city-groups{display:grid;gap:18px;margin:28px 0}.city-groups>div{display:flex;flex-wrap:wrap;gap:7px}.city-groups small{flex:0 0 100%;font:800 8px "Science Gothic","Manrope",sans-serif;letter-spacing:2px;color:#7eb28f}.city-groups button{border:1px solid rgba(147,223,139,.26);border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.055);color:#d9e9df;font:700 11px "Science Gothic","Manrope",sans-serif;cursor:pointer;transition:.2s}.city-groups button:hover,.city-groups button.active{background:#76ce70;color:#052116;border-color:#76ce70;transform:translateY(-1px)}.map-shell.simple-map{height:590px;padding:0;overflow:hidden;background:linear-gradient(145deg,#c7ddd0,#aac9b7);border:1px solid rgba(255,255,255,.34);isolation:isolate}.simple-map:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(30deg,transparent 49%,rgba(255,255,255,.23) 50%,transparent 51%),linear-gradient(150deg,transparent 49%,rgba(255,255,255,.16) 50%,transparent 51%);background-size:90px 90px}.map-land{position:absolute;z-index:-1;right:-5%;top:-7%;width:83%;height:116%;background:linear-gradient(145deg,#dce8d8,#b8d0b9);border-left:3px solid rgba(34,101,64,.27);border-radius:46% 0 0 38%/25% 0 0 45%;box-shadow:-25px 0 60px rgba(27,79,51,.13)}.map-land:before,.map-land:after{content:"";position:absolute;height:2px;background:rgba(82,125,92,.28);transform-origin:left}.map-land:before{width:72%;left:8%;top:45%;transform:rotate(13deg)}.map-land:after{width:68%;left:12%;top:68%;transform:rotate(-18deg)}.map-water{position:absolute;left:5%;top:42%;color:rgba(22,76,50,.45);font:800 9px "Science Gothic","Manrope",sans-serif;letter-spacing:2px;transform:rotate(-15deg)}.map-pin{position:absolute;left:var(--x);top:var(--y);z-index:5;padding:0;border:0;background:none;color:#0a3222;cursor:pointer;text-align:center;transform:translate(-50%,-50%)}.map-pin i{display:block;width:23px;height:23px;margin:auto;border-radius:50% 50% 50% 0;background:#0a3c28;border:3px solid #8fe487;box-shadow:0 6px 15px rgba(0,0,0,.25);transform:rotate(-45deg);transition:.2s}.map-pin i:after{content:"";display:block;width:5px;height:5px;margin:6px;border-radius:50%;background:#fff}.map-pin span{display:block;margin-top:5px;padding:4px 7px;border-radius:4px;background:rgba(250,253,249,.9);box-shadow:0 3px 10px rgba(20,62,42,.15);font:800 9px "Science Gothic","Manrope",sans-serif;white-space:nowrap}.map-pin:hover i,.map-pin.active i{background:#6bc964;transform:rotate(-45deg) scale(1.22)}.map-pin.active span{background:#092e20;color:#fff}.map-status{position:absolute;left:18px;bottom:18px;padding:12px 15px;border-radius:9px;background:rgba(4,35,23,.87);backdrop-filter:blur(10px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.map-status small,.map-status strong{display:block}.map-status small{font:700 7px "Science Gothic","Manrope",sans-serif;letter-spacing:1.5px;color:#85d77f}.map-status strong{color:#fff;font-size:12px;margin-top:2px}
@media(max-width:900px){.featured-reel{grid-template-columns:1fr}.featured-player{aspect-ratio:16/10}.featured-copy{min-height:260px}.clip-selector{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.featured-reel{min-height:0}.featured-player{aspect-ratio:16/11}.featured-copy{padding:26px 22px;min-height:230px}.featured-copy>span{font-size:38px}.clip-selector{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.clip-button{flex:0 0 220px;scroll-snap-align:start}.map-shell.simple-map{height:500px}.map-pin span{font-size:8px}.map-badge{display:none}.map-water{left:2%}}

/* Autoplay hero film and dimensional scroll language */
.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;opacity:.47;filter:saturate(.75) contrast(1.12)}.hero-video-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(2,19,13,.95) 0%,rgba(3,25,17,.84) 46%,rgba(3,23,15,.35) 100%),linear-gradient(180deg,rgba(0,0,0,.25),rgba(4,30,20,.55))}.hero .tech-grid{z-index:2;opacity:.1}.hero .glow{z-index:2}.hero-copy,.hero-visual{z-index:3}.section{perspective:1400px;transform-style:preserve-3d}.reveal{transform:translateY(54px) rotateX(7deg) scale(.975);transform-origin:center top;transition:opacity .75s ease,transform .85s cubic-bezier(.2,.8,.2,1)}.reveal.visible{transform:translateY(0) rotateX(0) scale(1)}.section>.section-heading.visible{transform:translateY(calc(var(--depth-offset,0) * -12px)) rotateX(0) scale(1)}.service-card,.project-card,.featured-reel,.city-story-media,.estimate-form{transform-style:preserve-3d}.project-card:hover,.service-card:hover{transform:perspective(900px) translateY(-9px) rotateX(2deg) rotateY(-1.5deg)}.hoa-service{grid-column:span 2;background:linear-gradient(135deg,#e0eee1,#f8faf6);border-color:rgba(75,172,89,.3)}.hoa-service .service-icon{font:800 18px "Science Gothic","Manrope",sans-serif;letter-spacing:2px}.hoa-service h3{font-size:25px}.hoa-service p{max-width:620px}

/* More map-like visual details */
.simple-map{box-shadow:30px 40px 80px rgba(0,0,0,.32),inset 0 0 80px rgba(20,76,47,.08)}.road{position:absolute;z-index:1;height:5px;border:1px solid rgba(112,118,93,.38);border-left:0;border-right:0;background:#f7f2d8;box-shadow:0 0 0 1px rgba(255,255,255,.42);transform-origin:left center}.road-one{width:86%;left:12%;top:43%;transform:rotate(13deg)}.road-two{width:75%;left:27%;top:68%;transform:rotate(-18deg)}.road-three{width:83%;left:40%;top:8%;transform:rotate(74deg)}.highway{position:absolute;z-index:4;display:grid;place-items:center;width:25px;height:20px;border-radius:8px 8px 11px 11px;background:#397cba;border:2px solid #fff;color:#fff;font:800 8px Arial;box-shadow:0 2px 6px rgba(0,0,0,.25)}.highway-4{left:67%;top:34%}.highway-680{left:49%;top:47%}.highway-880{left:51%;top:76%}.map-north{position:absolute;z-index:5;right:22px;bottom:22px;text-align:center;color:#184f34;font:800 10px "Science Gothic","Manrope",sans-serif;letter-spacing:1px}.map-north i{font-style:normal;font-size:22px}.map-water:before,.map-water:after{content:"";position:absolute;border:1px solid rgba(33,101,70,.22);border-radius:50%;transform:rotate(-20deg)}.map-water:before{width:105px;height:190px;left:-20px;top:-70px}.map-water:after{width:65px;height:125px;left:8px;top:-36px}

/* Area-specific story panel */
.city-story{display:grid;grid-template-columns:1.08fr .92fr;gap:7vw;align-items:center;background:linear-gradient(180deg,#f5f7f3,#e8efe9);min-height:720px}.city-story-media{height:590px;position:relative;border-radius:22px;overflow:hidden;box-shadow:28px 35px 70px rgba(7,54,34,.18);transform:perspective(1000px) rotateY(3deg)}.city-story-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(3,24,15,.68))}.city-story-media img{width:100%;height:100%;object-fit:cover;transition:opacity .25s ease,transform .8s ease}.city-story-media:hover img{transform:scale(1.035)}.city-story-media span{position:absolute;z-index:2;left:24px;bottom:24px;padding:9px 12px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(3,24,16,.72);backdrop-filter:blur(10px);color:#9ce694;font:700 8px "Science Gothic","Manrope",sans-serif;letter-spacing:1.6px}.city-story-copy{position:relative}.city-index{position:absolute;right:0;top:0;font:700 13px "Science Gothic","Manrope",sans-serif;color:#5b8a70}.city-story-copy h2{font-size:clamp(52px,6vw,82px);letter-spacing:-3px;margin-bottom:15px}.city-story-copy h3{font-size:25px;max-width:540px}.city-story-copy>p:not(.eyebrow):not(.city-index){font-size:16px;max-width:570px}.city-services{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0}.city-services span{padding:8px 11px;border-radius:999px;background:#dce9df;color:#174833;font:700 10px "Science Gothic","Manrope",sans-serif}.city-story-copy .btn b{font-weight:inherit}.map-pin,.city-groups button{scroll-margin-top:110px}
@media(max-width:960px){.hoa-service{grid-column:span 1}.city-story{grid-template-columns:1fr}.city-story-media{height:500px;transform:none}.hero-bg-video{opacity:.4}.hero-video-overlay{background:linear-gradient(180deg,rgba(2,19,13,.88),rgba(3,24,16,.6))}}
@media(max-width:680px){.city-story{min-height:0}.city-story-media{height:390px}.city-story-copy h2{font-size:52px}.city-index{position:static}.service-grid .hoa-service{grid-column:auto}.reveal{transform:translateY(34px) rotateX(5deg) scale(.985)}.hero-bg-video{object-position:55% center}}
@media(prefers-reduced-motion:reduce){.hero-bg-video{display:none}.reveal,.reveal.visible{transform:none}.section>.section-heading.visible{transform:none}.project-card:hover,.service-card:hover{transform:none}}

/* Final brand, equipment, and simplified media refinements */
.field-reel{display:none}.header-logo{width:158px;height:66px;display:block;object-fit:cover;object-position:center 60%;mix-blend-mode:screen;filter:saturate(1.08) contrast(1.05)}.site-header .brand{min-width:158px}.footer-brand .header-logo{width:175px;height:78px}.equipment-visual{background:#102d22;overflow:hidden}.equipment-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:28px;filter:saturate(.9) contrast(1.05)}.equipment-visual:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 45%,rgba(2,18,12,.75));border-radius:28px}.equipment-labels{position:absolute;z-index:5;right:20px;top:20px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:250px;transform:translateZ(38px)}.equipment-labels span{padding:8px 10px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(2,22,14,.72);backdrop-filter:blur(12px);color:#a6e79e;font:700 8px "Science Gothic","Manrope",sans-serif;letter-spacing:1px;text-transform:uppercase}.owner-about{height:460px;align-self:center}.owner-about .art-frame{height:100%;transform:perspective(1000px) rotateY(3deg);overflow:hidden}.owner-about .art-frame img{width:100%;height:100%;object-fit:cover;object-position:62% center}.owner-about .experience{right:-18px}.simple-map{background:linear-gradient(145deg,#b9d5c4,#91bca4)}.map-land{background:linear-gradient(145deg,#e4ead6,#b7cfaf);box-shadow:-25px 0 60px rgba(27,79,51,.18),inset 0 0 0 1px rgba(67,108,74,.2)}.map-pin span{border:1px solid rgba(25,78,48,.16)}.footer-links a[href*="instagram"],.footer-links a[href*="yelp"]{color:#8cdb85}
@media(max-width:680px){.header-logo{width:120px;height:54px}.site-header .brand{min-width:120px}.owner-about{height:350px}.equipment-labels{right:10px;top:10px;max-width:210px}.equipment-labels span{padding:6px 8px}}

/* Header lockup and in-card rotating video */
.site-header .brand{min-width:250px}.site-header .brand-mark.logo-crop{flex:0 0 48px;width:48px;height:48px;border-radius:8px;background-size:110px auto;background-position:50% 35.8%;box-shadow:none}.brand-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:0}.brand-lockup strong{font-size:20px;line-height:1.05;letter-spacing:.01em;white-space:nowrap;color:#fff}.brand-lockup small{font-size:7px;letter-spacing:1.6px;color:#8bd386}.hero-showcase-video{width:100%;height:100%;display:block;object-fit:cover;object-position:center;background:#061e15;border-radius:28px;filter:saturate(.9) contrast(1.05)}.equipment-visual:after{content:"";position:absolute;inset:18px;z-index:3;border:1px solid rgba(255,255,255,.28);border-radius:20px;pointer-events:none}.equipment-visual .quality-card{z-index:6}.equipment-visual .equipment-labels{z-index:6}
@media(max-width:1180px){.site-header .brand{min-width:220px}.brand-lockup strong{font-size:17px}}
@media(max-width:680px){.site-header .brand{min-width:auto}.site-header .brand-mark.logo-crop{width:42px;height:42px;flex-basis:42px}.brand-lockup strong{font-size:15px}.brand-lockup small{font-size:6px}.hero-showcase-video{border-radius:20px}}

/* Exact uploaded logo artwork and cinematic crossfade */
.site-header .brand{min-width:138px}.brand-artwork{position:relative;display:block;width:120px;height:74px;overflow:hidden;mix-blend-mode:screen}.brand-artwork img{position:absolute;left:0;top:50%;width:120px;height:auto;display:block;transform:translateY(-54%);filter:saturate(1.08) contrast(1.05)}.showcase-video-stack{position:absolute;inset:0;border-radius:28px;overflow:hidden;background:#061e15}.showcase-video-stack .hero-showcase-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.025);transition:opacity 1.6s ease-in-out,transform 7s ease-out;z-index:1}.showcase-video-stack .hero-showcase-video.active{opacity:1;transform:scale(1);z-index:2}.equipment-visual:before{z-index:4;background:linear-gradient(180deg,transparent 62%,rgba(2,18,12,.32))}.equipment-visual:after{z-index:5}
@media(max-width:680px){.site-header .brand{min-width:105px}.brand-artwork{width:100px;height:64px}.brand-artwork img{width:100px}.showcase-video-stack{border-radius:20px}}

/* Modern luxury finishing pass */
:root{--luxury-gold:#b7d77b;--luxury-deep:#02140e;--luxury-glass:rgba(255,255,255,.065)}body{background:#eef2ed}.site-header{height:94px;padding-left:clamp(22px,4vw,66px);padding-right:clamp(22px,4vw,66px);background:linear-gradient(180deg,rgba(2,20,14,.96),rgba(3,25,17,.9));border-bottom:1px solid rgba(183,215,123,.18);box-shadow:0 20px 55px rgba(0,0,0,.24)}.site-header.scrolled{height:80px;background:rgba(2,18,12,.97)}.site-header .brand{min-width:190px}.brand-artwork{width:186px;height:70px;overflow:visible;mix-blend-mode:normal}.brand-artwork img{position:static;width:100%;height:100%;object-fit:contain;transform:none;filter:none}.header-cta{border:1px solid rgba(255,255,255,.16);background:linear-gradient(135deg,#67bd66,#2d8952);box-shadow:0 12px 30px rgba(35,139,75,.26),inset 0 1px rgba(255,255,255,.25)}nav a{letter-spacing:.02em}.hero{min-height:880px;padding-top:165px;background:radial-gradient(circle at 80% 23%,rgba(101,191,105,.19),transparent 26%),radial-gradient(circle at 5% 95%,rgba(130,173,91,.09),transparent 28%),linear-gradient(145deg,#01120c,#062b1d 54%,#0b3d29)}.hero:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.025),transparent 34%,rgba(255,255,255,.015) 64%,transparent)}.hero h1{font-size:clamp(60px,7.2vw,104px);line-height:.98;letter-spacing:-5px}.hero-intro{color:#c1d1c8;max-width:610px}.hero-visual{border-radius:34px;border:1px solid rgba(255,255,255,.28);box-shadow:0 55px 100px rgba(0,0,0,.42),0 0 0 10px rgba(255,255,255,.025),inset 0 1px rgba(255,255,255,.3)}.showcase-video-stack,.showcase-video-stack .hero-showcase-video{border-radius:34px}.hero-visual:after{border-color:rgba(183,215,123,.3);border-radius:25px}.trust-row{padding:20px 22px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(255,255,255,.045);backdrop-filter:blur(14px);width:max-content}.section{padding-top:125px;padding-bottom:125px}.section-heading h2,.about-copy h2,.contact-copy h2{font-weight:650}.services{background:linear-gradient(180deg,#f4f7f2,#e6ece6)}.service-grid{gap:20px}.service-card{border-radius:18px;padding:34px 29px;background:rgba(255,255,255,.67);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.95);box-shadow:0 20px 50px rgba(12,57,37,.08),inset 0 1px #fff}.service-card.featured{background:radial-gradient(circle at 100% 0%,rgba(110,204,107,.19),transparent 35%),linear-gradient(145deg,#021a11,#0a3927);border-color:rgba(145,220,134,.18)}.project-grid{gap:20px}.project-card{border-radius:20px;border-color:rgba(255,255,255,.16);box-shadow:0 24px 55px rgba(0,0,0,.28)}.about{background:radial-gradient(circle at 0% 70%,rgba(96,181,95,.15),transparent 28%),linear-gradient(135deg,#01140d,#07301f 62%,#0b3d29)}.owner-about .art-frame{border-radius:24px;box-shadow:35px 40px 85px rgba(0,0,0,.42)}.process{background:linear-gradient(180deg,#f5f7f3,#e9eee9)}.steps article{padding:20px 50px}.steps article>span{width:62px;height:62px;border:1px solid rgba(183,215,123,.4);background:linear-gradient(145deg,#082f20,#02160f)}.service-area{background:radial-gradient(circle at 100% 0%,rgba(127,200,108,.17),transparent 28%),linear-gradient(145deg,#01140d,#073422)}.map-shell.simple-map{border-radius:28px;border:1px solid rgba(255,255,255,.35);box-shadow:38px 45px 95px rgba(0,0,0,.38),0 0 0 8px rgba(255,255,255,.025)}.city-story{background:linear-gradient(180deg,#f4f7f2,#e6ece6)}.city-story-media{border-radius:26px;box-shadow:35px 42px 85px rgba(7,54,34,.22)}.contact{background:radial-gradient(circle at 0% 0%,rgba(130,210,111,.2),transparent 28%),linear-gradient(135deg,#05291b,#01150e)}.estimate-form{border-radius:22px;padding:48px;box-shadow:35px 45px 90px rgba(0,0,0,.38),inset 0 1px #fff}footer{padding-top:58px;padding-bottom:48px;background:linear-gradient(180deg,#01150e,#020d09);border-top:1px solid rgba(183,215,123,.16)}.footer-logo{width:210px;height:118px;object-fit:contain;display:block}.footer-brand{min-width:210px}.footer-links a{transition:.2s}.footer-links a:hover{color:#9fe196}
@media(max-width:960px){.site-header{height:80px}.site-header .brand{min-width:150px}.brand-artwork{width:150px;height:62px}.hero{padding-top:135px}.trust-row{width:100%}}
@media(max-width:680px){.site-header .brand{min-width:118px}.brand-artwork{width:118px;height:56px}.hero{min-height:auto}.hero h1{letter-spacing:-3px}.section{padding-top:82px;padding-bottom:82px}.trust-row{padding:15px 8px}.estimate-form{padding:28px 20px}.footer-logo{width:175px;height:95px}.footer-brand{min-width:175px}}

/* Horizontal header logo lockup using exact uploaded artwork */
.site-header .brand{min-width:300px;gap:9px}.brand-symbol,.brand-wordmark{position:relative;display:block;overflow:hidden;flex:none}.brand-symbol{width:72px;height:72px}.brand-symbol img{position:absolute;width:170px;height:auto;left:-50px;top:-2px;max-width:none}.brand-wordmark{width:212px;height:34px}.brand-wordmark img{position:absolute;width:220px;height:auto;left:-5px;top:-101px;max-width:none}.site-header.scrolled .brand-symbol{transform:scale(.88);transform-origin:left center}.site-header.scrolled .brand-wordmark{transform:translateX(-7px)}.brand-symbol,.brand-wordmark{transition:transform .25s ease}
@media(max-width:1180px){.site-header .brand{min-width:255px}.brand-symbol{width:62px;height:62px}.brand-symbol img{width:148px;left:-44px;top:-2px}.brand-wordmark{width:180px;height:30px}.brand-wordmark img{width:190px;left:-5px;top:-87px}}
@media(max-width:680px){.site-header .brand{min-width:184px;gap:5px}.brand-symbol{width:50px;height:50px}.brand-symbol img{width:118px;left:-35px;top:-1px}.brand-wordmark{width:132px;height:25px}.brand-wordmark img{width:142px;left:-5px;top:-65px}}

/* Header logo visibility refinement */
.site-header .brand{min-width:330px;gap:12px}.brand-symbol{width:78px;height:78px}.brand-symbol img{width:164px;left:-43px;top:0}.brand-wordmark{width:240px;height:42px}.brand-wordmark img{width:250px;left:-5px;top:-114px}
@media(max-width:1180px){.site-header .brand{min-width:278px;gap:9px}.brand-symbol{width:68px;height:68px}.brand-symbol img{width:144px;left:-38px;top:0}.brand-wordmark{width:200px;height:36px}.brand-wordmark img{width:210px;left:-5px;top:-96px}}
@media(max-width:680px){.site-header .brand{min-width:210px;gap:6px}.brand-symbol{width:55px;height:55px}.brand-symbol img{width:116px;left:-31px;top:0}.brand-wordmark{width:148px;height:30px}.brand-wordmark img{width:158px;left:-5px;top:-72px}}

/* Larger header wordmark */
.site-header .brand{min-width:380px}.brand-wordmark{width:290px;height:48px}.brand-wordmark img{width:300px;left:-5px;top:-137px}
@media(max-width:1180px){.site-header .brand{min-width:318px}.brand-wordmark{width:240px;height:41px}.brand-wordmark img{width:250px;left:-5px;top:-114px}}
@media(max-width:680px){.site-header .brand{min-width:238px}.brand-wordmark{width:176px;height:33px}.brand-wordmark img{width:186px;left:-5px;top:-85px}}

/* Extra-large, vertically centered wordmark */
.site-header .brand{min-width:430px;align-items:center}.brand-wordmark{width:340px;height:56px;align-self:center}.brand-wordmark img{width:350px;left:-5px;top:-160px}
@media(max-width:1180px){.site-header .brand{min-width:350px}.brand-wordmark{width:272px;height:46px}.brand-wordmark img{width:282px;left:-5px;top:-129px}}
@media(max-width:680px){.site-header .brand{min-width:260px}.brand-wordmark{width:198px;height:36px}.brand-wordmark img{width:208px;left:-5px;top:-95px}}

/* Premium in-hero project film player */
.equipment-visual{height:560px;padding:50px 18px 68px;background:linear-gradient(145deg,#071a12,#0d2d20);border-radius:26px;overflow:hidden;box-shadow:0 42px 90px rgba(0,0,0,.42),0 0 0 1px rgba(190,222,179,.18);transform:perspective(1200px) rotateY(-3deg)}
.equipment-visual:before{background:radial-gradient(circle at 50% 45%,rgba(106,184,103,.16),transparent 54%);z-index:0}
.equipment-visual:after{inset:9px;border-radius:19px;border-color:rgba(255,255,255,.13);z-index:7}
.showcase-video-stack{inset:50px 18px 68px;border-radius:14px;background:#020906;box-shadow:0 18px 50px rgba(0,0,0,.4)}
.showcase-video-stack .hero-showcase-video{border-radius:14px;object-fit:cover;filter:none}
.reel-topline{position:absolute;z-index:8;top:0;left:18px;right:18px;height:50px;display:flex;align-items:center;justify-content:space-between;color:#95d894;font:700 8px "Science Gothic","Manrope",sans-serif;letter-spacing:1.8px}
.reel-topline strong{color:rgba(255,255,255,.72);font-size:7px;letter-spacing:2.2px}
.hero-reel-controls{position:absolute;z-index:8;left:18px;right:18px;bottom:0;height:68px;display:flex;align-items:center;justify-content:space-between;color:#fff}
.hero-reel-controls>div:first-child{display:flex;align-items:center;gap:12px}.hero-reel-controls span{font:700 22px "Science Gothic","Manrope",sans-serif;color:#a9df9e}.hero-reel-controls small{font:700 7px "Science Gothic","Manrope",sans-serif;letter-spacing:1.6px;color:rgba(255,255,255,.58)}
.hero-reel-dots{display:flex;gap:7px}.hero-reel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.27);cursor:pointer;transition:width .25s ease,background .25s ease;border-radius .25s ease}.hero-reel-dots button.active{width:28px;border-radius:8px;background:#9cdb91}.hero-reel-dots button:focus-visible{outline:2px solid #fff;outline-offset:3px}
@media(max-width:960px){.equipment-visual{height:520px;max-width:760px;width:100%;margin:0 auto;transform:none}.showcase-video-stack .hero-showcase-video{object-position:center}}
@media(max-width:680px){.equipment-visual{height:470px;padding:45px 12px 62px;border-radius:20px}.showcase-video-stack{inset:45px 12px 62px;border-radius:11px}.showcase-video-stack .hero-showcase-video{border-radius:11px}.reel-topline{left:12px;right:12px;height:45px}.hero-reel-controls{left:12px;right:12px;height:62px}.hero-reel-controls small{display:none}.hero-reel-dots{gap:5px}.hero-reel-dots button.active{width:22px}}
