:root{--red:#d71920;--red-dark:#a90f17;--ink:#151313;--white:#fff;--line:rgba(255,255,255,.24)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--white);font-family:'DM Sans',sans-serif}.hero{min-height:100svh;position:relative;overflow:hidden;background:url('hero-frames/frame-000.webp') center center/cover no-repeat;isolation:isolate}.hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,7,6,.7) 0%,rgba(10,7,6,.28) 48%,rgba(10,7,6,.54) 100%),linear-gradient(0deg,rgba(10,7,6,.67),transparent 45%,rgba(10,7,6,.32));z-index:-1}.nav{height:88px;margin:0 6.5vw;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:38px}.brand{width:154px;height:62px;display:flex;align-items:center;overflow:hidden}.brand img{width:153px;height:auto;filter:drop-shadow(0 2px 5px rgba(0,0,0,.4))}.nav__links{display:flex;gap:26px;margin-left:auto}.nav a{color:white;text-decoration:none;font-size:15px}.nav__links a{opacity:.8;position:relative}.nav__links a:hover,.nav__links .active{opacity:1}.nav__links .active:after{content:'';position:absolute;left:0;right:0;bottom:-11px;height:2px;background:var(--red)}.button{padding:13px 19px;border-radius:99px;font-weight:600;white-space:nowrap}.button--red{background:var(--red);transition:.25s transform,.25s background}.button--red:hover{background:var(--red-dark);transform:translateY(-2px)}.button span{margin-left:8px;font-size:18px}.hero__content{min-height:calc(100svh - 157px);margin:0 9.5vw;display:flex;flex-direction:column;justify-content:center;padding:40px 0 75px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:#ffcbcc;margin:0 0 23px}.hero h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(70px,10.5vw,164px);line-height:.83;letter-spacing:-.09em;margin:0;max-width:1000px;font-weight:600}.hero h1 em{font-style:normal;color:#fff;text-shadow:0 3px 25px rgba(0,0,0,.25)}.hero__bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-top:38px;max-width:1050px}.hero__actions{display:flex;gap:18px}.tile{width:145px;height:135px;padding:20px 18px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:#fff;border-radius:14px;transition:.25s transform}.tile:hover{transform:translateY(-5px)}.tile strong{font-size:18px;line-height:1.15}.tile span{align-self:flex-end;font-size:25px}.tile--red{background:var(--red)}.tile--glass{background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.22)}.intro{max-width:385px;font-size:15px;line-height:1.5;color:rgba(255,255,255,.84);margin:0 15px 7px 30px}.hero__footer{position:absolute;bottom:0;left:6.5vw;right:6.5vw;border-top:1px solid var(--line);height:69px;display:flex;justify-content:space-between;align-items:center}.hero__footer a,.hero__footer span{color:rgba(255,255,255,.86);text-decoration:none;font-size:14px}.hero__footer a:hover{color:#fff}.below{padding:120px 9.5vw;background:#f5f0eb;color:var(--ink)}.below p{color:var(--red);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.below h2{font-family:'Space Grotesk';font-size:clamp(42px,6vw,88px);line-height:.92;letter-spacing:-.06em;margin:28px 0}.menu{display:none;background:transparent;border:0}.menu i{display:block;width:25px;height:2px;background:white;margin:6px}
@media(max-width:800px){.nav{height:76px;margin:0 6vw}.brand{width:120px}.brand img{width:120px}.nav__links,.nav>.button{display:none}.menu{display:block;margin-left:auto}.nav__links.is-open{display:flex;position:absolute;top:76px;left:0;right:0;margin:0;padding:20px 6vw;flex-direction:column;gap:18px;background:rgba(21,19,19,.96);backdrop-filter:blur(14px);z-index:3}.nav__links.is-open a{font-size:16px}.hero{background-position:60% center}.hero__content{margin:0 6vw;min-height:calc(100svh - 125px);padding:35px 0 95px;justify-content:center}.eyebrow{font-size:10px;margin-bottom:18px}.hero h1{font-size:clamp(65px,18vw,118px);line-height:.86;letter-spacing:-.1em}.hero__bottom{display:block;margin-top:30px}.hero__actions{gap:10px}.tile{width:133px;height:119px;padding:17px 15px}.tile strong{font-size:16px}.intro{margin:24px 0 0;max-width:330px;font-size:14px}.hero__footer{left:6vw;right:6vw;height:53px;overflow:hidden;gap:20px}.hero__footer span{display:none}.hero__footer a{font-size:11px;white-space:nowrap}.hero__footer a:last-child{margin-left:auto}.below{padding:75px 6vw}.below h2{font-size:54px}}

/* Ajuste de composição do título conforme a referência: duas linhas estáveis. */
.hero h1{font-size:clamp(52px,7.2vw,112px);max-width:1160px;white-space:nowrap}
@media(max-width:800px){.hero h1{font-size:clamp(38px,10.5vw,70px);line-height:.92;white-space:nowrap}}

/* Dois cards na primeira linha e o CTA abaixo, todos com a mesma dimensão. */
.hero__actions{display:grid;grid-template-columns:repeat(2,145px);gap:18px}
.hero__actions .tile--red{grid-column:1 / -1;width:auto}
@media(max-width:800px){.hero__actions{grid-template-columns:repeat(2,133px);gap:10px}.hero__actions .tile--red{grid-column:1 / -1;width:auto}}

.about{min-height:720px;padding:110px 9.5vw;display:grid;grid-template-columns:minmax(380px,1fr) minmax(480px,1.25fr);align-items:center;gap:8vw;background:#fff;color:#202020;overflow:hidden}.about__visual{height:540px;position:relative}.about__photo{position:absolute;overflow:hidden;background:#e9edf1}.about__photo img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.82)}.about__photo--back{left:0;top:35px;width:69%;height:430px;clip-path:polygon(0 7%,18% 4%,35% 7%,54% 1%,72% 6%,100% 2%,96% 95%,73% 98%,55% 95%,33% 100%,14% 96%,0 99%)}.about__photo--front{right:0;bottom:0;width:61%;height:330px;border:8px solid #fff;border-radius:22px;box-shadow:0 12px 25px rgba(10,20,30,.18)}.about__copy{max-width:610px}.section-tag{display:inline-flex;align-items:center;gap:10px;padding:10px 17px;border-radius:99px;background:#f1f3f6;font-weight:700;font-size:16px}.section-tag b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--red);color:#fff;font-size:13px}.about h2{font-family:'Space Grotesk',sans-serif;font-size:clamp(42px,4.1vw,64px);line-height:.97;letter-spacing:-.065em;margin:25px 0 34px}.about h2 em{font-style:normal;color:var(--red)}.about ul{list-style:none;padding:0;margin:0 0 32px;display:grid;gap:20px}.about li{display:grid;grid-template-columns:25px 1fr;gap:12px;align-items:start;font-size:16px;line-height:1.4}.about li b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--red);color:#fff;font-size:14px}.about__button{display:inline-flex;align-items:center;gap:18px;padding:14px 20px;border-radius:99px;background:var(--red);color:#fff;text-decoration:none;font-weight:700;transition:transform .2s,background .2s}.about__button:hover{transform:translateY(-3px);background:var(--red-dark)}.about__button span{font-size:20px}@media(max-width:800px){.about{min-height:auto;padding:80px 6vw;display:flex;flex-direction:column;gap:45px;align-items:stretch}.about__visual{height:390px}.about__photo--back{width:82%;height:300px}.about__photo--front{width:62%;height:220px}.about h2{font-size:48px}.about li{font-size:14px}}

/* A logo tem uma área vertical maior que o símbolo isolado; evita o corte no nav. */
.brand{height:78px;overflow:visible;flex-shrink:0}
.brand img{display:block;max-height:76px;object-fit:contain}
@media(max-width:800px){.brand{height:70px}.brand img{max-height:68px}}

.about__button{border:0;cursor:pointer;font:700 16px 'DM Sans',sans-serif}.about__story{position:absolute;inset:0;padding:42px 34px;background:rgba(24,28,32,.58);backdrop-filter:blur(14px);color:#fff;opacity:0;transform:translateY(22px);pointer-events:none;transition:opacity .45s ease,transform .55s ease}.about__story span{color:#ffc3c5;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:700}.about__story h3{font:600 38px/1 'Space Grotesk',sans-serif;margin:16px 0 22px}.about__story p{max-width:410px;font-size:16px;line-height:1.5;margin:0 0 15px}.story-close{position:absolute;right:22px;top:18px;border:1px solid rgba(255,255,255,.5);border-radius:50%;width:32px;height:32px;background:rgba(0,0,0,.2);color:#fff;font-size:23px;cursor:pointer}.about__visual.is-expanded .about__photo--front{inset:0;width:100%;height:100%;z-index:2;border-radius:24px;transition:inset .55s ease,width .55s ease,height .55s ease}.about__visual.is-expanded .about__story{opacity:1;transform:translateY(0);pointer-events:auto}@media(max-width:800px){.about__visual.is-expanded .about__photo--front{width:100%;height:100%}.about__story{padding:30px 24px}.about__story h3{font-size:30px}.about__story p{font-size:14px}}
.section-tag b{width:29px;height:29px;background:linear-gradient(145deg,#f52b32,#b70d16);font-size:16px;box-shadow:0 4px 10px rgba(183,13,22,.28);text-shadow:0 1px 1px rgba(0,0,0,.2)}
.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0;pointer-events:none}.hero__canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero__veil{z-index:1}.nav,.hero__content{position:relative;z-index:2}.hero__footer{position:absolute;z-index:2}
.hero-scroll{height:190vh}.hero-scroll .hero{position:sticky;top:0;height:100svh;min-height:100svh}.hero__frames{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;will-change:contents}@media(max-width:800px){.hero-scroll{height:170vh}.hero__frames{object-position:58% center}}
html.hero-is-loading .hero__frames{opacity:0}
@media(max-width:800px){.hero__frames{object-position:center center}.hero__actions{grid-template-columns:repeat(2,110px);gap:9px}.hero__actions .tile{width:110px;height:96px;padding:14px 13px;border-radius:12px}.hero__actions .tile strong{font-size:14px}.hero__actions .tile span{font-size:21px}.hero__actions .tile--red{width:auto;height:96px}.hero__bottom{display:block;margin-top:22px}.intro{position:relative;right:auto;bottom:auto;width:100%;max-width:260px;height:auto;min-height:0;margin:16px 0 0;padding:0;font-size:13px;line-height:1.45}.hero__content{padding-bottom:68px}}
.section-tag b{display:none}.section-tag{gap:0}
.intro{width:308px;height:288px;padding:25px 23px;display:flex;align-items:flex-end;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.3);border-radius:14px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 15px 35px rgba(0,0,0,.12);font-size:17px;line-height:1.42;color:#fff}
@media(max-width:800px){.intro{position:relative;right:auto;bottom:auto;width:100%;height:auto;min-height:190px;margin-top:18px;padding:21px;font-size:15px}}
.intro{position:absolute;right:6.5vw;bottom:112px;width:min(470px,34vw);max-width:470px;height:145px;min-height:0;margin:0;padding:0;display:block;background:transparent;border:0;border-radius:0;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;font-size:19px;line-height:1.45;font-weight:400;color:rgba(255,255,255,.84);text-align:left;align-items:initial;overflow:visible}
@media(max-width:800px){.intro{position:absolute;right:6vw;bottom:78px;width:calc(100% - 12vw);max-width:330px;height:112px;margin:0;padding:0;font-size:15px;line-height:1.48}}
.service-item.is-active{transform:translateX(16px) scale(1.055);transform-origin:left center;transition:color .35s ease,transform .45s cubic-bezier(.22,.61,.36,1)}
.services__image{transition:transform .55s cubic-bezier(.22,.61,.36,1),opacity .32s ease}.services__image.is-changing{transform:translateY(6px) scale(.99);opacity:.42}
@media(max-width:800px){.service-item.is-active{transform:translateX(8px) scale(1.045)}}
.services{min-height:220vh}.services__stage{position:sticky;top:10vh;min-height:72vh;align-content:center}.services__image{transition:transform .38s cubic-bezier(.22,.61,.36,1),opacity .22s ease}.services__image.is-changing{transform:translateY(8px) scale(.985);opacity:.42}@media(max-width:800px){.services{min-height:190vh}.services__stage{position:sticky;top:7vh;min-height:76vh}}
.services{padding:120px 9.5vw 145px;background:#f2f4f7;color:#202020}.services__top{display:flex;justify-content:space-between;align-items:flex-start}.services h2{font:600 clamp(42px,4.5vw,68px)/.95 'Space Grotesk',sans-serif;letter-spacing:-.065em;margin:28px 0 60px}.services h2 em{font-style:normal;color:var(--red)}.services__stage{display:grid;grid-template-columns:1fr 40%;align-items:center;gap:6vw}.services__list{display:grid}.service-item{border:0;border-bottom:1px solid #d5d9df;background:transparent;color:#b9bdc5;text-align:left;font:600 clamp(32px,4vw,60px)/1 'Space Grotesk',sans-serif;letter-spacing:-.055em;padding:17px 0;cursor:pointer;transition:color .3s,transform .3s}.service-item:first-child{border-top:1px solid #d5d9df}.service-item:hover,.service-item.is-active{color:#202020;transform:translateX(16px)}.service-item.is-active:before{content:'→';color:var(--red);font-size:.65em;margin-right:15px}.services__image{height:390px;position:relative;overflow:hidden;clip-path:polygon(0 5%,18% 3%,40% 6%,63% 1%,78% 6%,100% 2%,97% 95%,75% 98%,52% 95%,28% 100%,3% 96%)}.services__image img{width:100%;height:100%;object-fit:cover;transition:opacity .3s,transform .7s}.services__number{position:absolute;right:22px;bottom:20px;color:#fff;font:700 18px 'Space Grotesk';text-shadow:0 1px 5px #000}.service-item.is-changing{opacity:.35}@media(max-width:800px){.services{padding:80px 6vw 100px}.services__top{display:block}.services h2{font-size:48px;margin:24px 0 32px}.services__stage{display:flex;flex-direction:column-reverse;gap:28px;align-items:stretch}.services__image{height:300px}.service-item{font-size:32px;padding:14px 0}.service-item.is-active{transform:translateX(8px)}}

.intro{position:absolute;right:6.5vw;bottom:112px;width:min(470px,34vw);max-width:470px;margin:0;font-size:19px;line-height:1.45;font-weight:500;text-align:left;letter-spacing:-.015em;text-wrap:pretty}
.intro.is-typing::after{content:'|';display:inline-block;margin-left:3px;color:#ffb1b3;animation:blink .8s steps(1) infinite}
@keyframes blink{50%{opacity:0}}
@media(max-width:800px){.intro{right:6vw;bottom:78px;width:calc(100% - 12vw);max-width:330px;font-size:15px;line-height:1.48}}
@media(prefers-reduced-motion:reduce){.intro.is-typing::after{animation:none}}
@media(max-width:800px){.hero__frames{object-position:center center}.hero__actions{grid-template-columns:repeat(2,110px);gap:9px}.hero__actions .tile{width:110px;height:96px;padding:14px 13px;border-radius:12px}.hero__actions .tile strong{font-size:14px}.hero__actions .tile span{font-size:21px}.hero__actions .tile--red{width:auto;height:96px}.hero__bottom{display:block;margin-top:22px}.hero__bottom .intro{position:relative;right:auto;bottom:auto;width:100%;max-width:260px;height:auto;min-height:0;margin:16px 0 0;padding:0;font-size:13px;line-height:1.45}.hero__content{padding-bottom:68px}}
@media(max-width:800px){.services{padding:58px 5vw 80px;min-height:182vh}.services h2{font-size:38px;line-height:.96;letter-spacing:-.06em;margin:15px 0 23px}.services__stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.95fr);gap:12px;align-items:stretch;min-height:0}.services__list{grid-column:1;grid-row:1}.services__image{grid-column:2;grid-row:1;height:270px;align-self:stretch}.service-item{font-size:clamp(17px,5.35vw,21px);line-height:.98;padding:10px 0;letter-spacing:-.05em}.service-item.is-active{transform:translateX(4px) scale(1.025)}.service-item.is-active:before{margin-right:6px}}
@media(max-width:800px){.services__list,.services__image{transition:transform .55s cubic-bezier(.22,.61,.36,1),opacity .32s ease}.services__stage.is-service-focused{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);transition:grid-template-columns .55s cubic-bezier(.22,.61,.36,1)}.services__stage.is-service-focused .services__list{transform:scale(.88);transform-origin:left center}.services__stage.is-service-focused .services__image{transform:scale(1.13);transform-origin:center center}.services__image.is-changing{transform:scale(1.13) translateY(5px);opacity:.48}}
/* Rodapé da hero sem o divisor horizontal da referência anterior. */
.hero__footer{border-top:0}
@media(max-width:800px){.nav{position:relative;z-index:5}.menu{position:relative;z-index:6}.nav__links.is-open{top:calc(100% + 10px);left:0;right:0;padding:22px 20px 24px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(15,13,13,.97);box-shadow:0 18px 32px rgba(0,0,0,.3);overflow:hidden;transform-origin:top;animation:mobileMenuIn .34s cubic-bezier(.22,.61,.36,1) both}.nav__links.is-open a{opacity:0;transform:translateY(-8px);animation:mobileMenuLinkIn .3s cubic-bezier(.22,.61,.36,1) forwards}.nav__links.is-open a:nth-child(1){animation-delay:.04s}.nav__links.is-open a:nth-child(2){animation-delay:.08s}.nav__links.is-open a:nth-child(3){animation-delay:.12s}.nav__links.is-open a:nth-child(4){animation-delay:.16s}.nav__links.is-open a:nth-child(5){animation-delay:.2s}}
@keyframes mobileMenuIn{from{opacity:0;transform:translateY(-12px) scaleY(.86)}to{opacity:1;transform:translateY(0) scaleY(1)}}@keyframes mobileMenuLinkIn{to{opacity:.8;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.nav__links.is-open,.nav__links.is-open a{animation:none;opacity:1;transform:none}}

/* Indicador vetorial dos cards no mobile: substitui o glifo de texto por uma seta limpa. */
@media(max-width:800px){.hero__actions .tile span{position:relative;width:29px;height:29px;display:block;flex:0 0 29px;border:1px solid rgba(255,255,255,.58);border-radius:8px;background:rgba(255,255,255,.18);font-size:0;box-shadow:0 3px 10px rgba(0,0,0,.12)}.hero__actions .tile span::before{content:'';position:absolute;left:8px;top:12px;width:9px;height:9px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(-1deg)}.hero__actions .tile span::after{content:'';position:absolute;left:8px;top:14px;width:12px;height:2px;border-radius:2px;background:#fff;transform:rotate(-45deg);transform-origin:left center}.hero__actions .tile:hover span,.hero__actions .tile:focus-visible span{background:rgba(255,255,255,.28)}}
@media(min-width:801px){.services{padding-top:78px;padding-bottom:92px}.services h2{font-size:clamp(40px,4vw,60px);margin:20px 0 36px}.service-item{font-size:clamp(28px,3.5vw,50px);padding:11px 0}.services__image{height:420px}}
.service-compare{display:none;position:absolute;inset:0;overflow:hidden;--compare-position:50%;isolation:isolate}.services__image.is-before-after #service-image{display:none}.services__image.is-before-after .service-compare{display:block}.service-compare img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.service-compare__base{z-index:0}.service-compare__after{position:absolute;inset:0 auto 0 0;width:var(--compare-position);overflow:hidden;z-index:1;border-right:2px solid #fff;box-shadow:3px 0 12px rgba(0,0,0,.25)}.service-compare__after img{width:100%;max-width:none}.service-compare__label{position:absolute;top:16px;z-index:2;padding:5px 9px;border-radius:999px;background:rgba(15,13,13,.7);color:#fff;font:600 12px/1 'Space Grotesk',sans-serif;letter-spacing:.02em}.service-compare__label--before{left:16px}.service-compare__label--after{right:16px}.service-compare input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;z-index:3}.service-compare input::-webkit-slider-thumb{appearance:none;width:4px;height:100%;cursor:ew-resize}.service-compare input::-moz-range-thumb{width:4px;height:100%;border:0;cursor:ew-resize}
.service-compare__after{inset:0;width:100%;overflow:visible;border-right:0;box-shadow:none;clip-path:inset(0 calc(100% - var(--compare-position)) 0 0)}.service-compare__after:after{content:'';position:absolute;top:0;bottom:0;left:var(--compare-position);width:2px;background:#fff;box-shadow:3px 0 12px rgba(0,0,0,.25)}
@media(min-width:801px){.services__image.is-commercial #service-image{object-position:50% 38%}}
.location-card--phone .location-whatsapp{display:inline-flex;align-items:center;gap:12px;margin-top:14px;padding:12px 16px;border-radius:999px;background:var(--red);color:#fff;font:600 14px/1 'DM Sans',sans-serif;box-shadow:0 8px 18px rgba(225,20,28,.18);transition:transform .25s ease,box-shadow .25s ease}.location-card--phone .location-whatsapp span{font-size:18px}.location-card--phone .location-whatsapp:hover,.location-card--phone .location-whatsapp:focus-visible{transform:translateY(-2px);box-shadow:0 11px 22px rgba(225,20,28,.24)}
@media(min-width:801px){.location__intro h2{font:600 clamp(40px,4vw,60px)/.95 'Space Grotesk',sans-serif;letter-spacing:-.065em;margin:20px 0 36px}.location__map{height:500px;align-self:end}}
.site-footer{padding:56px 9.5vw 24px;background:#252525;color:#fff}.site-footer__contact-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:54px;border-radius:16px;overflow:hidden;background:rgba(255,255,255,.14)}.site-footer__contact-bar a{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:12px;padding:18px 24px;background:#d71920;color:#fff;text-decoration:none;transition:background .25s ease}.site-footer__contact-bar a:hover{background:#ba1219}.site-footer__contact-bar span{grid-row:1 / 3;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:#d71920;font-size:15px}.site-footer__contact-bar strong{font:600 13px/1 'Space Grotesk',sans-serif}.site-footer__contact-bar small{margin-top:6px;font:400 12px/1.2 'DM Sans',sans-serif;opacity:.86}.site-footer__grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:5vw;padding-bottom:42px}.site-footer__grid h3{margin:0 0 18px;font:600 15px/1 'Space Grotesk',sans-serif}.site-footer__grid p{max-width:220px;margin:0;color:rgba(255,255,255,.68);font:400 13px/1.5 'DM Sans',sans-serif}.site-footer__grid a{display:block;width:max-content;margin:0 0 10px;color:rgba(255,255,255,.72);font:400 13px/1.2 'DM Sans',sans-serif;text-decoration:none}.site-footer__grid a:hover{color:#fff}.site-footer__credit{display:flex;justify-content:center;align-items:center;gap:14px;padding:25px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.68);font:500 12px/1 'DM Sans',sans-serif}.site-footer__credit a{display:flex;align-items:center;padding:5px 9px;border-radius:8px;background:#fff;transition:transform .25s ease}.site-footer__credit a:hover{transform:translateY(-2px)}.site-footer__credit img{display:block;width:118px;height:auto}.site-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;color:rgba(255,255,255,.56);font:400 11px/1.3 'DM Sans',sans-serif}@media(max-width:800px){.site-footer{padding:38px 5vw 20px}.site-footer__contact-bar{grid-template-columns:1fr;margin-bottom:38px;border-radius:14px}.site-footer__contact-bar a{padding:15px 18px}.site-footer__grid{grid-template-columns:1fr 1fr;gap:32px 20px;padding-bottom:32px}.site-footer__grid h3{font-size:14px}.site-footer__grid p,.site-footer__grid a{font-size:12px}.site-footer__credit{flex-direction:column;gap:10px}.site-footer__bottom{flex-direction:column;gap:8px}}
.site-footer__contact-bar .footer-whatsapp-icon{background:transparent;color:#fff}.footer-whatsapp-icon svg{width:22px;height:22px;fill:currentColor}.site-footer__credit a{padding:0;border-radius:0;background:transparent}.site-footer__credit img{width:142px}
.site-footer__contact-bar .footer-icon{background:transparent;color:#fff}.footer-icon svg{width:22px;height:22px;fill:currentColor}
html.has-motion .reveal-item{opacity:0;transform:translateY(26px);transition:opacity .72s ease,transform .72s cubic-bezier(.22,.61,.36,1);transition-delay:var(--reveal-delay,0ms)}html.has-motion .reveal-item.reveal-visible{opacity:1;transform:none}html.has-motion .services .service-item.reveal-visible.is-active{transform:translateX(16px) scale(1.055)}@media(max-width:800px){html.has-motion .services .service-item.reveal-visible.is-active{transform:translateX(4px) scale(1.025)}}@media(prefers-reduced-motion:reduce){html.has-motion .reveal-item{opacity:1;transform:none;transition:none}}
.contact{min-height:620px;display:grid;place-items:center;padding:80px 6vw;background:linear-gradient(90deg,rgba(10,15,12,.28),rgba(10,15,12,.12)),url('contact-bg.png') center center/cover no-repeat}.contact__card{width:min(780px,100%);padding:58px 72px;border:1px solid rgba(255,255,255,.42);border-radius:28px;background:rgba(34,42,39,.42);box-shadow:0 28px 70px rgba(0,0,0,.18);backdrop-filter:blur(18px);color:#fff}.contact__card .section-tag{background:rgba(255,255,255,.82);color:#202020}.contact__card h2{max-width:680px;margin:24px 0 22px;font:500 clamp(38px,4.2vw,62px)/.97 'Space Grotesk',sans-serif;letter-spacing:-.065em}.contact__card p{max-width:630px;margin:0;color:rgba(255,255,255,.88);font:400 17px/1.5 'DM Sans',sans-serif}.contact__button{display:inline-flex;align-items:center;gap:16px;margin-top:34px;padding:17px 24px;border-radius:999px;background:#fff;color:#202020;text-decoration:none;font:600 15px/1 'DM Sans',sans-serif;transition:transform .25s ease,background .25s ease}.contact__button span{font-size:22px}.contact__button:hover,.contact__button:focus-visible{background:#f4f1eb;transform:translateY(-3px)}@media(max-width:800px){.contact{min-height:540px;padding:48px 5vw}.contact__card{padding:34px 24px;border-radius:22px}.contact__card h2{font-size:37px;margin:20px 0 18px}.contact__card p{font-size:15px}.contact__button{margin-top:26px}}
.location{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);gap:6vw;align-items:center;padding:120px 9.5vw;background:#fff;color:#202020}.location__intro h2{font:600 clamp(42px,4.5vw,68px)/.95 'Space Grotesk',sans-serif;letter-spacing:-.065em;margin:28px 0 38px}.location__intro h2 em{font-style:normal;color:var(--red)}.location__cards{display:grid;gap:14px}.location-card{border-radius:24px;padding:26px 28px}.location-card--red{background:var(--red);color:#fff}.location-card--phone{background:#f2f4f7}.location-card__eyebrow{display:block;margin-bottom:14px;font:600 12px/1 'Space Grotesk',sans-serif;letter-spacing:.08em;text-transform:uppercase;opacity:.72}.location-card h3{max-width:360px;margin:0 0 16px;font:600 clamp(22px,2vw,30px)/1.05 'Space Grotesk',sans-serif;letter-spacing:-.04em}.location-card address{font:400 16px/1.5 'DM Sans',sans-serif;font-style:normal}.location-card__link{display:inline-flex;align-items:center;gap:12px;margin-top:22px;color:inherit;font:600 14px/1 'DM Sans',sans-serif;text-decoration:none}.location-card__link span{font-size:20px}.location-card--phone a{display:block;width:max-content;margin-top:8px;color:#202020;font:600 18px/1.2 'Space Grotesk',sans-serif;text-decoration:none}.location__map{height:620px;overflow:hidden;border-radius:28px;background:#e6e8eb;box-shadow:0 20px 50px rgba(24,28,34,.14)}.location__map iframe{width:100%;height:100%;border:0}@media(max-width:800px){.location{display:flex;flex-direction:column;gap:30px;padding:76px 5vw 86px;align-items:stretch}.location__intro h2{font-size:38px;margin:18px 0 24px}.location-card{border-radius:20px;padding:22px}.location-card h3{font-size:24px}.location-card address{font-size:14px}.location__map{order:-1;width:100%;height:330px;border-radius:22px}.location__cards{gap:12px}}
@media(min-width:801px){.location__intro h2{font:600 clamp(40px,4vw,60px)/.95 'Space Grotesk',sans-serif;letter-spacing:-.065em;margin:20px 0 36px}.location__map{height:500px;align-self:end}}
