@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Anton&family=Epilogue:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul{list-style:none}:focus-visible{outline:3px solid #dfe104;outline-offset:2px}body{font-family:Epilogue,sans-serif;font-size:1rem;line-height:1.6;color:#fafafa;background-color:#09090b}.display-title{font-family:Anton,sans-serif;font-weight:400;line-height:.95;letter-spacing:-.02em;text-transform:uppercase}.section-label{font-family:Epilogue,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#dfe104;margin-bottom:.5rem}.section-heading{font-family:Anton,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);line-height:.95;text-transform:uppercase}.body-lg{font-size:1.125rem;line-height:1.7;color:#a1a1aa}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.container{padding-inline:2.5rem}}.section{padding-block:6rem}@media(min-width:768px){.section{padding-block:8rem}}.section--light{background-color:#fafafa;color:#09090b}.section--light .body-lg{color:#52525b}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;font-family:Epilogue,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:3px solid #09090b;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #09090b}.btn:active{transform:translate(2px,2px);box-shadow:none}.btn--primary{background-color:#dfe104;color:#09090b}.btn--outline{background-color:transparent;color:inherit;border-color:currentColor}.btn--outline:hover{box-shadow:4px 4px 0 currentColor}.btn--dark{background-color:#09090b;color:#fafafa;border-color:#09090b}.btn--dark:hover{background-color:#dfe104;color:#09090b}.link-arrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:color .15s ease}.link-arrow:hover{color:#dfe104}.link-arrow:after{content:"→";transition:transform .15s ease}.link-arrow:hover:after{transform:translate(4px)}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:72px;background-color:#09090b;border-bottom:3px solid #3f3f46}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo{font-family:Anton,sans-serif;font-size:1.75rem;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:color .15s ease}.header__logo:hover{color:#dfe104}.header__nav{display:none;align-items:center;gap:2.5rem}@media(min-width:768px){.header__nav{display:flex}}.header__nav-link{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:color .15s ease}.header__nav-link:hover{color:#dfe104}.header__menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:3px solid #fafafa;font-size:1.25rem}@media(min-width:768px){.header__menu-btn{display:none}}.header__mobile-nav{position:fixed;top:72px;left:0;right:0;background-color:#09090b;border-bottom:3px solid #3f3f46;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}@media(prefers-reduced-motion:reduce){.header__mobile-nav{transition:none}}.header__mobile-nav--open{transform:translateY(0);opacity:1;pointer-events:auto}@media(min-width:768px){.header__mobile-nav{display:none}}.header__mobile-link{font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:1rem;border:2px solid #3f3f46;cursor:pointer;transition:background-color .15s ease,color .15s ease}.header__mobile-link:hover{background-color:#dfe104;color:#09090b}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:72px;overflow:hidden}.hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(#3f3f46 1px,transparent 1px),linear-gradient(90deg,#3f3f46 1px,transparent 1px);background-size:60px 60px;opacity:.15;pointer-events:none}.hero__content{position:relative;z-index:1;padding-block:4rem}.hero__layout{position:relative;z-index:1;display:grid;gap:4rem;align-items:center;padding-block:4rem}@media(min-width:1024px){.hero__layout{grid-template-columns:1fr 1fr}}.hero__visual{position:relative;border:3px solid #09090b;box-shadow:6px 6px #09090b;overflow:hidden}.hero__image{display:block;width:100%;height:100%;min-height:320px;object-fit:cover;aspect-ratio:4/3}@media(min-width:1024px){.hero__image{min-height:480px;aspect-ratio:3/4}}.hero__badge{display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;background-color:#dfe104;color:#09090b;border:3px solid #09090b}.hero__badge--launching{display:inline-flex;align-items:center;gap:.5rem}.hero__spinner{flex-shrink:0;width:.75rem;height:.75rem;border:2px solid #09090b;border-top-color:transparent;border-radius:50%;animation:hero-spin .8s linear infinite}@media(prefers-reduced-motion:reduce){.hero__spinner{animation:none;border-top-color:#09090b;opacity:.6}}.hero__title{font-size:clamp(3.5rem,12vw,9rem);margin-bottom:2.5rem;max-width:14ch}.hero__title span{display:block}.hero__title .accent{color:#dfe104;-webkit-text-stroke:2px #dfe104}.hero__subtitle{max-width:540px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7;color:#a1a1aa}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.hero__star{position:absolute;right:5%;top:30%;font-size:clamp(4rem,10vw,8rem);color:#dfe104;animation:spin-slow 20s linear infinite}@media(prefers-reduced-motion:reduce){.hero__star{animation:none}}@media(max-width:767px){.hero__star{display:none}}.hero__scroll-hint{display:flex;align-items:center;gap:1rem;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#a1a1aa}.hero__scroll-line{width:48px;height:2px;background-color:#dfe104}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hero-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.marquee{border-top:3px solid #3f3f46;border-bottom:3px solid #3f3f46;background-color:#dfe104;color:#09090b;overflow:hidden;padding-block:1rem}.marquee__track{display:flex;width:max-content;animation:marquee 25s linear infinite}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}}.marquee__content{display:flex;align-items:center;flex-shrink:0;gap:2.5rem;padding-right:2.5rem;font-family:Anton,sans-serif;font-size:clamp(1.25rem,3vw,2rem);letter-spacing:.05em;text-transform:uppercase}.marquee__item{display:flex;align-items:center;gap:1rem;white-space:nowrap}.marquee__star{font-size:1.25rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.products__header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}@media(min-width:768px){.products__header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.products__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.products__grid{grid-template-columns:repeat(5,1fr)}}.products__card{position:relative;border:3px solid #e5e5e5;background-color:#fafafa;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}@media(prefers-reduced-motion:reduce){.products__card{transition:none}}.products__card:hover{transform:translate(-4px,-4px);box-shadow:6px 6px #09090b;border-color:#09090b}.products__card-visual{aspect-ratio:4/3;overflow:hidden;background-color:#f5f0e8;border-bottom:3px solid #e5e5e5}.products__card-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .15s ease}.products__card:hover .products__card-image{transform:scale(1.05)}.products__card-body{padding:1.5rem}.products__card-tag{display:inline-block;margin-bottom:.5rem;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#71717a}.products__card-title{font-family:Anton,sans-serif;font-size:1.5rem;line-height:1.1;text-transform:uppercase;color:#09090b}.about__grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.about__grid{grid-template-columns:1.1fr .9fr}}.about__content{max-width:720px}.about__visual{border:3px solid #09090b;box-shadow:6px 6px #09090b;overflow:hidden}.about__image{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;aspect-ratio:4/5}.about__heading{margin-bottom:1.5rem}.about__desc{margin-bottom:1.5rem;color:#52525b;line-height:1.8}.about__desc:last-of-type{margin-bottom:2.5rem}.about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:4rem}.about__stat{padding:1.5rem;border:3px solid #09090b;text-align:center}.about__stat-value{font-family:Anton,sans-serif;font-size:clamp(2rem,5vw,3rem);line-height:1;color:#09090b}.about__stat-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#71717a;margin-top:.5rem}.waitlist{background-color:#09090b;color:#fafafa;border-block:3px solid #3f3f46}.waitlist__grid{display:grid;gap:4rem;align-items:center}@media(min-width:1024px){.waitlist__grid{grid-template-columns:1fr 1fr}}.waitlist__badge{display:inline-block;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;background-color:#dfe104;color:#09090b;border:3px solid #dfe104}.waitlist__heading{margin-bottom:1.5rem;color:#fafafa}.waitlist__desc{max-width:520px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7;color:#a1a1aa}.waitlist__desc strong{color:#dfe104;font-weight:700}.waitlist__perks{display:flex;flex-direction:column;gap:1rem}.waitlist__perks li{position:relative;padding-left:1.5rem;color:#a1a1aa;line-height:1.6}.waitlist__perks li:before{content:"✦";position:absolute;left:0;color:#dfe104;font-size:.875rem}.waitlist__form{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem;border:3px solid #3f3f46;background-color:#18181b}.waitlist__form-label{font-family:Anton,sans-serif;font-size:1.5rem;text-transform:uppercase;color:#fafafa;margin-bottom:.5rem}.waitlist__field{display:flex;flex-direction:column;gap:.5rem}.waitlist__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#a1a1aa}.waitlist__input{padding:1rem;background-color:#09090b;border:2px solid #3f3f46;color:#fafafa;transition:border-color .15s ease}.waitlist__input:focus{outline:none;border-color:#dfe104}.waitlist__input::placeholder{color:#71717a}.waitlist__submit{width:100%}@media(min-width:480px){.waitlist__submit{width:auto;align-self:flex-start}}.waitlist__fine-print{font-size:.75rem;line-height:1.6;color:#71717a}.waitlist__success{padding:1.5rem;border:2px solid #dfe104}.waitlist__success-title{font-family:Anton,sans-serif;font-size:1.75rem;text-transform:uppercase;color:#dfe104;margin-bottom:1rem}.waitlist__success-text{line-height:1.7;color:#a1a1aa}.contact__grid{display:grid;gap:4rem}@media(min-width:1024px){.contact__grid{grid-template-columns:1fr 1fr;align-items:start}}.contact__heading{margin-bottom:2.5rem}.contact__heading span{display:block}.contact__info{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.contact__info-item{display:flex;flex-direction:column;gap:4px}.contact__info-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a1a1aa}.contact__info-value{font-size:1.125rem;font-weight:600}.contact__info-value a{cursor:pointer;transition:color .15s ease}.contact__info-value a:hover{color:#dfe104}.contact__form{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem;border:3px solid #3f3f46;background-color:#18181b}.contact__field{display:flex;flex-direction:column;gap:.5rem}.contact__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#a1a1aa}.contact__input,.contact__textarea{padding:1rem;background-color:#09090b;border:2px solid #3f3f46;color:#fafafa;transition:border-color .15s ease}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:#dfe104}.contact__input::placeholder,.contact__textarea::placeholder{color:#52525b}.contact__textarea{min-height:140px;resize:vertical}.contact__submit{align-self:flex-start;margin-top:.5rem}.contact__success{font-size:1.125rem;font-weight:600;line-height:1.6;color:#dfe104;padding:1.5rem;border:2px solid #dfe104}.footer{border-top:3px solid #3f3f46;padding-block:4rem;background-color:#09090b}.footer__top{display:grid;gap:4rem;margin-bottom:4rem}@media(min-width:768px){.footer__top{grid-template-columns:2fr 1fr}}.footer__brand{font-family:Anton,sans-serif;font-size:2rem;text-transform:uppercase;margin-bottom:1rem}.footer__desc{color:#a1a1aa;max-width:360px;line-height:1.7}.footer__col-title{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem;color:#dfe104}.footer__links{display:flex;flex-direction:column;gap:1rem}.footer__link{font-size:.9375rem;color:#a1a1aa;cursor:pointer;transition:color .15s ease}.footer__link:hover{color:#dfe104}.footer__bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2.5rem;border-top:1px solid #3f3f46;font-size:.8125rem;color:#a1a1aa}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer__legal{display:flex;gap:1.5rem}.footer__legal-link{cursor:pointer;transition:color .15s ease}.footer__legal-link:hover{color:#dfe104}
