*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.55;overflow-x:hidden}img,svg,video,model-viewer,iframe{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.page-width{width:min(calc(100% - 2rem),var(--page-width));margin-inline:auto}.page-narrow{max-width:850px}.section-spacing{padding:clamp(4rem,8vw,8rem) 0}.skip-link,.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed!important;z-index:9999;top:1rem;left:1rem;width:auto;height:auto;margin:0;padding:.75rem 1rem;clip:auto;background:#fff;color:#000}.muted{color:var(--color-muted)}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte a,.text-link{text-decoration:underline;text-decoration-color:var(--color-accent);text-underline-offset:.25em}.eyebrow{margin:0 0 .75rem;color:var(--color-accent);font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:break-word}h1,h2,h3{font-family:Impact,"Arial Black",sans-serif;letter-spacing:.02em;line-height:.95;margin:0 0 1rem;text-transform:uppercase}h1{font-size:clamp(3.2rem,8vw,7.8rem)}h2{font-size:clamp(2.2rem,5vw,4.8rem)}h3{font-size:1.25rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.85rem 1.4rem;border:1px solid transparent;border-radius:calc(var(--radius)*.7);font-weight:800;letter-spacing:.05em;text-transform:uppercase;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.button:hover{transform:translateY(-3px)}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--color-accent-2);outline-offset:3px}.button--primary{background:linear-gradient(135deg,var(--color-accent),color-mix(in srgb,var(--color-accent) 60%,var(--color-accent-2)));color:#fff;box-shadow:0 calc(16px*var(--depth)) calc(34px*var(--depth)) color-mix(in srgb,var(--color-accent) 35%,transparent),inset 0 1px 0 rgb(255 255 255/.35)}.button--ghost{border-color:rgb(255 255 255/.25);background:rgb(255 255 255/.05);backdrop-filter:blur(12px)}.button--wide{flex:1}.button-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.icon-button{position:relative;display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;cursor:pointer}.icon-button svg,.view-in-space svg,.media-badge svg,.media-thumb__badge svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.announcement-bar{position:relative;z-index:30;padding:.55rem 1rem;text-align:center;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-2));color:#050505;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.site-header{position:relative;z-index:25;border-bottom:1px solid rgb(255 255 255/.1);background:color-mix(in srgb,var(--color-bg) 82%,transparent);backdrop-filter:blur(18px)}.site-header--sticky{position:sticky;top:0}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:78px;gap:1rem}.header__brand{justify-self:start}.header__brand img{display:block;height:auto;max-height:58px}.header__brand span{font-family:Impact,"Arial Black",sans-serif;font-size:2rem;letter-spacing:.05em}.header__brand em{color:var(--color-accent);font-style:normal}.header__nav{display:flex;justify-content:center;gap:clamp(1rem,3vw,2.4rem);font-size:.85rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.header__nav a{position:relative;padding:.6rem 0}.header__nav a::after{content:"";position:absolute;left:0;right:100%;bottom:.2rem;height:2px;background:var(--color-accent);transition:right .25s ease}.header__nav a:hover::after,.header__nav a[aria-current=page]::after{right:0}.header__actions{display:flex;justify-self:end}.header__menu-button{display:none}.cart-count{position:absolute;top:0;right:0;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--color-accent);font-size:.68rem;font-weight:800}.mobile-menu{padding:1rem;border-top:1px solid rgb(255 255 255/.1);background:var(--color-bg)}.mobile-menu a{display:block;padding:1rem;border-bottom:1px solid rgb(255 255 255/.1);font-weight:800;text-transform:uppercase}.hero-3d{position:relative;min-height:var(--hero-height);display:flex;align-items:center;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 75% 50%,color-mix(in srgb,var(--color-accent) 16%,transparent),transparent 42%),linear-gradient(135deg,#050505,#101010 55%,#050505)}.hero-3d::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(rgb(255 255 255/.025) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255/.025) 1px,transparent 1px);background-size:52px 52px;transform:perspective(500px) rotateX(62deg) scale(1.8) translateY(28%);transform-origin:center bottom;mask-image:linear-gradient(to top,#000,transparent 68%)}.hero-3d__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(2rem,6vw,7rem)}.hero-3d__copy{position:relative;z-index:4}.hero-3d__copy h1{max-width:8ch;text-shadow:0 calc(10px*var(--depth)) calc(30px*var(--depth)) #000}.hero-3d__text{max-width:36rem;color:var(--color-muted);font-size:clamp(1rem,1.7vw,1.25rem)}.hero-3d__stage{position:relative;min-height:min(68vh,760px);perspective:1200px;transform-style:preserve-3d}.hero-3d__image-wrap{position:absolute;inset:3% 8% 8%;overflow:hidden;border:1px solid rgb(255 255 255/.18);border-radius:var(--radius);background:#181818;box-shadow:calc(24px*var(--depth)) calc(32px*var(--depth)) calc(70px*var(--depth)) #000,0 0 65px color-mix(in srgb,var(--color-accent) 20%,transparent);transform:rotateY(-8deg) rotateX(2deg) translateZ(20px);transform-style:preserve-3d}.hero-3d__image-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgb(255 255 255/.23),transparent 22%,transparent 70%,rgb(0 0 0/.3));pointer-events:none}.hero-3d__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-focus)}.hero-3d__plate{position:absolute;left:10%;right:0;bottom:-2%;height:25%;border-radius:50%;background:radial-gradient(ellipse,var(--color-accent),transparent 65%);filter:blur(22px);opacity:.35;transform:rotateX(75deg)}.hero-3d__orbit{position:absolute;inset:0;z-index:2;pointer-events:none;animation:float 7s ease-in-out infinite}.hero-3d__orbit span{position:absolute;display:grid;place-items:center;width:48px;height:48px;border:1px solid rgb(255 255 255/.25);background:rgb(8 8 8/.72);box-shadow:0 12px 30px #000;border-radius:12px;font-weight:900;color:var(--color-accent-2);backdrop-filter:blur(10px)}.hero-3d__orbit span:nth-child(1){top:3%;left:2%;transform:rotate(-12deg)}.hero-3d__orbit span:nth-child(2){top:16%;right:0;transform:rotate(10deg)}.hero-3d__orbit span:nth-child(3){bottom:10%;left:0;transform:rotate(7deg)}.hero-3d__orbit span:nth-child(4){bottom:2%;right:4%;transform:rotate(-8deg)}.hero-3d__glow{position:absolute;width:28rem;height:28rem;border-radius:50%;filter:blur(100px);opacity:.14;z-index:-1}.hero-3d__glow--one{left:-14rem;top:-10rem;background:var(--color-accent)}.hero-3d__glow--two{right:-10rem;bottom:-12rem;background:var(--color-accent-2)}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-16px) rotate(1deg)}}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.section-heading h2{margin:0}.product-grid{display:grid;gap:clamp(1rem,2.5vw,2rem)}.product-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;transform-style:preserve-3d;transform:perspective(900px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) translateY(var(--lift,0));transition:transform .2s ease,filter .3s ease;will-change:transform}.product-card:hover{--lift:-8px;filter:drop-shadow(0 24px 28px #000)}.product-card__link{display:block}.product-card__media{position:relative;overflow:hidden;aspect-ratio:4/5;border:1px solid rgb(255 255 255/.1);border-radius:var(--radius);background:linear-gradient(145deg,#1a1a1a,#0a0a0a);box-shadow:inset 0 1px 0 rgb(255 255 255/.08),calc(10px*var(--depth)) calc(16px*var(--depth)) calc(30px*var(--depth)) #000}.product-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgb(255 255 255/.14),transparent 25%,transparent);pointer-events:none}.product-card__media img,.product-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-card__media img{transform:scale(1.045)}.product-card__content{padding:1.1rem .25rem;transform:translateZ(calc(18px*var(--depth)))}.product-card__content h3{margin-bottom:.55rem}.price{display:flex;gap:.65rem;align-items:center}.price__current{font-weight:800}.price__compare{color:var(--color-muted)}.price--sale .price__current{color:var(--color-accent)}.media-badge{position:absolute;z-index:2;right:.75rem;bottom:.75rem;display:flex;align-items:center;gap:.3rem;padding:.4rem .55rem;border-radius:8px;background:#fff;color:#050505;font-size:.72rem;font-weight:900}.media-badge svg{width:17px;height:17px}.story-panel{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(2rem,7vw,7rem);padding:clamp(1rem,3vw,2rem);border:1px solid rgb(255 255 255/.1);border-radius:calc(var(--radius)*1.5);background:linear-gradient(145deg,rgb(255 255 255/.06),rgb(255 255 255/.015));box-shadow:0 calc(24px*var(--depth)) calc(60px*var(--depth)) #000}.story-panel--reverse .story-panel__media{order:2}.story-panel__media{overflow:hidden;aspect-ratio:4/5;border-radius:var(--radius);transform:perspective(1000px) rotateY(3deg);box-shadow:calc(18px*var(--depth)) calc(20px*var(--depth)) calc(40px*var(--depth)) #000}.story-panel__media img{width:100%;height:100%;object-fit:cover}.story-panel__copy{padding:clamp(1rem,3vw,3rem)}.newsletter-panel{position:relative;overflow:hidden;padding:clamp(2rem,7vw,6rem);border-radius:calc(var(--radius)*1.5);text-align:center;background:radial-gradient(circle at top,var(--color-accent),transparent 48%),linear-gradient(135deg,#171717,#080808);box-shadow:0 28px 70px #000}.newsletter-panel>*{position:relative}.newsletter-panel h2{max-width:12ch;margin-inline:auto}.newsletter-form{display:flex;max-width:650px;margin:2rem auto 0;gap:.7rem}.newsletter-form input,.search-form input,.product-form select,.quantity-field input,.cart-item input{min-height:50px;border:1px solid rgb(255 255 255/.2);border-radius:calc(var(--radius)*.7);background:#0a0a0a;color:#fff;padding:.8rem 1rem}.newsletter-form input,.search-form input{flex:1;min-width:0}.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:clamp(2rem,5vw,5rem);align-items:start}.product-gallery{min-width:0}.product-gallery__viewport{position:relative;overflow:hidden;aspect-ratio:1/1;border:1px solid rgb(255 255 255/.1);border-radius:calc(var(--radius)*1.25);background:radial-gradient(circle,#222,#0b0b0b 70%);box-shadow:0 calc(30px*var(--depth)) calc(70px*var(--depth)) #000}.product-media{width:100%;height:100%}.product-media>img,.product-media>video,.product-media>iframe,.product-media>model-viewer,.product-media .shopify-model-viewer-ui{width:100%;height:100%;object-fit:contain}.product-media iframe{border:0}.product-gallery__thumbs{display:flex;gap:.7rem;margin-top:1rem;overflow-x:auto;padding:.25rem}.media-thumb{position:relative;flex:0 0 82px;padding:0;border:1px solid rgb(255 255 255/.15);border-radius:10px;overflow:hidden;background:#111;cursor:pointer}.media-thumb.is-active{border-color:var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 30%,transparent)}.media-thumb img{width:100%;aspect-ratio:1;object-fit:cover}.media-thumb__badge{position:absolute;right:4px;bottom:4px;display:grid;place-items:center;width:24px;height:24px;background:#fff;color:#000;border-radius:6px}.media-thumb__badge svg{width:15px;height:15px}.view-in-space{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:.8rem;padding:.8rem;border:1px solid rgb(255 255 255/.18);border-radius:10px;background:#151515;cursor:pointer}.product-info{position:sticky;top:120px;padding:clamp(1rem,2vw,2rem);border:1px solid rgb(255 255 255/.1);border-radius:calc(var(--radius)*1.2);background:linear-gradient(145deg,rgb(255 255 255/.07),rgb(255 255 255/.02));box-shadow:0 calc(24px*var(--depth)) calc(60px*var(--depth)) #000;backdrop-filter:blur(14px)}.product-info h1{font-size:clamp(2.7rem,5vw,5.5rem)}.product-info .price{font-size:1.35rem;margin:1.2rem 0}.product-description{padding:1.2rem 0;border-block:1px solid rgb(255 255 255/.1)}.product-form{display:grid;gap:1rem;margin-top:1.3rem}.product-form label{display:grid;gap:.35rem;font-size:.85rem;font-weight:800;text-transform:uppercase}.product-form select{width:100%}.product-form__row{display:flex;gap:.7rem;align-items:end}.quantity-field{width:92px}.quantity-field input{width:100%}.shopify-payment-button{margin-top:.7rem}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgb(255 255 255/.1);color:var(--color-muted);font-size:.76rem;text-align:center}.collection-hero{max-width:800px;margin-bottom:3rem}.collection-grid,.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.collection-card,.article-card,.search-result{overflow:hidden;border:1px solid rgb(255 255 255/.1);border-radius:var(--radius);background:var(--color-surface);box-shadow:0 calc(15px*var(--depth)) calc(35px*var(--depth)) #000}.collection-card img,.collection-card .placeholder-svg,.article-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.collection-card>div,.article-card>div,.search-result{padding:1.3rem}.collection-card h2,.article-card h2{font-size:1.65rem;margin-bottom:.35rem}.collection-card span{color:var(--color-muted)}.article-hero{overflow:hidden;margin:2rem 0;border-radius:var(--radius)}.article-hero img{width:100%}.article-content{font-size:1.1rem}.search-header{margin-bottom:3rem}.search-form{display:flex;gap:.7rem}.cart-form{display:grid;grid-template-columns:1fr 330px;gap:2rem}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:130px 1fr;gap:1rem;padding:1rem;border:1px solid rgb(255 255 255/.1);border-radius:var(--radius);background:var(--color-surface)}.cart-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}.cart-summary{align-self:start;display:grid;gap:.8rem;padding:1.5rem;border:1px solid rgb(255 255 255/.1);border-radius:var(--radius);background:var(--color-surface);box-shadow:0 20px 50px #000}.cart-summary>p:first-child{display:flex;justify-content:space-between;font-size:1.2rem}.empty-state{padding:clamp(3rem,9vw,8rem) 1rem;text-align:center}.empty-state h1{max-width:10ch;margin-inline:auto}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.pagination a{font-weight:800;text-decoration:underline;text-decoration-color:var(--color-accent)}.site-footer{padding:5rem 0 2rem;border-top:1px solid rgb(255 255 255/.1);background:#050505}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}.footer__grid h2{font-size:2.8rem}.footer__grid nav,.footer__social{display:grid;align-content:start;gap:.65rem}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgb(255 255 255/.1);color:var(--color-muted)}.placeholder-svg{background:#171717;fill:#303030}
@media(max-width:989px){.header__nav{display:none}.header__menu-button{display:grid}.header__inner{grid-template-columns:auto 1fr auto}.header__brand{justify-self:center}.hero-3d{min-height:auto}.hero-3d__grid,.product-layout,.story-panel{grid-template-columns:1fr}.hero-3d__stage{min-height:58vh}.hero-3d__copy{text-align:center}.hero-3d__copy h1{max-width:10ch;margin-inline:auto}.button-row{justify-content:center}.product-info{position:static}.product-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.story-panel--reverse .story-panel__media{order:0}.collection-grid,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-form{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child{grid-column:1/-1}}
@media(max-width:599px){.page-width{width:min(calc(100% - 1.25rem),var(--page-width))}.section-spacing{padding:3.5rem 0}.announcement-bar{font-size:.68rem}.header__inner{min-height:66px}.header__brand span{font-size:1.6rem}.hero-3d__grid{gap:1rem}.hero-3d__stage{min-height:52vh}.hero-3d__image-wrap{inset:5% 3% 12%;transform:none}.hero-3d__orbit span{width:38px;height:38px}.product-grid--2,.product-grid--3,.product-grid--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-card__content h3{font-family:Arial,Helvetica,sans-serif;font-size:.92rem;line-height:1.2;text-transform:none}.product-card__content{font-size:.88rem}.section-heading{align-items:start}.story-panel{padding:.65rem}.story-panel__copy{padding:1.2rem .75rem}.newsletter-form,.search-form{display:grid}.newsletter-form .button,.search-form .button{width:100%}.product-gallery__viewport{border-radius:var(--radius)}.product-info{padding:1.1rem}.product-form__row{align-items:stretch;flex-direction:column}.quantity-field{width:100%}.trust-row{font-size:.68rem}.collection-grid,.article-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:95px 1fr}.footer__grid{grid-template-columns:1fr}.footer__grid>div:first-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.reduce-motion *,.reduce-motion *::before,.reduce-motion *::after{animation:none!important;transition:none!important}.reduce-motion .js-tilt{transform:none!important}
