:root{--bg:#06111a;--panel:#0c1b27;--line:#1c3344;--text:#eef8ff;--muted:#91a9b8;--accent:#1aa7ff;--accent2:#b47cff;--rose:#ff7a90}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 16% 5%,rgba(26,167,255,.18),transparent 28rem),radial-gradient(circle at 86% 14%,rgba(180,124,255,.11),transparent 25rem),linear-gradient(180deg,#06111a,#071a27 45%,#04090e);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 5vw;border-bottom:1px solid rgba(28,51,68,.8);background:rgba(6,17,26,.86);backdrop-filter:blur(18px)}.brand img{height:46px;width:auto;display:block}nav{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}nav a:hover{color:var(--text)}.cart-pill,.button{border:0;border-radius:12px;background:var(--accent);color:#04141c;padding:12px 18px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 14px 32px rgba(26,167,255,.22)}.cart-pill{padding:10px 18px}.cart-pill span{display:inline-flex;min-width:24px;height:24px;align-items:center;justify-content:center;margin-left:8px;border-radius:999px;background:#04141c;color:var(--accent)}.button.secondary{background:rgba(12,27,39,.72);border:1px solid var(--line);color:var(--text);box-shadow:none}.button.full{width:100%;margin-top:16px}.hero{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;min-height:650px;padding:58px 5vw;border-bottom:1px solid rgba(28,51,68,.8);background-image:linear-gradient(rgba(26,167,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(26,167,255,.055) 1px,transparent 1px);background-size:42px 42px}.eyebrow,.tag{display:inline-flex;width:max-content;border:1px solid rgba(26,167,255,.28);border-radius:999px;background:rgba(26,167,255,.1);color:var(--accent);padding:8px 12px;font-size:11px;text-transform:uppercase;letter-spacing:.22em;font-weight:800}.hero-logo{display:block;width:min(380px,100%);margin:22px 0}.hero h1{font-size:clamp(44px,7vw,88px);line-height:.96;margin:0 0 24px;font-weight:900;letter-spacing:0}.hero p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-panel{position:relative;overflow:hidden;min-height:420px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,rgba(12,27,39,.92),rgba(7,21,32,.76));box-shadow:0 30px 90px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.04)}.scan-line{position:absolute;left:8%;right:8%;top:15%;height:2px;background:var(--accent);box-shadow:0 0 38px var(--accent);animation:scan 5s ease-in-out infinite}.hero-metrics{position:absolute;inset:auto 28px 28px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.hero-metrics div,.quality-card{border:1px solid var(--line);border-radius:18px;background:rgba(5,13,20,.62);padding:20px}.hero-metrics strong{display:block;font-size:28px}.hero-metrics span{display:block;margin-top:6px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.16em}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-head h2{margin:12px 0 0;font-size:clamp(34px,5vw,56px);line-height:1;font-weight:900}.section-head h2 span{background:linear-gradient(90deg,var(--accent),#8cc7ff,var(--accent2));background-clip:text;color:transparent}.featured,.shop,.learn{padding:52px 5vw;border-bottom:1px solid rgba(28,51,68,.8)}.featured{padding-top:36px;padding-bottom:40px}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.featured-card,.product-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:rgba(12,27,39,.82);transition:.25s}.featured-card:hover,.product-card:hover{transform:translateY(-4px);border-color:rgba(26,167,255,.5);box-shadow:0 24px 70px rgba(26,167,255,.12)}.product-image{position:relative;background:#fff;min-height:190px;overflow:hidden;aspect-ratio:1/1}.featured .product-image{height:170px;min-height:0;aspect-ratio:auto}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.6s}.featured .product-image img{object-fit:contain;padding:8px}.featured .product-body{padding:12px;gap:7px}.product-body{padding:18px}.product-body h3{font-size:18px;line-height:1.15;margin:10px 0}.featured .product-body h3{font-size:14px;margin:8px 0}.product-body p{color:var(--muted);font-size:12px;line-height:1.5;margin:0}.featured .product-body p{display:none}.price{font-size:20px;color:var(--accent);font-weight:900}.featured .price{font-size:17px}.option-badge,.category-badge{display:inline-flex;border:1px solid rgba(26,167,255,.35);background:rgba(26,167,255,.1);border-radius:999px;color:var(--accent);padding:6px 10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.featured .button{padding:10px 12px;font-size:11px}.filters{display:grid;grid-template-columns:1fr 220px 220px 140px;gap:12px;margin-bottom:24px}.filters input,.filters select,.option-select,.view-toggle{width:100%;border:1px solid var(--line);border-radius:12px;background:rgba(12,27,39,.9);color:var(--text);padding:13px 14px;outline:none}.view-toggle{font-weight:900;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:flex;flex-direction:column}.product-card .product-body{display:flex;flex:1;flex-direction:column;gap:10px}.card-actions{margin-top:auto;display:grid;gap:10px}.product-grid.compact .product-card p{display:none}.product-grid.compact .product-body{padding:12px;gap:7px}.product-grid.compact .product-body h3{font-size:13px}.product-grid.compact .price{font-size:17px}.learn{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.quality-card h2{margin-top:0}.quality-card p,.note{color:var(--muted);line-height:1.65}.cart-drawer{position:fixed;right:0;top:0;z-index:100;width:min(440px,100%);height:100vh;transform:translateX(105%);transition:.25s;background:#071521;border-left:1px solid var(--line);box-shadow:-30px 0 80px rgba(0,0,0,.35);padding:22px;overflow:auto}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between}.cart-row{display:grid;grid-template-columns:96px 1fr;gap:16px;margin:18px 0;padding:18px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.035)}.cart-row img{width:96px;height:96px;border-radius:16px;object-fit:contain;background:#fff}.cart-row small{display:block;color:var(--accent);margin-top:3px}.cart-row button,.drawer-head button,.modal-close{border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:10px;padding:7px 10px;cursor:pointer}.cart-total{display:flex;justify-content:space-between;margin-top:18px;padding-top:18px;border-top:1px solid var(--line);font-size:20px}.modal{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.72);backdrop-filter:blur(10px)}.modal.open{display:flex}.modal-card{width:min(980px,100%);max-height:90vh;overflow:auto;border:1px solid var(--line);border-radius:28px;background:#071521;padding:22px}.detail-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px}.detail-grid img{width:100%;border-radius:22px;background:#fff}.detail h2{font-size:42px;margin:12px 0}.option-label{display:block;margin:22px 0 0}.option-label span{display:block;margin-bottom:8px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:800}.option-select{min-height:52px}.age-gate{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(6,17,26,.96);backdrop-filter:blur(14px)}.age-gate.open{display:flex}.age-card{width:min(440px,100%);border:1px solid var(--line);border-radius:24px;background:var(--panel);padding:34px;text-align:center}.age-badge{display:inline-flex;width:62px;height:62px;align-items:center;justify-content:center;border-radius:18px;background:rgba(26,167,255,.1);border:1px solid rgba(26,167,255,.35);color:var(--accent);font-weight:900}.age-card button{display:block;width:100%;margin-top:12px;border:0;border-radius:12px;background:var(--accent);padding:13px;font-weight:800}.age-card .ghost{background:transparent;border:1px solid var(--line);color:var(--muted)}footer{padding:42px 5vw;color:var(--muted);background:#04090e}footer img{height:58px;width:auto;display:block;margin-bottom:14px}@keyframes scan{0%,100%{transform:translateY(0);opacity:.35}50%{transform:translateY(310px);opacity:.9}}@media(max-width:980px){.site-header{align-items:flex-start;flex-direction:column}.brand img{height:34px}nav{flex-wrap:wrap;gap:22px;font-size:13px;letter-spacing:.2em}.hero{grid-template-columns:1fr;min-height:auto;padding:48px 5vw;gap:24px}.hero-logo{width:min(320px,72vw);margin:38px auto}.hero h1{font-size:clamp(46px,13vw,78px)}.hero-panel{display:none}.featured-grid,.product-grid.compact{grid-template-columns:repeat(2,1fr)}.product-grid:not(.compact),.learn{grid-template-columns:1fr}.filters{grid-template-columns:1fr 1fr}.filters input{grid-column:1/-1}}@media(max-width:560px){.featured .product-image{height:150px;min-height:0}.featured .button.secondary{display:none}.product-grid.compact{gap:12px}.section-head{display:block}.hero h1{font-size:42px}}
.trust-strip{border-bottom:1px solid var(--line);background:#1b1d1d;padding:16px 5vw 0}.trust-stat-card{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#1c1e1e;box-shadow:0 24px 70px rgba(0,0,0,.18)}.trust-stat-card div{text-align:center;padding:26px 18px;border-right:1px solid rgba(255,255,255,.08)}.trust-stat-card div:last-child{border-right:0}.trust-stat-card strong{display:block;color:var(--accent);font-size:34px;line-height:1;font-weight:900}.trust-stat-card span{display:block;margin-top:8px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:800}.trust-review{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;align-items:center;max-width:1400px;margin:0 auto;padding:22px 12px;border-bottom:1px solid rgba(255,255,255,.08);font-size:14px;color:var(--muted)}.trust-review .stars{color:#ffc33d;letter-spacing:1px}.trust-review strong{color:var(--text)}.trust-disclaimer{max-width:1100px;margin:0 auto;padding:18px 12px;text-align:center;color:var(--muted);line-height:1.55}.trust-disclaimer strong{color:var(--text)}.trust-disclaimer a{color:var(--accent)}.quality-page{background:#171918;color:var(--text)}.quality-hero{border-bottom:1px solid var(--line);background:linear-gradient(180deg,#1f2525,#182120);padding:88px 5vw 118px;text-align:center}.quality-hero h1{margin:0;font-size:clamp(40px,6vw,64px);line-height:1.05;font-weight:900}.quality-hero h1 span{color:var(--accent)}.quality-intro{border-bottom:1px solid var(--line);padding:78px 5vw}.quality-intro p,.quality-copy{max-width:900px;margin:0 auto}.quality-intro p{border-left:2px solid var(--accent);padding-left:28px;color:var(--muted);font-size:17px;line-height:1.8}.quality-commitments{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#1d2322,#171918 55%,#151716);padding:82px 5vw}.quality-commitments h2{text-align:center;margin:0;font-size:30px}.quality-rule{width:52px;height:2px;margin:20px auto 54px;background:var(--accent)}.commitment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1080px;margin:0 auto}.commitment-grid article{min-height:190px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.025);padding:24px}.quality-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid rgba(26,167,255,.35);border-radius:12px;background:rgba(26,167,255,.1);color:var(--accent);font-weight:900;box-shadow:0 12px 28px rgba(26,167,255,.08)}.commitment-grid h3{margin:18px 0 8px;font-size:17px}.commitment-grid p,.quality-copy p,.quality-copy li{color:var(--muted);line-height:1.75}.quality-copy{padding:76px 5vw;border-bottom:1px solid var(--line)}.quality-copy h2{margin:0 0 34px;font-size:30px}.quality-copy article+article{margin-top:56px}.quality-copy h3{margin:0 0 18px;font-size:23px}.quality-line{border-left:2px solid var(--accent);padding-left:28px}.quality-line p+p{margin-top:20px}.quality-coa{background:linear-gradient(90deg,#1c2221,#171918);max-width:none}.quality-coa>*{max-width:900px;margin-left:auto;margin-right:auto}.quality-coa ul{list-style:none;padding:0;margin:28px auto}.quality-coa li{margin:12px 0}.quality-coa strong{color:var(--accent)}.quality-link{text-align:center;margin-top:70px}.quality-link a{color:var(--accent)}.quality-disclaimer{max-width:860px;margin:70px auto 0;padding:18px 22px;border:1px solid #8a650d;border-radius:12px;background:rgba(42,33,15,.45);text-align:center;font-size:14px;font-style:italic}.site-footer{border-top:1px solid var(--line);background:#171918;padding:56px 5vw;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1.2fr 1fr;gap:40px;max-width:1200px;margin:0 auto}.site-footer img{height:58px;width:auto;display:block}.footer-kicker,.footer-index,.footer-contact span{font-family:ui-monospace,monospace;color:var(--accent);text-transform:uppercase;letter-spacing:.25em;font-size:10px}.footer-col h3{display:flex;align-items:center;gap:12px;margin:10px 0 24px;color:var(--text);font-size:16px}.footer-col h3:after{content:"";height:1px;flex:1;background:var(--line)}.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}.footer-col a{color:var(--muted)}.footer-col a:hover{color:var(--accent)}.footer-bottom{max-width:1200px;margin:44px auto 0;padding-top:24px;border-top:1px solid var(--line);text-align:center;font-size:12px}.footer-legal{max-width:1200px;margin:34px auto 0;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:24px;font-size:11px}.footer-legal span:last-child{max-width:560px;color:var(--accent)}.static-page-hero{border-bottom:1px solid var(--line);padding:76px 5vw;background:linear-gradient(180deg,#10202d,#071521)}.static-page-hero>*{max-width:980px;margin-left:auto;margin-right:auto}.static-page-hero p{color:var(--accent);font-family:ui-monospace,monospace;text-transform:uppercase;letter-spacing:.25em;font-size:12px}.static-page-hero h1{font-size:clamp(40px,6vw,72px);line-height:1.02;margin:18px auto;font-weight:900}.static-page-hero div{color:var(--muted);font-size:18px;line-height:1.7}.static-info-grid{max-width:980px;margin:0 auto;padding:56px 5vw;display:grid;gap:18px}.static-info-grid article{border:1px solid var(--line);border-radius:16px;background:rgba(12,27,39,.75);padding:24px}.static-info-grid h2{margin:0 0 10px}.static-info-grid p{color:var(--muted);line-height:1.7}.static-notice a{color:var(--accent);font-family:ui-monospace,monospace;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.static-category-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.trust-stat-card,.commitment-grid,.footer-grid,.static-category-grid{grid-template-columns:1fr 1fr}.trust-stat-card div:nth-child(2){border-right:0}.quality-hero{padding:70px 5vw 82px}.quality-copy,.quality-intro,.quality-commitments{padding-top:56px;padding-bottom:56px}.footer-legal{display:block}}@media(max-width:560px){.trust-stat-card,.commitment-grid,.footer-grid,.static-category-grid{grid-template-columns:1fr}.trust-stat-card div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.quality-intro p,.quality-line{padding-left:18px}.quality-copy h2,.quality-commitments h2{font-size:25px}}

.product-card{border-radius:28px!important;border:1px solid rgba(26,167,255,.28)!important;background:#061b2d!important;box-shadow:0 28px 80px rgba(26,167,255,.08);overflow:hidden}.product-card:hover{box-shadow:0 34px 90px rgba(26,167,255,.18)!important}.product-media{position:relative;height:260px;overflow:hidden;border-radius:27px 27px 0 0;background:linear-gradient(135deg,#fff,#f8fbff 55%,#eaf4ff)}.product-grid.compact .product-media{height:230px}.featured-grid .product-media{height:170px}.product-media:before{content:"";position:absolute;inset:0;opacity:.5;background:radial-gradient(circle at 18% 65%,rgba(26,167,255,.14) 0 4px,transparent 5px),radial-gradient(circle at 82% 45%,rgba(26,167,255,.12) 0 4px,transparent 5px)}.product-media img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain!important;padding:34px;display:block}.product-media .category-badge{position:absolute;z-index:2;left:24px;top:24px;border:0;background:#eaf4ff;color:#167fff;padding:10px 18px;font-size:11px;letter-spacing:.22em}.favorite-icon{position:absolute;z-index:2;right:22px;top:20px;width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#083866;font-size:34px;line-height:1;box-shadow:0 15px 30px rgba(8,56,102,.12)}.product-card .product-body{display:flex;flex:1;flex-direction:column;background:linear-gradient(180deg,#06213a,#031322);padding:26px!important;gap:0!important}.product-card .product-body h3{margin:0!important;color:var(--text);font-size:26px!important;line-height:1.1;font-weight:900}.product-grid.compact .product-body h3{font-size:22px!important}.featured .product-body h3{font-size:17px!important}.product-card .product-body p{display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:14px 0 0!important;color:#b8c9dc!important;font-size:15px!important;line-height:1.55!important}.featured .product-body p{display:none!important}.product-rule{height:1px;background:rgba(26,167,255,.22);margin:22px 0}.product-meta{display:grid;grid-template-columns:1fr 1.25fr;gap:14px;color:#9db2c8;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.16em}.product-meta span{display:flex;align-items:center;gap:10px}.product-meta b{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:rgba(26,167,255,.1);color:var(--accent);font-size:18px}.product-card .price{margin:0!important;color:#1d9cff;font-size:40px!important;line-height:1;font-weight:900}.product-card .price small{color:#9db2c8;font-size:22px;font-weight:400}.product-card .card-actions{display:grid;gap:12px;margin-top:22px}.product-card .button{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;border:0;border-radius:14px;background:var(--accent);color:#fff;padding:16px 22px;font-size:14px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;box-shadow:0 16px 34px rgba(26,167,255,.28)}.product-card .button.secondary{justify-content:center;border:1px solid rgba(26,167,255,.6);background:transparent;color:var(--text);box-shadow:none}.product-card .button.secondary span{color:#9db2c8;font-size:22px}@media(max-width:760px){.product-media{height:220px}.product-grid.compact .product-media{height:170px}.product-card .product-body{padding:16px!important}.product-card .product-body h3,.product-grid.compact .product-body h3{font-size:17px!important}.product-card .product-body p{font-size:13px!important;-webkit-line-clamp:2}.product-meta{grid-template-columns:1fr;font-size:10px}.product-card .price{font-size:30px!important}.product-card .price small{font-size:16px}.product-card .button{padding:13px 14px;font-size:11px}.product-media .category-badge{left:14px;top:14px;padding:8px 12px;font-size:9px}.favorite-icon{right:14px;top:12px;width:42px;height:42px;font-size:26px}}

.hero-v2{isolation:isolate;min-height:calc(100vh - 72px);grid-template-columns:1.08fr .92fr;padding:58px 5vw 34px;background:#020b14;overflow:hidden}.hero-v2:before{content:"";position:absolute;inset:0;z-index:-3;background-image:linear-gradient(rgba(26,167,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(26,167,255,.07) 1px,transparent 1px);background-size:74px 74px;opacity:.45}.hero-v2:after{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 55% 8%,rgba(26,167,255,.38),transparent 16rem),radial-gradient(circle at 72% 50%,rgba(0,118,255,.22),transparent 22rem),linear-gradient(90deg,rgba(2,11,20,.96),rgba(2,11,20,.54) 55%,rgba(2,11,20,.96))}.hero-copy-v2{position:relative;z-index:2}.hero-copy-v2 .eyebrow{border-color:rgba(26,167,255,.45);box-shadow:0 0 28px rgba(26,167,255,.15)}.hero-copy-v2 .eyebrow span{opacity:.6}.hero-copy-v2 .hero-logo{width:min(320px,80vw);filter:drop-shadow(0 0 28px rgba(26,167,255,.34))}.hero-copy-v2 h1{max-width:760px;font-size:clamp(48px,6.4vw,84px);line-height:.98}.hero-copy-v2 h1 span{background:linear-gradient(90deg,#138cff,var(--accent),#0d6cff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy-v2 p{max-width:660px}.hero-v2 .button{display:inline-flex;align-items:center;gap:18px;border-radius:14px;padding:17px 24px;color:#fff;text-transform:none;letter-spacing:0;box-shadow:0 0 38px rgba(26,167,255,.42)}.hero-v2 .button b{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:rgba(6,35,58,.35);font-size:26px;line-height:1}.hero-v2 .button.secondary{border-color:rgba(26,167,255,.35);background:rgba(6,21,34,.7);box-shadow:none}.hero-v2 .button.secondary b{font-size:16px;color:var(--muted)}.hero-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:800px;margin-top:46px;padding-top:28px;border-top:1px solid rgba(26,167,255,.22)}.hero-trust-row div{display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center}.hero-trust-row b{grid-row:span 2;display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(26,167,255,.35);border-radius:999px;background:rgba(26,167,255,.1);color:var(--accent);font-size:22px;box-shadow:0 0 24px rgba(26,167,255,.16)}.hero-trust-row strong{font-size:14px}.hero-trust-row span{color:var(--muted);font-size:14px}.hero-panel-v2{position:relative;z-index:2;min-height:auto;padding:34px;border-color:rgba(26,167,255,.45);background:rgba(7,25,42,.78);backdrop-filter:blur(18px);box-shadow:0 0 80px rgba(26,167,255,.18)}.hero-panel-v2:before{content:"";position:absolute;inset-inline:34px;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);box-shadow:0 0 28px rgba(26,167,255,.9)}.panel-kicker{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:var(--accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.24em}.panel-kicker span{height:1px;flex:1;background:rgba(26,167,255,.65)}.panel-kicker b{font-size:24px;font-weight:400}.panel-kicker i{width:7px;height:7px;border-radius:999px;background:#30ff8a}.hero-panel-v2 .hero-metrics{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.hero-panel-v2 .hero-metrics div{display:flex;min-height:210px;flex-direction:column;align-items:center;justify-content:center;border-color:rgba(26,167,255,.25);background:rgba(6,21,34,.7);text-align:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.hero-panel-v2 .hero-metrics em{display:grid;place-items:center;width:66px;height:66px;border:1px solid rgba(26,167,255,.45);border-radius:999px;background:rgba(26,167,255,.1);color:var(--accent);font-size:30px;font-style:normal;box-shadow:0 0 32px rgba(26,167,255,.18)}.hero-panel-v2 .hero-metrics strong{margin-top:22px;font-size:52px;line-height:1}.hero-panel-v2 .hero-metrics span{letter-spacing:.22em}.hero-panel-v2 .hero-metrics small{display:block;width:48px;height:4px;margin-top:18px;border-radius:999px;background:var(--accent);box-shadow:0 0 16px rgba(26,167,255,.7)}.hero-panel-note{display:flex;align-items:center;justify-content:center;gap:10px;margin:24px 0 0;padding:15px 18px;border:1px solid rgba(26,167,255,.2);border-radius:18px;background:rgba(3,16,29,.6);font-size:14px}.hero-bg-chain{position:absolute;left:43%;top:-80px;z-index:-1;width:260px;height:760px;transform:rotate(29deg);border-radius:999px;border:1px solid rgba(26,167,255,.18);background:rgba(26,167,255,.08);filter:blur(.5px)}.hero-bg-chain span{position:absolute;display:block;border-radius:999px;border:1px solid rgba(26,167,255,.35);background:rgba(26,167,255,.2);box-shadow:0 0 70px rgba(26,167,255,.45)}.hero-bg-chain span:nth-child(1){width:96px;height:96px;left:72px;top:160px}.hero-bg-chain span:nth-child(2){width:74px;height:74px;left:92px;top:310px}.hero-bg-chain span:nth-child(3){width:128px;height:128px;left:52px;top:440px}.hero-bg-chain span:nth-child(4){width:62px;height:62px;left:112px;top:585px}.hero-dot-grid{position:absolute;right:38px;top:54px;z-index:-1;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;opacity:.55}.hero-dot-grid i{display:block;width:4px;height:4px;border-radius:999px;background:var(--accent)}.scroll-cue{position:absolute;left:50%;bottom:18px;display:flex;flex-direction:column;align-items:center;gap:8px;transform:translateX(-50%);color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.28em}.scroll-cue span{display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(26,167,255,.45);border-radius:999px;color:var(--accent);font-size:20px}.site-header{background:rgba(2,11,20,.92);border-bottom-color:rgba(26,167,255,.15)}.site-header .brand img{filter:drop-shadow(0 0 18px rgba(26,167,255,.28))}.site-header .cart-pill{border:1px solid rgba(26,167,255,.5);background:rgba(6,21,34,.8);color:var(--accent);box-shadow:0 0 24px rgba(26,167,255,.12)}.site-header .cart-pill span{background:var(--accent);color:#04141c}@media(max-width:980px){.hero-v2{display:block;min-height:auto;padding:42px 5vw 54px}.hero-bg-chain,.hero-dot-grid,.hero-panel-v2,.scroll-cue{display:none}.hero-copy-v2 .hero-logo{margin:36px auto}.hero-copy-v2 h1{font-size:clamp(42px,13vw,76px)}.hero-trust-row{grid-template-columns:1fr;margin-top:34px}.hero-v2 .button{padding:15px 18px}.site-header{align-items:center;flex-direction:row}.site-header nav{gap:14px;letter-spacing:.14em}.site-header .brand img{height:38px}}@media(max-width:560px){.hero-copy-v2 .eyebrow{font-size:10px;letter-spacing:.16em}.hero-copy-v2 h1{font-size:40px}.hero-v2 .button{width:100%;justify-content:space-between}.hero-actions{display:grid}.site-header nav a:nth-child(2),.site-header nav a:nth-child(3){display:none}.site-header .cart-pill{padding:9px 11px}.site-header .cart-pill span{margin-left:4px}}

.account-page{min-height:100vh;background:#171818;padding:56px 5vw 72px}.account-shell{max-width:820px;margin:0 auto}.account-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.account-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.account-title h1{margin:0;font-size:34px;line-height:1;font-weight:900}.account-title h1 span{color:var(--accent)}.account-title b{border:1px solid rgba(26,167,255,.4);border-radius:999px;background:rgba(26,167,255,.1);color:var(--accent);padding:6px 12px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.account-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,rgba(26,167,255,.25),rgba(166,116,255,.18));color:var(--accent);border:1px solid rgba(255,255,255,.1)}.account-top>a{color:var(--muted)}.account-card{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#1e1e1f;padding:24px;box-shadow:0 25px 60px rgba(0,0,0,.14)}.account-card h2{margin:0 0 16px;font-size:18px}.account-details p{margin:8px 0;color:var(--muted)}.account-details strong{color:var(--text)}.account-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:24px 0;background:#262626;border-radius:10px;padding:5px}.account-tabs a{border-radius:8px;padding:11px;text-align:center;color:var(--muted)}.account-tabs a:hover,.account-tabs a:first-child{background:#171818;color:var(--text);font-weight:800}.order-card,.address-card,.membership-card{margin-top:24px}.order-head,.member-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.order-head p,.member-head p{margin:8px 0 0;color:var(--muted);font-size:13px}.order-head strong,.member-head strong{color:var(--accent);font-size:14px}.order-lines{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px}.order-lines p{display:flex;justify-content:space-between;gap:16px;margin:9px 0;color:var(--muted)}.order-lines b{color:var(--text)}.ship-line{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:12px;color:var(--muted);font-size:13px}.ship-line strong{color:var(--text)}.order-total{display:flex;justify-content:space-between;font-weight:900}.progress-line{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:18px 0;text-align:center;color:var(--muted);font-size:11px}.progress-line span:before{content:"";display:block;width:12px;height:12px;margin:0 auto 8px;border-radius:999px;border:1px solid rgba(255,255,255,.2)}.progress-line .done:before{background:var(--accent);border-color:var(--accent)}.buy-again{width:100%;border:0;border-radius:9px;background:rgba(26,167,255,.1);color:var(--accent);padding:12px;font-weight:800}.address-card div{border-radius:10px;background:#252526;padding:20px;color:var(--muted);line-height:1.7}.address-card strong{color:var(--text)}.member-head span{float:left;display:grid;place-items:center;width:42px;height:42px;margin-right:12px;border-radius:999px;background:rgba(26,167,255,.1);color:var(--accent)}.member-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.member-stats div{border-radius:10px;background:#282829;padding:16px;text-align:center}.member-stats i{display:block;color:var(--accent);font-style:normal}.member-stats strong{display:block;margin-top:8px;color:var(--accent);font-size:22px}.member-stats .green{color:#39f27b}.member-stats span{display:block;margin-top:4px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.benefits-grid h2{grid-column:1/-1;margin:0 0 4px;font-size:16px;text-transform:uppercase}.benefits-grid article{display:flex;gap:14px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#1e1e1f;padding:18px}.benefits-grid article>b{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:10px;background:rgba(26,167,255,.1);color:var(--accent)}.benefits-grid h3{margin:0 0 4px}.benefits-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}@media(max-width:760px){.account-page{padding:34px 5vw}.account-top{display:block}.account-top>a{display:block;margin-top:18px}.account-tabs{font-size:13px}.member-stats,.benefits-grid{grid-template-columns:1fr}.order-lines p{font-size:13px}.account-title h1{font-size:30px}.account-nav-link{display:none}}

.static-cart-page{min-height:100vh;background:#171818;padding:56px 5vw 72px}.static-cart-shell{max-width:1360px;margin:0 auto}.static-cart-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:34px}.static-cart-head h1{margin:0;font-size:34px;font-weight:900}.customer-toggle{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.customer-toggle b{position:relative;width:44px;height:24px;border-radius:999px;background:#2b2b2c}.customer-toggle b:before{content:"";position:absolute;left:4px;top:4px;width:16px;height:16px;border-radius:999px;background:#111}.static-cart-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:32px}.static-cart-items{display:grid;gap:18px}.static-cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) 120px;gap:18px;align-items:start;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#1e1e1f;padding:18px}.static-cart-item img{grid-row:span 2;width:96px;height:96px;object-fit:contain;border-radius:12px;background:#fff;padding:8px}.static-cart-product h2{margin:4px 0 4px;font-size:16px}.static-cart-product p{margin:0;color:var(--muted);font-size:14px}.static-cart-item>strong{text-align:right;color:var(--accent);font-size:18px}.static-qty{grid-column:2;display:flex;align-items:center;gap:26px}.static-qty button,.static-line-total button{border:0;background:transparent;color:var(--muted);font-size:18px;cursor:pointer}.static-qty span{font-weight:800}.static-line-total{display:flex;align-items:center;justify-content:flex-end;gap:18px}.static-line-total b{font-size:16px}.static-cart-side{display:grid;gap:16px;align-content:start}.signed-card,.summary-card,.cart-toast{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#1e1e1f;padding:18px}.signed-card{display:flex;align-items:center;justify-content:space-between;gap:18px}.signed-card div{display:grid;grid-template-columns:auto 1fr;column-gap:10px}.signed-card span{grid-row:span 2;color:var(--accent)}.signed-card strong{font-size:14px}.signed-card p{margin:2px 0 0;color:var(--muted);font-size:13px}.signed-card a{color:var(--muted);font-size:12px}.summary-card{padding:26px}.summary-card h2{margin:0 0 22px;font-size:22px}.summary-card p,.summary-card div{display:flex;justify-content:space-between;gap:18px;margin:13px 0;color:var(--muted)}.summary-card b{color:var(--text)}.summary-card div{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;margin-top:22px;font-size:18px;font-weight:900;color:var(--text)}.summary-card strong{color:var(--accent)}.summary-card>a:first-of-type{display:block;margin-top:12px;border-radius:10px;background:#4db7d2;color:#fff;padding:14px;text-align:center;font-weight:900}.summary-card .continue{display:block;margin-top:18px;text-align:center;color:var(--muted)}.cart-toast{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:12px;align-items:center}.cart-toast>span{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#123a2d;color:#21e69a}.cart-toast strong{font-size:14px}.cart-toast p{margin:2px 0 0;color:var(--muted);font-size:13px}.cart-toast button{border:1px solid rgba(255,255,255,.3);border-radius:7px;background:transparent;color:var(--text)}@media(max-width:980px){.static-cart-grid{grid-template-columns:1fr}.static-cart-side{order:-1}.static-cart-item{grid-template-columns:86px 1fr}.static-cart-item>strong{grid-column:2;text-align:left}.static-qty{grid-column:2}.static-line-total{grid-column:1/-1;justify-content:space-between}.static-cart-head{display:block}.customer-toggle{margin-top:16px}}@media(max-width:560px){.static-cart-page{padding:34px 5vw}.static-cart-item{grid-template-columns:76px 1fr}.static-cart-item img{width:76px;height:76px}.summary-card{padding:20px}}

.product-grid{align-items:start!important}.product-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.product-card{height:auto!important;min-height:0!important;border-radius:18px!important;background:#061b2d!important}.product-card:hover{transform:translateY(-3px)!important}.product-media{position:relative!important;display:block!important;height:210px!important;min-height:0!important;max-height:210px!important;flex:0 0 210px!important;overflow:hidden!important;border-radius:17px 17px 0 0!important;background:linear-gradient(135deg,#fff,#f8fbff 55%,#eaf4ff)!important}.product-grid.compact .product-media{height:190px!important;max-height:190px!important;flex-basis:190px!important}.featured-grid .product-media{height:160px!important;max-height:160px!important;flex-basis:160px!important}.product-media img{position:absolute!important;inset:0!important;z-index:1!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;padding:24px!important;display:block!important}.product-media .category-badge{left:14px!important;top:14px!important;padding:7px 12px!important;font-size:9px!important;letter-spacing:.16em!important}.favorite-icon{right:14px!important;top:12px!important;width:38px!important;height:38px!important;font-size:23px!important}.product-card .product-body{display:flex!important;flex:0 0 auto!important;min-height:0!important;padding:18px!important;background:linear-gradient(180deg,#06213a,#031322)!important}.product-card .product-body h3{font-size:18px!important;line-height:1.12!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-card .product-body p{font-size:12px!important;line-height:1.45!important;-webkit-line-clamp:3!important;margin-top:10px!important}.product-rule{margin:14px 0!important}.product-meta{grid-template-columns:1fr!important;gap:8px!important;font-size:10px!important;letter-spacing:.08em!important}.product-meta b{width:26px!important;height:26px!important;font-size:13px!important}.product-card .price{font-size:24px!important}.product-card .price small{font-size:14px!important}.product-card .card-actions{gap:9px!important;margin-top:14px!important}.product-card .button{min-height:42px!important;padding:11px 13px!important;border-radius:10px!important;font-size:10px!important;letter-spacing:.12em!important}.filters{align-items:center!important}.view-toggle{background:#061522!important;color:var(--accent)!important;border-color:rgba(26,167,255,.35)!important;border-radius:12px!important;font-weight:900!important}.view-toggle:hover{border-color:var(--accent)!important;color:var(--text)!important}@media(max-width:980px){.product-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-media,.product-grid.compact .product-media{height:170px!important;max-height:170px!important;flex-basis:170px!important}.product-card .product-body{padding:14px!important}.product-card .product-body h3{font-size:15px!important}.product-card .product-body p{font-size:11px!important;-webkit-line-clamp:2!important}.product-meta{display:none!important}.product-rule{display:none!important}.product-card .price{margin-top:12px!important;font-size:20px!important}.product-card .button.secondary{display:none!important}}@media(max-width:560px){.product-grid.compact{gap:12px!important}.product-media,.product-grid.compact .product-media{height:145px!important;max-height:145px!important;flex-basis:145px!important}.product-media img{padding:18px!important}.product-media .category-badge{max-width:72%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .button{font-size:9px!important;letter-spacing:.08em!important}}
