*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--orange: #ff8135;--orange-dark: #e5681d;--charcoal: #0d1211;--warm-dark: #17302e;--warm-mid: rgba(13, 18, 17, .82);--warm-light: rgba(13, 18, 17, .64);--cream: rgba(253, 253, 253, .14);--cream-dark: rgba(73, 141, 159, .24);--white: #fdfdfd;--teal: #498d9f;--teal-dark: #326e7e;--font-display: "Manrope", system-ui, sans-serif;--font-body: "Manrope", system-ui, sans-serif;--nav-height: 72px;--surface-radius: 24px;--surface-shadow-soft: 0 18px 42px rgba(6, 12, 15, .15);--surface-shadow-hover: 0 26px 58px rgba(6, 12, 15, .2);--surface-glass: rgba(253, 253, 253, .2);--surface-soft: rgba(253, 253, 253, .78);--surface-strong: rgba(253, 253, 253, .9);--surface-line: rgba(253, 253, 253, .34);--surface-line-muted: rgba(73, 141, 159, .26);--section-wash: linear-gradient( 180deg, rgba(253, 253, 253, .12) 0%, rgba(253, 253, 253, .06) 100% );--page-gradient: radial-gradient( circle at 12% 10%, rgba(255, 129, 53, .9) 0%, rgba(255, 129, 53, .74) 18%, rgba(255, 129, 53, .16) 48%, transparent 80% ), radial-gradient( circle at 88% 8%, rgba(253, 253, 253, .96) 0%, rgba(253, 253, 253, .82) 22%, rgba(253, 253, 253, .18) 52%, transparent 82% ), radial-gradient( circle at 10% 90%, rgba(13, 18, 17, .96) 0%, rgba(13, 18, 17, .82) 18%, rgba(13, 18, 17, .24) 52%, transparent 82% ), radial-gradient( circle at 88% 88%, rgba(73, 141, 159, .86) 0%, rgba(73, 141, 159, .72) 26%, rgba(73, 141, 159, .2) 56%, transparent 82% ), linear-gradient( 135deg, rgba(255, 129, 53, .74) 0%, rgba(194, 164, 149, .56) 34%, rgba(115, 161, 171, .5) 68%, rgba(253, 253, 253, .92) 100% )}html{scroll-behavior:smooth;min-height:100%;background:var(--page-gradient)}body{font-family:var(--font-body);color:var(--charcoal);background:transparent;min-height:100%;line-height:1.6;overflow-x:hidden;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;position:relative;isolation:isolate}body:before{content:"";position:fixed;top:-14vmax;right:-14vmax;bottom:-14vmax;left:-14vmax;z-index:-1;pointer-events:none;background:var(--page-gradient);opacity:1;filter:saturate(1.02) contrast(1.02);transform:translateZ(0) scale(1.02)}body.gallery-lightbox-open{overflow:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-height);background:#fdfcfaeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(168,155,140,.15);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.5rem,5vw,4rem);transition:box-shadow .3s ease}.navbar.scrolled{box-shadow:0 2px 24px #2b2b2b14}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-logo img{height:220px;display:block}.nav-links{display:flex;align-items:center;gap:clamp(.75rem,1.8vw,1.5rem);list-style:none}.nav-links a{text-decoration:none;color:var(--warm-mid);font-size:.88rem;font-weight:500;letter-spacing:.03em;transition:color .25s}.nav-links a:hover,.nav-links a.active{color:var(--orange)}.lang-switch{display:flex;align-items:center;gap:0;background:var(--cream);border-radius:20px;overflow:hidden;border:1px solid var(--cream-dark)}.lang-btn{padding:5px 12px;font-size:.78rem;font-weight:600;border:none;background:transparent;cursor:pointer;color:var(--warm-light);transition:all .25s;font-family:var(--font-body)}.lang-btn.active{background:var(--orange);color:#fff;border-radius:20px}.hamburger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;background:none;border:none;padding:0;width:44px;height:44px;border-radius:999px;transition:background-color .28s ease,transform .28s ease}.hamburger span{display:block;width:24px;height:2px;background:var(--charcoal);border-radius:2px;transition:transform .36s cubic-bezier(.22,1,.36,1),opacity .22s ease,background-color .25s ease;transform-origin:center}.hamburger:hover,.hamburger.is-open{background:#f28b3514}.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:calc(var(--nav-height) + .45rem);left:.9rem;right:.9rem;bottom:1rem;display:flex;background:#fdfcfaf5;z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2.5rem 1.5rem 2rem;border:1px solid rgba(168,155,140,.16);border-radius:24px;box-shadow:0 24px 48px #3a353024;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-14px) scale(.985);transition:opacity .28s ease,transform .42s cubic-bezier(.22,1,.36,1),visibility 0s linear .42s;overflow-y:auto}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);transition-delay:0s}.mobile-menu>*{opacity:0;transform:translateY(12px);transition:opacity .28s ease,transform .42s cubic-bezier(.22,1,.36,1)}.mobile-menu.open>*{opacity:1;transform:translateY(0)}.mobile-menu.open>*:nth-child(1){transition-delay:.04s}.mobile-menu.open>*:nth-child(2){transition-delay:.08s}.mobile-menu.open>*:nth-child(3){transition-delay:.12s}.mobile-menu.open>*:nth-child(4){transition-delay:.16s}.mobile-menu.open>*:nth-child(5),.mobile-menu.open>*:nth-child(6){transition-delay:.2s}.mobile-menu.open>*:nth-child(7){transition-delay:.24s}.mobile-menu.open>*:nth-child(8){transition-delay:.28s}.mobile-menu a{text-decoration:none;color:var(--charcoal);font-size:1.4rem;font-weight:500;transition:color .25s}.mobile-menu a:hover{color:var(--orange)}@media(max-width:768px){body.menu-open{overflow:hidden}.navbar{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;justify-content:initial;padding:0 1rem}.nav-logo{grid-column:2;justify-self:center;justify-content:center;align-items:center;height:100%;width:clamp(172px,56vw,232px);margin:0;overflow:hidden}.nav-logo img{width:100%;height:calc(var(--nav-height) - 12px);max-height:none;object-fit:cover;object-position:center center}.nav-links{display:none}.hamburger{display:flex;grid-column:3;justify-self:end;align-self:center;position:relative;z-index:1001}}@media(min-width:769px){.mobile-menu{display:none}}.hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:calc(var(--nav-height) + 1rem) clamp(1.5rem,5vw,4rem) 1rem;overflow:hidden;background:radial-gradient(circle at top left,rgba(242,139,53,.12) 0%,rgba(242,139,53,.02) 28%,transparent 52%),linear-gradient(180deg,#f8f4f0,#f2ece6)}.hero-shell{position:relative;z-index:1;width:min(1240px,100%);display:grid;grid-template-columns:minmax(0,5.45fr) minmax(0,6.55fr);grid-template-rows:minmax(0,1fr);grid-template-areas:"content media";gap:clamp(1.15rem,1.9vw,1.8rem);height:min(620px,calc(100svh - var(--nav-height) - 2.75rem));max-height:620px;padding:clamp(.9rem,1.25vw,1.1rem);border:1px solid rgba(168,155,140,.18);border-radius:34px;background:linear-gradient(145deg,#fdfcfafa,#f5f0ebf5);box-shadow:0 30px 74px #3a35301c,inset 0 1px #ffffffb3}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.025);filter:saturate(.98) contrast(1.02) brightness(.98);transition:opacity 1.8s cubic-bezier(.22,1,.36,1),transform 9.4s cubic-bezier(.22,1,.36,1),filter 9.4s ease;will-change:opacity,transform,filter;pointer-events:none;backface-visibility:hidden;transform-origin:center center}.hero-bg.is-visible{opacity:1;transform:scale(1);filter:saturate(1.03) contrast(1.03) brightness(1.01)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,#0b0f1300 34%,#0b0f130a,#0b0f1324,#0b0f1347),radial-gradient(circle at 50% 0%,#ffffff1f,#fff0 38%),radial-gradient(circle at 100% 100%,#0b0f132e,#0b0f1300 28%)}.hero-content{grid-area:content;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:clamp(.95rem,1.3vw,1.2rem);text-align:left;padding:clamp(.65rem,.95vw,.82rem) clamp(.15rem,.45vw,.45rem);min-width:0}.hero-badge{display:inline-block;padding:.52rem .82rem;background:#fdfcfae6;border:1px solid rgba(168,155,140,.2);border-radius:30px;color:var(--warm-mid);font-size:.74rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:0;box-shadow:0 14px 30px #3a35300f}.hero h1{font-family:var(--font-display);font-size:clamp(2.4rem,3.55vw,3.7rem);color:var(--charcoal);line-height:1.08;letter-spacing:-.032em;font-weight:600;max-width:11.2ch;margin-bottom:0;text-wrap:balance}.hero p{color:var(--warm-mid);font-size:clamp(.96rem,1.05vw,1.04rem);font-weight:500;line-height:1.68;max-width:46ch;margin-bottom:0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:220px;padding:16px 36px;background:var(--orange);color:#fff;font-family:var(--font-body);font-size:1rem;font-weight:600;letter-spacing:.01em;border:none;border-radius:50px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 16px 34px #f28b3538}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 22px 42px #f28b3542}.btn-primary svg{width:18px;height:18px}.hero-actions{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:.85rem;width:min(100%,27.75rem);margin-top:.2rem;margin-bottom:0}.hero-actions .btn-primary,.hero-actions .btn-secondary{flex:1 1 calc(50% - .425rem);min-width:0}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:16px 36px;background:#fdfcfaeb;color:var(--charcoal);font-family:var(--font-body);font-size:1rem;font-weight:600;letter-spacing:.01em;border:1px solid rgba(168,155,140,.24);border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 14px 30px #3a353014}.btn-secondary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 18px 34px #3a35301a}.hero-visual{--hero-content-top-offset: 0px;--hero-content-bottom-offset: 0px;grid-area:media;position:relative;min-width:0;min-height:0;height:100%}.hero-trust{position:absolute;left:1.35rem;bottom:calc(var(--hero-content-bottom-offset) + 1.35rem);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem .8rem;max-width:min(390px,78%);padding:.88rem .94rem;background:#fdfcfab8;border:1px solid rgba(168,155,140,.18);border-radius:26px;box-shadow:0 22px 40px #3a353021;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:4;pointer-events:none}.hero-trust-item{display:inline-flex;align-items:center;justify-content:flex-start;gap:.55rem;color:var(--charcoal);font-size:.95rem;font-weight:600;letter-spacing:-.01em}.hero-trust-mark{color:var(--orange);font-size:1rem;line-height:1}.hero-media{position:relative;min-height:0;width:100%;height:max(0px,calc(100% - var(--hero-content-top-offset) - var(--hero-content-bottom-offset)));margin-top:var(--hero-content-top-offset);border-radius:29px;overflow:hidden;border:none;background:#4f4841;box-shadow:0 34px 68px #2b2b2b29}.hero-media:before{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;border:1px solid rgba(107,97,87,.28);border-radius:20px;z-index:3;pointer-events:none}.hero-overlay{z-index:2}.hero-bg{z-index:1}@media(max-width:768px){.hero{min-height:auto;padding:calc(var(--nav-height) + .9rem) .9rem 1rem}.hero-shell{grid-template-columns:1fr;grid-template-areas:"content" "media";gap:1rem;height:auto;max-height:none;border-radius:24px;padding:.95rem}.hero-content{gap:1.08rem;padding:.3rem .2rem 0}.hero h1{max-width:11.5ch;font-size:clamp(2.05rem,8vw,2.85rem)}.hero p{font-size:.98rem;line-height:1.7;max-width:34ch}.hero-actions{width:100%;flex-direction:column;align-items:stretch;gap:.78rem;margin-top:.1rem;margin-bottom:0}.hero-actions .btn-primary,.hero-actions .btn-secondary{flex:initial}.btn-primary,.btn-secondary{width:100%;justify-content:center;min-width:0;padding:14px 24px}.hero-trust{position:static;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding:.88rem .9rem;max-width:none;width:100%;margin-top:.05rem}.hero-trust-item{justify-content:flex-start;font-size:.86rem}.hero-visual{height:auto;display:flex;flex-direction:column;gap:.95rem;--hero-content-top-offset: 0px;--hero-content-bottom-offset: 0px}.hero-media{width:100%;height:auto;margin-top:0;aspect-ratio:3 / 2;min-height:228px;border-radius:24px;overflow:hidden;background:#615a53}.hero-media:before{top:.8rem;right:.8rem;bottom:.8rem;left:.8rem;border-radius:16px}}@media(max-width:480px){.hero h1{font-size:1.95rem}.hero-badge{font-size:.7rem;letter-spacing:.1em}.hero-trust{grid-template-columns:1fr}}.section{padding:clamp(4rem,8vw,7rem) clamp(1.5rem,5vw,4rem);scroll-margin-top:calc(var(--nav-height) + 1rem)}.section-label{display:inline-block;color:var(--orange);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);color:var(--charcoal);line-height:1.15;font-weight:800;letter-spacing:-.04em;margin-bottom:1rem}.section-subtitle{color:var(--warm-mid);font-size:1.05rem;font-weight:400;line-height:1.75;max-width:560px;margin-bottom:3rem}.section-center{text-align:center}.section-center .section-subtitle{margin-left:auto;margin-right:auto}.service-page,.map-section,.hero{scroll-margin-top:calc(var(--nav-height) + .8rem)}.service-page{padding-top:calc(var(--nav-height) + 3.2rem);background:radial-gradient(circle at top right,rgba(242,139,53,.08) 0%,rgba(242,139,53,.02) 28%,transparent 52%),linear-gradient(180deg,#f8f4f0,#fdfcfa)}.service-page-shell,.seo-shell{max-width:1180px;margin:0 auto}.service-page-title{font-family:var(--font-display);font-size:clamp(2.5rem,4.6vw,4.3rem);line-height:1.05;letter-spacing:-.04em;font-weight:700;max-width:12ch;margin-bottom:1rem;color:var(--charcoal)}.service-page-intro{max-width:72ch;color:var(--warm-mid);font-size:1.05rem;line-height:1.82}.service-page-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.75rem}.service-page-links,.seo-link-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.service-page-link,.seo-link-pill{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1rem;border-radius:999px;border:1px solid rgba(168,155,140,.22);background:#fdfcfae6;color:var(--charcoal);text-decoration:none;font-size:.92rem;font-weight:600;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.service-page-link:hover,.seo-link-pill:hover{transform:translateY(-2px);border-color:#f28b3552;box-shadow:0 14px 28px #3a353014}.service-page-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2.2rem}.service-page-card{height:100%;padding:2rem;border-radius:24px;background:#fdfcfaeb;border:1px solid rgba(168,155,140,.16);box-shadow:0 18px 40px #3a353014}.service-page-card h2,.service-page-cta h2{font-family:var(--font-display);color:var(--charcoal);font-size:1.45rem;line-height:1.2;margin-bottom:1rem}.service-page-card p,.service-page-cta p{color:var(--warm-mid);font-size:1rem;line-height:1.8}.service-page-card p+p{margin-top:1rem}.service-page-card ul{margin-top:1.2rem;padding-left:1.2rem;color:var(--warm-mid)}.service-page-card li+li{margin-top:.65rem}.service-page-cta{margin-top:2rem;padding:2rem;border-radius:28px;background:var(--charcoal);color:#fff;box-shadow:0 22px 50px #2b2b2b29}.service-page-cta h2,.service-page-cta p{color:#fff}.service-page-cta p{max-width:62ch;opacity:.82}.seo-section{background:var(--white)}.seo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.seo-paragraph{height:100%;padding:1.75rem;border-radius:22px;background:var(--cream);color:var(--warm-mid);line-height:1.82;border:1px solid rgba(168,155,140,.14)}.services{background:var(--cream)}.services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:980px;margin:0 auto;align-items:stretch}.services-grid>.reveal{display:flex;min-width:0;height:100%}@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.service-card{padding:1.55rem 1.2rem;min-height:27.5rem}}.service-card{background:var(--white);border-radius:var(--surface-radius);padding:2rem 1.6rem;text-align:center;transition:all .35s ease;border:1px solid rgba(168,155,140,.14);box-shadow:var(--surface-shadow-soft);height:100%;width:100%;min-height:29rem;display:grid;grid-template-rows:minmax(3.6rem,auto) minmax(7.25rem,auto) 1fr;align-items:start;row-gap:1rem;justify-items:center}.service-card:hover{transform:translateY(-4px);border-color:#f28b354d;box-shadow:0 18px 40px #f28b351f}.service-icon{width:56px;height:56px;margin:0 auto 1rem;background:linear-gradient(135deg,#f28b351a,#f28b350d);border-radius:14px;display:flex;align-items:center;justify-content:center}.service-icon svg{width:26px;height:26px;stroke:var(--orange);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-family:var(--font-display);font-size:1.4rem;color:var(--charcoal);font-weight:700;line-height:1.25;margin:0;align-self:start;text-wrap:balance;width:100%;text-align:center}.service-card p{color:var(--warm-mid);font-size:.97rem;line-height:1.72;margin:0;width:100%;max-width:34ch;text-align:center}.service-card-details{list-style:none;display:grid;gap:.72rem;width:min(100%,30ch);margin:0;padding:0;text-align:left}.service-card-details li{position:relative;padding-left:1rem;color:#0d1211c7;font-size:.93rem;line-height:1.6;text-align:left}.service-card-details li:before{content:"";position:absolute;left:0;top:.62rem;width:6px;height:6px;border-radius:50%;background:var(--orange)}.projects-preview{background:radial-gradient(circle at top right,rgba(242,139,53,.08) 0%,rgba(242,139,53,.02) 30%,transparent 60%),var(--white)}.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;max-width:1100px;margin:0 auto}.project-card{height:100%;text-align:left;padding:1.8rem;border-radius:22px;background:#f5f0ebb8;border:1px solid rgba(168,155,140,.16);box-shadow:0 18px 36px #3a35300d}.project-card-index{display:inline-flex;margin-bottom:1rem;padding:.36rem .62rem;border-radius:999px;background:#f28b351a;color:var(--orange);font-size:.74rem;font-weight:700;letter-spacing:.12em}.project-card h3{font-family:var(--font-display);font-size:1.28rem;line-height:1.25;margin-bottom:.8rem}.project-card p{color:var(--warm-mid);font-size:.98rem;line-height:1.72}.process-section{background:var(--cream)}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:1120px;margin:0 auto}.process-card{height:100%;text-align:left;padding:1.5rem;border-radius:20px;background:#fdfcfaeb;border:1px solid rgba(168,155,140,.14);box-shadow:0 12px 28px #3a35300f}.process-card-number{display:inline-flex;margin-bottom:1rem;color:var(--orange);font-size:.84rem;font-weight:700;letter-spacing:.14em}.process-card h3{font-family:var(--font-display);font-size:1.1rem;margin-bottom:.7rem}.process-card p{color:var(--warm-mid);font-size:.95rem;line-height:1.68}.testimonials{background:var(--white)}.testimonials-container{max-width:1180px;margin:0 auto}.testimonials-grid{--testimonial-card-width: 340px;display:flex;flex-direction:row;gap:1.6rem;justify-content:center;align-items:stretch;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-padding-inline:max(1rem,calc((100% - var(--testimonial-card-width)) / 2));padding:.2rem max(1rem,calc((100% - var(--testimonial-card-width)) / 2)) .35rem;max-width:100%;margin:0 auto;touch-action:manipulation;overscroll-behavior-x:contain;overscroll-behavior-y:auto;-ms-overflow-style:none;scrollbar-width:none}.testimonials-grid>.reveal{flex:0 0 var(--testimonial-card-width);scroll-snap-align:center;scroll-snap-stop:always;display:flex}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{background:var(--white);border-radius:var(--surface-radius);padding:2.2rem 1.8rem;text-align:center;transition:all .35s ease;border:1px solid rgba(168,155,140,.14);box-shadow:var(--surface-shadow-soft);scroll-snap-align:center;position:relative;width:100%;height:100%;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-4px);border-color:#f28b3566;box-shadow:0 18px 40px #f28b351f}.testimonial-rating{color:var(--orange);font-size:1.2rem;margin-bottom:1.1rem;letter-spacing:.12em}.testimonial-text{color:var(--warm-mid);font-size:1rem;line-height:1.6;margin-bottom:1.6rem}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:.75rem}.testimonial-author-copy{display:flex;flex-direction:column;gap:.15rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.testimonial-name{font-weight:600;color:var(--charcoal);font-size:.95rem}.testimonial-meta{color:var(--warm-light);font-size:.8rem;letter-spacing:.02em}.testimonials-dots{display:none}@media(max-width:768px){.testimonials-grid{--testimonial-card-width: min(86vw, 340px);gap:1rem;scroll-padding-inline:max(.75rem,calc((100% - var(--testimonial-card-width)) / 2));padding:.15rem max(.75rem,calc((100% - var(--testimonial-card-width)) / 2)) .35rem}.testimonials-grid>.reveal{flex:0 0 var(--testimonial-card-width)}.testimonial-card{padding:1.6rem 1.2rem}.testimonial-author{margin-top:auto}.testimonial-rating{font-size:1rem}.testimonial-text{font-size:.95rem}.testimonials-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.testimonials-dot{width:7px;height:7px;border-radius:999px;border:0;background:#a89b8c59;transition:transform .2s ease,background .2s ease;cursor:pointer;padding:0}.testimonials-dot.active{background:#f28b35bf;transform:scale(1.25)}}.gallery,.gallery-page{background:radial-gradient(circle at top right,rgba(242,139,53,.08) 0%,rgba(242,139,53,.02) 28%,transparent 56%),var(--white)}.gallery-page{padding-top:calc(var(--nav-height) + 3.2rem)}.gallery-actions{display:flex;justify-content:center;margin-top:2rem}.gallery-page-actions{display:flex;justify-content:flex-start;max-width:1120px;margin:0 auto 1rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.95rem,1.8vw,1.15rem);max-width:1120px;margin:0 auto;align-items:stretch}.gallery-grid>.reveal{display:flex;min-width:0}.gallery-item{position:relative;width:100%;height:100%;padding:0;border:0;border-radius:var(--surface-radius);overflow:hidden;background:var(--cream);border:1px solid rgba(168,155,140,.16);box-shadow:var(--surface-shadow-soft);isolation:isolate;cursor:zoom-in;transition:transform .38s cubic-bezier(.22,1,.36,1),border-color .28s ease,box-shadow .38s ease;text-align:left}.gallery-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fdfcfa05,#2b2b2b24);z-index:1;pointer-events:none}.gallery-item:after{content:"";position:absolute;top:.9rem;right:.9rem;bottom:.9rem;left:.9rem;border:1px solid rgba(253,252,250,.26);border-radius:15px;z-index:2;pointer-events:none}.gallery-item img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;transform:scale(1.001);transition:transform .6s cubic-bezier(.22,1,.36,1),filter .45s ease}.gallery-item:hover{transform:translateY(-4px);border-color:#f28b3538;box-shadow:var(--surface-shadow-hover)}.gallery-item:hover img{transform:scale(1.04);filter:saturate(1.03) contrast(1.02)}.gallery-grid--full .gallery-item img{aspect-ratio:3 / 2}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#111111d1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.gallery-lightbox-close,.gallery-lightbox-nav,.gallery-lightbox-action{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(253,252,250,.14);background:#fdfcfa1a;color:#fff;cursor:pointer;transition:background-color .24s ease,transform .24s ease,opacity .24s ease}.gallery-lightbox-close:hover,.gallery-lightbox-nav:hover,.gallery-lightbox-action:hover{background:#fdfcfa29;transform:translateY(-1px)}.gallery-lightbox-close:disabled,.gallery-lightbox-nav:disabled,.gallery-lightbox-action:disabled{opacity:.35;cursor:not-allowed;transform:none}.gallery-lightbox-close{position:absolute;top:1rem;right:1rem;width:46px;height:46px;border-radius:999px;font-size:1.8rem;line-height:1;z-index:2}.gallery-lightbox-toolbar{position:absolute;top:1rem;left:1rem;right:4.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:2}.gallery-lightbox-counter,.gallery-lightbox-zoom{border-radius:999px;background:#fdfcfa1a;border:1px solid rgba(253,252,250,.14);color:#fff}.gallery-lightbox-counter{padding:.7rem 1rem;font-size:.9rem;font-weight:600;letter-spacing:.02em}.gallery-lightbox-zoom{display:inline-flex;align-items:center;gap:.4rem;padding:.28rem}.gallery-lightbox-zoom span{min-width:56px;font-size:.88rem;font-weight:600}.gallery-lightbox-action{width:38px;height:38px;border-radius:999px;font-size:1.2rem}.gallery-lightbox-frame{position:relative;width:min(1440px,100%);margin:0 auto}.gallery-lightbox-stage{display:flex;align-items:center;justify-content:center;min-height:min(82vh,920px);padding:1rem;overflow:auto;border-radius:30px;background:#0b0f133d;border:1px solid rgba(253,252,250,.08);box-shadow:0 28px 64px #0000003d;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom}.gallery-lightbox-image{display:block;width:min(92vw,1200px);max-width:1200px;height:auto;border-radius:22px;box-shadow:0 22px 48px #0003;transition:width .22s ease,max-width .22s ease}.gallery-lightbox-nav{position:absolute;top:50%;width:48px;height:48px;border-radius:999px;font-size:2rem;line-height:1;transform:translateY(-50%);z-index:2}.gallery-lightbox-nav--prev{left:1rem}.gallery-lightbox-nav--next{right:1rem}@media(max-width:980px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-page-actions{max-width:100%}}@media(max-width:640px){.gallery-grid{grid-template-columns:1fr;gap:.95rem}.gallery-actions{margin-top:1.5rem}.gallery-page-actions{justify-content:center;margin-bottom:1.2rem}.gallery-lightbox{padding:.85rem}.gallery-lightbox-close{top:.85rem;right:.85rem}.gallery-lightbox-toolbar{top:.85rem;left:.85rem;right:4rem;flex-direction:column;align-items:flex-start}.gallery-lightbox-stage{min-height:74vh;padding:.85rem;border-radius:24px}.gallery-lightbox-nav{top:auto;bottom:1rem;transform:none}.gallery-lightbox-nav--prev{left:calc(50% - 3.25rem)}.gallery-lightbox-nav--next{right:calc(50% - 3.25rem)}}.trust{background:linear-gradient(180deg,#f5f0eb9e,#fdfcfaf5);color:var(--charcoal)}.trust .section-subtitle{color:var(--warm-mid)}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;max-width:1100px;margin:0 auto}.trust-grid>.reveal{display:flex}.trust-card{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;height:100%;padding:1.6rem;border-radius:22px;background:#fdfcfaeb;border:1px solid rgba(168,155,140,.16);box-shadow:0 16px 34px #3a35300f;transition:transform .32s ease,border-color .28s ease,box-shadow .32s ease}.trust-card:hover{transform:translateY(-3px);border-color:#f28b3533;box-shadow:0 22px 40px #3a353017}.trust-icon{flex-shrink:0;width:44px;height:44px;background:#f28b3517;border:1px solid rgba(242,139,53,.12);border-radius:14px;display:flex;align-items:center;justify-content:center}.trust-icon svg{width:20px;height:20px;stroke:var(--warm-dark);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-card-copy{display:flex;flex-direction:column;gap:.35rem}.trust-card h3{font-family:var(--font-display);font-size:1.1rem;line-height:1.35}.trust-card p{color:var(--warm-mid);font-size:.92rem;line-height:1.68}@media(max-width:980px){.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.trust-grid{grid-template-columns:1fr;gap:1rem}.trust-card{padding:1.35rem}}.contact{background:var(--cream)}.contact-support{color:var(--warm-mid);font-size:.95rem;font-weight:500;margin:-1.7rem auto 2.8rem}.contact-intro{max-width:820px;margin:0 auto 3rem}.contact-intro .reveal{display:flex;justify-content:center}.contact-intro .section-label{margin-bottom:1rem}.contact-intro .section-title{margin-bottom:1.1rem}.contact-intro .section-subtitle{margin-bottom:1.7rem}.contact-intro .contact-support{margin:0 auto;max-width:38ch}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}@media(max-width:768px){.contact-wrapper{grid-template-columns:1fr}.contact-intro{margin-bottom:2.4rem}}.contact-info h3{font-family:var(--font-display);font-size:1.3rem;margin-bottom:1.5rem}.contact-detail{display:flex;align-items:center;gap:12px;margin-bottom:1rem;color:var(--warm-mid);font-size:.95rem}.contact-detail a{color:inherit;text-decoration:none}.contact-detail a:hover{color:var(--charcoal)}.contact-detail svg{width:20px;height:20px;stroke:var(--orange);fill:none;stroke-width:1.8;flex-shrink:0}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:500px){.form-row{grid-template-columns:1fr}}.contact-form input,.contact-form textarea{width:100%;padding:14px 18px;border:1px solid var(--cream-dark);border-radius:10px;font-family:var(--font-body);font-size:.95rem;background:var(--white);color:var(--charcoal);transition:border-color .25s;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--orange)}.contact-form textarea{resize:vertical;min-height:120px}.btn-submit{align-self:flex-start;padding:14px 32px;background:var(--orange);color:#fff;border:none;border-radius:50px;font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-submit:hover{background:var(--orange-dark);transform:translateY(-2px)}.btn-submit:disabled{cursor:wait;opacity:.9;transform:none}.contact-form-status{font-size:.92rem;line-height:1.6}.contact-form-status.is-success{color:var(--warm-dark)}.map-section{padding:0}.map-header{text-align:center;padding:clamp(3rem,6vw,5rem) 1.5rem 2rem}.map-container{width:100%;height:400px}.map-container iframe{width:100%;height:100%;border:0;filter:saturate(.85) contrast(1.05)}.map-address{text-align:center;padding:1.5rem;color:var(--warm-mid);font-size:.9rem}.footer{background:var(--charcoal);color:#ffffff80;padding:2.5rem clamp(1.5rem,5vw,4rem)}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;max-width:1200px;margin:0 auto}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand a{display:flex;align-items:center}.footer-brand img{height:70px;filter:brightness(10)}.footer-copy{font-size:.82rem}.footer-details{display:flex;flex-direction:column;gap:.32rem;font-size:.86rem;color:#ffffffb8}.footer-details span{color:#ffffff80}.footer-details a{color:inherit;text-decoration:none}.footer-details a:hover{color:#fff}.footer-socials{display:flex;gap:12px}.footer-socials a{width:38px;height:38px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:background .25s}.footer-socials a:hover{background:var(--orange)}.footer-socials svg{width:18px;height:18px;fill:#fff}@media(max-width:768px){.projects-grid,.process-grid{grid-template-columns:1fr}.project-card,.process-card{padding:1.35rem}.contact-support{margin:-1.9rem auto 2.4rem;max-width:34ch}.footer-inner{justify-content:center;text-align:center}.footer-details{align-items:center}.service-page{padding-top:calc(var(--nav-height) + 2.1rem)}.service-page-title{max-width:100%;font-size:clamp(2rem,8vw,3rem)}.service-page-intro{font-size:1rem}.service-page-actions{flex-direction:column}.service-page-actions .btn-primary,.service-page-actions .btn-secondary{width:100%;min-width:0}.service-page-sections,.seo-grid{grid-template-columns:1fr}.service-page-card,.service-page-cta,.seo-paragraph{padding:1.4rem}}main,.footer{position:relative}main>*,main>section,section,.footer,.elementor-section,.elementor-top-section,.elementor-container,.elementor-column,.elementor-widget-wrap{margin-top:0!important;margin-bottom:0!important}main>section,main>.section,main>.hero,main>.service-page,main>.gallery-page,main>.map-section,.footer,.elementor-section,.elementor-top-section{border:0!important;box-shadow:none!important}.hero,.section,.service-page,.gallery-page,.map-section,.footer,.services,.projects-preview,.process-section,.testimonials,.gallery,.trust,.contact,.seo-section{background:transparent!important}main>section:before,main>section:after,.elementor-section:before,.elementor-section:after,.elementor-top-section:before,.elementor-top-section:after{display:none!important}hr,.elementor-divider,.elementor-widget-divider,.elementor-widget-divider .elementor-divider-separator,.elementor-widget-divider hr{display:none!important}.navbar{background:#0d12118f;border-bottom:1px solid rgba(253,253,253,.14);box-shadow:0 18px 46px #060c0f24}.navbar.scrolled{box-shadow:0 22px 54px #060c0f2e}.nav-links a{color:#fdfdfde0}.lang-switch{background:#fdfdfd1a;border:1px solid rgba(253,253,253,.12)}.lang-btn{color:#fdfdfdd1}.lang-btn.active{background:linear-gradient(135deg,var(--orange) 0%,#ff9a60 100%);color:var(--charcoal)}.hamburger span{background:var(--white)}.hamburger:hover,.hamburger.is-open{background:#fdfdfd14}.mobile-menu{background:linear-gradient(180deg,#0d1211d1,#0d1211bd);border:1px solid rgba(253,253,253,.1);box-shadow:0 24px 60px #060c0f42}.mobile-menu a{color:#fdfdfde0}.hero,.service-page,.gallery-page{background:transparent}.services,.projects-preview,.process-section,.testimonials,.gallery,.trust,.contact,.seo-section,.map-section{background:var(--section-wash)}.hero-shell{border-color:#fdfdfd42;background:linear-gradient(145deg,#fdfdfdd6,#fdfdfd9e);box-shadow:0 28px 68px #060c0f29,inset 0 1px #ffffff80;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.hero-badge{background:#0d1211c7;border-color:#fdfdfd1f;color:#fdfdfde0;box-shadow:0 12px 24px #060c0f24}.btn-primary,.btn-submit{background:linear-gradient(135deg,var(--orange) 0%,#ff9b63 100%);color:var(--charcoal);box-shadow:0 18px 40px #ff81354d}.btn-primary:hover,.btn-submit:hover{background:linear-gradient(135deg,var(--orange-dark) 0%,var(--orange) 100%);box-shadow:0 22px 48px #ff81355c}.btn-secondary{background:#0d1211cc;color:var(--white);border-color:#fdfdfd24;box-shadow:0 16px 34px #060c0f33}.btn-secondary:hover{background:#0d1211db;box-shadow:0 20px 40px #060c0f3d}.hero-trust{background:#0d121199;border-color:#fdfdfd1f;box-shadow:0 18px 36px #060c0f29}.hero-trust-item{color:var(--white)}.hero-media{background:var(--charcoal);box-shadow:0 34px 76px #060c0f3d}.hero-media:before{border-color:#fdfdfd29}.hero-overlay{background:radial-gradient(circle at 0% 0%,#ff813538,#ff813500 34%),radial-gradient(circle at 100% 100%,#498d9f3d,#498d9f00 34%),radial-gradient(circle at 50% 50%,#0d121100 36%,#0d12111f 66%,#0d121157)}.service-page-link,.seo-link-pill{background:#0d121194;border-color:#fdfdfd24;color:var(--white);box-shadow:0 14px 30px #060c0f24}.service-page-link:hover,.seo-link-pill:hover{border-color:#ff813566;box-shadow:0 18px 36px #060c0f2e}.service-page-cta{background:linear-gradient(135deg,#0d1211eb,#1b3439e0);border:1px solid rgba(253,253,253,.12);box-shadow:0 28px 64px #060c0f3d}.service-page-cta p{opacity:.82}.service-page-card,.seo-paragraph,.service-card,.project-card,.process-card,.testimonial-card,.trust-card,.contact-info,.contact-form{background:linear-gradient(180deg,#fdfdfdd6,#fdfdfdb3);border:1px solid rgba(253,253,253,.3);box-shadow:0 16px 38px #060c0f1a;backdrop-filter:blur(16px) saturate(145%);-webkit-backdrop-filter:blur(16px) saturate(145%)}.contact-info,.contact-form{padding:clamp(1.45rem,2vw,2rem);border-radius:var(--surface-radius)}.service-card:hover,.testimonial-card:hover,.gallery-item:hover,.trust-card:hover{border-color:#ff813547;box-shadow:var(--surface-shadow-hover)}.service-icon{background:linear-gradient(135deg,#ff81352e,#498d9f24)}.project-card-index,.trust-icon{background:#ff813524}.trust-icon{border-color:#fdfdfd38}.gallery-item{background:#fdfdfd8f;border:1px solid rgba(253,253,253,.26);box-shadow:0 14px 34px #060c0f1a}.gallery-item:before{background:linear-gradient(180deg,#fdfdfd05,#0d12113d)}.contact-form input,.contact-form textarea{background:#fdfdfdeb;border-color:#498d9f42;box-shadow:inset 0 1px #fff6}.contact-form input:focus,.contact-form textarea:focus{border-color:#ff8135b8;box-shadow:0 0 0 4px #ff81351f}.contact-detail a:hover{color:var(--orange)}.contact-form-status.is-success{color:var(--charcoal)}.contact-form-status.is-error{color:var(--orange-dark)}.map-section{padding:0 clamp(1rem,4vw,2rem) clamp(1.25rem,4vw,2rem)}.map-header{padding:clamp(3rem,6vw,5rem) 0 2rem}.map-container{max-width:1120px;margin:0 auto;overflow:hidden;border-radius:30px;border:1px solid rgba(253,253,253,.2);box-shadow:0 24px 56px #060c0f2e}.map-address{padding:1.6rem 1.5rem 0}.hero h1,.service-page-title,.service-page-card h2,.service-page-cta h2,.service-card h3,.project-card h3,.process-card h3,.trust-card h3,.contact-info h3,.testimonial-name{color:#0d1211f5}.hero p,.service-page-intro,.service-page-card p,.service-page-card ul,.seo-paragraph,.service-card p,.project-card p,.process-card p,.testimonial-text,.trust-card p,.contact-support,.contact-detail,.map-address{color:#0d1211d6}.hero h1,.hero p{text-shadow:0 1px 18px rgba(253,253,253,.18)}.services .section-label,.projects-preview .section-label,.process-section .section-label,.testimonials .section-label,.gallery .section-label,.gallery-page .section-label,.trust .section-label,.contact .section-label,.seo-section .section-label,.service-page .section-label,.map-header .section-label{color:#fdfdfdeb}.services .section-title,.projects-preview .section-title,.process-section .section-title,.testimonials .section-title,.gallery .section-title,.gallery-page .section-title,.trust .section-title,.contact .section-title,.seo-section .section-title,.service-page-title,.map-header .section-title{color:#fdfdfdfa}.services .section-subtitle,.projects-preview .section-subtitle,.process-section .section-subtitle,.testimonials .section-subtitle,.gallery .section-subtitle,.gallery-page .section-subtitle,.trust .section-subtitle,.contact .section-subtitle,.seo-section .section-subtitle,.service-page-intro,.contact-support,.map-address{color:#fdfdfdd6}.services .section-title,.projects-preview .section-title,.process-section .section-title,.testimonials .section-title,.gallery .section-title,.gallery-page .section-title,.trust .section-title,.contact .section-title,.seo-section .section-title,.service-page-title,.map-header .section-title,.services .section-subtitle,.projects-preview .section-subtitle,.process-section .section-subtitle,.testimonials .section-subtitle,.gallery .section-subtitle,.gallery-page .section-subtitle,.trust .section-subtitle,.contact .section-subtitle,.seo-section .section-subtitle,.service-page-intro,.contact-support,.map-address{text-shadow:0 1px 20px rgba(13,18,17,.22)}.footer{background:linear-gradient(135deg,#0d1211f5,#1b3439eb);border-top:1px solid rgba(253,253,253,.1);box-shadow:0 -18px 52px #060c0f33}.footer-brand img{filter:drop-shadow(0 10px 24px rgba(0,0,0,.22))}.footer-copy{color:#fdfdfdb8}.footer-details{color:#fdfdfdc7}.footer-details span{color:#fdfdfd75}.footer-socials a{border:1px solid rgba(253,253,253,.1)}@media(max-width:768px){.navbar{background:#0d1211c7}.hero-shell,.contact-info,.contact-form{backdrop-filter:blur(14px) saturate(135%);-webkit-backdrop-filter:blur(14px) saturate(135%)}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}
