@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}::selection{background-color:#fff;color:#d42d32}::-moz-selection{background-color:#fff;color:#d42d32}body{background-color:#d42d32;color:#fff;font-family:Quicksand,sans-serif;font-weight:500}:root{--home-paragraph-font-size: clamp(1rem, .35vw + .95rem, 1.2rem);--home-paragraph-line-height: 1.65}.home-paragraph{margin:0;font-size:var(--home-paragraph-font-size);line-height:var(--home-paragraph-line-height)}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif}p,li,span{font-family:Quicksand,sans-serif;font-weight:500}#root,.app-wrapper{display:flex;flex-direction:column;min-height:100vh}main{flex:1;min-height:calc(100vh - 82px)}.btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif;border:none;border-radius:9999px;background-color:#fff;color:#d42d32;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn:not(:disabled):hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn:not(:disabled):active{transform:translateY(0)}.btn:disabled{cursor:not-allowed;opacity:.65;background-color:#ffffffbf;color:#d42d3299;box-shadow:none;transform:none}.link-btn{padding:.5rem 1rem;font-size:.95rem;font-weight:500;font-family:Quicksand,sans-serif;border:none;background:transparent;color:#fff;cursor:pointer;text-decoration:none;transition:all .3s ease;position:relative;display:inline-block}.link-btn:hover{color:#fcc}.link-btn:active{color:#fff}.link-btn.active{color:#ffe4e4}.header{display:flex;justify-content:center;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(to bottom,#d42d32,#d42d3200);position:fixed;top:0;left:0;right:0;z-index:999;transition:background-color .3s ease}.header-container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;max-width:1200px;gap:1rem}.header-logo{justify-self:start}.header-logo img{height:42px;cursor:pointer;transition:transform .3s ease;z-index:1001;position:relative}.header-logo img:hover{transform:scale(1.05)}.header-nav{justify-self:center}.header-links{position:relative;display:flex;justify-content:center;align-items:center;gap:0rem;padding-bottom:0rem}.header-actions{justify-self:end}.header-indicator{position:absolute;bottom:-.4rem;left:0;width:6px;height:6px;background-color:#fff;border-radius:50%;transform:translate(-50%);transition:left .35s cubic-bezier(.22,1,.36,1),opacity .2s ease;pointer-events:none;opacity:0}.header-actions{justify-self:end;display:flex;align-items:center;gap:.75rem}.hamburger-menu{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001;position:relative}.hamburger-menu span{width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px;display:block;transform-origin:center}.hamburger-menu.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-menu.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-menu.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:none;border-radius:9999px;color:#fff;cursor:pointer;transition:transform .3s ease}.header-cart:hover{transform:translateY(-2px)}.header-cart__badge{position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:9999px;background-color:#fff;color:#d42d32;font-family:Poppins,sans-serif;font-weight:700;font-size:.7rem;line-height:1}.header-cart--mobile{display:none}.language-selector{position:relative}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:none;border-radius:9999px;color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.language-button:hover{transform:translateY(-2px)}.language-icon{width:20px;height:20px;filter:brightness(0) invert(1)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border-radius:12px;box-shadow:0 8px 16px #0003;min-width:180px;overflow:hidden;z-index:1002;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-option{display:block;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:#d42d32;font-family:Quicksand,sans-serif;font-weight:600;font-size:.95rem;text-align:left;cursor:pointer;transition:all .2s ease}.language-option:hover{background-color:#ffeaea}.language-option.active{background-color:#d42d32;color:#fff;font-weight:700}@media(max-width:768px){.header{padding:1rem}.header-container{display:flex;justify-content:space-between}.hamburger-menu{display:flex;position:absolute;top:1.25rem;right:1.5rem;z-index:1003}.header-cart--mobile{display:inline-flex;position:absolute;top:1.3rem;right:4.25rem;z-index:999}.header-logo{position:relative;z-index:999}.header-nav{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:#d42d32;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:6rem 2rem;transition:right .3s ease;z-index:1000;box-shadow:-2px 0 10px #0000004d}.header-nav.open{right:0}.header-indicator{display:none}.header-links{flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding-bottom:0}.header-links .link-btn{display:flex;width:100%;justify-content:center;text-align:center;font-size:1.1rem}.mobile-menu-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;margin-top:1rem}.mobile-menu-actions .language-selector{width:100%}.mobile-menu-actions .language-button{width:100%;justify-content:center}.mobile-menu-actions .btn{width:100%}.header-actions.desktop-actions{display:none}}@media(min-width:769px){.mobile-menu-actions{display:none}.header-actions.desktop-actions{display:flex}}.footer{padding:clamp(2rem,5vh,4rem) 0;border-top:1px solid rgba(255,255,255,.16);background:#000}.footer__inner{width:min(1080px,92vw);margin:0 auto;display:grid;gap:clamp(1.5rem,4vh,3rem);justify-items:center;text-align:center}.footer__brand{display:grid;gap:.75rem;justify-items:center}.footer__logo{width:clamp(140px,22vw,220px);filter:brightness(0) invert(1)}.footer__tagline{max-width:32rem;margin:0;font-size:.95rem;color:#fffc}.footer__social{display:grid;grid-template-columns:repeat(3,40px);gap:1rem;justify-content:center;align-items:center}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;transition:background .2s ease,transform .2s ease}.footer__social-link:hover,.footer__social-link:focus-visible{background:#ffffff29;transform:translateY(-2px);outline:none}.footer__social-icon{width:20px;height:20px;filter:brightness(0) invert(1);opacity:.85}.footer__navigation{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,4vw,3rem)}.footer__group{display:grid;align-content:start;gap:1rem}.footer__group-title{margin:0;color:#fff;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.01em}.footer__links{display:grid;gap:.7rem}.footer__link{color:#ffffffb3;text-decoration:none;font-weight:500;transition:color .2s ease}.footer__link:hover,.footer__link:focus-visible{color:#fff}.footer__meta{margin:0;font-size:.75rem;color:#ffffff80}@media(min-width:768px){.footer__inner{grid-template-columns:minmax(14rem,.8fr) minmax(0,1.6fr);grid-template-areas:"brand navigation" "social navigation" "meta meta";justify-items:start;text-align:left}.footer__brand{grid-area:brand;justify-items:start}.footer__social{grid-area:social;justify-content:flex-start}.footer__navigation{grid-area:navigation}.footer__meta{grid-area:meta;justify-self:stretch;text-align:center}}@media(min-width:1100px){.footer__social{grid-template-columns:repeat(6,40px)}}@media(max-width:767px){.footer__navigation{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}.footer__group,.footer__links{justify-items:center}.footer__group:last-child{grid-column:1 / -1}}@media(max-width:420px){.footer__navigation{grid-template-columns:1fr}.footer__group:last-child{grid-column:auto}}.section{width:100%;padding:4rem 2rem;display:flex;justify-content:center;position:relative}.section-content{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem}.section--animated{opacity:0;transform:translateY(36px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.section--visible{opacity:1;transform:none}@media(max-width:768px){.section{padding:3rem 1rem}.section-content{display:flex;flex-direction:column;gap:1rem}}.col-1{grid-column:span 1;min-width:0}.col-2{grid-column:span 2;min-width:0}.col-3{grid-column:span 3;min-width:0}.col-4{grid-column:span 4;min-width:0}.col-5{grid-column:span 5;min-width:0}.col-6{grid-column:span 6;min-width:0}.col-7{grid-column:span 7;min-width:0}.col-8{grid-column:span 8;min-width:0}.col-9{grid-column:span 9;min-width:0}.col-10{grid-column:span 10;min-width:0}.col-11{grid-column:span 11;min-width:0}.col-12{grid-column:span 12;min-width:0}@media(prefers-reduced-motion:reduce){.section--animated,.section--visible{opacity:1!important;transform:none!important;transition:none!important}}@media(max-width:768px){.col-md-1{grid-column:span 1}.col-md-2{grid-column:span 2}.col-md-3{grid-column:span 3}.col-md-4{grid-column:span 4}.col-md-5{grid-column:span 5}.col-md-6{grid-column:span 6}.col-md-7{grid-column:span 7}.col-md-8{grid-column:span 8}.col-md-9{grid-column:span 9}.col-md-10{grid-column:span 10}.col-md-11{grid-column:span 11}.col-md-12{grid-column:span 12}}.hero{min-height:100vh;min-height:100svh;display:flex;align-items:center;padding-top:5.5rem}.hero-section .section-content{align-items:center;row-gap:clamp(2rem,4vw,3.5rem)}.hero-launch{grid-column:2 / 12;grid-row:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,1fr);align-items:center;gap:clamp(1.25rem,2.5vw,2rem) clamp(1.5rem,3vw,3rem);padding:clamp(1.5rem,3vw,2.25rem) clamp(1.25rem,3vw,2.5rem);border:1px solid rgba(255,255,255,.25);border-radius:clamp(2rem,5vw,3.5rem);background:#7e0d1338;box-shadow:0 1.25rem 3rem #5c070c24;text-align:center}.hero-launch__title{grid-column:1 / -1;max-width:none;margin:0;color:#fff;font-family:Poppins,sans-serif;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:600;letter-spacing:-.055em;line-height:.96;text-wrap:balance;white-space:nowrap}.hero-launch__countdown{grid-column:1;width:100%}.hero-launch__units{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.hero-launch__unit{position:relative;display:grid;justify-items:center;gap:.35rem;padding-inline:clamp(.4rem,1.4vw,1.25rem)}.hero-launch__unit+.hero-launch__unit:before{content:"";position:absolute;inset:.25rem auto .25rem 0;width:1px;background:#ffffff40}.hero-launch__value{color:#fff;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:600;letter-spacing:-.055em;line-height:.95;font-variant-numeric:tabular-nums}.hero-launch__label{color:#ffffffa8;font-family:Poppins,sans-serif;font-size:clamp(.58rem,1vw,.72rem);font-weight:600;letter-spacing:.12em;line-height:1;text-transform:uppercase}.hero-launch__live{color:#fff;font-family:Poppins,sans-serif;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:600;text-align:center}.hero-launch__signup{grid-column:2;width:100%;display:grid;justify-items:center;gap:.8rem}.hero-launch__copy{max-width:36rem;margin:0;color:#ffffffe6;font-size:clamp(.95rem,1.5vw,1.05rem);font-weight:600;line-height:1.55;text-wrap:balance}.hero-launch__form{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding:.5rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff1f;box-shadow:0 1.25rem 3rem #5c070c29}.hero-launch__input{min-width:0;padding:.9rem 1.15rem;border:0;border-radius:999px;outline:0;color:#fff;background:transparent;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:600}.hero-launch__input::placeholder{color:#ffffffa3}.hero-launch__input:focus-visible,.hero-launch__input--error{box-shadow:inset 0 0 0 2px #fff}.hero-launch__form .btn{min-height:3.25rem;padding-inline:1.75rem;white-space:nowrap}.hero-launch__button-icon{display:none}.hero-launch__error{grid-column:1 / -1;margin:.2rem 0 0;padding:.45rem 1rem .7rem;color:#fff;font-size:.9rem;font-weight:700}.hero-launch__terms{max-width:34rem;margin:-.35rem 0 0;color:#ffffffad;font-size:.82rem;line-height:1.5}.hero-launch__terms a{color:#fff;font-weight:700;text-underline-offset:.18em}.hero-launch__success{display:grid;justify-items:center;gap:.45rem;padding:1.5rem 2rem;border:1px solid rgba(255,255,255,.28);border-radius:1.5rem;background:#ffffff1a;color:#ffffffd1}.hero-launch__success-title{color:#fff;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700}.hero-heading{grid-column:2 / span 4;grid-row:2;display:flex;flex-direction:column;gap:1.5rem}.hero-heading h2{margin:0;font-size:clamp(2.5rem,3vw + 2rem,4rem);line-height:1.1;font-weight:700}.hero-heading p{margin:0;color:#fff;font-size:clamp(1.1rem,.5vw + 1rem,1.4rem);line-height:1.6}.hero-image{grid-column:6 / span 7;grid-row:2;display:flex;align-items:center;justify-content:center;padding-left:1rem}.hero-image img{width:100%;max-width:100%;aspect-ratio:1 / 1;border-radius:1.5rem;object-fit:cover}.hero-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1024px){.hero{min-height:auto;padding-top:5.5rem}.hero-section .section-content{gap:2.5rem}.hero-launch{order:1;width:100%;max-width:64rem;margin-inline:auto}.hero-heading{order:2;text-align:center;align-items:center}.hero-image{order:3;padding-left:0}.hero-launch,.hero-heading,.hero-image{grid-column:span 12;grid-row:auto}}@media(max-width:800px){.hero{padding-top:4.6rem}.hero .hero-section{padding-top:.75rem}.hero-launch{grid-template-columns:1fr;justify-items:center;gap:.9rem;padding:1.25rem;border-radius:1.75rem}.hero-launch__title{font-size:clamp(1.9rem,8vw,2.4rem);line-height:1;white-space:normal}.hero-launch__countdown,.hero-launch__units{grid-column:1;width:100%}.hero-launch__signup{grid-column:1}.hero-launch__value{font-size:clamp(1.75rem,8vw,2.35rem)}.hero-launch__label{font-size:clamp(.46rem,1.9vw,.56rem);letter-spacing:.07em}.hero-launch__unit{gap:.3rem;padding-inline:.3rem}.hero-launch__signup{gap:.65rem}.hero-launch__copy{max-width:28rem;font-size:.9rem;line-height:1.4}.hero-launch__form{grid-template-columns:minmax(0,1fr) auto;gap:.35rem;padding:.35rem;border-radius:999px}.hero-launch__input{min-height:2.75rem;padding:.65rem .9rem;font-size:.95rem;text-align:left}.hero-launch__form .btn{width:2.75rem;min-height:2.75rem;padding:0;display:grid;place-items:center}.hero-launch__button-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.hero-launch__button-icon{position:relative;display:block;width:.95rem;height:1px;background:currentColor}.hero-launch__button-icon:after{content:"";position:absolute;top:50%;right:0;width:.4rem;height:.4rem;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:translateY(-50%) rotate(45deg);transform-origin:center}.hero-launch__terms{margin-top:0;font-size:.72rem;line-height:1.4}}.card{border-radius:3rem;background-color:#fff;color:#513333;overflow:hidden}.what-is-it-summary,.what-is-it-visual,.what-is-it-selector{color:#1f1f1f}.what-is-it-summary{grid-row:span 2;display:flex;flex-direction:column;justify-content:center;gap:1.25rem;padding:2.5rem}.what-is-it-summary__active{display:flex;flex-direction:column;gap:.75rem;animation:fade-in .35s ease-in-out}.what-is-it-summary__active h3{margin:0;font-size:clamp(1.25rem,1vw + 1.1rem,1.6rem);line-height:1.2;font-weight:600;color:#d42d32}.what-is-it-summary__active p{margin:0;opacity:.85}@keyframes fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.what-is-it-visual{position:relative;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}.what-is-it-visual__stage{position:relative;width:100%;height:100%;background-color:#d42d32}.what-is-it-visual__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(.96);transition:opacity .45s ease-out,transform .45s ease-out}.what-is-it-visual__image.is-loaded{opacity:1;transform:scale(1);z-index:2}.what-is-it-visual__image.is-exiting{opacity:0;transform:scale(1.04);z-index:1}.what-is-it-selector{display:flex;flex-direction:column;gap:1.5rem}.what-is-it-selector__tabs{position:relative;display:flex;border-radius:999px;padding:.35rem;gap:.25rem}.what-is-it-selector__slider{position:absolute;top:.35rem;bottom:.35rem;left:0;border-radius:999px;background:#d42d32;transition:transform .25s ease-in-out,width .25s ease-in-out;z-index:0}.what-is-it-selector__tab{position:relative;flex:1;border:none;background:none;border-radius:999px;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;letter-spacing:.02em;cursor:pointer;color:inherit;z-index:1;transition:color .2s ease;min-width:0}.what-is-it-selector__tab.is-active{color:#fff}.what-is-it-selector__tab span{pointer-events:none;display:block;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.2;max-height:2.4em}.what-is-it-selector__content{display:flex;align-items:center;min-height:6rem}.what-is-it-selector__content p{margin:0}@media(max-width:1024px){.what-is-it-summary{grid-column:span 12;grid-row:auto;order:3}.what-is-it-visual{grid-column:span 12;order:1}.what-is-it-selector{grid-column:span 12;order:2}}@media(max-width:768px){.what-is-it-summary{order:3}.what-is-it-visual{order:1}.what-is-it-selector{display:flex;flex-direction:column-reverse;order:2}}:root{--viewport-height: calc(100vh - env(safe-area-inset-top, 0px)) ;--feature-block: min(500px, 70vh);--mobile-card-width: min(80vw, 18rem)}@supports (height: 100svh){:root{--viewport-height: calc(100svh - env(safe-area-inset-top, 0px)) ;--feature-block: min(500px, 70svh)}}.features-section{padding-top:0;padding-bottom:0;width:100%;padding:4rem 2rem;display:flex;justify-content:center;overflow:visible}.features-section .section-content{width:100%;max-width:1200px;display:block;overflow:visible}.features-container{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem;align-items:start;overflow:visible}.features-container--mobile{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.sticky-media{grid-column:1 / span 6;position:sticky;top:env(safe-area-inset-top,0px);height:var(--viewport-height);display:flex;justify-content:center}.sticky-media__frame{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sticky-media__inner{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden}.sticky-media__layer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;opacity:0;transition:opacity .6s ease-in-out;display:flex;align-items:center;justify-content:center;pointer-events:none;background-color:transparent}.sticky-media__layer img{width:100%;height:100%;object-fit:contain}.sticky-media__layer.is-active{opacity:1;z-index:1}.sticky-list{grid-column:8 / span 4;display:flex;flex-direction:column;gap:var(--feature-block);padding-top:var(--sticky-top-gap, calc((var(--viewport-height) - var(--feature-block)) / 2));padding-bottom:var(--sticky-bottom-gap, calc((var(--viewport-height) - var(--feature-block)) / 2))}.sticky-item{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1.75rem;border-radius:20px;background:#fff;box-shadow:0 18px 32px #0000001f;border:none}.sticky-item h3{margin:0;font-size:1.5rem;font-weight:600}.sticky-item p{margin:0;font-weight:500;opacity:.8}.mobile-carousel-media{display:none}.mobile-carousel-media__inner{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden}.mobile-carousel-media__layer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:0;transition:opacity .6s ease-in-out;display:flex;align-items:center;justify-content:center;pointer-events:none;background:transparent}.mobile-carousel-media__layer.is-active{opacity:1;z-index:1}.mobile-carousel-media__layer img{width:100%;height:100%;object-fit:contain}.mobile-carousel{display:none}.sticky-item--mobile{min-width:var(--mobile-card-width);flex:0 0 var(--mobile-card-width);scroll-snap-align:center}@media(max-width:768px){:root{--feature-block: min(500px, 45vh)}@supports (height: 100svh){:root{--feature-block: min(500px, 45svh)}}.features-section{padding:3rem 1rem}.features-section .section-content{display:block;max-width:100%}.sticky-media{display:none}.mobile-carousel-media{display:block}.mobile-carousel{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;padding:0 calc((100% - var(--mobile-card-width)) / 2);padding-bottom:1.25rem;scroll-padding:0 calc((100% - var(--mobile-card-width)) / 2);overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mobile-carousel::-webkit-scrollbar{display:none}.sticky-item{padding:1.5rem;border-radius:18px;box-shadow:0 14px 28px #00000029}}.rotary-button-card{padding:clamp(1.75rem,2vw + 1.5rem,3rem);display:flex;justify-content:center;background:#d8c1a4;color:#000}.rotary-button-content{width:100%;display:flex;align-items:stretch;gap:clamp(1.5rem,2vw + 1rem,3rem)}.rotary-button-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1rem}.rotary-button-text h2{margin:0;font-size:clamp(2rem,2.5vw + 1.5rem,3.25rem);line-height:1.1;color:#000}.rotary-button-text p{margin:0;color:#000}.rotary-button-media{flex:1;display:flex;align-items:center;justify-content:center;position:relative}.rotary-button-video{width:100%;max-width:520px;aspect-ratio:1 / 1;border-radius:1.25rem;overflow:hidden}.rotary-button-repeat{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4rem;height:4rem;padding:0;border:none;background:#ffffffe6;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.rotary-button-repeat:hover{background:#fff;transform:translate(-50%,-50%) scale(1.1)}.rotary-button-repeat:active{transform:translate(-50%,-50%) scale(.95)}.rotary-button-repeat img{width:2rem;height:2rem;object-fit:contain}@media(max-width:768px){.rotary-button-card{padding:1.75rem}.rotary-button-content{flex-direction:column}.rotary-button-text{text-align:center}.rotary-button-video{max-width:100%}}.thin-text{grid-column:2 / 6;display:flex;flex-direction:column;justify-content:center;gap:1rem}.thin-text h2{margin:0;font-size:clamp(2rem,2.5vw + 1.5rem,3.25rem);line-height:1.1;font-family:Poppins,sans-serif;font-weight:600}.thin-heading__highlight{font-family:Poppins,sans-serif;font-weight:200}.thin-text p{margin:0;color:#fff}.thin-image{grid-column:7 / 13;display:flex;align-items:center;justify-content:center}.thin-image img{width:100%;max-width:100%;aspect-ratio:1 / 1;height:auto;border-radius:1rem;object-fit:cover}@media(max-width:768px){.thin-text{text-align:center}}.design-section .section-content{align-items:stretch}.design-text{grid-column:8 / 12;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding-right:1rem}.design-text h2{margin:0;font-size:clamp(2rem,2.5vw + 1.5rem,3.25rem);line-height:1.1}.design-text p{margin:0;color:#fff}.design-canvas{grid-column:1 / 8;display:flex;align-items:center;justify-content:center}.design-canvas__viewport{width:100%;aspect-ratio:1 / 1;border-radius:1.5rem;position:relative;overflow:hidden}.design-canvas__canvas{width:100%;height:100%}.design-canvas__fallback{width:100%;height:100%;object-fit:contain}@media(max-width:768px){.design-text{grid-column:span 12;padding-right:0;text-align:center;order:-1}.design-canvas{grid-column:span 12}.design-canvas__viewport{aspect-ratio:4 / 5}}.easy-to-use-text{grid-column:2/6;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding-right:2rem}.easy-to-use-text h2{margin:0;font-size:clamp(2rem,2.5vw + 1.5rem,3.25rem);line-height:1.1}.easy-to-use-text p{margin:0;color:#fff}.easy-to-use-highlights{display:flex;flex-direction:column;gap:1.25rem}.easy-to-use-highlight h3{margin:0;font-size:clamp(1.15rem,.6vw + 1.1rem,1.625rem);font-weight:600;color:#fff}.easy-to-use-highlight p{margin-top:.35rem;color:#ffffffdb}.easy-to-use-logo{grid-column:span 7;display:flex;align-items:center;justify-content:center;padding:2rem}.easy-to-use-logo img{width:100%;max-width:400px;height:auto;transition:transform .18s ease-out;will-change:transform;filter:drop-shadow(0 18px 46px rgba(0,0,0,.394))}@media(max-width:768px){.easy-to-use-text{grid-column:span 12;padding-right:0;text-align:center}.easy-to-use-highlights{align-items:center}.easy-to-use-highlight{max-width:32rem}.easy-to-use-logo{grid-column:span 12}.easy-to-use-logo img{max-width:280px}}.specs-section{margin-top:4rem}.specs-card{grid-column:3 / 11;background:#d8c1a4;border-radius:2rem;padding:2.75rem 3rem;color:#1f1f1f;box-shadow:0 20px 50px #00000014}.specs-title{margin:0 0 2rem;color:#0f0f0f;font-size:clamp(1.8rem,2vw + 1rem,2.4rem);text-align:center}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.specs-category-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#0f0f0f;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.5rem}.specs-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.specs-item{font-size:.95rem;line-height:1.4}.specs-label{font-weight:700;color:#333}.specs-value{color:#1f1f1f}@media(max-width:1024px){.specs-card{grid-column:2 / 12}}@media(max-width:768px){.specs-card{grid-column:1 / -1;padding:2rem}.specs-grid{grid-template-columns:1fr}}.faq-section{margin-top:4rem}.faq-card{grid-column:3 / 11;background:#d8c1a4;border-radius:2rem;padding:2.75rem 3rem;color:#1f1f1f;box-shadow:0 20px 50px #00000014}.faq-title{margin:0 0 1.5rem;color:#0f0f0f;font-size:clamp(1.8rem,2vw + 1rem,2.4rem);text-align:center}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#ffffff59;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.faq-item.is-open{box-shadow:0 10px 25px #0000001a;transform:translateY(-1px)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:transparent;border:none;color:inherit;text-align:left;cursor:pointer;gap:1rem}.faq-question__text{margin:0;font-size:1.05rem;font-weight:700;line-height:1.35}.faq-question:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.faq-toggle{font-size:1.25rem;line-height:1;padding-left:.75rem}.faq-answer{max-height:0;opacity:0;transition:max-height .35s ease,opacity .35s ease;overflow:hidden;padding:0 1.25rem}.faq-answer p{margin:.35rem 0 1rem;font-size:1rem;font-weight:500;line-height:1.6}.faq-answer.is-open{opacity:1;padding-bottom:1rem}@media(max-width:1024px){.faq-card{grid-column:2 / 12}}@media(max-width:900px){.faq-card{grid-column:1 / -1;padding:2.25rem 1.75rem}.faq-question__text{font-size:1rem}}.about-page{display:flex;flex-direction:column;gap:0;margin-top:90px}.about-section .section-content{row-gap:3rem}.about-hero__content,.about-story__content,.about-team__intro,.about-team__list{grid-column:4 / 10}.about-hero__content{display:flex;flex-direction:column;gap:1.25rem;text-align:center}.about-hero__content h1{margin:0;font-size:clamp(2.5rem,3vw + 1.5rem,3.5rem);color:#fff}.about-hero__content p{margin:0;font-size:clamp(1.05rem,.4vw + 1rem,1.3rem);line-height:1.7;color:#ffffffd9}.about-story__content{display:flex;flex-direction:column;gap:1.5rem}.about-story__content h2{margin:0;font-size:clamp(1.8rem,2vw + 1rem,2.4rem);color:#fff}.about-story__content p{margin:0;line-height:1.7;color:#ffffffd9}.about-team__intro{display:flex;flex-direction:column;gap:.75rem;text-align:center}.about-team__intro h2{margin:0;font-size:clamp(1.8rem,2vw + 1rem,2.4rem);color:#fff}.about-team__subtitle{margin:0;color:#ffffffbf}.about-team__list{display:flex;flex-direction:column;gap:3rem}.about-team__member{display:flex;align-items:center;gap:2.5rem}.about-team__member--reverse{flex-direction:row-reverse}.about-team__media{flex:0 0 280px;display:flex;justify-content:center}.about-team__media img{width:100%;max-width:280px;height:auto;border-radius:16px;object-fit:cover;box-shadow:0 18px 60px #00000059}.about-team__details{display:flex;flex-direction:column;gap:.75rem;color:#fff}.about-team__details h3{margin:0;font-size:clamp(1.6rem,1.4vw + 1.1rem,2.2rem)}.about-team__role{margin:0;font-weight:600;color:#ffffffbf}.about-team__details p{margin:0;line-height:1.7;color:#ffffffd9}@media(max-width:1024px){.about-team__member{gap:2rem}.about-team__media{flex-basis:240px}.about-team__media img{max-width:240px}}@media(max-width:768px){.about-section .section-content{gap:2rem}.about-hero__content,.about-story__content,.about-team__intro,.about-team__list{grid-column:auto}.about-team__member,.about-team__member--reverse{flex-direction:column;text-align:center}.about-team__media{flex-basis:auto}.about-team__media img{max-width:220px}.about-team__details{align-items:center}}.contact-page{display:flex;flex-direction:column;gap:0;margin-top:90px}.contact-section{width:100%}.contact-heading{text-align:center;margin:0;font-size:clamp(2.5rem,3vw + 1.5rem,3.5rem);color:#fff}.contact-subtitle{text-align:center;margin:0;font-size:clamp(1.05rem,.4vw + 1rem,1.3rem);line-height:1.7;max-width:52ch;opacity:.85;justify-self:center;color:#fff}.contact-section--details .section-content{align-items:stretch;row-gap:3rem}.contact-section--details .contact-item{grid-column:4 / 10}.contact-item{display:flex;flex-direction:column;gap:1rem;height:100%}.contact-item h2{margin:0;font-size:clamp(1.5rem,1.2vw + 1.1rem,2rem);color:#fff}.contact-item p{margin:0;font-size:1rem;line-height:1.7;opacity:.85;color:#fff}.contact-email-link{color:#fff;font-weight:600;text-decoration:underline;text-decoration-thickness:.12em;text-decoration-color:#fff6;transition:color .2s ease,text-decoration-color .2s ease}.contact-email-link:hover{color:#fff;text-decoration-color:currentColor;opacity:1}@media(max-width:1024px){.contact-card{padding:2.25rem}}@media(max-width:768px){.contact-section--details .section-content{gap:1.5rem}.contact-card{padding:2rem}}.policy-page{display:flex;flex-direction:column}.policy-section{width:100%}.policy-card{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;padding:clamp(1.5rem,4vw,3rem);background-color:#fff;color:#333}.policy-title,.policy-status h1{margin:0;color:#4d4d4d;font-size:clamp(2rem,2.5vw + 1.5rem,3rem)}.policy-status{display:flex;flex-direction:column;gap:1rem;margin:0;line-height:1.7}.policy-content{display:flex;flex-direction:column;gap:1rem;overflow-wrap:anywhere;font-size:1rem;line-height:1.75}.policy-content h1,.policy-content h2,.policy-content h3,.policy-content h4{margin:1rem 0 0;color:#4d4d4d;line-height:1.3}.policy-content h2{font-size:clamp(1.4rem,1.1vw + 1.1rem,2rem)}.policy-content h3{font-size:1.2rem}.policy-content p,.policy-content ul,.policy-content ol{margin:0}.policy-content ul,.policy-content ol{display:flex;flex-direction:column;gap:.45rem;padding-left:1.4rem}.policy-content a{color:#d42d32;font-weight:600;text-decoration:underline;text-decoration-color:#d42d3266;text-decoration-thickness:.12em}.policy-content a:hover{color:#a31f23;text-decoration-color:currentColor}.policy-content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.policy-content th,.policy-content td{padding:.6rem;border:1px solid rgba(81,51,51,.2);text-align:left;vertical-align:top}.certification-page{display:flex;flex-direction:column}.certification-section{width:100%}.certification-card{display:flex;flex-direction:column;gap:2rem;padding:3rem;background-color:#fff;color:#000;max-width:900px;margin:4rem auto 0}.certification-title{margin:0;font-size:clamp(2rem,2.5vw + 1.5rem,3rem);color:#4d4d4d}.certification-description{display:none}.certification-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.certification-item{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.25rem 1.5rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#f9f9f9}@media(max-width:600px){.certification-item{flex-direction:column;gap:1rem}}.certification-item__body{display:contents}.certification-item__title{margin:0;font-size:clamp(1rem,.8vw + .85rem,1.25rem);color:#4d4d4d}.certification-item__desc{margin:0;font-size:.95rem;line-height:1.65;opacity:.75}.certification-item__link{display:inline-flex;align-items:center;white-space:nowrap;padding:.5rem 1.1rem;border-radius:6px;background:#000;color:#fff;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s ease,transform .15s ease;align-self:flex-start;flex-shrink:0}.certification-item__link:hover,.certification-item__link:focus-visible{background:#333;transform:translateY(-1px);outline:none}.shop-page{--shop-cream: #fdf6e9;--shop-cream-deep: #f5ead2;--shop-field: #fffdf8;padding-top:2.75rem}.shop-page .card{background-color:var(--shop-cream)}.shop-page .btn.shop-btn-red{background-color:#d42d32;color:#fff}.shop-page .btn.shop-btn-red:not(:disabled):hover{background-color:#b8262a}.shop-page .btn.shop-btn-red:disabled,.shop-page .btn.shop-btn-red[disabled]{opacity:1;background-color:#cf8285;color:#fff;box-shadow:none;transform:none}.shop-currency-control{position:relative;display:inline-flex;align-items:center;gap:.35rem;width:fit-content}.shop-currency{display:inline-flex;align-items:center;gap:.1rem;padding:.15rem;border:1px solid rgba(255,255,255,.35);border-radius:9999px}.shop-currency__option{padding:.22rem .7rem;border:none;border-radius:9999px;background:transparent;color:#ffffffbf;font-family:Quicksand,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.04em;cursor:pointer;transition:background-color .2s ease,color .2s ease}.shop-currency__option:hover{color:#fff}.shop-currency__option--static{cursor:default}.shop-currency__option.active{background-color:var(--shop-cream, #fdf6e9);color:#d42d32}.shop-currency__info{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;flex:none;padding:0;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:transparent;color:#fff;font-family:Georgia,serif;font-size:.9rem;font-weight:700;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.shop-currency__info:hover,.shop-currency__info:focus-visible,.shop-currency__info[aria-expanded=true]{border-color:#fff;background:#ffffff29}.shop-currency__info:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.shop-currency__popover{position:absolute;top:calc(100% + .6rem);right:0;z-index:20;display:flex;flex-direction:column;gap:.4rem;width:min(320px,calc(100vw - 2rem));padding:.9rem 1rem;border:1px solid rgba(81,51,51,.16);border-radius:1rem;background:var(--shop-cream, #fdf6e9);color:#513333;box-shadow:0 14px 35px #3714153d;font-size:.85rem;line-height:1.5}.shop-currency__popover strong{font-family:Poppins,sans-serif;color:#d42d32}.shop-currency__popover p{margin:0}.shop-preorder{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:.25rem .75rem;width:fit-content;border:1px solid rgba(36,112,71,.28);border-radius:1rem;padding:.65rem .85rem;background:#2e8b5717;color:#513333}.shop-preorder__headline{font-family:Poppins,sans-serif;font-weight:600;font-size:.8rem;color:#247047}.shop-preorder__eta{font-size:.78rem;font-weight:600;opacity:.7}.shop-preorder__urgency{display:none}.shop-preorder--card{align-self:flex-start}.shop-preorder--panel{flex-direction:column;align-items:flex-start;width:100%;margin-top:.25rem}.shop-preorder--inline{background:#2e8b5714;color:#513333;padding:.7rem .9rem;border-radius:1rem;border:1.5px dashed rgba(36,112,71,.38)}.shop-preorder--inline .shop-preorder__headline{font-size:.95rem;color:#247047}.shop-price-was{margin-right:.45rem;font-size:.85em;font-weight:500;opacity:.55;text-decoration:line-through}.shop-preorder-cut{display:block;font-family:Quicksand,sans-serif;font-size:.85rem;font-weight:700;color:#2e8b57}.shop-cart__total .shop-money-pending{margin-left:.45rem}.shop-money-pending{display:inline-block;width:.95rem;height:.95rem;border:2px solid rgba(81,51,51,.25);border-top-color:#d42d32;border-radius:50%;vertical-align:middle;animation:shop-spin .8s linear infinite}.shop-soldout-note{font-size:.85rem;font-weight:600;color:#513333bf}.shop-cart__shipping-note{font-size:.85rem;font-weight:600;color:#2e8b57}.shop-cart__contact-link{color:#d42d32;font-weight:700;text-decoration:underline}.shop-pack-icon{display:inline-flex;gap:3px;color:#d42d32}.shop-pack-icon svg{width:33px;height:33px}.shop-pack-icon--grid{display:grid;grid-template-columns:repeat(4,min-content)}.shop-usecase{min-height:1.5em;font-size:clamp(1.05rem,.7vw + .9rem,1.35rem);font-weight:600;color:#ffffffdb}.shop-usecase__item{display:inline-block;animation:shop-usecase-in .45s ease}@keyframes shop-usecase-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.shop-configure__accessory-visual{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:96px;flex-shrink:0;background:var(--shop-cream-deep);color:#d42d32;overflow:hidden;box-shadow:0 3px 8px #3c080a24}.shop-configure__accessory-visual svg{width:40px;height:40px}.shop-configure__accessory-visual img{width:100%;height:100%;object-fit:cover}.shop-cart__line-lead{display:flex;align-items:center;flex:1;gap:.85rem;min-width:0;padding:0;border:none;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.shop-cart__line-lead:hover .shop-cart__line-name,.shop-cart__line-lead:focus-visible .shop-cart__line-name{text-decoration:underline;text-decoration-color:#d42d3299}.shop-cart__line-visual{display:flex;align-items:center;justify-content:center;width:84px;height:84px;flex-shrink:0;border-radius:.9rem;background:var(--shop-cream-deep);color:#d42d32;overflow:hidden;box-shadow:0 3px 8px #3c080a24}.shop-cart__line-visual svg{width:29px;height:29px}.shop-cart__line-visual img{width:100%;height:100%;object-fit:cover}.shop-cart__line-visual .shop-pack-icon{gap:2px}.shop-cart__line-visual .shop-pack-icon svg{width:14px;height:14px}.shop-cart__line-visual .shop-pack-icon--grid svg{width:10px;height:10px}.shop-badge{display:inline-block;margin-left:.4rem;padding:.08rem .45rem;border-radius:9999px;font-family:Quicksand,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.shop-badge--sold-out{background:#5133331f;color:#513333bf}.shop-badge--preorder{border:1px solid rgba(36,112,71,.34);background:#2e8b571a;color:#247047}.shop-badge--low{background:#fff0cc;color:#8a5a00}.shop-benefits{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1.4rem;width:100%;margin:0;padding:.65rem .9rem;border:1px solid rgba(255,255,255,.24);border-radius:.9rem;background:#5216181f;font-size:.83rem;font-weight:600;color:#fffffff0}.shop-benefits__item{display:inline-flex;align-items:center;gap:.5rem;font-family:Poppins,sans-serif}.shop-benefits__check{width:1.1rem;height:1.1rem;flex:none;color:#b9e4c9}.shop-benefits--card{gap:.4rem 1.4rem;padding:.78rem .9rem;border-color:#247047;background:#247047;color:#fff;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.35;box-shadow:0 7px 18px #1f694133}.shop-benefits--card .shop-benefits__check{width:1.35rem;height:1.35rem;color:#fff}.shop-pack-picker__option.sold-out{opacity:.5;cursor:not-allowed}.shop-pack-picker__option:disabled{cursor:not-allowed}.shop-status{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1rem;border-radius:9999px;font-size:.9rem;font-weight:600}.shop-status--loading{background:#ffffff26;color:#ffffffe6}.shop-status--error{background:#3c080a59;border:1.5px solid rgba(255,200,200,.6);color:#fff}.shop-status__spinner{width:.9rem;height:.9rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:shop-spin .8s linear infinite}@keyframes shop-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.shop-status__spinner,.shop-money-pending,.shop-usecase__item{animation:none}.shop-device-card__media img,.shop-configure__still img{transition:none}}.shop-stepper{display:inline-flex;align-items:center;gap:.65rem}.shop-stepper__btn{width:2rem;height:2rem;border:none;border-radius:50%;background-color:#d42d32;color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.shop-stepper__btn:not(:disabled):hover{background-color:#b8262a}.shop-stepper__btn:disabled{opacity:.35;cursor:not-allowed}.shop-stepper__value{min-width:1.5rem;text-align:center;font-weight:700}.shop-cart-pill{position:fixed;right:1.5rem;bottom:1.5rem;z-index:50;display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.4rem;border:none;border-radius:9999px;background-color:var(--shop-cream, #fdf6e9);color:#d42d32;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 6px 18px #3c080a40;transition:transform .2s ease,box-shadow .2s ease}.shop-cart-pill:hover{transform:translateY(-2px);box-shadow:0 8px 22px #3c080a4d}.shop-cart-pill__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .3rem;border-radius:9999px;background-color:#d42d32;color:#fff;font-size:.85rem}.shop-cart-pill__total{font-family:Quicksand,sans-serif;font-weight:700}.shop-hero__head{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.shop-hero__head .shop-currency-control{position:absolute;top:.35rem;right:0}.shop-hero__head h1{font-size:clamp(2.25rem,3vw + 1.5rem,3.5rem);line-height:1.1}.shop-hero__head p{max-width:60ch}.shop-first-batch-banner{display:flex;flex-direction:column;align-items:center;width:fit-content;max-width:100%;gap:.3rem;margin:0 auto;padding:1rem 1.6rem;border:1px solid rgba(81,51,51,.08);border-radius:1.75rem;background:var(--shop-cream);font-family:Poppins,sans-serif;color:#513333;line-height:1.35;text-align:center}.shop-first-batch-banner__eyebrow{color:#d42d32;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.shop-first-batch-banner__offer{color:#247047;font-size:1.08rem;font-weight:700}.shop-first-batch-banner small{color:#5133336b;font-size:.82rem;font-weight:600}.shop-hero.section{padding-bottom:0}.shop-device-product{--shop-product-outer-space: clamp(1.5rem, 3vw, 2.4rem);--shop-product-inner-space: clamp(.55rem, 1vw, .8rem);display:grid;grid-template-columns:minmax(360px,1.18fr) minmax(300px,.82fr);align-items:center;gap:clamp(1.75rem,3vw,2.75rem);padding:var(--shop-product-outer-space);border:1px solid rgba(81,51,51,.08);box-shadow:0 22px 55px #52161829}.shop-device-card__media{--shop-image-inset: var(--shop-product-inner-space);position:relative;width:100%;aspect-ratio:1 / 1;border-radius:1.35rem;overflow:hidden;background:transparent}.shop-device-card__media img{position:absolute;inset:var(--shop-image-inset);width:calc(100% - (var(--shop-image-inset) + var(--shop-image-inset)));height:calc(100% - (var(--shop-image-inset) + var(--shop-image-inset)));object-fit:cover;display:block;border-radius:1.1rem;box-shadow:0 4px 9px #3c080a29;opacity:0;pointer-events:none;transition:opacity .55s ease-in-out}.shop-device-card__media img.is-active{opacity:1}.shop-device-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;width:100%;padding:clamp(.65rem,1.2vw,1rem) var(--shop-product-inner-space)}.shop-device-card__body h2{font-size:clamp(1.75rem,1.5vw + 1.25rem,2.5rem)}.shop-device-card__tagline{max-width:54ch;font-size:clamp(1rem,.35vw + .92rem,1.12rem);line-height:1.65;color:#513333d1}.shop-device-card__packs{list-style:none;width:100%;display:flex;flex-direction:column;gap:.55rem}.shop-device-card__pack{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;border:1px solid rgba(81,51,51,.09);border-radius:1rem;background:#fffdf8b8;color:#513333;font:inherit;text-align:left;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.shop-device-card__pack:hover{border-color:#d42d3273;background:#d42d320f;transform:translateY(-1px)}.shop-device-card__pack:focus-visible{outline:3px solid rgba(212,45,50,.35);outline-offset:2px}.shop-device-card__pack-info{display:flex;flex-direction:column;gap:.08rem}.shop-device-card__pack-name{display:flex;align-items:center;gap:.35rem;font-family:Poppins,sans-serif;font-weight:600}.shop-device-card__pack-name .shop-badge{margin-left:0}.shop-device-card__pack-detail{font-size:.78rem;font-weight:600;color:#51333394}.shop-device-card__pack-price{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;font-family:Quicksand,sans-serif;font-weight:600;text-align:right}.shop-device-card__price-line{display:flex;align-items:baseline;gap:.4rem;white-space:nowrap}.shop-device-card__price-line strong{font-size:1.08rem;font-weight:600}.shop-device-card__pack-savings{font-family:Quicksand,sans-serif;font-style:normal;font-size:.85rem;font-weight:600;color:#2e8b57}.shop-device-card__preorder-cut{font-family:Quicksand,sans-serif;font-style:normal;font-size:.85rem;font-weight:700;color:#247047}.shop-accessories__title{margin-top:1.5rem;font-size:clamp(1.5rem,1.2vw + 1.1rem,2rem)}.shop-accessories__intro{max-width:760px;margin-top:-.5rem;font-size:clamp(1rem,.35vw + .9rem,1.15rem);color:#ffffffe0}.shop-accessory-product{--shop-accessory-outer-space: clamp(1.1rem, 2vw, 1.5rem);--shop-accessory-inner-space: clamp(.4rem, .8vw, .65rem);display:flex;flex-direction:column;gap:1rem;min-width:0;padding:var(--shop-accessory-outer-space);border:1px solid rgba(81,51,51,.08);box-shadow:0 18px 42px #52161824}.shop-accessory-card{display:flex;flex-direction:column;align-items:flex-start;flex:1;gap:.75rem;width:100%;padding:var(--shop-accessory-inner-space)}.shop-accessory-card__media{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;flex:none;border-radius:1.2rem;overflow:hidden;background:transparent;color:#d42d32;box-shadow:0 20px 42px #3c080a3d,0 4px 10px #3c080a1f}.shop-accessory-card__icon{width:92px;height:92px;stroke-width:1.25}.shop-accessory-card__photo{width:100%;height:100%;object-fit:cover;display:block}.shop-accessory-card__blurb{flex:1;color:#513333d9}.shop-accessory-card__price{display:flex;flex-direction:column;font-family:Quicksand,sans-serif;font-weight:600;font-size:1.4rem}.shop-accessory-card__bundle-hint{font-family:Quicksand,sans-serif;font-size:.85rem;font-weight:600;color:#513333a6}.shop-configure-product{--shop-configure-outer-space: clamp(1.5rem, 3vw, 2.4rem);--shop-configure-inner-space: clamp(.55rem, 1vw, .8rem);display:grid;grid-template-columns:minmax(360px,1.18fr) minmax(320px,.82fr);align-items:stretch;gap:clamp(1.75rem,3vw,2.75rem);padding:var(--shop-configure-outer-space);overflow:visible;border:1px solid rgba(81,51,51,.08);box-shadow:0 22px 55px #52161829}.shop-configure__head{position:relative;display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;justify-content:space-between;gap:1rem}.shop-configure__head .shop-currency-control{position:absolute;top:.35rem;right:0}.shop-configure__head h1{align-self:flex-start;font-size:clamp(2.25rem,3vw + 1.5rem,3.5rem);line-height:1.1}.shop-configure__stage{min-width:0}.shop-configure__viewport{position:sticky;top:6rem;width:100%;aspect-ratio:1 / 1;border-radius:1.35rem;overflow:hidden;background:transparent}.shop-configure__still{position:relative;width:100%;height:100%;overflow:hidden}.shop-configure__still img{position:absolute;inset:var(--shop-configure-inner-space);display:block;width:calc(100% - (var(--shop-configure-inner-space) * 2));height:calc(100% - (var(--shop-configure-inner-space) * 2));border-radius:1.1rem;object-fit:cover;box-shadow:0 4px 9px #3c080a29;opacity:0;pointer-events:none;transition:opacity .55s ease-in-out}.shop-configure__still img.is-active{opacity:1}.shop-configure__panel{display:flex;flex-direction:column;align-items:stretch;gap:1rem;min-width:0;padding:clamp(.65rem,1.2vw,1rem) var(--shop-configure-inner-space);align-self:start}.shop-configure__bundle-head{display:flex;flex-direction:column;gap:.25rem}.shop-configure__bundle-head h2{font-size:clamp(1.75rem,1.5vw + 1.25rem,2.5rem)}.shop-configure__bundle-head .shop-usecase{color:#513333b8}.shop-configure__section-title{margin-top:.35rem;font-size:1.25rem}.shop-pack-picker{display:grid;grid-template-columns:1fr;gap:.55rem}.shop-pack-picker__option{display:grid;grid-template-columns:minmax(58px,auto) minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:.12rem .8rem;min-height:76px;padding:.75rem .9rem;border:1px solid rgba(81,51,51,.09);border-radius:1rem;background:#fffdf8b8;color:#513333;font-family:Quicksand,sans-serif;text-align:left;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.shop-pack-picker__visual{display:flex;align-items:center;justify-content:flex-start;grid-column:1;grid-row:1 / span 2;width:100%;color:#d42d32}.shop-pack-picker__count{font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:700;line-height:1}.shop-pack-picker__option:not(:disabled):hover{border-color:#d42d3273;background:#d42d320a;transform:translateY(-1px)}.shop-pack-picker__option.active{border-color:#d42d32;background:#d42d320f;box-shadow:0 0 0 2px #d42d321a}.shop-pack-picker__name{grid-column:2;grid-row:1;font-weight:700;font-size:.9rem;line-height:1.25;color:#513333b8}.shop-pack-picker__price-row{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;grid-column:3;grid-row:1 / span 2;gap:.35rem}.shop-pack-picker .shop-badge{margin-left:0}.shop-pack-picker__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.3rem;font-family:Quicksand,sans-serif;font-weight:600;font-size:1.05rem}.shop-pack-picker__offer{display:flex;flex-wrap:wrap;grid-column:2;grid-row:2;gap:.2rem .4rem;min-height:1em}.shop-pack-picker__savings{font-size:.75rem;font-weight:600;color:#2e8b57}.shop-pack-picker__preorder-cut{font-size:.78rem;font-weight:700;line-height:1.3;color:#247047}.shop-cart__preorder-note{display:flex;flex-direction:column;gap:.25rem;padding:.8rem .9rem;border:1.5px dashed rgba(46,139,87,.45);border-radius:1rem;background:#2e8b5714;font-size:.9rem;line-height:1.4}.shop-cart__preorder-note p:first-child{font-weight:700;color:#247047}.shop-cart__preorder-note p:last-child{font-weight:600;color:#513333c7}.shop-configure__slot-note{font-size:.9rem;color:#513333b3}.shop-configure__accessory-intro{font-size:.95rem;line-height:1.55;color:#513333d1}.shop-configure__accessories{list-style:none;display:flex;flex-direction:column;gap:.55rem}.shop-configure__accessory{display:grid;grid-template-columns:96px minmax(0,1fr) auto;grid-template-rows:minmax(96px,auto);align-items:center;gap:.8rem;padding:0;border:1px solid rgba(81,51,51,.09);border-radius:1rem;overflow:hidden;background:#fffdf8b8}.shop-configure__accessory--included{border-color:#24704747;background:#2e8b5711}.shop-configure__accessory-visual{grid-column:1;grid-row:1}.shop-configure__accessory-info{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0;padding-block:.75rem}.shop-configure__accessory>.shop-stepper{margin-right:.75rem}.shop-configure__accessory-name{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;font-weight:700}.shop-configure__included-badge,.shop-cart__included-badge{display:inline-flex;width:fit-content;padding:.12rem .45rem;border-radius:9999px;background:#2e8b571f;color:#247047;font-size:.65rem;font-weight:700;line-height:1.35}.shop-configure__accessory-price{display:flex;flex-direction:column;gap:.12rem;font-size:.85rem;color:#513333bf}.shop-configure__accessory-price-comparison{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .45rem}.shop-configure__accessory-price-comparison s{font-size:.78rem;opacity:.62}.shop-configure__accessory-price-comparison strong{color:#d42d32}.shop-configure__accessory--included .shop-configure__accessory-price-comparison strong{color:#247047}.shop-configure__accessory-saving{font-size:.78rem;font-weight:700;color:#247047}.shop-configure__accessory-selected{margin-top:.15rem;font-size:.78rem;font-weight:600}.shop-configure__total{display:flex;justify-content:space-between;align-items:baseline;margin-top:.15rem;padding:.9rem 1rem;border:1px solid rgba(81,51,51,.1);border-radius:1rem;background:#5133330e;font-size:1.1rem}.shop-configure__total strong{font-family:Quicksand,sans-serif;font-size:1.5rem;font-weight:600}.shop-configure__add{align-self:stretch;margin-top:.1rem}.shop-back-row{display:flex;flex-wrap:wrap;gap:.75rem}.shop-back-button{display:inline-flex;align-items:center;gap:.45rem}.shop-back-button:before{content:"";width:.42em;height:.42em;flex:none;border-left:2px solid currentColor;border-bottom:2px solid currentColor;border-radius:1px;transform:rotate(45deg)}.shop-page .btn.shop-back-button{padding:.45rem .7rem;border:none;background:transparent;color:#ffffffd9;box-shadow:none;font-size:.9rem}.shop-page .btn.shop-back-button:not(:disabled):hover{background:#ffffff1f;color:#fff;box-shadow:none;transform:none}.shop-cart__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.shop-cart__head h1{font-size:clamp(2rem,2.5vw + 1.25rem,3rem)}.shop-cart__empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 2rem;text-align:center}.shop-cart__lines{padding:1.5rem 2rem;align-self:start}.shop-cart__lines ul{list-style:none}.shop-cart__line{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(81,51,51,.15)}.shop-cart__line:last-child{border-bottom:none}.shop-cart__line-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.shop-cart__line-name{font-weight:700}.shop-cart__line-price{font-size:.85rem;color:#513333bf}.shop-cart__included-price{display:flex;flex-direction:column;gap:.12rem}.shop-cart__included-price s{margin-right:.25rem;opacity:.62}.shop-cart__included-price strong{color:#247047}.shop-cart__line--blocked{background:#d42d320d;border-radius:1rem;padding-inline:.75rem;margin-inline:-.75rem}.shop-cart__line-stock{font-size:.8rem;font-weight:700;color:#b8262a}.shop-cart__line-stock--limit{color:#8a5a00}.shop-cart__line-stock--limit.is-flashing{animation:shop-limit-flash 1.6s ease}@keyframes shop-limit-flash{0%,to{color:#8a5a00}10%,60%{color:#d42d32}}.shop-stepper--bump-up{animation:shop-stepper-bump .4s ease}@keyframes shop-stepper-bump{0%,to{transform:translate(0)}25%{transform:translate(3px)}75%{transform:translate(-3px)}}.shop-stepper__btn--at-limit{opacity:.4;cursor:not-allowed}.shop-cart__confirm{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.shop-cart__confirm-text{font-size:.9rem;font-weight:600}.shop-cart__confirm-yes,.shop-cart__confirm-no{padding:.35rem .9rem;border-radius:9999px;border:none;font-family:Quicksand,sans-serif;font-weight:700;font-size:.85rem;cursor:pointer;transition:background-color .2s ease}.shop-cart__confirm-yes{background-color:#d42d32;color:#fff}.shop-cart__confirm-yes:hover{background-color:#b8262a}.shop-cart__confirm-no{background-color:#5133331a;color:#513333}.shop-cart__confirm-no:hover{background-color:#5133332e}@media(prefers-reduced-motion:reduce){.shop-stepper--bump-up,.shop-cart__line-stock--limit.is-flashing{animation:none}}.shop-cart__discount-kind{margin-right:.4rem;padding:.1rem .45rem;border-radius:9999px;background:#2e8b57;color:#fff;font-size:.75rem}.shop-cart__line-actions{display:flex;align-items:center;gap:1rem}.shop-cart__line-total{display:flex;flex-direction:column;align-items:flex-end;min-width:4.5rem;text-align:right;font-family:Quicksand,sans-serif;font-weight:600}.shop-cart__line-total s{font-family:Quicksand,sans-serif;font-size:.75rem;font-weight:600;opacity:.58}.shop-cart__line-total strong{color:#247047}.shop-cart__included-lock{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex:none;border-radius:50%;background:#2e8b571f;color:#247047;font-size:.8rem;font-weight:700}.shop-cart__remove{width:1.75rem;height:1.75rem;border:none;border-radius:50%;background:#5133331a;color:#513333;font-size:1rem;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.shop-cart__remove:hover{background-color:#d42d32;color:#fff}.shop-cart__bundle-hint{margin-top:.75rem;font-size:.85rem;color:#513333a6}.shop-cart__extras{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(81,51,51,.15)}.shop-cart__extra{display:flex;flex-direction:column;gap:.5rem}.shop-cart__extra-label{font-family:Poppins,sans-serif;font-weight:600;font-size:.95rem}.shop-cart__extra-hint{display:flex;justify-content:space-between;gap:1rem;font-size:.8rem;color:#51333399}.shop-cart__extra-error{font-size:.85rem;font-weight:600;color:#b8262a}.shop-cart__note-input,.shop-cart__discount-input{width:100%;padding:.7rem 1rem;border:1.5px solid rgba(81,51,51,.25);border-radius:1rem;background:var(--shop-field);color:#513333;font-family:Quicksand,sans-serif;font-size:.95rem;font-weight:500;resize:vertical}.shop-cart__note-input:focus,.shop-cart__discount-input:focus{outline:none;border-color:#d42d32;box-shadow:0 0 0 3px #d42d321f}.shop-cart__note-count{white-space:nowrap}.shop-cart__discount-row{display:flex;gap:.6rem}.shop-cart__discount-input{flex:1;min-width:0;text-transform:uppercase}.shop-cart__discount-apply{padding:0 1.4rem;border:none;border-radius:1rem;background-color:#513333;color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.shop-cart__discount-apply:not(:disabled):hover{background-color:#3d2626}.shop-cart__discount-apply:disabled{opacity:.45;cursor:not-allowed}.shop-cart__discount-applied{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem .6rem 1rem;border:1.5px dashed rgba(46,139,87,.5);border-radius:1rem;background:#2e8b5714}.shop-cart__discount-code{flex:1;min-width:0;font-family:Poppins,sans-serif;font-weight:600;text-transform:uppercase;overflow-wrap:anywhere}.shop-cart__discount-savings{font-weight:700;color:#2e8b57;white-space:nowrap}.shop-cart__discount-remove{width:1.75rem;height:1.75rem;flex-shrink:0;border:none;border-radius:50%;background:#5133331a;color:#513333;font-size:1rem;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.shop-cart__discount-remove:hover{background-color:#d42d32;color:#fff}.shop-cart__summary{display:flex;flex-direction:column;gap:1rem;padding:2rem;align-self:start;position:sticky;top:6rem}.shop-cart__subtotal,.shop-cart__discount-line{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.95rem}.shop-cart__subtotal{color:#513333bf}.shop-cart__discount-line{font-weight:700;color:#2e8b57}.shop-cart__discount-line span:first-child{min-width:0;overflow-wrap:anywhere;text-transform:uppercase;font-size:.85rem}.shop-cart__discount-line--preorder span:first-child{text-transform:none;font-size:.95rem}.shop-cart__total{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:1.1rem}.shop-cart__total--after-discount{padding-top:.6rem;border-top:1px solid rgba(81,51,51,.15)}.shop-cart__total strong{font-family:Quicksand,sans-serif;font-size:1.75rem;font-weight:700}.shop-cart__fine-print{font-size:.85rem;color:#513333a6}.shop-cart__checkout{align-self:stretch}.shop-cart__error{font-size:.9rem;font-weight:600;color:#b8262a}.shop-cart__not-configured{font-size:.85rem;color:#513333bf}.shop-cart__continue{align-self:center;color:#d42d32;font-weight:600;text-decoration:none}.shop-cart__continue:hover{text-decoration:underline}@media(max-width:900px){.shop-device-product,.shop-configure-product{grid-template-columns:1fr;--shop-product-outer-space: clamp(1.25rem, 4vw, 2rem);--shop-configure-outer-space: clamp(1.25rem, 4vw, 2rem)}.shop-device-card__media,.shop-configure__stage{width:min(100%,620px);justify-self:center}}@media(max-width:768px){.shop-benefits{flex-direction:column;align-items:flex-start;gap:.4rem}.shop-accessory-product{display:grid;grid-template-columns:minmax(112px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(.8rem,3vw,1.2rem);padding:clamp(.9rem,4vw,1.25rem)}.shop-accessory-card__media{grid-column:1;grid-row:1}.shop-accessory-card{grid-column:2;grid-row:1;min-width:0;padding:clamp(.2rem,1vw,.4rem)}.shop-accessory-product--image-right .shop-accessory-card__media{grid-column:2}.shop-accessory-product--image-right .shop-accessory-card{grid-column:1}.shop-configure__viewport{position:relative;top:auto}.shop-configure__head .shop-currency-control{position:static}.shop-pack-picker{grid-template-columns:1fr}.shop-pack-picker__option{grid-template-columns:minmax(64px,auto) minmax(0,1fr);align-items:center;min-height:0;padding:.85rem 1rem}.shop-pack-picker__visual{grid-column:1;grid-row:1 / span 3;justify-content:flex-start}.shop-pack-picker__name,.shop-pack-picker__offer{grid-column:2}.shop-pack-picker__price-row{grid-column:2;grid-row:auto;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center}.shop-configure__accessory{grid-template-columns:minmax(96px,34%) minmax(0,1fr);grid-template-rows:auto auto}.shop-configure__accessory-visual{grid-column:1;grid-row:1 / span 2}.shop-configure__accessory-info,.shop-configure__accessory .shop-stepper{grid-column:2}.shop-configure__accessory-info{padding:.75rem .75rem 0 0}.shop-configure__accessory .shop-stepper{justify-self:start;margin:0 .75rem .75rem 0}.shop-configure__panel,.shop-cart__lines,.shop-cart__summary{align-self:stretch}.shop-cart__summary{position:static}.shop-cart__head{align-items:flex-start}.shop-cart__head h1{width:100%;font-size:clamp(2rem,11vw,2.7rem)}.shop-cart__lines,.shop-cart__summary{border-radius:1.5rem}.shop-cart__lines{padding:.75rem}.shop-cart__lines ul{display:flex;flex-direction:column;gap:.75rem}.shop-hero__head .shop-currency-control{position:static;order:10}.shop-cart__line{flex-direction:column;align-items:flex-start;gap:.7rem;padding:.65rem;border:1px solid rgba(81,51,51,.09);border-radius:1.1rem;background:#fffdf8b8}.shop-cart__line--blocked{margin-inline:0}.shop-cart__line-lead{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:.75rem;width:100%}.shop-cart__line-visual{width:88px;height:88px}.shop-cart__line-name{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;line-height:1.3}.shop-cart__line-name .shop-badge{margin-left:0}.shop-cart__line-actions{display:grid;grid-template-columns:auto minmax(4rem,1fr) auto;width:100%;gap:.7rem;padding-top:.7rem;border-top:1px solid rgba(81,51,51,.1)}.shop-cart__line-total{min-width:0}.shop-cart__confirm{width:100%;padding-top:.7rem;border-top:1px solid rgba(81,51,51,.1)}.shop-cart__summary{padding:1.25rem}.shop-cart__bundle-hint{padding-inline:.35rem}.shop-cart__extras{margin-inline:.35rem}.shop-cart-pill{right:1rem;bottom:1rem}}@media(max-width:430px){.shop-cart__discount-row{flex-direction:column}.shop-cart__discount-apply{min-height:2.8rem}}
