.announcement-bar{width:100%;padding:.65rem 1rem;text-align:center;position:relative;z-index:1001}.announcement-bar__inner{max-width:var(--page-width, 110rem);margin:0 auto;display:flex;align-items:center;justify-content:center}.announcement-bar__text,.announcement-bar__link{font-family:var(--font-body, "Inter", sans-serif);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:inherit;text-decoration:none;margin:0;display:inline-block;transition:opacity .2s ease}.announcement-bar__link:hover{opacity:.85}.cart-drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s ease}body.cart-drawer-open .cart-drawer-backdrop{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:90%;height:100%;height:100dvh;background-color:#fff;z-index:1001;box-shadow:-12px 0 40px #0000002e;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;font-family:var(--font-body, "Inter", sans-serif);color:var(--color-foreground, #0B0B0C)}body.cart-drawer-open .cart-drawer{transform:translate(0)}body.cart-drawer-open{overflow:hidden}.cart-drawer__inner{display:flex;flex-direction:column;height:100%;overflow:hidden}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid rgba(11,11,12,.08);background-color:#fff;flex-shrink:0}.cart-drawer__title{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;text-transform:uppercase;font-size:1.5rem;letter-spacing:-.03em;color:var(--color-foreground, #0B0B0C);margin:0;line-height:1}.cart-drawer__close-btn{background:transparent;border:none;cursor:pointer;color:var(--color-subtext, #61666D);padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease,transform .2s ease}.cart-drawer__close-btn:hover{background-color:#0b0b0c0f;color:var(--color-foreground, #0B0B0C);transform:scale(1.08)}.cart-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1.25rem 1.75rem}.cart-drawer__items{display:flex;flex-direction:column;gap:1.25rem}.cart-drawer__item{display:flex;align-items:center;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(11,11,12,.06);position:relative}.cart-drawer__item:last-child{border-bottom:none;padding-bottom:0}.cart-drawer__item-image-wrap{width:64px;height:64px;min-width:64px;border-radius:10px;overflow:hidden;background-color:#f5f6f8;border:1px solid rgba(11,11,12,.08);display:flex;align-items:center;justify-content:center}.cart-drawer__item-image{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__item-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cart-drawer__item-image-placeholder svg{width:36px;height:36px;opacity:.4}.cart-drawer__item-info{flex:1;min-width:0}.cart-drawer__item-title{font-size:.95rem;font-weight:700;color:var(--color-foreground, #0B0B0C);text-decoration:none;display:block;margin:0 0 .2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.cart-drawer__item-title:hover{color:var(--color-accent-blue, #1E90FF)}.cart-drawer__item-variant{font-size:.8rem;font-weight:500;color:var(--color-subtext, #61666D);margin-bottom:.35rem}.cart-drawer__item-price{font-size:.95rem;font-weight:700;color:var(--color-foreground, #0B0B0C);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.cart-drawer__item-price-original{font-size:.82rem;color:var(--color-subtext, #61666D);text-decoration:line-through;font-weight:400}.cart-drawer__item-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-drawer__stepper{display:inline-flex;align-items:center;background:#fff;border:1px solid rgba(11,11,12,.12);border-radius:var(--radius-pill, 999px);height:28px;padding:0 2px}.cart-drawer__stepper-btn{width:24px;height:24px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--color-foreground, #0B0B0C);border-radius:50%;transition:background-color .15s ease,color .15s ease;padding:0}.cart-drawer__stepper-btn:hover{background-color:#0b0b0c0f;color:var(--color-accent-blue, #1E90FF)}.cart-drawer__stepper-qty{min-width:24px;text-align:center;font-size:.85rem;font-weight:700;color:var(--color-foreground, #0B0B0C)}.cart-drawer__remove-btn{background:transparent;border:none;cursor:pointer;color:var(--color-subtext, #61666D);padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background-color .15s ease}.cart-drawer__remove-btn:hover{color:#e53935;background-color:#e5393514}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;min-height:320px;padding:2rem 1rem}.cart-drawer__empty-icon{color:var(--color-subtext, #61666D);margin-bottom:1.25rem;opacity:.5}.cart-drawer__empty-title{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;text-transform:uppercase;font-size:1.4rem;color:var(--color-foreground, #0B0B0C);margin:0 0 .5rem;letter-spacing:-.02em}.cart-drawer__empty-subtitle{font-size:.9rem;color:var(--color-subtext, #61666D);margin:0 0 1.75rem;max-width:260px;line-height:1.5}.cart-drawer__continue-btn{background-color:var(--color-foreground, #0B0B0C);color:#fff;font-family:var(--font-body, "Inter", sans-serif);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.03em;padding:.85rem 1.75rem;border-radius:var(--radius-pill, 999px);border:none;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #0b0b0c26}.cart-drawer__continue-btn:hover{background-color:var(--color-accent-blue, #1E90FF);transform:scale(1.04);box-shadow:0 6px 20px #1e90ff59}.cart-drawer__footer{padding:1.5rem 1.75rem;background-color:#fff;border-top:1px solid rgba(11,11,12,.08);box-shadow:0 -6px 20px #0000000a;flex-shrink:0}.cart-drawer__subtotal-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.35rem}.cart-drawer__subtotal-label{font-size:1rem;font-weight:600;color:var(--color-subtext, #61666D)}.cart-drawer__subtotal-price{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:1.45rem;letter-spacing:-.02em;color:var(--color-foreground, #0B0B0C)}.cart-drawer__tax-note{font-size:.8rem;color:var(--color-subtext, #61666D);margin:0 0 1.25rem}.cart-drawer__checkout-btn{width:100%;background-color:var(--color-accent-blue, #1E90FF);color:#fff;font-family:var(--font-body, "Inter", sans-serif);font-weight:800;font-size:.95rem;letter-spacing:.05em;text-transform:uppercase;padding:1.1rem 1.5rem;border-radius:var(--radius-pill, 999px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.6rem;box-shadow:0 8px 24px #1e90ff59;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1),background-color .2s ease}.cart-drawer__checkout-btn:hover{background-color:#0077e6;transform:scale(1.02);box-shadow:0 12px 30px #1e90ff73}.cart-drawer__checkout-btn:active{transform:scale(.99)}.cart-drawer__dynamic-checkout{margin-top:.75rem}.cart-drawer__dynamic-checkout [data-shopify-buttoncontainer]{border-radius:var(--radius-pill, 999px)!important;overflow:hidden}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.color-stage-section{padding:6rem 0 5rem;position:relative;background-color:var(--color-background, #F5F6F8)}.color-stage__container{max-width:var(--page-width, 110rem);margin:0 auto;padding:0 var(--page-margin, 20px);display:flex;flex-direction:column;align-items:center}.color-stage__header{width:100%;max-width:52rem;margin:0 auto 3.5rem;text-align:center}.color-stage__eyebrow{font-family:var(--font-body, "Inter", sans-serif);font-size:.85rem;font-weight:700;letter-spacing:.12em;color:var(--color-accent-blue, #1E90FF);text-transform:uppercase;display:block;margin-bottom:.5rem}.color-stage__heading{font-size:clamp(2.2rem,4vw,3.8rem);margin:0 0 1rem;color:var(--color-foreground, #0B0B0C);white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.color-stage__heading-phrase{display:inline-block}.color-stage__subtext{width:100%;max-width:44rem;margin:0 auto;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.stage-card{width:100%;max-width:68rem;perspective:1200px;margin-bottom:2.5rem}.stage-inner{background:#fff;border-radius:36px;border:1px solid rgba(11,11,12,.08);box-shadow:0 30px 70px -15px #0b0b0c1f;padding:3.5rem 2.5rem 3rem;position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);transform-style:preserve-3d}.stage-tag{position:absolute;top:2.5rem;left:2.5rem;display:flex;flex-direction:column;gap:.2rem;z-index:3}.stage-tag__sub{font-family:var(--font-body, "Inter", sans-serif);font-size:.75rem;font-weight:700;letter-spacing:.15em;color:var(--color-subtext, #61666D);text-transform:uppercase}.stage-tag__main{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:1.8rem;text-transform:uppercase;color:var(--color-foreground, #0B0B0C);letter-spacing:-.02em}.stage-image-wrapper{width:100%;height:480px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.stage-product-img{max-height:480px;width:auto;max-width:100%;object-fit:contain;transition:opacity .22s ease;filter:drop-shadow(0 20px 30px rgba(0,0,0,.15))}.stage-glow{position:absolute;bottom:1.5rem;left:10%;right:10%;height:120px;border-radius:50%;background:radial-gradient(ellipse at center,#1e90ff47,#1e90ff00 70%);pointer-events:none;z-index:1;filter:blur(12px)}.stage-swatches-container{margin-top:1rem;margin-bottom:2rem}.stage-swatches{display:flex;align-items:center;justify-content:center;gap:1.5rem}.stage-swatch{width:56px;height:56px;border-radius:50%;border:5px solid #FFFFFF;box-shadow:0 4px 16px #00000024;cursor:pointer;position:relative;padding:0;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1)}.stage-swatch:hover{transform:scale(1.12);box-shadow:0 8px 24px #0003}.stage-swatch.on,.stage-swatch.active{outline:3px solid var(--color-accent-blue, #1E90FF);outline-offset:3px;transform:scale(1.15);box-shadow:0 8px 24px #1e90ff4d}.swatch-tooltip{position:absolute;bottom:-2.2rem;left:50%;transform:translate(-50%);background:#0b0b0c;color:#fff;font-family:var(--font-body, "Inter", sans-serif);font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.stage-swatch:hover .swatch-tooltip{opacity:1;transform:translate(-50%) translateY(-2px)}@media(max-width:768px){.stage-inner{padding:2.5rem 1.5rem 2rem;border-radius:28px}.stage-image-wrapper{height:300px}.stage-product-img{max-height:300px}.stage-tag{top:1.5rem;left:1.5rem}.stage-tag__main{font-size:1.35rem}.stage-swatch{width:48px;height:48px;border-width:4px}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq-section{padding:6rem 0;background-color:var(--color-background, #F5F6F8);position:relative}.faq__container{max-width:50rem;margin:0 auto;padding:0 var(--page-margin, 20px)}.faq__header{margin-bottom:3.5rem;text-align:center}.faq__eyebrow{font-family:var(--font-body, "Inter", sans-serif);font-size:.85rem;font-weight:700;letter-spacing:.12em;color:var(--color-accent-blue, #1E90FF);text-transform:uppercase;display:block;margin-bottom:.5rem}.faq__heading{font-size:clamp(2.4rem,4.5vw,3.8rem);margin:0 0 .5rem;color:var(--color-foreground, #0B0B0C)}.faq__list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{background:#fff;border-radius:20px;border:1px solid rgba(11,11,12,.06);overflow:hidden;transition:box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s ease}.faq-item.is-open{box-shadow:0 16px 40px -10px #0b0b0c1a;border-color:#1e90ff4d}.faq-header{width:100%;padding:1.6rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:transparent;border:none;cursor:pointer;text-align:left;font-family:var(--font-body, "Inter", sans-serif);transition:background-color .2s ease}.faq-header:hover{background-color:#f5f6f880}.faq-question{font-size:1.15rem;font-weight:700;color:var(--color-foreground, #0B0B0C);letter-spacing:-.01em}.faq-icon{font-size:1.5rem;font-weight:400;color:var(--color-accent-blue, #1E90FF);transition:transform .3s cubic-bezier(.16,1,.3,1);line-height:1}.faq-item.is-open .faq-icon{transform:rotate(45deg)}.faq-body{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.16,1,.3,1)}.faq-content{padding:0 2rem 1.6rem;font-size:1rem;line-height:1.65;color:var(--color-subtext, #61666D)}.faq-content p{margin:0}@media(max-width:640px){.faq-header{padding:1.25rem 1.5rem}.faq-question{font-size:1.05rem}.faq-content{padding:0 1.5rem 1.25rem}}.final-cta-section{position:relative;padding:9rem var(--page-margin, 20px);overflow:hidden;color:#fff;text-align:center}.final-cta__bg-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.final-cta__bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.final-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.final-cta__container{position:relative;z-index:2;max-width:50rem;margin:0 auto}.final-cta__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.final-cta__eyebrow{font-family:var(--font-body, "Inter", sans-serif);font-size:.85rem;font-weight:800;letter-spacing:.14em;color:var(--color-accent-yellow, #FFD400);text-transform:uppercase}.final-cta__heading{font-size:clamp(2.6rem,5vw,4.4rem);color:#fff;margin:0;line-height:1.05}.final-cta__subtext{font-size:1.25rem;color:#ffffffd1;margin:0;max-width:36rem}.final-cta__actions{margin-top:.75rem}.final-cta__btn{padding:1.1rem 2.8rem;font-size:1.15rem;box-shadow:0 10px 30px #1e90ff66}.final-cta__btn:hover{transform:scale(1.05);box-shadow:0 16px 40px #1e90ff8c}.final-cta__perks{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;font-family:var(--font-body, "Inter", sans-serif);font-size:.88rem;font-weight:600;color:#ffffffb3;flex-wrap:wrap}@media(max-width:640px){.final-cta-section{padding:6rem var(--page-margin, 20px)}.final-cta__perks{gap:.5rem;font-size:.8rem}}.shopify-section--footer,.shopify-section:has(.footer){width:100%!important;max-width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important;grid-column:1 / -1!important;display:block!important}.footer{width:100%!important;max-width:100%!important;margin:auto 0 0!important;padding:3rem 0 2rem!important;padding-left:0!important;padding-right:0!important;grid-column:1 / -1!important;border-top:1px solid rgba(11,11,12,.08);background-color:var(--color-background, #F5F6F8);font-family:var(--font-body, "Inter", sans-serif)}.footer__inner{max-width:var(--page-width, 110rem);margin:0 auto;padding:0 var(--page-margin, 20px);display:flex;flex-direction:column;gap:2rem}.footer__disclaimer{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background-color:#0b0b0c08;border:1px solid rgba(11,11,12,.08);border-radius:var(--radius-pill, 999px);width:fit-content}.footer__disclaimer-badge{background-color:var(--color-accent-yellow, #FFD400);color:#0b0b0c;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:var(--radius-pill, 999px)}.footer__disclaimer-text{color:var(--color-subtext, #61666D);font-size:.85rem;font-weight:500;margin:0}.footer__content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(11,11,12,.04)}.footer__copyright{color:var(--color-subtext, #61666D);font-size:.875rem}.footer__links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer__links a{text-decoration:none;color:var(--color-subtext, #61666D);font-size:.875rem;transition:color .2s ease}.footer__links a:hover{color:var(--color-accent-blue, #1E90FF)}.footer__payment{display:flex;align-items:center;gap:.5rem}.footer__payment svg{height:1.5rem}@media(max-width:768px){.footer__content{flex-direction:column;align-items:flex-start;gap:1rem}.footer__disclaimer{width:100%;border-radius:16px}}.header-wrapper{position:fixed;top:0;left:0;right:0;width:100%;z-index:999;background-color:transparent;border-bottom:1px solid transparent;transition:background-color .3s cubic-bezier(.16,1,.3,1),backdrop-filter .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.header-wrapper.scrolled{background-color:#fffffff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(11,11,12,.08);box-shadow:0 4px 24px #0000000d}.header{max-width:var(--page-width, 110rem);margin:0 auto;padding:1.25rem var(--page-margin, 20px);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;transition:padding .3s ease}.header-wrapper.scrolled .header{padding-top:.85rem;padding-bottom:.85rem}.header__left{display:flex;align-items:center}.header__logo{display:flex;align-items:baseline;gap:.4rem;text-decoration:none;color:var(--color-foreground, #0B0B0C);font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;text-transform:uppercase;font-size:1.4rem;letter-spacing:-.04em;line-height:1}.header__logo-brand{color:#fff;transition:color .3s ease}.header-wrapper.scrolled .header__logo-brand{color:#0b0b0c}.header__logo-model{color:var(--color-accent-blue, #1E90FF);font-size:.95rem;letter-spacing:.05em}.header__menu{display:flex;align-items:center;gap:2rem}.header__link{text-decoration:none;color:#ffffffe6;font-family:var(--font-body, "Inter", sans-serif);font-size:.95rem;font-weight:500;letter-spacing:.01em;transition:color .3s ease}.header__link:hover{color:var(--color-accent-blue, #1E90FF)}.header-wrapper.scrolled .header__link{color:#0b0b0c}.header__right{display:flex;align-items:center;gap:1.25rem}.header__cart-link{position:relative;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:color .3s cubic-bezier(.16,1,.3,1),transform .2s ease}.header__cart-link:hover{transform:scale(1.08)}.header__cart-link svg{width:1.5rem;height:1.5rem;stroke:currentColor;fill:none;transition:stroke .3s cubic-bezier(.16,1,.3,1)}.header-wrapper.scrolled .header__cart-link{color:#0b0b0c}.header__cart-count{position:absolute;top:-6px;right:-8px;background-color:var(--color-accent-blue, #1E90FF);color:#fff;font-size:.7rem;font-weight:700;width:1.1rem;height:1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__cart-count.is-hidden{display:none}.header__order-btn,.btn-order-now,.order-now-btn,.header__order-now-btn{background-color:#0b0b0c!important;color:#fff!important;font-family:var(--font-body, "Inter", sans-serif);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.7rem 1.6rem;border-radius:var(--radius-pill, 999px);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #0b0b0c26;border:1px solid rgba(255,255,255,.2)!important}.header__order-btn:hover,.btn-order-now:hover,.order-now-btn:hover,.header__order-now-btn:hover{background-color:var(--color-accent-blue, #1E90FF)!important;color:#fff!important;transform:scale(1.04);box-shadow:0 6px 20px #1e90ff59}@media(max-width:768px){.header__menu{display:none}.btn-order-now,.header__order-btn,.order-now-btn,.header__order-now-btn{color:#fff!important;background:#0b0b0c!important;border:1px solid rgba(255,255,255,.2)!important;padding:.55rem 1.2rem!important;font-size:.8rem!important}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.shopify-section--hero{margin-bottom:0!important;padding-bottom:0!important}.hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;overflow:hidden;padding:7rem var(--page-margin, 20px) 4rem;margin-bottom:0!important}.hero__bg-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#05080cbf,#05080c99,#05080cbf);pointer-events:none}.hero__container{position:relative;z-index:2;max-width:var(--page-width, 110rem);width:100%;margin:0 auto;display:flex;justify-content:flex-start}.hero__content{width:100%;max-width:56rem;text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.hero__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body, "Inter", sans-serif);font-size:.85rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#ffffff14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:.45rem 1.1rem;border-radius:var(--radius-pill, 999px);border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 16px #0003}.hero__title{font-size:clamp(40px,5.8vw,104px);line-height:1.02;margin:0;color:#fff;font-style:italic;font-weight:900;text-transform:uppercase;letter-spacing:-.04em}.hero__title-line{display:block;white-space:nowrap}.hero__image-mobile,.hero__image-container{display:none}.hero__subtext{font-size:clamp(1.1rem,1.5vw,1.35rem);width:100%;max-width:48rem;margin:0;color:#ffffffd1;line-height:1.6;font-family:var(--font-body, "Inter", sans-serif);white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero__subtext-break{display:inline}@media(min-width:768px){.hero__subtext-break{display:block}}.hero__actions{display:flex;align-items:center;gap:1.5rem;margin-top:.5rem}.hero__cta-primary{padding:1rem 2.6rem;font-size:1.05rem;background-color:var(--color-accent-blue, #1E90FF);color:#fff;box-shadow:0 8px 24px #1e90ff66}.hero__chips{display:flex;align-items:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}.hero__chip{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.35rem;background:#ffffff14;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-pill, 999px);box-shadow:0 8px 24px #00000040;font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:.95rem;color:#fff;letter-spacing:.02em}@media(max-width:768px){.hero{padding:4.75rem 1.25rem 2.5rem!important;min-height:auto!important;background-color:#05080c}.hero__bg-container{display:none!important}.hero__content{align-items:center!important;text-align:center!important;gap:.75rem!important;width:100%!important;max-width:100%!important}.hero__eyebrow{font-size:.75rem!important;padding:.35rem .9rem!important;letter-spacing:.12em!important;margin-bottom:.1rem!important}.hero__title{font-size:clamp(24px,7vw,36px)!important;line-height:1.08!important;letter-spacing:-.03em!important;text-align:center!important}.hero__title-line{display:block!important;white-space:normal!important;word-break:break-word!important}.hero__subtext{font-size:.88rem!important;line-height:1.5!important;color:#ffffffc7!important;text-align:center!important;max-width:380px!important;margin:0 auto!important}.hero__image-container,.hero__image-mobile{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;margin:.4rem auto .6rem!important;position:relative!important}.hero-image,.hero__image-container img{max-height:250px!important;width:90%!important;margin:0 auto!important;display:block!important;border-radius:16px!important;object-fit:contain!important;box-shadow:0 10px 30px #00000073!important;border:1px solid rgba(255,255,255,.08)!important}.hero__actions{display:flex!important;justify-content:center!important;width:100%!important;margin-top:.35rem!important}.hero__cta-primary{width:auto!important;min-width:200px!important;max-width:260px!important;justify-content:center!important;padding:.75rem 1.8rem!important;font-size:.9rem!important;font-weight:700!important;letter-spacing:.03em!important;box-shadow:0 6px 20px #1e90ff59!important}.hero__chips{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;width:100%!important;margin-top:.5rem!important;flex-wrap:nowrap!important}.hero__chip{flex:1 1 0!important;min-width:0!important;padding:.5rem .35rem!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.35rem!important;font-size:.75rem!important;white-space:nowrap!important;border-radius:999px!important;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 4px 12px #00000040!important}.hero__chip .chip-icon{font-size:.85rem!important;line-height:1!important;flex-shrink:0!important}.hero__chip .chip-text{font-size:.72rem!important;font-weight:800!important;letter-spacing:.02em!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media(max-width:480px){.hero{padding:4.25rem 1rem 2rem!important}.hero__content{gap:.6rem!important}.hero-image,.hero__image-container img{max-height:210px!important;width:92%!important}.hero__title{font-size:clamp(22px,6.8vw,30px)!important}.hero__subtext{font-size:.82rem!important;max-width:320px!important}.hero__cta-primary{padding:.7rem 1.6rem!important;font-size:.88rem!important;min-width:190px!important}.hero__chips{gap:.35rem!important}.hero__chip{padding:.45rem .25rem!important}.hero__chip .chip-text{font-size:.68rem!important}}.shopify-section--main-product,.shopify-section:has(.main-product-section),.shopify-section:has(.product-page),.section-main-product,.product-page,.main-product,.main-product-section{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;grid-column:1 / -1!important;display:block!important;background-color:var(--color-background, #F5F6F8);font-family:var(--font-body, "Inter", sans-serif);color:var(--color-foreground, #0B0B0C);position:relative;box-sizing:border-box!important}.main-product-section{min-height:calc(100vh - 100px)}.product-page-container,.product-page .container,.main-product .container{max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;padding:6rem 24px 5rem!important;width:100%!important;box-sizing:border-box!important}.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:3.5rem;align-items:start;width:100%;box-sizing:border-box}@media(max-width:1100px){.product-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem}}@media(max-width:980px){.product-layout{grid-template-columns:minmax(0,1fr);gap:2.5rem}}.product-media-column,.product-media-gallery{position:relative;width:100%;padding:0;box-sizing:border-box}.product-gallery-stage{perspective:1200px;width:100%}.product-gallery-inner,.product-media-container{background:#fff;border-radius:var(--radius-card, 32px);border:1px solid rgba(11,11,12,.08);box-shadow:0 20px 50px -10px #0b0b0c14;padding:2.5rem 2rem 2rem;position:relative;overflow:hidden;transform-style:preserve-3d;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);min-height:500px;max-height:700px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.product-gallery-stage:hover .product-gallery-inner{box-shadow:0 30px 60px -12px #0b0b0c24}.product-gallery-badge,.product-gallery-badge__color,.product-gallery-badge__sub,#ProductColorBadge,.product__media-wrapper .variant-title,.product__media-wrapper .color-name,.product__media-wrapper h2.variant-name,.product__media-wrapper .product-variant-name,.product__media-container .variant-title,.product__media-container .color-name,.media-caption,.variant-label,.selected-variant-title{display:none!important}.product-gallery-badge__sub{font-size:.72rem;font-weight:700;letter-spacing:.15em;color:var(--color-subtext, #61666D);text-transform:uppercase}.product-gallery-badge__color{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:1.6rem;text-transform:uppercase;color:#0b0b0c;letter-spacing:-.02em}.product-gallery-image-wrap{width:100%;min-height:480px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.product-gallery-main-img{max-height:540px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.15));transition:opacity .25s ease,transform .25s ease}.product-gallery-glow{position:absolute;bottom:1.5rem;left:10%;right:10%;height:120px;border-radius:50%;background:radial-gradient(ellipse at center,#1e90ff40,#1e90ff00 70%);pointer-events:none;z-index:0;filter:blur(14px)}.product-gallery-thumbs{display:flex;align-items:center;gap:12px;margin-top:1.5rem;overflow-x:auto;padding:8px 4px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.product-gallery-thumbs::-webkit-scrollbar{height:6px}.product-gallery-thumbs::-webkit-scrollbar-thumb{background-color:#0b0b0c26;border-radius:999px}.product-gallery-thumb,.product-media-thumbnail{width:100px!important;height:100px!important;object-fit:contain;border-radius:12px;margin:0 4px;background:#fff;border:2px solid rgba(11,11,12,.08);padding:6px;cursor:pointer;overflow:hidden;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.product-gallery-thumb:hover,.product-media-thumbnail:hover{border-color:#1e90ff80;transform:translateY(-2px)}.product-gallery-thumb.is-active,.product-gallery-thumb.active,.product-media-thumbnail.active,.product-media-thumbnail.is-active{border:3px solid #1E90FF!important;box-shadow:0 4px 14px #1e90ff4d!important}.product-gallery-thumb img,.product-media-thumbnail img{width:100%;height:100%;display:block;border-radius:8px;object-fit:contain}.product-info-column{display:flex;flex-direction:column}@media(min-width:981px){.product-info-column.is-sticky{position:sticky;top:100px}}.product-block{margin-bottom:1.5rem}.product-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:800;letter-spacing:.12em;color:var(--color-accent-blue, #1E90FF);text-transform:uppercase;margin-bottom:.6rem}.product-title,.product__title,.product__title h1,h1.product__title,h1.product-title{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;text-transform:uppercase;letter-spacing:-.03em;white-space:nowrap!important;font-size:clamp(24px,3.5vw,38px)!important;line-height:1.2!important;width:100%!important;display:block!important;color:var(--color-foreground, #0B0B0C);margin:0 0 1rem}.product-price-wrap{display:flex;align-items:baseline;gap:.85rem;margin-bottom:1.8rem}.product-price-current{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:2.2rem;color:#0b0b0c;letter-spacing:-.02em}.product-price-compare{font-family:var(--font-body, "Inter", sans-serif);font-size:1.25rem;color:var(--color-subtext, #61666D);text-decoration:line-through}.product-discount-badge{background-color:var(--color-accent-yellow, #FFD400);color:#0b0b0c;font-family:var(--font-body, "Inter", sans-serif);font-weight:800;font-size:.75rem;padding:.25rem .6rem;border-radius:var(--radius-pill, 999px);letter-spacing:.05em}.product-option-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.85rem;font-size:.95rem}.product-option-label{color:var(--color-subtext, #61666D);font-weight:500}.product-option-selected{color:var(--color-foreground, #0B0B0C);font-weight:700}.product-swatches{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem}.product-swatch{width:56px;height:56px;min-width:56px;border-radius:50%;border:3px solid #FFFFFF;box-shadow:0 4px 14px #0000001f;cursor:pointer;position:relative;padding:0;outline:2px solid rgba(11,11,12,.1);outline-offset:1px;transition:transform .22s cubic-bezier(.16,1,.3,1),border-color .22s ease,outline .22s ease,box-shadow .22s ease}.product-swatch:hover{transform:scale(1.08);box-shadow:0 8px 20px #0003}.product-swatch.is-active{border-color:#fff;outline:3px solid var(--color-accent-blue, #1E90FF);outline-offset:3px;transform:scale(1.12);box-shadow:0 8px 24px #1e90ff59}.product-swatch__tooltip{position:absolute;bottom:-2.2rem;left:50%;transform:translate(-50%);background:#0b0b0c;color:#fff;font-family:var(--font-body, "Inter", sans-serif);font-size:.72rem;font-weight:600;padding:.25rem .55rem;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:10}.product-swatch:hover .product-swatch__tooltip{opacity:1;transform:translate(-50%) translateY(-2px)}.product-qty-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.product-qty-label{font-weight:600;font-size:.95rem;color:var(--color-foreground, #0B0B0C)}.product-qty-stepper{display:inline-flex;align-items:center;background:#fff;border:1px solid rgba(11,11,12,.12);border-radius:var(--radius-pill, 999px);padding:4px 8px;box-shadow:0 2px 8px #0000000a}.product-qty-btn{width:32px;height:32px;background:none;border:none;font-size:1.25rem;color:var(--color-foreground, #0B0B0C);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s ease,color .15s ease;padding:0}.product-qty-btn:hover{background:#0b0b0c0f;color:var(--color-accent-blue, #1E90FF)}.product-qty-input{width:48px;border:none;background:transparent;text-align:center;font-family:var(--font-body, "Inter", sans-serif);font-weight:700;font-size:1rem;color:var(--color-foreground, #0B0B0C);-moz-appearance:textfield}.product-qty-input::-webkit-outer-spin-button,.product-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-atc-wrap{margin-bottom:.85rem}.btn-atc,.btn-buy-now{width:100%;background-color:var(--color-accent-blue, #1E90FF);color:#fff;font-family:var(--font-body, "Inter", sans-serif);font-weight:800;font-size:1.05rem;letter-spacing:.05em;text-transform:uppercase;padding:1.15rem 2rem;border-radius:var(--radius-pill, 999px);border:none;cursor:pointer;box-shadow:0 8px 24px #1e90ff59;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1),background-color .2s ease;display:flex;align-items:center;justify-content:center}.btn-atc:hover:not(:disabled),.btn-buy-now:hover:not(:disabled){transform:scale(1.02);box-shadow:0 12px 32px #1e90ff73;background-color:#0077e6}.btn-atc:active:not(:disabled),.btn-buy-now:active:not(:disabled){transform:scale(.99)}.btn-atc:disabled,.btn-buy-now:disabled{background-color:#9ea5ad;cursor:not-allowed;box-shadow:none}.product-dynamic-checkout{margin-bottom:1.5rem}.product-dynamic-checkout [data-shopify-buttoncontainer]{border-radius:var(--radius-pill, 999px)!important;overflow:hidden}.product-description{color:var(--color-subtext, #61666D);font-size:1rem;line-height:1.7;margin-bottom:2rem}.product__info-container>.rte,.product__info-container .product-desc,.product-description-wrapper .product-desc,.product__info-wrapper .product-desc{width:100vw!important;max-width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;padding:60px 40px!important;background:#f5f6f8;box-sizing:border-box!important}.product__info-container .product-desc>*,.product-description-wrapper .product-desc>*{max-width:1200px!important;margin-left:auto!important;margin-right:auto!important}.product-desc .pd-features{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:24px!important;max-width:1200px!important;margin:40px auto!important}.product-desc .pd-tabs{max-width:1200px!important;margin:40px auto!important}.product-desc .pd-section,.product-desc .pd-intro,.product-desc .full-specs,.product-desc .pd-warning{max-width:1200px!important;margin-left:auto!important;margin-right:auto!important}@media(max-width:1024px){.product-desc .pd-features{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.product-desc .pd-features{grid-template-columns:1fr!important}.product__info-container .product-desc,.product-description-wrapper .product-desc{padding:40px 20px!important}}.product-accordions{border-top:1px solid rgba(11,11,12,.08);margin-top:2rem;padding-top:.5rem}.product-accordion{border-bottom:1px solid rgba(11,11,12,.08);transition:background .2s ease}.product-accordion__summary{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 0;cursor:pointer;font-weight:700;font-size:1rem;color:var(--color-foreground, #0B0B0C);list-style:none;-webkit-user-select:none;user-select:none}.product-accordion__summary::-webkit-details-marker{display:none}.product-accordion__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--color-subtext, #61666D);transition:transform .25s cubic-bezier(.16,1,.3,1),color .2s ease}.product-accordion[open] .product-accordion__icon{transform:rotate(180deg);color:var(--color-accent-blue, #1E90FF)}.product-accordion__content{padding-bottom:1.15rem;color:var(--color-subtext, #61666D);font-size:.95rem;line-height:1.65}.product-accordion__content p{margin:0}@media(max-width:768px){.product-media-gallery{padding:10px 0}.product-gallery-inner,.product-media-container{min-height:350px;max-height:500px;padding:2rem 1rem 1.5rem}.product-gallery-image-wrap{min-height:280px}.product-gallery-main-img{max-height:340px}.product-gallery-thumb,.product-media-thumbnail{width:80px!important;height:80px!important;margin:0 3px}.product-gallery-thumbs{gap:8px;padding:6px 2px}.product-gallery-badge{top:1.25rem;left:1.25rem}.product-gallery-badge__color{font-size:1.25rem}.product-title,.product__title,.product__title h1,h1.product__title,h1.product-title{font-size:clamp(18px,4.8vw,24px)!important;white-space:nowrap!important}.product-swatches{gap:1rem}.product-swatch{width:48px;height:48px;min-width:48px}}.shopify-section--marquee{margin:0!important;padding:0!important}.marquee-section,.marquee{position:relative;overflow:hidden;transform:none!important;margin:0!important;padding:0!important;z-index:10}.marquee-wrapper{background-color:var(--color-accent-yellow, #FFD400);transform:none!important;margin:0!important;padding:1rem 0;overflow:hidden;box-shadow:0 10px 30px #ffd40040}.marquee-track{display:flex;width:max-content;animation:mq 24s linear infinite;will-change:transform}.marquee-content{display:flex;align-items:center;white-space:nowrap}.marquee-content span{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;text-transform:uppercase;font-size:clamp(1.2rem,2.2vw,1.75rem);letter-spacing:-.01em;color:#0b0b0c;display:inline-block}.performance-section{position:relative;padding:7rem var(--page-margin, 20px);overflow:hidden;color:#fff}.performance__bg-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.performance__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;position:fixed;top:0;left:0;pointer-events:none;will-change:transform}@supports not (position: fixed){.performance__bg-img{position:absolute}}.performance__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.performance__container{position:relative;z-index:2;max-width:var(--page-width, 110rem);margin:0 auto;width:100%}.performance__header{max-width:44rem;margin:0 auto 4.5rem;text-align:center}.performance__eyebrow{font-family:var(--font-body, "Inter", sans-serif);font-size:.85rem;font-weight:800;letter-spacing:.14em;color:var(--color-accent-yellow, #FFD400);text-transform:uppercase;display:block;margin-bottom:.6rem}.performance__heading{font-size:clamp(2.4rem,4.5vw,4.2rem);color:#fff;margin:0 0 1rem}.performance__subtext{font-family:var(--font-body, "Inter", sans-serif);font-size:1.15rem;color:#ffffffbf;line-height:1.6;margin:0}.performance__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.perf-card{background:#ffffff0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-card, 32px);padding:3rem 2.2rem;text-align:center;box-shadow:0 20px 50px #00000059;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease}.perf-card:hover{transform:translateY(-8px);border-color:#ffd40080}.perf-card__value-wrap{display:flex;align-items:baseline;justify-content:center;gap:.3rem;margin-bottom:1rem}.perf-card__number{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:clamp(3.2rem,5.5vw,5.4rem);line-height:1;color:var(--color-accent-yellow, #FFD400);letter-spacing:-.04em}.perf-card__unit{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:clamp(1.6rem,2.5vw,2.4rem);color:#fff}.perf-card__label{font-family:var(--font-body, "Inter", sans-serif);font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .6rem;letter-spacing:-.01em}.perf-card__desc{font-size:.95rem;color:#ffffffad;line-height:1.55;margin:0}@media(max-width:860px){.performance__grid{grid-template-columns:1fr;gap:1.25rem}.perf-card{padding:2.2rem 1.5rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.stats-dark-section,.stats-dark{position:relative;padding:7.5rem var(--page-margin, 20px);overflow:hidden;color:#fff;background:#0b0b0c!important}.stats-dark__container{position:relative;z-index:2;max-width:var(--page-width, 110rem);margin:0 auto;width:100%}.stats-dark__header{width:100%;max-width:58rem;margin:0 auto 4.5rem;text-align:center}.stats-dark__eyebrow{font-family:var(--font-body, "Inter", sans-serif);font-size:.85rem;font-weight:800;letter-spacing:.14em;color:var(--color-accent-yellow, #FFD400);text-transform:uppercase;display:block;margin-bottom:.6rem}.stats-dark__heading{font-size:clamp(2.2rem,4.2vw,4.2rem);color:#fff;margin:0 0 1rem;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.stats-dark__phrase{display:inline-block}.stats-dark__subtext{font-family:var(--font-body, "Inter", sans-serif);font-size:1.15rem;color:#ffffffc7;line-height:1.6;margin:0 auto;width:100%;max-width:44rem;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.stats-dark__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:64rem;margin:0 auto}.stat-card{background:#ffffff0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-card, 32px);padding:3rem 2rem;text-align:center;box-shadow:0 20px 50px #00000059;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease}.stat-card:hover{transform:translateY(-8px);border-color:#ffd40066}.stat-card__number-wrap{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.75rem}.stat-card__number{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:clamp(3.2rem,5.5vw,5.2rem);line-height:1;color:var(--color-accent-yellow, #FFD400);letter-spacing:-.04em}.stat-card__unit{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:clamp(1.6rem,2.5vw,2.2rem);color:#fff}.stat-card__label{font-family:var(--font-body, "Inter", sans-serif);font-size:1.15rem;font-weight:600;color:#ffffffe0;letter-spacing:-.01em;display:block}@media(max-width:768px){.stats-dark__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.stat-card:last-child{grid-column:1 / -1}.stat-card{padding:2rem 1.25rem}}.sticky-buy-bar{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(120px);z-index:990;width:calc(100% - 2rem);max-width:44rem;background:#0b0b0cf0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-pill, 999px);padding:.75rem 1.25rem .75rem 1.5rem;box-shadow:0 16px 40px #00000073;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease;opacity:0;pointer-events:none}.sticky-buy-bar.is-visible{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}.sticky-buy-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.sticky-buy-bar__product{display:flex;align-items:center;gap:.85rem}.sticky-buy-bar__thumb{width:50px;height:35px;object-fit:cover;border-radius:8px;background:#1a1a1e}.sticky-buy-bar__info{display:flex;flex-direction:column}.sticky-buy-bar__title{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;text-transform:uppercase;font-size:.95rem;color:#fff;letter-spacing:-.01em;line-height:1.1}.sticky-buy-bar__stock{font-family:var(--font-body, "Inter", sans-serif);font-size:.75rem;color:var(--color-accent-yellow, #FFD400);font-weight:600}.sticky-buy-bar__pricing{display:flex;align-items:baseline;gap:.5rem}.sticky-buy-bar__price-current{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:1.35rem;color:#fff}.sticky-buy-bar__price-original{font-family:var(--font-body, "Inter", sans-serif);font-size:.88rem;color:#ffffff80;text-decoration:line-through}.sticky-buy-bar__btn{padding:.65rem 1.6rem;font-size:.9rem}@media(max-width:640px){.sticky-buy-bar{bottom:1rem;padding:.65rem 1rem;border-radius:20px}.sticky-buy-bar__stock,.sticky-buy-bar__thumb{display:none}}.tech-rows-section{padding:90px 0;background-color:#fff;position:relative}.tech-rows__container{max-width:var(--page-width, 110rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.tech-rows__header{margin-bottom:4.5rem;text-align:center}.tech-rows__heading{font-size:clamp(34px,4.5vw,56px);color:#0b0b0c;margin:0}.tech-rows__list{display:flex;flex-direction:column;gap:4rem;max-width:68rem;margin:0 auto}.tech-row{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.tech-row--reverse .tech-row__media{order:2}.tech-row--reverse .tech-row__content{order:1}.tech-row__media{border-radius:28px;overflow:hidden;height:300px;box-shadow:0 14px 36px -8px #0b0b0c14}.tech-row__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.tech-row__media:hover .tech-row__img{transform:scale(1.07)}.tech-row__content{display:flex;flex-direction:column;gap:1rem}.tech-row__title{font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:24px;color:#1e90ff;text-transform:uppercase;letter-spacing:-.01em;margin:0}.tech-row__desc{font-family:var(--font-body, "Inter", sans-serif);font-size:1.05rem;line-height:1.65;color:#61666d;margin:0}@media(max-width:768px){.tech-rows-section{padding:60px 0}.tech-rows__list{gap:3rem}.tech-row{grid-template-columns:1fr;gap:20px}.tech-row--reverse .tech-row__media{order:1}.tech-row--reverse .tech-row__content{order:2}.tech-row__media{height:240px}}.timeline-section{padding:90px 0;background-color:#fff;position:relative;overflow:hidden}.timeline__container{max-width:var(--page-width, 110rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.timeline__header{width:100%;max-width:54rem;margin:0 auto 4.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.timeline__heading{font-size:clamp(36px,4.8vw,64px);line-height:1.05;margin:0 0 1rem;color:#0b0b0c;width:100%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.timeline__subtitle{font-family:var(--font-body, "Inter", sans-serif);font-size:1.15rem;line-height:1.6;color:#61666d;width:100%;max-width:48rem;margin:0 auto;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.timeline__wrapper{position:relative;max-width:68rem;margin:0 auto;padding:2.5rem 0 1.5rem}.timeline__svg-container{position:absolute;top:30px;left:8%;right:8%;height:70px;z-index:1;pointer-events:none}.timeline__svg{width:100%;height:100%;overflow:visible}.timeline__nodes{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;z-index:2}.timeline__node{display:flex;flex-direction:column;align-items:center;text-align:center}.timeline__dot-wrap{height:36px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.timeline__dot{display:block;width:12px;height:12px;border-radius:50%;background-color:#1e90ff;box-shadow:0 0 0 4px #1e90ff33;transition:transform .3s ease}.timeline__dot--highlighted{width:18px;height:18px;background-color:#ffd400;box-shadow:0 0 0 6px #ffd40059;animation:pulseDot 2s infinite}.timeline__content{display:flex;flex-direction:column;align-items:center;gap:.35rem}.timeline__year{font-family:var(--font-body, "Inter", sans-serif);font-size:.85rem;font-weight:500;color:#61666d}.timeline__year--highlighted{color:#0b0b0c;font-weight:800;font-size:.95rem}.timeline__specs{display:flex;align-items:baseline;gap:.4rem;font-family:var(--font-heading, "Archivo", sans-serif);font-style:italic;font-weight:900;font-size:1.4rem;color:#0b0b0c}.timeline__specs--highlighted{font-size:1.6rem}.timeline__slash{font-family:var(--font-body, "Inter", sans-serif);font-weight:400;color:#61666d;font-size:1.1rem;font-style:normal}.timeline__node:hover .timeline__dot{transform:scale(1.3)}@media(max-width:768px){.timeline-section{padding:60px 0}.timeline__svg-container{display:none}.timeline__nodes{display:flex;flex-direction:column;gap:2rem;border-left:3px solid #1E90FF;margin-left:2rem;padding-left:1.5rem}.timeline__node{align-items:flex-start;text-align:left;position:relative}.timeline__dot-wrap{position:absolute;left:calc(-1.5rem - 7px);top:0;margin-bottom:0}.timeline__dot--highlighted{left:calc(-1.5rem - 10px)}.timeline__content{align-items:flex-start}}.trust-section{padding:70px 0;background-color:#fff;position:relative}.trust__container{max-width:var(--page-width, 110rem);margin:0 auto;padding:0 var(--page-margin, 20px)}.trust__header{margin-bottom:3rem;text-align:center}.trust__heading{font-size:clamp(32px,4vw,52px);margin:0;color:#0b0b0c}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:68rem;margin:0 auto}.trust-card{background-color:#fff;border-radius:20px;padding:26px 16px;text-align:center;font-family:var(--font-body, "Inter", sans-serif);font-weight:700;font-size:14px;color:#0b0b0c;border:1px solid rgba(11,11,12,.08);box-shadow:0 4px 18px #00000008;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;justify-content:center}.trust-card:hover{border:1px solid #1E90FF;transform:translateY(-6px);box-shadow:0 12px 28px #1e90ff1f}.trust-card__text{line-height:1.4}@media(max-width:768px){.trust__grid{grid-template-columns:repeat(2,1fr);gap:12px}.trust-card{padding:20px 12px;font-size:13px}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
