:root{--bg:#07101c;--panel:#0b1726;--panel2:#0e1c2d;--line:#1b3046;--text:#f5f8fc;--muted:#8ea3b9;--blue:#31a9ff;--blue2:#167fe0;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 75% 0,#0c2944 0,transparent 28%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}button,input{font:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.header{height:82px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(6,15,26,.9);backdrop-filter:blur(16px);position:sticky;top:0;z-index:30}.header .wrap{height:100%;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;margin-right:10px}.brand img{width:54px;height:54px;object-fit:contain}.nav{display:flex;gap:27px;align-items:center;flex:1}.nav a{font-size:14px;font-weight:700;color:#9eb0c2;transition:.2s}.nav a:hover,.nav a.active{color:#fff}.actions{display:flex;align-items:center;gap:10px}.icon-btn,.login-btn{height:43px;border:1px solid #20364d;background:#0d1b2b;color:#fff;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-weight:750}.login-btn{padding:0 16px}.icon-btn{width:46px;position:relative}.icon-btn svg,.login-btn svg{width:19px;height:19px}.count{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:var(--blue);font-size:11px;display:grid;place-items:center;font-weight:900}.hero{min-height:550px;display:flex;align-items:center;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#07101c 3%,rgba(7,16,28,.86) 38%,rgba(7,16,28,.22) 78%,#07101c 100%),linear-gradient(0deg,#07101c 0,transparent 38%),url('hero-banner.png') center/cover no-repeat;opacity:.9}.hero-content{position:relative;z-index:2;width:min(650px,100%);padding:75px 0}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:var(--blue);font-weight:900}.hero h1{font-size:clamp(46px,7vw,82px);line-height:.92;margin:15px 0 18px;letter-spacing:-.055em}.hero p{max-width:590px;color:#adbdcd;font-size:17px;line-height:1.7}.button-row{display:flex;gap:11px;margin-top:30px;flex-wrap:wrap}.btn{border:0;border-radius:11px;padding:13px 18px;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:white;box-shadow:0 12px 35px rgba(49,169,255,.18)}.btn-dark{background:#0d1b2b;border:1px solid #20364d;color:#fff}.section{padding:76px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-head h2,.page-title h1{margin:6px 0 0;font-size:34px;letter-spacing:-.035em}.section-head p,.page-title p{margin:8px 0 0;color:var(--muted)}.page-title{padding:68px 0 34px}.shop-layout{display:grid;grid-template-columns:230px 1fr;gap:25px}.sidebar,.panel{background:linear-gradient(180deg,#0c1928,#091522);border:1px solid var(--line);border-radius:var(--radius)}.sidebar{padding:15px;height:max-content}.sidebar h3{font-size:12px;color:#748ba1;text-transform:uppercase;letter-spacing:.13em;padding:4px 9px}.cat{display:block;width:100%;text-align:left;padding:11px 12px;margin:4px 0;border:0;border-radius:10px;background:transparent;color:#aebdca;cursor:pointer;font-weight:700}.cat:hover,.cat.active{background:#10263a;color:white}.search{width:100%;background:#0a1624;border:1px solid var(--line);border-radius:11px;color:white;padding:13px 15px;outline:none;margin-bottom:20px}.search:focus{border-color:#2d89cc}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.product{border:1px solid var(--line);background:linear-gradient(180deg,#0c1928,#091522);border-radius:16px;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.product:hover{transform:translateY(-3px);border-color:#2b5376}.product-img{height:190px;background:#0d1b2a;display:grid;place-items:center;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.fallback{font-size:42px;font-weight:950;color:#214c6e}.product-body{padding:17px;display:flex;flex-direction:column;flex:1}.product-cat{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--blue);font-weight:900}.product h3{font-size:18px;margin:8px 0}.product-desc{font-size:13px;line-height:1.55;color:#879caf;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.price{font-size:18px;font-weight:900}.small-btn{padding:9px 12px;border:1px solid #255075;background:#10263b;border-radius:9px;color:white;font-weight:800;cursor:pointer}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.info-card{padding:24px;background:#0b1725;border:1px solid var(--line);border-radius:16px}.info-card h3{margin:8px 0}.info-card p{color:var(--muted);line-height:1.65;font-size:14px}.product-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:35px;align-items:start}.product-gallery{border:1px solid var(--line);background:#0b1725;border-radius:20px;overflow:hidden;min-height:470px;display:grid;place-items:center}.product-gallery img{width:100%;height:100%;max-height:580px;object-fit:cover}.product-info{padding:10px 0}.product-info h1{font-size:42px;line-height:1.05;margin:10px 0 14px;letter-spacing:-.04em}.product-info .big-price{font-size:30px;font-weight:950;margin:20px 0}.product-description{color:#a9bac9;line-height:1.75}.product-description img{max-width:100%}.buy-box{margin-top:26px;padding:17px;border:1px solid var(--line);border-radius:15px;background:#0b1725}.qty{display:flex;gap:10px;margin-bottom:12px}.qty input{width:80px;background:#07111d;border:1px solid var(--line);border-radius:9px;color:white;padding:10px}.buy-box .btn{width:100%}.back{color:#8aa1b5;font-weight:700;font-size:13px}.faq{display:grid;gap:10px}.faq details{border:1px solid var(--line);background:#0b1725;border-radius:13px;padding:18px 20px}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted);line-height:1.6}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stars{color:#f7c65c;letter-spacing:2px}.footer{border-top:1px solid rgba(255,255,255,.07);padding:40px 0;color:#7890a6;margin-top:50px}.footer-grid{display:flex;justify-content:space-between;gap:25px;align-items:center}.footer img{width:48px}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:50;opacity:0;pointer-events:none;transition:.2s}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;height:100%;width:min(430px,100%);background:#091522;border-left:1px solid var(--line);z-index:60;transform:translateX(100%);transition:.25s;padding:24px;display:flex;flex-direction:column}.drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-head button{background:none;border:0;color:#fff;font-size:25px;cursor:pointer}.cart-items{display:grid;gap:10px;margin:25px 0;overflow:auto}.cart-row{display:flex;justify-content:space-between;gap:12px;padding:13px;background:#0d1c2c;border:1px solid var(--line);border-radius:11px}.cart-row small{display:block;color:var(--muted);margin-top:4px}.remove{border:0;background:transparent;color:#e98c8c;cursor:pointer}.cart-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:20px}.total{display:flex;justify-content:space-between;font-weight:900;font-size:19px;margin-bottom:15px}.state{padding:25px;border:1px dashed #294661;border-radius:13px;color:#8da4b8;text-align:center}.mobile-menu{display:none}@media(max-width:900px){.nav{display:none}.actions{margin-left:auto}.login-btn span{display:none}.shop-layout,.product-page{grid-template-columns:1fr}.sidebar{display:flex;overflow:auto;gap:5px}.sidebar h3{display:none}.cat{white-space:nowrap;width:auto}.products,.feature-grid,.reviews{grid-template-columns:repeat(2,1fr)}.hero{min-height:480px}.product-gallery{min-height:350px}}@media(max-width:600px){.wrap{width:min(100% - 24px,1180px)}.header{height:70px}.brand img{width:46px;height:46px}.products,.feature-grid,.reviews{grid-template-columns:1fr}.hero h1{font-size:48px}.hero p{font-size:15px}.section{padding:55px 0}.product-info h1{font-size:34px}.footer-grid{align-items:flex-start;flex-direction:column}}

/* 2026 storefront refresh */
.menu-btn{width:43px;height:43px;border:1px solid #20364d;background:#0d1b2b;border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.menu-btn span{width:18px;height:2px;background:#dce7f2;border-radius:2px}.mobile-nav{position:fixed;top:0;right:0;width:min(390px,100%);height:100%;background:#07101c;z-index:80;transform:translateX(100%);transition:.25s;display:flex;flex-direction:column;padding:26px}.mobile-nav.open{transform:none}.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:70;opacity:0;pointer-events:none;transition:.2s}.menu-overlay.open{opacity:1;pointer-events:auto}.mobile-nav-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:20px}.mobile-nav-head b{font-size:22px;font-style:italic}.mobile-nav-head button{border:0;background:none;color:white;font-size:32px}.mobile-nav>a{padding:14px 16px;border-radius:11px;font-size:18px;color:#d6e0ea}.mobile-nav>a:hover{background:#0d2233;color:#55b7ff}.mobile-nav-foot{margin-top:auto;padding-top:22px;border-top:1px solid var(--line)}.mobile-nav-foot .btn{width:100%}
.product-img{height:auto;aspect-ratio:1/1}.product-img img{object-fit:cover}.product-gallery{min-height:0;aspect-ratio:1/1}.product-gallery img{height:100%;max-height:none;object-fit:cover}
.buy-box{padding:22px}.add-cart{font-size:16px;padding:15px 18px}.cart-symbol{font-size:18px}.secure-pay{display:flex;align-items:center;gap:12px;justify-content:center;color:#8ea3b9;font-size:13px;margin:18px 0 12px}.secure-pay span{height:1px;background:var(--line);flex:1}.pay-badges{display:flex;gap:7px;justify-content:center;flex-wrap:wrap}.pay-badges b{font-size:10px;padding:8px 9px;background:#101d2d;border:1px solid #1c3148;border-radius:7px;color:#fff}
.drawer{width:min(520px,100%);padding:30px}.drawer-head h2{font-size:34px;margin:7px 0}.cart-row{display:grid;grid-template-columns:72px 1fr auto;align-items:center;padding:12px;gap:13px}.cart-row>img{width:72px;height:72px;object-fit:cover;border-radius:10px;background:#07111d}.cart-copy{min-width:0}.cart-copy b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-copy small{font-size:12px}.cart-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:8px;margin-top:9px;overflow:hidden}.cart-qty button{width:29px;height:28px;background:#102236;color:#fff;border:0;cursor:pointer}.cart-qty span{min-width:28px;text-align:center;font-size:12px}.cart-side{text-align:right;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.cart-side strong{font-size:14px}.remove{font-size:11px}.empty-cart{border:1px dashed #294661;border-radius:14px;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#8da4b8}.empty-cart b{color:#e7eef6}.empty-icon{font-size:28px}.cart-bottom .total{font-size:24px}.cart-bottom .btn{padding:16px;font-size:16px}
.apv-shell{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}.apv-toc{position:sticky;top:105px;padding:15px}.apv-toc a{display:block;padding:10px 12px;color:#9fb1c3;border-radius:9px}.apv-toc a:hover{background:#10263a;color:#fff}.apv-content{padding:28px}.apv-content h2{margin-top:34px;padding-top:8px;border-top:1px solid var(--line)}.apv-content h2:first-child{margin-top:0;border-top:0}.apv-content p,.apv-content li{color:#a9bac9;line-height:1.75}.apv-source{margin-top:24px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#0a1624;color:#91a7ba}
@media(max-width:900px){.menu-btn{display:flex}.apv-shell{grid-template-columns:1fr}.apv-toc{position:static;display:flex;overflow:auto}.apv-toc a{white-space:nowrap}.cart-row{grid-template-columns:58px 1fr auto}.cart-row>img{width:58px;height:58px}}@media(min-width:901px){.menu-btn{display:flex}}@media(max-width:600px){.drawer{padding:22px 16px}.drawer-head h2{font-size:29px}.cart-row{grid-template-columns:54px 1fr}.cart-row>img{width:54px;height:54px}.cart-side{grid-column:2;flex-direction:row;align-items:center}.product-img{aspect-ratio:1/1}.product-gallery{aspect-ratio:1/1}}
