:root{--bg: #111827;--bg-deep: #0a0f1a;--bg-elev: #161f33;--blue: #2563EB;--lime: #A3E635;--purple: #8B5CF6;--orange: #F97316;--off-white: #F9FAFB;--text: #F9FAFB;--text-muted: rgba(249,250,251,.7);--text-subtle: rgba(249,250,251,.45);--border: rgba(249,250,251,.08);--border-strong: rgba(249,250,251,.16);--grad-blue-lime: linear-gradient(135deg, #2563EB 0%, #A3E635 100%);--grad-purple-orange: linear-gradient(135deg, #8B5CF6 0%, #F97316 100%);--grad-rainbow: linear-gradient(90deg, #2563EB 0%, #A3E635 25%, #F9FAFB 50%, #8B5CF6 75%, #F97316 100%);--shadow-card: 0 30px 80px -20px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.04) inset;--shadow-glow-blue: 0 0 60px -10px rgba(37, 99, 235, .55);--shadow-glow-purple: 0 0 80px -10px rgba(139, 92, 246, .55);--shadow-glow-orange: 0 0 80px -10px rgba(249, 115, 22, .4);--shadow-glow-lime: 0 0 60px -10px rgba(163, 230, 53, .4);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--page-width: 1320px;--radius-card: 18px;--radius-button: 999px;--font-heading: "Inter Tight", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;position:relative;min-height:100vh;display:flex;flex-direction:column}main{flex:1;position:relative;z-index:2}body:before{content:"";position:fixed;top:-20%;right:-20%;bottom:-20%;left:-20%;pointer-events:none;z-index:0;background:radial-gradient(800px 600px at 15% 10%,rgba(37,99,235,.12),transparent 60%),radial-gradient(700px 500px at 85% 35%,rgba(139,92,246,.1),transparent 60%),radial-gradient(800px 600px at 50% 110%,rgba(249,115,22,.08),transparent 60%);filter:blur(20px);animation:ambient-drift 28s var(--ease-in-out) infinite alternate}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;opacity:.04;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.85'/></svg>")}@keyframes ambient-drift{0%{transform:translate3d(-2%,-1%,0) scale(1)}to{transform:translate3d(2%,1%,0) scale(1.05)}}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--off-white)}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}::selection{background:var(--lime);color:var(--bg-deep)}.font-display{font-family:var(--font-heading);font-weight:800;letter-spacing:-.035em;line-height:.95}.eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted);display:inline-flex;align-items:center;gap:.6rem}.eyebrow:before{content:"";display:inline-block;width:28px;height:1px;background:linear-gradient(90deg,transparent,var(--off-white))}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:800;letter-spacing:-.03em;color:var(--text)}h1{font-size:clamp(2.6rem,6.4vw,5.6rem);line-height:.95}h2{font-size:clamp(2rem,4.4vw,3.8rem);line-height:1.02}h3{font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.15}h4{font-size:1.05rem;line-height:1.25}p{color:var(--text-muted);font-size:1.0625rem}.lede{font-size:clamp(1.1rem,1.5vw,1.35rem);color:var(--text-muted);line-height:1.55;max-width:60ch}.gradient-text{background:var(--grad-purple-orange);-webkit-background-clip:text;background-clip:text;color:transparent}.gradient-text-blue{background:var(--grad-blue-lime);-webkit-background-clip:text;background-clip:text;color:transparent}.wrap{width:100%;max-width:var(--page-width);margin:0 auto;padding:0 1.5rem;position:relative}section{position:relative;z-index:2;padding:clamp(5rem,10vw,9rem) 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.4rem;font-family:var(--font-body);font-weight:500;font-size:.95rem;border-radius:var(--radius-button);transition:transform .3s var(--ease-out),box-shadow .3s,background .3s,border-color .3s,color .3s;white-space:nowrap;letter-spacing:-.005em;text-decoration:none;cursor:pointer;border:1px solid transparent}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--off-white);color:var(--bg-deep);box-shadow:0 10px 30px -10px #f9fafb66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px -10px #f9fafb80;background:#fff;color:var(--bg-deep)}.btn-ghost{background:#f9fafb0f;color:var(--text);border-color:var(--border-strong);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-ghost:hover{background:#f9fafb1f;border-color:#f9fafb4d;transform:translateY(-2px);color:var(--text)}.btn-shop{background:linear-gradient(135deg,#a3e635,#5db6c6 55%,#2563eb);color:#0a0f1a;font-weight:600;box-shadow:0 12px 28px -10px #2563eb8c;border:0}.btn-shop:hover{transform:translateY(-2px);box-shadow:0 18px 36px -10px #2563eba6;background:linear-gradient(135deg,#b7f060,#6fc4d3 55%,#3b7cee);color:#0a0f1a}.btn-sm{padding:.55rem 1.1rem;font-size:.85rem}.btn-lg{padding:1.05rem 1.8rem;font-size:1.05rem}.btn-full{width:100%}.btn .arrow{display:inline-block;transition:transform .3s var(--ease-out)}.btn:hover .arrow{transform:translate(4px)}.site-header{position:sticky;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;display:flex;justify-content:center;pointer-events:none;transition:padding .4s}.site-header__inner{width:100%;max-width:var(--page-width);display:flex;align-items:center;justify-content:space-between;padding:.7rem .7rem .7rem 1.4rem;background:#1118278c;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border:1px solid var(--border);border-radius:999px;pointer-events:auto;transition:background .4s,border-color .4s,box-shadow .4s;gap:1rem}.site-header.scrolled .site-header__inner{background:#0a0f1ad9;border-color:var(--border-strong);box-shadow:0 12px 40px -12px #0009}.brand{display:inline-flex;align-items:center;gap:.5rem;line-height:0;flex-shrink:0}.brand img{height:32px;width:auto;max-width:none;display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));transition:transform .3s var(--ease-out);object-fit:contain}.brand:hover img{transform:scale(1.04)}.site-nav{display:flex;gap:.25rem;align-items:center}.site-nav__link{font-size:.875rem;font-weight:500;color:var(--text-muted);padding:.5rem .9rem;border-radius:999px;transition:color .2s,background .2s}.site-nav__link:hover,.site-nav__link[aria-current=page]{color:var(--text);background:#f9fafb0d}@media(max-width:900px){.site-nav{display:none}}.header-actions{display:flex;align-items:center;gap:.5rem}.header-action{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--text);background:#f9fafb0f;border:1px solid var(--border-strong);transition:background .3s,transform .3s var(--ease-out);position:relative}.header-action:hover{background:#f9fafb1f;transform:translateY(-2px);color:var(--text)}.header-action svg{width:18px;height:18px}.cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--lime);color:var(--bg-deep);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);letter-spacing:0;line-height:1;box-shadow:0 0 12px #a3e63599}.cart-count[data-count="0"]{display:none}.menu-toggle{display:none;width:40px;height:40px;border-radius:50%;background:#f9fafb0f;border:1px solid var(--border-strong);color:var(--text);align-items:center;justify-content:center}.menu-toggle svg{width:18px;height:18px}@media(max-width:900px){.menu-toggle{display:inline-flex}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0a0f1af5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:none;flex-direction:column;padding:5rem 1.5rem 2rem}.mobile-nav.open{display:flex}.mobile-nav__close{position:absolute;top:1.2rem;right:1.2rem;width:44px;height:44px;border-radius:50%;background:#f9fafb0f;border:1px solid var(--border-strong);color:var(--text);display:flex;align-items:center;justify-content:center}.mobile-nav__link{display:block;font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--text);padding:.9rem 0;border-bottom:1px solid var(--border);letter-spacing:-.02em;line-height:1.2}.mobile-nav__link:last-of-type{border-bottom:none}.mobile-nav__link em.brand-word{font-style:normal;background:linear-gradient(135deg,#2563eb,#a3e635);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block;padding-right:.05em}.mobile-nav__link em.brand-magic{font-style:normal;background:linear-gradient(135deg,#f97316,#fbb476,#a3e635);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block;padding-right:.05em}.mobile-nav__link .reg{font-size:.45em;vertical-align:super;font-weight:600;letter-spacing:0;opacity:.55;margin-left:.04em;background:none;-webkit-text-fill-color:initial;color:#f9fafbe6}.mobile-nav__ctas{margin-top:auto;display:flex;flex-direction:column;gap:.6rem}.site-footer{position:relative;z-index:2;padding:4rem 0 3rem;border-top:1px solid var(--border);margin-top:4rem}.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:900px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:540px){.site-footer__grid{grid-template-columns:1fr}}.site-footer__brand img{height:36px;margin-bottom:1rem}.site-footer__brand p{font-size:.9rem;color:var(--text-muted);max-width:40ch}.site-footer__col h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--text-subtle);margin-bottom:1.2rem}.site-footer__col ul{list-style:none}.site-footer__col li{margin-bottom:.6rem}.site-footer__col a{font-size:.92rem;color:var(--text-muted);transition:color .2s}.site-footer__col a:hover{color:var(--text)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-subtle);flex-wrap:wrap;gap:1rem}.social-links{display:flex;gap:.6rem}.social-links a{width:36px;height:36px;border-radius:50%;background:#f9fafb0d;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s,transform .3s var(--ease-out)}.social-links a:hover{background:#f9fafb1a;border-color:var(--border-strong);transform:translateY(-2px)}.social-links svg{width:16px;height:16px}.announcement{background:linear-gradient(90deg,var(--blue) 0%,var(--purple) 50%,var(--orange) 100%);color:var(--off-white);text-align:center;padding:.55rem 1rem;font-size:.82rem;font-weight:500;letter-spacing:.01em;position:relative;z-index:99}.announcement a{text-decoration:underline;text-underline-offset:3px}.section-head{margin-bottom:clamp(3rem,6vw,5rem)}.section-head h2{margin-top:.8rem;max-width:18ch}.section-head p{margin-top:1.25rem}.section-head--center{text-align:center;margin-left:auto;margin-right:auto}.section-head--center .eyebrow{justify-content:center}.section-head--center h2{margin-left:auto;margin-right:auto}.card{position:relative;border-radius:var(--radius-card);background:linear-gradient(180deg,#131d33,#0a1020);border:1px solid var(--border);overflow:hidden;transition:transform .4s var(--ease-out),box-shadow .4s,border-color .4s}.card:hover{transform:translateY(-4px);border-color:var(--border-strong);box-shadow:0 30px 60px -20px #00000080}.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit}.product-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(180deg,#0e1626,#050810)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease-out)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 60%,rgba(10,15,26,.85));pointer-events:none}.product-card__badge{position:absolute;top:1rem;left:1rem;z-index:2;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .7rem;border-radius:999px;background:#0a0f1ab3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-strong)}.product-card__badge--sale{background:var(--orange);border-color:transparent;color:var(--bg-deep)}.product-card__badge--soldout{background:#0a0f1ad9;color:var(--text-muted)}.product-card__body{padding:1.4rem 1.5rem 1.6rem;display:flex;flex-direction:column;gap:.4rem}.product-card__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.product-card__price{display:flex;align-items:baseline;gap:.5rem;margin-top:.3rem;font-family:var(--font-heading);font-weight:600;color:var(--text);font-size:1.05rem;letter-spacing:-.01em}.product-card__price-compare{color:var(--text-subtle);text-decoration:line-through;font-weight:500;font-size:.92rem}.product-page{padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(4rem,8vw,6rem)}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:flex-start}@media(max-width:900px){.product-layout{grid-template-columns:1fr}}.product-gallery{position:relative;min-width:0;max-width:100%}.product-gallery__main{position:relative;aspect-ratio:4 / 3;border-radius:var(--radius-card);overflow:hidden;background:linear-gradient(180deg,#0e1626,#050810);border:1px solid var(--border);margin-bottom:1rem}.product-gallery__main img,.product-gallery__main video{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.6rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:rgba(249,250,251,.2) transparent}.product-gallery__thumbs::-webkit-scrollbar{height:6px}.product-gallery__thumbs::-webkit-scrollbar-track{background:#f9fafb08;border-radius:3px}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:#f9fafb40;border-radius:3px}.product-gallery__thumbs::-webkit-scrollbar-thumb:hover{background:#f9fafb66}.product-gallery__thumb{flex:0 0 80px;width:80px;height:80px;border-radius:12px;overflow:hidden;background:#0a1020;border:1px solid var(--border);cursor:pointer;padding:0;transition:border-color .3s,transform .3s var(--ease-out)}.product-gallery__thumb:hover{transform:translateY(-2px);border-color:var(--border-strong)}.product-gallery__thumb.active{border-color:var(--lime);box-shadow:0 0 0 1px var(--lime)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding:0;min-width:0}.product-info__vendor{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-subtle);font-weight:600;margin-bottom:.6rem}.product-info__title{font-family:var(--font-heading);font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:800;letter-spacing:-.025em;line-height:1.05;margin-bottom:1rem}.product-info__price{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.6rem;font-family:var(--font-heading)}.product-info__price-now{font-size:1.8rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.product-info__price-compare{color:var(--text-subtle);text-decoration:line-through;font-size:1.1rem}.product-info__price-save{font-size:.78rem;font-weight:600;padding:.3rem .6rem;border-radius:999px;background:var(--orange);color:var(--bg-deep);text-transform:uppercase;letter-spacing:.08em}.product-info__description{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:1.8rem}.product-info__description p{margin-bottom:.8rem}.product-info__description p:last-child{margin-bottom:0}.product-info__description ul{list-style:none;margin:1rem 0}.product-info__description ul li{padding-left:1.4rem;position:relative;margin-bottom:.5rem;color:var(--text-muted)}.product-info__description ul li:before{content:"";position:absolute;left:0;top:.55rem;width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 8px var(--lime)}.variant-pickers{display:grid;gap:1.2rem;margin-bottom:1.8rem}.variant-picker__label{display:flex;justify-content:space-between;align-items:baseline;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-subtle);font-weight:600;margin-bottom:.7rem}.variant-picker__label .selected{color:var(--text);text-transform:none;letter-spacing:0;font-weight:500;font-size:.92rem}.variant-picker__options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-picker__btn{padding:.55rem 1rem;background:#0a0f1a80;border:1px solid var(--border-strong);border-radius:12px;color:var(--text);font-size:.92rem;font-weight:500;cursor:pointer;transition:border-color .3s,background .3s,transform .3s var(--ease-out)}.variant-picker__btn:hover{border-color:#f9fafb4d}.variant-picker__btn[aria-checked=true]{border-color:var(--lime);background:#a3e63514;box-shadow:0 0 0 1px var(--lime)}.variant-picker__btn[aria-disabled=true]{opacity:.4;cursor:not-allowed;text-decoration:line-through}.quantity{display:inline-flex;align-items:center;background:#0a0f1a80;border:1px solid var(--border-strong);border-radius:12px;overflow:hidden}.quantity button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--text);transition:background .2s}.quantity button:hover{background:#f9fafb0d}.quantity input{width:50px;text-align:center;background:transparent;border:none;color:var(--text);font-family:var(--font-heading);font-size:1rem;font-weight:600;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.quantity input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-cta-row{display:flex;gap:.7rem;margin-bottom:1.4rem}.product-cta-row .btn{flex:1}.product-meta{margin-top:1.6rem;padding-top:1.6rem;border-top:1px solid var(--border);display:grid;gap:.7rem}.product-meta__row{display:flex;gap:1rem;align-items:center;font-size:.88rem}.product-meta__icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:#ffffff0a;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.product-meta__icon svg{width:16px;height:16px}.product-meta__row strong{color:var(--text);font-weight:600;margin-right:.4rem}.product-meta__row span{color:var(--text-muted)}.stock-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;padding:.4rem .8rem;border-radius:999px;background:#a3e6351a;border:1px solid rgba(163,230,53,.3);color:#c8eb7d;margin-bottom:1.4rem}.stock-pill .dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 8px var(--lime)}.stock-pill--low{background:#f973161a;border-color:#f973164d;color:#fbb476}.stock-pill--low .dot{background:var(--orange);box-shadow:0 0 8px var(--orange)}.stock-pill--out{background:#f9fafb0a;border-color:var(--border);color:var(--text-subtle)}.stock-pill--out .dot{background:var(--text-subtle);box-shadow:none}.collection-header{padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(2rem,4vw,3rem);text-align:center}.collection-header h1{margin-bottom:.8rem}.collection-header p{max-width:60ch;margin:0 auto}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border);flex-wrap:wrap;gap:1rem}.collection-count{font-size:.88rem;color:var(--text-muted)}.sort-select{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 2.4rem .6rem .9rem;background:#0a0f1a80;border:1px solid var(--border-strong);border-radius:999px;font-size:.88rem;color:var(--text);cursor:pointer;font-family:inherit;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%23F9FAFB' stroke-width='1.5' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:right .9rem center}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:540px){.product-grid{grid-template-columns:1fr}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:440px;background:#0a0f1af5;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-left:1px solid var(--border-strong);z-index:300;transform:translate(100%);transition:transform .4s var(--ease-out);display:flex;flex-direction:column;box-shadow:-20px 0 60px -10px #00000080}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.4rem 1.5rem 1.2rem;border-bottom:1px solid var(--border)}.cart-drawer__heading{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.cart-drawer__header h2{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}.cart-drawer__subtitle{font-size:.82rem;color:var(--text-subtle);margin:0;line-height:1.4;letter-spacing:-.005em}.cart-page__subtitle{font-size:1.05rem;color:var(--text-subtle);margin:.6rem 0 0;line-height:1.5;letter-spacing:-.005em}.cart-drawer__close{width:36px;height:36px;border-radius:50%;background:#f9fafb0f;border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;color:var(--text);transition:background .2s}.cart-drawer__close:hover{background:#f9fafb1f}.cart-drawer__close svg{width:16px;height:16px}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--border);align-items:flex-start}.cart-item:last-child{border-bottom:0}.cart-item__media{width:80px;height:80px;border-radius:12px;background:#0a1020;border:1px solid var(--border);overflow:hidden}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:600;font-size:.95rem;letter-spacing:-.01em;margin-bottom:.25rem;color:var(--text)}.cart-item__title a{color:inherit}.cart-item__variant{font-size:.78rem;color:var(--text-subtle);margin-bottom:.6rem}.cart-item__controls{display:flex;align-items:center;gap:1rem}.cart-item .quantity{border-radius:8px}.cart-item .quantity button{width:32px;height:32px;font-size:1rem}.cart-item .quantity input{width:32px;font-size:.88rem}.cart-item__remove{font-size:.78rem;color:var(--text-subtle);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.cart-item__remove:hover{color:var(--orange)}.cart-item__stock-note{margin-top:.45rem;font-size:.74rem;font-weight:500;color:#fbb476;display:inline-flex;align-items:center;gap:.3rem}.cart-item__stock-note:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#f97316;box-shadow:0 0 6px #f9731699}.cart-item__price{font-family:var(--font-heading);font-weight:600;font-size:.95rem;color:var(--text);letter-spacing:-.01em;text-align:right}.cart-drawer__footer{padding:1.4rem 1.5rem 1.8rem;border-top:1px solid var(--border-strong);background:#0a0f1a99}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem;font-family:var(--font-heading)}.cart-subtotal__label{font-size:.95rem;color:var(--text);font-weight:600}.cart-subtotal__amount{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.cart-tax-note{font-size:.78rem;color:var(--text-subtle);margin-bottom:1.2rem}.cart-note-field{margin-bottom:1.2rem}.cart-note-field label{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-subtle);margin-bottom:.4rem}.cart-note-field textarea{width:100%;font-family:inherit;font-size:.9rem;padding:.7rem .9rem;background:#0a0f1a99;border:1px solid var(--border-strong);border-radius:10px;color:var(--text);resize:vertical;min-height:60px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;height:100%}.cart-empty__icon{width:64px;height:64px;margin-bottom:1.4rem;opacity:.4}.cart-empty h3{font-size:1.3rem;margin-bottom:.4rem}.cart-empty p{color:var(--text-muted);margin-bottom:1.6rem;max-width:30ch}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:250;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:auto}body.no-scroll{overflow:hidden}.form-field{display:flex;flex-direction:column;margin-bottom:1rem}.form-field label{font-size:.74rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-subtle);font-weight:500;margin-bottom:.5rem}.form-field input,.form-field select,.form-field textarea{font-family:inherit;font-size:1rem;padding:.95rem 1rem;background:#0a0f1a99;border:1px solid var(--border-strong);border-radius:12px;color:var(--text);transition:border-color .3s,background .3s,box-shadow .3s;width:100%}.form-field textarea{min-height:120px;resize:vertical}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-subtle)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#a3e63580;background:#0a0f1ae6;box-shadow:0 0 0 4px #a3e63514}.pagination{display:flex;justify-content:center;gap:.4rem;margin:3rem 0}.pagination a,.pagination span{min-width:40px;height:40px;padding:0 .7rem;border-radius:999px;background:#f9fafb0a;border:1px solid var(--border);color:var(--text);display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:500;transition:background .2s,border-color .2s}.pagination a:hover{background:#f9fafb1a;border-color:var(--border-strong)}.pagination span.current{background:var(--off-white);color:var(--bg-deep)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}.reveal.in{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal-stagger.in>*{opacity:1;transform:translateY(0)}.reveal-stagger.in>*:nth-child(1){transition-delay:.05s}.reveal-stagger.in>*:nth-child(2){transition-delay:.12s}.reveal-stagger.in>*:nth-child(3){transition-delay:.19s}.reveal-stagger.in>*:nth-child(4){transition-delay:.26s}.reveal-stagger.in>*:nth-child(5){transition-delay:.33s}.reveal-stagger.in>*:nth-child(6){transition-delay:.4s}.reveal-stagger.in>*:nth-child(7){transition-delay:.47s}.reveal-stagger.in>*:nth-child(8){transition-delay:.54s}.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}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:768px){section{padding:clamp(3.5rem,8vw,6rem) 0}.wrap{padding:0 1.25rem}h2{font-size:clamp(1.8rem,7vw,2.8rem)}.section-head{margin-bottom:2.5rem}.site-footer{padding:3rem 0 2rem}.product-cta-row{flex-direction:column}.product-cta-row .btn{width:100%}}@media(max-width:900px){.header-actions .btn-ghost.btn-sm,.header-actions>.header-action[aria-label*=search i],.header-actions>.header-action[aria-label*=account i],.header-actions>.country-switcher{display:none}}@media(max-width:600px){.site-header{padding:.6rem}.site-header__inner{padding:.45rem .45rem .45rem .9rem;gap:.5rem}.header-actions{gap:.4rem}.brand img{height:30px}}@media(max-width:380px){.site-header__inner{padding-left:.7rem;gap:.4rem}.brand img{height:26px}}.mobile-nav__menu{display:flex;flex-direction:column}.mobile-nav__section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.2rem}.mobile-nav__item{display:flex;align-items:center;gap:.85rem;padding:.85rem .5rem;font-size:1rem;font-weight:500;color:var(--text);background:none;border:none;border-radius:10px;text-align:left;width:100%;cursor:pointer;transition:background .2s}.mobile-nav__item:hover,.mobile-nav__item:focus-visible{background:#f9fafb0a}.mobile-nav__item>svg,.mobile-nav__item>.mobile-nav__flag-svg{width:20px;height:20px;flex-shrink:0}.mobile-nav__item>span{flex:1;display:inline-flex;align-items:center;gap:.5rem}.mobile-nav__country-curr{font-size:.75rem;color:var(--text-subtle);font-weight:600;letter-spacing:.05em}.mobile-nav__country{border-radius:10px;overflow:hidden}.mobile-nav__country summary{list-style:none;cursor:pointer}.mobile-nav__country summary::-webkit-details-marker{display:none}.mobile-nav__chevron{transition:transform .25s var(--ease-out);color:var(--text-subtle);flex-shrink:0}.mobile-nav__country[open] .mobile-nav__chevron{transform:rotate(180deg)}.mobile-nav__country-list{display:flex;flex-direction:column;gap:.1rem;padding:.5rem .5rem .5rem 1.85rem;margin-bottom:.5rem;max-height:280px;overflow-y:auto}.mobile-nav__country-opt{display:flex;align-items:center;gap:.65rem;padding:.55rem .5rem;font-size:.9rem;color:var(--text-muted);background:none;border:none;border-radius:8px;text-align:left;width:100%;cursor:pointer;transition:background .2s,color .2s}.mobile-nav__country-opt:hover{background:#f9fafb0a;color:var(--text)}.mobile-nav__country-opt.is-active{background:#a3e63514;color:var(--text)}.mobile-nav__country-flag-svg{width:18px;height:18px;flex-shrink:0}.mobile-nav__country-name{flex:1}.mobile-nav{padding:4rem 1.5rem 2rem;overflow-y:auto}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
