@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Yellowtail&display=swap";:root{--green:#236b1b;--deep:#103e21;--dark:#0b2515;--gold:#ffbc16;--cream:#f7f6f0;--text:#142019;--muted:#627066;--header:82px;color:var(--text);font-synthesis:none;background:#fff;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header)}body{margin:0;overflow-x:hidden}button,a{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(1180px,100% - 40px);margin-inline:auto}.site-header{height:var(--header);z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;position:sticky;top:0;box-shadow:0 5px 25px #0b251512}.nav-wrap{justify-content:space-between;align-items:center;width:min(1280px,100% - 40px);height:100%;margin:auto;display:flex}.brand{flex:none;align-items:center;gap:9px;line-height:.9;display:flex}.brand img{object-fit:contain;width:58px;height:58px}.brand strong{color:#4c9828;letter-spacing:-.5px;-webkit-text-stroke:1px #122b13;text-shadow:1px 1px #122b13;font-size:21px;font-weight:800}.brand small{color:#efa900;letter-spacing:.7px;text-align:center;margin-top:6px;font-size:11px;font-weight:800;line-height:1.05;display:block}.nav{align-items:center;gap:30px;font-size:14px;font-weight:600;display:flex}.nav>a:not(.nav-phone){padding-block:31px;position:relative}.nav>a:not(.nav-phone):after{content:"";background:var(--green);width:0;height:2px;transition:all .2s;position:absolute;bottom:22px;left:0}.nav>a:hover:after{width:100%}.nav-phone{background:var(--green);color:#fff;border-radius:7px;align-items:center;gap:9px;height:46px;padding:0 18px;display:flex}.menu-button{color:var(--deep);background:0 0;border:0;padding:10px;display:none}.hero{min-height:680px;height:calc(100svh - var(--header));color:#fff;isolation:isolate;background-position:50%;background-size:cover;align-items:center;max-height:840px;display:flex;position:relative}.hero-shade{z-index:-1;background:linear-gradient(90deg,#05150bdb 0%,#05150ba3 39%,#05150b17 70%),linear-gradient(#0000 50%,#05150b66);position:absolute;inset:0}.hero-content{position:relative}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:7px;margin-bottom:13px;font-size:13px;font-weight:800;display:flex}.eyebrow.light{color:#f7d775}.eyebrow.gold{color:var(--gold)}.hero h1{letter-spacing:-4px;text-transform:uppercase;max-width:760px;margin:0;font-size:clamp(58px,7vw,92px);line-height:.87}.script{color:var(--gold);margin:13px 0 6px;font-family:Yellowtail,cursive;font-size:clamp(29px,3.5vw,47px);transform:rotate(-1deg)}.hero-copy{color:#f0f2ef;max-width:590px;margin:0 0 28px;font-size:18px;line-height:1.55}.button-row{flex-wrap:wrap;gap:12px;display:flex}.button{text-transform:uppercase;letter-spacing:.2px;border-radius:7px;justify-content:center;align-items:center;gap:9px;min-height:54px;padding:0 22px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.button.primary{background:var(--green);color:#fff}.button.ghost{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffffa6}.button.yellow{background:var(--gold);color:#15321b}.offer{aspect-ratio:1;background:var(--gold);color:#123918;outline-offset:-12px;filter:drop-shadow(0 10px 20px #00000040);border:5px solid #fff;border-radius:50%;outline:2px dashed #fff;flex-direction:column;justify-content:center;align-items:center;width:155px;display:flex;position:absolute;bottom:12%;right:max(4vw,30px);transform:rotate(5deg)}.offer small{font-size:9px;font-weight:800}.offer strong{font-size:31px;line-height:1}.offer span{font-size:11px;font-weight:900}.trust-strip{z-index:2;background:#fff;position:relative;box-shadow:0 10px 35px #09321917}.trust-grid{grid-template-columns:repeat(4,1fr);align-items:center;min-height:112px;display:grid}.trust-item{border-right:1px solid #e7eae5;align-items:center;gap:14px;padding:15px 20px;display:flex}.trust-item:last-child{border:0}.trust-item>span{width:49px;height:49px;color:var(--green);border:1px solid #dce4d8;border-radius:50%;flex:none;place-items:center;display:grid}.trust-item strong,.trust-item small{display:block}.trust-item strong{font-size:14px}.trust-item small{color:var(--muted);margin-top:4px;font-size:12px}.section{scroll-margin-top:var(--header);padding:95px 0}.services{background:#fafbf8}.section-head{justify-content:space-between;align-items:end;margin-bottom:34px;display:flex}.section-head h2,.about h2,.review-section h2,.contact-band h2{letter-spacing:-2px;text-transform:capitalize;margin:0 0 10px;font-size:clamp(34px,4.2vw,53px);line-height:1.03}.section-head p{color:var(--muted);margin:0;font-size:17px}.rail-controls{flex:none;gap:8px;display:flex}.rail-controls button{width:46px;height:46px;color:var(--green);background:#fff;border:1px solid #dce4d8;border-radius:50%;place-items:center;transition:all .2s;display:grid}.rail-controls button:hover{background:var(--green);color:#fff;border-color:var(--green)}.service-rail{scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-rows:1fr;grid-auto-columns:minmax(270px,1fr);grid-auto-flow:column;gap:15px;padding:3px 3px 18px;display:grid;overflow-x:auto}.service-rail::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:start;background:#fff;border:1px solid #dfe5dd;border-radius:11px;flex-direction:column;height:300px;padding:28px;display:flex;box-shadow:0 8px 22px #0e391b0a}.service-icon{width:65px;height:65px;color:var(--green);background:#f2f8ee;border-radius:50%;place-items:center;display:grid}.service-icon svg{width:31px;height:31px}.service-card h3{margin:22px 0 9px;font-size:20px}.service-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.service-card a{color:var(--green);align-items:center;gap:6px;margin-top:auto;font-size:14px;font-weight:800;display:flex}.project-gallery{background:#fff}.project-rail{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:min(510px,42vw);grid-auto-flow:column;gap:18px;padding:3px 3px 18px;display:grid;overflow-x:auto}.project-rail::-webkit-scrollbar{display:none}.project-card{scroll-snap-align:start;background:#e8eee8;border-radius:12px;height:390px;margin:0;position:relative;overflow:hidden}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover img{transform:scale(1.025)}.project-card:after{content:"";pointer-events:none;background:linear-gradient(#0000,#041a0ccc);height:42%;position:absolute;inset:auto 0 0}.project-card figcaption{z-index:1;color:#fff;align-items:center;gap:11px;display:flex;position:absolute;bottom:20px;left:22px;right:22px}.project-card figcaption span{color:var(--gold);font-size:12px;font-weight:800}.project-card figcaption strong{font-size:20px}.swipe-hint{display:none}.about{background:linear-gradient(105deg,var(--deep) 0 49%,#fff 49%);color:#fff}.about-grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:56px;display:grid}.about-copy{padding:10px 0}.about-copy p{color:#e2ebe4;max-width:510px;line-height:1.7}.about-copy ul{gap:12px;margin:24px 0 30px;padding:0;list-style:none;display:grid}.about-copy li{align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.about-copy li svg{width:18px;color:var(--gold)}.gallery-grid{grid-template:1fr 1fr/1.3fr .7fr;gap:8px;height:520px;display:grid}.gallery-grid figure{margin:0;position:relative;overflow:hidden}.gallery-grid img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-grid figure:hover img{transform:scale(1.025)}.gallery-grid figcaption{color:#fff;text-transform:uppercase;letter-spacing:.7px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#092e18e0;border-radius:5px;padding:8px 11px;font-size:11px;font-weight:800;position:absolute;bottom:12px;left:12px}.gallery-main{border-radius:13px 0 0 13px;grid-row:1/3}.gallery-main img{object-position:center}.detail-one{border-radius:0 13px 0 0}.detail-one img{object-position:center 52%}.detail-two{border-radius:0 0 13px}.detail-two img{object-position:center}.review-section{background:var(--cream)}.review-rail{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:min(510px,43vw);grid-auto-flow:column;gap:18px;padding:4px 3px 24px;display:grid;overflow-x:auto}.review-rail::-webkit-scrollbar{display:none}.review-card{scroll-snap-align:start;border-left:5px solid var(--gold);background:#fff;border-radius:12px;flex-direction:column;height:330px;margin:0;padding:30px 32px;font-size:18px;line-height:1.55;display:flex;box-shadow:0 12px 35px #14361f14}.review-stars{color:#eea900;letter-spacing:2px;font-size:16px}.review-card>p{color:#27362c;margin:18px 0}.review-card footer{align-items:center;gap:12px;margin-top:auto;font-size:13px;display:flex}.review-avatar{width:42px;height:42px;color:var(--green);background:#edf5e9;border-radius:50%;flex:none;place-items:center;font-size:18px;font-weight:800;display:grid}.review-card footer strong,.review-card footer span,.review-card footer time{display:block}.review-card footer span{color:var(--green);margin:2px 0;font-size:11px;font-weight:700}.review-card footer time{color:var(--muted);font-size:11px}.contact-band{background:var(--deep);color:#fff;scroll-margin-top:var(--header);padding:75px 0}.contact-inner{grid-template-columns:.72fr 1.28fr;align-items:center;gap:65px;display:grid}.contact-inner h2{letter-spacing:-1px;margin-bottom:12px;font-size:38px}.contact-inner p{color:#ccd9cf;margin:0 0 22px;line-height:1.65}.contact-copy>a{color:#fff;align-items:center;gap:8px;font-weight:700;display:inline-flex}.quote-form{background:#fff;border-radius:12px;grid-template-columns:1fr 1fr;gap:14px;padding:24px;display:grid;box-shadow:0 18px 40px #0000002e}.quote-form label{gap:6px;display:grid}.quote-form label span{color:var(--deep);text-transform:uppercase;letter-spacing:.7px;font-size:11px;font-weight:800}.quote-form input,.quote-form select,.quote-form textarea{width:100%;min-height:48px;font:inherit;color:var(--text);background:#fbfcfa;border:1px solid #d9e1da;border-radius:6px;padding:11px 12px;font-size:14px}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline-offset:1px;outline:2px solid #77a86e}.quote-form .message-field,.quote-form .button{grid-column:1/3}.quote-form textarea{resize:vertical;height:82px;padding-top:12px}.quote-form .button{border:0;width:100%}.footer{color:#d6e2d8;background:#092e18;padding:65px 0 22px}.footer-grid{grid-template-columns:1.4fr .7fr .9fr 1.2fr;gap:55px;display:grid}.footer .brand{width:max-content}.footer .brand strong{color:#78b940}.footer p{max-width:290px;font-size:14px;line-height:1.6}.footer h3{text-transform:uppercase;color:#fff;letter-spacing:1px;margin:4px 0 18px;font-size:13px}.footer-grid>div>a,.footer-grid>div>span{align-items:center;gap:9px;margin:11px 0;font-size:14px;display:flex}.footer-grid svg{width:17px}.socials{gap:8px;display:flex}.socials a{width:42px;height:42px;color:var(--deep);background:#fff;border-radius:50%;place-items:center;transition:all .2s;display:grid}.socials a:hover{color:#fff;background:#1877f2;transform:translateY(-2px)}.socials a svg{fill:currentColor;width:24px;height:24px}.copyright{text-align:center;border-top:1px solid #ffffff1f;margin-top:40px;padding-top:20px;font-size:12px}[data-reveal]{opacity:1}[data-reveal].is-visible{animation:reveal-in .65s ease var(--delay,0s) both}@keyframes reveal-in{0%{opacity:.25;transform:translateY(18px)}to{opacity:1;transform:none}}@media (width<=900px){:root{--header:72px}.nav-wrap{width:calc(100% - 28px)}.brand img{width:48px;height:48px}.brand strong{font-size:18px}.brand small{font-size:9px}.menu-button{display:block}.nav{top:var(--header);opacity:0;pointer-events:none;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 22px;transition:all .25s;display:flex;position:absolute;left:0;right:0;transform:translateY(-130%);box-shadow:0 15px 25px #0000001a}.nav.open{opacity:1;pointer-events:auto;transform:none}.nav>a:not(.nav-phone){padding:14px 4px}.nav>a:not(.nav-phone):after{bottom:8px}.nav-phone{justify-content:center;margin-top:8px}.hero{background-position:62%;min-height:680px;max-height:780px}.hero-shade{background:linear-gradient(90deg,#05150bd6,#05150b6b),linear-gradient(#0000,#05150b80)}.offer{width:120px;bottom:28px;right:18px}.offer strong{font-size:24px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.about{background:var(--deep)}.about-grid{grid-template-columns:1fr}.gallery-grid{height:430px}.project-rail{grid-auto-columns:min(600px,72vw)}.review-rail{grid-auto-columns:min(540px,72vw)}.contact-inner{grid-template-columns:1fr;gap:32px}.footer-grid{grid-template-columns:1.3fr 1fr;gap:45px}}@media (width<=600px){.container{width:min(100% - 30px,1180px)}.section{padding:70px 0}.hero{height:calc(100svh - var(--header));background-position:68%;min-height:650px}.hero-content{padding-bottom:45px}.hero h1{letter-spacing:-3px;font-size:clamp(49px,15vw,67px)}.script{font-size:29px}.hero-copy{max-width:95%;font-size:16px;line-height:1.5}.eyebrow.light{max-width:75%}.button-row{flex-direction:column;align-items:flex-start}.button-row .button{width:min(100%,290px)}.offer{width:105px;bottom:19px;right:12px}.offer small{font-size:7px}.offer strong{font-size:21px}.offer span{font-size:8px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{gap:8px;padding:14px 5px}.trust-item>span{width:40px;height:40px}.trust-item strong{font-size:12px}.trust-item small{display:none}.section-head{align-items:flex-end;gap:12px;padding-bottom:58px;position:relative}.section-head h2,.about h2,.review-section h2{font-size:36px}.section-head p{font-size:15px}.section-head .rail-controls{position:absolute;bottom:0;right:0}.service-rail{grid-auto-columns:88%;margin-right:-15px}.service-card{height:285px;padding:25px}.project-rail{grid-auto-columns:90%;margin-right:-15px}.project-card{height:330px}.swipe-hint{color:var(--muted);justify-content:center;align-items:center;gap:4px;margin-top:4px;font-size:12px;font-weight:700;display:flex}.swipe-hint svg{width:15px}.review-rail{grid-auto-columns:90%;margin-right:-15px}.review-card{height:355px;padding:25px 23px;font-size:16px}.about-grid{gap:38px}.gallery-grid{grid-template:1.2fr .8fr/1fr 1fr;height:410px}.gallery-main{border-radius:12px 12px 0 0;grid-area:auto/1/auto/3}.detail-one{border-radius:0 0 0 12px}.detail-two{border-radius:0 0 12px}.review-wrap{gap:18px}blockquote{padding:28px 23px;font-size:18px}blockquote footer{flex-direction:column;gap:8px}.contact-band{padding:65px 0}.contact-inner{grid-template-columns:1fr}.contact-inner h2{font-size:29px}.quote-form{grid-template-columns:1fr;padding:18px}.quote-form label,.quote-form .message-field,.quote-form .button{grid-column:1}.contact-inner .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 22px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/3}.footer{padding-top:50px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
