*{margin:0;padding:0;box-sizing:border-box}:root{--color-red-dark: #FF3300;--color-red-vibrant: #FF6600;--color-yellow-gold: #FFB300;--color-white: #FFFFFF;--color-black: #000000;--color-background: var(--color-white);--color-text: var(--color-black);--color-accent: var(--color-red-vibrant);--color-border: var(--color-red-dark);--orange: var(--color-red-vibrant);--black: var(--color-black);--white: var(--color-white);--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:#000;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}body.cursor-enabled,body.cursor-enabled *{cursor:none!important}.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:focus-visible,.hero-subtitle a:focus-visible{outline:2px solid var(--color-accent);outline-offset:6px}.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}@media (max-width: 767px){.hero{padding-top:calc(56px + env(safe-area-inset-top));padding-bottom:48px;gap:24px}.hero-content{align-items:flex-start;text-align:left;gap:16px}.hero-label{letter-spacing:.08em}.hero-title{font-size:42px}.hero-title-main{gap:12px}.hero-title-avatar{height:36px;width:36px}.hero-subtitle{font-size:15px;letter-spacing:.02em;text-transform:none}.hero-3d-container{max-width:240px;height:240px;margin:8px auto 0}.section{padding:clamp(56px,10vh,96px) 20px}.section-grid{grid-template-columns:1fr;gap:16px}.section-number{font-size:12px;opacity:.6}.section-title{font-size:clamp(36px,10vw,56px);margin-bottom:20px}.section-text{gap:20px}.section-text p{font-size:16px;line-height:1.55}.connect-link{padding:22px 0}.connect-link-text{font-size:clamp(24px,9vw,44px)}.connect-link-arrow{font-size:clamp(18px,7vw,32px)}.footer{padding:56px 20px}}.cursor-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:0;transition:opacity .2s ease}.cursor-dot,.cursor-trail,.cursor-trail-dot{position:fixed;top:0;left:0;will-change:transform}.cursor-dot{width:8px;height:8px;margin-left:-4px;margin-top:-4px;border-radius:50%;background:radial-gradient(circle,#120909,#070404 60%,#000);border:1px solid rgba(255,102,0,.65);box-shadow:0 0 6px #ff660059,0 0 14px #f303}.cursor-trail{width:96px;height:96px;margin-left:-48px;margin-top:-48px;border-radius:50%;border:none;background:radial-gradient(circle,#8c827d2e,#5046411f 35%,#28231e0f 60%,#0a080708 72%,#0000 85%);box-shadow:0 0 30px #645a5547,inset 0 0 24px #00000059;filter:blur(6px)}.cursor-trail-dot{width:26px;height:26px;margin-left:-13px;margin-top:-13px;border-radius:50%;background:radial-gradient(circle,#a096912e,#5a524e29 45%,#2823201a 70%,#0f0c0a0f,#0000);border:none;box-shadow:0 0 22px #50464138,inset 0 0 12px #00000059;filter:blur(9px)}.cursor-layer.is-pressed .cursor-dot{box-shadow:0 0 12px #ff66008c,0 0 28px #ff330059}@media (pointer: coarse){.cursor-layer{display:none}}@media (prefers-reduced-motion: reduce){.connect-link,.connect-link-arrow,.hero-subtitle a{transition:none!important}.cursor-layer{display:none}}html{box-sizing:border-box;background-color:#000}*,*: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}
