@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg-primary: #c9c6bb;--bg-secondary: #bfbcb1;--bg-tertiary: #b5b2a7;--bg-card: rgba(0, 0, 0, .06);--bg-card-hover: rgba(0, 0, 0, .1);--text-primary: #1a1410;--text-secondary: #3d3630;--text-muted: #7a7168;--accent: #FF5C00;--accent-light: #ff7a2e;--accent-dark: #cc4900;--accent-glow: rgba(255, 92, 0, .22);--glass-bg: rgba(255, 255, 255, .25);--glass-border: rgba(0, 0, 0, .1);--glass-border-hover: rgba(0, 0, 0, .2);--font-main: "Inter", system-ui, sans-serif;--font-display: "Space Grotesk", sans-serif;--section-padding: clamp(80px, 12vw, 160px);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--ease-in-out-quart: cubic-bezier(.76, 0, .24, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}@keyframes mesh-shift{0%,to{background-position:85% 8%,15% 25%,92% 45%,50% 50%}33%{background-position:80% 12%,20% 30%,88% 50%,50% 50%}66%{background-position:88% 5%,12% 20%,95% 40%,50% 50%}}html{scroll-behavior:auto;background:#c9c6bb;background-attachment:fixed}body{font-family:var(--font-main);background:transparent;color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.app{position:relative}.global-glow{display:none}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0000000d}::-webkit-scrollbar-thumb{background:#ff5c0080;border-radius:5px;border:2px solid transparent}::-webkit-scrollbar-thumb:hover{background:#ff5c00cc}::selection{background:#ff5c0059;color:#fff}.container{max-width:1440px;margin:0 auto;padding:0 clamp(1rem,5vw,5rem)}.section{padding:var(--section-padding) 0;position:relative}.accent-text{color:var(--accent)}.text-secondary{color:var(--text-secondary)}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.03;contain:strict;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.reveal-text{overflow:hidden}.reveal-text span{display:inline-block}@keyframes blob-morph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(0) scale(1)}25%{border-radius:30% 60% 70% 40%/50% 60% 30%;transform:rotate(90deg) scale(1.1)}50%{border-radius:50% 60% 30%/30% 50% 70%;transform:rotate(180deg) scale(1)}75%{border-radius:60% 40% 60% 30%/70% 30% 50% 60%;transform:rotate(270deg) scale(.95)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(5deg)}}@keyframes pulse-glow{0%,to{opacity:.5}50%{opacity:.8}}@keyframes line-expand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin:0 auto;max-width:1200px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[style*=transform],[style*=opacity]{transition:none!important}}.navbar{position:fixed;top:0;left:0;width:100%;padding:1.5rem 3rem;z-index:1000;transition:all .5s var(--ease-out-expo);background:#c9c6bb8c;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.08)}.navbar.scrolled{padding:1rem 3rem;background:#c9c6bbd1;border-bottom:1px solid rgba(0,0,0,.12)}.navbar-container{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;cursor:pointer}.logo-text{font-family:var(--font-display);font-weight:600;font-size:1.35rem;letter-spacing:-.03em;color:#1a1410;transition:opacity .3s ease}.logo:hover .logo-text{opacity:.8}.logo-dot{color:#1a141059;font-weight:700}.nav-center{position:absolute;left:50%;transform:translate(-50%)}.nav-links{display:flex;gap:.5rem;background:var(--bg-card);padding:.4rem;border-radius:var(--radius-full);border:1px solid var(--glass-border)}.nav-links a{position:relative;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--text-secondary);padding:.6rem 1.25rem;border-radius:var(--radius-full);transition:all .3s var(--ease-out-expo);display:flex;align-items:center;gap:.5rem}.nav-links a:hover{color:var(--text-primary)}.nav-links a.active{color:var(--text-primary);background:var(--bg-secondary)}.link-dot{width:4px;height:4px;border-radius:50%;background:var(--accent);opacity:0;transform:scale(0);transition:all .3s var(--ease-out-expo)}.nav-links a.active .link-dot{opacity:1;transform:scale(1)}.cta-btn{display:flex;align-items:center;gap:.65rem;background:#1a1410;color:#fff;padding:.45rem .45rem .45rem 1.2rem;border-radius:var(--radius-full);font-weight:600;font-size:.875rem;transition:background .3s var(--ease-out-expo);overflow:hidden}.cta-btn:hover{background:#2a2018}.cta-btn-ring{width:30px;height:30px;border-radius:50%;background:#ff5c00;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;transition:transform .35s cubic-bezier(.16,1,.3,1),background .3s ease}.cta-btn:hover .cta-btn-ring{transform:rotate(45deg);background:#cc4900}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;z-index:1001;background:var(--bg-card);border-radius:var(--radius-sm);border:1px solid var(--glass-border)}.hamburger span{width:18px;height:2px;background:var(--text-primary);transition:all .3s var(--ease-out-expo);transform-origin:center}.hamburger span:first-child{margin-bottom:4px}.hamburger.open span:first-child{transform:rotate(45deg) translate(2px,2px)}.hamburger.open span:last-child{transform:rotate(-45deg) translate(2px,-2px)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:var(--bg-primary);z-index:999;display:flex;align-items:center;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:120px 2rem 60px;width:100%;max-width:600px}.mobile-links{display:flex;flex-direction:column;gap:.5rem}.mobile-links a{display:flex;align-items:baseline;gap:1.5rem;font-size:clamp(2.5rem,10vw,4rem);font-weight:600;color:var(--text-primary);cursor:pointer;padding:1rem 0;border-bottom:1px solid var(--glass-border);transition:all .3s var(--ease-out-expo)}.mobile-links a:hover{padding-left:1rem;color:var(--accent)}.link-number{font-size:.875rem;font-weight:400;color:var(--text-muted);font-family:var(--font-main)}.link-name{font-family:var(--font-display);letter-spacing:-.02em}.mobile-footer{display:flex;flex-direction:column;gap:1.5rem}.social-links{display:flex;gap:2rem}.social-links a{font-size:.9rem;color:var(--text-secondary);transition:color .3s ease}.social-links a:hover{color:var(--accent)}.email{font-size:1rem;color:var(--text-primary);font-weight:500}@media(max-width:1024px){.nav-center{display:none}}@media(max-width:768px){.navbar{padding:1rem 1.25rem}.navbar.scrolled{padding:.75rem 1.25rem}.cta-btn{display:none}.hamburger{display:flex}.logo-text{font-size:1.15rem}}@media(max-width:480px){.navbar{padding:.85rem 1rem}.navbar.scrolled{padding:.65rem 1rem}.mobile-menu-content{padding:100px 1.5rem 40px}.mobile-links a{font-size:clamp(2rem,9vw,3rem);padding:.75rem 0;gap:1rem}.link-number{font-size:.75rem}.mobile-footer{gap:1rem}.social-links{gap:1.5rem;flex-wrap:wrap}.social-links a{font-size:.82rem}.email{font-size:.88rem;word-break:break-all}.logo-text{font-size:1.05rem}}@media(max-width:360px){.mobile-links a{font-size:1.8rem}}.mq-section{position:relative;padding:1.8rem 0;user-select:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.mq-track-wrapper{overflow:hidden;width:100%}.mq-parallax-layer{width:max-content;will-change:transform}.mq-track{display:flex;align-items:center;width:max-content;will-change:transform}.mq-item{display:inline-flex;align-items:center;padding:0 2.2rem;flex-shrink:0}.mq-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#1a1410a6;transition:color .3s ease,transform .35s cubic-bezier(.16,1,.3,1)}.mq-icon svg{width:100%;height:100%}.mq-item:hover .mq-icon{color:#1a1410d9;transform:scale(1.22) translateY(-3px)}@media(max-width:480px){.mq-section{padding:1.25rem 0}.mq-icon{width:28px;height:28px}.mq-item{padding:0 1.4rem}}.hero-section{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:clip;padding-top:82px}.hero-wrapper{position:relative;z-index:10;width:100%;max-width:1440px;margin:0 auto;padding:0 clamp(1.5rem,5vw,5rem);display:flex;align-items:center;justify-content:space-between;gap:clamp(2rem,5vw,5rem);will-change:opacity;flex:1}.hero-marquee-embed{width:100%;position:relative;z-index:10;margin-top:auto}.hero-left{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:0;line-height:.88;will-change:transform}.h-row{display:flex;align-items:center;flex-wrap:nowrap;gap:clamp(.3rem,1vw,.75rem)}.h-row-group{all:unset;display:contents}.h-plain{font-family:var(--font-display);font-size:clamp(2.8rem,8.5vw,9rem);font-weight:800;color:#1a1410;text-transform:uppercase;letter-spacing:-.035em;line-height:.88}.h-orange{font-family:var(--font-display);font-size:clamp(2.8rem,8.5vw,9rem);font-weight:800;color:#ff5c00;text-transform:uppercase;letter-spacing:-.035em;line-height:.88}.h-outline{font-family:var(--font-display);font-size:clamp(2.8rem,8.5vw,9rem);font-weight:800;color:transparent;-webkit-text-stroke:2px #1a1410;text-transform:uppercase;letter-spacing:-.035em;line-height:.88}.h-hash{font-family:var(--font-display);font-size:clamp(2.8rem,8.5vw,9rem);font-weight:800;color:#ff5c00;line-height:.88;letter-spacing:-.035em}.spin-badge{width:clamp(62px,6.5vw,96px);height:clamp(62px,6.5vw,96px);flex-shrink:0;align-self:center;margin-left:clamp(.3rem,1vw,1rem);animation:spin-slow 14s linear infinite}@keyframes spin-slow{to{transform:rotate(360deg)}}.spin-badge__svg{width:100%;height:100%}.doodle{flex-shrink:0;align-self:center}.doodle--wave{width:clamp(48px,6vw,100px);height:clamp(22px,3vw,48px);margin-left:clamp(.2rem,.6vw,.6rem)}.doodle--arrow{width:clamp(36px,4vw,68px);height:clamp(28px,3vw,46px);margin-left:clamp(.2rem,.6vw,.6rem)}.hero-right{flex:0 0 clamp(260px,28vw,380px);display:flex;flex-direction:column;gap:clamp(1.5rem,2.5vw,2.2rem);align-self:center;will-change:transform}.right-badge{display:inline-flex;align-items:center;gap:.55rem;background:#ff5c001a;border:1px solid rgba(255,92,0,.28);color:#ff5c00;font-size:.78rem;font-weight:600;letter-spacing:.05em;padding:.4rem .9rem;border-radius:9999px;width:fit-content}.right-badge__dot{width:7px;height:7px;border-radius:50%;background:#ff5c00;animation:pulse-dot 1.8s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.right-desc{font-size:clamp(.88rem,1.3vw,1rem);line-height:1.75;color:#1a141099;font-weight:400}.right-stats{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap}.right-stat{display:flex;flex-direction:column;gap:.15rem}.right-stat strong{font-family:var(--font-display);font-size:clamp(1.4rem,2.2vw,1.75rem);font-weight:700;color:#1a1410;line-height:1}.right-stat span{font-size:.76rem;color:#1a141073;letter-spacing:.03em;white-space:nowrap}.right-stat-sep{width:1px;height:32px;background:#1a141026;flex-shrink:0}.hero-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:.8rem;background:#1a1410;border:none;color:#fff;padding:.55rem .55rem .55rem 1.4rem;border-radius:9999px;font-family:var(--font-display);font-weight:600;font-size:.92rem;cursor:pointer;letter-spacing:.01em;white-space:nowrap;width:fit-content;transition:background .3s ease}.hero-cta:hover{background:#2a2018}.cta-ring{width:34px;height:34px;background:#ff5c00;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;transition:transform .35s cubic-bezier(.16,1,.3,1),background .3s ease}.hero-cta:hover .cta-ring{transform:rotate(45deg);background:#cc4900}@media(max-width:1100px){.h-plain,.h-orange,.h-outline,.h-hash{font-size:clamp(2.6rem,9vw,7rem)}.hero-right{flex:0 0 clamp(240px,30vw,340px)}}@media(max-width:768px){.hero-section{padding-top:60px;min-height:100dvh;display:flex;flex-direction:column}.hero-wrapper{flex:1;flex-direction:column;align-items:flex-start;justify-content:center;padding:1.5rem;gap:1.5rem;max-width:100%}.hero-left{line-height:1.05;width:100%;flex:0 0 auto;gap:.35rem}.hero-right{flex:0 0 auto;width:100%;gap:1.6rem}.h-row{flex-wrap:wrap;gap:.2rem .4rem}.h-plain,.h-orange,.h-outline,.h-hash{font-size:clamp(3.5rem,16vw,6rem)}.h-outline{-webkit-text-stroke:1.5px #1a1410}.spin-badge{width:48px;height:48px}.doodle--wave{width:36px;height:16px}.doodle--arrow{width:26px;height:18px}.right-desc{font-size:.9rem;line-height:1.65}.right-stats{gap:.85rem}.hero-cta{width:fit-content;justify-content:space-between}}@media(max-width:480px){.hero-section{padding-top:56px}.hero-wrapper{padding:1.5rem 1.1rem 1.25rem;gap:1.25rem}.hero-left{gap:.45rem;line-height:1.08}.h-plain,.h-orange,.h-outline,.h-hash{font-size:clamp(3rem,17vw,5rem)}.h-outline{-webkit-text-stroke:1px #1a1410}.h-row{gap:.2rem .35rem}.spin-badge{width:42px;height:42px}.doodle--wave,.doodle--arrow{display:none}.hero-right{gap:1.4rem}.right-badge{font-size:.72rem;padding:.35rem .75rem}.right-desc{font-size:.86rem;line-height:1.6}.right-stats{gap:.6rem}.right-stat-sep{height:24px}.right-stat strong{font-size:1.3rem}.right-stat span{font-size:.7rem}.hero-cta{padding:.5rem .5rem .5rem 1.1rem;font-size:.86rem;width:fit-content}.cta-ring{width:30px;height:30px}}@media(max-width:360px){.hero-wrapper{padding:1rem .9rem;gap:1rem}.h-plain,.h-orange,.h-outline,.h-hash{font-size:clamp(2.6rem,15vw,3.8rem)}.spin-badge{width:34px;height:34px}.right-desc{font-size:.82rem}.right-stat strong{font-size:1.1rem}}
