:root{--black:#050507;--black-soft:#0a0a0e;--white:#fafafa;--off-white:#eaeaea;--cream:#f2f0ec;--gray-50:#ececec;--gray-100:#d6d6d6;--gray-200:#b0b0b0;--gray-300:#888;--gray-400:#666;--gray-500:#4a4a4a;--gray-600:#333;--gray-700:#242428;--gray-800:#18181c;--gray-900:#101014;--gray-950:#0c0c10;--accent:#d4af37;--accent-light:#e5c665;--accent-dark:#b8942e;--accent-dim:rgba(212,175,55,.07);--accent-dim2:rgba(212,175,55,.14);--accent-border:rgba(212,175,55,.22);--accent-glow:rgba(212,175,55,.05);--steel:#6b8fa3;--steel-dim:rgba(107,143,163,.1);--whatsapp:#25d366;--success:#22c55e;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-display:"DM Serif Display",Georgia,"Times New Roman",serif;--ease:cubic-bezier(0.16,1,0.3,1);--ease-out:cubic-bezier(0.22,1,0.36,1);--ease-bounce:cubic-bezier(0.34,1.56,0.64,1);--r-xs:4px;--r-sm:8px;--r-md:14px;--r-lg:22px;--r-xl:32px;--r-full:9999px;--shadow-xs:0 1px 3px rgba(0,0,0,.4);--shadow-sm:0 4px 16px rgba(0,0,0,.35);--shadow-md:0 12px 40px rgba(0,0,0,.4);--shadow-lg:0 24px 80px rgba(0,0,0,.5);--shadow-accent:0 8px 40px rgba(201,168,76,.15);--sp-1:0.25rem;--sp-2:0.5rem;--sp-3:0.75rem;--sp-4:1rem;--sp-5:1.25rem;--sp-6:1.5rem;--sp-8:2rem;--sp-10:2.5rem;--sp-12:3rem;--sp-16:4rem;--sp-20:5rem;--sp-24:6rem}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body,html{overflow-x:hidden;max-width:100vw;overflow-x:clip}body{font-family:var(--font-body);background:radial-gradient(circle at 18% 0,rgba(212,175,55,.035),transparent 28rem),radial-gradient(circle at 88% 10%,rgba(107,143,163,.028),transparent 32rem),var(--black);color:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%}main{overflow-x:clip}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button,input,select,textarea{font-family:inherit}::selection{background:var(--accent);color:var(--black)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--gray-600);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3.5rem)}.text-accent{color:var(--accent)}.text-steel{color:var(--steel)}.text-muted{color:var(--gray-400)}.section-eyebrow{display:inline-flex;align-items:center;gap:.8rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--accent);margin-bottom:1.25rem}.section-eyebrow:before{content:"";width:32px;height:1.5px;background:var(--accent);border-radius:1px}.section-title{font-family:var(--font-display);font-size:clamp(2.15rem,4.2vw,3.65rem);font-weight:400;line-height:1.06;letter-spacing:-.025em;margin-bottom:1.5rem;color:var(--white);text-wrap:balance}.section-subtitle{color:var(--gray-300);max-width:600px;font-size:1.05rem;line-height:1.75}.section-header-center{text-align:center;margin-bottom:clamp(3rem,5vw,5rem)}.section-header-center .section-eyebrow{justify-content:center}.section-header-center .section-eyebrow:before{display:none}.section-header-center .section-title{max-width:720px;margin:0 auto 1.5rem}.section-header-center .section-subtitle{margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:600;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;border:none;cursor:pointer;transition:all .45s var(--ease);border-radius:var(--r-sm);padding:.95rem 2.2rem;position:relative;overflow:hidden;white-space:nowrap}.btn:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.1),transparent 50%);opacity:0;transition:opacity .3s}.btn:hover:after{opacity:1}.btn-sm{padding:.65rem 1.5rem;font-size:.75rem}.btn-lg{padding:1.15rem 2.8rem;font-size:.88rem}.btn-full{width:100%}.btn-accent{background:linear-gradient(135deg,var(--accent-light),var(--accent));color:var(--black);font-weight:800;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.28),0 12px 34px rgba(212,175,55,.14)}.btn-accent:hover{background:linear-gradient(135deg,#f1d376,var(--accent-light));transform:translateY(-2px);box-shadow:0 18px 46px rgba(212,175,55,.24)}.btn-outline-light{background:transparent;color:var(--white);border:1.5px solid hsla(0,0%,100%,.2)}.btn-outline-light:hover{border-color:hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.04);transform:translateY(-2px)}.btn-dark{background:var(--gray-800);color:var(--white);border:1px solid hsla(0,0%,100%,.08)}.btn-dark:hover{background:var(--gray-700);transform:translateY(-2px)}.btn-whatsapp{background:var(--whatsapp);color:var(--white);gap:.65rem;margin-top:1.5rem;font-weight:600}.btn-whatsapp:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 8px 32px rgba(37,211,102,.3)}.btn-whatsapp svg{width:20px;height:20px}:root{--ease-dynamic:cubic-bezier(0.16,1,0.3,1);--hdr-bg:linear-gradient(180deg,rgba(5,5,7,.97),rgba(5,5,7,.85));--hdr-blur:20px;--hdr-border:rgba(212,175,55,.08);--hdr-height:72px;--hero-safe-top:72px}.site-header.scrolled{--hdr-bg:linear-gradient(180deg,rgba(8,8,11,.95),rgba(8,8,11,.82));--hdr-blur:28px;--hdr-border:rgba(212,175,55,.14);--hdr-height:62px;box-shadow:0 12px 40px rgba(0,0,0,.45)}footer[id],section[id]{scroll-margin-top:var(--hdr-height,70px)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:99999;background:var(--hdr-bg);backdrop-filter:blur(var(--hdr-blur)) saturate(200%);-webkit-backdrop-filter:blur(var(--hdr-blur)) saturate(200%);border-bottom:1px solid var(--hdr-border);pointer-events:auto!important;transition:background .5s var(--ease-dynamic),backdrop-filter .5s var(--ease-dynamic),border-color .5s var(--ease-dynamic),box-shadow .5s var(--ease-dynamic)}.header-cta,.header-inner,.header-logo,.main-nav,.nav-link,.nav-menu{pointer-events:auto!important;position:relative;z-index:100000}.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--hdr-height);max-width:1400px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem);transition:height .5s var(--ease-dynamic)}.header-logo-img{height:clamp(44px,5vh,56px);width:clamp(58px,6.5vw,78px);filter:brightness(0) invert(1) drop-shadow(0 6px 18px rgba(0,0,0,.4));transition:transform .4s var(--ease-dynamic),opacity .3s ease}.header-logo:hover .header-logo-img{transform:scale(1.03);opacity:.9}.nav-menu{display:flex;align-items:center;gap:.5rem}.nav-menu:hover .nav-link:not(:hover):not(.current){color:hsla(0,0%,100%,.3)}.nav-link{position:relative;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.55);padding:.5rem 1rem;border-radius:4px;transition:color .35s var(--ease-dynamic),background .35s var(--ease-dynamic)}.nav-link:after{content:"";position:absolute;left:50%;bottom:2px;width:0;height:1.5px;background:linear-gradient(90deg,#d4af37,#f3e5ab);border-radius:2px;transform:translateX(-50%);transition:width .4s var(--ease-dynamic)}.nav-link.current,.nav-link:hover{color:#fff}.nav-link.current:after,.nav-link:hover:after{width:calc(100% - 2rem);box-shadow:0 0 14px rgba(212,175,55,.35)}.header-actions{display:flex;align-items:center;gap:1.25rem}.header-cta{position:relative;overflow:hidden;padding:.65rem 1.5rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0d0d11;background:linear-gradient(135deg,#d4af37,#e5c04a);border:none;border-radius:4px;box-shadow:0 2px 16px rgba(212,175,55,.2);cursor:pointer;text-decoration:none;transition:transform .3s var(--ease-dynamic),box-shadow .3s var(--ease-dynamic),background .3s ease}.header-cta:before{content:"";position:absolute;top:0;left:-150%;width:50%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0));transform:skewX(-25deg);transition:none}.header-cta:hover{transform:translateY(-1px);box-shadow:0 6px 24px rgba(212,175,55,.35);background:linear-gradient(135deg,#e5c04a,#f0d060)}.header-cta:hover:before{left:150%;transition:left .7s ease-in-out}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:12px 8px;z-index:1050;flex-direction:column;gap:6px;min-width:44px;min-height:44px;align-items:center;justify-content:center}.toggle-bar{display:block;width:22px;height:2px;background:#fff;border-radius:1px;transition:transform .4s var(--ease-dynamic),opacity .3s ease,width .4s var(--ease-dynamic)}.toggle-bar:nth-child(2){width:16px;align-self:flex-end}.mobile-toggle.active .toggle-bar:first-child{transform:translateY(6.5px) rotate(45deg)}.mobile-toggle.active .toggle-bar:nth-child(2){opacity:0;width:0}.mobile-toggle.active .toggle-bar:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-overlay{position:fixed;inset:0;background:rgba(8,8,12,.96);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);z-index:999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s var(--ease-dynamic),visibility .5s var(--ease-dynamic)}.mobile-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav{text-align:center;padding:2rem}.mobile-nav-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.mobile-cta-wrapper,.mobile-nav-list li{opacity:0;transform:translateY(20px);transition:transform .6s var(--ease-dynamic),opacity .6s var(--ease-dynamic)}.mobile-overlay.active .mobile-cta-wrapper,.mobile-overlay.active .mobile-nav-list li{opacity:1;transform:translateY(0);transition-delay:calc(var(--i)*.08s)}.mobile-nav-link{font-family:var(--font-display);font-size:2.25rem;font-weight:300;letter-spacing:-.02em;color:hsla(0,0%,100%,.35);text-decoration:none;display:inline-block;transition:color .3s ease,transform .4s var(--ease-dynamic)}.mobile-nav-link.current,.mobile-nav-link:hover{color:#d4af37;transform:scale(1.05)}.mobile-cta-wrapper{margin-top:.5rem}@media (max-width:991px){.header-actions .header-cta,.main-nav{display:none}.mobile-toggle{display:flex}.site-header{--hdr-height:66px}.site-header.scrolled{--hdr-height:58px}}.hero{position:relative;min-height:720px;display:flex;align-items:stretch;padding:0;width:100%;background:radial-gradient(circle at top right,rgba(201,168,76,.12),transparent 30%),radial-gradient(circle at 18% 18%,hsla(0,0%,100%,.045),transparent 24%),#050505}.hero,.hero-bg{overflow:hidden;overflow-x:clip}.hero-bg{position:absolute;inset:0;z-index:1}.hero-bg img{width:100%;height:100%;object-position:82% 35%;transform:none;filter:saturate(1.08) contrast(1.08) brightness(.88)}.hero-bg-overlay{background:linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.1) 20%,rgba(0,0,0,.14) 62%,rgba(0,0,0,.72)),linear-gradient(90deg,rgba(0,0,0,.99),rgba(0,0,0,.94) 24%,rgba(0,0,0,.74) 40%,rgba(0,0,0,.18) 58%,rgba(0,0,0,.2) 72%,rgba(0,0,0,.56))}.hero-bg-overlay,.hero-bg-vignette{position:absolute;inset:0;z-index:2}.hero-bg-vignette{background:radial-gradient(circle at 20% 50%,transparent 0,rgba(0,0,0,.12) 40%,rgba(0,0,0,.42) 72%,rgba(0,0,0,.74) 100%)}.hero .container{position:relative;z-index:5;width:100%;max-width:100%}.hero-content{width:min(100%,560px);height:100%;position:relative;z-index:4;display:flex;flex-direction:column;margin-left:clamp(0rem,2vw,2rem);padding-top:calc(var(--hdr-height) + clamp(.8rem, 2vh, 1.4rem));padding-bottom:clamp(1.5rem,3vh,2.25rem);gap:clamp(.7rem,1.25vh,1rem)}.hero-badge{display:inline-flex;align-items:center;gap:.7rem;width:fit-content;padding:.72rem 1.35rem;border-radius:999px;border:1px solid rgba(201,168,76,.24);background:linear-gradient(135deg,rgba(201,168,76,.1),rgba(201,168,76,.04));backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(0,0,0,.28),inset 0 1px 0 hsla(0,0%,100%,.04);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(201,168,76,.1),0 0 18px rgba(201,168,76,.5);animation:pulseDot 2.6s ease-in-out infinite}@keyframes pulseDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.84);opacity:.7}}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,4.45vw,5rem);font-weight:400;line-height:.92;letter-spacing:-.055em;color:#fff;max-width:10.4ch;width:100%;text-wrap:balance;word-wrap:break-word;overflow-wrap:break-word;text-shadow:0 10px 40px rgba(0,0,0,.35),0 2px 10px rgba(0,0,0,.18)}.hero-title .text-accent{color:var(--accent);display:inline-block}.hero-subtitle{max-width:42ch;font-size:clamp(.95rem,1vw,1.08rem);line-height:1.68;color:hsla(0,0%,100%,.76);margin-top:.15rem}.hero-actions{display:flex;align-items:center;gap:1rem;margin-top:.6rem;flex-wrap:wrap;max-width:100%}.hero-actions .btn{min-width:190px;max-width:100%;height:58px;border-radius:999px;font-size:.8rem;letter-spacing:.05em;transition:transform .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease}.hero-actions .btn:hover{transform:translateY(-3px)}.hero-actions .btn-accent{background:linear-gradient(135deg,#d7b55b,#b99235);color:#050505;box-shadow:0 14px 38px rgba(201,168,76,.2),inset 0 1px 0 hsla(0,0%,100%,.28)}.hero-actions .btn-accent:hover{box-shadow:0 20px 50px rgba(201,168,76,.28),inset 0 1px 0 hsla(0,0%,100%,.28)}.hero-actions .btn-outline-light{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.12);backdrop-filter:blur(10px)}.hero-stats{display:flex;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-top:.65rem;padding-top:.9rem;border-top:1px solid hsla(0,0%,100%,.08);max-width:500px}.hero-stat{min-width:130px}.hero-stat-num{font-family:var(--font-display);font-size:clamp(1.65rem,2.15vw,2.35rem);line-height:1;letter-spacing:-.05em;color:#fff}.hero-stat-suffix{color:var(--accent)}.hero-stat-label{display:block;margin-top:.45rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:hsla(0,0%,100%,.42)}.hero-stat-divider{width:1px;height:42px;background:hsla(0,0%,100%,.08);margin-top:.4rem}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:.6rem;opacity:0}.hero-scroll span{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:hsla(0,0%,100%,.4)}.hero-scroll-line{width:1px;height:40px;background:linear-gradient(180deg,var(--accent),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.hero-grain{position:absolute;inset:0;z-index:3;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E")}.trusted-strip{position:relative;z-index:5;min-height:auto;display:block;padding:2.4rem 0;border-top:1px solid rgba(212,175,55,.1);border-bottom:1px solid hsla(0,0%,100%,.045);box-shadow:0 -18px 58px rgba(0,0,0,.35)}.trusted-inner{display:flex;align-items:center;justify-content:center;gap:clamp(2rem,5vw,5rem);flex-wrap:wrap}.trusted-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--gray-500);white-space:nowrap}.trusted-items{display:flex;align-items:center;gap:clamp(2rem,4vw,4rem);flex-wrap:wrap;justify-content:center}.trusted-item{font-size:.82rem;font-weight:600;color:var(--gray-500);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:color .3s}.trusted-item:hover{color:var(--gray-300)}.section{position:relative;min-height:100vh;display:flex;align-items:center;padding:clamp(5rem,8vh,7rem) 0;overflow:hidden;isolation:isolate}.section:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.05),transparent)}.section-dark{background:linear-gradient(180deg,rgba(12,12,16,.96),rgba(8,8,11,.98)),radial-gradient(circle at 78% 22%,rgba(212,175,55,.06),transparent 30rem),var(--gray-950)}.section-darker{background:linear-gradient(180deg,rgba(5,5,7,.98),rgba(8,8,11,.96)),radial-gradient(circle at 18% 30%,rgba(107,143,163,.055),transparent 32rem),var(--black)}.sections-marble-wrapper{background:linear-gradient(180deg,rgba(5,5,7,.7),rgba(8,8,11,.65)),url(assets/images/Institucional/bg_sobre.png) 50% /cover no-repeat fixed;background-color:var(--black);overflow-x:clip}.sections-marble-wrapper .section{background:transparent}.contact-info-card,.highlight-card,.mvv-card,.service-detail-card,.service-preview-card{background:linear-gradient(180deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.015)),radial-gradient(circle at top left,rgba(212,175,55,.055),transparent 58%);backdrop-filter:blur(14px);border:1px solid hsla(0,0%,100%,.075);box-shadow:0 14px 38px rgba(0,0,0,.3);transition:transform .45s ease,border-color .45s ease,box-shadow .45s ease,background .45s ease}.contact-info-card:hover,.highlight-card:hover,.mvv-card:hover,.service-detail-card:hover,.service-preview-card:hover{transform:translateY(-7px);border-color:rgba(212,175,55,.28);box-shadow:0 24px 70px rgba(0,0,0,.42),inset 0 0 0 1px rgba(212,175,55,.06)}.highlights-section{background:linear-gradient(90deg,rgba(5,5,7,.95),rgba(5,5,7,.88)),url(assets/images/Institucional/bg_solucoes.png) 50% /cover no-repeat}.about-preview:before,.featured-section:before,.highlights-section:before,.services-preview:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(212,175,55,.16) 0 1px,transparent 1px 100%),linear-gradient(180deg,hsla(0,0%,100%,.05),transparent 34%);background-size:19rem 100%,100% 100%;opacity:.18;pointer-events:none}.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.highlight-card{padding:2.5rem 2rem;border-radius:var(--r-lg);position:relative;overflow:hidden}.highlight-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity .5s}.highlight-card:hover:before{opacity:1}.highlight-icon{width:52px;height:52px;border-radius:var(--r-md);background:var(--accent-dim);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem;color:var(--accent);transition:all .4s var(--ease)}.highlight-card:hover .highlight-icon{background:var(--accent);color:var(--black);border-color:var(--accent)}.highlight-icon svg{width:24px;height:24px}.highlight-card h3{font-family:var(--font-body);font-size:1.1rem;font-weight:600;margin-bottom:.85rem;letter-spacing:-.01em}.highlight-card p{color:var(--gray-400);font-size:.9rem;line-height:1.75}.about-preview{overflow:hidden}.about-preview-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(3rem,6vw,7rem);align-items:center}.about-preview-images-wrapper{position:relative;padding:2.5rem 2rem 2.5rem 2.5rem}.about-preview-images{display:block;position:relative;z-index:1}.about-img-main{border-radius:var(--r-lg);overflow:hidden;position:relative;box-shadow:0 24px 70px rgba(0,0,0,.44)}.about-img-main img{height:440px;filter:saturate(.95) contrast(1.04)}.about-img-main:after{content:"";position:absolute;inset:0;border-radius:var(--r-lg);border:1px solid hsla(0,0%,100%,.06);pointer-events:none}.about-img-accent{position:absolute;bottom:.5rem;right:.5rem;width:220px;border-radius:var(--r-md);overflow:hidden;border:4px solid var(--black);box-shadow:var(--shadow-lg);z-index:2}.about-img-accent img{height:170px}.about-experience-badge{position:absolute;top:.5rem;left:.5rem;background:linear-gradient(135deg,var(--accent-light),var(--accent));color:var(--black);padding:1.4rem 1.75rem;border-radius:var(--r-md);text-align:center;box-shadow:0 18px 44px rgba(212,175,55,.22);border:1px solid hsla(0,0%,100%,.22);z-index:2}.exp-num{display:block;font-family:var(--font-display);font-size:2.5rem;line-height:1}.exp-text{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;line-height:1.35;margin-top:.3rem}.about-preview-content .section-title{margin-bottom:1.5rem}.about-preview-content p{color:var(--gray-300);margin-bottom:1rem;font-size:1rem;line-height:1.8}.about-preview-features{display:flex;flex-direction:column;gap:.85rem;margin:1.75rem 0 2.25rem}.apf-item{gap:.85rem;font-size:.95rem;color:var(--gray-200)}.apf-check,.apf-item{display:flex;align-items:center}.apf-check{width:24px;height:24px;border-radius:50%;background:var(--accent-dim);border:1px solid var(--accent-border);justify-content:center;color:var(--accent);flex-shrink:0}.apf-check svg{width:13px;height:13px}.services-preview{background:linear-gradient(180deg,rgba(12,12,16,.92),rgba(5,5,7,.93)),url(assets/images/Institucional/bg_servicos.png) 50% /cover no-repeat}.services-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.service-preview-card{border-radius:var(--r-lg);overflow:hidden;position:relative}.service-preview-card:hover{transform:translateY(-6px)}.spc-image{height:250px}.spc-image img{filter:saturate(.92) contrast(1.04)}.spc-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(5,5,5,.75));display:flex;align-items:flex-end;padding:1.5rem;z-index:2}.spc-number{font-family:var(--font-display);font-size:2.75rem;color:hsla(0,0%,100%,.1);line-height:1}.spc-body{padding:2rem}.spc-body h3{font-family:var(--font-body);font-size:1.15rem;font-weight:600;margin-bottom:.85rem;letter-spacing:-.01em}.spc-body p{color:var(--gray-400);font-size:.9rem;margin-bottom:1.5rem;line-height:1.75}.spc-link{display:inline-flex;align-items:center;gap:.55rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);transition:gap .35s var(--ease)}.spc-link svg{width:16px;height:16px;transition:transform .35s var(--ease)}.spc-link:hover{gap:.8rem}.spc-link:hover svg{transform:translateX(4px)}.featured-section{background:linear-gradient(180deg,rgba(5,5,7,.95),rgba(8,8,11,.94)),radial-gradient(circle at 70% 30%,rgba(212,175,55,.1),transparent 30rem),url(assets/images/Obras/obra_construcao_parque_comercial_varejo_001.jpeg) 50% /cover no-repeat}.featured-project{position:relative;overflow:hidden;border-radius:var(--r-xl);margin:0 clamp(1.25rem,4vw,3.5rem);border:1px solid rgba(212,175,55,.12);background:radial-gradient(circle at 100% 0,rgba(212,175,55,.08),transparent 36%),linear-gradient(180deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.012));backdrop-filter:blur(16px);box-shadow:0 26px 80px rgba(0,0,0,.42)}.featured-project-inner{display:grid;grid-template-columns:1.2fr 1fr;min-height:480px}.featured-project-img{position:relative;overflow:hidden}.featured-project-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.featured-project:hover .featured-project-img img{transform:scale(1.04)}.featured-project-content{padding:clamp(2.5rem,4vw,4rem);display:flex;flex-direction:column;justify-content:center;background:transparent}.featured-project-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin-bottom:1.25rem}.featured-project-tag:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent)}.featured-project-content h3{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1rem;line-height:1.2}.featured-project-content p{color:var(--gray-300);font-size:.95rem;line-height:1.8;margin-bottom:1.5rem}.featured-project-stats{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.06)}.fp-stat-num{font-family:var(--font-display);font-size:1.75rem;color:var(--accent);line-height:1}.fp-stat-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-top:.25rem;font-weight:500}.cta-banner{position:relative;overflow:hidden;padding:clamp(5rem,10vw,9rem) 0;border-top:1px solid rgba(212,175,55,.1);border-bottom:1px solid rgba(212,175,55,.08)}.cta-banner-bg{position:absolute;inset:0}.cta-banner-bg img{width:100%;height:100%;object-fit:cover}.cta-banner-overlay{position:absolute;inset:0;background:radial-gradient(circle at 50% 35%,rgba(212,175,55,.1),transparent 34%),linear-gradient(135deg,rgba(5,5,5,.92),rgba(5,5,5,.76))}.cta-banner-content{position:relative;z-index:2;text-align:center}.cta-banner-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.25rem);margin-bottom:1.25rem;line-height:1.15}.cta-banner-text{color:var(--gray-200);max-width:560px;margin:0 auto 2.25rem;font-size:1.05rem;line-height:1.8}.cta-banner-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-hero{position:relative;height:100vh;display:flex;align-items:flex-end;overflow:hidden;padding-top:100px;padding-bottom:4.5rem}.page-hero-bg{position:absolute;inset:0}.page-hero-bg img{width:100%;height:100%;object-fit:cover}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,5,.35),rgba(5,5,5,.88))}.page-hero-content{position:relative;z-index:2}.page-hero-title{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,4.25rem);margin-bottom:1rem;line-height:1.1}.page-hero-subtitle{color:var(--gray-200);font-size:1.1rem;max-width:520px;line-height:1.75}.about-story-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(3rem,6vw,6rem);align-items:start}.about-story-content .section-title{margin-bottom:1.5rem}.about-story-content p{color:var(--gray-300);margin-bottom:1.25rem;font-size:1rem;line-height:1.85}.about-story-visual{position:relative}.about-story-images{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem}.asi-main{border-radius:var(--r-lg);overflow:hidden;position:relative}.asi-main img{width:100%;height:340px;object-fit:cover}.asi-secondary{border-radius:var(--r-md);overflow:hidden;align-self:end;position:relative}.asi-secondary img{width:100%;height:230px;object-fit:cover}.about-story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.ass-item{text-align:center;padding:1.4rem 1rem;background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.01));backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.06);border-radius:var(--r-md);box-shadow:0 10px 30px rgba(0,0,0,.24);transition:all .4s var(--ease)}.ass-item:hover{border-color:rgba(201,168,76,.22);transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,0,0,.36)}.ass-number{display:block;font-family:var(--font-display);font-size:2.15rem;color:var(--accent);line-height:1}.ass-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-top:.35rem;font-weight:500}.mvv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.mvv-card{padding:2.75rem 2.25rem;border-radius:var(--r-lg);position:relative;overflow:hidden}.mvv-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--accent),transparent);opacity:0;transition:opacity .5s}.mvv-card:hover:before{opacity:1}.mvv-icon{width:56px;height:56px;border-radius:var(--r-md);background:var(--accent-dim);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1.75rem}.mvv-icon svg{width:26px;height:26px}.mvv-card h3{font-family:var(--font-body);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.mvv-card p{color:var(--gray-300);font-size:.92rem;line-height:1.8}.timeline{max-width:720px;margin:0 auto;position:relative;padding-left:3.5rem}.timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--accent),var(--gray-700));border-radius:1px}.timeline-item{position:relative;padding-bottom:3rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-3.5rem;top:.2rem;width:18px;height:18px;border-radius:50%;background:var(--accent);border:3px solid var(--black);z-index:1;box-shadow:0 0 0 4px var(--accent-dim2)}.timeline-date{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin-bottom:.6rem;display:block}.timeline-content h3{font-family:var(--font-body);font-size:1.2rem;font-weight:600;margin-bottom:.6rem}.timeline-content p{color:var(--gray-400);font-size:.92rem;line-height:1.75}.main-service-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(3rem,6vw,6rem);align-items:start}.main-service-content .section-title{margin-bottom:1.5rem}.main-service-content p{color:var(--gray-300);margin-bottom:1.25rem;font-size:1rem;line-height:1.85}.main-service-highlights{display:flex;flex-direction:column;gap:1.4rem;margin-top:2.25rem}.msh-item{display:flex;gap:1.1rem;align-items:flex-start}.msh-icon{width:46px;height:46px;min-width:46px;border-radius:var(--r-md);background:var(--accent-dim);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center;color:var(--accent)}.msh-icon svg{width:22px;height:22px}.msh-item h4{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.msh-item p{font-size:.88rem;color:var(--gray-400);margin-bottom:0;line-height:1.6}.msv-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.msv-grid img{width:100%;height:210px;object-fit:cover;border-radius:var(--r-md)}.msv-grid img:first-child{grid-column:span 2;height:280px}.services-detail-grid{display:flex;flex-direction:column;gap:1.75rem}.service-detail-card{padding:clamp(2.25rem,4vw,3.5rem);border-radius:var(--r-xl);position:relative;overflow:hidden}.service-detail-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),transparent);opacity:0;transition:opacity .5s}.service-detail-card:hover:before{opacity:1}.sdc-header{justify-content:space-between;margin-bottom:1.75rem}.sdc-header,.sdc-icon{display:flex;align-items:center}.sdc-icon{width:56px;height:56px;border-radius:var(--r-md);background:var(--accent-dim);border:1px solid var(--accent-border);justify-content:center;color:var(--accent)}.sdc-icon svg{width:26px;height:26px}.sdc-num{font-family:var(--font-display);font-size:3.5rem;color:hsla(0,0%,100%,.03);line-height:1}.service-detail-card h3{font-family:var(--font-body);font-size:1.4rem;font-weight:600;margin-bottom:1.1rem;letter-spacing:-.01em}.service-detail-card p{color:var(--gray-300);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.sdc-list{margin:1.25rem 0 1.75rem 1.25rem}.sdc-list li{color:var(--gray-300);font-size:.92rem;margin-bottom:.6rem;position:relative;padding-left:1.1rem;line-height:1.65}.sdc-list li:before{content:"";position:absolute;left:0;top:.6rem;width:5px;height:5px;border-radius:50%;background:var(--accent)}.sdc-images{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.75rem}.sdc-images img{width:100%;height:170px;object-fit:cover;border-radius:var(--r-md);transition:transform .5s var(--ease)}.sdc-images img:hover{transform:scale(1.03)}.sdc-images.grid-4{grid-template-columns:repeat(4,1fr)}.sdc-images.grid-4 img{height:130px}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.industry-card{position:relative;border-radius:var(--r-lg);overflow:hidden;height:380px;cursor:pointer;border:1px solid hsla(0,0%,100%,.04)}.industry-img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.industry-card:hover .industry-img{transform:scale(1.07)}.industry-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(5,5,5,.92));display:flex;flex-direction:column;justify-content:flex-end;padding:2.25rem;transition:background .45s}.industry-card:hover .industry-overlay{background:linear-gradient(180deg,transparent 5%,rgba(5,5,5,.96))}.industry-overlay h3{font-family:var(--font-body);font-size:1.3rem;font-weight:600;margin-bottom:.6rem}.industry-overlay p{color:var(--gray-300);font-size:.88rem;line-height:1.65;opacity:0;transform:translateY(12px);transition:all .45s var(--ease)}.industry-card:hover .industry-overlay p{opacity:1;transform:translateY(0)}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:1rem}.bento-item{position:relative;border-radius:var(--r-lg);overflow:hidden;border:1px solid hsla(0,0%,100%,.04);transition:all .5s var(--ease);cursor:pointer}.bento-item:hover{border-color:var(--accent-border);transform:translateY(-3px)}.bento-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.bento-item:hover img{transform:scale(1.05)}.bento-item-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(5,5,5,.8));display:flex;align-items:flex-end;padding:1.25rem;opacity:0;transition:opacity .4s}.bento-item:hover .bento-item-overlay{opacity:1}.bento-item-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--white)}.bento-item.span-2{grid-column:span 2}.bento-item.span-2 img{height:100%}.bento-item.tall{grid-row:span 2}.bento-item.tall img{height:100%}.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:clamp(3rem,6vw,6rem);align-items:start}.contact-info-col .section-title{margin-bottom:1rem}.contact-info-col>p{color:var(--gray-300);margin-bottom:2rem;font-size:1rem;line-height:1.8}.contact-cards{display:flex;flex-direction:column;gap:1rem}.contact-info-card{align-items:flex-start;gap:1.1rem;padding:1.6rem}.cic-icon,.contact-info-card{display:flex;border-radius:var(--r-md)}.cic-icon{width:46px;height:46px;min-width:46px;background:var(--accent-dim);border:1px solid var(--accent-border);align-items:center;justify-content:center;color:var(--accent)}.cic-icon svg{width:22px;height:22px}.cic-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-400);font-weight:600;margin-bottom:.3rem}.cic-value{display:block;color:var(--white);font-weight:500;font-size:.95rem;line-height:1.55}.contact-form-wrapper{padding:clamp(2.25rem,4vw,3.5rem);background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.01));backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.06);border-radius:var(--r-xl);box-shadow:0 10px 30px rgba(0,0,0,.24)}.contact-form-wrapper h3{font-family:var(--font-body);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.contact-form-wrapper>p{color:var(--gray-400);font-size:.92rem;margin-bottom:2.25rem;line-height:1.7}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.35rem}.form-group label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-300);margin-bottom:.55rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.9rem 1.2rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--r-sm);color:var(--white);font-family:var(--font-body);font-size:.92rem;transition:all .35s var(--ease);outline:none;-webkit-appearance:none}.form-group select{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23737373' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.1rem center;padding-right:2.75rem}.form-group select option{background:var(--gray-800);color:var(--white)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-500)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);background:rgba(201,168,76,.03);box-shadow:0 0 0 3px rgba(201,168,76,.08)}.form-group textarea{resize:vertical;min-height:130px}.section-map{position:relative;height:420px;background:var(--gray-900)}.map-placeholder{width:100%;height:100%;position:relative}.map-placeholder iframe{position:absolute;inset:0;filter:grayscale(.7) contrast(1.1)}.map-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.88),rgba(5,5,5,.4) 50%,transparent);z-index:2;display:flex;align-items:center;padding-left:clamp(2rem,6vw,7rem)}.map-info{max-width:340px}.map-info svg{color:var(--accent);margin-bottom:1.25rem}.map-info h3{font-family:var(--font-body);font-size:1.3rem;font-weight:600;margin-bottom:.6rem}.map-info p{color:var(--gray-300);font-size:.92rem;margin-bottom:1.75rem;line-height:1.7}.site-footer{position:relative;padding:2.5rem 0 0;background:linear-gradient(180deg,#080808,#040404);overflow:hidden}.site-footer:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:70%;height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.35),transparent)}.footer-top{display:grid;grid-template-columns:1.2fr 2fr;gap:3rem;padding-bottom:1.5rem}.footer-logo{height:28px;width:auto;filter:brightness(0) invert(1);margin-bottom:.75rem}.footer-brand p{color:var(--gray-400);font-size:.8rem;max-width:300px;margin-bottom:1rem;line-height:1.6}.footer-socials{display:flex;gap:.5rem}.footer-social-link{width:34px;height:34px;border-radius:50%;border:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:all .35s var(--ease)}.footer-social-link svg{width:14px;height:14px}.footer-social-link:hover{background:var(--accent);border-color:var(--accent);color:var(--black);transform:translateY(-2px)}.footer-links-group{display:grid;gap:2rem}.footer-col h4{font-family:var(--font-body);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--gray-300);margin-bottom:.85rem}.footer-col ul{display:flex;flex-direction:column;gap:.45rem}.footer-col a,.footer-col span{color:var(--gray-400);font-size:.82rem;transition:color .3s;line-height:1.5}.footer-col a:hover{color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-top:1px solid hsla(0,0%,100%,.04);color:var(--gray-500);font-size:.72rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:var(--gray-500);transition:color .3s;font-size:.72rem}.footer-bottom-links a:hover{color:var(--gray-300)}.whatsapp-float{position:fixed;bottom:2rem;left:auto;right:2rem;width:58px;height:58px;border-radius:50%;background:var(--whatsapp);color:var(--white);display:flex;align-items:center;justify-content:center;z-index:9999;box-shadow:0 4px 24px rgba(37,211,102,.35);transition:all .35s var(--ease);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.whatsapp-float svg{width:28px;height:28px}.whatsapp-float:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 8px 36px rgba(37,211,102,.45)}.whatsapp-float:active{transform:scale(.95)}@media (max-width:768px){.whatsapp-float{bottom:1.25rem;right:max(1rem,env(safe-area-inset-right));width:54px;height:54px}.whatsapp-float svg{width:26px;height:26px}}@media (max-width:480px){.whatsapp-float{bottom:1rem;right:max(.75rem,env(safe-area-inset-right));width:50px;height:50px}.whatsapp-float svg{width:24px;height:24px}}[data-reveal]{opacity:0;transform:translateY(24px);transition:all .55s var(--ease-out)}[data-reveal].revealed{opacity:1;transform:translateY(0)}[data-reveal=left]{transform:translateX(-24px)}[data-reveal=left].revealed{transform:translateX(0)}[data-reveal=right]{transform:translateX(24px)}[data-reveal=right].revealed{transform:translateX(0)}[data-reveal=scale]{transform:scale(.97)}[data-reveal=scale].revealed{transform:scale(1)}[data-stagger]>*{opacity:0;transform:translateY(16px);transition:all .45s var(--ease-out)}[data-stagger].revealed>:first-child{transition-delay:.02s}[data-stagger].revealed>:nth-child(2){transition-delay:.05s}[data-stagger].revealed>:nth-child(3){transition-delay:.08s}[data-stagger].revealed>:nth-child(4){transition-delay:.11s}[data-stagger].revealed>:nth-child(5){transition-delay:.14s}[data-stagger].revealed>:nth-child(6){transition-delay:.17s}[data-stagger].revealed>:nth-child(7){transition-delay:.2s}[data-stagger].revealed>:nth-child(8){transition-delay:.23s}[data-stagger].revealed>:nth-child(9){transition-delay:.26s}[data-stagger].revealed>:nth-child(10){transition-delay:.29s}[data-stagger].revealed>:nth-child(11){transition-delay:.32s}[data-stagger].revealed>:nth-child(12){transition-delay:.35s}[data-stagger].revealed>*{opacity:1;transform:translateY(0)}@keyframes forceReveal{to{opacity:1;transform:none}}[data-reveal],[data-stagger]>*{animation:forceReveal 0s 3s forwards}@media (max-width:1024px){.highlights-grid,.industries-grid,.services-preview-grid{grid-template-columns:repeat(2,1fr)}.about-preview-grid,.about-story-grid,.contact-grid,.footer-top,.main-service-grid{grid-template-columns:1fr}.footer-top{gap:2rem;padding-bottom:1.25rem}.featured-project-inner,.mvv-grid{grid-template-columns:1fr}.featured-project-img{height:300px}.featured-project-img img{height:100%}.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-item.span-2{grid-column:span 2}.trusted-by-grid{grid-template-columns:1fr}.compliance-grid-full,.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item-wide{grid-column:span 2}.footer-links-group{grid-template-columns:repeat(2,1fr);gap:1.5rem}.timeline-wrapper{padding-left:0}.timeline-line{left:24px}.ts-marker{width:48px}.ts-marker-ring{width:40px;height:40px}}@media (max-width:768px){.header-cta,.nav-menu{display:none}.mobile-toggle{display:flex}.footer-links-group,.form-row,.highlights-grid,.industries-grid,.services-preview-grid{grid-template-columns:1fr}.footer-links-group{gap:1.5rem}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center;padding:1rem 0}.sdc-images.grid-4{grid-template-columns:repeat(2,1fr)}.page-hero{height:60vh}.about-story-images{grid-template-columns:1fr}.about-img-accent{display:none}.about-experience-badge{top:0;left:0}.map-overlay{background:rgba(5,5,5,.88);padding:2rem;justify-content:center;text-align:center}.bento-grid{grid-template-columns:1fr}.bento-item.span-2{grid-column:span 1}.featured-project-stats{flex-direction:column;gap:1rem}.trusted-items{gap:1.5rem}.cap-visual-grid,.compliance-cards,.gallery-grid,.process-timeline{grid-template-columns:1fr}.gallery-item-wide{grid-column:span 1}.gallery-filter{justify-content:center}.cap-strip-stats{display:none}.compliance-grid-full{grid-template-columns:1fr}.hero{height:100svh;max-height:100svh;min-height:0;align-items:stretch;padding:0}.hero-bg img{object-position:74% center}.hero-bg-overlay{background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.58) 42%,rgba(0,0,0,.9)),linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.72) 44%,rgba(0,0,0,.24))}.hero-content{width:100%;max-width:100%;margin-left:0;gap:.85rem}.hero-title{font-size:clamp(2.6rem,10vw,4rem);max-width:9.5ch;line-height:.94}.hero-subtitle{max-width:34rem;font-size:.94rem;line-height:1.58}.hero-meta-badge{max-width:100%}.hero-actions{width:100%;flex-direction:column}.hero-actions .btn{width:100%}.hero-stat-divider,.hero-stats{display:none}.header-inner{height:66px}.header-logo-img{height:48px;width:68px}.hero-side-text{display:none}.hero-scroll{bottom:1.5rem}}@media (max-width:480px){.container{padding:0 1rem}.hero{height:100svh;max-height:100svh;min-height:0;padding:0}.hero-content{justify-content:center;padding-top:calc(var(--hdr-height) + .8rem);padding-bottom:1.2rem;gap:.7rem}.hero-bg img{object-position:70% center}.hero-meta-badge{font-size:.58rem;letter-spacing:.12em;padding:.5rem .72rem}.hero-title{font-size:clamp(2.35rem,12vw,3.1rem);max-width:9.2ch}.trusted-strip{padding:1.8rem 0}.about-img-main img{height:320px}.cta-banner-actions{flex-direction:column;align-items:center}}.site-header{--hdr-bg:linear-gradient(180deg,rgba(5,5,7,.84),rgba(5,5,7,.56))}.header-logo{display:inline-flex;align-items:center;width:clamp(80px,7vw,110px);height:var(--hdr-height)}.header-logo-img{width:clamp(74px,6.5vw,100px);height:clamp(50px,5.5vh,66px);object-fit:contain;object-position:left center;filter:drop-shadow(0 8px 24px rgba(0,0,0,.45))}.site-header.scrolled .header-logo-img{height:clamp(42px,4.5vh,54px)}.hero{height:100vh;height:100svh;min-height:0}.hero,.hero-bg,.hero-bg img{max-height:100vh;max-height:100svh}.hero-bg,.hero-bg img{height:100%}.hero-bg img{object-fit:cover;object-position:78% 35%;filter:saturate(1.05) contrast(1.08) brightness(.86)}.hero-bg-overlay{background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.2) 23%,rgba(0,0,0,.18) 62%,rgba(0,0,0,.74)),linear-gradient(90deg,rgba(0,0,0,.99),rgba(0,0,0,.96) 29%,rgba(0,0,0,.7) 45%,rgba(0,0,0,.1) 64%,rgba(0,0,0,.06) 80%,rgba(0,0,0,.28))}.hero-bg-vignette{background:radial-gradient(circle at 74% 45%,transparent 0 17rem,rgba(0,0,0,.16) 34rem,rgba(0,0,0,.7) 100%),radial-gradient(circle at 18% 50%,rgba(212,175,55,.1),transparent 28rem)}.hero-content{width:min(100%,540px);max-height:100vh;max-height:100svh;justify-content:center;align-items:flex-start;margin-left:0;padding-top:calc(var(--hdr-height) + clamp(.45rem, 1vh, 1rem));padding-bottom:clamp(.9rem,2vh,1.4rem);gap:clamp(.52rem,1.05vh,.82rem)}.hero-title{font-size:clamp(2.65rem,4.15vw,4.6rem);line-height:.95;max-width:10.6ch}.hero-subtitle{max-width:39rem;font-size:clamp(.88rem,.94vw,1rem);line-height:1.58}.hero-badge{padding:.62rem 1.15rem;font-size:.66rem}.hero-actions{margin-top:.36rem}.hero-actions .btn{height:52px;min-width:178px}.hero-stats{gap:.78rem;margin-top:.44rem;padding-top:.72rem;max-width:460px}.hero-stat{min-width:116px}.hero-stat-num{font-size:clamp(1.42rem,1.8vw,2rem)}.hero-stat-label{font-size:.58rem}.section,.trusted-strip{min-height:auto;height:auto;max-height:none;padding:clamp(3rem,4.5vh,4rem) 0;display:flex;align-items:center;overflow:hidden}.trusted-strip{background:linear-gradient(90deg,rgba(5,5,7,.93),rgba(5,5,7,.85) 50%,rgba(5,5,7,.9)),url(assets/webp/Institucional/bg_franquias.webp) 72% /cover no-repeat}.cta-banner-content,.section>.container,.trusted-strip .container{position:relative;z-index:2}.trusted-inner{width:min(100%,780px);align-items:flex-start;flex-direction:column;gap:1.35rem}.trusted-inner,.trusted-items,.trusted-label{justify-content:flex-start}.trusted-items{gap:.9rem}.trusted-item{padding:.82rem 1rem;border:1px solid hsla(0,0%,100%,.1);border-radius:var(--r-sm);background:hsla(0,0%,100%,.045);backdrop-filter:blur(12px);color:var(--gray-200)}.client-logo-grid{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(160px,.9fr) minmax(160px,.9fr);gap:.9rem;width:min(100%,860px)}.client-logo-card{min-height:clamp(120px,18vh,180px);border-radius:var(--r-sm);border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(180deg,hsla(0,0%,100%,.96),hsla(0,0%,95.7%,.88));box-shadow:0 18px 48px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;padding:clamp(.85rem,2vw,1.25rem);overflow:hidden}.client-logo-card img{width:100%;height:100%;max-height:145px;object-fit:contain}.section:after,.trusted-strip:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(5,5,7,.96),rgba(5,5,7,.84) 42%,rgba(5,5,7,.52) 72%,rgba(5,5,7,.76)),radial-gradient(circle at 18% 42%,rgba(212,175,55,.12),transparent 28rem)}.highlights-section{background:url(assets/webp/Institucional/bg_solucoes.webp) 50%/cover no-repeat}.about-preview{background:url(assets/webp/Institucional/bg_sobre.webp) 50%/cover no-repeat}.services-preview{background:url(assets/webp/Institucional/bg_servicos.webp) 50%/cover no-repeat}.featured-section{background:url(assets/webp/Institucional/infografico_aquisicoes_jae_restaurant_group_fast_food_001.webp) 50%/cover no-repeat}.cta-banner{background:url(assets/webp/Institucional/mensagem_agradecimento_generica_institucional_001.webp) 50%/cover no-repeat}.section-header-center{text-align:left;margin-bottom:clamp(1.2rem,2vh,1.8rem)}.section-header-center .section-eyebrow,.section-header-center .section-subtitle,.section-header-center .section-title{justify-content:flex-start;margin-left:0;margin-right:0}.section-header-center .section-eyebrow:before{display:block}.section-title{font-size:clamp(2rem,3.55vw,3.25rem)}.section-subtitle{max-width:560px;font-size:.98rem}.highlights-grid,.services-preview-grid{gap:.85rem}.highlight-card{border-radius:var(--r-sm);padding:clamp(1.15rem,2vh,1.7rem)}.highlight-icon{width:44px;height:44px;margin-bottom:1rem;border-radius:var(--r-sm)}.highlight-card h3{font-size:1rem;margin-bottom:.55rem}.highlight-card p,.spc-body p{font-size:.82rem;line-height:1.58}.about-preview-grid{grid-template-columns:.95fr 1.05fr;gap:clamp(2rem,5vw,5.4rem)}.about-experience-badge,.about-img-accent,.about-img-main,.about-img-main img,.about-img-main:after,.featured-project,.service-preview-card{border-radius:var(--r-sm)}.about-img-main img{height:clamp(260px,36vh,380px);width:100%;object-fit:cover;filter:saturate(.9) contrast(1.05)}.about-img-accent{width:190px;right:0;bottom:0}.about-img-accent img{height:120px;width:100%;object-fit:cover;filter:saturate(.9) contrast(1.05);border-radius:var(--r-xs)}.about-preview-content p,.featured-project-content p{font-size:.92rem;line-height:1.65}.about-preview-features{margin:1.2rem 0 1.6rem}.spc-image{height:clamp(150px,23vh,220px);background:var(--gray-900);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.spc-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.34));pointer-events:none;z-index:1}.spc-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.05);transition:transform .7s var(--ease),filter .7s var(--ease)}.service-preview-card:hover .spc-image img{transform:scale(1.06);filter:saturate(1.06) contrast(1.08)}.spc-body{padding:clamp(1.1rem,2vh,1.5rem)}.spc-body h3{font-size:1rem;margin-bottom:.55rem}.featured-project{margin:0}.featured-project-inner{min-height:min(40vh,400px)}.featured-project-content{padding:clamp(1.6rem,3vw,3rem)}.featured-project-stats{gap:1.1rem}.cta-banner-bg{display:none}.cta-banner:after{background:linear-gradient(90deg,rgba(5,5,7,.96),rgba(5,5,7,.76) 50%,rgba(5,5,7,.88)),radial-gradient(circle at 18% 42%,rgba(212,175,55,.14),transparent 28rem)}.cta-banner-content{text-align:left}.cta-banner-text{margin-left:0;margin-right:0}.cta-banner-actions{justify-content:flex-start}@media (max-height:760px) and (min-width:769px){.hero-title{font-size:clamp(2.35rem,3.55vw,4rem)}.hero-subtitle{max-width:35rem;line-height:1.48}.hero-stats{display:none}.section-title{font-size:clamp(1.8rem,3vw,2.8rem)}.highlight-card{padding:1rem}.highlight-card p,.spc-body p{line-height:1.45}.spc-image{height:145px}}@media (max-width:1024px){.section,.trusted-strip{height:auto;max-height:none;min-height:auto;padding:clamp(2.5rem,4vh,3.5rem) 0}.highlights-grid,.services-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-logo-grid{grid-template-columns:1fr;max-height:calc(100svh - var(--hdr-height) - 14rem);overflow-y:auto;padding-right:.35rem}.client-logo-card{min-height:112px}.about-preview-grid{grid-template-columns:1fr}}@media (max-width:768px){.header-logo{width:84px}.header-logo-img{width:78px;height:56px}.hero{height:100svh;min-height:0;max-height:100svh}.hero-bg img{object-position:78% center}.hero-bg-overlay{background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.42) 45%,rgba(0,0,0,.86)),linear-gradient(90deg,rgba(0,0,0,.98),rgba(0,0,0,.82) 58%,rgba(0,0,0,.26))}.hero-content{padding-top:calc(var(--hdr-height) + .65rem);padding-bottom:1rem;gap:.64rem}.hero-title{font-size:clamp(2.05rem,9vw,3.05rem);max-width:10.4ch;line-height:.98}.hero-subtitle{max-width:31rem;font-size:.86rem;line-height:1.45}.hero-badge{max-width:100%;padding:.5rem .78rem;font-size:.56rem;letter-spacing:.12em}.hero-actions{align-items:flex-start;width:min(100%,330px)}.hero-actions .btn{width:100%;min-width:0;height:48px}.section,.trusted-strip{height:auto;min-height:auto;max-height:none;padding:clamp(2rem,3vh,2.5rem) 0}.highlights-grid,.services-preview-grid{grid-template-columns:1fr}.highlight-card{padding:1rem}.about-img-main img{height:260px}.featured-project-inner{min-height:0}}@media (max-width:480px){.hero-title{font-size:clamp(1.86rem,10.4vw,2.55rem)}.hero-subtitle{font-size:.8rem}.hero-actions .btn{height:44px;font-size:.72rem}}@media (max-width:1024px){.section,.trusted-strip{height:auto;min-height:auto}.cta-banner-content,.section,.section>.container,.trusted-strip,.trusted-strip .container{max-height:none;overflow:visible}.about-preview-images-wrapper{max-height:340px;overflow:hidden}.about-preview-images{grid-template-columns:1fr}.about-img-main img{height:280px}.about-img-accent{display:none}.about-experience-badge{top:0;left:0}.featured-project-img{height:260px}.about-preview-grid,.featured-project-inner{display:grid}.highlights-grid,.services-preview-grid{max-height:none;overflow:visible;padding-right:0}.highlight-card,.service-preview-card{min-height:0}.spc-image{height:120px}}@media (max-width:768px){.section-title{font-size:clamp(1.68rem,7vw,2.35rem);margin-bottom:.9rem}.section-eyebrow{margin-bottom:.7rem}.about-preview-content p,.cta-banner-text,.featured-project-content p,.section-subtitle{font-size:.84rem;line-height:1.5}.section-header-center{margin-bottom:1rem}.about-preview-features{gap:.55rem;margin:.85rem 0 1rem}.apf-item{font-size:.82rem}.featured-project-stats{display:none}}.trusted-by-inner{display:flex;flex-direction:column;gap:2.5rem}.trusted-by-header{max-width:600px}.trusted-by-title{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1;margin-bottom:.75rem}.trusted-by-desc{color:var(--gray-400);font-size:.92rem;line-height:1.7}.trusted-by-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.trusted-by-card{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;border-radius:var(--r-md);background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.01));border:1px solid hsla(0,0%,100%,.06);backdrop-filter:blur(12px);transition:all .45s var(--ease)}.trusted-by-card:hover{border-color:var(--accent-border);transform:translateY(-3px);box-shadow:0 16px 50px rgba(0,0,0,.3)}.tbc-logo{width:72px;height:52px;min-width:72px;border-radius:var(--r-xs);background:hsla(0,0%,100%,.94);display:flex;align-items:center;justify-content:center;padding:.4rem}.tbc-logo img{width:100%;height:100%;object-fit:contain}.tbc-info h4{font-size:.95rem;font-weight:600;margin-bottom:.3rem}.tbc-info p{font-size:.8rem;color:var(--gray-400);line-height:1.5}.timeline-wrapper{position:relative;max-width:900px;margin:0 auto;padding:1rem 0}.timeline-line{position:absolute;left:28px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--accent),rgba(212,175,55,.15));border-radius:2px}.timeline-steps{display:flex;flex-direction:column;gap:0}.timeline-step{display:flex;gap:2rem;position:relative;padding-bottom:2.5rem}.timeline-step:last-child{padding-bottom:0}.ts-marker{z-index:2;flex-direction:column;flex-shrink:0;width:56px}.ts-marker,.ts-marker-ring{position:relative;display:flex;align-items:center}.ts-marker-ring{width:48px;height:48px;border-radius:50%;background:var(--black);border:2px solid var(--accent);justify-content:center;transition:all .4s var(--ease)}.ts-marker-dot{width:12px;height:12px;border-radius:50%;background:var(--accent);box-shadow:0 0 16px rgba(212,175,55,.5);transition:all .4s var(--ease)}.timeline-step:hover .ts-marker-ring{box-shadow:0 0 30px rgba(212,175,55,.3);transform:scale(1.1)}.timeline-step:hover .ts-marker-dot{box-shadow:0 0 24px rgba(212,175,55,.7)}.ts-step-num{font-family:var(--font-display);font-size:.7rem;color:var(--accent);margin-top:.5rem;letter-spacing:.05em}.ts-card{flex:1;padding:1.75rem;border-radius:var(--r-md);background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.01));border:1px solid hsla(0,0%,100%,.06);backdrop-filter:blur(12px);transition:all .5s var(--ease);position:relative;overflow:hidden}.ts-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),transparent);opacity:0;transition:opacity .5s}.timeline-step:hover .ts-card:before{opacity:1}.timeline-step:hover .ts-card{border-color:var(--accent-border);box-shadow:0 20px 60px rgba(0,0,0,.3),0 0 40px rgba(212,175,55,.04);transform:translateX(4px)}.ts-icon{width:44px;height:44px;border-radius:var(--r-sm);background:var(--accent-dim);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1rem;transition:all .4s var(--ease)}.timeline-step:hover .ts-icon{background:var(--accent);color:var(--black);border-color:var(--accent)}.ts-icon svg{width:22px;height:22px}.ts-card h3{font-family:var(--font-body);font-size:1.1rem;font-weight:600;margin-bottom:.6rem}.ts-card p{font-size:.88rem;color:var(--gray-400);line-height:1.7;margin-bottom:1rem}.ts-tags{display:flex;gap:.5rem;flex-wrap:wrap}.ts-tags span{padding:.3rem .7rem;border-radius:var(--r-full);background:rgba(212,175,55,.06);border:1px solid rgba(212,175,55,.12);font-size:.68rem;font-weight:600;color:var(--accent);letter-spacing:.04em}.blueprint-overlay{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.04;background-image:linear-gradient(rgba(212,175,55,.3) 1px,transparent 0),linear-gradient(90deg,rgba(212,175,55,.3) 1px,transparent 0);background-size:60px 60px}.blueprint-overlay-subtle{opacity:.025;background-size:80px 80px}.gold-light-leak{position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.06),transparent 70%);pointer-events:none;z-index:0}.compliance-grid-full{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.compliance-tech-card{padding:1.75rem;border-radius:var(--r-md);background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.01));border:1px solid hsla(0,0%,100%,.06);backdrop-filter:blur(12px);transition:all .45s var(--ease);position:relative;overflow:hidden}.compliance-tech-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),transparent);opacity:0;transition:opacity .5s}.compliance-tech-card:hover:before{opacity:1}.compliance-tech-card:hover{border-color:var(--accent-border);transform:translateY(-3px);box-shadow:0 16px 50px rgba(0,0,0,.3)}.ctc-header{justify-content:space-between;margin-bottom:1rem}.ctc-header,.ctc-icon{display:flex;align-items:center}.ctc-icon{width:44px;height:44px;border-radius:var(--r-sm);background:var(--accent-dim);border:1px solid var(--accent-border);justify-content:center;color:var(--accent);transition:all .4s var(--ease)}.compliance-tech-card:hover .ctc-icon{background:var(--accent);color:var(--black)}.ctc-icon svg{width:22px;height:22px}.ctc-badge{padding:.25rem .6rem;border-radius:var(--r-full);background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.15);font-size:.6rem;font-weight:700;color:var(--accent);letter-spacing:.1em;text-transform:uppercase}.compliance-tech-card h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.compliance-tech-card p{font-size:.82rem;color:var(--gray-400);line-height:1.65;margin-bottom:1rem}.ctc-specs{display:flex;gap:.4rem;flex-wrap:wrap}.ctc-specs span{padding:.2rem .55rem;border-radius:var(--r-full);background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);font-size:.65rem;font-weight:600;color:var(--gray-300);letter-spacing:.03em}.compliance-grid-full .compliance-tech-card,.gallery-grid .gallery-item{opacity:1!important;transform:none!important}.gallery-filter{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem}.gallery-filter-btn{padding:.6rem 1.2rem;border-radius:var(--r-sm);border:1px solid hsla(0,0%,100%,.08);background:transparent;color:var(--gray-400);font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:all .35s var(--ease)}.gallery-filter-btn.active,.gallery-filter-btn:hover{background:var(--accent);color:var(--black);border-color:var(--accent)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.gallery-item{position:relative;border-radius:var(--r-md);overflow:hidden;border:1px solid hsla(0,0%,100%,.04);transition:all .5s var(--ease);cursor:pointer}.gallery-item:hover{border-color:var(--accent-border);transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,0,0,.4)}.gallery-item-wide{grid-column:span 2}.gallery-img{position:relative;height:320px;overflow:hidden}.gallery-item-wide .gallery-img{height:320px}.gallery-img img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s var(--ease);filter:saturate(.9) contrast(1.05)}.gallery-item:hover .gallery-img img{transform:scale(1.08)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.9));display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;opacity:1;transition:opacity .45s var(--ease)}.gallery-category{margin-bottom:.4rem}.gallery-overlay h3{font-size:1rem;margin-bottom:.3rem;color:#fff}.gallery-overlay p{font-size:.75rem;color:hsla(0,0%,100%,.75);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-category{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:.5rem}.gallery-overlay h3{font-family:var(--font-body);font-size:1.05rem;font-weight:600;margin-bottom:.35rem}.gallery-overlay p{font-size:.8rem;color:var(--gray-300);line-height:1.5}.cta-cinematic{position:relative;overflow:hidden}.cta-cinematic-noise{position:absolute;inset:0;z-index:1;opacity:.03;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");pointer-events:none}.cta-cinematic-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.55rem 1.1rem;border-radius:var(--r-full);border:1px solid rgba(212,175,55,.2);background:rgba(212,175,55,.06);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.cta-cinematic .cta-banner-title{font-size:clamp(2rem,4vw,3.5rem);max-width:700px}.footer-contact-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem;color:var(--gray-400);font-size:.8rem;line-height:1.4;transition:color .3s}.footer-contact-item:hover{color:var(--accent)}.footer-contact-item svg{width:14px;height:14px;flex-shrink:0;margin-top:.15rem;color:var(--accent)}.footer-links-group{grid-template-columns:repeat(3,1fr)}.footer-whatsapp-link:hover{background:var(--whatsapp);border-color:var(--whatsapp);color:var(--white)}@keyframes glowPulse{0%,to{box-shadow:0 0 20px rgba(212,175,55,.05)}50%{box-shadow:0 0 40px rgba(212,175,55,.12)}}.compliance-card:hover,.highlight-card:hover,.process-card:hover .process-card-inner{animation:glowPulse 2s ease-in-out infinite}@keyframes borderGlow{0%,to{border-color:rgba(212,175,55,.12)}50%{border-color:rgba(212,175,55,.3)}}.cap-visual-card:hover,.gallery-item:hover{animation:borderGlow 2s ease-in-out infinite}main{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}[data-reveal],[data-stagger]>*{opacity:1;transform:none}}@media (max-width:768px){.page-hero{height:50vh;min-height:260px}.page-hero-title{font-size:clamp(1.8rem,8vw,2.6rem)}.page-hero-subtitle{font-size:.88rem}.gallery-filter{flex-wrap:wrap;gap:.5rem}.gallery-filter-btn{font-size:.68rem;padding:.4rem .8rem}.section-map{height:300px}.map-overlay{padding:1.5rem}.map-info h3{font-size:1rem}.map-info p{font-size:.8rem}.contact-cards{gap:.75rem}.contact-info-card{padding:1rem}.lightbox-content{max-width:95vw}.lightbox-img{max-height:60vh}}@media (max-width:480px){.page-hero{height:45vh;min-height:220px}.page-hero-title{font-size:clamp(1.5rem,7vw,2rem)}.contact-grid{gap:2rem}.form-group input,.form-group select,.form-group textarea{padding:.7rem .85rem;font-size:.85rem}.btn-full{padding:.85rem 1.5rem;font-size:.82rem}}.lightbox{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;backdrop-filter:blur(10px)}.lightbox.active{opacity:1;visibility:visible}.lightbox-close{position:absolute;top:1.5rem;right:2rem;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;z-index:10001;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,transform .2s}.lightbox-close:hover{background:hsla(0,0%,100%,.1);transform:rotate(90deg)}.lightbox-content{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:1.5rem;transform:scale(.9);transition:transform .3s ease}.lightbox.active .lightbox-content{transform:scale(1)}.lightbox-img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:var(--r-md,8px);box-shadow:0 20px 60px rgba(0,0,0,.5)}.lightbox-info{text-align:center;max-width:700px;padding:0 1rem}.lightbox-category{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent,#d4af37);margin-bottom:.5rem;padding:.3rem .8rem;border:1px solid rgba(212,175,55,.3);border-radius:4px}.lightbox-title{font-family:"DM Serif Display",serif;font-size:1.5rem;color:#fff;margin:.5rem 0}.lightbox-desc{font-size:.95rem;color:hsla(0,0%,100%,.7);line-height:1.6;margin:0}@media (max-width:768px){.lightbox-close{top:1rem;right:1rem;font-size:2rem}.lightbox-title{font-size:1.2rem}.lightbox-desc{font-size:.85rem}}.services-lightbox{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.96);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;backdrop-filter:blur(12px)}.services-lightbox.active{opacity:1;visibility:visible}.services-lightbox-close{display:none}.lightbox-close-fixed{display:none;position:fixed;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);color:hsla(0,0%,100%,.8);cursor:pointer;z-index:99999;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;padding:0}.lightbox-close-fixed svg{width:14px;height:14px;pointer-events:none}.lightbox-close-fixed:hover{background:rgba(220,38,38,.3);border-color:rgba(220,38,38,.7);color:#fff;transform:scale(1.15)}@media (max-width:768px){.lightbox-close-fixed{width:28px;height:28px}.lightbox-close-fixed svg{width:12px;height:12px}}.services-lightbox-next,.services-lightbox-prev{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);color:#fff;cursor:pointer;z-index:10002;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,transform .2s}.services-lightbox-prev{left:1.5rem}.services-lightbox-next{right:1.5rem}.services-lightbox-next:hover,.services-lightbox-prev:hover{background:hsla(0,0%,100%,.18);transform:translateY(-50%) scale(1.08)}.services-lightbox-next svg,.services-lightbox-prev svg{width:24px;height:24px}.services-lightbox-content{width:100%;max-width:90vw;max-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:5rem 1rem 1.5rem;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) transparent;position:relative;z-index:1}.services-lightbox-content::-webkit-scrollbar{width:6px}.services-lightbox-content::-webkit-scrollbar-track{background:transparent}.services-lightbox-content::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.services-lightbox-gallery{width:100%;display:flex;align-items:center;justify-content:center;position:relative;flex:1;min-height:0}.services-lightbox-gallery img{max-width:100%;max-height:60vh;object-fit:contain;border-radius:var(--r-md,8px);box-shadow:0 20px 60px rgba(0,0,0,.5);transition:opacity .3s ease,transform .3s ease}.services-lightbox-info{text-align:center;max-width:700px;padding:0 1rem;flex-shrink:0}.services-lightbox-category{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent,#d4af37);margin-bottom:.5rem;padding:.3rem .9rem;border:1px solid rgba(212,175,55,.3);border-radius:4px}.services-lightbox-title{font-family:"DM Serif Display",serif;font-size:1.5rem;color:#fff;margin:.4rem 0}.services-lightbox-desc{font-size:.92rem;color:hsla(0,0%,100%,.65);line-height:1.6;margin:0}.services-lightbox-counter{font-size:.8rem;color:hsla(0,0%,100%,.4);margin-top:.75rem;letter-spacing:.1em}@media (max-width:768px){.services-lightbox-close{top:.75rem;right:.75rem;width:40px;height:40px;font-size:1.5rem}.services-lightbox-next,.services-lightbox-prev{width:42px;height:42px}.services-lightbox-prev{left:.5rem}.services-lightbox-next{right:.5rem}.services-lightbox-next svg,.services-lightbox-prev svg{width:20px;height:20px}.services-lightbox-content{padding:4rem .5rem 1rem;gap:.75rem}.services-lightbox-gallery img{max-height:55vh}.services-lightbox-title{font-size:1.15rem}.services-lightbox-desc{font-size:.82rem}}@media (max-width:1024px){.compliance-grid-full,.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item-wide{grid-column:span 2}}@media (max-width:768px){.compliance-grid-full,.gallery-grid{grid-template-columns:1fr}.gallery-item-wide{grid-column:span 1}.gallery-img{height:260px}}@media (max-width:480px){.gallery-img{height:220px}}@media (max-width:768px){.trusted-by-card{flex-direction:column;align-items:center;text-align:center;width:100%;min-width:0}.tbc-logo{min-width:0}.gold-light-leak{display:none}.timeline-step{gap:1rem}.ts-marker{width:40px;flex-shrink:0}.ts-marker-ring{width:36px;height:36px}.ts-marker-dot{width:10px;height:10px}.ts-card{padding:1.25rem}.ts-icon{width:36px;height:36px}.ts-tags span{font-size:.62rem;padding:.25rem .5rem}.section-title{word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.hero-content{overflow:hidden}.header-actions{z-index:10001}body,html{overflow-x:hidden;-webkit-overflow-scrolling:touch}.footer-col a,.footer-social-link,.gallery-filter-btn,.mobile-nav-link,.nav-link,.spc-link{min-height:44px;display:inline-flex;align-items:center}.btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.container{padding-left:1rem;padding-right:1rem}img{max-width:100%;height:auto}.form-group input,.form-group select,.form-group textarea{font-size:16px!important;min-height:48px}.contact-form-wrapper{padding:1.5rem}.contact-info-card{padding:1rem}.cic-value{font-size:.88rem;word-break:break-word}.cta-banner{padding:clamp(3rem,6vw,5rem) 0}.cta-banner-content{text-align:center}.cta-banner-actions{flex-direction:column;align-items:center;width:100%}.cta-banner-actions .btn{width:100%;max-width:320px}.industry-card{height:280px}.industry-overlay p{opacity:1;transform:none}.timeline{padding-left:2.5rem}.timeline-dot{left:-2.5rem}.about-story-images{gap:.75rem}.asi-main img{height:240px}.asi-secondary img{height:180px}.about-story-stats{grid-template-columns:repeat(3,1fr);gap:.5rem}.ass-item{padding:1rem .5rem}.ass-number{font-size:1.6rem}.ass-label{font-size:.6rem}.msv-grid{gap:.5rem}.msv-grid img{height:160px}.msv-grid img:first-child{height:200px}.service-detail-card{padding:1.5rem}.service-detail-card h3{font-size:1.15rem}.sdc-images.grid-4{grid-template-columns:repeat(2,1fr);gap:.5rem}.sdc-images.grid-4 img{height:110px}.bento-item.tall{grid-row:span 1}.mvv-card{padding:1.75rem 1.5rem}.footer-top{gap:1.5rem}.footer-brand p{font-size:.78rem}.footer-col h4{font-size:.62rem}.footer-col a{font-size:.78rem}.footer-bottom{font-size:.68rem;padding:.85rem 0}.hero-scroll{bottom:1rem}.page-hero{min-height:260px}.hero-title br{display:none}.gallery-filter{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none}}@media (max-width:768px){.gallery-filter::-webkit-scrollbar{display:none}.gallery-filter-btn{white-space:nowrap;flex-shrink:0}.trusted-by-card{gap:1rem;padding:1.25rem}.tbc-info h4{font-size:.88rem}.tbc-info p{font-size:.75rem}.how-we-work-section .blueprint-overlay{display:none}.lightbox-content{max-width:96vw;padding:0 .5rem}.lightbox-img{max-height:55vh}.lightbox-close{top:.75rem;right:.75rem;width:44px;height:44px}}@media (max-width:480px){.container{padding-left:.85rem;padding-right:.85rem}.hero-badge{padding:.45rem .65rem;font-size:.52rem;letter-spacing:.1em}.badge-dot{width:5px;height:5px}.hero-title{font-size:clamp(1.7rem,9vw,2.3rem);max-width:10ch}.hero-subtitle{font-size:.78rem;line-height:1.4}.hero-actions .btn{height:42px;font-size:.7rem;padding:0 1.2rem}.section-title{font-size:clamp(1.4rem,6vw,1.9rem)}.section-subtitle{font-size:.78rem}.highlight-card{padding:.85rem}.highlight-icon{width:38px;height:38px;margin-bottom:.75rem}.highlight-icon svg{width:18px;height:18px}.highlight-card h3{font-size:.88rem}.highlight-card p{font-size:.75rem}.spc-image{height:100px}.spc-body{padding:.85rem}.spc-body h3{font-size:.88rem}.spc-body p{font-size:.75rem}.about-img-main img{height:200px}.about-preview-content p{font-size:.82rem}.apf-item{font-size:.78rem;gap:.6rem}.apf-check{width:20px;height:20px}.apf-check svg{width:11px;height:11px}.featured-project-content{padding:1.25rem}.featured-project-content h3{font-size:1.2rem}.featured-project-content p{font-size:.82rem}.about-story-grid{gap:2rem}.about-story-content p{font-size:.88rem}.asi-main img{height:200px}.asi-secondary img{height:150px}.ass-number{font-size:1.35rem}.timeline{padding-left:2rem}.timeline-dot{left:-2rem;width:14px;height:14px}.timeline-date{font-size:.65rem}.timeline-content h3{font-size:1rem}.timeline-content p{font-size:.82rem}.mvv-card{padding:1.25rem}.mvv-icon{width:44px;height:44px;margin-bottom:1.25rem}.mvv-icon svg{width:20px;height:20px}.mvv-card h3{font-size:1.05rem}.mvv-card p{font-size:.82rem}.main-service-grid{gap:2rem}.msh-item{gap:.85rem}.msh-icon{width:38px;height:38px;min-width:38px}.msh-icon svg{width:18px;height:18px}.msh-item h4{font-size:.85rem}.msh-item p{font-size:.78rem}.msv-grid img{height:130px}.msv-grid img:first-child{height:170px}.service-detail-card{padding:1.25rem}.sdc-icon{width:42px;height:42px}.sdc-icon svg{width:20px;height:20px}.sdc-num{font-size:2.5rem}.service-detail-card h3{font-size:1.05rem}.service-detail-card p{font-size:.85rem}.sdc-list li{font-size:.82rem}.bento-item span-2{grid-column:span 1}.industry-card{height:240px}.industry-overlay{padding:1.25rem}.industry-overlay h3{font-size:1.05rem}.industry-overlay p{font-size:.78rem}.compliance-tech-card{padding:1.25rem}.compliance-tech-card h4{font-size:.88rem}.compliance-tech-card p{font-size:.75rem}.contact-grid{gap:1.5rem}.contact-form-wrapper{padding:1.25rem}.footer-links-group,.form-row{grid-template-columns:1fr}.footer-links-group{gap:1.25rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.gallery-filter-btn{font-size:.65rem;padding:.35rem .7rem}.gallery-overlay h3{font-size:.88rem}.gallery-overlay p{font-size:.7rem}.trusted-by-card{padding:1rem}.trusted-by-title{font-size:clamp(1.4rem,5vw,1.8rem)}.trusted-by-desc{font-size:.82rem}.cta-cinematic-badge{font-size:.58rem;padding:.4rem .85rem}.cta-cinematic .cta-banner-title{font-size:clamp(1.5rem,6vw,2rem)}.section-map{height:240px}.map-overlay{padding:1rem}.map-info h3{font-size:.92rem}.map-info p{font-size:.78rem}.timeline-step{gap:.75rem;padding-bottom:1.75rem}.ts-marker{width:32px}.ts-marker-ring{width:30px;height:30px;border-width:1.5px}.ts-marker-dot{width:8px;height:8px}.ts-step-num{font-size:.6rem}.timeline-line{left:15px;width:2px}.ts-card{padding:1rem}.ts-card h3{font-size:.92rem}.ts-card p{font-size:.78rem}.ts-icon{width:32px;height:32px;margin-bottom:.75rem}.ts-icon svg{width:16px;height:16px}}@media (max-height:500px) and (orientation:landscape){.hero{min-height:100vh}.hero-content{padding-top:calc(var(--hdr-height) + .5rem);gap:.4rem}.hero-badge{padding:.35rem .6rem;font-size:.5rem}.hero-title{font-size:clamp(1.5rem,4vw,2.5rem);line-height:1}.hero-subtitle{font-size:.75rem;line-height:1.3}.hero-actions .btn{height:38px;font-size:.65rem}.hero-stats{display:none}.page-hero{min-height:100vh}}@media (min-width:769px) and (max-width:1024px){.contact-form-wrapper{padding:2rem}.industry-card{height:320px}.service-detail-card{padding:2rem}}@media (max-width:768px){.cta-banner,.hero,.section,.site-footer,.site-header,.trusted-strip{overflow-x:hidden}.container>*{max-width:100%}.mobile-nav-link{font-size:clamp(1.6rem,6vw,2.25rem)}.cta-banner-actions .btn{min-width:0;width:100%;max-width:320px}.page-hero{padding-top:80px}.how-we-work-section .section-header-center{margin-bottom:1.5rem}.trusted-by-inner{gap:1.75rem}.trusted-by-header{max-width:100%}.trusted-by-title{font-size:clamp(1.5rem,7vw,2rem);line-height:1.15}.trusted-by-desc{font-size:.82rem;line-height:1.6}.trusted-by-grid{grid-template-columns:1fr;gap:1rem}.trusted-by-card{flex-direction:row;align-items:center;text-align:left;gap:1rem;padding:1.15rem}.tbc-logo{width:60px;height:44px;min-width:60px}.tbc-info h4{font-size:.85rem;font-weight:600;margin-bottom:.2rem}.tbc-info p{font-size:.72rem;line-height:1.45;color:var(--gray-400)}.trusted-strip .section-eyebrow{font-size:.62rem}.trusted-strip .section-title{font-size:clamp(1.5rem,6.5vw,2.1rem);max-width:100%}.trusted-strip .section-subtitle{font-size:.8rem;max-width:100%}.trusted-items{gap:.6rem;flex-wrap:wrap}.trusted-item{font-size:.7rem;padding:.6rem .75rem}.trusted-strip{padding:clamp(1.75rem,3vh,2.5rem) 0}}