*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-dark: #0f1a11;--green-heading: #1a2e26;--green-action: #2e6f46;--green-action-hover: #225334;--green-accent: #7ec89a;--green-sage: #5a8a6d;--green-primary: #1b3c2e;--orange: #d68d3a;--orange-hover: #c07d30;--white: #ffffff;--text-muted: rgba(255, 255, 255, .85);--text-body: #555555;--bg-light: #f9fbf9;--bg-cream: #fdfcf8;--bg-mint: #f4f9f4;--gold: #e8b84a;--review-card-bg: #1e3228;--header-bg: rgba(15, 26, 17, .85);--font-serif: "Playfair Display", Georgia, serif;--font-script: "Great Vibes", cursive;--font-sans: "Montserrat", "Segoe UI", sans-serif}html,body{overflow-x:hidden}body.no-scroll{overflow:hidden}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-sans);color:var(--white);background:var(--green-dark);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--header-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06);transition:background .3s ease,box-shadow .3s ease}.header--scrolled{background:#0f1a11f7;box-shadow:0 2px 20px #0000004d}.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:.9rem 2rem;gap:2rem}.logo{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.logo__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--green-action);color:var(--white);font-size:.75rem;font-weight:700;letter-spacing:.05em;border-radius:4px}.logo__text{font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.nav__list{display:flex;align-items:center;gap:2rem}.nav__item-quote{display:none}.nav__link{font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .2s ease;position:relative}.nav__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--green-accent);transition:width .25s ease}.nav__link:hover,.nav__link--active{color:var(--white)}.nav__link:hover:after,.nav__link--active:after{width:100%}.nav__item--dropdown{position:relative}.nav__dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;font-size:inherit;font-weight:inherit}.nav__dropdown-trigger:after{display:none!important}.nav__dropdown-arrow{width:12px;height:12px;transition:transform .25s ease}.nav__dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(12px);z-index:110;min-width:280px;background:#121e16f5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;box-shadow:0 10px 30px #00000059;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;pointer-events:none}@media (min-width: 901px){.nav__item--dropdown:hover .nav__dropdown-menu,.nav__item--dropdown:focus-within .nav__dropdown-menu,.nav__item--dropdown.nav__item--open .nav__dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(4px);pointer-events:auto}.nav__item--dropdown:hover .nav__dropdown-arrow,.nav__item--dropdown.nav__item--open .nav__dropdown-arrow{transform:rotate(180deg)}}.nav__dropdown-content{display:flex;flex-direction:column;gap:1rem}.btn--dropdown-hub{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:var(--green-action);color:var(--white)!important;font-size:.85rem;font-weight:600;border-radius:6px;text-align:center;transition:background .2s ease}.btn--dropdown-hub:hover{background:var(--green-action-hover)}.btn--dropdown-hub .btn__icon-arrow{width:14px;height:14px}.nav__dropdown-info{display:flex;flex-direction:column;gap:.65rem;padding:.5rem .25rem .25rem;border-top:1px solid rgba(255,255,255,.08);margin-top:.25rem}.nav__dropdown-info-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--green-accent);margin-bottom:.15rem}.nav__dropdown-info-list{display:flex;flex-direction:column;gap:.5rem}.nav__dropdown-info-list li{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;color:var(--text-muted)}.nav__dropdown-info-list .info-list-icon{width:14px;height:14px;color:var(--green-action);flex-shrink:0}.nav__mobile-hub{display:none}.btn--header{display:inline-flex;align-items:center;padding:.6rem 1.25rem;background:var(--green-action);color:var(--white);font-size:.85rem;font-weight:600;border-radius:6px;white-space:nowrap;transition:background .2s ease;flex-shrink:0}.btn--header:hover{background:var(--green-action-hover)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:100%;height:2px;background:var(--white);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav-toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle--open span:nth-child(2){opacity:0}.nav-toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:7rem 2rem 5rem;text-align:center;overflow:hidden}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0f1a118c,#0f1a11b8,#0f1a11e0);z-index:1;pointer-events:none}.hero__content{position:relative;z-index:2;max-width:820px;width:100%;animation:fadeUp .9s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero__title{font-family:var(--font-serif);font-size:clamp(2.4rem,5.5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.01em}.hero__accent{font-weight:700;font-size:1.2em;color:var(--green-accent);display:inline-block;line-height:1}.hero__subtitle{font-size:clamp(.95rem,2vw,1.1rem);color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.85rem;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:var(--font-sans);font-size:.9rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:background .2s ease,border-color .2s ease;white-space:nowrap}.btn__icon{width:18px;height:18px;flex-shrink:0}.btn__arrow{width:16px;height:16px;flex-shrink:0}.btn--call{background:var(--green-action);color:var(--white)}.btn--call:hover{background:var(--green-action-hover)}.btn--text{background:#ffffff14;color:var(--white);border:1px solid rgba(255,255,255,.25)}.btn--text:hover{background:#ffffff24;border-color:#fff6}.btn--estimate{background:var(--orange);color:var(--green-dark)}.btn--estimate:hover{background:var(--orange-hover)}.hero__trust{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:2rem 3rem}.trust-item{display:flex;align-items:flex-start;gap:.65rem;text-align:left}.trust-item__icon{width:20px;height:20px;color:var(--green-accent);flex-shrink:0;margin-top:2px}.trust-item strong{display:block;font-size:.9rem;font-weight:600;line-height:1.3}.trust-item span{display:block;font-size:.8rem;color:#fff9;line-height:1.4}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.35rem;color:#ffffff80;font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:color .2s ease;animation:bounce 2.5s ease infinite}.hero__scroll:hover{color:#ffffffd9}.hero__scroll svg{width:18px;height:18px}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green-action);margin-bottom:.85rem}.section-label--light{color:var(--green-primary)}.services{padding:5.5rem 2rem;background:var(--bg-light);color:var(--green-heading)}.services__inner{max-width:1120px;margin:0 auto}.services__header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.services__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--green-heading);margin-bottom:1rem;line-height:1.2}.services__intro{font-size:1rem;color:var(--text-body);line-height:1.7}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--white);border-radius:14px;padding:2rem 1.75rem;box-shadow:0 2px 16px #1a2e260f}.service-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;margin-bottom:1.25rem}.service-card__icon svg{width:24px;height:24px}.service-card__icon--green{background:#e8f3ec;color:#3d7a55}.service-card__icon--blue{background:#e8f0f8;color:#4a7ab0}.service-card__icon--orange{background:#fdf0e6;color:#c46a2e}.service-card__icon--sky{background:#e6f0fa;color:#3a7ab8}.service-card__title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--green-heading);margin-bottom:.65rem}.service-card__text{font-size:.9rem;color:var(--text-body);line-height:1.65}.why-us{padding:5.5rem 2rem;background:var(--bg-mint);color:var(--green-heading)}.why-us__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1120px;margin:0 auto}.why-us__title{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.6rem);font-weight:700;color:var(--green-primary);line-height:1.25;margin-bottom:1.25rem}.why-us__accent{font-style:italic;color:var(--green-sage)}.why-us__intro{font-size:.95rem;color:var(--text-body);line-height:1.7;margin-bottom:2.5rem;max-width:520px}.why-us__features{display:grid;grid-template-columns:1fr 1fr;gap:2rem 2.5rem;margin-bottom:2.5rem}.feature{display:flex;gap:1rem;align-items:flex-start}.feature__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;flex-shrink:0}.feature__icon svg{width:20px;height:20px}.feature__icon--orange{background:#fdf0e6;color:#d68d3a}.feature__icon--blue{background:#e6eef8;color:#4a7ab0}.feature__icon--green{background:#e8f3ec;color:#468e60}.feature__icon--pink{background:#fce8ec;color:#c45a6a}.feature__title{font-size:.95rem;font-weight:700;color:var(--green-primary);margin-bottom:.35rem}.feature__text{font-size:.85rem;color:var(--text-body);line-height:1.6}.why-us__actions{display:flex;flex-wrap:wrap;gap:.85rem}.btn--primary{background:var(--green-primary);color:var(--white);padding:.85rem 1.5rem;border-radius:8px;font-weight:600}.btn--primary:hover{background:#153024}.btn--outline{background:var(--white);color:var(--green-primary);border:1.5px solid var(--green-primary);padding:.85rem 1.5rem;border-radius:8px;font-weight:600}.btn--outline:hover{background:#1b3c2e0d}.why-us__visual{position:relative}.why-us__image-wrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #1a2e261f}.why-us__image{width:100%;aspect-ratio:4 / 3;object-fit:cover}.projects{padding:5.5rem 2rem;background:var(--bg-cream);color:var(--green-heading)}.projects__inner{max-width:1120px;margin:0 auto}.projects__header{text-align:center;margin-bottom:3rem}.projects__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--green-heading);line-height:1.2}.carousel{overflow:hidden;margin:0 -.75rem}.carousel__track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.carousel__slide{flex:0 0 33.333%;padding:0 .75rem;display:flex;flex-direction:column;align-items:center}.project-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4 / 3;width:100%}.project-card img{width:100%;height:100%;object-fit:cover}.project-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,26,17,.75) 0%,rgba(15,26,17,.1) 50%,transparent 100%);pointer-events:none}.project-card__label{position:absolute;bottom:1.25rem;left:1.25rem;font-size:.9rem;font-weight:600;color:var(--white);z-index:1}.carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel__dot{width:10px;height:10px;border-radius:50%;border:none;background:#1a2e2633;cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease}.carousel__dot:hover{background:#1a2e2666}.carousel__dot--active{background:var(--green-action);transform:scale(1.15)}.projects__footer{display:flex;justify-content:center;margin-top:2rem}.btn--read-more{background:var(--green-primary);color:var(--white);padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:.9rem}.btn--read-more:hover{background:#153024}.reviews{padding:5.5rem 2rem;background:var(--green-dark);color:var(--white)}.reviews__inner{max-width:1120px;margin:0 auto}.reviews__header{text-align:center;margin-bottom:3rem}.reviews__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--white);line-height:1.2}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--review-card-bg);border-radius:14px;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem}.review-card__stars{display:flex;gap:.2rem}.review-card__stars svg{width:16px;height:16px;color:var(--gold)}.review-card__quote{font-family:var(--font-serif);font-style:italic;font-size:.95rem;line-height:1.7;color:#ffffffe6;flex:1}.review-card__author{display:flex;align-items:center;gap:.85rem;margin-top:auto}.review-card__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--green-accent);color:var(--green-primary);font-size:.9rem;font-weight:700;flex-shrink:0}.review-card__author strong{display:block;font-size:.9rem;font-weight:700;color:var(--white);line-height:1.3}.review-card__author span{display:flex;flex-direction:column;align-items:center;font-size:.8rem;color:var(--white);line-height:1.3;text-align:center;justify-content:center}.contact{padding:5rem 2rem;background:#faf7f2}.contact--alt{background:#141f16}.contact__inner{max-width:720px;margin:0 auto;text-align:center}.contact__form{display:grid;grid-template-columns:repeat(2,1fr);box-shadow:0 2px 16px #1a2e2633;gap:1rem;background:#fff;padding:2rem;margin:1rem;border-radius:14px}.contact__form>*{grid-column:span 2}.contact__form :nth-child(1),.contact__form :nth-child(2){grid-column:span 1}.contact h1,.contact h2,.contact p{color:var(--green-primary)}.contact__form-group{display:flex;flex-direction:column}.contact__form-group input,textarea{font-family:var(--font-sans);font-size:1rem;padding:16px 12px;border-radius:4px;background-color:#f2f8f4;border:none}.contact__form-group textarea{size:2rem;resize:none;width:auto;height:8em}.contact__form button{background:var(--green-action);border:0px;color:var(--white);padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:.9rem}.contact__form button:hover{background:var(--green-action-hover)}.contact__form-group label{font-size:.9rem;font-weight:600;color:var(--green-primary);margin-bottom:.5rem}.contact__form-group :placeholder-shown{color:var(--text-body)}.contact__form-group input::placeholder,.contact__form-group textarea::placeholder{color:#555;opacity:1}.contact__form-radio{display:flex;grid-template-columns:3fr,1fr;gap:.5rem}.contact__form-radio input[type=radio]{position:absolute;opacity:0;width:0;height:0}.contact__form-radio label{display:inline-block;flex:1;padding:.5rem 2rem;border:1px solid #ccc;border-radius:.625rem;cursor:pointer;background-color:#f9f9f9;color:#333;transition:all .2s ease-in-out}.contact__form-radio label:has(input:checked){background-color:var(--green-action);color:#fff}.contact__form-radio label:has(input:focus-visible){outline:2px solid var(--green-action-hover);outline-offset:2px}.faq{padding:5.5rem 2rem;background:#fefcf8;color:var(--white);display:flexbox;justify-content:center;align-items:center;margin:0 auto}.faq__inner{max-width:1120px;margin:0 auto}.faq__inner iframe{width:100dvh}.faq__header{text-align:center;margin-bottom:3rem}.faq__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--green-heading);line-height:1.2}.faq__item{background:var(--white);border-radius:14px;width:50%;box-shadow:0 2px 16px #1a2e2633;background-color:var(--green-primary);margin:1rem auto}.faq summary{display:block;cursor:pointer;padding:1rem}.faq__item p{padding:1rem;color:var(--green-dark)}.faq__answer__inner{background-color:var(--bg-cream);border-radius:0 0 14px 14px}.map{padding:5.5rem 2rem;background:#fefcf8;color:var(--green-heading);display:flexbox;justify-content:center;align-items:center;margin:0 auto}.map__inner{max-width:1120px;margin:0 auto}.map__inner iframe{width:100%}.map__header{text-align:center;margin-bottom:3rem}.map__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--green-heading);line-height:1.2}.footer__top{display:grid;grid-template-columns:2fr 1fr}.footer{padding:4.5rem 2rem 3rem;background:var(--green-dark);color:var(--white)}.footer p{color:#ffffffb3}.footer h2{font-family:var(--font-serif);font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:700;color:var(--white);margin-bottom:.5rem;text-align:left}.footer__top{display:flex;justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto 3rem;gap:3rem;text-align:left}.footer__hub-btn{background:#ffffff14!important;color:var(--white)!important;border:1px solid rgba(255,255,255,.2)!important}.footer__hub-btn:hover{background:#ffffff26!important;border-color:#ffffff59!important}.footer__inner{max-width:1120px;margin:0 auto;padding:2rem 0}.footer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:left}.footer__column h3{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:1.25rem;letter-spacing:.05em;text-transform:uppercase}.footer__address{font-style:normal;font-size:.85rem;color:#ffffff8c;margin-top:1rem;line-height:1.6}.footer__column ul{display:flex;flex-direction:column;gap:.75rem}.footer__column ul a{font-size:.9rem;color:#ffffffb3;transition:color .2s ease}.footer__column ul a:hover{color:var(--green-accent)}.footer__bottom{display:flex;justify-content:center;align-items:center;padding-top:1rem}@media (max-width: 1024px){.services__grid{grid-template-columns:repeat(2,1fr)}.why-us__inner{gap:3rem}.reviews__grid{grid-template-columns:repeat(2,1fr)}.reviews__grid .review-card:last-child{grid-column:1 / -1;max-width:480px;margin:0 auto;width:100%}}@media (max-width: 900px){.why-us__inner{grid-template-columns:1fr}.why-us__visual{order:-1}.why-us__badge{left:1.25rem}.why-us__intro{max-width:none}.nav{position:fixed;inset:60px 0 0;height:calc(100vh - 60px);height:calc(100dvh - 60px);background:#0f1a11fc;padding:3rem 2rem;transform:translateY(-120%);opacity:0;transition:transform .35s ease,opacity .35s ease;pointer-events:none;border-bottom:none;overflow-y:auto}.nav--open{transform:translateY(0);opacity:1;pointer-events:auto}.nav__list{flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;width:100%}.nav__item-quote{display:flex}.nav__item--dropdown{display:none}.nav__mobile-hub{display:block;width:100%;max-width:320px;margin:0 auto}.nav__mobile-hub-container{background:none;border:none;border-radius:0;padding:0;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.nav__mobile-hub-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green-accent);margin-bottom:.25rem;text-align:center}.nav__mobile-hub-list{display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-bottom:.25rem}.nav__mobile-hub-list li{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.9rem;font-weight:500;color:var(--text-muted)}.nav__mobile-hub-list .info-list-icon{width:14px;height:14px;color:var(--green-accent);flex-shrink:0}.nav-toggle{display:flex}.btn--header{display:none}.hero__trust{flex-direction:column;align-items:center;gap:1.25rem}.trust-item{text-align:center;flex-direction:column;align-items:center}}@media (max-width: 768px){.carousel__slide{flex:0 0 100%}}@media (max-width: 640px){.services__grid{grid-template-columns:1fr}.why-us__features{grid-template-columns:1fr;gap:1.5rem}.why-us__actions{flex-direction:column}.why-us__actions .btn{width:100%;justify-content:center}.reviews__grid{grid-template-columns:1fr}.reviews__grid .review-card:last-child{grid-column:auto;max-width:none}.contact__inner{max-width:100dvh}.contact__form{grid-template-columns:1fr}.contact__form-group{display:flex;flex-direction:column}.contact__form>*{grid-column:span 1}.contact__form-radio{flex-direction:column}.contact__form-group input,textarea{padding:16px 12px}.contact__form button{padding:.85rem 2rem;font-weight:600;font-size:.9rem}.faq__item{width:100%}.footer__top{flex-direction:column;text-align:center;gap:1.5rem}.footer h2{text-align:center}.footer__grid{grid-template-columns:1fr;text-align:center;gap:2rem}}@media (max-width: 520px){.header__inner{padding:.85rem 1.25rem}.hero{padding:6.5rem 1.25rem 4.5rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%;justify-content:center}}.projects__header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem}.carousel__nav{display:flex;gap:.75rem;margin-top:.5rem}.carousel__btn{background:var(--green-primary);border:1px solid rgba(255,255,255,.15);color:var(--white);width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,opacity .2s}.carousel__btn:hover:not(:disabled){background:var(--green-action);border-color:var(--green-accent)}.carousel__btn:disabled{opacity:.35;cursor:not-allowed}.carousel__btn svg{width:18px;height:18px}.project-card__link{display:inline-block;margin-top:1rem;font-size:.85rem;font-weight:600;color:var(--green-action);text-decoration:underline;transition:color .2s ease}.project-card__link:hover{color:var(--green-action-hover)}.quote-modal-overlay{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;background:#00000073!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important;z-index:99999!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:none!important;padding:1.5rem!important}.quote-modal-overlay.modal--open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.quote-modal-content{background:#102116!important;border:1px solid #23432f!important;border-radius:16px!important;max-width:520px!important;width:100%!important;max-height:90vh!important;overflow-y:auto!important;padding:2.25rem!important;position:relative!important;box-shadow:0 20px 50px #0009!important}.modal-form-radio{display:flex!important;gap:.5rem!important}.modal-radio-label{flex:1!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:.65rem .5rem!important;text-align:center!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;cursor:pointer!important;background-color:#ffffff14!important;color:#cbd5e1!important;font-size:.85rem!important;font-weight:600!important;user-select:none!important;transition:background .15s ease,border-color .15s ease,color .15s ease!important}.modal-radio-label:hover{background-color:#ffffff26!important;border-color:#fff6!important;color:#fff!important}.modal-radio-label:has(input:checked){background-color:var(--green-action)!important;border-color:var(--green-accent)!important;color:#fff!important}.modal-radio-label input[type=radio]{position:absolute!important;opacity:0!important;width:0!important;height:0!important;pointer-events:none!important}.quote-modal-close{position:absolute!important;top:1.25rem!important;right:1.25rem!important;background:transparent!important;border:none!important;color:#94a3b8!important;font-size:2rem!important;cursor:pointer!important;line-height:1!important;padding:.25rem .5rem!important;transition:none!important}.quote-modal-close:hover{color:#fff!important}.modal-form-header{margin-bottom:1.5rem!important;text-align:left!important}.modal-form-header h2{font-family:var(--font-serif)!important;font-size:1.75rem!important;color:#fff!important;margin:0 0 .5rem!important}.modal-form-header p{color:#cbd5e1!important;font-size:.9rem!important;margin:0!important;line-height:1.4!important}@media (min-width: 900px){.nav__item--mega{position:static!important}.mega-menu{position:fixed!important;left:50%!important;transform:translate(-50%)!important;top:75px!important;width:min(1150px,88vw)!important;background:#102116!important;border:1px solid #23432f!important;border-radius:18px!important;box-shadow:0 15px 35px #00000080!important;padding:1.75rem 2rem!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:none!important;z-index:1000!important}.solid-dropdown,.nav__dropdown-menu:not(.mega-menu){background:#102116!important;border:1px solid #23432f!important;border-radius:14px!important;box-shadow:0 15px 35px #00000080!important;transition:none!important}.nav__item--open .mega-menu,.nav__item--open .nav__dropdown-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mega-menu__container--services-only{width:100%}.mega-services-pure-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.mega-service-pure-card{display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem 1rem;border-radius:12px;background:#162c1e;border:1px solid #234530;text-decoration:none;transition:none!important}.mega-service-pure-card:hover{background:#1d3b28;border-color:var(--green-accent)}.mega-service-pure-card__title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.5rem}.mega-service-pure-card__desc{font-size:.8rem;color:#cbd5e1;line-height:1.45;margin-bottom:1rem;flex:1}.mega-service-pure-card__link{font-size:.8rem;font-weight:700;color:var(--green-accent)}.mega-menu__container--projects-grid{display:flex;flex-direction:column;gap:1.25rem;width:100%}.mega-projects-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #23432f}.mega-projects-heading{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#e2e8f0}.mega-projects-all-link{font-size:.85rem;font-weight:700;color:var(--green-accent);text-decoration:none}.mega-projects-all-link:hover{color:#fff}.mega-projects-horizontal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.mega-project-item{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;background:#14281b;text-decoration:none;transition:none!important}.mega-project-item:hover{background:#1c3826}.mega-project-item__img-wrap{height:120px;background:#1b3524;overflow:hidden}.mega-project-item__img{width:100%;height:100%;object-fit:cover}.mega-project-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:.8rem;font-weight:600}.mega-project-item__details{padding:.9rem;display:flex;flex-direction:column;flex:1;justify-content:space-between}.mega-project-item__meta{display:flex;gap:.4rem;margin-bottom:.4rem}.meta-tag{font-size:.7rem;font-weight:700;padding:.15rem .45rem;border-radius:4px}.meta-tag--loc{background:#1c3d2a;color:#a7f3d0}.meta-tag--srv{background:#382d12;color:#fde68a}.mega-project-item__title{font-size:.85rem;font-weight:700;color:#fff;margin-bottom:0;line-height:1.35}.mega-menu__container--locations{display:flex;flex-direction:column;gap:1.25rem;width:100%}.mega-locations-header{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:.75rem;border-bottom:1px solid #23432f}.mega-title{font-family:var(--font-serif);font-size:1.35rem;color:#fff;margin-bottom:.25rem}.mega-subtitle{font-size:.85rem;color:#cbd5e1}.mega-hub-all-link{font-size:.85rem;font-weight:700;color:var(--green-accent);text-decoration:none}.mega-hub-all-link:hover{color:#fff}.mega-locations-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.85rem}.mega-location-card{background:#15291c;border:1px solid #234530;border-radius:10px;padding:.85rem;text-decoration:none;transition:none!important;display:flex;flex-direction:column;justify-content:space-between}.mega-location-card:hover{background:#1e3d2a;border-color:var(--green-accent)}.mega-location-card__header{margin-bottom:.25rem}.mega-location-name{font-size:.95rem;font-weight:700;color:#fff}.mega-location-region{font-size:.75rem;color:#e2e8f0;font-weight:600;display:block;margin-bottom:.35rem}.mega-location-satellites{font-size:.7rem;color:#94a3b8;line-height:1.3}.mega-locations-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #23432f;font-size:.85rem;color:#cbd5e1}.mega-phone-cta{color:var(--orange);font-weight:700;text-decoration:none}}
