:root{--bg:#050806;--bg2:#0a0f0b;--card:#0d1510;--line:#1b2b1f;--green:#54f06e;--green2:#1fbf4a;--text:#f5f7f5;--muted:#9eaaa0;--shadow:0 20px 60px rgba(0,0,0,.45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}.announcement{background:var(--green);color:#061107;text-align:center;padding:9px 16px;font-size:12px;font-weight:800;letter-spacing:.11em}.site-header{position:sticky;top:0;z-index:20;background:rgba(5,8,6,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(84,240,110,.12)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand img,.footer-logo{width:190px;display:block}.nav-links{display:flex;gap:28px;color:#c8d0c9;font-size:14px}.nav-links a:hover{color:var(--green)}.cart-button{border:1px solid #2a4330;background:#0d1510;color:white;padding:11px 16px;border-radius:12px;font-weight:700;cursor:pointer}.cart-button span{background:var(--green);color:#071108;padding:2px 7px;border-radius:99px;margin-left:6px}.hero{padding:88px 0 70px;background:radial-gradient(circle at 75% 20%,rgba(31,191,74,.16),transparent 34%),linear-gradient(180deg,#050806,#08100a)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.eyebrow{color:var(--green);letter-spacing:.18em;font-size:12px;font-weight:800;margin:0 0 14px}.hero h1,.section-heading h2,.standards h2,.about h2{font-family:"Space Grotesk",sans-serif;letter-spacing:-.04em}.hero h1{font-size:clamp(54px,7vw,90px);line-height:.96;margin:0;max-width:700px}.hero h1 span{color:var(--green)}.hero-text{font-size:18px;line-height:1.7;color:var(--muted);max-width:650px;margin:26px 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:14px 20px;font-weight:800;border:1px solid transparent;cursor:pointer;font-size:14px}.btn-primary{background:var(--green);color:#061107}.btn-primary:hover{background:#7afa8e}.btn-secondary{border-color:#314437;background:#0c120e;color:white}.full{width:100%}.trust-row{display:flex;gap:34px;margin-top:36px}.trust-row div{display:flex;flex-direction:column}.trust-row strong{color:var(--green);font-size:20px}.trust-row span{font-size:12px;color:var(--muted);margin-top:3px}.hero-panel{min-height:480px;position:relative;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:linear-gradient(145deg,#0f1b12,#070b08);box-shadow:var(--shadow)}.molecule-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(84,240,110,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(84,240,110,.06) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to bottom,#000,transparent)}.hero-panel:before,.hero-panel:after{content:"";position:absolute;border:1px solid rgba(84,240,110,.22);border-radius:50%}.hero-panel:before{width:260px;height:260px;right:-40px;top:30px}.hero-panel:after{width:170px;height:170px;right:70px;top:120px}.panel-card{position:absolute;left:28px;right:28px;bottom:28px;background:rgba(8,16,10,.9);border:1px solid #24432d;border-radius:20px;padding:26px}.status-dot{display:inline-block;width:9px;height:9px;background:var(--green);box-shadow:0 0 18px var(--green);border-radius:50%}.panel-label{display:inline-block;margin:0 0 0 8px;color:#a7b5aa;font-size:11px;letter-spacing:.12em}.panel-card h2{font-family:"Space Grotesk";font-size:30px;margin:16px 0 8px}.panel-card p:last-child{color:var(--muted);line-height:1.6;margin-bottom:0}.catalog-section,.faq{padding:84px 0}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-heading h2{font-size:46px;margin:0}.section-heading>p{color:var(--muted);max-width:500px;line-height:1.6}.filter-row{display:flex;gap:10px;margin-bottom:24px}.filter{background:#0b120d;border:1px solid #24362a;color:#b9c3bb;padding:10px 14px;border-radius:10px;cursor:pointer}.filter.active,.filter:hover{border-color:var(--green);color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:linear-gradient(180deg,#0c120e,#090d0a);border:1px solid var(--line);border-radius:20px;overflow:hidden}.product-visual{aspect-ratio:1.35;background:radial-gradient(circle at center,rgba(84,240,110,.15),transparent 38%),#09100b;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line)}.vial{width:74px;height:126px;border-radius:13px 13px 16px 16px;border:2px solid #5e7464;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,.02));position:relative;box-shadow:0 20px 30px rgba(0,0,0,.35)}.vial:before{content:"";position:absolute;width:62px;height:20px;left:4px;top:-13px;border-radius:7px 7px 2px 2px;background:#233326;border:2px solid #5e7464}.vial-label{position:absolute;left:7px;right:7px;top:35px;background:#dfffe4;color:#07220d;border-radius:5px;padding:8px 4px;text-align:center;font-size:9px;font-weight:900;line-height:1.2}.product-body{padding:18px}.product-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.product-card h3{font-size:21px;margin:10px 0 8px}.product-card p{color:var(--muted);font-size:13px;line-height:1.6;min-height:42px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.price{font-size:22px;font-weight:800}.add-btn{border:0;background:var(--green);color:#061107;border-radius:10px;padding:10px 13px;font-weight:800;cursor:pointer}.coa{display:inline-block;margin-top:12px;color:var(--green);font-size:12px;font-weight:700}.standards{padding:90px 0;background:#08100a;border-block:1px solid #142319}.standards-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px}.standards h2{font-size:50px;margin:0 0 18px}.standards>div>div>p,.standards-grid>div>p{color:var(--muted);line-height:1.7}.standards-cards{display:grid;gap:14px}.standards-cards article{padding:22px;border:1px solid #1c3222;border-radius:16px;background:#0b130d}.standards-cards span{color:var(--green);font-size:11px;font-weight:800}.standards-cards h3{margin:8px 0}.standards-cards p{margin:0;color:var(--muted);line-height:1.6}.about{padding:84px 0}.about-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:18px}.about-card{border:1px solid var(--line);background:#0b110d;border-radius:20px;padding:28px;display:flex;flex-direction:column;justify-content:center}.about-card.large{grid-row:1/3;min-height:330px}.about-card h2{font-size:44px;margin:0 0 16px}.about-card p{color:var(--muted);line-height:1.7}.about-card strong{font-size:26px;color:var(--green)}.about-card span{color:var(--muted);margin-top:6px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-weight:700}.faq details p{color:var(--muted);line-height:1.7;max-width:850px}code{color:var(--green)}footer{border-top:1px solid var(--line);padding:52px 0 24px;background:#050705}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-grid p,.footer-grid a{color:var(--muted);font-size:13px}.footer-grid a{display:block;margin:9px 0}.footer-grid a:hover{color:var(--green)}.footer-bottom{border-top:1px solid #151e17;margin-top:38px;padding-top:20px;color:#6f7c72;font-size:12px}.cart-drawer{position:fixed;right:-430px;top:0;width:min(420px,100%);height:100vh;background:#08100a;border-left:1px solid #223428;z-index:60;transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.cart-head h3{margin:0}.cart-head button{font-size:28px;background:none;color:white;border:0;cursor:pointer}.cart-items{padding:18px;flex:1;overflow:auto}.cart-item{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid #18241b}.cart-item small{color:var(--muted)}.remove{background:none;border:0;color:#7ff18f;cursor:pointer}.cart-footer{padding:18px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;margin-bottom:16px}.cart-footer p{font-size:11px;color:var(--muted);line-height:1.5}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);opacity:0;pointer-events:none;z-index:50;transition:.25s}.overlay.show{opacity:1;pointer-events:auto}.age-modal{position:fixed;inset:0;background:rgba(1,4,2,.92);backdrop-filter:blur(12px);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.age-modal.hidden{display:none}.gate-card{max-width:520px;border:1px solid #26462f;background:#0a120c;border-radius:24px;padding:32px;box-shadow:var(--shadow)}.gate-card img{width:190px;margin-bottom:26px}.gate-card h2{font-family:"Space Grotesk";font-size:40px;margin:0 0 12px}.gate-card>p:not(.eyebrow){color:var(--muted);line-height:1.7}.gate-actions{display:grid;gap:10px;margin-top:24px}.text-btn{background:none;border:0;color:#87938a;padding:10px;cursor:pointer}@media(max-width:900px){.nav-links{display:none}.hero-grid,.standards-grid{grid-template-columns:1fr}.hero-panel{min-height:380px}.product-grid{grid-template-columns:repeat(2,1fr)}.section-heading{align-items:start;flex-direction:column}.about-grid{grid-template-columns:1fr;grid-template-rows:auto}.about-card.large{grid-row:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/3}}@media(max-width:620px){.container{width:min(100% - 24px,1160px)}.brand img{width:155px}.hero{padding-top:58px}.hero h1{font-size:52px}.hero-text{font-size:16px}.trust-row{gap:18px}.product-grid{grid-template-columns:1fr}.section-heading h2,.standards h2,.about-card h2{font-size:38px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}

.gate-checks{display:grid;gap:12px;margin:22px 0 10px}.gate-checks label{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid #203928;border-radius:14px;background:#08100a;color:#d8e1da;font-size:13px;line-height:1.55;cursor:pointer}.gate-checks input{width:18px;height:18px;margin-top:2px;accent-color:var(--green);flex:0 0 auto}.gate-note{font-size:11px!important;color:#7f8c82!important}.btn:disabled{opacity:.42;cursor:not-allowed}.btn:disabled:hover{background:var(--green)}
/* v4 — metallic green / silver brand direction */
:root{--green:#58ff45;--green2:#20c934;--silver:#d8dadd;--silver2:#8d9498;--bg:#020302;--bg2:#050805;--card:#080d09;--line:#1b2a1e}
body{background:radial-gradient(circle at 50% -10%,rgba(67,255,55,.06),transparent 28%),#020302}
.announcement{background:linear-gradient(90deg,#14a929,#61ff49,#14a929);color:#020702;box-shadow:0 0 26px rgba(70,255,66,.18)}
.site-header{background:rgba(2,3,2,.92);border-bottom:1px solid rgba(88,255,69,.16)}
.brand{display:flex;align-items:center;height:66px;overflow:hidden}.brand img{width:145px;height:66px;object-fit:cover;object-position:center 60%;filter:contrast(1.07) saturate(1.08)}
.hero{padding:82px 0 76px;background:radial-gradient(circle at 76% 28%,rgba(63,255,50,.12),transparent 30%),linear-gradient(180deg,#020302,#050905)}
.hero h1{font-size:clamp(52px,6.4vw,84px);max-width:760px;text-shadow:0 0 36px rgba(84,255,67,.06)}
.hero h1 span{background:linear-gradient(180deg,#79ff66,#23d832);-webkit-background-clip:text;background-clip:text;color:transparent}
.btn-primary{background:linear-gradient(180deg,#69ff55,#25cf34);box-shadow:0 8px 28px rgba(54,255,57,.15)}
.btn-secondary,.cart-button{background:linear-gradient(180deg,#101510,#070a08);border-color:#314235}
.hero-panel.brand-panel{min-height:530px;background:#000;border:1px solid #243129;box-shadow:0 24px 80px rgba(0,0,0,.7),0 0 40px rgba(71,255,59,.05)}
.hero-panel.brand-panel:before,.hero-panel.brand-panel:after{border-color:rgba(88,255,69,.12)}
.brand-glow{position:absolute;inset:12% 12%;background:radial-gradient(circle,rgba(76,255,61,.15),transparent 55%);filter:blur(16px)}
.hero-brand-art{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:24px;z-index:1;mix-blend-mode:screen}
.panel-card.compact{z-index:2;left:22px;right:22px;bottom:20px;padding:15px 18px;background:rgba(2,4,2,.78);backdrop-filter:blur(8px);border-color:#2c4e32}
.panel-card.compact .panel-label{color:#d6d9d7;letter-spacing:.16em}
.product-card,.about-card,.standards-cards article,.gate-card{background:linear-gradient(160deg,#0b100c,#050705);border-color:#223126}
.product-card:hover{transform:translateY(-2px);border-color:#31593a;box-shadow:0 16px 48px rgba(0,0,0,.38)}
.product-visual{background:radial-gradient(circle at center,rgba(85,255,70,.16),transparent 40%),linear-gradient(180deg,#071009,#030503)}
.vial{border-color:#8b9490;background:linear-gradient(90deg,rgba(255,255,255,.11),rgba(255,255,255,.025));box-shadow:0 20px 34px rgba(0,0,0,.5),0 0 24px rgba(62,255,54,.06)}
.vial:before{background:linear-gradient(#b8bfc0,#555f5b);border-color:#a7afab}.vial-label{background:linear-gradient(180deg,#dfffe0,#a8ffae)}
.eyebrow,.standards-cards span,.coa,.about-card strong,code{color:#65ff51}
footer{background:#010201}.footer-logo{width:170px;height:150px;object-fit:cover;object-position:center 60%;border-radius:8px}
.gate-card img{width:190px;height:190px;object-fit:cover;object-position:center 60%;border-radius:10px;margin:0 auto 22px;display:block}
@media(max-width:620px){.brand img{width:122px;height:58px}.brand{height:58px}.hero-panel.brand-panel{min-height:430px}.hero-brand-art{padding:10px}.footer-logo{height:130px}}

/* v5 — mobile header + research gate usability fixes */
.announcement{
  position:relative;
  z-index:35;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 14px;
  line-height:1.35;
  white-space:normal;
}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
}
.nav-wrap{
  height:auto;
  min-height:82px;
  padding:8px 0;
}
.brand{
  height:66px;
  min-width:155px;
  overflow:visible;
  flex:0 0 auto;
}
.brand img{
  width:175px;
  height:66px;
  object-fit:contain;
  object-position:left center;
  display:block;
}

/* Entry gate: fit small screens and keep the action reachable */
.age-modal{
  align-items:flex-start;
  justify-content:center;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  padding:20px;
}
.gate-card{
  width:min(520px,100%);
  max-height:calc(100dvh - 40px);
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  margin:auto;
  padding:28px;
  scrollbar-width:thin;
}
.gate-card img{
  width:150px;
  height:150px;
  margin:0 auto 16px;
}
.gate-card h2{
  font-size:clamp(28px,6vw,40px);
  line-height:1.05;
}
.gate-card>p:not(.eyebrow){
  line-height:1.55;
}
.gate-checks{
  margin:16px 0 8px;
  gap:10px;
}
.gate-checks label{
  padding:12px;
  line-height:1.45;
}
.gate-actions{
  position:sticky;
  bottom:-1px;
  z-index:2;
  margin-top:16px;
  padding:12px 0 2px;
  background:linear-gradient(180deg,rgba(10,18,12,0),#0a120c 28%,#0a120c 100%);
}

@media(max-width:620px){
  .announcement{
    min-height:44px;
    padding:8px 10px;
    font-size:10px;
    letter-spacing:.07em;
  }
  .nav-wrap{
    min-height:72px;
    padding:5px 0;
  }
  .brand{
    height:58px;
    min-width:132px;
  }
  .brand img{
    width:145px;
    height:58px;
    object-fit:contain;
  }
  .cart-button{
    padding:9px 11px;
    font-size:12px;
  }
  .age-modal{
    padding:10px;
  }
  .gate-card{
    max-height:calc(100dvh - 20px);
    border-radius:18px;
    padding:18px 16px 14px;
  }
  .gate-card img{
    width:108px;
    height:108px;
    margin-bottom:10px;
  }
  .gate-card .eyebrow{
    font-size:9px;
    letter-spacing:.11em;
    margin-bottom:8px;
  }
  .gate-card h2{
    font-size:27px;
    margin-bottom:8px;
  }
  .gate-card>p:not(.eyebrow){
    font-size:12px;
    line-height:1.4;
    margin:8px 0;
  }
  .gate-checks{
    margin:11px 0 6px;
    gap:8px;
  }
  .gate-checks label{
    gap:9px;
    padding:10px;
    border-radius:11px;
    font-size:11.5px;
    line-height:1.35;
  }
  .gate-checks input{
    width:17px;
    height:17px;
  }
  .gate-note{
    font-size:9.5px!important;
    line-height:1.35!important;
  }
  .gate-actions{
    gap:7px;
    margin-top:9px;
    padding-top:10px;
  }
  .gate-actions .btn{
    min-height:44px;
    padding:11px 14px;
  }
  .text-btn{
    padding:7px;
    font-size:12px;
  }
}

/* Better fallback for older mobile browsers without dynamic viewport units */
@supports not (height: 100dvh){
  .gate-card{max-height:calc(100vh - 40px)}
  @media(max-width:620px){.gate-card{max-height:calc(100vh - 20px)}}
}

/* v6 — customer-facing FAQ/support copy */
.support-section{padding:84px 0;border-top:1px solid var(--line);background:#071009}
.support-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}
.support-grid h2{font-family:"Space Grotesk",sans-serif;font-size:44px;line-height:1.05;margin:0 0 16px;letter-spacing:-.035em}
.support-grid>div>p:last-child{color:var(--muted);line-height:1.75}
.support-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#0a120c;border:1px solid #223126;border-radius:20px;padding:24px}
.support-form label{display:grid;gap:7px;color:#dbe3dc;font-size:13px;font-weight:700}
.support-form label:nth-of-type(3),.support-form label:nth-of-type(5){grid-column:1/-1}
.support-form input,.support-form select,.support-form textarea{width:100%;border:1px solid #2a3b2e;border-radius:11px;background:#050806;color:#f5f7f5;padding:12px 13px;font:inherit;outline:none}
.support-form input:focus,.support-form select:focus,.support-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 2px rgba(84,240,110,.08)}
.support-form textarea{resize:vertical;min-height:120px}
.support-form button{grid-column:1/-1}
.policy-page{padding:64px 0 90px;max-width:880px}
.policy-page h1{font-family:"Space Grotesk",sans-serif;font-size:48px;margin:24px 0 14px}
.policy-page h2{font-size:23px;margin:34px 0 10px}
.policy-page p,.policy-page li{color:var(--muted);line-height:1.8}
.policy-page ul{padding-left:20px}
.policy-note{padding:16px 18px;border:1px solid #24432d;border-radius:14px;background:#09120b;color:#c8d4ca!important}
@media(max-width:800px){.support-grid{grid-template-columns:1fr;gap:28px}.support-form{grid-template-columns:1fr}.support-form label:nth-of-type(3),.support-form label:nth-of-type(5),.support-form button{grid-column:auto}.support-grid h2{font-size:38px}.policy-page h1{font-size:40px}}

.product-photo{width:100%;height:100%;object-fit:cover;display:block}.add-btn:disabled{opacity:.5;cursor:not-allowed}.product-card .price{font-size:16px;color:var(--green)}

/* v9 homepage cleanup */
.hero-grid.hero-grid-solo{grid-template-columns:1fr;max-width:900px}
.hero-grid.hero-grid-solo .hero-copy{max-width:820px}
#productGrid[data-mode="featured"]{grid-template-columns:repeat(2,minmax(0,1fr));max-width:940px;margin-inline:auto}
@media(max-width:620px){
  #productGrid[data-mode="featured"]{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  #productGrid[data-mode="featured"] .product-body{padding:11px}
  #productGrid[data-mode="featured"] .product-card h3{font-size:15px;margin:7px 0 5px}
  #productGrid[data-mode="featured"] .product-card p{font-size:11px;line-height:1.45;min-height:0}
  #productGrid[data-mode="featured"] .product-meta{font-size:9px;gap:6px}
  #productGrid[data-mode="featured"] .coa{font-size:10px;margin-top:8px}
  #productGrid[data-mode="featured"] .product-bottom{margin-top:10px;display:block}
  #productGrid[data-mode="featured"] .price{font-size:12px}
  #productGrid[data-mode="featured"] .add-btn{display:none}
  #productGrid[data-mode="featured"] .product-visual{aspect-ratio:1/1.12}
}

/* v10 — keep the research-use banner and header from overlapping */
:root{--announcement-h:38px}
.announcement{
  position:sticky;
  top:0;
  z-index:40;
  min-height:var(--announcement-h);
  padding-top:max(9px, env(safe-area-inset-top));
}
.site-header{
  position:sticky;
  top:var(--announcement-h);
  z-index:35;
}
.nav-wrap{min-height:86px}
.brand{height:70px}
.brand img{height:70px;width:182px;object-fit:contain;object-position:left center}
@media(max-width:620px){
  :root{--announcement-h:48px}
  .announcement{
    min-height:var(--announcement-h);
    padding:8px 10px;
    padding-top:max(8px, env(safe-area-inset-top));
  }
  .site-header{top:var(--announcement-h)}
  .nav-wrap{min-height:78px;padding:7px 0}
  .brand{height:64px;min-width:145px}
  .brand img{height:64px;width:158px;object-fit:contain;object-position:left center}
}


/* v11 — customer-facing polish */
.announcement span{opacity:.55;margin:0 6px}
.hero{padding:76px 0 64px}
.hero-grid.hero-grid-solo{max-width:960px}
.hero-text{max-width:720px}
.section-cta{display:flex;justify-content:center;margin-top:28px}
.catalog-page{padding-top:70px}
.catalog-heading h1{font-family:"Space Grotesk",sans-serif;font-size:clamp(44px,6vw,68px);letter-spacing:-.04em;margin:4px 0 0}
.support-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.support-links a,.policy-home{display:inline-flex;align-items:center;border:1px solid #2a4330;background:#0d1510;color:#dce5dd;padding:10px 13px;border-radius:10px;font-size:13px;font-weight:700}
.support-links a:hover,.policy-home:hover{border-color:var(--green);color:var(--green)}
.policy-intro{font-size:18px!important;color:#d3ddd5!important;max-width:720px}
.policy-page a{color:var(--green)}
.product-card p:empty{display:none}
.product-card h3{margin-bottom:12px}
.product-bottom{border-top:1px solid rgba(255,255,255,.055);padding-top:14px}
.add-btn:disabled{background:#17221a;color:#758079;opacity:1}
.price{line-height:1.25}
.gate-card{padding:28px}
.gate-card img{margin-bottom:18px}
.gate-card h2{margin-bottom:8px}
.gate-note{margin-top:10px!important}

@media(max-width:900px){
  .hero{padding:60px 0 54px}
  .catalog-section,.faq,.about,.support-section{padding:68px 0}
  .standards{padding:72px 0}
}
@media(max-width:620px){
  .hero{padding:44px 0 46px}
  .hero h1{font-size:46px;line-height:1}
  .hero-text{margin:20px 0;font-size:15px;line-height:1.65}
  .trust-row{margin-top:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
  .trust-row strong{font-size:16px}.trust-row span{font-size:10px;line-height:1.25}
  .catalog-section,.faq,.about,.support-section{padding:54px 0}
  .standards{padding:58px 0}
  .section-heading{gap:10px;margin-bottom:22px}
  .section-heading>p{margin:0;font-size:14px}
  .section-heading h2{font-size:34px}
  .product-grid:not([data-mode="featured"]){grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-grid:not([data-mode="featured"]) .product-body{padding:11px}
  .product-grid:not([data-mode="featured"]) .product-card h3{font-size:15px;margin:7px 0 10px}
  .product-grid:not([data-mode="featured"]) .product-meta{font-size:8.5px;gap:6px}
  .product-grid:not([data-mode="featured"]) .product-bottom{display:block;margin-top:8px;padding-top:9px}
  .product-grid:not([data-mode="featured"]) .price{font-size:11px}
  .product-grid:not([data-mode="featured"]) .add-btn{display:none}
  .product-grid:not([data-mode="featured"]) .product-visual{aspect-ratio:1/1.12}
  .about-card{padding:22px}.about-card.large{min-height:auto}
  .support-form{padding:18px}
  .policy-page{padding:44px 0 70px}
  .policy-page h1{font-size:36px;margin-top:8px}
  .policy-page h2{font-size:20px;margin-top:28px}
  .policy-page p{font-size:14px;line-height:1.7}
  .policy-home{padding:8px 10px;font-size:12px}
}

/* v12 — top-of-page clipping fix */
html,body{max-width:100%;overflow-x:hidden}
.announcement{
  position:relative !important;
  top:auto !important;
  min-height:0 !important;
  padding:9px 14px !important;
  line-height:1.3;
}
.site-header{
  position:sticky;
  top:0 !important;
  z-index:35;
}
.nav-wrap{
  min-height:84px;
  padding:8px 0;
  overflow:visible;
}
.brand{
  display:flex;
  align-items:center;
  height:68px;
  min-width:172px;
  overflow:visible;
}
.brand img{
  width:172px;
  height:68px;
  object-fit:contain;
  object-position:left center;
  display:block;
  max-width:100%;
}
.hero-copy,.section-heading,.standards-grid>div,.about-card,.support-grid>div{min-width:0}
.hero h1{
  line-height:1.02;
  overflow-wrap:break-word;
  word-break:normal;
  max-width:100%;
}
.hero-text,.section-heading>p{max-width:100%}
@media(max-width:620px){
  .container{width:calc(100% - 32px);max-width:1160px}
  .announcement{
    padding:8px 12px !important;
    font-size:9.5px;
    letter-spacing:.055em;
  }
  .nav-wrap{min-height:72px;padding:5px 0;gap:10px}
  .brand{height:58px;min-width:128px;max-width:148px}
  .brand img{width:148px;height:58px;object-fit:contain}
  .cart-button{flex:0 0 auto;padding:9px 10px}
  .hero{padding:48px 0 52px}
  .hero h1{font-size:clamp(38px,12vw,48px);line-height:1.04;letter-spacing:-.035em}
  .hero-text{font-size:15px;line-height:1.58;margin:20px 0}
  .trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%}
  .trust-row strong{font-size:17px}
  .trust-row span{font-size:10px;line-height:1.25}
}
@media(max-width:390px){
  .container{width:calc(100% - 24px)}
  .brand{min-width:116px;max-width:132px}
  .brand img{width:132px}
  .hero h1{font-size:36px}
  .cart-button{font-size:11px;padding:8px 9px}
}

/* v13 — sale pricing, variants, and free-shipping messaging */
.variant-picker{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 4px}
.variant-btn{appearance:none;border:1px solid #29412f;background:#0a110c;color:#c7d1c9;border-radius:9px;padding:8px 11px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:.18s}
.variant-btn:hover,.variant-btn.active{border-color:var(--green);color:#081109;background:var(--green);box-shadow:0 0 18px rgba(84,240,110,.12)}
.price-stack{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.regular-price{font-size:12px;color:#88948b;text-decoration:line-through;font-weight:600}
.sale-price{font-size:19px;color:var(--green);font-weight:900}
.stock-status{font-size:13px;font-weight:800}
.stock-status.out{color:#ff7676}.stock-status.pending{color:#98a39a}
.shipping-promo{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:9px 12px;border:1px solid #294b31;background:#0b160e;border-radius:999px;color:#dce9de;font-size:13px;font-weight:800}
.shipping-promo strong{color:var(--green)}
.shipping-progress{margin:0 0 14px;color:#b9c7bb;font-size:12px;font-weight:700;line-height:1.45}
@media(max-width:620px){
  .variant-picker{gap:5px}.variant-btn{font-size:10px;padding:6px 8px}
  #productGrid[data-mode="featured"] .variant-picker{margin-top:7px}
  #productGrid[data-mode="featured"] .variant-btn{font-size:9px;padding:5px 6px}
  .regular-price{font-size:9px}.sale-price{font-size:13px}
  .shipping-promo{font-size:11px;padding:8px 10px}
}
@media(max-width:620px){
  #productGrid[data-mode="featured"] .add-btn,
  .product-grid:not([data-mode="featured"]) .add-btn{display:block;width:100%;margin-top:8px;padding:8px 9px;font-size:10px}
  #productGrid[data-mode="featured"] .product-bottom,
  .product-grid:not([data-mode="featured"]) .product-bottom{display:block}
}

/* v14 — product alignment and purchase-order checkout */
.product-card{display:flex;flex-direction:column;height:100%}
.product-card{cursor:pointer}
.product-link{display:block}
.view-product-link{display:inline-flex;margin-top:12px;color:var(--green);font-size:12px;font-weight:800}
.view-product-link:hover{text-decoration:underline}
.product-body{display:flex;flex-direction:column;flex:1}
.product-bottom{margin-top:auto;padding-top:16px}
#productGrid[data-mode="featured"] .product-card{height:100%}
#productGrid[data-mode="featured"] .product-body{height:100%}
#productGrid[data-mode="featured"] .variant-picker{min-height:38px}
#productGrid[data-mode="featured"] .product-card:not(:has(.variant-picker)) h3{margin-bottom:58px}
.checkout-page{padding:62px 0 88px}
.checkout-heading{max-width:820px;margin-bottom:30px}
.checkout-heading h1{font-family:"Space Grotesk",sans-serif;font-size:clamp(38px,6vw,62px);line-height:1.02;letter-spacing:-.04em;margin:8px 0 16px}
.checkout-heading>p:last-child{color:var(--muted);line-height:1.7;max-width:760px}
.checkout-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:start}
.checkout-panel{background:linear-gradient(160deg,#0b100c,#050705);border:1px solid #223126;border-radius:20px;padding:24px;box-shadow:0 18px 50px rgba(0,0,0,.25)}
.checkout-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.checkout-panel-head h2{font-family:"Space Grotesk",sans-serif;margin:0;font-size:24px}
.checkout-panel-head a{color:var(--green);font-size:13px;font-weight:800}
.checkout-summary{display:grid}
.checkout-item{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid #18241b}
.checkout-item img{width:64px;height:72px;object-fit:cover;border-radius:10px;border:1px solid #24372a}
.checkout-item-copy{display:grid;gap:4px}.checkout-item-copy span{font-size:12px;color:var(--muted)}
.checkout-totals{display:grid;gap:10px;padding-top:18px}.checkout-totals>div{display:flex;justify-content:space-between;gap:18px}.checkout-totals span{color:var(--muted)}
.checkout-note,.form-help{color:var(--muted);font-size:11px;line-height:1.55;margin:14px 0 0}
.discount-box{padding:18px 0;border-bottom:1px solid #18241b}
.discount-box>label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;color:#dce5de}
.discount-entry{display:grid;grid-template-columns:1fr auto;gap:8px}
.discount-entry input{width:100%;background:#071009;border:1px solid #2a3d2e;color:#f5f7f5;border-radius:10px;padding:11px 12px;font:inherit;text-transform:none}
.discount-entry input:focus{outline:2px solid rgba(84,240,110,.35);border-color:var(--green)}
.discount-entry button{border:0;background:var(--green);color:#061107;border-radius:10px;padding:0 16px;font-weight:800;cursor:pointer}
#discountFeedback{min-height:18px;margin:8px 0 0;color:#f08b8b;font-size:12px}
#discountFeedback.success{color:var(--green)}
#checkoutDiscountRow strong{color:var(--green)}
.purchase-order-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}
.purchase-order-form label{display:grid;gap:7px;color:#dbe3dc;font-size:12px;font-weight:750}
.purchase-order-form label>span{color:var(--green)}
.purchase-order-form label>em{color:var(--muted);font-size:10px;font-style:normal;font-weight:500}
.purchase-order-form input,.purchase-order-form textarea{width:100%;border:1px solid #26372b;background:#071009;color:#f1f5f2;border-radius:10px;padding:12px 13px;font:inherit;outline:none}
.purchase-order-form input:focus,.purchase-order-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(83,239,108,.08)}
.purchase-order-form input[readonly]{color:#aeb8b0;background:#0b110d}
.full-field{grid-column:1/-1}
.checkout-confirm{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px!important;padding:13px;border:1px solid #26372b;border-radius:12px;background:#08100a}
.checkout-confirm input{width:18px!important;height:18px;margin-top:2px;accent-color:var(--green);flex:0 0 auto}
.checkout-confirm span{color:#cfd8d1!important;font-size:11px;line-height:1.55;font-weight:500}
.submit-order-request{grid-column:1/-1;margin-top:2px}
.checkout-empty{padding:30px 0}.checkout-cart-link{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.confirmation-page{min-height:62vh;padding:90px 0}.confirmation-card{max-width:760px;margin:auto;text-align:center;border:1px solid #223126;background:linear-gradient(160deg,#0b100c,#050705);border-radius:24px;padding:46px 34px}.confirmation-card h1{font-family:"Space Grotesk";font-size:clamp(36px,6vw,58px);line-height:1.04;margin:10px 0 18px}.confirmation-card p:not(.eyebrow){color:var(--muted);line-height:1.7;max-width:640px;margin:0 auto}.confirmation-card .hero-actions{justify-content:center}
@media(max-width:850px){.checkout-layout{grid-template-columns:1fr}.order-review-panel{order:0}}
@media(max-width:620px){
  #productGrid[data-mode="featured"] .variant-picker{min-height:31px}
  #productGrid[data-mode="featured"] .product-card:not(:has(.variant-picker)) h3{margin-bottom:44px}
  .checkout-page{padding:42px 0 62px}.checkout-panel{padding:17px}.checkout-heading{margin-bottom:22px}
  .purchase-order-form{grid-template-columns:1fr;gap:13px}.full-field,.submit-order-request{grid-column:auto}
  .checkout-item{grid-template-columns:52px 1fr auto;gap:10px}.checkout-item img{width:52px;height:62px}
}
\n\n/* v15 — aligned catalog cards + refreshed sale presentation */\n.product-grid{align-items:stretch}\n.product-card{min-height:100%}\n.product-body{display:flex;flex-direction:column;min-height:0}\n.product-card h3{min-height:48px;line-height:1.12;margin-bottom:8px}\n.variant-picker{min-height:42px;align-content:flex-start}\n.variant-placeholder{visibility:hidden;pointer-events:none}\n.product-bottom{display:grid;grid-template-columns:1fr;gap:10px;margin-top:auto;padding-top:14px}\n.product-bottom .price{min-height:34px;display:flex;align-items:center}\n.product-bottom .add-btn{width:100%;min-height:42px}\n.price-stack{display:flex;align-items:center;gap:7px;min-height:30px}\n.sale-badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(84,240,110,.45);background:rgba(84,240,110,.10);color:var(--green);border-radius:999px;padding:3px 6px;font-size:9px;line-height:1;font-weight:900;letter-spacing:.08em}\n#productGrid[data-mode=\"featured\"] .product-card:not(:has(.variant-picker)){ }\n#productGrid[data-mode=\"featured\"] .product-card:not(:has(.variant-picker)) h3{margin-bottom:8px}\n@media(max-width:620px){\n  .product-card h3{min-height:40px;font-size:15px}\n  .variant-picker{min-height:34px}\n  .product-bottom .price{min-height:29px}\n  .price-stack{gap:5px;min-height:26px}\n  .sale-badge{font-size:7px;padding:3px 5px}\n}\n
/* v16 — hard-align catalog card rows across every product */
.product-grid:not([data-mode="featured"]){
  align-items:stretch;
  grid-auto-rows:1fr;
}
.product-grid:not([data-mode="featured"]) .product-card{
  display:grid;
  grid-template-rows:auto 1fr;
  height:100%;
  min-width:0;
}
.product-grid:not([data-mode="featured"]) .product-visual{
  width:100%;
}
.product-grid:not([data-mode="featured"]) .product-body{
  display:grid;
  grid-template-rows:18px 52px 46px 1fr;
  gap:0;
  height:100%;
  min-width:0;
}
.product-grid:not([data-mode="featured"]) .product-meta{
  min-width:0;
  height:18px;
  line-height:18px;
  align-items:center;
}
.product-grid:not([data-mode="featured"]) .product-meta > span{
  min-width:0;
}
.product-grid:not([data-mode="featured"]) .selected-size{
  max-width:46%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align:right;
}
.product-grid:not([data-mode="featured"]) .product-card h3{
  min-height:0;
  height:52px;
  margin:0;
  display:flex;
  align-items:center;
  line-height:1.12;
  overflow-wrap:anywhere;
}
.product-grid:not([data-mode="featured"]) .variant-picker{
  min-height:0;
  height:46px;
  margin:0;
  align-items:flex-start;
  align-content:flex-start;
  overflow:hidden;
}
.product-grid:not([data-mode="featured"]) .variant-placeholder{
  height:46px;
}
.product-grid:not([data-mode="featured"]) .product-bottom{
  align-self:end;
  display:grid;
  grid-template-rows:38px 44px;
  gap:10px;
  width:100%;
  margin:0;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.055);
}
.product-grid:not([data-mode="featured"]) .product-bottom .price{
  height:38px;
  min-height:38px;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.product-grid:not([data-mode="featured"]) .price-stack{
  width:100%;
  min-height:0;
  height:38px;
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:7px;
  overflow:hidden;
}
.product-grid:not([data-mode="featured"]) .sale-badge{
  flex:0 0 auto;
}
.product-grid:not([data-mode="featured"]) .regular-price,
.product-grid:not([data-mode="featured"]) .sale-price,
.product-grid:not([data-mode="featured"]) .stock-status{
  white-space:nowrap;
  flex:0 0 auto;
}
.product-grid:not([data-mode="featured"]) .add-btn{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:100%;
  height:44px;
  min-height:44px;
  margin:0;
  padding:0 12px;
}

@media(max-width:620px){
  .product-grid:not([data-mode="featured"]){
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .product-grid:not([data-mode="featured"]) .product-body{
    grid-template-rows:16px 44px 36px 1fr;
    padding:10px;
  }
  .product-grid:not([data-mode="featured"]) .product-meta{
    height:16px;
    line-height:16px;
    font-size:8px;
  }
  .product-grid:not([data-mode="featured"]) .product-card h3{
    height:44px;
    font-size:14px;
    line-height:1.08;
  }
  .product-grid:not([data-mode="featured"]) .variant-picker,
  .product-grid:not([data-mode="featured"]) .variant-placeholder{
    height:36px;
  }
  .product-grid:not([data-mode="featured"]) .variant-btn{
    padding:5px 6px;
    font-size:9px;
  }
  .product-grid:not([data-mode="featured"]) .product-bottom{
    grid-template-rows:34px 38px;
    gap:7px;
    padding-top:8px;
  }
  .product-grid:not([data-mode="featured"]) .product-bottom .price,
  .product-grid:not([data-mode="featured"]) .price-stack{
    height:34px;
    min-height:34px;
  }
  .product-grid:not([data-mode="featured"]) .price-stack{
    gap:4px;
  }
  .product-grid:not([data-mode="featured"]) .sale-badge{
    display:none;
  }
  .product-grid:not([data-mode="featured"]) .regular-price{
    font-size:9px;
  }
  .product-grid:not([data-mode="featured"]) .sale-price{
    font-size:13px;
  }
  .product-grid:not([data-mode="featured"]) .stock-status{
    font-size:10px;
  }
  .product-grid:not([data-mode="featured"]) .add-btn{
    height:38px;
    min-height:38px;
    padding:0 6px;
    font-size:10px;
  }
}

/* Global hamburger page selector */
.header-actions{display:flex;align-items:center;gap:10px}.menu-button{width:46px;height:46px;border:1px solid #2a4330;background:#0d1510;color:#fff;border-radius:12px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;flex:0 0 auto}.menu-button span{display:block;width:21px;height:2px;background:currentColor;border-radius:999px;transition:transform .2s ease,opacity .2s ease}.menu-button:hover{border-color:var(--green);color:var(--green)}.menu-drawer{position:fixed;top:0;right:-390px;width:min(360px,88vw);height:100dvh;background:linear-gradient(180deg,#09110b,#050806);border-left:1px solid #26462f;z-index:90;transition:right .28s ease;box-shadow:-20px 0 60px rgba(0,0,0,.5);display:flex;flex-direction:column}.menu-drawer.open{right:0}.menu-head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line)}.menu-head strong{font-family:"Space Grotesk",sans-serif;font-size:18px}.menu-close{width:42px;height:42px;border-radius:11px;border:1px solid #2a4330;background:#0d1510;color:#fff;font-size:26px;line-height:1;cursor:pointer}.menu-links{display:flex;flex-direction:column;padding:14px}.menu-links a{display:flex;align-items:center;justify-content:space-between;padding:16px 14px;border-bottom:1px solid #162219;color:#e7eee8;font-weight:700}.menu-links a:after{content:'›';color:var(--green);font-size:22px}.menu-links a:hover{color:var(--green);background:rgba(84,240,110,.04)}.menu-section-label{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.16em;padding:18px 14px 8px}.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);opacity:0;pointer-events:none;z-index:85;transition:opacity .25s ease}.menu-overlay.show{opacity:1;pointer-events:auto}body.menu-open{overflow:hidden}.policy-home{display:none}
@media(max-width:900px){.nav-wrap{gap:10px}.brand{margin-right:auto}.cart-button{padding:10px 12px}.header-actions{gap:8px}}
@media(max-width:620px){.nav-wrap{height:72px}.brand img{width:145px}.menu-button{width:43px;height:43px}.cart-button{font-size:0;padding:10px 10px}.cart-button:before{content:'Cart';font-size:12px}.cart-button span{font-size:11px;margin-left:4px}.checkout-cart-link{font-size:11px;padding:10px 11px}.header-actions{gap:7px}}

/* Product detail page */
.product-detail-page{padding:52px 0 88px;min-height:68vh}
.product-back{display:inline-flex;margin-bottom:24px;color:var(--green);font-size:13px;font-weight:800}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:48px;align-items:start}
.product-detail-image{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#09100b;box-shadow:var(--shadow)}
.product-detail-image img{display:block;width:100%;aspect-ratio:1/1.05;object-fit:cover}
.product-detail-copy{padding:18px 0}
.product-detail-copy h1{font-family:"Space Grotesk",sans-serif;font-size:clamp(42px,6vw,68px);line-height:1;letter-spacing:-.04em;margin:0 0 12px}
.detail-size{color:var(--muted);font-size:16px;margin:0 0 18px}
.detail-price{font-size:25px;font-weight:800;color:var(--green);margin-bottom:26px}
.detail-price .price-stack{font-size:22px}
.detail-variants>span,.detail-purchase>label{display:block;margin-bottom:10px;color:#dbe4dd;font-size:13px;font-weight:800}
.detail-variants{margin-bottom:24px}
.detail-purchase{display:grid;grid-template-columns:90px 1fr;gap:10px;align-items:end}
.detail-purchase>label{grid-column:1/-1;margin-bottom:-2px}
.detail-purchase select{height:46px;border:1px solid #2a3d2e;border-radius:10px;background:#071009;color:#f5f7f5;padding:0 12px;font:inherit}
.detail-add-btn{height:46px;font-size:14px}
.detail-notice{margin-top:24px;padding:16px;border:1px solid #25382a;border-radius:12px;background:#08100a;color:var(--muted);font-size:13px;line-height:1.6}
.detail-notice strong{color:#dbe4dd}
.product-not-found{text-align:center;padding:80px 20px}.product-not-found h1{font-family:"Space Grotesk";font-size:48px;margin:0 0 12px}.product-not-found p{color:var(--muted);margin-bottom:24px}
@media(max-width:820px){.product-detail-grid{grid-template-columns:1fr;gap:24px}.product-detail-copy{padding-top:0}}
@media(max-width:620px){.product-detail-page{padding:28px 0 60px}.product-back{margin-bottom:16px}.product-detail-copy h1{font-size:42px}.detail-purchase{grid-template-columns:78px 1fr}.view-product-link{font-size:11px}}


/* v22 — black/green opening cinematic hero */
.hero-video-section{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#020503;
  isolation:isolate;
  border-bottom:1px solid rgba(111,255,83,.16);
}
.hero-video-wrap{position:absolute;inset:0;z-index:-2;background:#020503;overflow:hidden}
.hero-video{
  position:absolute;
  width:100%;height:100%;
  inset:0;
  object-fit:cover;
  object-position:center 52%;
  filter:saturate(.92) contrast(1.08) brightness(.78);
  transform:none;
}
.hero-video-shade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(1,5,2,.95) 0%,rgba(2,6,3,.72) 37%,rgba(2,5,3,.28) 69%,rgba(2,5,3,.54) 100%),
    linear-gradient(0deg,rgba(2,5,3,.98) 0%,transparent 45%,rgba(2,5,3,.18) 100%);
}
.hero-video-glow{
  position:absolute;inset:0;
  background:radial-gradient(circle at 70% 42%,rgba(95,255,71,.17),transparent 31%);
  mix-blend-mode:screen;
  animation:heroGlow 5.5s ease-in-out infinite alternate;
}
@keyframes heroGlow{from{opacity:.55;transform:scale(.96)}to{opacity:1;transform:scale(1.05)}}
.hero-video-content{width:100%;padding-top:96px;padding-bottom:58px}
.hero-video-copy{max-width:650px}
.hero-video-copy h1{font-size:clamp(44px,6.2vw,82px);line-height:.98;letter-spacing:-.055em;margin:10px 0 18px;color:#f5f7f5;text-wrap:balance}
.hero-video-copy h1 span{color:#78ff55;text-shadow:0 0 28px rgba(120,255,85,.16)}
.hero-video-copy .hero-text{max-width:570px;color:#b8c3ba;font-size:18px;line-height:1.65;margin-bottom:24px}
.hero-video-copy .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 22px}
.hero-video-pills{display:flex;flex-wrap:wrap;gap:8px}
.hero-video-pills span{border:1px solid rgba(120,255,85,.22);background:rgba(3,10,5,.62);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:999px;padding:8px 12px;color:#c8d2ca;font-size:12px;font-weight:700;letter-spacing:.02em}

@media(max-width:760px){
  .hero-video-section{min-height:535px;align-items:flex-end}
  .hero-video{object-position:center center;filter:saturate(.96) contrast(1.1) brightness(.72);}
  .hero-video-shade{background:linear-gradient(0deg,rgba(1,5,2,.99) 0%,rgba(1,5,2,.76) 36%,rgba(1,5,2,.12) 72%,rgba(1,5,2,.38) 100%)}
  .hero-video-content{padding-top:220px;padding-bottom:34px}
  .hero-video-copy h1{font-size:42px;max-width:360px;margin-bottom:12px}
  .hero-video-copy .hero-text{font-size:15px;line-height:1.55;max-width:360px;margin-bottom:18px}
  .hero-video-copy .hero-actions{gap:9px;margin-bottom:16px}
  .hero-video-copy .btn{padding:12px 15px;font-size:13px}
  .hero-video-pills{gap:6px}
  .hero-video-pills span{font-size:10px;padding:7px 9px}
}

@media(prefers-reduced-motion:reduce){
  .hero-video{display:none}
  .hero-video-wrap{background:linear-gradient(rgba(1,5,2,.42),rgba(1,5,2,.88)),url('products/glp-3rt-10mg.jpg') center/cover no-repeat}
  .hero-video-glow{animation:none}
}


/* v26 — desktop nav spacing
   Give the last desktop navigation item (Support) breathing room before Cart. */
@media (min-width: 901px) {
  .desktop-nav,
  .nav-links,
  .main-nav .nav-links,
  .site-header .nav-links {
    margin-right: 28px !important;
  }

  .desktop-nav a:last-child,
  .nav-links a:last-child,
  .main-nav .nav-links a:last-child,
  .site-header .nav-links a:last-child {
    margin-right: 8px !important;
  }

  .cart-button,
  .cart-btn,
  .header-cart,
  [data-cart-button] {
    margin-left: 18px !important;
  }
}


/* v27 — consolidated header positioning rules */

/* consolidated v18-logo-left-fix */
/* v18: align BioTeam Labs brand naturally to the left edge of the header */
header .nav,
header .navbar,
.site-header .nav,
.site-header .navbar,
.top-nav,
.main-nav,
.navbar {
  justify-content: flex-start !important;
}
header .brand,
header .logo,
header .navbar-brand,
.site-header .brand,
.site-header .logo,
.site-header .navbar-brand,
.nav-brand,
.brand {
  margin-left: 0 !important;
  margin-right: auto !important;
  justify-self: start !important;
  transform: none !important;
}
header .brand img,
header .logo img,
header .navbar-brand img,
.site-header .brand img,
.site-header .logo img,
.nav-brand img,
.brand img {
  margin-left: 0 !important;
  object-position: left center !important;
}
@media (max-width: 768px) {
  header .brand,
  header .logo,
  header .navbar-brand,
  .site-header .brand,
  .site-header .logo,
  .nav-brand,
  .brand {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}


/* consolidated v19-header-logo-position-fix */
@media (max-width:900px){
header .nav,header .navbar,.site-header .nav,.site-header .navbar,.top-nav,.main-nav,.navbar{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;}
header .brand,header .logo,header .navbar-brand,.site-header .brand,.site-header .logo,.site-header .navbar-brand,.nav-brand,.brand{margin:0 auto 0 0!important;padding-left:0!important;left:0!important;right:auto!important;position:relative!important;transform:translateX(-14px)!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 auto!important;}
header .brand img,header .logo img,header .navbar-brand img,.site-header .brand img,.site-header .logo img,.nav-brand img,.brand img{display:block!important;margin:0!important;object-position:left center!important;}
header .nav-actions,header .header-actions,header .actions,.site-header .nav-actions,.site-header .header-actions,.nav-actions,.header-actions{margin-left:auto!important;flex:0 0 auto!important;}
}
