*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth;scroll-padding-top:4rem}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{text-wrap:balance;line-height:1.15}p,li,figcaption{text-wrap:pretty}button{cursor:pointer;background:none;border:none}a{text-decoration:none;color:inherit}::selection{background:#d4a85340;color:#f0ede8}body{min-height:100dvh;line-height:1.6;font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#f0ede8;background-color:#0a0a0a;overflow-x:hidden}.container{width:100%;max-width:1100px;margin:0 auto;padding-inline:1.25rem}@media(min-width:768px){.container{padding-inline:2rem}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.fade-in.is-visible{opacity:1;transform:translateY(0)}.slide-left{opacity:0;transform:translate(-60px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.slide-left.is-visible{opacity:1;transform:translate(0)}.slide-right{opacity:0;transform:translate(60px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.slide-right.is-visible{opacity:1;transform:translate(0)}.scale-in{opacity:0;transform:scale(.9);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.scale-in.is-visible{opacity:1;transform:scale(1)}.stagger-children>*{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.stagger-children.is-visible>*:nth-child(1){transition-delay:0s;opacity:1;transform:translateY(0)}.stagger-children.is-visible>*:nth-child(2){transition-delay:.1s;opacity:1;transform:translateY(0)}.stagger-children.is-visible>*:nth-child(3){transition-delay:.2s;opacity:1;transform:translateY(0)}.stagger-children.is-visible>*:nth-child(4){transition-delay:.3s;opacity:1;transform:translateY(0)}.stagger-children.is-visible>*:nth-child(5){transition-delay:.4s;opacity:1;transform:translateY(0)}.hero{position:relative;min-height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;padding:5rem 1.25rem;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.35;filter:brightness(.5) saturate(.7);transition:transform .3s ease-out}.hero__product-img{display:none}@media(max-width:640px){.hero__bg{background:#0a0a0a}.hero__bg img{display:none}.hero{min-height:auto;padding:3rem 1.25rem 2.5rem}.hero__product-img{display:block;width:75%;max-width:280px;margin:0 auto 1.5rem;border-radius:.75rem;filter:none;opacity:1}}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0a4d,#0a0a0a80,#0a0a0a)}.hero__content{position:relative;z-index:1;max-width:720px;animation:heroFadeIn 1.2s cubic-bezier(.16,1,.3,1) forwards}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero__overline{display:inline-block;font-family:Inter,system-ui,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.15em;color:#d4a853;margin-bottom:1rem;font-weight:500;animation:heroFadeIn 1s cubic-bezier(.16,1,.3,1) .2s both}.hero__title{font-family:Space Grotesk,sans-serif;font-size:clamp(2.5rem,.5rem + 6vw,5.5rem);font-weight:700;line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.02em;animation:heroFadeIn 1s cubic-bezier(.16,1,.3,1) .4s both}.hero__title em{font-style:normal;color:#d4a853}.hero__subtitle{font-size:clamp(1rem,.9rem + .5vw,1.125rem);color:#8a8680;margin-bottom:2rem;line-height:1.7;max-width:480px;margin-inline:auto;animation:heroFadeIn 1s cubic-bezier(.16,1,.3,1) .6s both}.hero__price{color:#f0ede8;font-weight:600}.hero .btn{animation:heroFadeIn 1s cubic-bezier(.16,1,.3,1) .8s both}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:.5rem;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:600;font-family:Space Grotesk,sans-serif;cursor:pointer;border:none;text-decoration:none;transition:background .18s cubic-bezier(.16,1,.3,1),color .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1);min-height:48px;min-width:48px}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background:#d4a853;color:#0a0a0a}.btn--primary:hover{background:#e0ba6a;box-shadow:0 4px 16px #0006,0 0 40px #d4a85326;color:#0a0a0a}.btn--primary:active{background:#c29840}.btn--lg{padding:1rem 2.5rem;font-size:clamp(1rem,.9rem + .5vw,1.125rem);border-radius:.75rem;min-height:56px}.gallery{padding:clamp(3rem,6vw,6rem) 0}.gallery__header{text-align:center;margin-bottom:3rem}.gallery__header h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,1rem + 1.5vw,2.25rem);font-weight:700;margin-bottom:.75rem}.gallery__header p{color:#8a8680;font-size:clamp(.875rem,.8rem + .35vw,1rem);max-width:480px;margin-inline:auto}.gallery__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.gallery__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.gallery__item{border-radius:1rem;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.1);aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:1rem}.gallery__item img{width:100%;height:100%;object-fit:contain;border-radius:.5rem;transition:transform .6s cubic-bezier(.16,1,.3,1)}.gallery__item:hover img{transform:scale(1.05)}.photo-strip{padding:clamp(2rem,4vw,4rem) 0;overflow:hidden}.photo-strip__track{display:flex;gap:1rem;animation:scrollStrip 30s linear infinite;width:max-content}.photo-strip__track:hover{animation-play-state:paused}@keyframes scrollStrip{0%{transform:translate(0)}to{transform:translate(-50%)}}.photo-strip__item{flex:0 0 auto;width:clamp(240px,30vw,360px);aspect-ratio:4/3;border-radius:1rem;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.08)}.photo-strip__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.photo-strip__item:hover img{transform:scale(1.08)}.detail-showcase{padding:clamp(4rem,8vw,8rem) 0;border-top:1px solid rgba(255,255,255,.06)}.detail-showcase__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.detail-showcase__inner{grid-template-columns:1fr 1fr;gap:4rem}}.detail-showcase__image{position:relative;border-radius:1.25rem;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.1)}.detail-showcase__image img{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.detail-showcase__image:hover img{transform:scale(1.03)}.detail-showcase__text{display:flex;flex-direction:column;gap:1.25rem}.detail-showcase__overline{font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.15em;color:#d4a853;font-weight:500}.detail-showcase__title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,1rem + 1.5vw,2.25rem);font-weight:700}.detail-showcase__desc{color:#8a8680;font-size:clamp(.875rem,.8rem + .35vw,1rem);line-height:1.8;max-width:420px}.buy{padding:clamp(3rem,6vw,6rem) 0}.buy__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.buy__inner{grid-template-columns:1fr 1fr;gap:3rem}}.buy__image-wrap{position:relative;background:#111;border:1px solid rgba(255,255,255,.1);border-radius:1.25rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.buy__image-wrap img{max-width:85%;max-height:85%;object-fit:contain;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.buy__image-wrap:hover img{transform:scale(1.05)}.buy__details{display:flex;flex-direction:column;gap:1.5rem}.buy__overline{font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.12em;color:#d4a853;font-weight:500}.buy__title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,1rem + 1.5vw,2.25rem);font-weight:700}.buy__price{font-family:Space Grotesk,sans-serif;font-size:clamp(1.125rem,.95rem + .85vw,1.5rem);font-weight:600;color:#f0ede8}.buy__price span{color:#8a8680;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:400;margin-left:.5rem}.buy__desc{color:#8a8680;font-size:clamp(.875rem,.8rem + .35vw,1rem);line-height:1.7;max-width:420px}.swatches{display:flex;flex-direction:column;gap:.75rem}.swatches__label{font-size:clamp(.75rem,.7rem + .25vw,.875rem);text-transform:uppercase;letter-spacing:.08em;color:#8a8680}.swatches__label strong{color:#f0ede8;font-weight:600}.swatches__row{display:flex;gap:.75rem}.swatch{width:44px;height:44px;border-radius:9999px;border:2px solid transparent;cursor:pointer;transition:border-color .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1);position:relative}.swatch:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:9999px;border:2px solid transparent;transition:border-color .18s cubic-bezier(.16,1,.3,1)}.swatch:hover{transform:scale(1.1)}.swatch:active{transform:scale(1)}.swatch.is-active:after{border-color:#d4a853}.swatch.is-active{border-color:#0a0a0a}.swatch--silver{background:linear-gradient(135deg,#d4d4d4,#a0a0a0)}.swatch--gold{background:linear-gradient(135deg,#e8c76a,#b8922e)}.swatch--black{background:linear-gradient(135deg,#3a3a3a,#1a1a1a);border-color:#ffffff26}.swatch--pink{background:linear-gradient(135deg,#f0b4c8,#d88aa0)}.swatch--blue{background:linear-gradient(135deg,#7aadda,#4a7eaa)}.buy__cta{display:flex;flex-direction:column;gap:.75rem}.buy__shipping{font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#555250;display:flex;align-items:center;gap:.5rem}.buy__shipping svg{flex-shrink:0}.use-cases{padding:clamp(3rem,6vw,6rem) 0}.use-cases__header{text-align:center;margin-bottom:2.5rem}.use-cases__header h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,1rem + 1.5vw,2.25rem);font-weight:700}.use-cases__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.use-cases__grid{grid-template-columns:repeat(3,1fr)}}.use-card{background:#111;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .18s cubic-bezier(.16,1,.3,1),box-shadow .18s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1)}.use-card:hover{border-color:#d4a8534d;box-shadow:0 0 30px #d4a8530f;transform:translateY(-4px)}.use-card__icon{width:48px;height:48px;border-radius:.75rem;background:#d4a8531a;display:flex;align-items:center;justify-content:center;color:#d4a853}.use-card h3{font-family:Space Grotesk,sans-serif;font-size:clamp(1.125rem,.95rem + .85vw,1.5rem);font-weight:600}.use-card p{color:#8a8680;font-size:clamp(.875rem,.8rem + .35vw,1rem);line-height:1.7}.features{padding:clamp(3rem,6vw,6rem) 0;border-top:1px solid rgba(255,255,255,.06)}.features__header{text-align:center;margin-bottom:2.5rem}.features__header h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,1rem + 1.5vw,2.25rem);font-weight:700}.features__header h2 span{color:#8a8680;font-weight:400;font-size:.7em}.features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.5rem}@media(min-width:640px){.features__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem 2rem}}@media(min-width:900px){.features__grid{grid-template-columns:repeat(5,1fr)}}.feature{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.feature__icon{width:40px;height:40px;color:#d4a853;opacity:.8}.feature__label{font-family:Space Grotesk,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:600}.feature__desc{font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#8a8680;line-height:1.5}.faq{padding:clamp(3rem,6vw,6rem) 0}.faq__header{text-align:center;margin-bottom:2.5rem}.faq__header h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,1rem + 1.5vw,2.25rem);font-weight:700}.faq__list{max-width:640px;margin-inline:auto;display:flex;flex-direction:column}.faq__item{border-bottom:1px solid rgba(255,255,255,.06)}.faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,.9rem + .5vw,1.125rem);font-weight:600;color:#f0ede8;transition:color .18s cubic-bezier(.16,1,.3,1);min-height:48px}.faq__question:hover{color:#d4a853}.faq__question svg{flex-shrink:0;width:20px;height:20px;color:#555250;transition:transform .3s cubic-bezier(.16,1,.3,1),color .18s cubic-bezier(.16,1,.3,1)}.faq__item.is-open .faq__question svg{transform:rotate(45deg);color:#d4a853}.faq__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .3s cubic-bezier(.16,1,.3,1)}.faq__item.is-open .faq__answer{max-height:200px}.faq__answer p{padding-bottom:1.25rem;color:#8a8680;font-size:clamp(.875rem,.8rem + .35vw,1rem);line-height:1.7;max-width:56ch}.final-cta{padding:clamp(4rem,8vw,8rem) 0;text-align:center;border-top:1px solid rgba(255,255,255,.06)}.final-cta h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,1.2rem + 2.5vw,3.5rem);font-weight:700;margin-bottom:.75rem}.final-cta__sub{color:#8a8680;font-size:clamp(.875rem,.8rem + .35vw,1rem);margin-bottom:2rem}.final-cta .buy__inner{text-align:left}.footer{border-top:1px solid rgba(255,255,255,.06);padding:2.5rem 0 2rem}.footer__inner{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width:640px){.footer__inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer__logo{display:flex;align-items:center;gap:.5rem;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#f0ede8}.footer__logo svg{color:#d4a853}.footer__links{display:flex;gap:1.5rem}.footer__links a{font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#555250;text-decoration:none;transition:color .18s cubic-bezier(.16,1,.3,1)}.footer__links a:hover{color:#f0ede8}.footer__copy{font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#555250}@media(max-width:640px){.hero{min-height:90dvh;padding-top:4rem}.btn--lg{width:100%;padding:1rem 1.5rem}.detail-showcase__inner{gap:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
