:root {
  --black: #000000;
  --matte: #0b0b0d;
  --charcoal: #101114;
  --ink: #f8fafc;
  --muted: #b8c0cc;
  --blue: #0a4dff;
  --blue-bright: #00a8ff;
  --blue-dark: #003fd8;
  --blue-ice: #dcecff;
  --silver: #c0c0c0;
  --line: #2a2f38;
  --panel: #101216;
  --white: #ffffff;
  --success: #0f8a5f;
  --warning: #b7791f;
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -8%, rgba(0, 168, 255, 0.18), transparent 34rem),
    radial-gradient(circle at 80% 18%, rgba(10, 77, 255, 0.12), transparent 28rem),
    linear-gradient(180deg, #000 0%, #08090c 42%, #020202 100%);
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.site-locked {
  overflow: hidden;
}

body.site-locked > :not(.age-gate) {
  pointer-events: none;
  user-select: none;
}

/* WordPress and WooCommerce integration */
.hero.titan-hero-single{grid-template-columns:minmax(0,900px);justify-content:center;text-align:center}.hero.titan-hero-single .hero-copy{display:flex;flex-direction:column;align-items:center}.hero.titan-hero-single .hero-text{max-width:760px}.hero.titan-hero-single .hero-actions{justify-content:center}
.mobile-menu{display:none;border:1px solid var(--blue-bright);background:transparent;color:#fff;padding:9px 12px;border-radius:6px;font-weight:800}
.site-footer{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:35px;padding:50px clamp(20px,5vw,70px);border-top:1px solid rgba(0,168,255,.32);background:#030405;color:#aeb8c4}
.site-footer img{width:220px;max-width:100%}.site-footer strong{display:block;color:#fff;text-transform:uppercase;margin-bottom:10px}.site-footer p{line-height:1.6}.site-footer a{color:var(--blue-bright)}.site-footer small{grid-column:1/-1;padding-top:25px;border-top:1px solid var(--line);text-align:center}
.titan-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.titan-product-card{padding:20px;border:1px solid rgba(0,168,255,.25);border-radius:8px;background:linear-gradient(145deg,rgba(255,255,255,.06),transparent),#0b0d11}.titan-product-card:hover{border-color:var(--blue-bright)}.titan-product-card .product-image{display:block;aspect-ratio:1;background:#060709;border-radius:6px;overflow:hidden}.titan-product-card .product-image img{width:100%;height:100%;object-fit:contain}.titan-product-card h3{font-family:Orbitron,sans-serif;font-size:18px}.product-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card-bottom .price{font-size:18px;font-weight:800}.center-action{text-align:center;margin-top:30px}
.titan-commerce{min-height:70vh}.woocommerce-shell{max-width:1280px;margin:auto}.woocommerce .products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.woocommerce ul.products li.product{width:auto!important;margin:0!important;padding:20px;border:1px solid rgba(0,168,255,.25);border-radius:8px;background:#0b0d11}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:Orbitron,sans-serif;color:#fff}.woocommerce ul.products li.product .price{color:var(--blue-bright);font-weight:800}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:linear-gradient(135deg,var(--blue),var(--blue-bright));color:#fff;border-radius:6px}.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--blue-bright);color:#000}.woocommerce div.product{color:#f8fafc}.woocommerce div.product .product_title{font-family:Orbitron,sans-serif}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--blue-bright)}.woocommerce table.shop_table{background:#fff;color:#111}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce select{padding:12px;background:#fff;color:#111}.titan-product-notice{margin:18px 0;padding:14px;border-left:3px solid var(--blue-bright);background:rgba(10,77,255,.13)}.titan-product-notice strong{color:#fff}.titan-product-notice p{margin:5px 0;color:#c4ceda}.titan-page{min-height:65vh}.woocommerce-message,.woocommerce-info{border-top-color:var(--blue-bright)}
.titan-page>.section-heading{max-width:900px}.batch-results{margin-top:28px}.batch-result-card{padding:28px;border:1px solid rgba(0,168,255,.3);border-radius:8px;background:#0b0d11}.batch-result-card h2{font-family:Orbitron,sans-serif}.batch-result-card dl{display:grid;gap:0;margin:24px 0}.batch-result-card dl div{display:grid;grid-template-columns:180px 1fr;padding:13px;border-bottom:1px solid var(--line)}.batch-result-card dt{color:var(--muted);font-weight:700}.batch-result-card dd{margin:0;color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-grid .table-card{padding:35px}.contact-grid h2,.policy-grid h2{font-family:Orbitron,sans-serif}.contact-grid p{color:var(--muted);line-height:1.7;margin-bottom:28px}.page-extra-content{margin-top:35px;padding-top:30px;border-top:1px solid var(--line)}
@media(max-width:900px){.mobile-menu{display:block}.site-header{grid-template-columns:1fr auto auto}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:20px;background:#050608}.main-nav.is-open{display:flex}.titan-product-grid,.woocommerce .products{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr 1fr}.site-footer small{grid-column:1/-1}}
@media(max-width:600px){.titan-product-grid,.woocommerce .products,.site-footer,.contact-grid{grid-template-columns:1fr}.site-footer small{grid-column:auto}.site-header{gap:8px}.brand-logo{width:145px}.cart-button{padding:8px 10px}.mobile-menu{font-size:0}.mobile-menu:after{content:'Menu';font-size:12px}.batch-result-card dl div{grid-template-columns:1fr;gap:5px}}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: start center;
  overflow-y: auto;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 168, 255, 0.2), transparent 19rem),
    rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(14px);
}

.age-gate.hidden {
  display: none;
}

.age-gate-panel {
  width: min(560px, 100%);
  margin: auto 0;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(0, 168, 255, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    #07080b;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62), 0 0 46px rgba(0, 168, 255, 0.2);
  text-align: center;
}

.age-gate-logo {
  display: block;
  width: clamp(76px, 11vh, 104px);
  height: auto;
  margin: 0 auto 14px;
  filter: drop-shadow(0 0 22px rgba(0, 168, 255, 0.44));
}

.age-gate h1 {
  margin: 0;
  font-family: Orbitron, sans-serif;
  font-size: clamp(24px, 4.2vw, 36px);
  line-height: 1.05;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff, #c0c0c0 62%, #7e8895);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.age-gate p {
  color: #c8d2df;
  line-height: 1.5;
}

.age-gate-disclaimer {
  margin: 14px 0;
  padding: 12px;
  border: 1px solid rgba(0, 168, 255, 0.28);
  border-left: 3px solid var(--blue-bright);
  border-radius: 8px;
  background: rgba(10, 77, 255, 0.12);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

.age-gate-actions {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
  margin-top: 14px;
}

.age-gate-note {
  margin-bottom: 0;
  font-size: 12px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  touch-action: manipulation;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  display: flex;
  justify-content: center;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(0, 168, 255, 0.34);
  background: linear-gradient(90deg, #000, #05070d 50%, #000);
  color: var(--silver);
  font-size: 13px;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(0, 168, 255, 0.38);
  background: rgba(0, 0, 0, 0.93);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.42), 0 1px 0 rgba(255, 255, 255, 0.04);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: clamp(170px, 18vw, 265px);
  height: auto;
  filter: drop-shadow(0 0 16px rgba(0, 168, 255, 0.2));
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  font-size: 14px;
  font-weight: 800;
  color: #f4f6f8;
  text-transform: uppercase;
}

.main-nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--blue-bright);
  border-bottom-color: var(--blue);
}

.cart-button,
.primary-action,
.secondary-action,
.icon-button,
.category-tabs button,
.admin-toolbar button {
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(180deg, var(--blue-bright), var(--blue));
  color: var(--white);
  box-shadow: 0 0 22px rgba(10, 77, 255, 0.3);
}

.cart-button strong {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-dark);
  font-size: 12px;
}

.section-band,
.content-section {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 4vw, 56px);
}

.section-band {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 168, 255, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    var(--matte);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  min-height: calc(100vh - 108px);
  background:
    radial-gradient(circle at 77% 42%, rgba(0, 168, 255, 0.3), transparent 18rem),
    radial-gradient(circle at 24% 78%, rgba(10, 77, 255, 0.18), transparent 20rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.82) 50%, rgba(0, 14, 42, 0.68)),
    url("https://images.unsplash.com/photo-1603126857599-f6e157fa2fe6?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  color: var(--white);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 78px);
  bottom: 34px;
  left: clamp(18px, 5vw, 78px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--blue-bright), transparent);
  opacity: 0.74;
}

.hero-logo {
  display: block;
  width: min(760px, 100%);
  height: auto;
  margin: 0 0 22px;
  filter: drop-shadow(0 0 28px rgba(0, 168, 255, 0.18));
}

.hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: Orbitron, sans-serif;
  font-size: clamp(42px, 5.8vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 0%, #d9d9d9 46%, #8f99a7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.hero-text {
  max-width: 680px;
  color: #d4d9e2;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-bright);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--blue-bright);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 18px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 18px;
  text-align: center;
}

.primary-action {
  background: linear-gradient(180deg, var(--blue-bright), var(--blue) 55%, var(--blue-dark));
  color: var(--white);
  box-shadow: 0 0 24px rgba(10, 77, 255, 0.36);
}

.primary-action:hover,
.cart-button:hover {
  background: var(--blue-dark);
}

.secondary-action {
  border: 1px solid rgba(192, 192, 192, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  color: var(--white);
}

.required-disclaimer {
  max-width: 700px;
  color: #bcc7d6;
  font-size: 13px;
  line-height: 1.6;
}

.lab-panel {
  align-self: stretch;
  max-height: 580px;
  padding: 20px;
  border: 1px solid rgba(0, 168, 255, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(192, 192, 192, 0.14), rgba(0, 0, 0, 0.42)),
    radial-gradient(circle at 76% 20%, rgba(0, 168, 255, 0.16), transparent 13rem),
    rgba(2, 6, 14, 0.82);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.54), 0 0 54px rgba(0, 168, 255, 0.18);
  backdrop-filter: blur(18px);
}

.panel-toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.panel-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.specimen-card,
.data-grid,
.chromatogram {
  border: 1px solid rgba(192, 192, 192, 0.22);
  border-radius: 8px;
  background: rgba(5, 7, 10, 0.34);
}

.specimen-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
}

.specimen-card small,
.data-grid span {
  color: #b7cae8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.specimen-card strong,
.data-grid strong {
  display: block;
  margin-top: 6px;
  font-family: "IBM Plex Mono", monospace;
}

.status-pill,
.stock-pill {
  display: inline-flex;
  align-items: center;
  align-self: start;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 168, 255, 0.38);
  background: rgba(10, 77, 255, 0.18);
  color: #9fddff;
  font-size: 12px;
  font-weight: 800;
}

.data-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 18px;
  margin-top: 14px;
  padding: 18px;
}

.chromatogram {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 170px;
  margin-top: 14px;
  padding: 18px;
}

.chromatogram span {
  flex: 1;
  min-width: 14px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #e5f5ff, var(--blue-bright) 42%, var(--blue-dark));
  box-shadow: 0 0 18px rgba(0, 168, 255, 0.28);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(10, 77, 255, 0.3);
  border-bottom: 1px solid rgba(10, 77, 255, 0.3);
  background: #070707;
}

.trust-strip div {
  padding: 24px clamp(18px, 3vw, 38px);
  border-right: 1px solid var(--line);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  color: var(--white);
  font-family: Orbitron, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.section-heading p:not(.eyebrow) {
  color: #b7c0cd;
  font-size: 17px;
  line-height: 1.65;
}

.shop-shell {
  display: grid;
  gap: 18px;
}

.shop-filter-block {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(192, 192, 192, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    #07080b;
}

.shop-filter-block h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
}

.category-tabs,
.type-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.category-tabs button,
.type-tabs button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #090a0d;
  color: #dfe7f2;
}

.type-tabs button {
  min-width: 86px;
}

.category-tabs button.active,
.type-tabs button.active {
  border-color: var(--blue-bright);
  background: linear-gradient(180deg, var(--blue), var(--blue-dark));
  color: var(--white);
}

.shop-command-row {
  display: grid;
  grid-template-columns: 220px 190px minmax(220px, 1fr);
  gap: 12px;
  align-items: end;
}

.catalog-note {
  padding: 12px 14px;
  border-left: 3px solid var(--blue-bright);
  background: rgba(10, 77, 255, 0.12);
  color: #c8d2df;
  font-size: 13px;
  line-height: 1.5;
}

.table-card,
.lookup-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(11, 13, 18, 0.92);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

label {
  display: grid;
  gap: 8px;
  color: #dce5f2;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #07080b;
  color: var(--white);
  padding: 12px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 108, 255, 0.13);
}

.filter-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.product-list {
  display: grid;
  gap: 34px;
}

.product-group {
  display: grid;
  gap: 16px;
}

.product-group-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 168, 255, 0.26);
  padding-bottom: 10px;
}

.product-group-heading h3 {
  margin: 0;
  color: var(--white);
  font-family: Orbitron, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.product-group-heading span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 14px;
  border: 1px solid rgba(192, 192, 192, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    #0a0b0f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.product-image-panel {
  display: grid;
  min-height: 210px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 168, 255, 0.22);
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 35%, rgba(0, 168, 255, 0.22), transparent 7rem),
    linear-gradient(180deg, #07080b, #020306);
}

.vial-art {
  position: relative;
  width: 92px;
  height: 164px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 13px 13px 18px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 18%, transparent 72%, rgba(255, 255, 255, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 168, 255, 0.05));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42), 0 0 30px rgba(0, 168, 255, 0.22);
}

.vial-cap {
  position: absolute;
  top: -20px;
  left: 13px;
  width: 66px;
  height: 26px;
  border-radius: 7px 7px 3px 3px;
  background: linear-gradient(180deg, #e9edf3, #8b96a4 55%, #222831);
}

.vial-label {
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  padding: 10px 8px;
  border: 1px solid #fff;
  background: #f7f7f7;
  color: #040404;
  text-align: center;
  text-transform: uppercase;
}

.vial-label strong {
  font-family: Orbitron, sans-serif;
  font-size: 15px;
  line-height: 1.05;
}

.vial-label em {
  justify-self: center;
  padding: 2px 7px;
  border-radius: 4px;
  background: #050505;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.vial-label small {
  color: #050505;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  font-weight: 800;
}

.product-card:hover {
  border-color: rgba(0, 168, 255, 0.62);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32), 0 0 26px rgba(0, 168, 255, 0.13);
}

.product-card-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.product-card h3 {
  margin: 0;
  color: var(--white);
  font-family: Orbitron, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.category-label {
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-meta {
  display: grid;
  gap: 8px;
  color: #aeb7c6;
  font-size: 14px;
}

.product-meta div,
.cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.product-meta strong {
  color: var(--white);
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.option-block {
  display: grid;
  gap: 8px;
}

.option-block > span,
.card-quantity-row > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.amount-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.amount-options button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(192, 192, 192, 0.28);
  border-radius: 6px;
  background: #050609;
  color: #dfe7f2;
  cursor: pointer;
  font-weight: 800;
}

.amount-options button.active {
  border-color: var(--blue-bright);
  background: rgba(10, 77, 255, 0.3);
  color: var(--white);
}

.price {
  font-size: 22px;
  font-weight: 800;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.card-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.volume-note {
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(192, 192, 192, 0.3);
  border-radius: var(--radius);
  background: #07080b;
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.outline-button:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.mini-disclaimer {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.table-card,
.lookup-panel {
  padding: 18px;
}

.wide-search {
  margin-bottom: 14px;
}

.responsive-table {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
  font-size: 14px;
}

th,
td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

td code,
.sku-code {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
}

.coa-link,
.table-link {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.coa-link:hover,
.coa-link:focus-visible,
.table-link:hover,
.table-link:focus-visible {
  text-decoration: underline;
}

.lookup-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.lookup-result {
  margin-top: 16px;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
}

.lookup-record {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lookup-record div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.lookup-record span,
.drawer-header small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lookup-record strong {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.process-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-grid div,
.policy-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0a0b0f;
}

.process-grid strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 7px;
  background: linear-gradient(180deg, var(--silver), #6d7682);
  color: #000;
}

.process-grid span,
.policy-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.policy-grid h3 {
  margin: 0 0 10px;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.admin-toolbar button {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(0, 168, 255, 0.28);
  background: rgba(10, 77, 255, 0.16);
  color: var(--blue-ice);
}

.admin-table {
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 900px;
  padding: 20px;
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--blue-bright);
  font-weight: 700;
}

.hidden-field {
  display: none;
}

.full-span {
  grid-column: 1 / -1;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  justify-content: end;
  background: rgba(5, 7, 10, 0.48);
}

.cart-drawer.open {
  display: flex;
}

.drawer-panel {
  width: min(520px, 100%);
  min-height: 100%;
  overflow-y: auto;
  background: #090a0d;
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.24);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.drawer-header h2 {
  margin: 4px 0 0;
}

.icon-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  background: #151820;
  color: var(--white);
  font-size: 24px;
  line-height: 1;
}

.cart-items,
.order-request-form,
.cart-summary,
.order-success {
  padding: 18px 20px;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.quantity-controls {
  display: inline-grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.quantity-controls button {
  height: 34px;
  border: 0;
  background: var(--panel);
  cursor: pointer;
  font-weight: 800;
}

.quantity-controls span {
  display: grid;
  height: 34px;
  place-items: center;
}

.remove-line {
  width: 100%;
  margin-top: 8px;
  min-height: 32px;
  border: 1px solid rgba(192, 192, 192, 0.22);
  border-radius: 7px;
  background: #07080b;
  color: #dfe7f2;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.remove-line:hover {
  border-color: var(--blue-bright);
  color: var(--blue-bright);
}

.cart-summary {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #101216;
}

.order-request-form {
  display: grid;
  gap: 14px;
}

.checkbox-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.5;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.full-button {
  width: 100%;
}

.order-success {
  margin: 0 20px 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 168, 255, 0.34);
  background: rgba(10, 77, 255, 0.12);
  color: var(--white);
  line-height: 1.6;
}

.order-error {
  min-height: 20px;
  margin: 0;
  color: #ffb4b4;
  font-size: 13px;
  font-weight: 800;
}

.product-dialog {
  width: min(980px, calc(100% - 30px));
  max-height: min(860px, calc(100vh - 30px));
  overflow: auto;
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  background: #090a0d;
  color: var(--white);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.54), 0 0 54px rgba(0, 168, 255, 0.18);
}

.order-confirmation-dialog {
  width: min(520px, calc(100% - 30px));
  border: 1px solid rgba(0, 168, 255, 0.42);
  border-radius: var(--radius);
  padding: 0;
  background: #08090d;
  color: var(--white);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.66), 0 0 58px rgba(0, 168, 255, 0.22);
}

.order-confirmation-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.confirmation-panel {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 5vw, 34px);
  text-align: center;
}

.confirmation-logo {
  width: 92px;
  height: auto;
  justify-self: center;
  filter: drop-shadow(0 0 20px rgba(0, 168, 255, 0.38));
}

.confirmation-panel h2 {
  margin: 0;
  font-family: Orbitron, sans-serif;
  font-size: clamp(26px, 5vw, 38px);
  line-height: 1.05;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff, #c0c0c0 62%, #7e8895);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.confirmation-panel p {
  margin: 0;
  color: #c8d2df;
  line-height: 1.6;
}

.confirmation-number {
  padding: 12px;
  border: 1px solid rgba(0, 168, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(10, 77, 255, 0.12);
}

.product-dialog::backdrop {
  background: rgba(5, 7, 10, 0.55);
}

.dialog-close {
  position: sticky;
  top: 16px;
  left: calc(100% - 56px);
  z-index: 1;
  margin: 16px 16px 0 0;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  gap: 24px;
  padding: 0 28px 28px;
}

.product-visual {
  min-height: 340px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 72% 36%, rgba(0, 168, 255, 0.26), transparent 12rem),
    linear-gradient(140deg, rgba(10, 77, 255, 0.74), rgba(5, 5, 5, 0.94)),
    url("https://images.unsplash.com/photo-1582719471384-894fbb16e074?auto=format&fit=crop&w=1000&q=80");
  background-position: center;
  background-size: cover;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-grid div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.detail-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-grid strong {
  display: block;
  margin-top: 5px;
}

.detail-copy {
  color: var(--muted);
  line-height: 1.65;
}

.research-specs {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid rgba(0, 168, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(10, 77, 255, 0.08);
}

.research-specs h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-family: Orbitron, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.research-specs ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.research-specs li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
}

.research-specs strong {
  color: var(--white);
  text-align: right;
}

.admin-only-page {
  min-height: 100vh;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 540px);
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 56px);
  background: var(--black);
  color: var(--white);
}

.site-footer p {
  color: #c7d7ee;
  line-height: 1.6;
}

@media (max-width: 1120px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .lab-panel {
    max-height: none;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .product-detail,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .shop-command-row {
    grid-template-columns: 1fr;
  }

  .process-grid,
  .policy-grid,
  .lookup-record,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .lookup-input-row {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 220px;
  }
}

@media (max-width: 620px) {
  .age-gate {
    padding: 12px;
  }

  .age-gate-actions {
    grid-template-columns: 1fr;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 168px;
  }

  .hero-logo {
    width: 100%;
  }

  .hero h1 {
    font-size: 40px;
  }

  .product-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .product-card-footer,
  .specimen-card {
    align-items: start;
    flex-direction: column;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .section-band,
  .content-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
