:root{--black:#070707;--panel:#0d0d0d;--panel-2:#111;--white:#f4f4f2;--gray:#858585;--line:#ffffff26;--faint:#ffffff0e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=light]{--black:#f3f1ed;--panel:#ece9e3;--panel-2:#ebe8e2;--white:#111;--gray:#66635e;--line:#11111129;--faint:#1111110e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-snap-type:y proximity;background:var(--black)}body{background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;overflow-x:hidden}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}.deck{background:var(--black)}.deck-slide{scroll-snap-align:start;scroll-snap-stop:normal;position:relative}.skip-link{z-index:100;color:#000;background:#fff;padding:.8rem 1rem;position:fixed;top:0;left:1rem;transform:translateY(-120%)}.skip-link:focus{transform:translateY(0)}.deck-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#070707eb,#0707079e);border-bottom:1px solid #ffffff14;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;width:100%;height:78px;padding:0 4.5vw;display:grid;position:fixed;top:0;left:0}.deck-brand{filter:invert();width:155px}.deck-header nav{align-items:center;gap:2rem;display:flex}.deck-header nav a{color:#777;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.45rem;font-size:.63rem;font-weight:700;transition:color .25s;display:flex}.deck-header nav a span{color:#444}.deck-header nav a:hover,.deck-header nav a:focus-visible{color:#fff}.header-contact{letter-spacing:.09em;text-transform:uppercase;justify-self:end;align-items:center;gap:.65rem;font-size:.68rem;font-weight:700;display:flex}.header-contact svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:11px;height:11px}.slide-kicker{color:#aaa;letter-spacing:.13em;text-transform:uppercase;font-size:.61rem;font-weight:700;display:block}.slide-kicker.muted{color:#666}.scroll-story{--story-progress:0;scroll-snap-align:none;background:var(--black);color:#fff;height:340vh}.story-sticky{background:radial-gradient(circle at 47% 50%, #ffffff0d, transparent 30%), var(--black);grid-template-rows:auto 1fr auto;height:100svh;min-height:100svh;padding:7rem 4.5vw 2rem;display:grid;position:sticky;top:0;overflow:hidden}.story-sticky:before{content:"";pointer-events:none;opacity:.16;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:8.33vw 8.33vw;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.story-topline,.story-footer{z-index:5;justify-content:space-between;align-items:center;display:flex;position:relative}.story-layout{z-index:2;grid-template-columns:.55fr minmax(390px,1.22fr) minmax(350px,1fr);align-items:center;gap:3vw;min-height:0;display:grid;position:relative}.story-nav{gap:1.45rem;display:grid}.story-nav>button{appearance:none;color:#4c4c4c;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;align-items:center;gap:.8rem;width:max-content;padding:.35rem 0;font-family:inherit;font-size:.62rem;font-weight:700;transition:color .4s,transform .5s cubic-bezier(.22,1,.36,1);display:flex}.story-nav>button i{background:currentColor;width:20px;height:1px;transition:width .5s cubic-bezier(.22,1,.36,1);display:block}.story-nav>button:hover,.story-nav>button:focus-visible{color:#aaa}.story-nav>button:focus-visible,.story-node:focus-visible{outline-offset:7px;outline:1px solid #777}.story-nav>button.is-active{color:#fff;transform:translate(.5rem)}.story-nav>button.is-active i{width:42px}.story-visual{aspect-ratio:1;justify-self:center;place-items:center;width:min(42vw,560px);display:grid;position:relative}.story-visual>img{z-index:3;opacity:.94;filter:invert()drop-shadow(0 28px 50px #00000080);width:50%;transform:rotate(calc(-18deg + var(--story-progress) * 205deg)) scale(calc(.86 + var(--story-progress) * .12));transition:transform 80ms linear;position:relative}.story-giant-number{z-index:1;color:#ffffff09;letter-spacing:-.12em;font-size:clamp(10rem,23vw,22rem);font-weight:600;line-height:.75;position:absolute}.story-node{appearance:none;z-index:6;color:#494949;letter-spacing:.08em;text-transform:uppercase;opacity:.32;cursor:pointer;background:#07070703;border:0;align-items:center;gap:.55rem;padding:.45rem;font-family:inherit;font-size:.52rem;font-weight:700;transition:color .5s,opacity .5s,transform .5s cubic-bezier(.22,1,.36,1);display:flex;position:absolute}.story-node i{border:1px solid;border-radius:50%;width:8px;height:8px;display:block}.story-node.is-on{color:#999;opacity:.68}.story-node:hover,.story-node:focus-visible,.story-node.is-current{color:#fff;opacity:1;transform:scale(1.08)}.story-node.is-current i{background:#fff;box-shadow:0 0 0 6px #ffffff14,0 0 22px #ffffff59}.story-node-1{top:26%;left:1%}.story-node-2{top:18%;right:-1%}.story-node-3{bottom:21%;left:0}.story-node-4{bottom:28%;right:-4%}.story-copy{min-height:350px;position:relative}.story-copy article{opacity:0;pointer-events:none;flex-direction:column;justify-content:center;transition:opacity .5s,transform .68s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;inset:0;transform:translateY(36px)}.story-copy article.is-active{opacity:1;transform:translateY(0)}.story-copy article>span{color:#777;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.3rem;font-size:.6rem;font-weight:700}.story-copy h2{letter-spacing:-.07em;max-width:610px;margin:0;font-size:clamp(2.8rem,4.65vw,5.5rem);font-weight:450;line-height:.93}.story-copy p{color:#888;max-width:480px;margin:1.8rem 0 0;font-size:.84rem;line-height:1.7}.story-footer{gap:4vw}.story-progress{background:#292929;flex:1;max-width:46%;height:1px;overflow:hidden}.story-progress span{width:100%;height:100%;transform:scaleX(var(--story-progress));transform-origin:0;background:#fff;display:block}.services-slide{background:var(--panel-2);border-top:1px solid #ffffff14;grid-template-rows:auto 1fr;gap:2.2rem;min-height:82svh;padding:7.4rem 4.5vw 2.2rem;display:grid;overflow:hidden}.slide-heading{grid-template-columns:1fr;align-items:end;display:grid}.slide-heading h2{letter-spacing:-.065em;margin:1rem 0 0;font-size:clamp(2.7rem,4.6vw,5.1rem);font-weight:450;line-height:.92}.slide-heading h2 em{font-family:Georgia,Times New Roman,serif;font-weight:400}.services-grid{border-top:1px solid #555;border-left:1px solid #555;grid-template-columns:repeat(4,1fr);align-self:stretch;display:grid}.service-card{background:#07070759;border-bottom:1px solid #555;border-right:1px solid #555;flex-direction:column;justify-content:space-between;min-height:315px;padding:1.35rem;transition:background .35s,transform .35s cubic-bezier(.22,1,.36,1);display:flex}.service-card:hover{z-index:2;background:#181818;transform:translateY(-5px)}.service-card h3{letter-spacing:-.05em;margin:0 0 1.2rem;font-size:clamp(1.45rem,2vw,2.15rem);font-weight:480;line-height:1}.service-card p{color:#7d7d7d;min-height:4.5em;margin:0;font-size:.76rem;line-height:1.6}.service-card small{color:#aaa;letter-spacing:.07em;text-transform:uppercase;padding-top:.9rem;font-size:.54rem;font-weight:700;display:block}.contact-slide{background:var(--black);border-top:1px solid #ffffff14;grid-template-rows:auto auto auto auto;min-height:100svh;padding:8rem 4.5vw 0;display:grid;overflow:hidden}.contact-mark{z-index:0;opacity:.09;filter:invert();width:min(62vw,830px);position:absolute;top:47svh;left:50%;transform:translate(-50%,-50%)rotate(-10deg)}.contact-copy{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100svh - 8rem - 158px);display:flex;position:relative}.contact-copy>p{color:#666;letter-spacing:.12em;text-transform:uppercase;margin:1.8rem 0 .8rem;font-size:.65rem;font-weight:700}.contact-copy h2{letter-spacing:-.075em;margin:0;font-size:clamp(4rem,7.7vw,9rem);font-weight:430;line-height:.86}.contact-copy h2 em{font-family:Georgia,Times New Roman,serif;font-weight:400}.whatsapp-button{color:#000;background:#fff;border-radius:100px;align-items:center;gap:1.5rem;margin-top:2.8rem;padding:.35rem .42rem .35rem 1.35rem;font-size:.7rem;font-weight:700;transition:transform .28s;display:inline-flex}.whatsapp-button span{color:#fff;background:#000;border-radius:50%;place-items:center;width:42px;height:42px;transition:transform .35s;display:grid}.whatsapp-button span svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.whatsapp-button:hover{transform:translateY(-3px)}.whatsapp-button:hover span{transform:rotate(45deg)}.contact-copy small{color:#666;max-width:480px;margin:1.25rem auto 0;font-size:.63rem;line-height:1.5;display:block}.faq-section{z-index:2;background:#070707d1;border-top:1px solid #ffffff38;grid-template-columns:minmax(270px,.72fr) minmax(0,1.65fr);gap:7vw;padding:5rem 0 4.5rem;display:grid;position:relative}.faq-intro h2{letter-spacing:-.065em;margin:1rem 0 1.5rem;font-size:clamp(2.7rem,4vw,4.8rem);font-weight:430;line-height:.92}.faq-intro h2 em{font-family:Georgia,Times New Roman,serif;font-weight:400}.faq-intro>p{color:#777;max-width:330px;margin:0;font-size:.72rem;line-height:1.65}.faq-grid{grid-template-columns:1fr 1fr;column-gap:4vw;display:grid}.faq-item{border-top:1px solid var(--line);grid-template-columns:30px 1fr;gap:.7rem;padding:1.35rem 0 1.5rem;display:grid}.faq-item:nth-child(-n+2){border-top:0}.faq-item>span{color:#555;letter-spacing:.08em;font-size:.54rem;font-weight:700}.faq-item h3{margin:0 0 .65rem;font-size:.9rem;font-weight:600;line-height:1.25}.faq-item p{color:#777;margin:0;font-size:.7rem;line-height:1.6}.contact-channel-links{justify-content:center;align-items:center;gap:.55rem;display:flex}.contact-channel{border:1px solid var(--line);color:#aaa;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .8rem;font-size:.56rem;font-weight:700;transition:color .22s,background .22s,border-color .22s,transform .22s;display:inline-flex}.contact-channel:hover,.contact-channel:focus-visible{border-color:var(--white);background:var(--white);color:var(--black);transform:translateY(-2px)}.contact-channel svg,.contact-location svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.contact-channel .icon-fill{fill:currentColor;stroke:none}.contact-location{color:#666;align-items:center;gap:.55rem;font-size:.62rem;display:inline-flex}.deck-footer{z-index:2;color:#555;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;min-height:86px;font-size:.58rem;display:grid;position:relative}.deck-footer img{filter:invert();width:145px}.footer-meta{justify-self:end;align-items:center;gap:1.6rem;display:flex}html[data-theme=light] .deck-header{background:linear-gradient(#f3f1edf2,#f3f1edb3);border-bottom-color:#11111117}html[data-theme=light] .deck-brand,html[data-theme=light] .deck-footer img{filter:none}html[data-theme=light] .deck-header nav a{color:#6d6963}html[data-theme=light] .deck-header nav a span{color:#aaa59d}html[data-theme=light] .deck-header nav a:hover,html[data-theme=light] .deck-header nav a:focus-visible{color:#111}html[data-theme=light] .slide-kicker{color:#68645e}html[data-theme=light] .scroll-story{color:#111}html[data-theme=light] .story-sticky{background:radial-gradient(circle at 47% 50%, #1111110e, transparent 30%), var(--black)}html[data-theme=light] .story-sticky:before{opacity:.13;background-image:linear-gradient(#11111114 1px,#0000 1px),linear-gradient(90deg,#11111114 1px,#0000 1px)}html[data-theme=light] .story-nav>button{color:#aaa59d}html[data-theme=light] .story-nav>button:hover,html[data-theme=light] .story-nav>button:focus-visible{color:#5e5a54}html[data-theme=light] .story-nav>button.is-active{color:#111}html[data-theme=light] .story-nav>button:focus-visible,html[data-theme=light] .story-node:focus-visible{outline-color:#77736c}html[data-theme=light] .story-visual>img{filter:drop-shadow(0 28px 45px #11111129)}html[data-theme=light] .story-giant-number{color:#11111109}html[data-theme=light] .story-node{color:#aaa59d;background:#f3f1ed03}html[data-theme=light] .story-node.is-on{color:#6f6b65}html[data-theme=light] .story-node:hover,html[data-theme=light] .story-node:focus-visible,html[data-theme=light] .story-node.is-current{color:#111}html[data-theme=light] .story-node.is-current i{background:#111;box-shadow:0 0 0 6px #11111114,0 0 22px #11111138}html[data-theme=light] .story-copy article>span,html[data-theme=light] .story-copy p{color:#6d6963}html[data-theme=light] .story-progress{background:#cbc7c0}html[data-theme=light] .story-progress span{background:#111}html[data-theme=light] .services-slide,html[data-theme=light] .contact-slide{border-top-color:#11111117}html[data-theme=light] .services-grid{border-top-color:#bbb6ae;border-left-color:#bbb6ae}html[data-theme=light] .service-card{background:#ffffff3b;border-bottom-color:#bbb6ae;border-right-color:#bbb6ae}html[data-theme=light] .service-card:hover{background:#f8f6f2}html[data-theme=light] .service-card p{color:#66635e}html[data-theme=light] .service-card small{color:#55514b}html[data-theme=light] .contact-mark{opacity:.075;filter:none}html[data-theme=light] .contact-copy>p,html[data-theme=light] .contact-copy small,html[data-theme=light] .contact-location{color:#6d6963}html[data-theme=light] .whatsapp-button{color:#f7f5f0;background:#111}html[data-theme=light] .whatsapp-button span{color:#111;background:#f7f5f0}html[data-theme=light] .faq-section{background:#f3f1edd6;border-top-color:#1113}html[data-theme=light] .faq-item>span{color:#8a857e}html[data-theme=light] .faq-item p{color:#66635e}html[data-theme=light] .contact-channel{color:#5f5b55}html[data-theme=light] .deck-footer{color:#77726b}@supports (animation-timeline:view()){.service-card{animation:linear both card-enter;animation-timeline:view();animation-range:entry cover 28%}.contact-mark{animation:linear both contact-turn;animation-timeline:view();animation-range:entry cover 90%}.contact-copy{animation:linear both copy-enter;animation-timeline:view();animation-range:entry 5% cover 35%}}@keyframes card-enter{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}@keyframes contact-turn{0%{transform:translate(-50%,-50%)rotate(-28deg)scale(.82)}to{transform:translate(-50%,-50%)rotate(24deg)scale(1.08)}}@keyframes copy-enter{0%{opacity:0;transform:translateY(45px)}to{opacity:1;transform:translateY(0)}}@media (width<=1050px){.deck-header{grid-template-columns:1fr auto}.deck-header nav{display:none}.story-layout{grid-template-columns:minmax(300px,1fr) minmax(330px,1fr)}.story-nav{display:none}.story-visual{width:min(50vw,520px)}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:250px}.services-slide{min-height:auto}}@media (width<=760px){html{scroll-snap-type:y proximity}.deck-header{height:68px;padding:0 1.1rem}.deck-brand{width:132px}.header-contact{font-size:.58rem}.scroll-story{height:370vh}.story-sticky{padding:5.8rem 1.1rem 1.2rem}.story-sticky:before{background-size:25vw 25vw}.story-layout{grid-template-rows:minmax(255px,1.05fr) minmax(190px,.8fr);grid-template-columns:1fr;gap:0}.story-visual{align-self:end;width:min(82vw,355px)}.story-visual>img{width:47%}.story-giant-number{font-size:50vw}.story-node{font-size:.45rem}.story-node:not(.is-current) span{display:none}.story-node-1{top:24%;left:-2%}.story-node-2{top:17%;right:-2%}.story-node-3{bottom:20%;left:-2%}.story-node-4{bottom:25%;right:-4%}.story-copy{min-height:190px}.story-copy article{text-align:center;justify-content:flex-start}.story-copy article>span{margin-bottom:.7rem}.story-copy h2{max-width:390px;margin-inline:auto;font-size:clamp(2.1rem,10vw,3.2rem);line-height:.94}.story-copy p{max-width:390px;margin:.8rem auto 0;font-size:.7rem;line-height:1.5}.story-footer{gap:.7rem;display:grid}.story-progress{max-width:none}.services-slide{min-height:100svh;padding:6.4rem 1.1rem 3rem;display:block}.slide-heading{grid-template-columns:1fr;gap:1.3rem;margin-bottom:2.5rem}.slide-heading h2{font-size:clamp(2.6rem,12vw,4rem)}.services-grid{grid-template-columns:1fr}.service-card{min-height:230px}.contact-slide{min-height:100svh;padding:6rem 1.1rem 0;display:block}.contact-mark{width:125vw}.contact-copy{min-height:calc(100svh - 6rem)}.contact-copy h2{font-size:clamp(3.7rem,16vw,6rem)}.contact-copy h2 em{display:block}.faq-section{grid-template-columns:1fr;gap:2rem;padding:3.5rem 0 3rem}.faq-intro h2{font-size:clamp(2.6rem,12vw,4rem)}.faq-grid{grid-template-columns:1fr}.contact-channel-links{flex-wrap:wrap}.deck-footer{grid-template-columns:1fr;justify-items:center;gap:1.2rem;padding:1.5rem 0}.deck-footer img{width:125px}.footer-meta{flex-wrap:wrap;justify-content:center;justify-self:center;gap:.75rem 1.2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.scroll-story{height:100svh}.story-sticky{position:relative}}
