:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f2ee;--bg-dark:#0d0e0c;--fg:#1a1a18;--fg-muted:#6b6b67;--accent-red:#d94f3d;--accent-steel:#4a6b8a;--accent-green:#4a7a5a;--grid-line:#1a1a180e;--glass-bg:#f5f2eeb3;--glass-dark:#0d0e0cbf;--glass-border:#ffffff24;--font-body:"DM Sans",system-ui,sans-serif;--font-display:"Space Grotesk",system-ui,sans-serif;--nav-h:72px;--section-pad:clamp(3.5rem,10vw,9rem);--ease-spring:cubic-bezier(.34,1.56,.64,1);--ease-out:cubic-bezier(.16,1,.3,1);--ease-in-out:cubic-bezier(.65,0,.35,1);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:36px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{font-family:var(--font-body);background-color:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");background-repeat:repeat;background-size:300px 300px;line-height:1.6;overflow-x:hidden}body:before{content:"";z-index:0;pointer-events:none;background-image:  linear-gradient(var(--grid-line)1px,transparent 1px),linear-gradient(90deg,var(--grid-line)1px,transparent 1px),linear-gradient(#1a181806 1px,transparent 1px),linear-gradient(90deg,#1a181806 1px,transparent 1px);background-size:40px 40px,40px 40px,200px 200px,200px 200px;position:fixed;inset:0}h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.02em;font-weight:600;line-height:1.15}h1{font-size:clamp(3rem,7vw,7rem);font-weight:700}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.3rem,2.5vw,2rem)}h4{font-size:1.15rem;font-weight:500}p{color:var(--fg-muted);font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.75}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.btn{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .22s var(--ease-out),color .22s var(--ease-out),transform .18s var(--ease-out);white-space:nowrap;background:0 0;border:1.5px solid;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-size:.82rem;font-weight:500;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;border-radius:inherit;background:currentColor;transition:opacity .22s;position:absolute;inset:0}.btn:hover:after{opacity:.07}.btn:active{transform:scale(.97)}.btn-dark{color:var(--fg);border-color:var(--fg)}.btn-light{color:var(--bg);border-color:var(--bg)}.btn-accent{background:var(--accent-red);border-color:var(--accent-red);color:#fff}.btn-accent:hover{filter:brightness(1.08)}.section{z-index:1;padding:var(--section-pad)clamp(1.5rem,6vw,7rem);position:relative}.section-label{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-red);align-items:center;gap:.6rem;margin-bottom:1.2rem;font-size:.7rem;font-weight:600;display:flex}.section-label:before{content:"";background:var(--accent-red);width:24px;height:1.5px;display:block}.scroll-prompts{z-index:10;gap:2.5rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-prompt-link{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);cursor:pointer;font-size:.72rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:.4rem;transition:color .2s;display:flex}.scroll-prompt-link:hover{color:var(--fg)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);border:1px solid #1a1a181a}.vision-container{border-radius:var(--radius-xl);border:1px solid var(--glass-border);position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0d,0 0 60px 10px #4a6b8a59,0 0 120px 40px #4a6b8a2e,0 40px 80px #00000080}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawLine{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}@keyframes pulse-glow{0%,to{box-shadow:0 0 60px 10px #4a6b8a59}50%{box-shadow:0 0 80px 20px #4a6b8a8c}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#1a1a1833;border-radius:3px}::selection{background:var(--accent-red);color:#fff}
.Navbar-module___rHu7W__navWrapper{z-index:1000;pointer-events:none;flex-direction:column;align-items:center;width:100%;display:flex;position:fixed;top:1.25rem;left:50%;transform:translate(-50%)}.Navbar-module___rHu7W__pill{pointer-events:auto;-webkit-backdrop-filter:blur(24px);background:#f5f2ee2e;border:1px solid #ffffff38;border-radius:12px;flex-direction:column;width:min(360px,100vw - 2rem);height:52px;transition:width .4s cubic-bezier(.2,.8,.2,1),height .4s cubic-bezier(.2,.8,.2,1),border-radius .4s cubic-bezier(.2,.8,.2,1),background .35s,border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:visible;box-shadow:0 2px 24px #00000024,inset 0 1px #ffffff1f}.Navbar-module___rHu7W__pill.Navbar-module___rHu7W__scrolled{background:#f5f2eee0;border-color:#1a1a181a;box-shadow:0 4px 32px #0000001a,inset 0 1px #fff9}.Navbar-module___rHu7W__pill.Navbar-module___rHu7W__open{background:#0d0e0cf0;border-color:#ffffff1a;border-radius:20px;width:min(720px,100vw - 2rem);height:480px;box-shadow:0 20px 60px #00000073,inset 0 1px #ffffff0f}.Navbar-module___rHu7W__pillHeader{flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:52px;padding:0 1rem;display:grid}.Navbar-module___rHu7W__pill.Navbar-module___rHu7W__open .Navbar-module___rHu7W__burgerLine{background:#ffffffe6!important}.Navbar-module___rHu7W__pill.Navbar-module___rHu7W__open .Navbar-module___rHu7W__contactBtn{color:#fffc!important}.Navbar-module___rHu7W__pill.Navbar-module___rHu7W__open .Navbar-module___rHu7W__logoImg{filter:invert()brightness(10)!important}.Navbar-module___rHu7W__leftSlot{align-items:center;display:flex}.Navbar-module___rHu7W__contactBtn{cursor:pointer;color:#fffc;opacity:.85;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.15rem;line-height:1;text-decoration:none;transition:opacity .2s,color .35s;display:inline-flex}.Navbar-module___rHu7W__contactBtn:hover{opacity:1}.Navbar-module___rHu7W__pill.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__contactBtn{color:var(--fg)}.Navbar-module___rHu7W__contactIcon{flex-shrink:0;width:14px;height:14px}.Navbar-module___rHu7W__centerSlot{pointer-events:none}.Navbar-module___rHu7W__logoLink{pointer-events:auto;align-items:center;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoImg{filter:none;z-index:2;pointer-events:auto;width:auto;height:140px;transition:filter .35s;display:block;position:absolute;top:26px;left:50%;transform:translate(-50%,-50%)}.Navbar-module___rHu7W__logoDark{filter:invert()brightness(10)}.Navbar-module___rHu7W__logoScrolled{filter:none}.Navbar-module___rHu7W__rightSlot{justify-content:flex-end;align-items:center;display:flex}.Navbar-module___rHu7W__burgerBtn{cursor:pointer;opacity:.75;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;transition:opacity .2s;display:flex}.Navbar-module___rHu7W__burgerBtn:hover{opacity:1}.Navbar-module___rHu7W__burgerLine{width:16px;height:1.5px;transition:transform .3s var(--ease-out),opacity .3s;transform-origin:50%;background:#ffffffe6;border-radius:2px}.Navbar-module___rHu7W__pill.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__burgerLine{background:var(--fg)}.Navbar-module___rHu7W__burgerBtn.Navbar-module___rHu7W__open .Navbar-module___rHu7W__burgerLine:first-child{transform:translateY(6.5px)rotate(45deg)}.Navbar-module___rHu7W__burgerBtn.Navbar-module___rHu7W__open .Navbar-module___rHu7W__burgerLine:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module___rHu7W__burgerBtn.Navbar-module___rHu7W__open .Navbar-module___rHu7W__burgerLine:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module___rHu7W__pillContent{opacity:0;pointer-events:none;visibility:hidden;flex-direction:column;flex-grow:1;width:100%;transition:opacity .2s,transform .2s,visibility 0s .2s;display:flex;transform:translateY(-8px)}.Navbar-module___rHu7W__pill.Navbar-module___rHu7W__open .Navbar-module___rHu7W__pillContent{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .4s .15s,transform .4s .15s,visibility;transform:translateY(0)}.Navbar-module___rHu7W__dropdownInner{grid-template-columns:1fr 1fr;min-height:280px;display:grid}.Navbar-module___rHu7W__dropNav{flex-direction:column;justify-content:center;gap:.2rem;padding:3rem 2rem 3rem 2.75rem;display:flex}.Navbar-module___rHu7W__dropVideoContainer{justify-content:stretch;align-items:stretch;padding:1rem 1rem 1rem 0;display:flex}.Navbar-module___rHu7W__dropVideoBox{background:#000;border:1px solid #ffffff1f;border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff08,0 10px 40px #00000080,0 0 40px 10px #ffffff0a}.Navbar-module___rHu7W__dropVideoFrame{object-fit:cover;border:none;width:100%;height:100%;display:block}.Navbar-module___rHu7W__dropVideoLabel{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;-webkit-backdrop-filter:blur(6px);background:#0006;border:1px solid #ffffff1a;border-radius:100px;padding:.4rem .8rem;font-size:.62rem;position:absolute;bottom:1rem;right:1rem}.Navbar-module___rHu7W__dropNavLabel{letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:1.25rem;font-size:.6rem}.Navbar-module___rHu7W__dropNavLink{font-family:var(--font-display);color:#ffffffb3;transition:color .18s,transform .2s var(--ease-out);padding:.25rem 0;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:600;line-height:1.2;text-decoration:none;display:block;transform:translate(0)}.Navbar-module___rHu7W__dropNavLink:hover{color:#fff;transform:translate(6px)}.Navbar-module___rHu7W__dropNavLinkStory{text-align:left;cursor:pointer;color:#c9a84c;background:0 0;border:none;width:100%;padding:0}.Navbar-module___rHu7W__dropNavLinkStory:hover{color:#e0c270}.Navbar-module___rHu7W__dropFooter{border-top:1px solid #ffffff12;gap:1.5rem;padding:1rem 1.75rem;display:flex}.Navbar-module___rHu7W__dropFooterLink{letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;cursor:pointer;font-size:.7rem;transition:color .2s}.Navbar-module___rHu7W__dropFooterLink:hover{color:#fff9}@media (max-width:600px){.Navbar-module___rHu7W__navWrapper{width:calc(100vw - 1.5rem);top:.75rem}.Navbar-module___rHu7W__pill{height:54px;padding:0 .85rem}.Navbar-module___rHu7W__pill.Navbar-module___rHu7W__open{width:calc(100vw - 1.5rem);height:420px}.Navbar-module___rHu7W__dropdownInner{grid-template-columns:1fr}.Navbar-module___rHu7W__dropVideoContainer{display:none}.Navbar-module___rHu7W__dropNav{gap:.05rem;padding:1.5rem 1.5rem 1rem}.Navbar-module___rHu7W__dropNavLink{padding:.2rem 0;font-size:1.5rem}.Navbar-module___rHu7W__dropFooter{flex-direction:column;gap:.4rem;padding:.75rem 1.5rem}}
.Footer-module__Grjkva__footer{background:var(--fg);color:var(--bg);padding:0 clamp(1.5rem,8vw,8rem) 2.5rem;position:relative}.Footer-module__Grjkva__accent{background:linear-gradient(90deg,var(--accent-red)0%,transparent 60%);height:3px;margin-bottom:5rem}.Footer-module__Grjkva__top{border-bottom:1px solid #f5f2ee14;grid-template-columns:1.6fr 1fr 1.2fr;gap:4rem;padding-bottom:3.5rem;display:grid}.Footer-module__Grjkva__brand{flex-direction:column;gap:0;display:flex}.Footer-module__Grjkva__logo{font-family:var(--font-display);color:var(--bg);letter-spacing:-.03em;font-size:2rem;font-weight:700;line-height:1;text-decoration:none}.Footer-module__Grjkva__tagline{color:#f5f2ee66;margin-top:1.2rem;font-size:.88rem;line-height:1.7}.Footer-module__Grjkva__socialRow{gap:.75rem;margin-top:1.8rem;display:flex}.Footer-module__Grjkva__social{color:#f5f2ee80;border:1px solid #f5f2ee26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:color .2s,border-color .2s;display:flex}.Footer-module__Grjkva__social:hover{color:#25d366;border-color:#25d366}.Footer-module__Grjkva__col{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__Grjkva__colLabel{letter-spacing:.18em;text-transform:uppercase;color:#f5f2ee47;font-size:.62rem;font-weight:600;font-family:var(--font-display)}.Footer-module__Grjkva__nav{flex-direction:column;gap:.6rem;display:flex}.Footer-module__Grjkva__navLink{color:#f5f2ee8c;font-size:.92rem;font-family:var(--font-display);width:fit-content;font-weight:500;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__navLink:hover{color:var(--bg)}.Footer-module__Grjkva__contactList{flex-direction:column;gap:.55rem;display:flex}.Footer-module__Grjkva__contactItem{color:#f5f2ee8c;font-size:.88rem;font-family:var(--font-display);width:fit-content;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__contactItem:hover{color:var(--bg)}.Footer-module__Grjkva__address{color:#f5f2ee4d;margin-top:.4rem;font-size:.82rem;line-height:1.65}.Footer-module__Grjkva__bottom{color:#f5f2ee38;font-size:.78rem;font-family:var(--font-display);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__Grjkva__cta{color:var(--accent-red);font-family:var(--font-display);font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s}.Footer-module__Grjkva__cta:hover{opacity:.7}@media (max-width:900px){.Footer-module__Grjkva__top{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__Grjkva__brand{grid-column:1/-1}}@media (max-width:600px){.Footer-module__Grjkva__top{grid-template-columns:1fr;gap:2.5rem}.Footer-module__Grjkva__bottom{text-align:center;flex-direction:column;gap:1rem}}
.CustomCursor-module__8EfPFq__dot{background:var(--accent-red);pointer-events:none;z-index:99999;will-change:transform;width:10px;height:10px;transition:width .18s var(--ease-out),height .18s var(--ease-out),top .18s var(--ease-out),left .18s var(--ease-out),background .18s;border-radius:50%;position:fixed;top:-5px;left:-5px}.CustomCursor-module__8EfPFq__ring{pointer-events:none;z-index:99998;will-change:transform;width:36px;height:36px;transition:width .22s var(--ease-out),height .22s var(--ease-out),top .22s var(--ease-out),left .22s var(--ease-out),border-color .22s;border:1.5px solid #d94f3d59;border-radius:50%;position:fixed;top:-18px;left:-18px}.CustomCursor-module__8EfPFq__dot.CustomCursor-module__8EfPFq__hover{background:var(--fg);width:6px;height:6px;top:-3px;left:-3px}.CustomCursor-module__8EfPFq__ring.CustomCursor-module__8EfPFq__hover{border-color:#d94f3d8c;width:48px;height:48px;top:-24px;left:-24px}@media (pointer:coarse){.CustomCursor-module__8EfPFq__dot,.CustomCursor-module__8EfPFq__ring{display:none}}
