*{box-sizing:border-box}:root{--color-primary: #1b2735;--color-primary-dark: #0d1825;--color-accent: #b48c57;--color-accent-dark: #96703d;--color-background: #f6f7f9;--color-surface: #ffffff;--color-text: #162234;--color-muted: #667386;--color-border: #e3e7ec;--shadow-soft: 0 14px 36px rgba(27, 39, 53, .08);--shadow-panel: 0 24px 70px rgba(27, 39, 53, .16);color:var(--color-text);font-family:Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--color-background);color:var(--color-text)}body,h1,h2,h3,p,ul{margin:0}ul{padding:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}img{display:block;max-width:100%}:focus-visible{outline:3px solid rgba(180,140,87,.48);outline-offset:3px}.site{min-height:100vh;background:var(--color-background)}.page-shell{width:min(1180px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:40;background:var(--color-primary-dark);color:#fff;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 12px 30px #0d182529}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:4.55rem}.brand{display:inline-flex;align-items:center;gap:.8rem;min-width:0}.brand__mark{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#fff 0 21%,#2f80ed 22% 57%,#1b2735 58%);border-radius:9px;color:#fff;font-size:1.1rem;font-weight:900;line-height:1;box-shadow:0 10px 24px #00000038}.brand__text{display:grid;gap:.06rem;line-height:1.1;text-transform:uppercase}.brand__text strong{font-size:1.1rem;font-weight:850;letter-spacing:.06em}.brand__text small{color:#d8dee7;font-size:.58rem;font-weight:800;letter-spacing:.04em}.site-nav{display:flex;justify-content:center;gap:clamp(.8rem,1.45vw,1.55rem);min-width:0}.site-nav__link{position:relative;color:#ffffffe0;font-size:.86rem;font-weight:400;line-height:1.2;white-space:nowrap}.site-nav__link:hover,.site-nav__link[aria-current=page]{color:#fff}.site-nav__link[aria-current=page]:after{position:absolute;right:0;bottom:-.65rem;left:0;height:2px;background:var(--color-accent);border-radius:99px;content:""}.icon{width:1.25rem;height:1.25rem}.mobile-menu-button{display:none;place-items:center;width:3rem;height:3rem;padding:0;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:10px;color:#fff}.mobile-menu,.mobile-menu[hidden]{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:0 1.35rem;border:1px solid transparent;border-radius:10px;font-size:.94rem;font-weight:600;line-height:1.1;text-align:center;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button:hover{transform:translateY(-1px)}.button--primary,.button--gold{background:var(--color-accent);color:#fff;box-shadow:0 12px 26px #b48c573d}.button--primary:hover,.button--gold:hover{background:var(--color-accent-dark)}.button--secondary{background:transparent;border-color:var(--color-accent);color:var(--color-primary)}.button--secondary:hover{background:#b48c5714}.button--header{min-width:10.4rem;color:#fff}.hero-section{background:#fff;border-bottom:1px solid var(--color-border)}.hero-section__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(40%,.95fr);min-height:33.5rem}.hero-copy{display:grid;align-content:center;gap:1.2rem;max-width:44rem;padding:clamp(4rem,7vw,6.25rem) clamp(2rem,7vw,calc((100vw - 1180px)/2 + 1rem));padding-right:clamp(2rem,4vw,4.5rem);justify-self:end}.hero-copy h1{color:var(--color-primary-dark);font-size:clamp(2.75rem,4.8vw,4.2rem);font-weight:900;line-height:1.05;letter-spacing:0;max-width:15ch}.hero-copy h1 span{color:var(--color-accent)}.hero-copy p{color:var(--color-muted);font-size:clamp(1.05rem,1.55vw,1.22rem);font-weight:400;line-height:1.55;max-width:41rem}.hero-proof{display:grid;gap:.55rem;list-style:none}.hero-proof li,.check-list li{display:flex;align-items:flex-start;gap:.6rem;color:var(--color-text);font-size:.94rem;font-weight:400;line-height:1.48}.hero-proof .icon,.check-list .icon{flex:0 0 auto;width:1.18rem;height:1.18rem;padding:.16rem;margin-top:.08rem;background:var(--color-accent);border-radius:999px;color:#fff}.hero-copy__actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:.35rem}.hero-media{min-height:33.5rem;overflow:hidden;background:var(--color-primary)}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.trust-strip{background:#fff;border-bottom:1px solid var(--color-border)}.trust-strip__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;padding:1.35rem 0}.trust-pill{display:inline-flex;align-items:center;gap:.75rem;min-width:0}.trust-pill .icon{width:2rem;height:2rem;color:var(--color-accent)}.trust-pill strong,.trust-pill span{display:block;line-height:1.15}.trust-pill strong{color:var(--color-primary);font-size:.92rem;font-weight:900}.trust-pill span{margin-top:.16rem;color:var(--color-muted);font-size:.82rem;font-weight:400}.section{padding:clamp(5rem,8vw,7rem) 0}.section--white{background:#fff}.section--soft{background:var(--color-background)}.section--contact{background:var(--color-primary-dark);color:#fff}.page-hero{position:relative;display:grid;height:75vh;min-height:34rem;overflow:hidden;color:#fff}.page-hero__image,.page-hero__overlay,.page-hero__content{grid-area:1 / 1}.page-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.page-hero__overlay{background:#00000080}.page-hero__content{z-index:1;display:grid;align-content:center;justify-items:start}.page-hero h1{max-width:14ch;font-size:clamp(2.8rem,6vw,5.4rem);font-weight:900;line-height:1.04;letter-spacing:0}.page-hero p{max-width:43rem;margin-top:1.2rem;color:#ffffffd6;font-size:clamp(1.05rem,1.6vw,1.24rem);line-height:1.65}.section-label{display:inline-flex;align-items:center;gap:.7rem;color:var(--color-accent);font-size:.92rem;font-weight:700;line-height:1.2}.section-label:before{width:2.05rem;height:2px;background:currentColor;border-radius:999px;content:""}.section-heading{max-width:46rem;margin-bottom:2.5rem}.section-heading--center{margin-right:auto;margin-left:auto;text-align:center}.section-heading--center .section-label{justify-content:center}.section-heading h2,.section-side-heading h2,.about-preview__copy h2,.workarea h2,.contact-section__intro h2,.page-intro h1,.contact-band h2,.service-detail__main h2{margin-top:.8rem;color:var(--color-primary-dark);font-size:clamp(2rem,4vw,3.15rem);font-weight:900;line-height:1.08;letter-spacing:0}.section-heading p,.section-side-heading p,.about-preview__copy p,.workarea p,.contact-section__intro p,.page-intro p,.contact-band p,.service-detail__main p{margin-top:.9rem;color:var(--color-muted);font-size:1rem;line-height:1.75}.services-preview{display:grid;gap:2.2rem}.section-side-heading--stacked{max-width:52rem}.section-link,.section-header-row a,.service-card a{display:inline-flex;color:var(--color-accent);font-size:.92rem;font-weight:600}.section-link{margin-top:-.4rem}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem;align-items:stretch}.service-grid--wide{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card,.benefit-card,.project-card,.service-detail__main,.service-detail__aside{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-soft)}.service-card{display:flex;align-items:center;flex-direction:column;height:100%;min-height:16.5rem;padding:1.6rem 1.25rem 1.35rem;text-align:center}.service-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;background:#b48c571f;border:1px solid rgba(180,140,87,.22);border-radius:999px;color:var(--color-accent)}.service-card h3,.benefit-card h3,.project-card h3,.service-detail__aside h3,.service-detail__main h3{margin-top:1rem;color:var(--color-primary);font-size:1.08rem;font-weight:900;line-height:1.25}.service-detail__main h3{margin-top:1.75rem}.service-card p,.benefit-card p,.project-card p{margin-top:.55rem;color:var(--color-muted);font-size:.92rem;font-weight:400;line-height:1.6}.service-card p{flex:1}.service-card a{justify-content:center;margin-top:1.35rem}.about-preview{display:grid;grid-template-columns:minmax(20rem,.78fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:center}.about-preview__image{overflow:hidden;min-height:20rem;background:var(--color-primary);border-radius:8px;box-shadow:var(--shadow-panel)}.about-preview__image img{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center}.about-preview__copy{max-width:47rem}.about-preview__copy .button{margin-top:1.4rem}.check-list{display:grid;gap:.6rem;margin-top:1.1rem;list-style:none}.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.benefit-card{padding:2rem 1.4rem;text-align:center}.benefit-card .icon{width:3rem;height:3rem;color:var(--color-accent)}.section-header-row{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem}.section-header-row .section-heading{margin-bottom:0}.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}.project-card{overflow:hidden}.project-card__link{display:grid;height:100%}.project-card__image{position:relative;height:13.2rem;overflow:hidden;background:var(--color-primary)}.project-card__image img{width:100%;height:100%;object-fit:cover}.project-card__image--1 img{object-position:22% 50%}.project-card__image--2 img{object-position:42% 38%}.project-card__image--3 img{object-position:58% 42%}.project-card__image--4 img{object-position:76% 45%}.project-card__image span{position:absolute;left:.8rem;bottom:.8rem;padding:.38rem .56rem;background:#1b2735db;border-radius:5px;color:#fff;font-size:.74rem;font-weight:600}.project-card__content{padding:1rem}.project-grid--overview{grid-template-columns:repeat(3,minmax(0,1fr))}.project-detail{display:grid;gap:2rem;max-width:960px}.project-detail__hero{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-panel)}.project-detail__content{display:grid;gap:1.1rem;color:var(--color-muted);font-size:1rem;line-height:1.75}.project-detail__content h2,.project-detail__content h3{color:var(--color-primary-dark);line-height:1.2}.project-detail__content h2{font-size:1.65rem}.project-detail__content h3{font-size:1.25rem}.project-detail__content ul{display:grid;gap:.5rem;padding-left:1.15rem}.project-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.project-gallery img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-soft)}.project-card__content span{display:block;margin-top:.3rem;color:var(--color-muted);font-size:.82rem;font-weight:400}.workarea{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,400px);gap:2.4rem;align-items:center}.workarea__content{max-width:52rem}.city-list{display:grid;gap:.65rem;margin-top:1.5rem;list-style:none}.city-list li{display:flex;align-items:center;gap:.62rem;color:var(--color-text);font-weight:400}.city-list .icon{color:var(--color-accent)}.map-card{position:relative;aspect-ratio:1210 / 913;width:min(100%,400px);max-width:400px;min-height:0;overflow:hidden;background:#edf1f5;border:1px solid var(--color-border);border-radius:12px;box-shadow:0 16px 36px #1b27351f;justify-self:end}.map-card:before,.map-card:after{display:none}.map-card img{width:100%;height:100%;object-fit:cover}.map-marker{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:.42rem;color:var(--color-primary-dark);font-size:clamp(.68rem,1.2vw,.82rem);font-weight:600;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.75);transform:translate(-50%,-50%)}.map-marker__dot{position:relative;display:inline-flex;width:.9rem;height:.9rem;background:var(--color-accent);border:2px solid #ffffff;border-radius:999px;box-shadow:0 0 0 1px #1b273529,0 0 14px #b48c577a,0 0 28px #b48c5738}.map-marker__dot:after{position:absolute;inset:-.2rem;background:#b48c5752;border-radius:inherit;animation:map-pulse 1.8s ease-out infinite;content:""}@keyframes map-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.contact-section{display:grid;gap:clamp(2rem,4vw,3.5rem);align-items:start}.contact-section__intro{max-width:52rem}.contact-section__intro h2{color:#fff}.contact-section__intro p{color:#ffffffc2}.contact-details{display:grid;gap:.9rem;margin-top:2rem}.contact-details a,.contact-details span{display:inline-flex;align-items:center;gap:.65rem;color:#fff;font-weight:400}.contact-details .icon{color:var(--color-accent)}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;width:100%;max-width:54rem;padding:clamp(1.25rem,3vw,2rem);background:#fff;border:1px solid rgba(255,255,255,.16);border-radius:8px;box-shadow:var(--shadow-panel)}.contact-form__wide,.form-status{grid-column:1 / -1}.contact-form label,.contact-form__field{display:grid;gap:.4rem;color:var(--color-primary);font-size:.82rem;font-weight:400}.contact-form__field>label{display:block}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d7dde5;border-radius:6px;background:#f8fafc;color:var(--color-text);font-size:.92rem}.contact-form input,.contact-form select{min-height:2.8rem;padding:0 .75rem}.contact-form textarea{min-height:8rem;padding:.75rem;resize:vertical}.form-status{color:var(--color-primary);font-size:.88rem;font-weight:400}.quote-page{display:grid;justify-items:center}.quote-page .contact-form{margin-top:.2rem}.service-select__control{min-height:2.8rem;border-color:#d7dde5!important;background:#f8fafc!important;box-shadow:none!important}.service-select__control:hover,.service-select__control--is-focused{border-color:var(--color-accent)!important}.service-select__multi-value{background:#b48c571f!important}.service-select__multi-value__label{color:var(--color-primary)!important;font-size:.86rem!important;font-weight:400!important}.page-intro{padding:clamp(5.2rem,9vw,7.5rem) 0;background:#fff;border-bottom:1px solid var(--color-border)}.page-intro .page-shell{max-width:1180px}.page-intro p{max-width:48rem}.breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.4rem;color:var(--color-muted);font-size:.9rem;font-weight:400}.breadcrumb span{display:inline-flex;gap:.45rem}.breadcrumb a{color:var(--color-primary)}.process-grid{display:grid;gap:2rem;align-items:start}.process-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.process-step{display:grid;gap:.5rem;padding:1.35rem;background:#fff;border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-soft)}.process-step strong{color:var(--color-accent);font-size:1.4rem;font-weight:900}.process-step span{font-weight:600}.service-detail{display:grid;gap:2rem;align-items:start}.service-detail__main,.service-detail__aside{padding:clamp(1.4rem,3vw,2.2rem)}.service-detail__icon{display:grid;place-items:center;width:4rem;height:4rem;background:#b48c571f;border-radius:999px;color:var(--color-accent)}.service-detail__icon .icon{width:2rem;height:2rem}.service-detail__aside{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.service-detail__aside h3{grid-column:1 / -1;margin-top:0;margin-bottom:.5rem}.service-detail__aside a{display:flex;align-items:center;gap:.7rem;padding:.75rem;background:var(--color-background);border-radius:6px;color:var(--color-primary);font-weight:400}.service-detail__aside .icon{color:var(--color-accent)}.contact-band{padding:clamp(5rem,7vw,6.25rem) 0;background:#eef2f7;color:var(--color-primary-dark)}.contact-band__inner{display:grid;justify-items:center;gap:1.2rem;text-align:center}.contact-band h2{color:var(--color-primary-dark)}.contact-band p{color:var(--color-muted)}.contact-band__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem}.contact-band__outline{background:transparent;border-color:var(--color-accent);color:var(--color-primary-dark);box-shadow:none}.contact-band__outline:hover{background:#b48c5714}.site-footer{background:#1b2735;color:#ffffffc7}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,1fr));gap:clamp(1.5rem,4vw,3rem);padding:clamp(3.75rem,6vw,5rem) 0 2rem;font-size:.92rem;font-weight:400}.site-footer strong,.site-footer a{color:#fff}.site-footer a{transition:color .2s ease,opacity .2s ease}.site-footer a:hover{color:var(--color-accent);opacity:.92}.site-footer__company strong{display:block;font-size:1.15rem;font-weight:700}.site-footer__company p{max-width:24rem;margin-top:.9rem;line-height:1.7}.site-footer__section{display:grid;align-content:start;gap:.58rem}.site-footer__section h2{color:#fff;font-size:.95rem;font-weight:700;line-height:1.2}.site-footer__section a,.site-footer__section span{line-height:1.45}.site-footer__bottom{padding:1.2rem 0 2rem;border-top:1px solid rgba(255,255,255,.12);font-size:.82rem}.floating-whatsapp{position:fixed;right:24px;bottom:24px;z-index:80;display:grid;place-items:center;width:56px;height:56px;background:#25d366;border-radius:999px;color:#fff;box-shadow:0 16px 34px #25d36657;transition:box-shadow .2s ease,transform .2s ease}.floating-whatsapp:hover{transform:scale(1.08);box-shadow:0 18px 40px #25d3666b}.floating-whatsapp .icon{width:1.75rem;height:1.75rem}@media(max-width:1180px){.site-header__inner{grid-template-columns:auto 1fr auto}.project-grid,.project-grid--overview,.benefit-grid,.site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.site-header__inner{grid-template-columns:auto 1fr auto;gap:1rem;padding:.8rem 0}.site-nav,.button--header{display:none}.mobile-menu-button{display:grid;grid-column:3}.mobile-menu{position:fixed;inset:4.7rem 0 0;z-index:35;display:block;padding:1rem 0 2rem;background:#1b2735;opacity:0;pointer-events:none;transform:translateY(-.75rem);transition:opacity .18s ease,transform .18s ease}.mobile-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu__inner{display:grid;gap:.4rem}.mobile-menu__inner a:not(.button){display:flex;align-items:center;min-height:3.4rem;padding:0 .2rem;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;font-size:1.1rem;font-weight:400}.mobile-menu__inner .button{margin-top:1rem}.hero-section__grid,.services-preview,.about-preview,.workarea,.contact-section,.process-grid,.service-detail{grid-template-columns:1fr}.hero-copy{max-width:none;padding:clamp(3.5rem,9vw,5rem) 1rem;justify-self:stretch}.hero-copy h1{max-width:13ch}.hero-media{min-height:23rem}.trust-strip__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.map-card{justify-self:start}.service-grid,.service-grid--wide,.service-detail__aside{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero{min-height:75vh}}@media(max-width:640px){.page-shell{width:min(100% - 1.25rem,1180px)}.brand__text strong{font-size:1rem}.brand__text small{font-size:.58rem}.hero-copy h1{font-size:clamp(2.35rem,12vw,3.2rem)}.hero-proof{display:none}.trust-strip__inner,.service-grid,.service-grid--wide,.service-detail__aside,.project-grid,.project-grid--overview,.benefit-grid,.process-steps,.project-gallery,.contact-form{grid-template-columns:1fr}.section{padding:5rem 0}.section-header-row{align-items:flex-start;flex-direction:column}.site-footer__inner{grid-template-columns:1fr}.hero-copy__actions,.hero-copy__actions .button,.contact-band .button,.contact-band__actions,.mobile-menu__inner .button{width:100%}.contact-band__actions{flex-direction:column}.map-card{width:100%;justify-self:stretch}.page-hero h1{font-size:clamp(2.45rem,12vw,3.35rem)}}
