:root {
  --navy: #0c0247;
  --orange: #dd8410;
  --white: #FFFFFF;
  --yellow: #f6efe2;
  --blue: #f7f7fb;
  --deep: #0c0247;
  --ink: #0c0247;
  --muted: #6a6488;
  --line: #e4dfef;
  --cream: #faf6ef;
  --soft-shadow: 0 10px 28px rgba(12, 2, 71, .08);
  --round: 14px;
  --navy-2: var(--navy);
  --orange-dark: var(--deep);
  --cream-2: var(--yellow);
  --ice: var(--blue);
  --soft-line: var(--line);
  --shadow-sm: var(--soft-shadow);
  --shadow-md: 0 18px 45px rgba(12, 2, 71, .12);
  --radius-sm: var(--round);
  --radius-md: var(--round);
  --radius-lg: var(--round);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
p { margin: 0; color: var(--muted); line-height: 1.65; }
h1, h2, h3 {
  margin: 0;
  color: var(--navy);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.home-hero h1,
.page-hero h1,
.catalog-heading h2,
.proof-header h2,
.section-heading h2,
.faq-clean > h2,
.gate-card h1 {
  font-family: "Zilla Slab", Georgia, serif;
  font-weight: 700;
}

.announcement {
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 6px 18px;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff;
  text-align: center;
  font-size: .82rem;
  font-weight: 600;
}
.announcement strong,
.announcement .pill { color: var(--orange); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 72px;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.brand {
  width: clamp(190px, 18vw, 260px);
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.brand-logo { width: 100%; height: auto; }
.brand-fallback { display: none; }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: rgba(255,255,255,.84);
  font-size: .88rem;
  font-weight: 600;
}
.nav-links a,
.footer a {
  transition: color .18s ease, opacity .18s ease;
}
.nav-links a:hover,
.footer a:hover { color: #fff; }
.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.button,
.cart-button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover,
.cart-button:hover { transform: translateY(-1px); }
.button-primary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 12px 24px rgba(12, 2, 71, .18);
}
.button-primary:hover { background: var(--navy); }
.nav-actions .button-primary {
  background: var(--navy);
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 12px 24px rgba(12, 2, 71, .18);
}
.nav-actions .button-primary:hover {
  background: var(--navy);
}
.button-secondary {
  background: #fff;
  color: var(--navy);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.button-wide { width: 100%; }
.cart-button {
  background: rgba(255,255,255,.08);
  color: #fff;
  padding-inline: 14px;
}
.cart-count {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
}

.section {
  width: min(100% - 56px, 1180px);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) 0;
}
.eyebrow,
.mini-label,
.home-hero-eyebrow,
.product-category {
  margin: 0;
  color: var(--orange);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lead {
  max-width: 680px;
  margin: 16px auto 0;
  font-size: 1.02rem;
}
.fine-print {
  color: var(--muted);
  font-size: .78rem;
}

.home-hero {
  background:
    radial-gradient(circle at 74% 50%, rgba(221,132,16,.10), transparent 34%),
    linear-gradient(135deg, #fff 0%, var(--ice) 100%);
  border-bottom: 1px solid var(--line);
}
.home-hero-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(66px, 8vw, 108px) 28px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .8fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}
.home-hero-copy {
  max-width: 640px;
}
.home-hero h1 {
  margin-top: 16px;
  color: var(--navy);
  font-size: clamp(3.1rem, 5.8vw, 5.9rem);
  line-height: .94;
  letter-spacing: -.02em;
}
.home-hero h1 mark {
  background: transparent;
  color: var(--orange);
}
.hero-orange {
  color: var(--orange);
}
.home-hero-subhead {
  max-width: 52ch;
  margin-top: 22px;
  color: #344054;
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.home-hero .fine-print {
  margin-top: 18px;
}
.hero-microcopy {
  margin-top: 16px;
  color: var(--navy);
  font-size: .86rem;
  font-weight: 700;
}
.hero-visual {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-vial-stage {
  width: min(100%, 480px);
  min-height: 420px;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-vial {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(12,2,71,.22));
}
.hero-vial-main {
  z-index: 2;
  width: min(56%, 250px);
  transform: translate(28px, -10px);
}
.hero-vial-side {
  z-index: 1;
  width: min(42%, 180px);
  opacity: .64;
  transform: translate(-118px, 30px) scale(.92);
}
.hero-vial-stage::before {
  content: "";
  position: absolute;
  inset: 56px 12px 28px;
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: inset 0 0 60px rgba(12,2,71,.04), var(--shadow-md);
}
.coa-preview-card {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 20px;
  width: min(82%, 305px);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.95);
  box-shadow: 0 24px 50px rgba(12,2,71,.14);
  transform: rotate(-2deg);
}
.coa-preview-card p {
  color: var(--orange);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.coa-preview-card h2 {
  margin-top: 8px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
}
.coa-preview-card dl { margin: 16px 0 0; }
.coa-preview-card div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}
.coa-preview-card dt,
.coa-preview-card dd {
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
}
.coa-preview-card dd {
  color: var(--navy);
  font-weight: 800;
}
.coa-preview-card footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: .82rem;
  font-weight: 800;
}
.coa-preview-card footer span {
  color: var(--orange);
}

.trust-strip {
  width: 100%;
  min-height: 64px;
  padding: 16px max(28px, calc((100vw - 1180px) / 2 + 28px));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 30px;
  background: var(--navy);
  color: rgba(255,255,255,.9);
}
.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .84rem;
  font-weight: 700;
  white-space: nowrap;
}
.trust-strip svg {
  width: 18px;
  height: 18px;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catalog-section {
  padding: clamp(52px, 7vw, 84px) max(28px, calc((100vw - 1180px) / 2 + 28px));
  background: #fff;
}
.catalog-heading,
.section-heading,
.proof-header {
  text-align: center;
}
.catalog-heading {
  margin: 0 auto 26px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}
.catalog-heading h2,
.section-heading h2,
.proof-header h2,
.faq-clean > h2 {
  margin-top: 8px;
  font-size: clamp(1.9rem, 3.1vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: -.015em;
}
.catalog-heading p,
.section-heading .lead,
.proof-header p,
.faq-subtitle {
  margin-top: 8px;
  color: var(--muted);
}
.product-scroll {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.image-product-card,
.catalog-product,
.guide-grid article,
.bento-grid article,
.gate-card,
.coa-sidebar,
.coa-panel,
.coa-lot-row,
.coa-modal {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.image-product-card,
.catalog-product {
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.image-product-card:hover,
.catalog-product:hover {
  transform: translateY(-2px);
  border-color: rgba(12,2,71,.15);
  box-shadow: 0 16px 34px rgba(12, 2, 71, .10);
}
.product-shot,
.pack-product-shot {
  min-height: 250px;
  max-height: none;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at center, rgba(221, 132, 16, .08), transparent 58%),
    #fff;
}
.product-shot img,
.pack-product-shot img {
  max-width: 88%;
  max-height: 235px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(12, 2, 71, .16));
}
.card-info {
  padding: 20px 22px 22px;
  display: grid;
  gap: 8px;
  border-top: 0;
}
.image-product-card .variant-select {
  display: none;
}
.product-category {
  font-size: .72rem;
  letter-spacing: .12em;
}
.card-info h3,
.catalog-product h2 {
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}
.card-info span:not(.product-badge),
.product-card-meta span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}
.product-badge,
.product-card-meta span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: var(--cream);
  color: var(--navy);
  border: 1px solid var(--soft-line);
  font-size: .7rem;
  font-weight: 800;
}
.card-info .button,
.catalog-product-foot .button {
  min-height: 38px;
  padding-inline: 14px;
  font-size: .82rem;
  box-shadow: none;
}
.product-status {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .86rem;
}
.product-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 8px;
}
.product-price-row strong {
  display: block;
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}
.product-price-row span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
}
.product-add-circle,
.quick-add {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 10px 20px rgba(12, 2, 71, .16);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .18s ease, background .18s ease;
}
.product-add-circle:hover,
.quick-add:hover {
  transform: translateY(-1px);
  background: var(--navy);
  color: #fff;
}

.trust-proof-section {
  padding: clamp(62px, 8vw, 96px) max(28px, calc((100vw - 1180px) / 2 + 28px));
  background: var(--ice);
}
.proof-header {
  max-width: 700px;
  margin: 0 auto;
}
.proof-grid {
  position: relative;
  max-width: 1060px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.proof-card {
  position: relative;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.proof-number {
  display: block;
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 800;
}
.proof-card h3,
.bento-grid h3,
.guide-grid h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.02rem;
}
.proof-card p,
.bento-grid p,
.guide-grid p {
  font-size: .92rem;
}
.proof-cta {
  margin-top: 34px;
  text-align: center;
}

.bac-strip {
  position: relative;
  overflow: visible;
  padding: 0 28px;
  background: var(--cream);
  border-top: 1px solid var(--soft-line);
  border-bottom: 1px solid var(--soft-line);
}
.bac-bar {
  position: relative;
  width: min(100%, 1080px);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
  overflow: visible;
}
.bac-image-wrap {
  position: relative;
  flex: 0 0 150px;
  height: 86px;
  overflow: visible;
}
.bac-image-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-height: 145px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 16px 22px rgba(12, 2, 71, .16));
}
.bac-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
  align-content: center;
}
.bac-copy p {
  margin: 0;
  color: var(--orange);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.bac-copy strong {
  display: block;
  color: var(--navy);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 800;
  line-height: 1.25;
}
.bac-copy span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
}

.why-gmp-section {
  padding: clamp(58px, 7vw, 90px) max(28px, calc((100vw - 1180px) / 2 + 28px));
  background: var(--cream);
}
.bento-grid,
.guide-grid {
  max-width: 1060px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.bento-grid article,
.guide-grid article {
  padding: 24px;
}
.bento-grid svg { display: none; }
.guide-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-clean {
  padding: clamp(58px, 7vw, 88px) 28px;
  background: #fff;
  text-align: center;
}
.faq-page-list {
  padding-top: 0;
}
.accordion {
  width: min(100%, 860px);
  margin: 26px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
  text-align: left;
}
.accordion details + details {
  border-top: 1px solid var(--line);
}
.accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: var(--navy);
  font-size: .98rem;
  font-weight: 800;
  cursor: pointer;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}
.accordion details[open] summary svg { transform: rotate(180deg); }
.accordion p {
  max-width: 720px;
  padding: 0 24px 24px;
  font-size: .94rem;
}

.page-hero {
  padding: clamp(48px, 6vw, 78px) 28px;
  background: #fff;
  text-align: center;
}
.page-hero h1 {
  margin-top: 12px;
  font-size: clamp(2.35rem, 4.4vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -.015em;
}
.products-hero {
  background: linear-gradient(135deg, #fff, var(--ice));
  border-bottom: 1px solid var(--line);
}
.catalog-grid {
  width: min(100% - 56px, 1180px);
  padding-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.catalog-product {
  min-height: 100%;
  padding: 18px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  gap: 11px;
}
.catalog-product .pack-product-shot {
  min-height: 242px;
  max-height: 270px;
  margin: -18px -18px 2px;
  border-bottom: 1px solid var(--line);
}
.catalog-product .pack-product-shot img {
  max-height: 240px;
}
.catalog-product p:not(.product-category) {
  color: var(--muted);
  font-size: .9rem;
}
.variant-select {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.variant-select select {
  width: 100%;
  min-height: 42px;
  appearance: none;
  padding: 0 38px 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(45deg, transparent 50%, var(--navy) 50%),
    linear-gradient(135deg, var(--navy) 50%, transparent 50%),
    #fff;
  background-position:
    calc(100% - 18px) 18px,
    calc(100% - 13px) 18px,
    0 0;
  background-size: 5px 5px, 5px 5px, 100% 100%;
  background-repeat: no-repeat;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.product-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.catalog-product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  align-self: end;
}
.catalog-product-foot strong {
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 800;
}
.catalog-product-foot .button {
  min-width: 112px;
}
.product-card-meta a {
  color: var(--orange);
  font-size: .78rem;
  font-weight: 800;
}
.product-placeholder {
  background: var(--navy);
  color: #fff;
  text-align: center;
}
.product-placeholder strong {
  display: block;
  color: #fff;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1;
}
.product-placeholder span {
  display: block;
  margin-top: 8px;
  color: var(--orange);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.storage-guide {
  width: 100%;
  max-width: none;
  padding-inline: max(28px, calc((100vw - 1180px) / 2 + 28px));
  background: var(--ice);
}
.storage-guide .guide-grid {
  grid-template-columns: repeat(3, 1fr);
}

.coa-page {
  background: var(--ice);
  padding-bottom: clamp(54px, 7vw, 88px);
}
.coa-hero { background: var(--ice); }
.coa-lookup-shell {
  width: min(100% - 56px, 1060px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.coa-sidebar {
  width: 232px;
  flex-shrink: 0;
  padding: 8px;
}
.coa-sidebar-item {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 11px 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: transparent;
  text-align: left;
}
.coa-sidebar-item strong {
  color: var(--navy);
  font-size: .92rem;
}
.coa-sidebar-item small {
  color: var(--muted);
  font-size: .75rem;
}
.coa-sidebar-item.active {
  background: var(--navy);
}
.coa-sidebar-item.active strong { color: #fff; }
.coa-sidebar-item.active small { color: rgba(255,255,255,.68); }
.coa-panel {
  flex: 1;
  padding: 26px;
}
.coa-panel-header {
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.coa-panel-header h2,
.coa-modal h2 {
  font-size: 1.3rem;
}
.coa-panel-header p,
.coa-modal-top p {
  margin-top: 4px;
  color: var(--muted);
  font-size: .84rem;
}
.coa-lot-row {
  margin-bottom: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: none;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.coa-lot-row:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 22px rgba(221,132,16,.08);
}
.ti-file-certificate::before,
.ti-file-type-pdf::before,
.ti-x::before {
  display: inline-block;
  color: var(--orange);
  font-weight: 900;
}
.ti-file-certificate::before { content: "COA"; font-size: .75rem; letter-spacing: .08em; }
.ti-file-type-pdf::before { content: "PDF"; font-size: 1rem; letter-spacing: .08em; }
.ti-x::before { content: "×"; color: var(--muted); font-size: 1.4rem; line-height: 1; }
.coa-lot-info {
  flex: 1;
  min-width: 170px;
}
.coa-lot-info strong {
  color: var(--navy);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .82rem;
}
.coa-lot-info small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
}
.coa-purity {
  min-width: 74px;
  text-align: center;
}
.coa-purity strong {
  display: block;
  color: var(--navy);
  font-size: 1.06rem;
}
.coa-purity span {
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.coa-chip {
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .72rem;
  font-weight: 800;
}
.coa-chip-identity { background: #EAF3DE; color: #3B6D11; }
.coa-chip-status { background: #E6F1FB; color: #185FA5; }
.coa-view-button {
  min-height: 36px;
  padding-inline: 16px;
  font-size: .82rem;
  box-shadow: none;
}
.coa-modal-overlay[hidden] { display: none; }
.coa-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 2, 71, .58);
}
.coa-modal {
  width: min(90vw, 720px);
  padding: 28px;
  box-shadow: 0 24px 60px rgba(12, 2, 71, .24);
}
.coa-modal-top,
.coa-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.coa-modal-close {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
.coa-modal-metrics {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.coa-modal-metrics div {
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  background: var(--ice);
}
.coa-modal-metrics span {
  display: block;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.coa-modal-metrics strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: .9rem;
}
.coa-pdf-preview {
  height: 380px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--blue);
  text-align: center;
}
.coa-pdf-preview span {
  display: block;
  margin-bottom: 8px;
}
.coa-modal-footer {
  margin-top: 18px;
}

.footer {
  padding: 52px max(28px, calc((100vw - 1180px) / 2 + 28px));
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(160px, .7fr));
  gap: 44px;
  background: var(--navy);
  color: rgba(255,255,255,.66);
}
.footer .brand {
  width: min(100%, 250px);
  margin-bottom: 14px;
}
.footer-brand-line {
  display: block;
  margin: -4px 0 12px;
  color: rgba(255,255,255,.78);
  font-size: .84rem;
  font-weight: 800;
}
.footer p {
  max-width: 420px;
  color: rgba(255,255,255,.65);
  font-size: .82rem;
}
.footer h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.footer a {
  display: block;
  margin: 8px 0;
  color: rgba(255,255,255,.65);
  font-size: .88rem;
}
.footer-bottom {
  padding: 18px max(28px, calc((100vw - 1180px) / 2 + 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.45);
  font-size: .76rem;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  justify-content: flex-end;
  background: rgba(12, 2, 71, .38);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.cart-drawer.open {
  opacity: 1;
  pointer-events: auto;
}
.cart-panel {
  width: min(100%, 390px);
  min-height: 100%;
  padding: 26px;
  background: #fff;
  box-shadow: -20px 0 50px rgba(12, 2, 71, .2);
}
.cart-close {
  float: right;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  color: var(--navy);
  font-weight: 800;
}
.cart-panel h2 {
  margin: 8px 0 24px;
  font-size: 1.45rem;
}
.cart-item {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}
.cart-item strong { color: var(--navy); }
.cart-item p { font-size: .84rem; }
.cart-item button {
  border: 0;
  background: transparent;
  color: var(--orange);
  font-weight: 800;
}
.cart-total {
  margin: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  font-weight: 800;
}
.policy-page {
  background: var(--cream);
}
.policy-hero {
  padding: clamp(56px, 8vw, 88px) 28px 40px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(221, 132, 16, .08), transparent 34%),
    #fff;
  border-bottom: 1px solid var(--line);
}
.policy-kicker {
  margin: 0 0 12px;
  color: var(--orange);
  font-family: Inter, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.policy-hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.75rem);
  line-height: .96;
}
.policy-hero p {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}
.policy-updated {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  color: var(--navy);
  font-size: .78rem;
  font-weight: 700;
}
.policy-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 56px 28px 84px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: start;
}
.policy-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--round);
  background: #fff;
  box-shadow: var(--soft-shadow);
}
.policy-sidebar a {
  display: block;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
}
.policy-sidebar a:hover {
  background: var(--cream);
  color: var(--navy);
}
.policy-document {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--round);
  background: #fff;
  box-shadow: var(--soft-shadow);
}
.policy-document section + section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.policy-document h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
}
.policy-document p,
.policy-document li {
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.75;
}
.policy-document p {
  margin: 0 0 14px;
}
.policy-document ul {
  margin: 12px 0 0;
  padding-left: 1.2rem;
}
.policy-callout {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--orange);
  border-radius: 12px;
  background: var(--cream);
}
.policy-callout strong {
  color: var(--navy);
}

.checkout-page,
.payment-page {
  background: var(--cream);
}
.checkout-hero {
  padding: clamp(48px, 7vw, 76px) 28px 36px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.checkout-hero h1,
.payment-card h1 {
  margin: 0;
  color: var(--navy);
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: .98;
}
.checkout-hero p:not(.policy-kicker) {
  max-width: 640px;
  margin: 16px auto 0;
}
.checkout-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 56px 28px 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}
.checkout-form-card,
.checkout-summary-card,
.payment-card,
.payment-method-card {
  border: 1px solid var(--line);
  border-radius: var(--round);
  background: #fff;
  box-shadow: var(--soft-shadow);
}
.checkout-form-card {
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  gap: 34px;
}
.checkout-summary-card {
  position: sticky;
  top: 110px;
  padding: 26px;
}
.checkout-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.checkout-field {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 800;
}
.checkout-field-wide {
  grid-column: 1 / -1;
}
.checkout-field input,
.checkout-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--navy);
  padding: 12px 14px;
  font-size: .95rem;
  font-weight: 600;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.checkout-field textarea {
  resize: vertical;
  min-height: 92px;
}
.checkout-field input:focus,
.checkout-field textarea:focus {
  border-color: rgba(12, 2, 71, .35);
  box-shadow: 0 0 0 4px rgba(12, 2, 71, .06);
}
.checkout-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.checkout-attestation {
  display: grid;
  gap: 12px;
}
.checkout-attestation label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--round);
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}
.checkout-attestation input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--navy);
}
.checkout-attestation a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.checkout-error {
  padding: 13px 15px;
  border: 1px solid rgba(221,132,16,.25);
  border-radius: var(--round);
  background: var(--cream);
  color: var(--navy);
  font-size: .88rem;
  font-weight: 700;
}
.checkout-summary-line {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}
.checkout-summary-line strong {
  display: block;
  color: var(--navy);
  font-size: .95rem;
}
.checkout-summary-line span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
}
.checkout-summary-line b {
  color: var(--navy);
  white-space: nowrap;
}
.checkout-total,
.payment-total {
  margin: 20px 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--navy);
  font-weight: 800;
}
.checkout-total strong,
.payment-total strong {
  font-size: 1.25rem;
}
.checkout-summary-card [data-checkout-empty] {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.payment-page {
  padding: clamp(48px, 8vw, 84px) 28px;
}
.payment-card {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  text-align: center;
}
.payment-card > p {
  max-width: 590px;
  margin: 16px auto 0;
}
.order-number-pill {
  width: fit-content;
  margin: 24px auto 0;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  color: var(--navy);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 800;
}
.payment-method-list {
  margin: 24px 0;
  display: grid;
  gap: 12px;
  text-align: left;
}
.payment-method-card {
  padding: 18px;
}
.payment-method-card strong {
  color: var(--navy);
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 1.08rem;
}
.payment-method-card p {
  margin-top: 8px;
  font-size: .9rem;
}

.gate-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 20%, rgba(221, 132, 16, .10), transparent 28%),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, .06), transparent 30%),
    var(--navy);
}
.gate-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 56px);
}
.gate-card {
  width: min(100%, 540px);
  padding: clamp(34px, 4vw, 48px);
  border: 1px solid rgba(228, 223, 239, .95);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  text-align: center;
}
.brand-centered {
  width: min(100%, 300px);
  min-height: auto;
  margin: 0 auto 28px;
  padding: 14px 18px;
  border-radius: var(--round);
  background: var(--navy);
  box-shadow: 0 14px 32px rgba(12, 2, 71, .20);
}
.gate-card .brand-logo {
  width: 100%;
  height: auto;
}
.gate-card .eyebrow {
  color: var(--orange);
  font-family: Inter, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gate-card h1 {
  max-width: 420px;
  margin: 0 auto;
  color: var(--navy);
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 3.3rem);
  line-height: .98;
}
.gate-card .lead {
  max-width: 430px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.6;
}
.verify-form {
  display: grid;
  gap: 12px;
  margin: 28px 0 18px;
  text-align: left;
}
.check-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--round);
  background: #fff;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.4;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.check-row:hover {
  border-color: rgba(12, 2, 71, .22);
  box-shadow: 0 10px 24px rgba(12, 2, 71, .06);
}
.check-row input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--navy);
}
.check-row strong {
  color: var(--navy);
  font-weight: 800;
}
#enter-site,
.verify-form .button-primary {
  min-height: 48px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 14px 28px rgba(12, 2, 71, .18);
}
#enter-site:disabled {
  background: #9c98ad;
  color: #fff;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
  opacity: 1;
}
#enter-site:not(:disabled):hover {
  background: var(--navy);
  opacity: .92;
  transform: translateY(-1px);
}
.gate-tagline {
  margin: 18px 0 0;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gate-card .fine-print {
  max-width: 440px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.55;
}
.gate-legal-links {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.gate-legal-links a {
  color: var(--navy);
  font-size: .76rem;
  font-weight: 800;
}
.button:disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 860px) {
  .policy-shell {
    grid-template-columns: 1fr;
    padding: 38px 20px 64px;
  }
  .policy-sidebar {
    position: static;
  }
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding-block: 16px;
  }
  .nav-links {
    grid-row: 2;
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
  }
  .nav-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .home-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .home-hero-copy {
    max-width: 760px;
    margin: 0 auto;
  }
  .home-hero-subhead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual {
    min-height: 340px;
  }
  .hero-vial-stage {
    min-height: 340px;
  }
  .product-scroll,
  .bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-grid,
  .storage-guide .guide-grid,
  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .coa-lookup-shell {
    flex-direction: column;
  }
  .coa-sidebar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .footer {
    grid-template-columns: 1fr 1fr;
  }
  .footer > div:first-child {
    grid-column: 1 / -1;
  }
  .policy-shell {
    grid-template-columns: 1fr;
    padding: 38px 20px 64px;
  }
  .policy-sidebar {
    position: static;
  }
}

@media (max-width: 620px) {
  .announcement {
    font-size: .72rem;
  }
  .nav {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 14px 18px;
  }
  .brand {
    width: min(42vw, 190px);
    min-height: 38px;
  }
  .nav-links {
    grid-column: 1 / -1;
    justify-content: center;
    gap: 20px;
    width: 100%;
    font-size: .82rem;
  }
  .nav-actions {
    justify-self: end;
    gap: 8px;
  }
  .cart-button,
  .nav-actions .button {
    min-height: 36px;
    padding-inline: 12px;
    font-size: .8rem;
  }
  .nav-actions .button { padding-inline: 15px; }
  .home-hero-inner {
    padding: 48px 22px;
  }
  .home-hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.45rem);
  }
  .home-hero-subhead {
    font-size: .98rem;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-visual {
    display: none;
  }
  .trust-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 16px 20px;
  }
  .trust-strip span {
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: .76rem;
  }
  .catalog-section,
  .trust-proof-section,
  .why-gmp-section,
  .bac-strip,
  .storage-guide {
    padding: 46px 20px;
  }
  .bac-strip {
    padding: 18px 20px;
  }
  .catalog-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }
  .catalog-heading h2,
  .section-heading h2,
  .proof-header h2,
  .faq-clean > h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  .product-scroll,
  .catalog-grid,
  .bento-grid,
  .guide-grid,
  .storage-guide .guide-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .product-shot,
  .pack-product-shot {
    min-height: 185px;
    max-height: 210px;
  }
  .product-shot img,
  .pack-product-shot img {
    max-height: 180px;
  }
  .bac-bar {
    min-height: auto;
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
  }
  .bac-image-wrap {
    flex: none;
    height: 86px;
  }
  .bac-image-wrap img {
    max-height: 120px;
  }
  .bac-copy strong {
    font-size: 1rem;
  }
  .proof-card,
  .bento-grid article,
  .guide-grid article {
    padding: 20px;
  }
  .page-hero {
    padding: 44px 22px;
  }
  .page-hero h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }
  .catalog-grid {
    width: calc(100% - 40px);
    padding-top: 30px;
  }
  .faq-clean {
    padding: 44px 20px;
  }
  .faq-page-list {
    padding-top: 0;
  }
  .accordion summary {
    padding: 18px 18px;
  }
  .accordion p {
    padding: 0 18px 20px;
  }
  .coa-lookup-shell {
    width: calc(100% - 40px);
  }
  .coa-sidebar {
    grid-template-columns: 1fr;
  }
  .coa-panel {
    padding: 20px;
  }
  .coa-lot-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .coa-view-button,
  .coa-modal-footer .button {
    width: 100%;
  }
  .coa-modal {
    padding: 20px;
  }
  .coa-modal-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .coa-pdf-preview {
    height: 300px;
  }
  .coa-modal-footer {
    flex-direction: column;
  }
  .footer {
    padding: 40px 20px;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .footer > div:first-child {
    grid-column: 1 / -1;
  }
  .footer h3 {
    margin-bottom: 10px;
    font-size: .82rem;
  }
  .footer a {
    margin: 7px 0;
    font-size: .82rem;
  }
  .footer-bottom {
    padding: 16px 20px;
    justify-content: flex-end;
  }
  .footer-bottom span:not(:last-child) {
    display: none;
  }
  .checkout-shell {
    grid-template-columns: 1fr;
    padding: 38px 20px 64px;
  }
  .checkout-summary-card {
    position: static;
  }
  .gate-card {
    padding: 30px 20px;
  }
  .brand-centered {
    width: min(88vw, 300px);
  }
}

@media (max-width: 560px) {
  .policy-hero {
    padding: 44px 20px 32px;
  }
  .policy-document {
    padding: 24px 20px;
  }
  .checkout-hero {
    padding: 42px 20px 30px;
  }
  .checkout-grid {
    grid-template-columns: 1fr;
  }
  .checkout-form-card,
  .checkout-summary-card,
  .payment-card {
    padding: 22px 18px;
  }
  .payment-page {
    padding: 36px 18px;
  }
  .gate-shell {
    padding: 18px;
  }
  .gate-card {
    padding: 30px 22px;
    border-radius: 20px;
  }
  .gate-card .brand,
  .brand-centered {
    width: min(100%, 260px);
    margin-bottom: 24px;
  }
  .gate-card h1 {
    font-size: 2.35rem;
  }
  .check-row {
    padding: 14px;
    font-size: .88rem;
  }
}
