:root{--accent: #FF69B4;--accent-rgb: 255, 105, 180;--accent-soft: #ff8ac6;--accent-light: #ffd1e8;--accent-deep: #e0338f;--bg: #0a0a0a;--bg-deep: #070707;--surface: #150a10;--surface-rgb: 21, 10, 16;--text: #f5f5f5;--text-2: #d4d4d4;--muted: #a3a3a3;--muted-2: #737373;--muted-3: #525252;--line: rgba(255, 255, 255, .08);--line-soft: rgba(255, 255, 255, .06);--radius-sm: 4px;--radius-md: 6px;--header-h: 68px;--max-width: 1152px;--font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:rgba(var(--accent-rgb),.35);color:#fff}h1,h2,h3,h4,h5,h6{font-weight:800;letter-spacing:-.02em;color:#fff;margin:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;padding:1rem;background:var(--accent);color:#fff}.skip-link:focus{left:1rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}.main-content{position:relative;min-height:50vh}.backdrop{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.backdrop__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:140px 140px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 30%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 30%,transparent 100%)}.backdrop__poly{position:absolute;background:linear-gradient(160deg,rgba(255,255,255,.035),rgba(255,255,255,.005) 60%,transparent);clip-path:polygon(0 12%,68% 0,100% 55%,42% 100%,0 78%)}.backdrop__poly--1{left:-10%;top:8%;height:55vh;width:45vw;transform:rotate(18deg)}.backdrop__poly--2{left:28%;top:-12%;height:60vh;width:38vw;transform:rotate(-24deg)}.backdrop__poly--3{right:-8%;top:22%;height:70vh;width:40vw;transform:rotate(32deg)}.backdrop__poly--4{left:42%;bottom:-18%;height:50vh;width:36vw;transform:rotate(12deg)}.backdrop__glow{position:absolute;top:50%;right:12%;height:60vh;width:40vw;transform:translateY(-50%);border-radius:9999px;background:rgba(var(--accent-rgb),.07);filter:blur(120px)}.backdrop__glow--left{right:auto;left:8%}.side-ornament{position:fixed;right:1.5rem;top:var(--header-h);bottom:0;z-index:40;display:none;width:3rem;flex-direction:column;align-items:center;pointer-events:none}@media(min-width:1280px){.side-ornament{display:flex}}.side-ornament__logo{width:2.5rem;height:2.5rem;margin-top:1rem;border-radius:var(--radius-md);object-fit:cover;opacity:.7}.side-ornament__logo--small{width:1.75rem;height:1.75rem;margin:0 0 1.5rem;opacity:.4}.side-ornament__line{flex:1;width:1px;margin:1rem 0;background:linear-gradient(180deg,rgba(var(--accent-rgb),.7),rgba(var(--accent-rgb),.25),transparent)}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--muted)}.eyebrow .dot{color:var(--accent)}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:var(--radius-sm);border:1px solid rgba(var(--accent-rgb),.3);background:rgba(var(--surface-rgb),.8);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--accent)}.badge:before{content:"";width:.375rem;height:.375rem;background:var(--accent)}.badge--live:before{animation:pulseLive 2s ease-in-out infinite}.badge svg{width:.875rem;height:.875rem}.badge .badge__muted{color:var(--muted)}@keyframes pulseLive{0%,to{opacity:1}50%{opacity:.4}}.accent-text{background:linear-gradient(180deg,var(--accent-light) 0%,var(--accent-soft) 40%,var(--accent) 75%,var(--accent-deep) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 6px 24px rgba(var(--accent-rgb),.22))}.text-accent{color:var(--accent)}.section-title{max-width:42rem;margin:0 auto;text-align:center}.section-title h2{font-size:clamp(1.875rem,4vw,2.6rem);line-height:1.15}.section-title h2 span{color:var(--accent)}.section-title p{margin:1rem 0 0;font-size:1rem;line-height:1.65;color:var(--muted)}.divider{width:66%;height:1px;margin:3rem auto 0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent)}.corners>.corner{position:absolute;width:1rem;height:1rem;border:0 solid var(--accent);pointer-events:none}.corners>.corner--tl{top:0;left:0;border-top-width:1px;border-left-width:1px}.corners>.corner--tr{top:0;right:0;border-top-width:1px;border-right-width:1px}.corners>.corner--bl{bottom:0;left:0;border-bottom-width:1px;border-left-width:1px}.corners>.corner--br{bottom:0;right:0;border-bottom-width:1px;border-right-width:1px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.6rem;border-radius:var(--radius-sm);border:1px solid transparent;font-size:.875rem;font-weight:700;line-height:1;cursor:pointer;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .15s;white-space:nowrap}.btn svg{width:1rem;height:1rem;flex-shrink:0}.btn:active{transform:scale(.985)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--primary{border-color:rgba(var(--accent-rgb),.6);background:linear-gradient(135deg,var(--accent-deep) 0%,var(--accent) 100%);color:#fff;box-shadow:0 0 24px rgba(var(--accent-rgb),.25)}.btn--primary:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 0 36px rgba(var(--accent-rgb),.4)}.btn--accent{border-color:rgba(var(--accent-rgb),.6);background:var(--surface);color:var(--accent)}.btn--accent:hover:not(:disabled){background:var(--accent);color:#fff;box-shadow:0 0 30px rgba(var(--accent-rgb),.35)}.btn--ghost{border-color:#fff6;background:#0009;color:#fff}.btn--ghost:hover:not(:disabled){border-color:var(--accent);color:var(--accent);box-shadow:0 0 24px rgba(var(--accent-rgb),.25)}.btn--small{padding:.6rem 1rem;font-size:.75rem}.btn--small svg{width:.8rem;height:.8rem}.btn--upper{font-size:11px;text-transform:uppercase;letter-spacing:.18em}.btn--block{width:100%}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--text-2);cursor:pointer;transition:color .2s,border-color .2s,background .2s}.icon-btn svg{width:1.1rem;height:1.1rem}.icon-btn:hover{color:#fff;border-color:rgba(var(--accent-rgb),.5)}.icon-btn:disabled{opacity:.35;cursor:not-allowed}.card{position:relative;border-radius:var(--radius-sm);border:1px solid var(--line);background:#0a0a0abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card--shadow{box-shadow:0 30px 80px #0009}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slideUp .7s cubic-bezier(.2,.8,.2,1) both}.animate-fade-in{animation:fadeIn .9s ease both}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}[data-reveal].is-visible,.no-js [data-reveal]{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.animate-slide-up,.animate-fade-in{animation:none}[data-reveal]{opacity:1;transform:none;transition:none}}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line-soft);background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:var(--header-h)}.site-header__brand{display:flex;flex-shrink:0;align-items:center;gap:.65rem}.site-header__logo{width:2.25rem;height:2.25rem;border-radius:var(--radius-md);overflow:hidden;border:1px solid rgba(var(--accent-rgb),.35);background:var(--surface)}.site-header__logo img{width:100%;height:100%;object-fit:cover}.brand-wordmark{line-height:1}.brand-wordmark__name{display:block;font-size:.875rem;font-weight:800;letter-spacing:.04em;color:#fff}.brand-wordmark__name span{color:var(--accent)}.brand-wordmark__tagline{display:block;margin-top:.3rem;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:var(--muted-2)}.site-nav{display:none;align-items:center;gap:1.75rem}@media(min-width:768px){.site-nav{display:flex}}.site-nav__link{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--text-2);transition:color .2s}.site-nav__link:hover,.site-nav__link.is-active{color:#fff}.site-nav__link.is-active{color:var(--accent)}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__discord{color:var(--muted);transition:color .2s;display:inline-flex}.site-header__discord svg{width:1.5rem;height:1.5rem}.site-header__discord:hover{color:#fff}.site-header__cart{color:var(--muted)}.site-header__cart:hover{color:#fff}.cart-count{position:absolute;top:-.35rem;right:-.35rem;min-width:1rem;height:1rem;padding:0 .25rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:var(--accent);font-size:9px;font-weight:800;color:#fff}.site-header__cta{display:none}@media(min-width:640px){.site-header__cta{display:inline-flex}}.site-header__menu{display:inline-flex}@media(min-width:768px){.site-header__menu{display:none}}.mobile-nav{display:none;border-top:1px solid var(--line-soft);background:#0a0a0af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav.is-open{display:block;animation:fadeIn .25s ease}@media(min-width:768px){.mobile-nav.is-open{display:none}}.mobile-nav__inner{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem}.mobile-nav__inner .site-nav__link{padding:.75rem;border-radius:var(--radius-md)}.mobile-nav__inner .site-nav__link:hover{background:#ffffff0a}.mobile-nav__cta{padding:.5rem .75rem .25rem}@media(min-width:640px){.mobile-nav__cta{display:none}}.hero{position:relative;display:flex;flex-direction:column;min-height:calc(100vh - var(--header-h));min-height:calc(100dvh - var(--header-h))}.hero__inner{position:relative;display:grid;flex:1;align-items:center;gap:2.5rem;padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.hero__inner{grid-template-columns:1.05fr 1fr;gap:2rem}}.hero__copy{text-align:center}@media(min-width:1024px){.hero__copy{text-align:left}}.hero__eyebrow{justify-content:center}@media(min-width:1024px){.hero__eyebrow{justify-content:flex-start}}.hero__title{margin-top:1.25rem;font-size:clamp(3rem,8.5vw,6.5rem);line-height:.92;letter-spacing:-.03em}.hero__title span{display:block}.hero__title .accent-text{padding-bottom:.16em;margin-bottom:-.16em;padding-right:.08em}.hero__subtitle{max-width:30rem;margin:1.5rem auto 0;font-size:1rem;line-height:1.7;color:var(--muted)}@media(min-width:1024px){.hero__subtitle{margin-left:0}}.hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2.25rem}@media(min-width:1024px){.hero__actions{justify-content:flex-start}}.hero__checks{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.5rem;margin:2rem 0 0;padding:0;list-style:none}@media(min-width:1024px){.hero__checks{justify-content:flex-start}}.hero__check{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-2)}.hero__check svg{width:.9rem;height:.9rem;color:var(--accent);flex-shrink:0}.hero__visual{position:relative;width:100%;max-width:34rem;margin:0 auto}@media(min-width:1024px){.hero__visual{max-width:none}}.hero__watermark{position:absolute;top:50%;left:-1rem;z-index:0;transform:translateY(-50%);font-size:13rem;font-weight:800;line-height:1;letter-spacing:-.05em;color:#ffffff09;pointer-events:none;-webkit-user-select:none;user-select:none;display:none}@media(min-width:1024px){.hero__watermark{display:block}}.hero__frame{position:relative;z-index:1;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 30px 60px #000000b3,0 0 60px rgba(var(--accent-rgb),.08)}.hero__frame img{width:100%;aspect-ratio:2547 / 1248;object-fit:cover}.hero__frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,rgba(10,10,10,.85) 100%);pointer-events:none}.hero__frame-caption{position:absolute;left:1.25rem;right:1.25rem;bottom:1.1rem;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.hero__frame-caption p{margin:0}.hero__frame-caption .caption-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--accent)}.hero__frame-caption .caption-title{margin-top:.25rem;font-size:1.05rem;font-weight:800;color:#fff}.hero__chips{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.75rem}.hero__chip{padding:.75rem .9rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#0a0a0ab3}.hero__chip-value{margin:0;font-size:1.05rem;font-weight:800;color:#fff}.hero__chip-label{margin:.2rem 0 0;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-2)}.hero__scroll{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:0 auto 1.5rem;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.3em;color:var(--muted-2);transition:color .2s}.hero__scroll:hover{color:var(--accent)}.hero__scroll .line{width:1px;height:2rem;background:linear-gradient(180deg,rgba(var(--accent-rgb),.6),transparent)}.hero__scroll svg{width:.875rem;height:.875rem;margin-top:-.5rem;color:var(--accent);animation:pulseLive 2s ease-in-out infinite}.stats{position:relative;padding-top:2rem}.stats__grid{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-sm)}@media(min-width:640px){.stats__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.stats__grid{grid-template-columns:repeat(var(--stats-cols, 3),1fr)}}.stats__item{position:relative;overflow:hidden;padding:2.5rem 1.5rem;text-align:center;border-top:1px solid var(--line)}.stats__item:first-child{border-top:0}@media(min-width:640px){.stats__item{border-left:1px solid var(--line)}.stats__item:nth-child(odd){border-left:0}.stats__item:nth-child(-n+2){border-top:0}}@media(min-width:1024px){.stats__item{border-top:0;border-left:1px solid var(--line)}.stats__item:nth-child(odd){border-left:1px solid var(--line)}.stats__item:first-child{border-left:0}}.stats__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.2}.stats__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at var(--stat-x, 50%) 115%,rgba(var(--accent-rgb),.16),transparent 65%),linear-gradient(180deg,rgba(var(--surface-rgb),.55),#0a0a0ae6)}.stats__item:after{content:"";position:absolute;top:-30%;right:-20%;bottom:-30%;left:-20%;background:linear-gradient(160deg,rgba(255,255,255,.04),transparent 55%);clip-path:polygon(0 12%,68% 0,100% 55%,42% 100%,0 78%);transform:rotate(var(--stat-rot, 0deg));pointer-events:none}.stats__item:nth-child(1){--stat-x: 18%;--stat-rot: 12deg}.stats__item:nth-child(2){--stat-x: 72%;--stat-rot: -28deg}.stats__item:nth-child(3){--stat-x: 30%;--stat-rot: 40deg}.stats__item:nth-child(4){--stat-x: 82%;--stat-rot: -8deg}.stats__content{position:relative;z-index:1}.stats__value{margin:0;font-size:clamp(2.25rem,4vw,2.75rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.stats__label{margin:.75rem 0 0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.24em;color:var(--muted)}.section{position:relative;padding:6rem 0;scroll-margin-top:var(--header-h)}.section--tight{padding:4rem 0}.features{display:grid;gap:3rem;margin-top:4rem}@media(min-width:768px){.features{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.feature__icon{display:inline-flex;width:2rem;height:2rem;color:var(--accent)}.feature__icon svg{width:100%;height:100%}.feature__step{display:inline-block;margin-left:.75rem;font-size:10px;font-weight:700;letter-spacing:.22em;color:var(--muted-2);vertical-align:top}.feature h3{margin-top:1.5rem;font-size:1rem;font-weight:800}.feature p{margin:.75rem 0 0;font-size:.875rem;line-height:1.7;color:var(--muted)}.feature .btn{margin-top:1.25rem}.showcase-frame{position:relative;margin-top:3.5rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#000;box-shadow:0 30px 80px #0009}.showcase-stage{position:relative;aspect-ratio:16 / 8.3;width:100%;overflow:hidden;background:#000}.showcase-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .8s ease}.showcase-slide.is-active{opacity:1}.showcase-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-top:1px solid rgba(var(--accent-rgb),.2);background:linear-gradient(135deg,rgba(var(--accent-rgb),.08),rgba(10,10,10,.95) 45%,var(--bg))}@media(min-width:768px){.showcase-bar{padding:1.1rem 1.5rem}}.showcase-caption{position:relative;min-height:3rem;flex:1}.showcase-caption__item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s}.showcase-caption__item.is-active{position:relative;opacity:1}.showcase-caption__subtitle{margin:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--accent)}.showcase-caption__title{margin:.25rem 0 0;font-size:1.15rem;font-weight:800}.showcase-controls{display:flex;align-items:center;gap:.75rem}.showcase-dots{display:flex;gap:.4rem}.showcase-dot{width:.5rem;height:.25rem;padding:0;border:0;background:#fff3;cursor:pointer;transition:width .3s,background .3s}.showcase-dot.is-active{width:1.75rem;background:var(--accent)}.products__count{margin:.75rem 0 0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--muted-2)}.products-carousel{display:flex;align-items:center;gap:.75rem;margin-top:3.5rem}@media(min-width:768px){.products-carousel{gap:1.25rem}}.products-carousel__viewport{flex:1;min-width:0;overflow:hidden}.products-carousel__track{display:flex;gap:1.5rem;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.products-carousel__item{flex:0 0 auto;min-width:0}.products-carousel__dots{display:flex;justify-content:center;gap:.4rem;margin-top:1.5rem}.products-carousel__dots[hidden]{display:none!important}.products-carousel__dot{width:.5rem;height:.25rem;padding:0;border:0;background:#fff3;cursor:pointer;transition:width .3s,background .3s}.products-carousel__dot.is-active{width:1.75rem;background:var(--accent)}.products__footer{display:flex;justify-content:center;margin-top:2.5rem}.product-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{position:relative;display:flex;flex-direction:column;height:100%;border:1px solid var(--line);border-radius:var(--radius-sm);background:#0a0a0ab3;transition:border-color .25s,box-shadow .25s,transform .25s}.product-card:hover{border-color:rgba(var(--accent-rgb),.5);box-shadow:0 20px 50px #00000080,0 0 30px rgba(var(--accent-rgb),.12);transform:translateY(-3px)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;border-bottom:1px solid var(--line-soft);background:var(--surface)}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:1;padding:.3rem .6rem;border-radius:var(--radius-sm);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.18em}.product-card__badge--sale{background:var(--accent);color:#fff}.product-card__badge--soldout{background:#000c;color:var(--muted);border:1px solid var(--line)}.product-card__body{display:flex;flex:1;flex-direction:column;padding:1rem 1.1rem 1.1rem}.product-card__type{margin:0 0 .4rem;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--accent)}.product-card__title{font-size:.95rem;font-weight:800;line-height:1.3;color:#fff;transition:color .2s}.product-card:hover .product-card__title{color:var(--accent)}.product-card__price{display:flex;align-items:baseline;gap:.5rem;margin-top:auto;padding-top:.9rem}.product-card__price-current{font-size:1.05rem;font-weight:800;color:#fff}.product-card__price-old{font-size:.8rem;color:var(--muted-2);text-decoration:line-through}.product-card .btn{margin-top:.9rem;width:100%}.cta-box{position:relative;overflow:hidden;padding:2.5rem 1.5rem;border:1px solid rgba(var(--accent-rgb),.25);text-align:center}@media(min-width:640px){.cta-box{padding:3rem}}.cta-box__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3}.cta-box__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0ab3,#0a0a0ad9,#0a0a0af2)}.cta-box__content{position:relative;max-width:40rem;margin:0 auto}.cta-box h2{margin-top:1rem;font-size:clamp(1.6rem,3.2vw,2.1rem);line-height:1.15}.cta-box h2 span{color:var(--accent)}.cta-box p{margin:.75rem 0 0;font-size:.95rem;line-height:1.65;color:var(--muted)}.cta-box__note{max-width:34rem;margin:1rem auto 0;padding:.75rem 1rem;border:1px solid rgba(var(--accent-rgb),.25);border-radius:var(--radius-sm);background:rgba(var(--surface-rgb),.6);font-size:.875rem;line-height:1.6;color:var(--text-2)}.cta-box__note strong{margin-right:.4rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--accent)}.cta-box__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.reviews{display:grid;gap:2.5rem;margin-top:4rem}@media(min-width:768px){.reviews{grid-template-columns:repeat(3,1fr);gap:0}.reviews .review+.review{border-left:1px solid var(--line)}}.review{padding:0 1.5rem;text-align:center}.review__stars{display:inline-flex;gap:.35rem;color:var(--accent)}.review__stars svg{width:1.1rem;height:1.1rem}.review__text{margin:1.5rem 0 0;font-size:.9rem;line-height:1.7;color:var(--text-2)}.review__author{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.8rem;font-weight:800;color:#fff}.review__author span{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-2)}.reviews__note{margin:3rem 0 0;text-align:center;font-size:11px;color:var(--muted-3)}.page{position:relative;padding:3rem 0 6rem}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-2)}.breadcrumbs a:hover{color:#fff}.breadcrumbs .sep{color:var(--muted-3)}.breadcrumbs .current{color:var(--accent)}.page-head{margin-bottom:2.5rem}.page-head__title{font-size:clamp(2.25rem,6vw,3.75rem);line-height:1}.page-head__title span{color:var(--accent)}.page-head__meta{margin:1rem 0 0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--muted-2)}.empty-state{padding:4rem 1.5rem;text-align:center}.empty-state p{margin:0 0 1.5rem;color:var(--muted)}.product-detail{display:grid;gap:2.5rem}@media(min-width:992px){.product-detail{grid-template-columns:1.05fr 1fr;gap:4rem}}.product-gallery__main{aspect-ratio:1;overflow:hidden;padding:0}.product-gallery__main-btn{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.product-gallery__main-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .2s}.product-gallery__main-btn:hover:after{background:#0000001a}.product-gallery__main img{width:100%;height:100%;object-fit:cover;pointer-events:none;transition:opacity .2s ease}.product-gallery__main img.is-loading{opacity:.55}.product-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:.75rem}.product-gallery__grid-item{aspect-ratio:1;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;transition:border-color .2s,box-shadow .2s}.product-gallery__grid-item.is-active{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.15)}.product-gallery__grid-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-gallery__grid-item:hover img{transform:scale(1.04)}.product-info__title{margin-top:1rem;font-size:clamp(1.875rem,4vw,2.5rem);line-height:1.1}.product-info__price{display:flex;align-items:baseline;gap:.75rem;margin-top:1.5rem}.product-info__price-value{font-size:1.875rem;font-weight:800}.product-info__price s{font-size:1.1rem;color:var(--muted-2);font-weight:400}.product-form{margin-top:2rem}.product-form__submit{width:100%;max-width:22rem}.product-info__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.product-info__tag{padding:.3rem .7rem;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.product-info__description-card{margin-top:2.5rem;padding:1.5rem}.product-info__description-title{margin-bottom:1rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--accent)}.product-info__description{font-size:.9rem;line-height:1.75;color:var(--text-2)}.product-info__reassurance{display:grid;gap:.6rem;margin:1.75rem 0 0;padding:0;list-style:none}.product-info__reassurance li{display:flex;align-items:center;gap:.6rem;font-size:.8rem;color:var(--text-2)}.product-info__reassurance svg{width:.9rem;height:.9rem;color:var(--accent);flex-shrink:0}.rte p{margin:0 0 .75rem}.rte p:last-child{margin-bottom:0}.rte ul,.rte ol{margin:0 0 .75rem;padding-left:1.25rem}.rte li{margin-bottom:.35rem}.rte li::marker{color:var(--accent)}.rte a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.rte a:hover{filter:brightness(1.1)}.product-form__qty{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.product-form__qty label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--muted)}.product-form__qty input{width:4.5rem;padding:.55rem .7rem;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.12);background:#0a0a0ad9;color:#fff;font-family:inherit;font-size:.875rem}.product-form__qty input:focus{outline:none;border-color:rgba(var(--accent-rgb),.7);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.15)}.legal-card{max-width:900px;padding:1.5rem}@media(min-width:768px){.legal-card{padding:2.25rem 2.5rem}}.legal-card__content h2{margin:2.25rem 0 1rem;font-size:1.25rem}.legal-card__content h2:first-child{margin-top:0}.legal-card__content h3{margin:1.25rem 0 .5rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--accent)}.legal-card__content{font-size:.9rem;line-height:1.75;color:var(--text-2)}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:.75rem;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-lightbox[hidden]{display:none!important}.product-lightbox__panel{position:relative;width:min(96vw,1840px);max-height:min(94vh,1440px);padding:1.25rem 1.25rem 1rem;border:1px solid rgba(var(--accent-rgb),.25);border-radius:var(--radius-sm);background:#0a0a0afa;box-shadow:0 24px 60px #000000b3}.product-lightbox__image-wrap{position:relative;display:flex;align-items:center;justify-content:center;min-height:280px;max-height:min(88vh,1200px);overflow:hidden;border-radius:var(--radius-sm);background:#00000080}.product-lightbox__image{display:block;max-width:100%;max-height:min(88vh,1200px);width:auto;height:auto;object-fit:contain;transition:opacity .2s ease}.product-lightbox__image.is-loading{opacity:.35}.product-lightbox__loader{position:absolute;width:2.5rem;height:2.5rem;border-radius:9999px;border:2px solid rgba(var(--accent-rgb),.25);border-top-color:var(--accent);animation:spinLoader .7s linear infinite;opacity:0;pointer-events:none;transition:opacity .2s}.product-lightbox__loader.is-visible{opacity:1}@keyframes spinLoader{to{transform:rotate(360deg)}}.product-lightbox__close{position:absolute;top:.75rem;right:.75rem;z-index:2;background:#0a0a0acc}.product-lightbox__nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);background:#0a0a0acc}.product-lightbox__nav--prev{left:.75rem}.product-lightbox__nav--next{right:.75rem}.product-lightbox__counter{margin:.75rem 0 0;text-align:center;font-size:10px;font-weight:700;letter-spacing:.2em;color:var(--muted-2)}.cart-layout{display:grid;gap:3rem}@media(min-width:992px){.cart-layout{grid-template-columns:1fr 380px;align-items:start}}.cart-item{display:grid;grid-template-columns:96px 1fr;gap:1.25rem;padding:1.5rem 0;border-top:1px solid var(--line)}.cart-item:last-child{border-bottom:1px solid var(--line)}@media(min-width:768px){.cart-item{grid-template-columns:120px 1fr auto}}.cart-item__image{aspect-ratio:1;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-size:1rem;font-weight:800;color:#fff}.cart-item__title:hover{color:var(--accent)}.cart-item__price{margin:.35rem 0 0;font-size:.875rem;color:var(--muted)}.cart-item__remove{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-2);text-decoration:underline;text-underline-offset:3px}.cart-item__remove:hover{color:var(--accent)}.cart-item__line-total{margin:0;font-size:1.05rem;font-weight:800;color:#fff}.cart-summary{padding:1.75rem}.cart-summary h2{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--accent)}.cart-summary__row{display:flex;justify-content:space-between;margin-top:1.25rem;font-size:.875rem;color:var(--muted)}.cart-summary__row--total{padding-top:1rem;border-top:1px solid var(--line);font-size:1rem;font-weight:800;color:#fff}.cart-summary .btn{margin-top:1rem}.site-footer{position:relative;z-index:10;border-top:1px solid var(--line-soft);background:var(--bg-deep)}.site-footer__grid{display:grid;gap:3rem;padding:3.5rem 0}@media(min-width:640px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.site-footer__grid{grid-template-columns:1.4fr repeat(3,1fr)}}.site-footer__brand{display:flex;align-items:center;gap:.65rem}.site-footer__brand .site-header__logo{width:2rem;height:2rem}.site-footer__text{max-width:20rem;margin:1.25rem 0 0;font-size:.875rem;line-height:1.65;color:var(--muted)}.site-footer__social{display:flex;gap:1rem;margin-top:1.5rem}.site-footer__social a{color:var(--muted);transition:color .2s;display:inline-flex}.site-footer__social a:hover{color:#fff}.site-footer__social svg{width:1.25rem;height:1.25rem}.site-footer__heading{margin:0 0 1.25rem;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--accent)}.site-footer__links{margin:0;padding:0;list-style:none}.site-footer__links li+li{margin-top:.85rem}.site-footer__links a{font-size:.875rem;color:var(--text-2);transition:color .2s}.site-footer__links a:hover{color:var(--accent)}.site-footer__bottom{display:flex;flex-direction:column;gap:1rem;padding:2rem 0;border-top:1px solid var(--line-soft)}@media(min-width:768px){.site-footer__bottom{flex-direction:row;align-items:flex-start;justify-content:space-between}}.site-footer__copy{margin:0;font-size:.75rem;color:var(--muted-2)}.site-footer__disclaimer{max-width:28rem;margin:0;font-size:.75rem;line-height:1.6;color:var(--muted-3)}@media(min-width:768px){.site-footer__disclaimer{text-align:right}}.purchase-success-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .25s ease-out}.purchase-success-modal[hidden]{display:none!important}.purchase-success-modal__panel{width:min(100%,460px);padding:2.5rem 2rem;text-align:center;animation:slideUp .3s ease-out}.purchase-success-modal__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin:0 auto 1.25rem;border:1px solid rgba(var(--accent-rgb),.35);border-radius:var(--radius-sm);background:rgba(var(--accent-rgb),.12);color:var(--accent);box-shadow:0 0 24px rgba(var(--accent-rgb),.2)}.purchase-success-modal__icon svg{width:1.6rem;height:1.6rem}.purchase-success-modal__title{font-size:1.5rem}.purchase-success-modal__message{margin:1rem 0 0;font-size:.9rem;line-height:1.65;color:var(--muted)}.purchase-success-modal__btn{width:100%;margin-top:1.75rem}.text-center{text-align:center}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
/*# sourceMappingURL=/cdn/shop/t/21/assets/base.css.map */
