@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-red-dark: #003049;--color-red-vibrant: #669BBC;--color-cream: #FDF0D5;--color-blue-dark: #003049;--color-blue-light: #669BBC;--color-background: var(--color-cream);--color-text: var(--color-blue-dark);--color-accent: var(--color-red-vibrant);--color-border: var(--color-blue-dark);--orange: var(--color-background);--black: var(--color-text);--white: var(--color-cream);--layout-max-width: 1440px;--layout-gutter: clamp(24px, 8vw, 120px);--section-padding-y: clamp(80px, 14vh, 180px);--section-gap: clamp(40px, 6vw, 120px)}html,body{width:100%;min-height:100%;overflow-x:hidden}body{background:#031f2d;color:var(--black);font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;touch-action:pan-y}.main-container{position:relative;z-index:1;padding:0;width:100%}.hero{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;padding:64px 24px;position:relative;margin:0 auto;max-width:var(--layout-max-width);width:100%}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;max-width:100%;z-index:2}.hero-3d-container{width:100%;max-width:280px;height:280px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;margin:0 auto;flex-shrink:0}.hero-3d-container canvas{width:100%!important;height:100%!important}.hero-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:0;opacity:.7}.hero-title{font-size:48px;font-weight:900;line-height:.92;letter-spacing:-.04em;margin-bottom:0;text-transform:uppercase;overflow:hidden;max-width:100%}.hero-title-line{display:block;transform-origin:left center}.hero-title-main{display:inline-flex;align-items:center;gap:16px;max-width:100%}.hero-title-avatar{display:inline-flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.hero-title-avatar img{width:100%;height:100%;object-fit:cover}.hero-title-text{display:inline-block;max-width:100%;white-space:nowrap;text-transform:lowercase}.hero-subtitle{font-size:17px;font-weight:600;letter-spacing:-.01em;text-transform:uppercase;line-height:1.47;max-width:100%;margin-top:8px}.hero-subtitle a{color:initial;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;transition:all .3s ease}.hero-subtitle a:hover{color:var(--color-red-dark);text-decoration-color:var(--color-red-dark)}@media (min-width: 768px){.hero{padding:88px 48px;gap:48px}.hero-content{gap:32px}.hero-label{font-size:13px}.hero-title{font-size:64px}.hero-title-main{gap:16px}.hero-title-avatar{height:56px;width:56px}.hero-subtitle{font-size:19px}.hero-3d-container{max-width:320px;height:320px}}@media (min-width: 1024px){.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:center;padding:120px 64px}.hero-content{gap:32px;max-width:640px}.hero-label{font-size:14px}.hero-title{font-size:80px}.hero-title-main{gap:24px}.hero-title-avatar{height:72px;width:72px}.hero-subtitle{font-size:21px;max-width:42ch}.hero-3d-container{width:100%;max-width:400px;height:400px;margin:0 auto}}@media (min-width: 1280px){.hero{padding:136px 80px;gap:80px}.hero-content{gap:40px;max-width:720px}.hero-title{font-size:96px}.hero-title-main{gap:24px}.hero-title-avatar{height:88px;width:88px}.hero-subtitle{font-size:23px}.hero-3d-container{max-width:480px;height:480px}}@media (min-width: 1440px){.hero{padding:144px 96px;gap:96px}.hero-content{gap:48px;max-width:800px}.hero-label{font-size:15px}.hero-title{font-size:112px}.hero-title-main{gap:32px}.hero-title-avatar{height:96px;width:96px}.hero-subtitle{font-size:25px}.hero-3d-container{max-width:560px;height:560px}}.section{padding:var(--section-padding-y) var(--layout-gutter);position:relative;margin:0 auto;max-width:var(--layout-max-width);width:100%}.section-grid{display:grid;grid-template-columns:clamp(60px,8vw,120px) minmax(0,1fr);gap:clamp(30px,6vw,100px);align-items:start}.section-number{font-size:14px;font-weight:700;color:var(--black);opacity:.5;text-transform:uppercase;letter-spacing:.2em;will-change:transform,opacity,filter}.section-title{font-size:clamp(48px,8vw,96px);font-weight:900;margin-bottom:clamp(30px,6vw,80px);letter-spacing:-.02em;text-transform:uppercase;will-change:transform,opacity,filter}.section-text{display:flex;flex-direction:column;gap:30px;max-width:min(70ch,760px)}.section-text p{font-size:clamp(16px,2vw,22px);line-height:1.6;font-weight:500;will-change:transform,opacity}.connect-links{display:flex;flex-direction:column;gap:0}.connect-link{display:flex;justify-content:space-between;align-items:center;padding:clamp(28px,4vw,48px) 0;border-top:2px solid var(--color-border);text-decoration:none;color:var(--color-text);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;-webkit-tap-highlight-color:transparent;--glow-intensity: 0;perspective:1000px;transform-style:preserve-3d;will-change:transform,opacity,filter}.connect-link:last-child{border-bottom:2px solid var(--color-border)}.connect-link:hover{color:var(--color-accent)}.connect-link:active{padding-left:30px;color:var(--color-accent);background:linear-gradient(90deg,#c1121f0d,#c1121f05);box-shadow:0 4px 20px #c1121f1a,inset 0 0 60px #c1121f14}.connect-link:active .connect-link-arrow{transform:translate(20px)}.connect-link-text{font-size:clamp(28px,6vw,72px);font-weight:900;letter-spacing:-.02em;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.connect-link-arrow{font-size:clamp(22px,4vw,48px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.footer{padding:clamp(60px,10vh,140px) var(--layout-gutter);border-top:2px solid var(--black);margin:0 auto;max-width:var(--layout-max-width);width:100%}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-copy,.footer-scroll{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em}.footer-scroll{cursor:pointer;transition:opacity .3s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.footer-scroll:hover,.footer-scroll:active{opacity:.6}html{box-sizing:border-box;background-color:#071b40}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;overflow-x:hidden}#root{min-height:100vh}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}
