@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}body{font-family:Geist Mono,monospace;font-weight:300;background-color:#f0f0f0;color:#000;overflow-x:hidden}.header{padding:16px;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.header{padding:0;height:0}}.header__logo{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:100;width:auto;max-width:240px;height:auto;display:block}.layout{display:block}.layout__left,.layout__right{width:100%}@media (min-width: 768px){.layout{display:flex;align-items:flex-start}.layout__left{width:50%;flex-shrink:0;height:100svh}.layout__right{width:50%;flex-shrink:0;padding-top:35svh;opacity:0;transform:translateY(24px);transition:opacity 1s ease,transform 1s ease;pointer-events:none}.layout--scrolled .layout__right{opacity:1;transform:translateY(0);pointer-events:auto}}.hero{position:relative;width:100%;height:55svh;background-color:#f0f0f0}@media (min-width: 768px){.hero{position:fixed;top:0;left:0;width:100vw;height:100svh;z-index:10;transition:width 1s cubic-bezier(.4,0,.2,1),opacity .5s ease}}.hero__canvas-wrapper{width:100%;height:100%}.hero canvas{display:block;width:100%!important;height:100%!important}.hero__chevron{display:none}@media (min-width: 768px){.hero__chevron{display:block;position:absolute;bottom:32px;left:50%;transform:translate(-50%) rotate(-90deg);background:none;border:none;color:#000;font-size:48px;cursor:pointer;z-index:11;line-height:1;padding:8px;color:#0828f7;animation:chevron-bounce 1.8s ease-in-out infinite;-webkit-tap-highlight-color:transparent;transition:opacity .6s ease}}@keyframes chevron-bounce{0%,to{transform:translate(-50%) rotate(-90deg) translate(0)}50%{transform:translate(-50%) rotate(-90deg) translate(8px)}}@media (min-width: 768px){.layout--scrolled .hero{width:50vw}}.product{padding:28px 20px 0}@media (min-width: 768px){.product{padding:0 40px 0 20px}}.product__title{font-family:Geist Mono,monospace;font-size:24px;font-weight:300;margin-bottom:16px}.product__row{display:flex;align-items:center;gap:16px;margin-bottom:4px;flex-direction:row;flex-wrap:wrap}.product__price{font-family:Geist Mono,monospace;font-size:16px;font-weight:300}.product__notify-btn{font-family:Geist Mono,monospace;font-size:16px;font-weight:300;color:#fff;background-color:#0828f7;border:none;padding:6px 12px;cursor:pointer;letter-spacing:.02em;white-space:nowrap}.product__specs{list-style:none;margin-top:16px}.product__specs-item{font-family:Geist Mono,monospace;font-size:13px;font-weight:300;line-height:1.9}.product__specs-item:before{content:"•";margin-right:4px}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;align-items:center;justify-content:center}.modal--active{display:flex}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080}.modal__box{position:relative;background-color:#f0f0f0;padding:40px 28px 32px;width:calc(100% - 40px);max-width:420px;z-index:1}.modal__close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:18px;cursor:pointer;color:#000;padding:4px}.modal__text{font-family:Geist Mono,monospace;font-size:16px;font-weight:300;line-height:1.7;text-align:center;margin-bottom:24px}.modal__form{display:flex;flex-direction:column;gap:10px}.modal__input{font-family:Geist Mono,monospace;font-size:13px;font-weight:300;width:100%;padding:10px 14px;border:1px solid #ccc;background-color:#fff;outline:none;color:#000}.modal__input::placeholder{color:#aaa}.modal__input:focus{border-color:#0828f7}.modal__consent{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.modal__consent-checkbox{margin-top:2px;flex-shrink:0;width:16px;height:16px;accent-color:#0828f7;cursor:pointer}.modal__consent span{font-family:Geist Mono,monospace;font-size:11px;font-weight:300;line-height:1.6;color:#000}.modal__consent-link{color:#000;text-decoration:underline}.modal__submit{font-family:Geist Mono,monospace;font-size:13px;font-weight:300;color:#fff;background-color:#0828f7;border:none;padding:12px 16px;cursor:pointer;letter-spacing:.02em}.modal__success{font-family:Geist Mono,monospace;font-size:16px;font-weight:300;text-align:center;padding:12px 0 0;display:none}.modal__success--visible{display:block}.gallery{margin-top:24px;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}@media (min-width: 768px){.gallery{grid-template-columns:repeat(4,1fr);padding:0 40px 0 20px}}.gallery__item{aspect-ratio:1/1;overflow:hidden;background-color:#d8d8d8}.gallery__img{width:100%;height:100%;object-fit:cover;display:block}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background-color:#000000eb;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease}.lightbox--active{opacity:1;pointer-events:all}.lightbox__img{max-width:92vw;max-height:88svh;object-fit:contain;display:block;-webkit-user-select:none;user-select:none}.lightbox__close{position:absolute;top:16px;right:20px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:8px}.lightbox__prev,.lightbox__next{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:48px;cursor:pointer;padding:8px 16px;line-height:1;-webkit-user-select:none;user-select:none}.lightbox__prev{left:4px}.lightbox__next{right:4px}.gallery__item{cursor:pointer}.case-toggle{margin-top:48px;position:relative;width:calc(100% - 40px);margin-left:20px;margin-right:20px}@media (min-width: 768px){.case-toggle{width:calc(100% - 60px);margin-left:20px;margin-right:40px;margin-bottom:40px}}.case-toggle{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;box-shadow:0 0 40px 40px #f7f7f773}.case-toggle__video{display:block;width:100%;position:absolute;top:0;left:0;opacity:0}.case-toggle__video--active{position:relative;opacity:1;z-index:1}.case-toggle__video:not(.case-toggle__video--active){z-index:0}.footer{margin-top:0;padding-top:128px;position:relative;z-index:20}@media (max-width: 767px){.footer{margin-top:64px}}.footer{padding:40px 20px 52px;display:flex;flex-direction:column;align-items:center;gap:28px;background-color:#f0f0f0}.footer__logo{width:110px;height:auto;display:block}.footer__nav{display:flex;flex-direction:column;align-items:center;gap:8px}@media (min-width: 768px){.footer__nav{flex-direction:row;justify-content:center;gap:48px}}.footer__col{display:flex;flex-direction:column;align-items:center;gap:6px}.footer__link{font-family:Geist Mono,monospace;font-size:13px;font-weight:300;color:#000;text-decoration:none;letter-spacing:.02em;text-align:center}.footer__link:hover{text-decoration:underline}.footer__copy{font-family:Geist Mono,monospace;font-size:12px;color:#000}
