:root{--ink:#080909;--ink-soft:#111311;--paper:#e9e7df;--paper-2:#dcd9cf;--gold:#d9b35d;--gold-hot:#ffd67c;--line-dark:#ffffff24;--line-light:#08090929;--muted-dark:#fff9;--muted-light:#0809099e;--shell:min(1380px, calc(100vw - 64px));--mono:"DM Mono", monospace;--sans:"Manrope", sans-serif;--serif:"Playfair Display", serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}body{background:var(--ink);color:#fff;min-width:320px;font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;overflow-x:clip}body.menu-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--gold);color:var(--ink)}.shell{width:var(--shell);margin-inline:auto}.light-scene{background:var(--paper);color:var(--ink)}.skip-link{z-index:1000;color:var(--ink);background:var(--gold);padding:10px 14px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.page-noise{z-index:999;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");position:fixed;inset:0}.cursor-glow{z-index:998;pointer-events:none;opacity:0;background:radial-gradient(circle,#d9b35d18,#0000 68%);border-radius:50%;width:340px;height:340px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}body.has-pointer .cursor-glow{opacity:1}.site-header{z-index:100;border-bottom:1px solid #0000;grid-template-columns:1fr auto 1fr;align-items:center;height:82px;padding-inline:max(32px,50vw - 690px);transition:height .4s,background .4s,border-color .4s,transform .4s;display:grid;position:fixed;inset:0 0 auto}.site-header.is-scrolled{border-color:var(--line-dark);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080909d1;height:68px}.site-header.is-hidden{transform:translateY(-110%)}.brand{align-items:center;width:84px;height:40px;display:flex;overflow:hidden}.brand img{width:82px;height:auto}.desktop-nav{align-items:center;gap:34px;display:flex}.desktop-nav a{color:#ffffffa3;text-transform:uppercase;letter-spacing:.12em;padding:8px 0;font-size:12px;font-weight:600;transition:color .3s;position:relative}.desktop-nav a:after{content:"";background:var(--gold);transform-origin:100%;width:100%;height:1px;transition:transform .35s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.desktop-nav a:hover{color:#fff}.desktop-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.header-actions{justify-self:end;align-items:center;gap:14px;display:flex}.language-switch{border:1px solid var(--line-dark);color:#fff;font-family:var(--mono);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:10px;display:flex}.language-dot{background:var(--gold);width:5px;height:5px;box-shadow:0 0 8px var(--gold);border-radius:50%}.header-cta{min-width:142px;color:var(--ink);background:var(--gold);justify-content:space-between;align-items:center;padding:12px 16px;font-size:12px;font-weight:700;display:flex}.header-cta i{font-size:15px;font-style:normal}.menu-toggle{border:1px solid var(--line-dark);cursor:pointer;background:0 0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:45px;height:45px;display:none}.menu-toggle span{background:#fff;width:17px;height:1px;transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-menu{z-index:90;background:var(--ink);visibility:hidden;opacity:0;pointer-events:none;flex-direction:column;justify-content:space-between;padding:110px 24px 28px;transition:transform .6s cubic-bezier(.7,0,.2,1),opacity .2s,visibility 0s linear .6s;display:none;position:fixed;inset:0;transform:translateY(-100%)}.mobile-menu.is-open{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.mobile-menu__index{color:var(--gold);font:11px var(--mono);letter-spacing:.15em}.mobile-menu nav{display:grid}.mobile-menu nav a{border-bottom:1px solid var(--line-dark);align-items:flex-start;gap:16px;padding:18px 0;font-size:clamp(34px,11vw,58px);line-height:1;display:flex}.mobile-menu nav sup{color:var(--gold);font:10px var(--mono);padding-top:5px}.mobile-menu__footer{color:var(--muted-dark);font:10px var(--mono);flex-direction:column;gap:8px;display:flex}.hero{isolation:isolate;background:#050606;min-height:100svh;position:relative;overflow:hidden}.hero:before{content:"";z-index:-2;background:radial-gradient(circle at 70% 40%,#aa772121,#0000 35%),linear-gradient(90deg,#070808 0%,#070808f0 38%,#07080826 76%,#070808 100%);position:absolute;inset:0}#networkCanvas{z-index:-1;opacity:.65;width:100%;height:100%;position:absolute;inset:0}.hero-art{z-index:-3;position:absolute;inset:0;overflow:hidden}.hero-art img{object-fit:cover;object-position:center;opacity:.86;width:100%;height:100%;animation:14s ease-in-out infinite alternate heroBreath;transform:scale(1.04)}.hero-art__veil{background:linear-gradient(90deg,#050606f5 0%,#050606b5 38%,#0506060d 73%,#05060640),linear-gradient(#080909 0%,#08090940 30%,#0000 76%,#080909 100%);position:absolute;inset:0}.hero-orbit{z-index:-1;pointer-events:none;border:1px solid #d9b35d2e;border-radius:50%;position:absolute}.hero-orbit--one{width:48vw;height:48vw;animation:18s ease-in-out infinite alternate orbitDrift;top:2vh;right:-10vw}.hero-orbit--two{border-style:dashed;width:23vw;height:23vw;animation:35s linear infinite spin;top:28vh;right:17vw}.hero__content{flex-direction:column;align-items:flex-start;min-height:100svh;padding-top:clamp(130px,16vh,185px);padding-bottom:150px;display:flex;position:relative}.hero__eyebrow{border:1px solid var(--line-dark);color:#ffffffa8;font:10px var(--mono);letter-spacing:.09em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0809096b;border-radius:99px;align-items:center;gap:10px;padding:7px 12px 7px 8px;display:inline-flex}.live-signal{background:#d9b35d1f;border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.live-signal i{background:var(--gold-hot);width:5px;height:5px;box-shadow:0 0 12px var(--gold);border-radius:50%;animation:1.8s infinite pulse}.hero__title{letter-spacing:-.075em;margin:clamp(32px,5vh,58px) 0 0;font-size:clamp(62px,8.2vw,132px);font-weight:600;line-height:.81}.title-line{padding-right:.12em;display:block;overflow:hidden}.title-line>span{display:block}.title-line--accent{color:#0000;-webkit-text-stroke:1px #ffffff9e;padding-left:.56em}.title-line--serif{color:var(--gold);font-family:var(--serif);letter-spacing:-.055em;padding-left:1.68em;font-style:italic;font-weight:600}.hero__bottom{width:min(560px,46vw);margin:clamp(38px,6vh,70px) 0 0 49%}.hero__bottom p{color:#ffffffb8;margin:0;font-size:clamp(15px,1.25vw,19px);line-height:1.65}.hero__actions{align-items:center;gap:28px;margin-top:26px;display:flex}.button{cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:38px;min-height:54px;padding:0 20px;font-size:12px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.button:before{content:"";background:#fff;transition:transform .45s cubic-bezier(.7,0,.2,1);position:absolute;inset:0;transform:translate(-102%)}.button>*{z-index:1;position:relative}.button i{font-size:17px;font-style:normal}.button:hover:before{transform:translate(0)}.button--gold{min-width:210px;color:var(--ink);background:var(--gold)}.text-link{border-bottom:1px solid #fff6;gap:18px;padding-bottom:5px;font-size:12px;display:flex}.text-link i{color:var(--gold);font-style:normal}.hero__meta{grid-template-columns:repeat(3,1fr);gap:1px;display:grid;position:absolute;bottom:34px;left:50%;transform:translate(-50%)}.hero__meta>div{border-left:1px solid var(--line-dark);align-items:baseline;gap:10px;padding-left:15px;display:flex}.hero__meta strong{font:500 18px var(--mono);color:var(--gold)}.hero__meta span{color:#ffffff6b;font:9px var(--mono);text-transform:uppercase;letter-spacing:.08em}.scroll-cue{color:#ffffff59;writing-mode:vertical-rl;font:8px var(--mono);letter-spacing:.22em;align-items:center;gap:10px;display:flex;position:absolute;bottom:33px;right:28px}.scroll-cue span{background:linear-gradient(var(--gold), transparent);width:1px;height:36px;animation:1.7s ease-in-out infinite scrollCue}.marquee{background:var(--gold);color:var(--ink);border-block:1px solid #d9b35d47;padding:18px 0;overflow:hidden}.marquee__track{width:max-content;animation:22s linear infinite marquee;display:flex}.marquee__track span{white-space:nowrap;font:500 clamp(13px, 1.2vw, 17px) var(--mono);letter-spacing:.13em;padding-right:22px}.marquee__track i{margin:0 16px;font-style:normal}.section-label{color:var(--muted-light);font:10px var(--mono);text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:14px;display:flex}.section-label span{border:1px solid var(--line-light);width:27px;height:27px;color:var(--ink);border-radius:50%;place-items:center;font-size:8px;display:grid}.section-label p{margin:0}.section-label--dark span{border-color:var(--line-dark);color:#fff}.manifesto{min-height:930px;padding:140px 0 80px;position:relative;overflow:hidden}.manifesto__grid{z-index:2;grid-template-columns:minmax(180px,.65fr) 2fr;display:grid;position:relative}.manifesto__copy{max-width:1030px}.manifesto__lead{letter-spacing:-.055em;margin:-10px 0 0;font-size:clamp(42px,5.5vw,84px);font-weight:600;line-height:1.06}.manifesto__detail{align-items:flex-end;gap:40px;width:min(480px,54%);margin:62px 0 0 auto;display:flex}.manifesto__detail p{color:var(--muted-light);margin:0;font-size:15px;line-height:1.75}.round-link{border:1px solid var(--ink);border-radius:50%;flex:0 0 72px;place-items:center;width:72px;height:72px;transition:background .3s,color .3s;display:grid}.round-link:hover{background:var(--ink);color:var(--gold)}.round-link span{font-size:22px}.manifesto__sculpture{pointer-events:none;width:62vw;height:62vw;position:absolute;bottom:-24vw;left:4vw}.kinetic-ring{border:1px solid #0809092b;border-radius:50%;position:absolute;inset:0}.kinetic-ring:before{content:"";background:var(--ink);border-radius:50%;width:8px;height:8px;margin-left:-4px;position:absolute;top:-4px;left:50%}.kinetic-ring span{font:8px var(--mono);letter-spacing:.16em;position:absolute;top:14%;right:10%}.kinetic-ring--a{animation:26s linear infinite spin}.kinetic-ring--b{animation:19s linear infinite spinReverse;inset:15%}.kinetic-ring--c{border-style:dashed;animation:12s linear infinite spin;inset:31%}.sculpture-core{border:1px solid var(--ink);text-align:center;background:var(--gold);border-radius:50%;place-content:center;display:grid;position:absolute;inset:42%}.sculpture-core b{font-size:clamp(12px,1.3vw,22px)}.sculpture-core small{font:6px var(--mono);letter-spacing:.13em}.circuit:before{content:"";background:radial-gradient(circle,#d9b35d12,#0000 65%);border-radius:50%;width:60vw;height:60vw;position:absolute;top:0;left:-20vw}.section-intro{grid-template-columns:minmax(180px,.65fr) 2fr;align-items:start;display:grid}.section-intro>div:last-child{max-width:1060px}.display-title{letter-spacing:-.065em;margin:-14px 0 0;font-size:clamp(54px,7vw,108px);font-weight:600;line-height:.94}.display-title em{color:var(--gold);font-family:var(--serif);font-weight:600}.display-title--dark{color:var(--ink)}.section-intro__body{width:min(480px,54%);color:var(--muted-dark);margin:38px 0 0 auto;font-size:15px;line-height:1.7}.event-stage{margin-top:96px}.event-stage__tabs{border-block:1px solid var(--line-dark);grid-template-columns:repeat(3,1fr);display:grid}.event-tab{border:0;border-right:1px solid var(--line-dark);color:var(--muted-dark);cursor:pointer;text-transform:uppercase;letter-spacing:.08em;background:0 0;justify-content:center;align-items:center;gap:14px;padding:18px 8px;font-size:13px;transition:background .3s,color .3s;display:flex}.event-tab:last-child{border-right:0}.event-tab span{font:8px var(--mono);color:var(--gold)}.event-tab.is-active,.event-tab:hover{color:var(--ink);background:var(--gold)}.event-visual{--event-color:#d8b262;isolation:isolate;background:var(--event-color);min-height:660px;color:var(--ink);animation:.65s cubic-bezier(.2,.75,.2,1) eventIn;position:relative;overflow:hidden}.event-visual[data-event-visual=bolivia]{--event-color:#d3d4c9}.event-visual[data-event-visual=mexico]{--event-color:#cbccbd}.event-visual__wash{z-index:-2;background:radial-gradient(circle at 70% 35%,#fff9,#0000 24%),repeating-linear-gradient(90deg,#0000 0 calc(25% - 1px),#08090914 25%);position:absolute;inset:0}.event-visual:after{content:"";z-index:-1;background:linear-gradient(130deg, transparent 40%, #ffffff52 40.1%, transparent 41%), radial-gradient(circle at var(--spot-x,72%) var(--spot-y,36%), #ffffffa6, transparent 17%);pointer-events:none;position:absolute;inset:0}.event-visual__coordinates{font:8px/1.55 var(--mono);letter-spacing:.08em;position:absolute;top:28px;left:28px}.event-visual__date{text-align:right;grid-template-columns:auto auto;align-items:end;column-gap:14px;display:grid;position:absolute;top:28px;right:28px}.event-visual__date small{writing-mode:vertical-rl;font:9px var(--mono);letter-spacing:.2em;grid-row:1/3;align-self:center}.event-visual__date strong{letter-spacing:-.06em;font-size:clamp(34px,4.6vw,68px);line-height:.8}.event-visual__date span{font:9px var(--mono);letter-spacing:.18em;margin-top:8px}.event-visual__rings{width:44vw;max-width:630px;height:44vw;max-height:630px;position:absolute;top:43%;left:44%;transform:translate(-50%,-50%)}.event-visual__rings i{border:1px solid #0809092b;border-radius:50%;animation:4s ease-in-out infinite breatheRing;position:absolute;inset:0}.event-visual__rings i:nth-child(2){animation-delay:-.9s;inset:15%}.event-visual__rings i:nth-child(3){animation-delay:-1.8s;inset:30%}.event-visual__logo{width:min(36vw,460px);position:absolute;top:43%;left:44%;transform:translate(-50%,-50%)}.event-visual__logo img{object-fit:contain;width:100%;max-height:300px}.event-visual[data-event-visual=peru] .event-visual__logo img{filter:brightness(0)}.event-visual__info{border-top:1px solid #08090952;width:min(360px,30%);padding-top:16px;position:absolute;bottom:30px;right:30px}.event-visual__info>div{flex-direction:column;gap:5px;display:flex}.event-visual__info span{font:8px var(--mono);letter-spacing:.1em}.event-visual__info strong{font-size:14px}.event-visual__info p{margin:18px 0 22px;font-size:12px;line-height:1.65}.event-visual__info a{border-bottom:1px solid var(--ink);gap:15px;padding-bottom:4px;font-size:11px;font-weight:700;display:inline-flex}.experiences{padding:150px 0}.section-intro--light{color:var(--ink)}.experience-grid{grid-template-columns:1.2fr .8fr 1fr;grid-auto-rows:440px;gap:14px;margin-top:100px;display:grid}.experience-card{color:#fff;transform-style:preserve-3d;background:#111;flex-direction:column;justify-content:space-between;padding:22px;transition:transform .15s linear;display:flex;position:relative;overflow:hidden}.experience-card__top{z-index:3;color:#ffffff8a;font:8px var(--mono);letter-spacing:.15em;justify-content:space-between;display:flex;position:relative}.experience-card__copy{z-index:3;position:relative}.experience-card__copy h3{letter-spacing:-.04em;max-width:450px;margin:0 0 12px;font-size:clamp(24px,2.2vw,36px);line-height:1.05}.experience-card__copy p{color:#ffffff94;max-width:410px;margin:0;font-size:12px;line-height:1.6}.experience-card--battle{background:var(--gold);color:var(--ink);grid-row:span 2}.experience-card--academy .experience-card__top,.experience-card--academy .experience-card__copy p{color:#0809098c}.pulse-icon{align-items:end;gap:2px;display:flex}.pulse-icon i{background:var(--gold);width:2px;height:8px;animation:1s infinite alternate barPulse}.pulse-icon i:nth-child(2){height:13px;animation-delay:-.3s}.pulse-icon i:nth-child(3){height:5px;animation-delay:-.6s}.keynote-art{background:radial-gradient(at 60%,#d9b35d38,#0000 32%);position:absolute;inset:0}.stage-disc{border:1px solid #d9b35db3;border-radius:50%;width:280px;height:280px;position:absolute;top:46%;left:53%;transform:translate(-50%,-50%);box-shadow:inset 0 0 80px #d9b35d1f,0 0 80px #d9b35d14}.stage-beam{filter:blur(5px);background:linear-gradient(90deg,#0000,#d9b35d3d,#0000);width:260px;height:500px;position:absolute;top:-100px;left:53%;transform:translate(-50%)perspective(500px)rotateX(55deg)}.network-art{position:absolute;inset:0}.network-art span{border:1px solid var(--gold);border-radius:50%;width:9px;height:9px;position:absolute;box-shadow:0 0 15px #d9b35d66}.network-art span:first-child{top:31%;left:20%}.network-art span:nth-child(2){top:22%;left:70%}.network-art span:nth-child(3){top:52%;left:54%}.network-art span:nth-child(4){top:66%;left:27%}.network-art i{background:linear-gradient(90deg,var(--gold),transparent);transform-origin:0;height:1px;position:absolute}.network-art i:first-of-type{width:55%;top:32%;left:21%;transform:rotate(-9deg)}.network-art i:nth-of-type(2){width:42%;top:53%;left:55%;transform:rotate(-59deg)}.network-art i:nth-of-type(3){width:38%;top:67%;left:28%;transform:rotate(-22deg)}.ticker-art{position:absolute;inset:15% 8% 30%}.ticker-art svg{width:100%;height:100%;overflow:visible}.ticker-art path{fill:none;stroke:var(--ink);stroke-width:2px;vector-effect:non-scaling-stroke;stroke-dasharray:700;animation:5s ease-in-out infinite alternate drawLine}.ticker-grid{opacity:.14;background-image:linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg,var(--ink) 1px,transparent 1px);background-size:30px 30px;position:absolute;inset:0}.academy-art{border:1px solid #08090933;grid-template-columns:repeat(3,1fr);display:grid;position:absolute;inset:18% 12% 35%}.academy-art div{font:700 80px var(--sans);letter-spacing:-.1em;border-bottom:1px solid #08090933;grid-column:span 3;place-items:center;display:grid}.academy-art span{font:10px var(--mono);border-right:1px solid #08090933;place-items:center;display:grid}.vip-art{perspective:600px;background:radial-gradient(circle at 50% 35%,#d9b35d2e,#0000 28%);position:absolute;inset:0}.vip-door{border:1px solid #d9b35d80;width:140px;height:210px;position:absolute;top:37%;left:50%;transform:translate(-50%,-50%)rotateY(-7deg);box-shadow:0 0 80px #d9b35d1a}.vip-light{clip-path:polygon(35% 0,65% 0,100% 100%,0 100%);filter:blur(9px);background:linear-gradient(#d9b35d47,#0000);width:220px;height:270px;position:absolute;top:37%;left:50%;transform:translate(-50%,-50%)}.impact{background:var(--ink);min-height:980px;padding:150px 0 100px;position:relative;overflow:hidden}.impact__halo{border:1px solid #d9b35d21;border-radius:50%;width:70vw;height:70vw;position:absolute;top:53%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 150px #d9b35d0d,inset 0 0 140px #d9b35d0a}.impact__halo:before,.impact__halo:after{content:"";border:1px dashed #d9b35d21;border-radius:50%;animation:38s linear infinite spin;position:absolute;inset:14%}.impact__halo:after{animation-duration:25s;animation-direction:reverse;inset:32%}.impact__content{z-index:2;position:relative}.impact__title{text-align:center;letter-spacing:-.065em;width:min(1050px,85%);margin:110px auto 0;font-size:clamp(48px,7.4vw,112px);line-height:.98}.impact__numbers{border-top:1px solid var(--line-dark);grid-template-columns:repeat(4,1fr);margin-top:120px;display:grid}.impact-stat{border-right:1px solid var(--line-dark);flex-direction:column;min-height:205px;padding:24px 18px;display:flex}.impact-stat:last-child{border-right:0}.impact-stat strong{color:var(--gold);letter-spacing:-.06em;font-size:clamp(48px,5vw,78px);line-height:1}.impact-stat span{margin-top:14px;font-size:13px}.impact-stat small{color:#ffffff52;font:7px var(--mono);letter-spacing:.12em;margin-top:auto}.press{padding:150px 0 140px}.press__header{grid-template-columns:minmax(180px,.65fr) 2fr;display:grid}.press-list{border-top:1px solid var(--line-light);margin-top:95px}.press-item{border-bottom:1px solid var(--line-light);grid-template-columns:60px 220px 1fr 50px;align-items:center;gap:30px;min-height:190px;padding:28px 0;transition:padding .35s,background .35s;display:grid;position:relative}.press-item:hover{background:#ffffff52;padding-inline:22px}.press-item__index{font:9px var(--mono);color:var(--muted-light)}.press-item__image{background:#222;height:134px;overflow:hidden}.press-item__image img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .4s,transform .65s}.press-item__copy span{font:8px var(--mono);letter-spacing:.12em;color:var(--muted-light)}.press-item__copy h3{letter-spacing:-.035em;max-width:780px;margin:14px 0 0;font-size:clamp(20px,2vw,31px);line-height:1.2}.press-item__arrow{border:1px solid var(--line-light);border-radius:50%;place-items:center;width:46px;height:46px;transition:background .3s,transform .3s;display:grid}.press-item:hover .press-item__arrow{background:var(--gold);transform:rotate(12deg)}.team__intro{grid-template-columns:minmax(180px,.65fr) 2fr;display:grid}.team__people{grid-template-columns:1.15fr .85fr;align-items:end;gap:16px;margin-top:100px;display:grid}.person--lucero{margin-bottom:-70px}.person__portrait{background:#151715;height:680px;position:relative;overflow:hidden}.person--lucero .person__portrait{background:#c5b17f;height:570px}.person__portrait:before{content:"";background:radial-gradient(circle at 50% 36%,#d9b35d38,#0000 33%),linear-gradient(145deg,#0000 40%,#ffffff0f);position:absolute;inset:0}.person__portrait img{z-index:2;object-fit:contain;filter:grayscale(.35);width:auto;height:94%;transition:filter .5s,transform .6s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.person:hover img{filter:grayscale(0);transform:translate(-50%)scale(1.025)}.person__number{z-index:3;font:9px var(--mono);color:var(--gold);position:absolute;top:20px;left:22px}.portrait-lines{background:repeating-linear-gradient(90deg,#0000 0 calc(20% - 1px),#ffffff0d 20%);position:absolute;inset:0}.person__info{justify-content:space-between;align-items:flex-start;padding-top:20px;display:flex}.person__info h3{letter-spacing:-.03em;margin:0;font-size:24px}.person__info p{color:var(--muted-dark);margin:5px 0 0;font-size:11px}.person__info a{border:1px solid var(--line-dark);width:42px;height:42px;font:10px var(--mono);border-radius:50%;place-items:center;display:grid}.partners{background:#0e100f;padding:45px 0 56px;overflow:hidden}.partners__line{background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.45;width:100%;height:1px}.partners__head{color:var(--muted-dark);font:8px var(--mono);letter-spacing:.14em;text-transform:uppercase;justify-content:space-between;padding-top:32px;display:flex}.partners__marquee{margin-top:42px;overflow:hidden}.partners__marquee>div{align-items:center;gap:34px;width:max-content;animation:32s linear infinite marquee;display:flex}.partners__marquee span{color:#ffffffbf;letter-spacing:-.045em;font-size:clamp(28px,4vw,56px);font-weight:700}.partners__marquee i{color:var(--gold);font-size:13px;font-style:normal}.contact{padding:150px 0 130px;position:relative;overflow:hidden}.contact__inner{z-index:2;position:relative}.contact__headline{margin:90px 0 0 25%}.contact__headline p{width:min(560px,60%);color:var(--muted-light);margin:36px 0 0 auto;font-size:15px;line-height:1.7}.contact__orb{border:1px solid #0809092e;border-radius:50%;width:620px;height:620px;animation:32s linear infinite spin;position:absolute;top:300px;left:-280px}.contact__orb i{border:1px dashed #08090933;border-radius:50%;position:absolute;inset:16%}.contact__orb i:nth-child(2){inset:32%}.contact__orb i:nth-child(3){background:var(--gold);border:0;inset:48%}.contact-form{border:1px solid var(--line-light);background:#ffffff3d;width:75%;margin:85px 0 0 auto;padding:32px}.form-row{grid-template-columns:1fr 1fr;gap:22px;display:grid}.contact-form label{margin-bottom:26px;display:block}.contact-form label>span{color:var(--muted-light);font:8px var(--mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px;display:block}.contact-form input,.contact-form textarea,.contact-form select{width:100%;color:var(--ink);background:0 0;border:0;border-bottom:1px solid #08090942;border-radius:0;outline:none;padding:12px 0;font-size:14px;transition:border-color .3s}.contact-form textarea{resize:vertical}.form-footer{justify-content:space-between;align-items:center;gap:25px;display:flex}.form-footer p{color:var(--muted-light);margin:0;font-size:9px}.button--dark{color:#fff;background:var(--ink);min-width:220px}.form-status{color:#315f35;min-height:22px;margin-top:15px;font-size:11px}.footer{background:#070808;padding:90px 0 30px}.footer__top{border-bottom:1px solid var(--line-dark);justify-content:space-between;align-items:flex-end;padding-bottom:70px;display:flex}.footer__top img{width:min(380px,35vw)}.footer__top p{color:var(--muted-dark);text-align:right;margin:0;font-size:16px;line-height:1.5}.footer__grid{grid-template-columns:2fr 1fr 1fr;gap:60px;padding:55px 0;display:grid}.footer__grid>div{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer__grid span{color:var(--gold);font:8px var(--mono);letter-spacing:.15em;margin-bottom:12px}.footer__grid a{color:var(--muted-dark);font-size:12px;transition:color .3s}.footer__grid a:hover{color:#fff}.footer__bottom{border-top:1px solid var(--line-dark);color:#ffffff4d;font:8px var(--mono);letter-spacing:.1em;justify-content:space-between;padding-top:25px;display:flex}.footer__bottom button{color:#ffffff8c;font:8px var(--mono);letter-spacing:.1em;cursor:pointer;background:0 0;border:0}[data-reveal]{will-change:transform, opacity}.js [data-reveal=fade],.js [data-reveal=up],.js [data-reveal=title]>span,.js [data-reveal=words]{opacity:0}.js [data-reveal=up]{transform:translateY(45px)}.js [data-reveal=title]>span{transform:translateY(115%)}.js [data-reveal=words]{transform:translateY(25px)}.js [data-reveal].is-visible{opacity:1;transition:opacity .9s,transform .9s cubic-bezier(.16,1,.3,1);transform:none}.js [data-reveal=title].is-visible>span{opacity:1;transition:opacity 10ms,transform 1s cubic-bezier(.16,1,.3,1);transform:none}.js .title-line:nth-child(2)[data-reveal=title].is-visible>span{transition-delay:.11s}.js .title-line:nth-child(3)[data-reveal=title].is-visible>span{transition-delay:.22s}@keyframes heroBreath{to{transform:scale(1.09)translate(-1%,1%)}}@keyframes orbitDrift{to{transform:translate(-3vw,4vh)scale(.95)}}@keyframes pulse{50%{opacity:.3;box-shadow:0 0 2px var(--gold)}}@keyframes marquee{to{transform:translate(-50%)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinReverse{to{transform:rotate(-360deg)}}@keyframes scrollCue{0%,to{transform-origin:top;transform:scaleY(.35)}50%{transform-origin:top;transform:scaleY(1)}}@keyframes eventIn{0%{opacity:0;transform:translateY(18px)scale(.985)}}@keyframes breatheRing{50%{opacity:.35;transform:scale(1.08)}}@keyframes barPulse{to{height:3px}}@keyframes drawLine{0%{stroke-dashoffset:700px}to{stroke-dashoffset:0}}@media (max-width:1100px){:root{--shell:min(100% - 40px, 960px)}.desktop-nav{display:none}.site-header{grid-template-columns:1fr auto;padding-inline:20px}.menu-toggle,.mobile-menu{display:flex}.hero__title{font-size:clamp(62px,10.5vw,104px)}.hero__bottom{width:min(560px,60vw);margin-left:35%}.manifesto__grid,.section-intro,.press__header,.team__intro{grid-template-columns:150px 1fr}.manifesto{min-height:850px}.manifesto__sculpture{left:-8vw}.experience-grid{grid-template-columns:1fr 1fr;grid-auto-rows:400px}.experience-card--keynote{grid-column:span 2}.experience-card--battle{grid-row:span 1}.experience-card--vip{grid-column:span 1}.impact{min-height:auto}.impact__title{width:100%}.impact__numbers{grid-template-columns:repeat(2,1fr)}.impact-stat:nth-child(2){border-right:0}.impact-stat:nth-child(-n+2){border-bottom:1px solid var(--line-dark)}.event-visual__info{width:36%}.team__people{grid-template-columns:1fr 1fr}.person__portrait{height:570px}.person--lucero .person__portrait{height:500px}}@media (max-width:760px){:root{--shell:calc(100vw - 32px)}.site-header{height:68px}.brand{width:67px}.brand img{width:66px}.header-cta{display:none}.language-switch{padding:8px 10px}.header-actions{gap:8px}.hero{min-height:850px}.hero__content{min-height:850px;padding-top:128px;padding-bottom:190px}.hero-art img{object-position:58% center;opacity:.72}.hero-art__veil{background:linear-gradient(#050606bf,#0506063d 42%,#080909 78%)}.hero-orbit--one{width:95vw;height:95vw;top:16vh;right:-46vw}.hero-orbit--two{width:50vw;height:50vw;top:31vh;right:-2vw}.hero__eyebrow{font-size:8px}.hero__title{margin-top:34px;font-size:clamp(53px,16.5vw,82px);line-height:.87}.title-line--accent{padding-left:.12em}.title-line--serif{padding-left:.48em}.hero__bottom{width:100%;margin:42px 0 0}.hero__bottom p{font-size:14px;line-height:1.6}.hero__actions{flex-direction:column;align-items:flex-start;gap:20px}.button--gold{width:100%}.hero__meta{grid-template-columns:repeat(3,1fr);gap:5px;bottom:32px}.hero__meta>div{padding-left:8px;display:block}.hero__meta strong{font-size:15px;display:block}.hero__meta span{font-size:6px}.scroll-cue{display:none}.marquee{padding:13px 0}.marquee__track span{font-size:10px}.manifesto{min-height:860px;padding:90px 0 50px}.manifesto__grid,.section-intro,.press__header,.team__intro{display:block}.section-label{margin-bottom:48px}.manifesto__lead{font-size:clamp(36px,11vw,56px)}.manifesto__detail{gap:22px;width:100%;margin-top:38px}.manifesto__detail p{font-size:13px}.round-link{flex-basis:54px;width:54px;height:54px}.manifesto__sculpture{width:105vw;height:105vw;bottom:-30vw;left:-33vw}.circuit,.experiences,.press,.team,.contact{padding:90px 0}.display-title{font-size:clamp(47px,14vw,72px)}.section-intro__body{width:100%;margin:26px 0 0;font-size:13px}.event-stage{margin-top:55px}.event-stage__tabs{grid-template-columns:repeat(3,minmax(160px,1fr));justify-content:start;overflow:auto}.event-tab{font-size:11px}.event-visual{min-height:640px}.event-visual__date{top:22px;right:18px}.event-visual__date strong{font-size:37px}.event-visual__coordinates{top:22px;left:18px}.event-visual__rings{width:94vw;height:94vw;top:40%;left:50%}.event-visual__logo{width:72vw;top:40%;left:50%}.event-visual__info{width:auto;bottom:20px;left:18px;right:18px}.event-visual__info p{font-size:11px}.experience-grid{margin-top:55px;display:block}.experience-card{min-height:410px;margin-bottom:12px}.experience-card--battle{min-height:490px}.experience-card__copy h3{font-size:29px}.experience-card__copy p{font-size:11px}.impact{padding:90px 0 50px}.impact__halo{width:135vw;height:135vw;top:38%}.impact__title{margin-top:65px;font-size:clamp(42px,13vw,70px)}.impact__numbers{grid-template-columns:1fr 1fr;margin-top:85px}.impact-stat{min-height:175px;padding:20px 8px}.impact-stat strong{font-size:42px}.impact-stat span{font-size:11px}.impact-stat small{font-size:5px}.press-list{margin-top:55px}.press-item{grid-template-columns:26px 1fr 35px;gap:12px;min-height:160px}.press-item__image{display:none}.press-item__copy h3{font-size:19px}.press-item__arrow{width:34px;height:34px}.press-item:hover{padding-inline:8px}.team__people{margin-top:55px;display:block}.person{margin-bottom:55px}.person--lucero{margin-bottom:0}.person__portrait,.person--lucero .person__portrait{height:min(122vw,520px)}.person__info h3{font-size:21px}.partners__head{gap:20px}.partners__head span:last-child{text-align:right}.partners__marquee span{font-size:30px}.contact__headline{margin:0}.contact__headline p{width:100%;margin:28px 0 0;font-size:13px}.contact-form{width:100%;margin-top:55px;padding:20px 16px}.form-row{grid-template-columns:1fr;gap:0}.form-footer{flex-direction:column;align-items:stretch}.button--dark{width:100%}.contact__orb{width:440px;height:440px;top:260px;left:-330px}.footer{padding-top:65px}.footer__top{flex-direction:column;align-items:flex-start;gap:35px}.footer__top img{width:240px}.footer__top p{text-align:left;font-size:14px}.footer__grid{grid-template-columns:1fr 1fr;gap:42px 25px}.footer__grid>div:first-child{grid-column:span 2}.footer__bottom{flex-wrap:wrap;gap:15px}.footer__bottom span:nth-child(2){display:none}}@media (max-width:420px){.hero__eyebrow span:last-child{max-width:240px;line-height:1.4}.hero__title{font-size:52px}.hero__title .title-line--accent{font-size:.78em}.hero,.hero__content{min-height:820px}.manifesto__lead{font-size:39px}.display-title{font-size:47px}.experience-card{min-height:390px}.person__portrait,.person--lucero .person__portrait{height:460px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.cursor-glow{display:none}.js [data-reveal],.js [data-reveal=title]>span{opacity:1!important;transform:none!important}}:root{--ink:#050507;--ink-soft:#0d0d14;--paper:#f1efe8;--paper-2:#dfdcd3;--signal:#2f7bff;--signal-deep:#1554dc;--beam:#55eaff;--live:#38cfff;--gold:var(--signal);--gold-hot:#7eeeff;--line-dark:#ffffff29;--line-light:#0505072e;--muted-dark:#ffffffad;--muted-light:#050507a8;--mono:var(--sans);--sans:"Archivo", sans-serif;--display:"Archivo Black", "Arial Black", sans-serif;--serif:var(--display)}body{font-family:var(--sans);background:var(--ink)}.page-noise{opacity:.055}.cursor-glow{background:radial-gradient(circle,#36d6d016,#0000 66%);width:420px;height:420px}.site-header{border-bottom-color:#ffffff1f;height:76px}.site-header:after{content:"";background:var(--signal);width:8%;height:1px;position:absolute;bottom:-1px;left:0}.brand{gap:14px;width:182px;height:44px;overflow:visible}.brand__code{border-left:1px solid var(--line-dark);color:#ffffff7a;font:500 7px/1.5 var(--mono);letter-spacing:.12em;white-space:nowrap;padding-left:13px}.desktop-nav a{font-family:var(--mono);font-size:9px;font-weight:500}.desktop-nav a:after{background:var(--signal)}.language-switch{border-radius:0}.language-dot{background:var(--beam);box-shadow:0 0 10px var(--beam);border-radius:0}.header-cta{background:var(--signal);font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.menu-toggle{border-radius:0}.hero{background:var(--ink);min-height:100svh}.hero:before{z-index:-1;background:linear-gradient(90deg,#050507fa 0%,#050507eb 31%,#05050747 59%,#05050714 100%)}.hero-art{z-index:-3}.hero-art img{opacity:.96;object-position:center;animation:16s ease-in-out infinite alternate heroBroadcast}.hero-scan{z-index:-1;opacity:.18;pointer-events:none;mix-blend-mode:overlay;background:repeating-linear-gradient(#0000 0 4px,#ffffff09 4px 5px);position:absolute;inset:0}.hero-scan:after{content:"";background:linear-gradient(#0000,#36d6d01f,#0000);height:18%;animation:8s linear infinite scanDown;position:absolute;top:-16%;left:0;right:0}.hero-register i{z-index:2;opacity:.55;pointer-events:none;border-style:solid;border-color:#fff;width:18px;height:18px;position:absolute}.hero-register i:first-child{border-width:1px 0 0 1px;top:94px;left:18px}.hero-register i:nth-child(2){border-width:1px 1px 0 0;top:94px;right:18px}.hero-register i:nth-child(3){border-width:0 0 1px 1px;bottom:95px;left:18px}.hero-register i:nth-child(4){border-width:0 1px 1px 0;bottom:95px;right:18px}#networkCanvas{opacity:.42;mix-blend-mode:screen}.hero__content{padding-top:clamp(128px,15vh,168px);padding-bottom:140px}.hero__eyebrow{-webkit-backdrop-filter:none;backdrop-filter:none;color:#ffffffad;letter-spacing:.13em;background:0 0;border:0;border-radius:0;gap:11px;padding:0;font-size:8px}.hero__eyebrow b{color:var(--signal);font-weight:600}.live-signal{background:var(--live);border-radius:0;width:7px;height:7px}.live-signal i{background:var(--live);width:7px;height:7px;box-shadow:none;border-radius:0}.hero__title{max-width:10ch;font-family:var(--display);letter-spacing:-.065em;text-transform:uppercase;margin-top:32px;font-size:clamp(70px,8.65vw,142px);font-weight:400;line-height:.79}.title-line{padding-right:.06em}.title-line--outline{color:#0000;-webkit-text-stroke:1.5px #ffffffc2;padding-left:.28em}.title-line--signal{color:var(--signal);font-family:var(--display);letter-spacing:-.065em;padding-left:.9em;font-style:normal}.hero__bottom{border-left:1px solid var(--signal);width:min(530px,42vw);margin:35px 0 0 31%;padding-left:18px}.hero__bottom p{color:#ffffffc2;font-size:15px;line-height:1.55}.button{font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;border:1px solid #0000;font-size:9px}.button--gold{background:var(--signal);min-width:220px}.button--gold:before{background:#fff}.text-link{font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;border-color:#ffffff80;font-size:8px}.text-link i{color:var(--beam)}.hero__side-code{color:#ffffff59;font:6px var(--mono);letter-spacing:.13em;white-space:nowrap;align-items:center;gap:24px;display:flex;position:absolute;top:50%;right:17px;transform:translate(45%,-50%)rotate(90deg)}.hero__side-code span:first-child{color:var(--beam)}.hero__meta{border-top:1px solid var(--line-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050507d1;grid-template-columns:1.25fr repeat(3,1fr);gap:0;width:100%;max-width:none;padding-inline:max(32px,50vw - 690px);bottom:0;left:0;transform:none}.hero__meta>div{border-left:0;border-right:1px solid var(--line-dark);align-items:center;gap:12px;min-height:74px;padding:16px 20px;display:flex}.hero__meta>div:last-child{border-right:0}.hero__meta strong{color:#fff;font:500 17px var(--mono)}.hero__meta span{color:#ffffff75;font-size:7px}.hero__meta-live i{background:var(--live);width:7px;height:7px;animation:1.8s infinite pulse}.hero__meta-live strong{color:var(--beam);letter-spacing:.1em;margin-left:auto;font-size:9px}.scroll-cue{display:none}.marquee{border-color:var(--line-dark);color:#fff;background:#0d0d14;padding:15px 0}.marquee__track span{font-family:var(--display);letter-spacing:-.02em;font-size:clamp(15px,1.4vw,20px)}.marquee__track i{color:var(--signal);vertical-align:middle;font-size:7px}.section-label{color:var(--muted-light);font-size:8px}.section-label span{background:var(--signal);border-color:#0505074d;border-radius:0;width:24px;height:24px;font-weight:600}.section-label--dark{color:var(--muted-dark)}.section-label--dark span{border-color:var(--signal);color:var(--signal);background:0 0}.manifesto{background:var(--paper);min-height:1240px;padding-top:130px}.manifesto__lead{font-family:var(--display);text-transform:uppercase;letter-spacing:-.055em;font-size:clamp(45px,5.75vw,88px);font-weight:400;line-height:.94}.manifesto__detail{width:min(480px,56%)}.round-link{background:var(--signal);border:0;border-radius:0}.round-link:hover{background:var(--ink)}.manifesto__installation{width:var(--shell);background:var(--ink);height:560px;margin:0;position:absolute;bottom:60px;left:50%;overflow:hidden;transform:translate(-50%)}.manifesto__installation:before,.manifesto__installation:after{content:"";z-index:3;pointer-events:none;width:15px;height:15px;position:absolute}.manifesto__installation:before{border-top:1px solid #fff;border-left:1px solid #fff;top:12px;left:12px}.manifesto__installation:after{border-bottom:1px solid #fff;border-right:1px solid #fff;bottom:12px;right:12px}.manifesto__installation img{object-fit:cover;width:100%;height:100%;transition:transform 1.4s cubic-bezier(.16,1,.3,1)}.manifesto__installation:hover img{transform:scale(1.025)}.manifesto__installation figcaption{z-index:4;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050507db;border-top:1px solid #fff3;grid-template-columns:1fr auto 46px;align-items:center;min-height:78px;padding:17px 20px;display:grid;position:absolute;bottom:0;left:0;right:0}.manifesto__installation figcaption span{font:7px var(--mono);color:var(--beam);letter-spacing:.12em}.manifesto__installation figcaption strong{font-size:13px;font-weight:500}.manifesto__installation figcaption i{text-align:right;color:var(--signal);font-style:normal}.installation-scan{z-index:2;pointer-events:none;background:linear-gradient(105deg,#0000 38%,#36d6d01f 49%,#0000 60%);animation:8s ease-in-out infinite tapestryScan;position:absolute;inset:0;transform:translate(-70%)}.display-title{font-family:var(--display);letter-spacing:-.055em;text-transform:uppercase;font-weight:400;line-height:.86}.display-title em{color:var(--signal);font-family:var(--display);font-style:normal;font-weight:400}.circuit{background:var(--ink);padding-top:145px}.event-stage__tabs{border-color:var(--line-dark)}.event-tab{border-color:var(--line-dark);font:500 9px var(--mono);letter-spacing:.1em}.event-tab span{color:var(--signal)}.event-tab.is-active,.event-tab:hover{background:var(--signal);color:var(--ink)}.event-tab.is-active span{color:var(--ink)}.event-visual,.event-visual[data-event-visual=bolivia],.event-visual[data-event-visual=mexico]{--event-color:#0d0d14;color:#fff;border:1px solid var(--line-dark);background:#0d0d14}.event-visual[data-event-visual=peru]{background:#0d0d14 url(/assets/lbe-hero-broadcast-v2.webp) 50%/cover no-repeat}.event-visual[data-event-visual=bolivia]{background:#0d0d14 url(/assets/lbe-academy-generated.jpg) 50%/cover no-repeat}.event-visual[data-event-visual=mexico]{background:#0d0d14 url(/assets/lbe-vip-generated.jpg) 50%/cover no-repeat}.event-visual:after{background:linear-gradient(130deg,transparent 40%,#ffffff14 40.1%,transparent 41%),radial-gradient(circle at var(--spot-x,72%) var(--spot-y,36%),#36d6d03d,transparent 18%)}.event-visual__coordinates{color:#ffffff73}.event-visual__date strong{color:var(--signal);font-family:var(--display);font-weight:400}.event-visual__date span,.event-visual__date small{color:#ffffff80}.event-visual__rings i{border-color:#36d6d03b}.event-visual__logo img,.event-visual[data-event-visual=peru] .event-visual__logo img{filter:brightness(0)invert()}.event-visual__info{border-color:#ffffff4d}.event-visual__info p{color:#ffffffa3}.event-visual__info a{border-color:var(--signal);color:#fff}.event-visual__info a span{color:#fff}.experiences{background:var(--paper)}.experience-grid{background:#05050733;border:1px solid #05050733;gap:1px}.experience-card{background:#0d0d14;border:0}.experience-card:after{content:"";background:var(--signal);width:42px;height:3px;transition:width .5s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.experience-card:hover:after{width:100%}.experience-card--battle{color:#fff;background:#111118}.experience-card--battle .experience-card__top,.experience-card--battle .experience-card__copy p{color:#ffffff94}.experience-card--academy{color:var(--ink);background:#d8d5cc}.experience-card--academy:after{background:var(--beam)}.experience-card--network{background:#101018}.experience-card--network:after{background:var(--beam)}.pulse-icon i{background:var(--signal)}.stage-beam{background:linear-gradient(90deg,#0000,#36d6d038,#0000)}.network-art span{border-color:var(--beam);box-shadow:0 0 15px #36d6d066}.network-art i{background:linear-gradient(90deg,var(--beam),transparent)}.ticker-art path{stroke:var(--signal)}.vip-art{background:radial-gradient(circle at 50% 35%,#36d6d026,#0000 28%)}.vip-door{border-color:#36d6d099;box-shadow:0 0 80px #36d6d01a}.vip-light{background:linear-gradient(#36d6d03d,#0000)}.impact{background:#08080b}.impact__title{font-family:var(--display);text-transform:uppercase;font-weight:400;line-height:.9}.impact-stat strong{color:var(--signal);font-family:var(--display);font-weight:400}.press{background:var(--paper)}.press-item__arrow{border-radius:0}.press-item:hover .press-item__arrow{background:var(--signal)}.team{background:#070709}.person__portrait{background:#0d0d14}.person__number{color:var(--signal)}.person__info a{border-radius:0}.person__info a:hover{background:var(--signal);color:var(--ink)}.partners{background:#0d0d14}.partners__line{background:linear-gradient(90deg,transparent,var(--beam),var(--signal),transparent)}.partners__marquee i{color:var(--signal)}.contact{color:var(--ink);background:var(--signal)!important}.contact .section-label span{background:var(--ink);color:#fff;border-color:var(--ink)}.contact-form{background:#ffffff14;border-color:#05050759}.contact-form input,.contact-form textarea,.contact-form select{border-color:#05050766}.button--dark{background:var(--ink)}.footer{background:#050507}.footer__grid span{color:var(--signal)}@keyframes heroBroadcast{to{transform:scale(1.055)translate(-.6%,.5%)}}@keyframes scanDown{to{top:110%}}@keyframes tapestryScan{50%{transform:translate(70%)}}.light-scene,.manifesto,.experiences,.press,.contact{color:#fff;background:#07070a!important}.section-intro--light,.display-title--dark{color:#fff}.display-title--dark em{color:var(--signal)}.light-scene .section-label{color:#fff9}.light-scene .section-label span{border-color:var(--signal);color:var(--signal);background:0 0}.manifesto{isolation:isolate;min-height:1080px}.manifesto__grid{z-index:3}.manifesto__lead{text-shadow:0 2px 30px #00000080;max-width:1050px}.manifesto__detail{justify-content:flex-end;margin-top:32px}.manifesto__detail p{display:none}.manifesto__installation{z-index:0;width:100%;height:720px;bottom:0;left:0;transform:none}.manifesto__installation figcaption{border:1px solid #fff3;width:min(520px,100% - 32px);bottom:30px;left:auto;right:clamp(16px,5vw,72px)}.round-link{border:1px solid var(--signal);color:#fff;background:#07070ab8}.experience-grid{background:0 0;border:0;grid-auto-rows:520px;gap:12px}.experience-card{isolation:isolate;padding:24px;color:#fff!important;background:#0b0b0f!important;border:1px solid #ffffff24!important}.experience-card:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0505072e,#0000 43%,#050507f0 100%);position:absolute;inset:0}.experience-card__art{position:absolute;inset:0}.experience-card__art img{object-fit:cover;filter:saturate(.92)contrast(1.05);width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter .6s}.experience-card:hover .experience-card__art img{filter:saturate(1.14)contrast(1.04);transform:scale(1.045)}.experience-card__top{color:#ffffffb3!important}.experience-card__copy h3{max-width:620px;font-family:var(--display);text-transform:uppercase;margin:0;font-size:clamp(31px,3vw,52px);font-weight:400;line-height:.91}.experience-card--battle{grid-row:span 2}.experience-card--vip{grid-column:span 1}.film-room:before{content:"";opacity:.25;pointer-events:none;background:repeating-linear-gradient(90deg,#0000 0 calc(20% - 1px),#ffffff0e 20%);position:absolute;inset:0}.film-room__head{grid-template-columns:minmax(180px,.65fr) 2fr;display:grid;position:relative}.film-grid{grid-template-columns:1.3fr .7fr;grid-auto-rows:330px;gap:12px;margin-top:96px;display:grid;position:relative}.film-card{color:#fff;cursor:pointer;text-align:left;background:#050507;border:1px solid #ffffff26;padding:0;position:relative;overflow:hidden}.film-card--wide{grid-column:span 2;height:clamp(330px,43vw,650px)}.film-card img{object-fit:cover;filter:saturate(.72)contrast(1.12)brightness(.7);width:100%;height:100%;transition:transform 1s cubic-bezier(.16,1,.3,1),filter .5s}.film-card:hover img{filter:saturate(1.05)contrast(1.06)brightness(.84);transform:scale(1.04)}.film-card strong{z-index:2;font:500 8px var(--mono);letter-spacing:.12em;position:absolute;bottom:20px;left:22px}.film-card__play{z-index:3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#05050766;border:1px solid #fff;place-items:center;width:82px;height:82px;transition:background .3s,transform .3s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.film-card:hover .film-card__play{background:var(--signal);transform:translate(-50%,-50%)scale(1.08)}.film-card__play i{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:13px solid #fff;width:0;height:0;margin-left:5px}iframe.film-card{width:100%;height:100%}iframe.film-card--wide{min-height:clamp(330px,43vw,650px)}.press{padding-bottom:170px}.press-list{border:0;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:90px;display:grid}.press-item{isolation:isolate;border:1px solid #ffffff24;min-height:560px;padding:0;display:block;overflow:hidden}.press-item:after{content:"";z-index:-1;background:linear-gradient(#0505070d,#0505072e 42%,#050507fa 100%);position:absolute;inset:0}.press-item:hover{background:0 0;padding:0}.press-item__image{z-index:-2;height:auto;position:absolute;inset:0}.press-item__image img{filter:grayscale(.4)saturate(.75)}.press-item:hover img{filter:grayscale(0)saturate();transform:scale(1.045)}.press-item__index{z-index:2;color:#fff;position:absolute;top:20px;left:20px}.press-item__copy{z-index:2;position:absolute;bottom:24px;left:22px;right:22px}.press-item__copy span{color:var(--beam)}.press-item__copy h3{color:#fff;margin-top:13px;font-size:clamp(23px,2vw,32px);line-height:1.03}.press-item__arrow{z-index:2;border-color:#ffffff80;position:absolute;top:18px;right:18px}.contact{border-top:1px solid var(--line-dark)}.contact:before{content:"";background:radial-gradient(circle,#ff4d3d3d,#0000 68%);border-radius:50%;width:55vw;height:55vw;position:absolute;top:-15vw;right:-10vw}.contact .display-title--dark{color:#fff}.contact .display-title--dark em{color:var(--signal);-webkit-text-stroke:0}.contact__headline p{color:#ffffffad}.contact__orb{border-color:#36d6d038}.contact__orb i{border-color:#36d6d02e}.contact__orb i:nth-child(3){background:var(--signal)}.contact-form label>span,.form-footer p{color:#ffffff94}.contact-form input,.contact-form textarea,.contact-form select{color:#fff;border-color:#ffffff40}.contact-form select option{color:#fff;background:#0d0d13}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--signal)}.button--dark{background:var(--signal);color:#fff}.button--dark:before{background:#fff}.button--dark:hover{color:var(--ink)}@media (max-width:1100px){.brand{width:160px}.hero__title{font-size:clamp(68px,10.5vw,104px)}.hero__bottom{width:min(560px,62vw);margin-left:22%}.manifesto{min-height:1150px}.manifesto__installation{height:520px}}@media (max-width:760px){.site-header{height:68px}.brand{gap:9px;width:132px}.brand img{width:55px}.brand__code{padding-left:8px;font-size:5px}.header-actions{justify-content:flex-end;min-width:104px}.language-switch{justify-content:center;min-width:43px}.menu-toggle{flex:0 0 43px;width:43px;height:43px}.hero{min-height:900px}.hero__content{min-height:900px;padding-top:116px;padding-bottom:160px}.hero-art img{object-position:68% center;opacity:.86}.hero-art__veil{background:linear-gradient(#050507c7 0%,#05050752 36%,#050507e6 68%,#050507 100%),linear-gradient(90deg,#050507b3,#0000 75%)}.hero__title{max-width:calc(100vw - 32px);margin-top:30px;font-size:clamp(50px,14.7vw,66px);line-height:.82}.title-line--outline{padding-left:0}.title-line--signal{padding-left:.34em}.hero__title .title-line--outline{letter-spacing:-.075em;font-size:.86em}.hero__bottom{width:calc(100vw - 32px);max-width:calc(100vw - 32px);margin:38px 0 0;padding-left:13px}.hero__bottom p{max-width:100%;font-size:13px;line-height:1.5}.hero__actions{gap:16px}.button--gold{width:100%;max-width:100%}.hero__side-code{display:none}.hero__meta{grid-template-columns:repeat(4,1fr);padding-inline:0}.hero__meta>div{min-height:70px;padding:10px 8px;display:block}.hero__meta-live strong{margin:5px 0 0;font-size:6px;display:block}.hero__meta-live i{margin-right:4px;display:inline-block}.hero__meta strong{font-size:13px}.hero__meta span{font-size:5px;line-height:1.35}.hero-register i:nth-child(3),.hero-register i:nth-child(4){bottom:82px}.manifesto{min-height:1060px;padding-top:90px}.manifesto__lead{font-size:clamp(37px,11vw,52px)}.manifesto__detail{width:100%}.manifesto__installation{height:450px;bottom:32px}.manifesto__installation figcaption{grid-template-columns:1fr 32px;min-height:84px}.manifesto__installation figcaption span{grid-column:1/3;margin-bottom:6px}.manifesto__installation figcaption strong{font-size:11px}.manifesto__installation img{object-position:57% center}.display-title{font-size:clamp(43px,12.5vw,64px)}.event-visual{min-height:650px}.event-visual__date strong{font-size:36px}.experiences{padding-block:100px}.experience-grid{margin-top:55px;display:block}.experience-card{min-height:72svh;margin-bottom:12px}.experience-card--battle{min-height:72svh}.experience-card__copy h3{font-size:clamp(31px,9vw,46px)}.film-room{padding:100px 0}.film-room__head{display:block}.film-room__head .display-title{margin-top:45px}.film-grid{margin-top:55px;display:block}.film-card,.film-card--feature,.film-card--wide,iframe.film-card,iframe.film-card--wide{aspect-ratio:16/10;width:100%;height:auto;min-height:0;margin-bottom:12px;display:block}.film-card__play{width:64px;height:64px}.impact__title{font-size:clamp(39px,12vw,62px)}.impact-stat strong{font-size:40px}.press{padding-block:100px}.press-list{margin-top:55px;display:block}.press-item{min-height:130vw;max-height:620px;margin-bottom:12px;padding:0;display:block}.press-item__image{display:block}.press-item__copy h3{font-size:clamp(24px,7vw,34px)}.press-item:hover{padding:0}.press-item__arrow{width:40px;height:40px}.contact{padding-bottom:100px}.contact-form{background:#ffffff1a}}@media (max-width:420px){.hero__title{font-size:51px}.hero__eyebrow{font-size:6px}.hero__eyebrow span:last-child{max-width:245px}.hero__bottom{margin-top:30px}.manifesto__installation{height:420px}.manifesto{min-height:1030px}}html,body{overflow-x:hidden}section[id]{scroll-margin-top:76px}.skip-link:not(:focus-visible){transform:translateY(-180%)}.brand{width:84px}.mobile-menu__index,.mobile-menu nav sup,.mobile-menu__footer span{display:none}.mobile-menu nav a{gap:0}.desktop-nav a,.header-cta,.button,.text-link{font-size:10px}.section-label,.hero__side-code,.hero__meta,.experience-card__top,.manifesto__installation figcaption,.film-card strong,.press-item__index,.press-item__copy span,.partners__head,.impact-stat small,.form-footer p{display:none!important}.hero{min-height:920px}.hero__content{min-height:920px;padding-bottom:80px}.hero__eyebrow{letter-spacing:.1em;color:var(--beam);font-size:10px}.hero__eyebrow .live-signal,.hero__eyebrow b{display:none}.hero__title{max-width:11ch}.hero__bottom{width:min(590px,48vw);margin-left:28%}.hero__bottom p{font-size:clamp(16px,1.25vw,19px);line-height:1.45}.manifesto__grid,.section-intro,.film-room__head,.press__header,.team__intro{display:block}.manifesto__copy,.section-intro>div:last-child{max-width:1180px;margin-inline:auto}.manifesto__lead{max-width:1100px;font-size:clamp(58px,7.2vw,112px)}.manifesto{min-height:980px}.manifesto__installation{height:690px}.circuit .section-intro__body{display:none}.event-visual{min-height:620px}.event-visual__photo{z-index:-3;object-fit:cover;filter:saturate(.82)contrast(1.08)brightness(.58);width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter .6s;position:absolute;inset:0}.event-visual:hover .event-visual__photo{filter:saturate()contrast(1.05)brightness(.68);transform:scale(1.025)}.event-visual__logo{width:min(34vw,430px);left:38%}.event-visual__rings{left:38%}.event-visual__info{width:min(330px,31%)}.event-visual__info strong{font-family:var(--display);text-transform:uppercase;font-size:clamp(24px,2.2vw,34px);font-weight:400;line-height:.95}.event-visual__info p,.event-visual__info>div span{display:none}.event-visual__info a{border:1px solid var(--signal);text-transform:uppercase;background:#050507a6;margin-top:22px;padding:14px 18px;font-size:10px}.experiences{padding-block:130px}.experience-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:430px;gap:12px}.experience-card--keynote{grid-column:span 7}.experience-card--network{grid-column:span 5}.experience-card--battle{grid-area:auto/span 4}.experience-card--academy,.experience-card--vip{grid-column:span 4}.experience-card__copy h3{font-size:clamp(29px,2.45vw,42px)}.film-card__play{width:72px;height:72px}.impact{min-height:850px}.impact__title{margin-top:50px}.impact__numbers{margin-top:90px}.impact-stat{min-height:170px}.impact-stat span{font-size:16px;font-weight:600}.press-item__copy{bottom:28px}.press-item__copy h3{font-size:clamp(24px,2.05vw,34px)}@media (max-width:1000px){.hero__title{font-size:clamp(66px,10.5vw,102px)}.hero__bottom{width:min(610px,70vw);margin-left:18%}.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:420px}.experience-card--keynote,.experience-card--network,.experience-card--battle,.experience-card--academy{grid-column:span 1}.experience-card--vip{grid-column:span 2}.event-visual__logo,.event-visual__rings{left:42%}}@media (max-width:760px){:root{--shell:calc(100vw - 32px)}.site-header{padding-inline:16px}.hero{min-height:780px}.hero__content{min-height:780px;padding:106px 16px 58px}.hero-art img{object-position:64% center}.hero__eyebrow{font-size:8px}.hero__eyebrow span:last-child{max-width:none}.hero__title{overflow-wrap:anywhere;width:100%;max-width:none;margin-top:25px;font-size:clamp(44px,14.3vw,64px);line-height:.84}.title-line--outline,.title-line--signal{padding-left:0}.hero__bottom{width:100%;max-width:100%;margin:34px 0 0;padding-left:12px}.hero__bottom p{font-size:15px}.hero__actions{align-items:stretch;gap:16px}.text-link{align-self:flex-start}.manifesto{min-height:780px;padding-top:80px}.manifesto__lead{font-size:clamp(40px,12vw,58px);line-height:.91}.manifesto__installation{height:560px;bottom:0}.manifesto:after{inset:28% 0 0}.circuit{padding:90px 0}.display-title{overflow-wrap:anywhere;margin-top:0;font-size:clamp(39px,11.3vw,55px);line-height:.88}.event-stage{margin-top:55px}.event-stage__tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.event-tab{letter-spacing:.01em;gap:5px;min-width:0;padding:15px 4px;font-size:10px}.event-tab span{display:none}.event-visual{min-height:600px}.event-visual__photo{object-position:center}.event-visual__date{top:18px;right:18px}.event-visual__date strong{font-size:32px}.event-visual__date small{font-size:7px}.event-visual__logo{width:76%;top:39%;left:50%}.event-visual__rings{width:86vw;height:86vw;top:39%;left:50%}.event-visual__info{width:auto;padding-top:14px;bottom:18px;left:18px;right:18px}.event-visual__info strong{font-size:25px}.event-visual__info a{margin-top:15px}.experiences{padding:90px 0}.experience-grid{grid-template-columns:1fr;grid-auto-rows:auto;margin-top:50px;display:grid}.experience-card,.experience-card--battle{aspect-ratio:4/5;grid-column:auto;min-height:0;margin:0}.experience-card--vip{grid-column:auto}.experience-card__copy h3{font-size:clamp(29px,9vw,42px)}.film-room{padding:90px 0}.film-room__head .display-title{margin-top:0}.film-grid{margin-top:50px}.film-card__play{width:58px;height:58px}.impact{min-height:0;padding:90px 0}.impact__title{width:100%;margin-top:0;font-size:clamp(38px,11.5vw,56px)}.impact__numbers{grid-template-columns:repeat(2,1fr);margin-top:60px}.impact-stat{border-bottom:1px solid var(--line-dark);min-height:135px}.impact-stat strong{font-size:42px}.impact-stat span{font-size:13px}.press{padding:90px 0}.press-item{aspect-ratio:4/5;min-height:0;max-height:none}.press-item__copy h3{font-size:clamp(23px,7vw,31px)}.contact__headline{margin:0}.contact__headline p{font-size:15px}.contact-form{background:#0d0d13;margin-top:45px}}@media (max-width:390px){.brand__code{display:none}.brand{width:74px}.hero__title{overflow-wrap:normal;font-size:clamp(39px,11.5vw,46px)}.display-title{font-size:clamp(37px,10.8vw,46px)}.event-visual{min-height:560px}.experience-card,.experience-card--battle{aspect-ratio:4/5}}.partners{padding:72px 0}.partners__marquee{margin-top:0}.partners__marquee>div{gap:48px;animation-duration:38s}.partners__marquee img{object-fit:contain;filter:grayscale()brightness(0)invert();opacity:.72;width:auto;max-width:168px;height:34px;transition:filter .3s,opacity .3s,transform .3s}.partners__marquee img:hover{filter:none;opacity:1;transform:translateY(-2px)}.partners__marquee i{background:var(--signal);border-radius:50%;flex:none;width:5px;height:5px;box-shadow:0 0 16px #36d6d0a6}@media (min-width:1001px){:root{--shell:min(1240px,calc(100vw - 96px))}.site-header{padding-inline:max(48px,50vw - 620px)}.hero{min-height:820px}.hero__content{min-height:820px;padding-top:132px;padding-bottom:64px}.hero__title{max-width:10.5ch;font-size:clamp(66px,7.2vw,106px);line-height:.82}.hero__bottom{width:min(540px,45vw);margin-top:42px;margin-left:30%}.manifesto{min-height:830px;padding-top:118px}.manifesto__lead{max-width:890px;font-size:clamp(48px,5.1vw,74px);line-height:.94}.manifesto__installation{height:560px}.circuit{padding:118px 0 130px}.display-title{max-width:1040px;font-size:clamp(48px,5.55vw,80px);line-height:.9}.event-stage{margin-top:72px}.event-visual{min-height:560px}.experiences{padding:118px 0 132px}.experience-grid{grid-auto-rows:390px;gap:20px;margin-top:72px}.experience-card__copy h3{font-size:clamp(25px,2vw,34px);line-height:.95}.film-room{padding:118px 0 132px}.film-grid{grid-auto-rows:280px;gap:20px;margin-top:72px}.film-card--wide{height:clamp(300px,34vw,500px)}iframe.film-card--wide{min-height:clamp(300px,34vw,500px)}.impact{min-height:720px;padding:118px 0 80px}.impact__title{width:min(880px,82%);font-size:clamp(48px,5.4vw,78px);line-height:.94}.impact__numbers{margin-top:72px}.press{padding:118px 0 132px}.press-list{gap:20px;margin-top:72px}.press-item{min-height:480px}.press-item__copy h3{font-size:clamp(21px,1.75vw,28px);line-height:1.08}.team{padding:118px 0 132px}.team__people{gap:20px;margin-top:72px}.person__portrait{height:560px}.person--lucero .person__portrait{height:500px}.contact{padding:118px 0 110px}.contact__headline{margin-top:64px}.contact-form{width:70%;margin-top:64px;padding:28px}}@media (max-width:1000px) and (min-width:761px){:root{--shell:calc(100vw - 64px)}.display-title{font-size:clamp(48px,8vw,66px)}.manifesto__lead{font-size:clamp(48px,7.5vw,64px)}.experience-grid{grid-auto-rows:380px;gap:18px}.film-grid,.press-list{gap:18px}}@media (max-width:760px){.manifesto__lead{font-size:clamp(36px,10.3vw,48px)}.display-title{font-size:clamp(37px,10.5vw,50px)}.experience-grid,.film-grid,.press-list{gap:16px}.experience-card,.film-card,.press-item{margin-bottom:0}.experience-card__copy h3{font-size:clamp(26px,7.7vw,36px)}.partners{padding:56px 0}.partners__marquee>div{gap:32px}.partners__marquee img{max-width:132px;height:26px}.partners__marquee i{width:4px;height:4px}}.film-card{cursor:default}.film-card video{object-fit:cover;filter:saturate(.95)contrast(1.06)brightness(.88);width:100%;height:100%;transition:filter .5s,transform 1.2s cubic-bezier(.16,1,.3,1);display:block;transform:scale(1.01)}.film-card:before{content:"";z-index:3;background:var(--signal);width:44px;height:2px;box-shadow:44px 0 var(--beam);pointer-events:none;position:absolute;top:0;left:0}:root{--mono:var(--font-martian-mono), monospace;--sans:var(--font-archivo), sans-serif;--display:var(--font-archivo-black), "Arial Black", sans-serif}.site-header{height:102px;padding-inline:max(48px,50vw - 750px)}.site-header:after{width:12%}.site-header.is-scrolled{height:74px}.brand{width:104px;height:48px}.brand img{width:102px}.desktop-nav{gap:clamp(34px,3vw,58px)}.desktop-nav a{letter-spacing:.14em;font-size:11px}.language-switch{min-height:48px;padding-inline:17px}.header-cta{min-width:173px;min-height:56px;padding-inline:20px}.hero{background:#02090b;height:100svh;min-height:760px;max-height:1080px}.hero:before{display:none}#networkCanvas{z-index:-1;opacity:1;mix-blend-mode:normal;pointer-events:none;display:block}.hero-art{inset:0}.hero-art picture{width:100%;height:100%;display:block}.hero-art img{object-fit:cover;object-position:center top;opacity:1;transform-origin:top;width:100%;height:100%;animation:none;transform:translateY(clamp(38px,5.2vh,52px))scale(1.035)}.hero-scan{opacity:.09}.hero__content.shell{width:min(1500px,100vw - 96px)}.hero__content{min-height:100%;padding-top:clamp(168px,19vh,188px);padding-bottom:54px}.hero__eyebrow{color:var(--beam);letter-spacing:.15em;font-size:clamp(9px,.72vw,12px)}.hero__title{letter-spacing:-.02em;max-width:none;margin-top:30px;font-family:Arial Black,Arial,sans-serif;font-size:clamp(76px,7.25vw,132px);font-weight:900;line-height:.91}.title-line--outline,.title-line--signal{padding-left:0}.title-line--outline,.title-line--outline>span{-webkit-text-fill-color:transparent;-webkit-text-stroke:1.25px #ffffffd1;color:#0000!important}.hero__bottom{width:min(390px,36vw);margin:28px 0 0;padding-left:20px}.hero__bottom p{font-family:Arial,Helvetica,sans-serif;font-size:clamp(15px,1.12vw,19px);font-weight:400;line-height:1.48}.hero__actions{margin-top:25px}.hero .button--gold{border-color:var(--signal);color:#fff;background:#02090b94;min-width:286px;min-height:61px}.hero .button--gold:hover{color:var(--ink)}.hero-register i:first-child,.hero-register i:nth-child(2){top:124px}.hero-register i:nth-child(3),.hero-register i:nth-child(4){bottom:22px}.hero-map{--map-rotate-x:0deg;--map-rotate-y:0deg;--map-shift-x:0px;--map-shift-y:0px;--map-spark-x:0px;--map-spark-y:0px;--map-cursor-x:50%;--map-cursor-y:50%;z-index:-1;aspect-ratio:520/760;pointer-events:auto;perspective:1100px;width:min(34vw,560px);transform-style:preserve-3d;mix-blend-mode:screen;position:absolute;top:9.5%;right:clamp(45px,7vw,128px)}.hero-map__cursor{z-index:0;opacity:.72;background:radial-gradient(circle at var(--map-cursor-x) var(--map-cursor-y), #ff5b403d 0, #ff4d3d17 9%, transparent 31%);filter:blur(8px);transition:opacity .35s;position:absolute;inset:-12%}.hero-map__svg{z-index:1;width:100%;height:100%;transform:translate3d(var(--map-shift-x), var(--map-shift-y), 0) rotateX(var(--map-rotate-x)) rotateY(var(--map-rotate-y));transform-origin:52% 48%;will-change:transform;transition:transform .16s cubic-bezier(.2,.8,.2,1);position:relative;overflow:visible}.hero-map__fill{fill:#07090b38;stroke:#ff4d3d2e;stroke-width:10px}.hero-map__outline,.hero-map__echo,.hero-map__current{fill:none;vector-effect:non-scaling-stroke}.hero-map__outline{stroke:#ff674f;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;animation:3.2s ease-in-out infinite latamOutlinePulse}.hero-map__echo{stroke-linecap:round;stroke-linejoin:round;opacity:.42}.hero-map__echo--one{stroke:#ff3d2f;stroke-width:1.05px;stroke-dasharray:3 5 14 3;animation:13s linear infinite latamCurrent;transform:translate(-3px,2px)}.hero-map__echo--two{stroke:#ff8a62;stroke-width:.8px;stroke-dasharray:1 8 21 4;animation:17s linear infinite latamCurrentReverse;transform:translate(3px,-2px)}.hero-map__echo--three{stroke:#ff4d3d8c;stroke-width:.65px;stroke-dasharray:30 12 2 8;animation:21s linear infinite latamCurrent;transform:translate(1px,4px)}.hero-map__current{stroke-linecap:round;stroke-width:3.2px}.hero-map__current--a{stroke:#ffb984eb;stroke-dasharray:4 84 16 110;animation:5.8s linear infinite latamCurrent}.hero-map__current--b{stroke:#ff4d3dc7;stroke-width:1.4px;stroke-dasharray:44 95 3 132;animation:9s linear infinite latamCurrentReverse}.hero-map__veins{fill:none;stroke:#ff654a7a;stroke-width:.85px;stroke-dasharray:5 7;animation:11s linear infinite latamVeins}.hero-map__spark-field{fill:#ff755d;filter:drop-shadow(0 0 5px #ff4d3de6);transform:translate(var(--map-spark-x), var(--map-spark-y));transition:transform .22s cubic-bezier(.2,.8,.2,1)}.hero-map__spark-field circle{transform-box:fill-box;transform-origin:50%;animation:2.4s ease-in-out infinite alternate latamSpark}.hero-map__spark-field circle:nth-child(3n){animation-delay:-.8s}.hero-map__spark-field circle:nth-child(4n){animation-delay:-1.6s}.hero-map__spark-field circle:nth-child(5n){animation-duration:3.7s}.hero-map__runners{fill:#ffd0b8}@keyframes latamOutlinePulse{0%,to{opacity:.72;stroke-width:1.7px}50%{opacity:1;stroke-width:2.45px}}@keyframes latamCurrent{to{stroke-dashoffset:-1000px}}@keyframes latamCurrentReverse{to{stroke-dashoffset:1000px}}@keyframes latamVeins{to{stroke-dashoffset:-180px}}@keyframes latamSpark{0%{opacity:.25;transform:scale(.55)}to{opacity:1;transform:scale(1.55)}}@media (max-width:1000px){.site-header{padding-inline:32px}.hero__content.shell{width:calc(100vw - 64px)}.hero__title{font-size:clamp(66px,10.2vw,96px)}.hero__bottom{width:min(420px,52vw);margin-left:0}.hero-map{width:min(44vw,560px);right:2vw}}@media (max-width:760px){.site-header{height:72px;padding-inline:16px}.site-header.is-scrolled{height:64px}.brand{width:82px;height:38px}.brand img{width:80px}.language-switch{min-height:42px;padding-inline:11px}.hero{height:auto;min-height:max(100svh,1040px);max-height:none}.hero-art img{object-position:center top;transform:translateY(24px)scale(1.02)}.hero-art__veil{background:linear-gradient(#0107099e 0%,#01070933 38%,#0107091f 62%,#010709c2 100%),linear-gradient(90deg,#01070966,#0000 78%)}.hero__content.shell{width:calc(100vw - 32px)}.hero__content{min-height:max(100svh,1040px);padding:108px 0 46px}.hero__eyebrow{letter-spacing:.1em;font-size:7px}.hero__title{letter-spacing:-.025em;margin-top:24px;font-size:clamp(42px,13vw,58px);line-height:.92}.hero__bottom{width:min(355px,92vw);margin-top:30px;padding-left:14px}.hero__bottom p{max-width:330px;font-size:14px;line-height:1.5}.hero .button--gold{width:min(286px,100%);min-width:0}.hero-map{opacity:.92;width:min(92vw,520px);top:500px;right:50%;transform:translate(50%)}.hero-register i:first-child,.hero-register i:nth-child(2){top:88px}.hero-register i:nth-child(3),.hero-register i:nth-child(4){bottom:16px}}@media (max-width:390px){.hero__title{font-size:clamp(39px,12.6vw,49px)}.hero-map{top:475px}}@media (prefers-reduced-motion:reduce){.hero-map__outline,.hero-map__echo,.hero-map__current,.hero-map__veins,.hero-map__spark-field circle{animation:none!important}.hero-map__runners{display:none}.hero-map__svg{transition:none}}.hero-map{z-index:0;pointer-events:auto;mix-blend-mode:normal;isolation:isolate}.hero-map:before{content:"";z-index:-1;filter:blur(14px);pointer-events:auto;background:radial-gradient(at 52% 46%,#010709d1 0%,#0107097a 42%,#0000 74%);position:absolute;inset:-10% -16%}.hero-map__svg{mix-blend-mode:screen;pointer-events:auto}.hero-map__readout{z-index:4;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;background:#02080a80;border-top:1px solid #ff5d41ad;border-right:1px solid #ffffff29;min-width:92px;padding:7px 9px 8px;position:absolute;top:12%;right:-4%}.hero-map__readout span,.hero-map__readout strong{font-family:var(--mono);text-transform:uppercase;display:block}.hero-map__readout span{color:#36d6d0b8;letter-spacing:.16em;font-size:4.8px}.hero-map__readout strong{color:#ff765d;letter-spacing:.09em;margin-top:4px;font-size:7px;font-weight:500}.hero-map__country-shadow{fill:#010608b3;stroke:#010507f5;stroke-width:3.4px;stroke-linejoin:round}.hero-map__country{transform-box:fill-box;transform-origin:50%;animation:7s ease-in-out infinite alternate countryDrift;animation-delay:calc(var(--country-index) * -.31s);transition:opacity .35s,filter .35s,transform .35s cubic-bezier(.16,1,.3,1)}.hero-map__country-halo,.hero-map__country-body,.hero-map__country-echo,.hero-map__country-current,.hero-map__distortion path{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.hero-map__country-body{fill:#050b0d6b;stroke:#ff6a4f;stroke-width:1.45px;cursor:crosshair;pointer-events:visiblePainted;transition:fill .3s,stroke .3s,stroke-width .3s,filter .3s}.hero-map__country-echo{stroke-width:.68px;opacity:.56;pointer-events:none}.hero-map__country-echo--a{stroke:#ffab79d1;stroke-dasharray:2 6 17 4 1 9;stroke-dashoffset:calc(var(--country-index) * -17);animation:12s linear infinite countryCurrent}.hero-map__country-echo--b{stroke:#ff3a2ab8;stroke-dasharray:31 13 3 21;stroke-dashoffset:calc(var(--country-index) * 23);animation:16s linear infinite countryCurrentReverse}.hero-map__country-current{stroke:#ffd0ad;stroke-width:2.7px;stroke-dasharray:5 72 2 116;stroke-dashoffset:calc(var(--country-index) * -31);filter:drop-shadow(0 0 4px #ff5d41e6);pointer-events:none;animation:6.8s linear infinite countryCurrent}.hero-map__country-veins{fill:none;stroke:#ff5c4199;stroke-width:.55px;vector-effect:non-scaling-stroke;opacity:.75;pointer-events:none}.hero-map__country-veins path{stroke-dasharray:2 5 13 4;animation:8s linear infinite countryVein;animation-delay:calc((var(--country-index) + var(--vein-index)) * -.29s)}.hero-map__country-core,.hero-map__country-runner{fill:#ff8467;filter:drop-shadow(0 0 5px #ff4d3d);pointer-events:none}.hero-map__country-core{transform-box:fill-box;transform-origin:50%;animation:2.2s ease-in-out infinite alternate countryCore;animation-delay:calc(var(--country-index) * -.17s)}.hero-map__distortion{fill:none;stroke:#ff583c38;stroke-width:.75px;stroke-dasharray:1 5 22 9;pointer-events:none;animation:23s linear infinite countryCurrentReverse}.hero-map__marker{color:#ff6048;fill:currentColor;opacity:.5;pointer-events:none;animation:2.8s ease-in-out infinite markerSignal;animation-delay:calc(var(--country-index) * -.23s);transition:opacity .25s,filter .25s}.hero-map__marker-arrow{fill:none;stroke:currentColor;stroke-width:.75px;stroke-dasharray:2 2.5;vector-effect:non-scaling-stroke}#country-arrow-head path{fill:#ff654d}.hero-map__marker circle{fill:#ffb08d;filter:drop-shadow(0 0 4px #ff4d3d)}.hero-map__marker text{fill:#ffcfb5d1;font-family:var(--mono);letter-spacing:.08em;font-size:5.8px;font-weight:600}.hero-map.has-active-country .hero-map__marker:not(.is-active){opacity:.16}.hero-map__country.is-active{z-index:3;filter:brightness(1.45)saturate(1.2);animation-play-state:paused;transform:scale(1.045)}.hero-map__country.is-active .hero-map__country-body{fill:#ff4d3d21;stroke:#ffd0b5;stroke-width:2.1px}.hero-map__country.is-active .hero-map__country-current{stroke-width:4px}.hero-map__marker.is-active{opacity:1;filter:drop-shadow(0 0 7px #ff4d3df2)}@keyframes countryDrift{0%{transform:translate(-.35px,.2px)scale(.998)}to{transform:translate(.45px,-.35px)scale(1.003)}}@keyframes countryCurrent{to{stroke-dashoffset:-1000px}}@keyframes countryCurrentReverse{to{stroke-dashoffset:1000px}}@keyframes countryVein{to{stroke-dashoffset:-160px}}@keyframes countryCore{0%{opacity:.38;transform:scale(.55)}to{opacity:1;transform:scale(1.65)}}@keyframes markerSignal{0%,to{opacity:.32}50%{opacity:.72}}@media (max-width:760px){.hero-map__readout{top:7%;right:3%}.hero-map__marker text{font-size:5.2px}.hero-map:before{inset:-5% -9%}}@media (max-width:390px){.hero-map__marker text{display:none}.hero-map__readout{right:7%}}@media (prefers-reduced-motion:reduce){.hero-map__country,.hero-map__country-echo,.hero-map__country-current,.hero-map__country-veins path,.hero-map__country-core,.hero-map__distortion,.hero-map__marker{animation:none!important}.hero-map__country-runner{display:none}}.hero-map__country-halo{stroke:#ff4d372b;stroke-width:4px;filter:none}.hero-map__country-body{fill:#040a0c3d;stroke:#ff654dc7;stroke-width:1.05px}.hero-map__country-echo{opacity:.25;animation:none}.hero-map__country-echo--a{stroke-dasharray:2 8 22 12}.hero-map__country-echo--b,.hero-map__country-current,.hero-map__country-core,.hero-map__country-runner,.hero-map__distortion{display:none}.hero-map__country-veins{stroke:#ff684d4f;stroke-width:.48px;opacity:.58}.hero-map__country-veins path{stroke-dasharray:none;animation:none}.hero-map__marker{opacity:.38;animation:none}.hero-map__marker-arrow{stroke-width:.62px;stroke-dasharray:2 4}.hero-map__marker circle{r:1.65px;filter:none}.hero-map__lightning{fill:none;stroke:#ffd5bd;stroke-width:1.45px;stroke-linecap:square;stroke-linejoin:bevel;filter:drop-shadow(0 0 4px #ff4d2df2);pointer-events:none}.hero-map__lightning path{opacity:0;stroke-dasharray:100;stroke-dashoffset:100px;animation:7.2s step-end infinite atlasLightning}.hero-map__lightning path:nth-child(2){animation-duration:8.6s;animation-delay:-5.1s}.hero-map__lightning path:nth-child(3){animation-duration:6.7s;animation-delay:-2.8s}.hero-map__lightning path:nth-child(4){animation-duration:10.2s;animation-delay:-7.4s}@keyframes atlasLightning{0%,76%,to{opacity:0;stroke-dashoffset:100px}77%{opacity:.95;stroke-dashoffset:0}79%{opacity:.15;stroke-dashoffset:0}81%{opacity:1;stroke-dashoffset:0}84%{opacity:0;stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.hero-map__lightning path{opacity:.42;stroke-dashoffset:0;animation:none}}.hero-map{width:min(44vw,720px);top:6.5%;right:clamp(12px,2vw,42px)}.hero-map__country-echo--a{stroke-dasharray:19 4 3 9;transform:translate(-.65px,.45px)}.hero-map__country-echo--b{opacity:.13;stroke-dasharray:8 7 26 5;display:inline;transform:translate(.7px,-.5px)}.hero-map__country-veins{--ray-pull-x:0px;--ray-pull-y:0px;--ray-opacity:.34;opacity:var(--ray-opacity);transform:translate(var(--ray-pull-x), var(--ray-pull-y));transform-box:fill-box;transform-origin:50%;transition:transform .18s cubic-bezier(.2,.8,.2,1),opacity .2s}.hero-map__country-veins .hero-map__ray-glow{fill:none;stroke:#ff48303d;stroke-width:3.2px;stroke-linecap:round;filter:blur(1.2px)}.hero-map__country-veins .hero-map__ray-core{fill:none;stroke:#ff976ee6;stroke-width:.72px;stroke-linecap:round;filter:drop-shadow(0 0 2px #ff4d34d1)}.hero-map__country.is-active .hero-map__country-veins{opacity:1;filter:brightness(1.3)}.hero-map__lightning{display:none}@media (max-width:1000px){.hero-map{width:min(58vw,670px);right:-4vw}}@media (max-width:760px){.hero-map{width:min(116vw,660px);top:485px;right:50%}}.hero-map{opacity:.88;mix-blend-mode:normal;transform-origin:50%;filter:drop-shadow(0 0 18px #2851ed57);width:min(39vw,500px);height:auto;top:118px;right:clamp(12px,1.5vw,26px);transform:rotate(1.5deg)}.hero-map__country-echo--a{stroke:#6885ff!important;animation-duration:18s!important}.hero-map__country-echo--b{stroke:#1d3fbef0!important;animation-duration:24s!important}.hero-map__country-current{stroke:#9bafff!important;filter:drop-shadow(0 0 3px #2851ede6)!important;animation-duration:14s!important}@media (max-width:1000px){.hero-map{width:min(57vw,520px);top:330px;right:-1vw;transform:rotate(1.5deg)}}@media (max-width:760px){.hero-art img{object-position:58% top}.hero-map{opacity:.76;transform-origin:50%;width:min(98vw,455px);top:520px;right:50%;transform:translate(50%)rotate(1deg)}.contact-form .button--dark{border-radius:0;min-height:61px;font-size:12px}}.hero-map{z-index:1;aspect-ratio:auto;opacity:1;mix-blend-mode:normal;transform-origin:50%;filter:none;will-change:auto;bottom:auto;transform:none;animation:none!important}.hero-map__svg{mix-blend-mode:normal;will-change:auto;shape-rendering:geometricprecision;transition:none;display:block;overflow:visible;transform:none!important}.hero-map__country-halo,.hero-map__country--featured .hero-map__country-halo{stroke-width:5.5px;display:inline;opacity:.38!important;stroke:#ff4124c7!important;filter:blur(1.15px)drop-shadow(0 0 2px #ff4826b8)!important}.hero-map__country-echo--a{stroke:#ffc08a!important;opacity:.66!important;filter:none!important}.hero-map__country-echo--b{stroke:#ff4f32!important;opacity:.46!important;filter:none!important}.hero-map__country-current{stroke:#fff0dd!important;opacity:.76!important;filter:drop-shadow(0 0 1.2px #ff5a3cd1)!important}@media (max-width:760px){.hero-map{opacity:1;filter:none;transform:none}.hero-map__country-halo,.hero-map__country--featured .hero-map__country-halo{opacity:.34!important;filter:blur(.9px)drop-shadow(0 0 1.5px #ff4826a8)!important}.hero-map__country-body{stroke:#ff7653!important;filter:drop-shadow(0 0 .8px #ff5a3ce0)!important}.hero-map__country-echo--a{opacity:.58!important}.hero-map__country-echo--b{opacity:.4!important}.hero-map__country-current{opacity:.7!important;filter:drop-shadow(0 0 1px #ff5a3cbd)!important}.hero-map__beacon{opacity:.76!important;filter:drop-shadow(0 0 1px #ff5a3cad)!important}}@media (max-width:760px){.hero-map__svg{--map-static-transform:scaleX(.82);transform-origin:100%;transform:scaleX(.82)!important}}.hero-map,.hero-map__svg,.hero-map__country{pointer-events:auto}.hero-map__cursor{display:none}.hero-map__country,.hero-map__country-halo,.hero-map__country-body,.hero-map__country-echo,.hero-map__country-current,.hero-map__beacon,.hero-map__beacon-glow,.hero-map__beacon-axis,.hero-map__beacon-ray,.hero-map__beacon-core{animation:none!important}body.is-loading{overflow:hidden}.site-loader{z-index:2000;opacity:1;visibility:visible;background:radial-gradient(circle at 50% 48%,#ff5a3c1c,#0000 24%),linear-gradient(145deg,#050506,#0a0707 54%,#050506);place-items:center;transition:opacity .65s cubic-bezier(.22,.8,.25,1),visibility 0s linear .65s;display:grid;position:fixed;inset:0;overflow:hidden}.site-loader:before,.site-loader:after{content:"";pointer-events:none;position:absolute}.site-loader:before{opacity:.22;background-color:#0000;background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:64px 64px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.site-loader:after{background:linear-gradient(90deg,#0000,#ff5a3c1f,#ff9f437a,#ff5a3c1f,#0000);height:1px;animation:1.8s ease-in-out infinite loaderScan;top:50%;left:0;right:0;box-shadow:0 0 22px #ff5a3c47}.site-loader.is-leaving{opacity:0;visibility:hidden;pointer-events:none}.site-loader__core{justify-items:center;width:min(320px,76vw);display:grid;position:relative}.site-loader__core>img{z-index:2;filter:drop-shadow(0 0 22px #ffffff14);width:min(178px,46vw);height:auto;animation:1.8s ease-in-out infinite alternate loaderLogo;position:relative}.site-loader__orbit{border:1px solid #ff5a3c33;border-radius:50%;width:250px;height:250px;animation:8s linear infinite loaderOrbit;position:absolute;top:50%;left:50%;transform:translate(-50%,-57%);box-shadow:0 0 70px #ff5a3c0d,inset 0 0 70px #ff5a3c0a}.site-loader__orbit:before,.site-loader__orbit:after,.site-loader__orbit i{content:"";border-radius:50%;position:absolute}.site-loader__orbit:before{border:1px dashed #ff9f4329;inset:18px}.site-loader__orbit:after{border:1px solid #ffffff14;inset:50px}.site-loader__orbit i:first-child{background:#ff7653;width:7px;height:7px;top:-4px;left:50%;box-shadow:0 0 18px #ff5a3c}.site-loader__orbit i:last-child{background:#ffc08a;width:4px;height:4px;bottom:28px;right:21px;box-shadow:0 0 12px #ff9f43}.site-loader__progress{z-index:2;background:#ffffff1f;width:100%;height:1px;margin-top:56px;position:relative;overflow:hidden}.site-loader__progress i{transform-origin:0;background:linear-gradient(90deg,#ff4f32,#ffc08a);width:100%;height:100%;animation:1.25s cubic-bezier(.22,.8,.25,1) both loaderProgress;display:block;box-shadow:0 0 14px #ff5a3cb3}.site-loader__meta{color:#ffffff6b;width:100%;font:7px var(--mono);letter-spacing:.15em;justify-content:space-between;margin-top:13px;display:flex}.site-loader__meta strong{color:#ffc08acc;font-weight:500}.site-loader__corner{border-color:#ffffff6b;width:34px;height:34px;position:absolute}.site-loader__corner--tl{border-top:1px solid;border-left:1px solid;top:24px;left:24px}.site-loader__corner--tr{border-top:1px solid;border-right:1px solid;top:24px;right:24px}.site-loader__corner--bl{border-bottom:1px solid;border-left:1px solid;bottom:24px;left:24px}.site-loader__corner--br{border-bottom:1px solid;border-right:1px solid;bottom:24px;right:24px}@keyframes loaderProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes loaderLogo{0%{opacity:.72;transform:scale(.985)}to{opacity:1;transform:scale(1.015)}}@keyframes loaderOrbit{to{transform:translate(-50%,-57%)rotate(360deg)}}@keyframes loaderScan{0%,to{opacity:0;transform:translateY(-130px)}50%{opacity:1;transform:translateY(130px)}}@media (max-width:760px){.site-loader__orbit{width:210px;height:210px}.site-loader__progress{margin-top:48px}.site-loader__corner{width:24px;height:24px}.site-loader__corner--tl{top:18px;left:18px}.site-loader__corner--tr{top:18px;right:18px}.site-loader__corner--bl{bottom:18px;left:18px}.site-loader__corner--br{bottom:18px;right:18px}}@media (prefers-reduced-motion:reduce){.site-loader:after,.site-loader__core>img,.site-loader__orbit{animation:none}}@media (max-width:390px){.hero-map{width:118vw;top:465px}}.hero-map{z-index:1;will-change:clip-path, opacity;animation:1.65s cubic-bezier(.16,1,.3,1) both mapIgnition;top:3%}.hero-map__readout,.hero-map__marker,.hero-map__country-veins{display:none!important}.hero-map__country{animation:none}.hero-map__country-halo{opacity:.68;stroke:#ff371b8c;stroke-width:8.5px;filter:blur(3.6px);animation:2.8s ease-in-out infinite alternate borderAura;animation-delay:calc(var(--country-index) * -.19s);display:inline}.hero-map__country-body{fill:#03090b33;stroke:#ff7044f5;stroke-width:1.28px;stroke-dasharray:1000;stroke-dashoffset:1000px;filter:drop-shadow(0 0 1.8px #ff4224db);animation:1.75s cubic-bezier(.22,.8,.25,1) forwards borderIgnition;animation-delay:calc(.12s + var(--country-index) * 24ms)}.hero-map__country-echo{fill:none;pointer-events:none;display:inline}.hero-map__country-echo--a{opacity:.82;stroke:#ffc78fe0;stroke-width:1.05px;stroke-dasharray:2 13 31 8 4 24;animation:7.6s linear infinite borderFireForward;animation-delay:calc(var(--country-index) * -.27s)}.hero-map__country-echo--b{opacity:.54;stroke:#ff4222eb;stroke-width:2.2px;stroke-dasharray:1 28 8 46 3 18;filter:blur(.65px);animation:10.4s linear infinite borderFireReverse;animation-delay:calc(var(--country-index) * -.31s)}.hero-map__country-current{opacity:.95;stroke:#ffe0c2;stroke-width:1.85px;stroke-dasharray:1 41 5 86 2 57;filter:drop-shadow(0 0 3.4px #ff542dfa);animation:5.2s linear infinite borderFireForward;animation-delay:calc(var(--country-index) * -.22s);display:inline}.hero-map__country--featured .hero-map__country-halo{opacity:.94;stroke-width:11px;stroke:#ff411db8}.hero-map__country--featured .hero-map__country-body{stroke:#ffb17f;stroke-width:1.72px;fill:#ff49250b}.hero-map__beacon{pointer-events:none}.hero-map__beacon circle{transform-box:fill-box;transform-origin:50%}.hero-map__beacon-aura{fill:#ff401d14;stroke:#ff452347;stroke-width:1px;filter:blur(2.2px);animation:2.6s ease-out infinite beaconAura;animation-delay:calc(var(--country-index) * -.23s)}.hero-map__beacon-ring{fill:#03080ac2;stroke:#ff9e66eb;stroke-width:.8px;stroke-dasharray:2 2.5;animation:3.8s linear infinite beaconRing}.hero-map.has-active-country .hero-map__country:not(.is-active){opacity:.42}.hero-map__country.is-active{filter:brightness(1.42)saturate(1.22);transform:scale(1.025)}.hero-map__country.is-active .hero-map__country-halo{opacity:1;stroke-width:13px}@keyframes mapIgnition{0%{opacity:0;clip-path:inset(0 0 100%)}35%{opacity:.42}to{opacity:1;clip-path:inset(-12% -18%)}}@keyframes borderIgnition{0%{opacity:.08;stroke-dashoffset:1000px}62%{opacity:1}to{opacity:1;stroke-dashoffset:0}}@keyframes borderAura{0%{opacity:.35;stroke-width:6.5px}45%{opacity:.82;stroke-width:10px}72%{opacity:.5;stroke-width:7.4px}to{opacity:.92;stroke-width:9.2px}}@keyframes borderFireForward{to{stroke-dashoffset:-1000px}}@keyframes borderFireReverse{to{stroke-dashoffset:1000px}}@keyframes beaconAura{0%{opacity:.62;transform:scale(.52)}70%,to{opacity:0;transform:scale(1.7)}}@keyframes beaconRing{to{stroke-dashoffset:-18px}}@keyframes beaconCore{0%{opacity:.58;transform:scale(.78)}to{opacity:1;transform:scale(1.22)}}@media (max-width:1000px){.hero-map{top:2.5%}}@media (max-width:760px){.hero-map{top:455px}.hero-map__country-halo{stroke-width:7px;filter:blur(2.8px)}}@media (max-width:390px){.hero-map{top:440px}}@media (prefers-reduced-motion:reduce){.hero-map,.hero-map__country-halo,.hero-map__country-body,.hero-map__country-echo,.hero-map__country-current,.hero-map__beacon circle{animation:none!important}.hero-map__country-body{stroke-dashoffset:0}}.hero{z-index:3;overflow:visible}.marquee{z-index:1;position:relative}.hero-map{width:auto;height:min(118%,940px);top:-4.5%;right:clamp(-10px,1.25vw,24px)}.hero-map__beacon path{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.hero-map__beacon-glow{stroke:#ff752480;stroke-width:3.2px;filter:blur(1.4px);animation:1.9s ease-in-out infinite alternate signalCrossGlow}.hero-map__beacon-axis{stroke:#ffad43;stroke-width:1px;filter:drop-shadow(0 0 2.5px #ff7c21fa);animation:2.35s step-end infinite signalCrossFlicker}.hero-map__beacon-ray{stroke:#2d56ffe0;stroke-width:.9px;filter:drop-shadow(0 0 2px #224dffcc);animation:2.8s ease-in-out infinite alternate signalCrossRay}.hero-map__beacon-core{fill:#ffe3b0;filter:drop-shadow(0 0 4px #ff6b28);animation:1.3s ease-in-out infinite alternate beaconCore}@keyframes signalCrossGlow{0%{opacity:.3;stroke-width:2.4px}to{opacity:.82;stroke-width:3.7px}}@keyframes signalCrossFlicker{0%,42%,47%,to{opacity:.96}44%{opacity:.46}46%{opacity:1}}@keyframes signalCrossRay{0%{opacity:.35}to{opacity:.92}}@media (max-width:1000px){.hero-map{width:min(58vw,670px);height:auto;top:-2.5%;right:-4vw}}@media (max-width:760px){.hero{min-height:max(100svh,1200px)}.hero-map{width:min(116vw,520px);height:auto;top:420px;right:50%}}@media (max-width:390px){.hero-map{width:min(118vw,500px);top:405px}}@media (prefers-reduced-motion:reduce){.hero-map__beacon path{animation:none!important}}:root{--form-accent:#2f7bff}body{--sans:var(--font-archivo), Arial, sans-serif;--display:var(--font-archivo-black), "Arial Black", sans-serif;--mono:var(--font-archivo), Arial, sans-serif;font-family:var(--sans)}.hero__title,.display-title,.hero-style-heading,.impact__title{font-family:var(--display);font-weight:400}.button,.header-cta{min-height:58px;font-family:var(--sans);letter-spacing:.045em;padding-inline:24px;font-size:13px;font-weight:800}.hero-art img{object-position:center;opacity:.96}.hero-art__veil{background:linear-gradient(90deg,#050507f5 0%,#050507b8 37%,#05050729 67%,#05050738),linear-gradient(#050507 0%,#05050714 28%,#0000 72%,#050507 100%)}.hero-map{opacity:.52;mix-blend-mode:screen}.partners--hero{z-index:4;background:#090b0e;border-block:1px solid #ffffff1c;padding:26px 0 30px;position:relative;box-shadow:0 -20px 70px #00000047}.partners--hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#36d6d00d,#0000 32% 68%,#ff4d3d0f);position:absolute;inset:0}.partners--hero .partners__head{color:#ffffff7a;letter-spacing:.14em;padding-top:0;font-size:9px;font-weight:700;position:relative}.partners--hero .partners__head span:first-child{color:#fff}.partners--hero .partners__marquee{margin-top:24px}.partners--hero .partners__marquee>div{gap:46px;animation-duration:34s}.partners--hero .partners__marquee img{object-fit:contain;filter:grayscale()brightness(0)invert();opacity:.72;width:auto;max-width:150px;height:34px;transition:opacity .25s,transform .25s,filter .25s}.partners--hero .partners__marquee img:hover{opacity:1;filter:none;transform:translateY(-2px)}.partners--hero .partners__marquee i{background:var(--beam);width:3px;height:3px;box-shadow:0 0 12px var(--beam);border-radius:50%;flex:0 0 3px}.film-room{background:#07090c;padding:clamp(100px,10vw,160px) 0 clamp(110px,11vw,180px);position:relative;overflow:hidden}.film-room:before{content:"";pointer-events:none;background:radial-gradient(circle at 78% 16%,#36d6d021,#0000 28%),linear-gradient(90deg,#0000 49.9%,#ffffff0b 50%,#0000 50.1%);position:absolute;inset:0}.film-room__head{grid-template-columns:minmax(150px,.5fr) 2fr;align-items:start;display:grid;position:relative}.film-room .display-title{max-width:980px;font-size:clamp(58px,7.6vw,116px)}.film-grid{grid-template-rows:320px 260px;grid-template-columns:1.4fr .6fr .75fr;gap:12px;margin-top:78px;display:grid;position:relative}.film-card{background:#10131a;border:1px solid #ffffff21;min-height:0;position:relative;overflow:hidden}.film-card--feature{grid-row:1/3}.film-card--wide{grid-column:2/4}.film-card video{object-fit:cover;filter:saturate(.75)contrast(1.12)brightness(.74);width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1),filter .5s}.film-card:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#050507cc);position:absolute;inset:0}.film-card>span{z-index:2;color:#fff;letter-spacing:.12em;font-size:9px;font-weight:700;position:absolute;bottom:15px;left:18px}.film-card:hover video{filter:saturate()contrast(1.08)brightness(.92);transform:scale(1.035)}.manifesto{isolation:isolate;color:#fff;place-items:center;min-height:940px;padding:0;display:grid;position:relative;overflow:hidden;background:#050507!important}.manifesto:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#07090c 0%,#07090c29 27%,#07090c38 72%,#050507 100%),linear-gradient(90deg,#050507bf,#0000 30% 70%,#050507bf);position:absolute;inset:0}.manifesto__installation{z-index:-1;width:100%;height:100%;margin:0;position:absolute;inset:0;overflow:hidden;transform:none}.manifesto__installation img{object-fit:cover;filter:saturate(.9)contrast(1.1)brightness(.55);width:100%;height:100%}.manifesto__content{z-index:3;text-align:center;position:relative}.manifesto__content .section-label{color:#ffffff9e;position:absolute;top:-90px;left:0}.manifesto__lead{color:#fff;letter-spacing:-.065em;text-transform:uppercase;text-shadow:0 18px 70px #0000008c;max-width:1180px;margin:0 auto;font-size:clamp(64px,8.1vw,128px);line-height:.8}.manifesto__lead .title-line--outline,.manifesto__lead .title-line--signal{padding-left:0}.manifesto__lead .title-line--outline{-webkit-text-stroke:1.5px #fffc}.ecosystem-rail{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#05050775;border-block:1px solid #ffffff38;width:min(930px,86vw);margin:65px auto 0;padding:13px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.ecosystem-rail__track{width:max-content;animation:28s linear infinite ecosystemLogos;display:flex}.ecosystem-rail__set{flex:none;justify-content:space-around;align-items:center;width:min(930px,86vw);padding-inline:34px;display:flex}.ecosystem-rail a{place-items:center;width:132px;height:64px;padding:9px 12px;display:grid}.ecosystem-rail img{object-fit:contain;filter:brightness(0)invert();opacity:.88;width:100%;height:100%;transition:opacity .25s,transform .25s}.ecosystem-rail a[href*=colombia] img{filter:none}.ecosystem-rail a:hover img{opacity:1;transform:scale(1.05)}.manifesto__caption{color:#ffffff8c;letter-spacing:.1em;text-transform:uppercase;margin:18px 0 0;font-size:11px;font-weight:700}@keyframes ecosystemLogos{to{transform:translate(-50%)}}.circuit{background:#050507;padding:clamp(110px,11vw,170px) 0;position:relative;overflow:hidden}.circuit:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 20%,#ff4d3d1f,#0000 30%),radial-gradient(circle at 90% 64%,#36d6d01a,#0000 28%);position:absolute;inset:0}.circuit .section-intro{grid-template-columns:minmax(150px,.5fr) 2fr;display:grid;position:relative}.circuit .display-title{font-size:clamp(58px,7.4vw,112px)}.circuit .section-intro__body{color:#ffffff94;max-width:570px;margin:30px 0 0;font-size:16px;line-height:1.65}.event-grid{grid-template-columns:repeat(12,1fr);gap:14px;margin-top:85px;display:grid;position:relative}.event-card{isolation:isolate;background:#101319;border:1px solid #ffffff2b;grid-column:span 4;min-height:390px;position:relative;overflow:hidden}.event-card--peru{grid-column:span 7;min-height:520px}.event-card--bolivia{grid-column:span 5;min-height:520px}.event-card:before{content:"";z-index:-1;background:linear-gradient(#0505077a,#0000 42%,#050507f0);position:absolute;inset:0}.event-card:after{content:"";z-index:2;pointer-events:none;border:1px solid #ffffff21;position:absolute;inset:10px}.event-card__photo{z-index:-2;object-fit:cover;filter:saturate()contrast(1.05)brightness(.76);width:100%;height:100%;transition:transform .9s cubic-bezier(.16,1,.3,1),filter .45s;position:absolute;inset:0}.event-card:hover .event-card__photo{filter:saturate(1.08)contrast(1.04)brightness(.88);transform:scale(1.045)}.event-card__logo{z-index:3;align-items:flex-start;width:min(230px,48%);height:90px;display:flex;position:absolute;top:28px;left:28px}.event-card__logo img{object-fit:contain;object-position:left top;filter:brightness(0)invert();max-width:100%;max-height:100%}.event-card--colombia .event-card__logo img{filter:none}.event-card__index{z-index:3;color:#ffffffa8;letter-spacing:.14em;font-size:9px;font-weight:700;position:absolute;top:30px;right:28px}.event-card__footer{z-index:3;justify-content:space-between;align-items:flex-end;gap:18px;display:flex;position:absolute;bottom:26px;left:28px;right:28px}.event-card__footer div{flex-direction:column;gap:7px;display:flex}.event-card__footer small{color:var(--beam);letter-spacing:.12em;font-size:9px;font-weight:700}.event-card__footer strong{font-family:var(--display);text-transform:uppercase;font-size:clamp(24px,2.1vw,34px);font-weight:400;line-height:.95}.event-card__footer>span{letter-spacing:.1em;border:1px solid #ffffff52;flex:none;padding:12px 14px;font-size:9px;font-weight:800;transition:background .25s,color .25s,border-color .25s}.event-card:hover .event-card__footer>span{border-color:var(--signal);background:var(--signal);color:#fff}.team{background:#07090c;padding:clamp(110px,11vw,170px) 0;position:relative;overflow:hidden}.team:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 49.95%,#ffffff0e 50%,#0000 50.05%),radial-gradient(circle at 12% 88%,#ff4d3d1f,#0000 26%);position:absolute;inset:0}.team__intro{grid-template-columns:minmax(150px,.5fr) 2fr;display:grid;position:relative}.team .display-title{font-size:clamp(56px,7.2vw,110px)}.team__statement{color:#ffffff94;width:min(570px,70%);margin:34px 0 0 auto;font-size:16px;line-height:1.65}.team__people{grid-template-columns:1fr 1fr;align-items:stretch;gap:18px;margin-top:90px;display:grid;position:relative}.person__portrait,.person--lucero .person__portrait{background:#10131a;border:1px solid #ffffff24;height:650px;position:relative}.person__portrait:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 52%,#050507bf);position:absolute;inset:0}.person__portrait img{filter:grayscale(.65)contrast(1.02);height:96%}.person__number{color:var(--beam);letter-spacing:.12em;font-size:9px;font-weight:700;top:20px;left:22px}.person__signal{z-index:3;color:#ffffffb3;letter-spacing:.12em;border:1px solid #fff3;padding:8px 10px;font-size:8px;font-weight:700;position:absolute;top:18px;right:20px}.person__info{padding:22px 2px 0}.person__info h3{font-family:var(--display);text-transform:uppercase;font-size:clamp(27px,2.3vw,38px);font-weight:400}.person__info p{color:#ffffff85;letter-spacing:.03em;font-size:12px}.person__info a{border-color:#ffffff3d;border-radius:0;font-size:12px;font-weight:800}.contact{color:#fff;border-top:1px solid #ffffff1f;padding:clamp(110px,11vw,170px) 0;position:relative;background:#090b0f!important}.contact:before{content:"";pointer-events:none;background:radial-gradient(circle at 4% 45%,#ff4d3d30,#0000 25%),radial-gradient(circle at 92% 8%,#36d6d01a,#0000 23%);position:absolute;inset:0}.contact__orb{border-color:#36d6d033;width:720px;height:720px;top:240px;left:-420px}.contact .section-label{color:#fff9}.contact .section-label span{border-color:var(--signal);color:var(--signal);background:0 0}.contact__layout{grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(55px,7vw,110px);margin-top:72px;display:grid}.contact__headline{margin:0;position:sticky;top:110px}.contact .display-title--dark{color:#fff;font-size:clamp(54px,6.5vw,98px)}.contact .display-title--dark em{color:var(--signal)}.contact__headline p{color:#ffffffa3;width:min(560px,95%);margin:34px 0 0;font-size:17px;line-height:1.7}.contact__proof{border-top:1px solid #ffffff29;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;padding-top:25px;display:grid}.contact__proof div{flex-direction:column;gap:4px;display:flex}.contact__proof strong{color:#fff;font-family:var(--display);font-size:30px;font-weight:400}.contact__proof span{color:#ffffff70;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:700}.contact-form{background:#15181e;border:1px solid #ffffff29;border-radius:28px;width:100%;margin:0;padding:34px;box-shadow:0 34px 100px #00000061}.contact-form .form-row{gap:24px}.contact-form label{margin-bottom:26px}.contact-form label>span{color:#9ba1af;letter-spacing:0;text-transform:none;margin-bottom:10px;font-size:14px;font-weight:500}.contact-form input,.contact-form textarea,.contact-form select{color:#fff;background:#23262d;border:1px solid #ffffff0f;border-radius:22px;min-height:74px;padding:0 20px;font-size:16px}.contact-form textarea{resize:vertical;min-height:180px;padding-block:18px}.contact-form select{appearance:auto}.contact-form .button--dark{background:var(--form-accent);color:#08090b;text-transform:none;letter-spacing:0;border-radius:22px;justify-content:center;gap:16px;width:100%;min-height:76px;margin-top:2px;font-size:18px;box-shadow:0 18px 50px #f2ba402e}.form-privacy{text-align:center;color:#ffffff61;margin:16px 0 0;font-size:10px}.form-status{color:var(--beam);text-align:center}.verified{background:#07090c;border-top:1px solid #ffffff1f;padding:80px 0 92px}.verified__inner{background:linear-gradient(135deg,#ffffff09,#ffffff03);border:1px solid #ffffff24;border-radius:26px;padding:42px}.verified__title{align-items:center;gap:18px;display:flex}.verified__title>span{width:50px;height:50px;color:var(--form-accent);background:#f2ba401f;border-radius:50%;place-items:center;font-size:24px;display:grid}.verified__title h2{font-family:var(--display);text-transform:uppercase;margin:0;font-size:clamp(24px,2.7vw,40px);font-weight:400}.verified__inner>p{color:#989eaa;max-width:1180px;margin:34px 0 0;font-size:16px;line-height:1.65}.verified__inner b{color:#fff}.verified__contact{margin-top:38px}.verified__contact>span{color:#fff;font-size:15px;font-weight:700}.verified__contact>div{flex-wrap:wrap;gap:12px;margin-top:17px;display:flex}.verified__contact a{color:#d4d7dd;background:#23262d;border-radius:999px;padding:12px 16px;font-size:13px;transition:background .25s,color .25s}.whatsapp-float{z-index:85;color:#07130a;letter-spacing:.03em;background:#25d366;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-width:58px;height:58px;padding:0 18px;font-size:12px;font-weight:800;transition:transform .25s,box-shadow .25s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 16px 45px #00000061}.whatsapp-float svg{fill:currentColor;width:25px;height:25px}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 20px 55px #25d36647}@media (max-width:1000px){.film-room__head,.circuit .section-intro,.team__intro{grid-template-columns:1fr;gap:38px}.film-grid{grid-template-rows:420px 250px 250px;grid-template-columns:1fr 1fr}.film-card--feature{grid-area:auto/1/auto/3}.film-card--wide{grid-column:1/3}.event-card,.event-card--peru,.event-card--bolivia{grid-column:span 6;min-height:430px}.event-card--venezuela{grid-column:4/10}.contact__layout{grid-template-columns:1fr}.contact__headline{position:relative;top:auto}.contact__headline p{width:min(650px,90%)}}@media (max-width:760px){:root{--shell:min(100% - 32px,1380px)}.button,.header-cta{font-size:12px}.hero{min-height:max(100svh,920px);overflow:hidden}.hero-art img{object-position:center top}.hero-map{opacity:.3}.partners--hero{padding:22px 0}.partners--hero .partners__head{gap:20px;font-size:7px;display:flex}.partners--hero .partners__head span:last-child{display:none}.partners--hero .partners__marquee img{max-width:120px;height:27px}.film-room{padding-block:90px 110px}.film-room .display-title,.circuit .display-title,.team .display-title,.contact .display-title--dark{font-size:clamp(46px,14.5vw,72px)}.film-grid{grid-template-rows:none;grid-template-columns:1fr;margin-top:52px;display:grid}.film-card,.film-card--feature,.film-card--wide{grid-area:auto;height:310px}.film-card--feature{height:480px}.manifesto{min-height:820px}.manifesto__content .section-label{justify-content:center;margin-bottom:48px;position:relative;top:auto}.manifesto__lead{font-size:clamp(46px,14vw,72px);line-height:.85}.ecosystem-rail{width:calc(100vw - 32px);margin-top:48px}.ecosystem-rail__set{width:760px;padding-inline:20px}.ecosystem-rail a{width:132px;height:58px}.manifesto__caption{font-size:8px}.circuit,.team,.contact{padding-block:100px}.circuit .section-intro__body{display:block}.event-grid{grid-template-columns:1fr;gap:12px;margin-top:55px;display:grid}.event-card,.event-card--peru,.event-card--bolivia,.event-card--venezuela{grid-column:auto;min-height:430px}.event-card__logo{width:52%;height:80px;top:22px;left:22px}.event-card__index{top:25px;right:22px}.event-card__footer{bottom:22px;left:22px;right:22px}.event-card__footer strong{font-size:25px}.team__statement{width:100%;margin-left:0}.team__people{grid-template-columns:1fr;margin-top:58px}.person--lucero{margin-top:20px}.person__portrait,.person--lucero .person__portrait{height:520px}.contact__layout{gap:55px;margin-top:52px}.contact__proof{gap:10px}.contact-form{border-radius:22px;padding:20px}.contact-form .form-row{grid-template-columns:1fr;gap:0}.contact-form input,.contact-form textarea,.contact-form select{border-radius:17px;min-height:66px}.contact-form textarea{min-height:150px}.contact-form .button--dark{border-radius:17px;min-height:68px;font-size:17px}.verified{padding-block:55px}.verified__inner{border-radius:20px;padding:26px 20px}.verified__title{align-items:flex-start}.verified__title>span{flex:0 0 42px;width:42px;height:42px}.verified__contact a{overflow-wrap:anywhere;width:100%;font-size:11px}.whatsapp-float{width:54px;min-width:54px;height:54px;padding:0;bottom:16px;right:16px}.whatsapp-float span{display:none}}@media (max-width:390px){.event-card__footer{flex-direction:column;align-items:flex-start}.event-card__footer>span{align-self:flex-start}.contact__proof{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.ecosystem-rail__track,.partners--hero .partners__marquee>div{animation:none}}.hero{overflow:hidden}.hero:before{background:linear-gradient(90deg,#050507fa 0%,#050507e0 34%,#05050733 64%,#05050714 100%)}.hero-map{opacity:.72;transform-origin:76% 44%;filter:drop-shadow(0 0 24px #2f7bff24);width:auto;height:min(124%,1020px);top:92px;right:-7vw;transform:rotate(6deg)scale(1.08)}.hero-map__country-halo{stroke:#1c6bffad!important;filter:blur(3.8px)drop-shadow(0 0 9px #37aaffc7)!important}.hero-map__country-echo--a{stroke:#97f0fff2!important}.hero-map__country-echo--b{stroke:#2065fff0!important}.hero-map__country-current{stroke:#d8fbff!important;filter:drop-shadow(0 0 4px #42d2fffa)!important}.hero-map__beacon{filter:drop-shadow(0 0 5px #2d85ffe6)!important}.hero-map__beacon-glow{stroke:#3381ffad!important}.hero-map__beacon-axis{stroke:#65eaff!important;filter:drop-shadow(0 0 3px #3ab7ff)!important}.hero-map__beacon-ray{stroke:#46deffeb!important}.hero-map__beacon-core{fill:#d9fbff!important;filter:drop-shadow(0 0 5px #2f7bff)!important}.hero__title,.film-room .display-title,.manifesto__lead,.circuit .display-title,.experiences .display-title,.impact__title,.press .display-title,.team .display-title,.contact .display-title,.verified__title h2{font-style:normal;font-family:var(--display)!important;font-weight:400!important}.display-title em,.team .display-title em,.contact .display-title em{font-family:var(--display)!important;color:var(--signal)!important}.manifesto__installation:after{display:none}.manifesto__installation img{filter:saturate()contrast(1.08)brightness(.72)}.ecosystem-rail{background:#030914ad;border-color:#55eaff47;width:min(1080px,90vw);min-height:126px;margin-top:58px;padding:16px 0;box-shadow:inset 0 0 40px #2f7bff0f,0 18px 60px #00000047}.ecosystem-rail__set{gap:24px;width:min(1080px,90vw);min-height:92px;padding-inline:48px}.ecosystem-rail a{flex:0 0 158px;justify-content:center;align-items:center;width:158px;height:88px;padding:5px 8px;display:flex}.ecosystem-rail img{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:78px;display:block}.team{padding:clamp(105px,9vw,145px) 0 clamp(110px,10vw,155px)}.team__intro{align-items:start;display:block}.team__intro .section-label{margin-bottom:48px}.team .display-title{letter-spacing:-.06em;max-width:1160px;font-size:clamp(58px,6.25vw,96px);line-height:.84}.team .display-title>span,.team .display-title>em{white-space:nowrap}.team__statement{display:none!important}.team__people{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;margin-top:72px}.person--lucero{margin:0}.person__portrait,.person--lucero .person__portrait{background:#0b0e13;border-color:#55eaff2e;height:620px;box-shadow:inset 0 0 80px #2f7bff0f}.person--bryan .person__portrait{background:#0b0e13 url(/assets/team-bryan.webp) 50% 30%/cover no-repeat}.person--lucero .person__portrait{background:#0b0e13 url(/assets/team-lucero.webp) 50% 30%/cover no-repeat}.person__portrait:before{z-index:0;background:radial-gradient(circle at 50% 40%,#ffffff0b,#0000 42%)}.person__portrait:after{z-index:4;background:linear-gradient(#0000 68%,#03081075)}.person__portrait img,.person:hover .person__portrait img{object-fit:cover;object-position:center 30%;z-index:3!important;opacity:1!important;visibility:visible!important;filter:none!important;mix-blend-mode:normal!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.person:hover .person__portrait img{transform:scale(1.018)!important}.portrait-lines{z-index:5;opacity:.22}.person__number{display:none}.person__signal{z-index:6;color:#a9f4ff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#030a1694;border-color:#55eaff61;left:20px;right:auto}.person__info a:hover{background:var(--signal);border-color:var(--signal);color:#fff}.contact-form{background:linear-gradient(145deg,#0d1b30f7,#070d19fa);border:1px solid #55eaff3d;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 34px 110px #00000070,inset 0 0 60px #2f7bff09}.contact-form:before{content:"";background:linear-gradient(90deg,transparent,var(--signal),var(--beam),transparent);height:2px;position:absolute;top:0;left:0;right:0;box-shadow:0 0 18px #55eaffb8}.contact-form input,.contact-form textarea,.contact-form select{background:#11233dd1;border-color:#62aeff24;border-radius:7px}.contact-form .button--dark{color:#fff;background:linear-gradient(105deg,#2851ed,#5376ff);border-radius:7px;box-shadow:0 18px 55px #2270ff47}.verified{background:#050a14;border-top-color:#55eaff29;position:relative}.verified:before{content:"";pointer-events:none;background:radial-gradient(at 78% 0,#2f7bff21,#0000 32%);position:absolute;inset:0}.verified__inner{background:linear-gradient(135deg,#0e1d32e6,#050b16d1);border-color:#55eaff3d;border-radius:10px;position:relative;overflow:hidden;box-shadow:inset 0 0 70px #2f7bff0a}.verified__inner:before{content:"";background:linear-gradient(var(--beam),var(--signal),transparent);width:3px;position:absolute;top:0;bottom:0;left:0;box-shadow:0 0 20px #55eaffb3}.verified__title>span{color:var(--beam);background:#2f7bff29;border-radius:8px;box-shadow:inset 0 0 0 1px #55eaff47,0 0 25px #2f7bff1f}.verified__inner strong{color:var(--beam)}.verified__contact a{background:#132641db;border:1px solid #55eaff1f;border-radius:7px}.verified__contact a:hover{background:var(--signal);color:#fff}@media (max-width:1000px){.hero-map{width:min(74vw,780px);height:auto;top:92px;right:-12vw;transform:rotate(5deg)scale(1.08)}.team__intro{grid-template-columns:1fr;gap:36px}.team .display-title{max-width:900px}}@media (max-width:760px){.hero-map{opacity:.54;transform-origin:50% 48%;width:min(128vw,590px);height:auto;top:410px;right:50%;transform:translate(50%)rotate(4deg)scale(1.05)}.ecosystem-rail{width:calc(100vw - 32px);min-height:112px}.ecosystem-rail__set{width:920px;min-height:80px;padding-inline:26px}.ecosystem-rail a{flex-basis:154px;width:154px;height:78px}.ecosystem-rail img{max-height:68px}.team .display-title{font-size:clamp(44px,13.6vw,68px);line-height:.86}.team .display-title>span,.team .display-title>em{white-space:normal}.team__people{margin-top:52px}.person__portrait,.person--lucero .person__portrait{height:min(128vw,540px)}.contact-form,.verified__inner{border-radius:8px}}body{--signal:#ff5a3c;--signal-deep:#d83a22;--beam:#ff9f43;--live:#ffc166;--gold:var(--signal);--gold-hot:#ffd09a;--form-accent:var(--signal)}.hero:before,.hero-art__veil,.hero-scan{display:none!important}.hero-art img{object-position:center top;opacity:1!important;filter:none!important;transform:none!important}.hero__content{z-index:3}.hero-map{aspect-ratio:448/550;opacity:.82;mix-blend-mode:normal;transform-origin:50%;filter:drop-shadow(0 0 9px #ff5a3c33);width:auto;height:min(100% - 230px,850px);top:auto;bottom:0;right:clamp(-70px,-4.5vw,-48px);transform:rotate(1deg);animation:none!important}.hero-map__cursor{background:radial-gradient(circle at var(--map-cursor-x) var(--map-cursor-y),#ff5a3c26 0,#ff5a3c0f 12%,transparent 31%)}.hero-map__country-halo{stroke:#ff3d24a8!important;filter:blur(1.7px)drop-shadow(0 0 4px #ff48269e)!important;animation-duration:6.8s!important}.hero-map__country-halo,.hero-map__country--featured .hero-map__country-halo{opacity:.48!important}.hero-map__country-body{fill:#440f061f!important;stroke:#ff5a3ce0!important;filter:drop-shadow(0 0 1.5px #ff5a3c94)!important}.hero-map__country-echo--a{stroke:#ffad63!important;opacity:.5!important;animation-duration:18s!important}.hero-map__country-echo--b{stroke:#d83a22f5!important;opacity:.28!important;animation-duration:24s!important}.hero-map__country-current{stroke:#ffe0b7!important;opacity:.58!important;filter:drop-shadow(0 0 2px #ff5a3c8f)!important;animation-duration:14s!important}.hero-map__beacon-glow{stroke:#ff4a26c2!important;animation-duration:5.4s!important}.hero-map__beacon-axis{stroke:#ffad54!important;filter:drop-shadow(0 0 2px #ff5a3cfa)!important;animation-duration:6.2s!important}.hero-map__beacon-ray{stroke:#ff8b41e6!important;animation-duration:7.2s!important}.hero-map__beacon-core{fill:#ffe0ae!important;filter:drop-shadow(0 0 4px #ff5a3c)!important;animation-duration:4.6s!important}.title-line--signal,.title-line--signal>span{color:#fff!important;-webkit-text-fill-color:#fff!important}.film-room .display-title em,.circuit .display-title em,.team .display-title em{-webkit-text-stroke:1.25px #ffffffd1;color:#0000!important;-webkit-text-fill-color:transparent!important}.press .display-title em{-webkit-text-stroke:1.25px #080909b8;color:#0000!important;-webkit-text-fill-color:transparent!important}.header-cta{border:1px solid #fff;color:#050507!important;background:#fff!important}.contact-form .button--dark{border:1px solid var(--signal);color:#fff;text-transform:uppercase;letter-spacing:.045em;min-height:61px;box-shadow:none;background:#02090b94;border-radius:0;justify-content:space-between;padding-inline:24px;font-size:13px;font-weight:800}.contact-form .button--dark:before{background:#fff}.contact-form .button--dark:hover{color:var(--ink)}.partners--hero:before{background:linear-gradient(90deg,#ff5a3c1a,#0000 34% 66%,#ff9f4314)}.circuit:before{background:radial-gradient(circle at 15% 20%,#ff5a3c24,#0000 31%),radial-gradient(circle at 90% 64%,#ff9f4317,#0000 29%)}.team:before{background:linear-gradient(90deg,#0000 49.95%,#ff9f4312 50%,#0000 50.05%),radial-gradient(circle at 12% 88%,#ff5a3c24,#0000 28%)}.event-visual__wash{background:repeating-linear-gradient(90deg,#0000 0 calc(25% - 1px),#ffffff13 25%),linear-gradient(135deg,#ff5a3c1f,#0000 42%)}.keynote-art{background:radial-gradient(at 60%,#ff5a3c3d,#0000 32%)}.stage-disc{border-color:#ff5a3cb8;box-shadow:inset 0 0 80px #ff5a3c1f,0 0 80px #ff5a3c14}.impact__halo{border-color:#ff9f432b;box-shadow:0 0 150px #ff5a3c12,inset 0 0 140px #ff5a3c09}.impact__halo:before{border-color:#ff9f4324}.impact__halo:after{border-color:#ff5a3c2b}.contact{background:#0c0706!important}.contact:before{background:radial-gradient(at 4%,#ff5a3c33,#0000 28%),radial-gradient(at 93% 9%,#ff9f431a,#0000 24%)}.contact__orb,.contact__orb i{border-color:#ff9f4333!important}.contact__orb i:nth-child(3){box-shadow:0 0 45px #ff5a3cc2;background:var(--signal)!important}.contact-form{background:linear-gradient(145deg,#22110df7,#0f0908fa);border-color:#ff9f433b;box-shadow:0 34px 110px #00000070,inset 0 0 60px #ff5a3c09}.contact-form:before{background:linear-gradient(90deg,transparent,var(--signal),var(--beam),transparent);box-shadow:0 0 18px #ff9f4394}.contact-form input,.contact-form textarea,.contact-form select{background:#281612d1;border-color:#ff9f4321}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--beam);box-shadow:0 0 0 3px #ff9f4314,0 0 24px #ff5a3c14}.verified{background:#0c0706;border-top-color:#ff9f4329}.verified:before{background:radial-gradient(at 78% 0,#ff5a3c21,#0000 32%)}.verified__inner{background:linear-gradient(135deg,#24120de6,#0e0807d6);border-color:#ff9f433b;box-shadow:inset 0 0 70px #ff5a3c0a}.verified__inner:before{background:linear-gradient(var(--beam),var(--signal),transparent);box-shadow:0 0 20px #ff9f439e}.verified__title>span{color:var(--beam);background:#ff5a3c24;box-shadow:inset 0 0 0 1px #ff9f4342,0 0 25px #ff5a3c1f}.verified__contact a{background:#2b1712db;border-color:#ff9f431f}@media (max-width:1000px){.hero-map{aspect-ratio:448/550;width:auto;height:min(100% - 340px,680px);top:auto;bottom:0;right:-4vw;transform:rotate(1deg)}}@media (max-width:760px){.hero-art img{object-position:58% top}.hero-map{aspect-ratio:448/550;opacity:.52;transform-origin:50%;filter:drop-shadow(0 0 4px #ff5a3c1a);width:auto;height:calc(100% - 445px);top:auto;bottom:0;right:50%;transform:translate(50%)rotate(1deg)}.hero-map__country-halo,.hero-map__country--featured .hero-map__country-halo{opacity:.2!important;filter:blur(1px)!important}.hero-map__country-body{stroke:#ff5a3c94!important;filter:none!important}.hero-map__country-echo--a{opacity:.22!important}.hero-map__country-echo--b{opacity:.1!important}.hero-map__country-current,.hero-map__beacon{opacity:.28!important;filter:none!important}.contact-form .button--dark{border-radius:0;min-height:61px;font-size:12px}}.hero{height:max(100svh,760px);max-height:none}@media (max-width:760px){.hero{height:auto;min-height:max(100svh,1040px)}}.hero-map__country-halo{animation:32s linear infinite borderFireForward!important;animation-delay:calc(var(--country-index) * -.19s)!important}.hero-map__country-echo--a{animation:20s linear infinite borderFireForward!important;animation-delay:calc(var(--country-index) * -.27s)!important}.hero-map__country-echo--b{animation:28s linear infinite borderFireReverse!important;animation-delay:calc(var(--country-index) * -.31s)!important}.hero-map__country-current{animation:16s linear infinite borderFireForward!important;animation-delay:calc(var(--country-index) * -.22s)!important}.hero-map__beacon-glow{animation:4.2s ease-in-out infinite alternate signalCrossGlow!important}.hero-map__beacon-axis{animation:5.2s step-end infinite signalCrossFlicker!important}.hero-map__beacon-ray{animation:5.8s ease-in-out infinite alternate signalCrossRay!important}.hero-map__beacon-core{animation:3.4s ease-in-out infinite alternate beaconCore!important}@media (prefers-reduced-motion:reduce){.hero-map__country-halo,.hero-map__country-echo,.hero-map__country-current,.hero-map__beacon-glow,.hero-map__beacon-axis,.hero-map__beacon-ray,.hero-map__beacon-core{animation:none!important}}.hero-map{z-index:1;aspect-ratio:auto;opacity:1;mix-blend-mode:normal;transform-origin:50%;filter:none;will-change:auto;pointer-events:auto;bottom:auto;transform:none;top:var(--map-layout-top,0px)!important;right:var(--map-layout-right,14px)!important;width:var(--map-layout-width,auto)!important;height:var(--map-layout-height,calc(100% - 230px))!important;max-height:none!important;animation:none!important}.hero-map:before{opacity:.34;filter:blur(8px)}.hero-map__cursor{opacity:.42}.hero-map__svg{mix-blend-mode:normal;will-change:auto;shape-rendering:geometricprecision;pointer-events:auto;transition:none;display:block;overflow:visible;transform:var(--map-static-transform,none)!important}.hero-map__country{pointer-events:visiblePainted;cursor:crosshair}.hero-map__country.is-active{z-index:3;filter:brightness(1.35)saturate(1.18);transform:scale(1.06)}.hero-map__country-shadow{fill:#05050757;stroke:#050507d1;stroke-width:2px}.hero-map__country-halo,.hero-map__country--featured .hero-map__country-halo{stroke-dasharray:18 7 3 16;display:inline;opacity:.3!important;stroke:#ff4124c7!important;stroke-width:3.4px!important;filter:blur(.8px)drop-shadow(0 0 1.5px #ff4826ad)!important}.hero-map__country-body,.hero-map__country--featured .hero-map__country-body{stroke-width:1.2px;fill:#3a0c0729!important;stroke:#ff7653!important;filter:drop-shadow(0 0 .7px #ff5a3cdb)!important}.hero-map__country-echo--a{stroke-width:.72px;stroke:#ffc08a!important;opacity:.66!important;filter:none!important}.hero-map__country-echo--b{stroke-width:1.1px;stroke:#ff4f32!important;opacity:.46!important;filter:none!important}.hero-map__country-current{stroke-width:1.05px;stroke:#fff0dd!important;opacity:.76!important;filter:drop-shadow(0 0 1.2px #ff5a3cd1)!important}.hero-map__beacon{opacity:.82!important;filter:drop-shadow(0 0 1.5px #ff5a3cb8)!important}@media (max-width:760px){.hero-map{opacity:1;filter:none;transform:none}.hero-map__country-halo,.hero-map__country--featured .hero-map__country-halo{opacity:.34!important;filter:blur(.9px)drop-shadow(0 0 1.5px #ff4826a8)!important}.hero-map__country-body{stroke:#ff7653!important;filter:drop-shadow(0 0 .8px #ff5a3ce0)!important}.hero-map__country-echo--a{opacity:.58!important}.hero-map__country-echo--b{opacity:.4!important}.hero-map__country-current{opacity:.7!important;filter:drop-shadow(0 0 1px #ff5a3cbd)!important}.hero-map__beacon{opacity:.76!important;filter:drop-shadow(0 0 1px #ff5a3cad)!important}}
