/*
Theme Name: Bolt Peptide Child
Theme URI: https://boltpeptide.com
Description: Bolt Peptide brand styling layer for Elementor and WooCommerce.
Author: Bolt Research LLC
Template: hello-elementor
Version: 0.3.2
Text Domain: bolt-peptide-child
*/

:root {
  --bp-blue: #224458;
  --bp-blue-2: #163142;
  --bp-blue-3: #0f2633;
  --bp-accent: #269823;
  --bp-accent-2: #46b847;
  --bp-neutral: #f5fff1;
  --bp-white: #ffffff;
  --bp-ice: #eef6f5;
  --bp-ink: #11181d;
  --bp-muted: #60727b;
  --bp-border: #dce8e5;
  --bp-border-dark: rgba(255, 255, 255, 0.18);
  --bp-radius: 8px;
  --bp-shadow: 0 18px 48px rgba(17, 24, 29, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html body {
  background: var(--bp-white);
  color: var(--bp-ink);
  font-family: "IBM Plex Sans", Inter, Arial, sans-serif !important;
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: "IBM Plex Sans", Inter, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
  color: var(--bp-ink);
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif !important;
  font-weight: 760;
  letter-spacing: 0;
}

a {
  color: var(--bp-blue);
}

a:hover,
a:focus {
  color: var(--bp-accent);
}

img {
  height: auto;
  max-width: 100%;
}

.bp-wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 clamp(18px, 4vw, 40px);
}

.bp-page {
  overflow: hidden;
}

.bp-announcement {
  background: var(--bp-blue);
  color: var(--bp-white);
  font-size: 0.88rem;
  font-weight: 650;
  padding: 9px 16px;
  text-align: center;
}

.bp-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--bp-border);
  position: sticky;
  top: 0;
  z-index: 90;
}

.admin-bar .bp-site-header {
  top: 32px;
}

.bp-header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 78px;
}

.bp-brand {
  align-items: center;
  color: var(--bp-blue);
  display: inline-flex;
  gap: 11px;
  text-decoration: none;
}

.bp-brand:hover,
.bp-brand:focus {
  color: var(--bp-blue);
}

.bp-brand-icon {
  display: inline-flex;
  filter: drop-shadow(0 10px 18px rgba(34, 68, 88, 0.12));
  height: 42px;
  width: 42px;
}

.bp-brand-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.bp-wordmark {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.bp-wordmark-main {
  color: var(--bp-blue);
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.26rem;
  font-weight: 820;
  letter-spacing: 0.05em;
}

.bp-wordmark-sub {
  color: var(--bp-muted);
  font-family: "IBM Plex Sans", Inter, Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.bp-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: flex-end;
}

.bp-nav a {
  color: var(--bp-ink);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.bp-nav a:hover {
  color: var(--bp-accent);
}

.bp-cart-link {
  background: var(--bp-blue);
  border-radius: var(--bp-radius);
  color: var(--bp-white) !important;
  padding: 10px 14px;
}

.bp-cart-link:hover {
  background: var(--bp-accent);
  color: var(--bp-white) !important;
}

.bp-section {
  padding: clamp(48px, 7vw, 96px) 0;
}

.bp-hero-animate {
  background:
    linear-gradient(180deg, rgba(245, 255, 241, 0.72) 0%, rgba(255, 255, 255, 1) 52%),
    var(--bp-white);
  min-height: 680px;
  padding: clamp(44px, 6vw, 82px) 0 clamp(30px, 5vw, 72px);
}

.bp-hero-layout {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4.5vw, 64px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
}

.bp-hero-copy {
  max-width: 590px;
}

.bp-hero-copy h1,
.bp-page h1 {
  color: var(--bp-blue);
  font-size: clamp(2.55rem, 6vw, 5.55rem);
  line-height: 0.96;
  margin: 0 0 22px;
}

.bp-hero-copy p {
  color: #394950;
  font-size: clamp(1.06rem, 1.6vw, 1.25rem);
  line-height: 1.68;
  margin: 0 0 28px;
  max-width: 560px;
}

.bp-action-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bp-button,
.bp-button-secondary {
  align-items: center;
  border-radius: var(--bp-radius);
  display: inline-flex;
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 760;
  gap: 9px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  text-decoration: none;
}

.bp-button {
  background: var(--bp-blue);
  border: 1px solid var(--bp-blue);
  color: var(--bp-white);
}

.bp-button:hover {
  background: var(--bp-accent);
  border-color: var(--bp-accent);
  color: var(--bp-white);
}

.bp-button-secondary {
  background: var(--bp-white);
  border: 1px solid var(--bp-border);
  color: var(--bp-blue);
}

.bp-button-secondary:hover {
  background: var(--bp-neutral);
  border-color: rgba(38, 152, 35, 0.38);
  color: var(--bp-blue);
}

.bp-proof-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  max-width: 620px;
}

.bp-proof-item {
  align-items: center;
  background: var(--bp-white);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  color: var(--bp-blue);
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 9px;
  min-height: 46px;
  padding: 10px 12px;
  box-shadow: 0 8px 22px rgba(34, 68, 88, 0.06);
}

.bp-proof-item svg {
  color: var(--bp-accent);
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.bp-motion-stage {
  background:
    linear-gradient(135deg, rgba(34, 68, 88, 1) 0%, rgba(15, 38, 51, 1) 100%);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(17, 24, 29, 0.2);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.bp-motion-stage::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  inset: 0;
  opacity: 0.18;
  position: absolute;
}

.bp-stage-lightning {
  height: 260px;
  opacity: 0.7;
  position: absolute;
  right: 28px;
  top: 24px;
  width: 210px;
}

.bp-stage-lightning path {
  animation: bp-lightning-pulse 3.8s ease-in-out infinite;
  fill: none;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.5));
  stroke: rgba(255, 255, 255, 0.9);
  stroke-linejoin: round;
  stroke-width: 7;
}

.bp-molecule {
  inset: 0;
  opacity: 0.62;
  pointer-events: none;
  position: absolute;
}

.bp-molecule svg {
  height: 100%;
  width: 100%;
}

.bp-molecule line,
.bp-molecule path {
  stroke: rgba(255, 255, 255, 0.38);
  stroke-width: 2;
}

.bp-molecule circle {
  animation: bp-particle-pulse 4.2s ease-in-out infinite;
  fill: rgba(255, 255, 255, 0.78);
}

.bp-molecule circle:nth-of-type(2n) {
  animation-delay: 0.8s;
  fill: rgba(70, 184, 71, 0.82);
}

.bp-stage-platform {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(232, 240, 240, 0.98));
  border-radius: 50%;
  bottom: -48px;
  height: 160px;
  left: 13%;
  position: absolute;
  right: 8%;
  box-shadow: 0 -12px 38px rgba(0, 0, 0, 0.12);
}

.bp-vial {
  animation: bp-float 6.4s ease-in-out infinite;
  bottom: 58px;
  position: absolute;
  transform: translateY(0) scale(var(--bp-vial-scale, 1));
  transform-origin: 50% 100%;
  width: 150px;
  z-index: 3;
}

.bp-vial--primary {
  left: 41%;
  --bp-vial-scale: 1;
  width: 182px;
}

.bp-vial--secondary {
  animation-delay: 0.7s;
  left: 18%;
  --bp-vial-scale: 0.84;
}

.bp-vial--tertiary {
  animation-delay: 1.15s;
  left: 68%;
  --bp-vial-scale: 0.78;
}

.bp-vial-cap {
  background: linear-gradient(180deg, #31586b 0%, #102c3b 100%);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 14px 14px 5px 5px;
  height: 52px;
  margin: 0 auto -10px;
  position: relative;
  width: 78%;
  z-index: 2;
}

.bp-vial-cap::after {
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.24) 0 2px,
    transparent 2px 7px
  );
  content: "";
  inset: 8px 10px;
  opacity: 0.42;
  position: absolute;
}

.bp-vial-glass {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.12) 18%, rgba(255, 255, 255, 0.35) 34%, rgba(255, 255, 255, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(218, 232, 235, 0.34));
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 26px 26px 22px 22px;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.42), 0 24px 48px rgba(0, 0, 0, 0.25);
  height: 330px;
  overflow: hidden;
  padding: 94px 15px 22px;
  position: relative;
}

.bp-vial-glass::before {
  background: rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  content: "";
  height: 86px;
  left: 18px;
  position: absolute;
  top: 42px;
  width: 32px;
}

.bp-vial-powder {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(230, 239, 239, 0.9)),
    var(--bp-white);
  bottom: 18px;
  height: 56px;
  left: 16px;
  position: absolute;
  right: 16px;
}

.bp-vial-label {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(34, 68, 88, 0.14);
  border-radius: 7px;
  color: var(--bp-ink);
  min-height: 170px;
  padding: 13px 11px 10px;
  position: relative;
  text-align: left;
  z-index: 1;
}

.bp-mini-logo {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.bp-mini-mark {
  background: var(--bp-blue);
  border-radius: 6px;
  color: var(--bp-white);
  display: inline-grid;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 860;
  height: 28px;
  line-height: 1;
  place-items: center;
  position: relative;
  width: 28px;
}

.bp-mini-mark::after {
  background: var(--bp-white);
  clip-path: polygon(56% 0, 28% 47%, 48% 47%, 34% 100%, 76% 36%, 55% 36%);
  content: "";
  height: 26px;
  left: 7px;
  position: absolute;
  top: 1px;
  width: 15px;
}

.bp-mini-text strong {
  color: var(--bp-blue);
  display: block;
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 820;
  letter-spacing: 0.04em;
}

.bp-mini-text span {
  color: var(--bp-muted);
  display: block;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.bp-vial-name {
  color: var(--bp-blue);
  display: block;
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 820;
  line-height: 1.08;
}

.bp-vial-unit {
  color: var(--bp-ink);
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  margin-top: 4px;
}

.bp-vial-rule {
  background: linear-gradient(90deg, var(--bp-blue), var(--bp-accent));
  display: block;
  height: 3px;
  margin: 10px 0;
}

.bp-vial-note {
  color: var(--bp-muted);
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bp-stage-card {
  animation: bp-float-card 5.6s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: var(--bp-radius);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  color: var(--bp-blue);
  min-width: 170px;
  padding: 15px 16px;
  position: absolute;
  z-index: 4;
}

.bp-stage-card strong {
  display: block;
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 4px;
}

.bp-stage-card span {
  color: var(--bp-muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
}

.bp-stage-card--coa {
  left: 7%;
  top: 18%;
}

.bp-stage-card--ship {
  animation-delay: 0.9s;
  bottom: 72px;
  right: 7%;
}

.bp-stage-card em {
  color: var(--bp-accent);
  display: block;
  font-style: normal;
  font-weight: 780;
  margin-top: 7px;
}

.bp-stat-grid,
.bp-card-grid,
.bp-process-grid,
.bp-method-grid {
  display: grid;
  gap: 18px;
}

.bp-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.bp-stat {
  background: var(--bp-white);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  box-shadow: 0 10px 34px rgba(17, 24, 29, 0.06);
  padding: 18px;
}

.bp-stat strong {
  color: var(--bp-blue);
  display: block;
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 820;
}

.bp-stat span {
  color: var(--bp-muted);
  display: block;
  font-size: 0.92rem;
  margin-top: 4px;
}

.bp-split-band {
  background: var(--bp-blue);
  color: var(--bp-white);
}

.bp-mist-band {
  background: var(--bp-neutral);
}

.bp-split-band h2,
.bp-split-band h3 {
  color: var(--bp-white);
}

.bp-split-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-dark-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--bp-border-dark);
  border-radius: var(--bp-radius);
  padding: clamp(22px, 4vw, 36px);
}

.bp-dark-card p {
  color: rgba(255, 255, 255, 0.78);
}

.bp-lineup-panel {
  background: var(--bp-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--bp-radius);
  overflow: hidden;
}

.bp-lineup-panel img {
  display: block;
  width: 100%;
}

.bp-card-grid,
.bp-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-page h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  margin: 0 0 16px;
}

.bp-page h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  margin: 0 0 10px;
}

.bp-page p {
  line-height: 1.65;
}

.bp-intro {
  color: var(--bp-muted);
  font-size: 1.08rem;
  margin: 0 0 34px;
  max-width: 760px;
}

.bp-kicker {
  color: var(--bp-accent);
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-trust-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.bp-trust-chip,
.bp-ruo-chip,
.bp-coa-chip {
  align-items: center;
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  line-height: 1.25;
  padding: 10px 12px;
}

.bp-trust-chip {
  background: var(--bp-white);
  box-shadow: 0 8px 26px rgba(17, 24, 29, 0.05);
}

.bp-ruo-chip {
  background: rgba(34, 68, 88, 0.08);
  border-color: rgba(34, 68, 88, 0.22);
  color: var(--bp-blue);
}

.bp-coa-chip {
  background: rgba(38, 152, 35, 0.12);
  border-color: rgba(38, 152, 35, 0.34);
  color: #1f6d1d;
}

.bp-card {
  background: var(--bp-white);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  box-shadow: 0 10px 34px rgba(17, 24, 29, 0.06);
  padding: clamp(20px, 3vw, 30px);
}

.bp-card p {
  color: var(--bp-muted);
  margin-bottom: 0;
}

.bp-method {
  border-left: 4px solid var(--bp-accent);
}

.bp-method strong {
  color: var(--bp-blue);
  display: block;
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 820;
  margin-bottom: 8px;
}

.bp-page-hero {
  background: linear-gradient(90deg, var(--bp-blue), var(--bp-blue-2));
  color: var(--bp-white);
  padding: clamp(58px, 9vw, 110px) 0;
}

.bp-page-hero h1,
.bp-page-hero h2,
.bp-page-hero p {
  color: var(--bp-white);
}

.bp-page-hero p {
  max-width: 760px;
}

.bp-faq details {
  background: var(--bp-white);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  margin-bottom: 12px;
  padding: 18px 20px;
}

.bp-faq summary {
  color: var(--bp-ink);
  cursor: pointer;
  font-weight: 780;
}

.bp-faq details p {
  color: var(--bp-muted);
  margin-bottom: 0;
}

.bp-site-footer {
  background: var(--bp-ink);
  color: rgba(255, 255, 255, 0.8);
  padding: 56px 0 28px;
}

.bp-footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.bp-site-footer h2,
.bp-site-footer h3,
.bp-site-footer a {
  color: var(--bp-white);
}

.bp-site-footer a {
  display: block;
  margin: 7px 0;
  text-decoration: none;
}

.bp-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.86rem;
  margin-top: 36px;
  padding-top: 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: var(--bp-white);
  border: 1px solid var(--bp-border);
  border-radius: var(--bp-radius);
  box-shadow: 0 10px 34px rgba(17, 24, 29, 0.06);
  overflow: hidden;
  padding: 14px;
}

.woocommerce ul.products li.product img {
  border-radius: var(--bp-radius);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--bp-ink);
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--bp-ink);
  font-weight: 760;
}

.woocommerce span.onsale {
  background: var(--bp-accent);
  border-radius: var(--bp-radius);
  color: var(--bp-white);
  font-weight: 760;
  min-height: auto;
  padding: 5px 8px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.elementor-button {
  background: var(--bp-blue);
  border: 1px solid var(--bp-blue);
  border-radius: var(--bp-radius);
  color: var(--bp-white);
  font-weight: 760;
  letter-spacing: 0;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.elementor-button:hover {
  background: var(--bp-accent);
  border-color: var(--bp-accent);
  color: var(--bp-white);
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--bp-accent);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--bp-accent);
}

.bp-product-meta {
  color: var(--bp-muted);
  font-size: 0.92rem;
}

.bp-disclaimer {
  background: var(--bp-neutral);
  border-left: 4px solid var(--bp-accent);
  border-radius: var(--bp-radius);
  color: var(--bp-ink);
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 16px;
}

@keyframes bp-float {
  0%,
  100% {
    transform: translateY(0) scale(var(--bp-vial-scale, 1));
  }
  50% {
    transform: translateY(-16px) scale(var(--bp-vial-scale, 1));
  }
}

@keyframes bp-float-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes bp-lightning-pulse {
  0%,
  100% {
    opacity: 0.44;
    stroke-dasharray: 420;
    stroke-dashoffset: 40;
  }
  50% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes bp-particle-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 980px) {
  .bp-hero-layout {
    grid-template-columns: 1fr;
  }

  .bp-motion-stage {
    min-height: 520px;
  }

  .bp-proof-list,
  .bp-stat-grid,
  .bp-method-grid,
  .bp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .admin-bar .bp-site-header {
    top: 46px;
  }

  .bp-header-inner,
  .bp-nav {
    align-items: flex-start;
  }

  .bp-header-inner {
    flex-direction: column;
    gap: 12px;
    padding: 14px 0;
  }

  .bp-nav {
    flex-direction: row;
    gap: 8px 10px;
    justify-content: flex-start;
    width: 100%;
  }

  .bp-nav a {
    font-size: 0.88rem;
  }

  .bp-cart-link {
    padding: 8px 12px;
  }

  .bp-section {
    padding: 42px 0;
  }

  .bp-hero-animate {
    min-height: 0;
    padding-top: 38px;
  }

  .bp-hero-copy h1,
  .bp-page h1 {
    font-size: clamp(2.35rem, 14vw, 3.65rem);
  }

  .bp-proof-list,
  .bp-split-grid,
  .bp-stat-grid,
  .bp-card-grid,
  .bp-process-grid,
  .bp-method-grid,
  .bp-footer-grid {
    grid-template-columns: 1fr;
  }

  .bp-motion-stage {
    border-radius: 12px;
    min-height: 470px;
  }

  .bp-stage-lightning {
    height: 190px;
    right: 0;
    top: 8px;
    width: 150px;
  }

  .bp-vial {
    bottom: 48px;
    width: 124px;
  }

  .bp-vial--primary {
    left: 35%;
    width: 150px;
  }

  .bp-vial--secondary {
    left: 5%;
    --bp-vial-scale: 0.74;
  }

  .bp-vial--tertiary {
    left: 67%;
    --bp-vial-scale: 0.68;
  }

  .bp-vial-glass {
    height: 282px;
    padding: 80px 11px 18px;
  }

  .bp-vial-label {
    min-height: 148px;
    padding: 10px 9px;
  }

  .bp-vial-name {
    font-size: 0.92rem;
  }

  .bp-stage-card {
    min-width: 138px;
    padding: 12px;
  }

  .bp-stage-card--coa {
    left: 5%;
    top: 11%;
  }

  .bp-stage-card--ship {
    bottom: 18px;
    right: 5%;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 12px;
  }
}
