:root {
  color-scheme: dark;
  --cyan: #2ff3ff;
  --blue: #1277ff;
  --space: #020612;
  --silver: #9fb2c4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

a,
button,
input,
textarea {
  outline-color: var(--cyan);
}

#webgl-wrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 70% 18%, rgba(18, 119, 255, .26), transparent 32rem),
    radial-gradient(circle at 22% 64%, rgba(116, 207, 143, .12), transparent 28rem),
    linear-gradient(130deg, #020612 0%, #04131a 42%, #071426 100%);
}

#bio-canvas {
  display: block;
  height: 100%;
  width: 100%;
}

main,
footer,
header {
  position: relative;
  z-index: 2;
}

main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 72%, transparent);
}

.scene-section {
  position: relative;
  min-height: auto;
}

.hero-section {
  min-height: 100vh;
}

.video-section-shell {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  /* max-width: 1280px; */
  /* padding-inline: 1.25rem; */
}

.section-shell {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 1.25rem;
}


.hero-shell {
  align-items: flex-start;
  justify-content: flex-start;
  /* padding-top: 10rem !important; */
  /*padding-left: clamp(1rem, 6vw, 5.5rem);*/
  /*padding-right: clamp(1rem, 6vw, 5.5rem);*/
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 610px !important;
  padding-top: 2.5rem;
}

.hero-copy h1 {
  max-width: 610px !important;
  font-size: clamp(3.75rem, 4.1vw, 4.35rem) !important;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -2rem -1.5rem;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 28% 34%, rgba(2, 6, 18, .76), rgba(2, 6, 18, .34) 52%, transparent 72%);
}

@media (min-width: 768px) {
  .section-shell {
    padding-inline: 2rem;
  }

  footer .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer .md\:border-r {
    border-right-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.2);
  }

  footer .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  footer .md\:pb-0 {
    padding-bottom: 0px;
  }

  footer .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  footer .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  footer .lg\:gap-8 {
    gap: 2rem;
  }

  footer .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  footer .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  footer .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}

.brand-mark {
  position: relative;
  display: inline-grid;
  height: 34px;
  width: 34px;
  place-items: center;
  border: 1px solid rgba(47, 243, 255, .55);
  background: linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(47, 243, 255, .04));
  box-shadow: 0 0 26px rgba(47, 243, 255, .22);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--cyan);
}

.brand-mark::before {
  height: 6px;
  width: 6px;
  box-shadow: 12px 7px 0 rgba(255, 255, 255, .85), -7px 11px 0 rgba(18, 119, 255, .95);
}

.brand-mark::after {
  height: 1px;
  width: 22px;
  transform: rotate(-29deg);
  opacity: .7;
}

.skip-link {
  color: var(--cyan);
  font-weight: 800;
}

.logo-plate {
  display: block;
  height: 86px;
  width: 290px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background-image: url("../images/pure-aminos-logo-final.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  box-shadow: none;
  filter: drop-shadow(0 0 12px rgba(116, 207, 143, .28));
}

.hero-shell {
  align-items: flex-start;
  justify-content: flex-start;
  /* padding-top: 10rem !important; */
  /* padding-left: clamp(1rem, 6vw, 5.5rem);
  padding-right: clamp(1rem, 6vw, 5.5rem); */
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 610px !important;
  padding-top: 2.5rem;
}

.hero-copy h1 {
  max-width: 610px !important;
  font-size: clamp(3.75rem, 4.1vw, 4.35rem) !important;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -2rem -1.5rem;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 28% 34%, rgba(2, 6, 18, .76), rgba(2, 6, 18, .34) 52%, transparent 72%);
}

.nav-link {
  transition: color .2s ease;
}

.nav-link:hover {
  color: white;
}

.icon-button {
  display: grid;
  height: 42px;
  width: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .04);
}

.icon-button span {
  display: block;
  height: 1px;
  width: 18px;
  background: white;
}

.eyebrow {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .24em;
  color: var(--cyan);
  text-transform: uppercase;
}

.section-title {
  max-width: 820px;
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.primary-cta,
.secondary-cta,
.magnetic-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: .85rem 1.2rem;
  font-size: .9rem;
  font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.primary-cta {
  border: 1px solid rgba(47, 243, 255, .75);
  background: linear-gradient(135deg, #dffcff, #2ff3ff 58%, #1277ff);
  color: #02101e;
  box-shadow: 0 0 38px rgba(47, 243, 255, .24);
}

.secondary-cta,
.magnetic-btn {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .055);
  color: white;
  backdrop-filter: blur(18px);
}

.primary-cta:hover,
.secondary-cta:hover,
.magnetic-btn:hover {
  transform: translateY(-2px);
}

.secondary-cta:hover,
.magnetic-btn:hover {
  border-color: rgba(47, 243, 255, .55);
}

.hero-section::after,
.quality-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38vh;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(2, 6, 18, .92));
}

.hero-instrument {
  position: absolute;
  bottom: 3.5rem;
  right: 0;
  width: 220px;
  border: 1px solid rgba(47, 243, 255, .22);
  background: rgba(4, 12, 27, .52);
  padding: 1.1rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .45);
}

.hero-bottle {
  position: absolute;
  right: clamp(12rem, 15vw, 15rem);
  top: 14rem;
  z-index: 2;
  width: min(18vw, 260px);
  opacity: 1;
}

.bottle-chamber {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  border: 1px solid rgba(47, 243, 255, .16);
  border-radius: 999px 999px 42px 42px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .1), transparent),
    radial-gradient(circle at 50% 36%, rgba(47, 243, 255, .22), transparent 20rem);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .45), inset 0 0 70px rgba(47, 243, 255, .08);
  backdrop-filter: blur(8px);
}

.bottle-chamber::before,
.bottle-chamber::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.bottle-chamber::before {
  inset: 2rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: inherit;
}

.bottle-chamber::after {
  left: 18%;
  right: 18%;
  top: 1.4rem;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 36px rgba(47, 243, 255, .85), 0 110px 70px rgba(47, 243, 255, .3);
  animation: scan 3.4s ease-in-out infinite;
}

.bottle-chamber img {
  width: min(82%, 220px);
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 38px 46px rgba(0, 0, 0, .45));
  animation: vialFloat 5s ease-in-out infinite;
}

.hero-instrument p {
  margin-top: .85rem;
  color: var(--silver);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.hero-instrument strong {
  display: block;
  margin-top: .8rem;
  font-size: 3rem;
  line-height: 1;
}

.battery-meter {
  position: relative;
  overflow: hidden;
  height: 34px;
  border: 1px solid rgba(116, 207, 143, .42);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(116, 207, 143, .08), rgba(116, 207, 143, .02)),
    rgba(0, 0, 0, .24);
  box-shadow: inset 0 0 22px rgba(116, 207, 143, .1), 0 0 24px rgba(116, 207, 143, .14);
}

.battery-meter span {
  position: absolute;
  inset: 4px;
  right: auto;
  width: 0%;
  border-radius: 4px;
  background: linear-gradient(90deg, #2dff73, #8dffac 55%, #d7ffe0);
  box-shadow: 0 0 18px rgba(45, 255, 115, .78), 0 0 42px rgba(45, 255, 115, .42);
  animation: chargeFill 5.8s cubic-bezier(.58, 0, .22, 1) infinite;
}

.battery-meter::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transform: translateX(-120%);
  animation: chargeSheen 5.8s ease-in-out infinite;
}

@keyframes chargeFill {
  0% {
    width: 0%;
    opacity: .2;
  }

  78% {
    width: calc(99% - 8px);
    opacity: 1;
  }

  88% {
    width: calc(99% - 8px);
    opacity: 1;
  }

  100% {
    width: 0%;
    opacity: .15;
  }
}

@keyframes chargeSheen {

  0%,
  8% {
    transform: translateX(-120%);
    opacity: 0;
  }

  72% {
    transform: translateX(60%);
    opacity: .9;
  }

  88%,
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

.hero-instrument strong {
  color: #eafff1;
  text-shadow: 0 0 18px rgba(116, 207, 143, .7), 0 0 44px rgba(31, 207, 188, .34);
}

.glass-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .035)),
    radial-gradient(circle at 10% 0%, rgba(47, 243, 255, .15), transparent 18rem);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
  backdrop-filter: blur(22px);
}

.glass-panel::before,
.contact-console::before,
.product-chamber::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 30%, rgba(255, 255, 255, .16), transparent 52%);
  transform: translateX(-120%);
  animation: sheen 7s ease-in-out infinite;
}

@keyframes sheen {

  0%,
  48% {
    transform: translateX(-120%);
  }

  72%,
  100% {
    transform: translateX(120%);
  }
}

.trust-card {
  min-height: 430px;
  padding: 1rem;
  transform-style: preserve-3d;
}

.trust-card h3 {
  margin-top: 2rem;
  font-size: 1.55rem;
  font-weight: 800;
}

.trust-card p {
  margin-top: .9rem;
  color: var(--silver);
  line-height: 1.75;
}

.trust-engine {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  align-items: center;
  gap: 1.25rem;
}

.trust-engine-copy p:not(.eyebrow) {
  margin-top: 1.25rem;
  max-width: 560px;
  color: var(--silver);
  font-size: 1.05rem;
  line-height: 1.8;
}

.trust-engine-copy .section-title {
  max-width: 620px;
  font-size: clamp(2.7rem, 4.6vw, 5.5rem);
}

.quality-engine {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(47, 243, 255, .16);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
    radial-gradient(circle at 50% 48%, rgba(47, 243, 255, .18), transparent 20rem),
    radial-gradient(circle at 18% 86%, rgba(116, 207, 143, .12), transparent 16rem);
  box-shadow: 0 34px 120px rgba(0, 0, 0, .36);
  backdrop-filter: blur(18px);
}

.quality-engine::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47, 243, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 243, 255, .045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 78%);
}

.quality-engine::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 243, 255, .7), rgba(116, 207, 143, .65), transparent);
  box-shadow: 0 0 36px rgba(47, 243, 255, .45);
}

.engine-core {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 270px;
  height: 270px;
  transform: translate(-50%, -50%);
}

.engine-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(47, 243, 255, .34);
  border-radius: 50%;
  transform-style: preserve-3d;
  box-shadow: 0 0 44px rgba(47, 243, 255, .12);
}

.ring-one {
  animation: rotate 14s linear infinite;
}

.ring-two {
  inset: 24px -18px;
  transform: rotateX(68deg) rotateZ(18deg);
  animation: rotate 18s linear infinite reverse;
}

.ring-three {
  inset: -12px 34px;
  transform: rotateX(72deg) rotateZ(-32deg);
  animation: rotate 22s linear infinite;
}

.engine-vial {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92px;
  height: 188px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px 18px 30px 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .42), transparent 20%, rgba(47, 243, 255, .12) 68%, rgba(255, 255, 255, .26)),
    linear-gradient(180deg, transparent 0 42%, rgba(116, 207, 143, .35) 43% 96%, rgba(255, 255, 255, .1));
  transform: translate(-50%, -50%);
  box-shadow: 0 0 42px rgba(47, 243, 255, .26), inset 14px 0 18px rgba(255, 255, 255, .08);
}

.engine-vial-image {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 2;
  max-height: 210px;
  width: auto;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .5)) drop-shadow(0 0 28px rgba(47, 243, 255, .26));
}

.engine-vial::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: -24px;
  height: 32px;
  border-radius: 12px 12px 7px 7px;
  background: linear-gradient(180deg, #e7eef2, #697781 45%, #2e353b);
}

.engine-readout {
  position: absolute;
  left: 50%;
  bottom: -28px;
  min-width: 190px;
  transform: translateX(-50%);
  border: 1px solid rgba(47, 243, 255, .26);
  border-radius: 8px;
  background: rgba(2, 6, 18, .76);
  padding: .75rem .9rem;
  text-align: center;
  box-shadow: 0 0 34px rgba(47, 243, 255, .16);
}

.engine-readout span {
  display: block;
  color: var(--cyan);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .2em;
}

.engine-readout strong {
  display: block;
  color: white;
  font-size: 2rem;
  line-height: 1.05;
}

.engine-node {
  position: absolute;
  width: min(280px, 38%);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: rgba(5, 18, 30, .78);
  padding: .8rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
}

.engine-node span {
  color: var(--cyan);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.engine-node h3 {
  margin-top: .42rem;
  color: white;
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.16;
}

.engine-node p {
  display: -webkit-box;
  margin-top: .48rem;
  color: var(--silver);
  overflow: hidden;
  font-size: .76rem;
  line-height: 1.36;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.node-a {
  left: 1.2rem;
  top: 1.2rem;
}

.node-b {
  right: 1.2rem;
  top: 36%;
}

.node-c {
  left: 1.2rem;
  bottom: 1.2rem;
}

@media (min-width: 1025px) {
  .quality-engine {
    min-height: 620px;
    padding: 0;
  }

  .engine-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .engine-node {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    min-height: 164px;
    max-height: 164px;
    offset-anchor: center;
    offset-rotate: 0deg;
    offset-path: path("M 390 132 C 520 132 596 214 596 310 C 596 406 520 488 390 488 C 260 488 184 406 184 310 C 184 214 260 132 390 132 Z");
    will-change: offset-distance;
  }

  .node-a {
    offset-distance: 72%;
    animation: orbitNodeA 96s linear infinite;
  }

  .node-b {
    offset-distance: 5%;
    animation: orbitNodeB 96s linear infinite;
  }

  .node-c {
    offset-distance: 39%;
    animation: orbitNodeC 96s linear infinite;
  }

  @keyframes orbitNodeA {
    from {
      offset-distance: 72%;
    }

    to {
      offset-distance: 172%;
    }
  }

  @keyframes orbitNodeB {
    from {
      offset-distance: 5%;
    }

    to {
      offset-distance: 105%;
    }
  }

  @keyframes orbitNodeC {
    from {
      offset-distance: 39%;
    }

    to {
      offset-distance: 139%;
    }
  }
}

.panel-index,
.micro-label {
  color: var(--cyan);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.panel-visual {
  position: relative;
  height: 170px;
  border: 1px solid rgba(47, 243, 255, .16);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(47, 243, 255, .22), transparent 9rem),
    linear-gradient(135deg, rgba(116, 207, 143, .08), rgba(18, 119, 255, .12)),
    rgba(1, 9, 22, .62);
}

.panel-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(47, 243, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 243, 255, .08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .58;
}

.scanner::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #74cf8f, #2ff3ff, #74cf8f, transparent);
  box-shadow: 0 0 28px #74cf8f, 0 42px 76px rgba(47, 243, 255, .72);
  animation: scan 2.7s ease-in-out infinite;
}

.scanner {
  background:
    radial-gradient(ellipse at 50% 52%, rgba(47, 243, 255, .32), transparent 8rem),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(116, 207, 143, .12) 18px 20px),
    rgba(1, 9, 22, .62);
}

.scanner::before {
  background:
    linear-gradient(90deg, transparent 12%, rgba(47, 243, 255, .34) 12.5%, transparent 13%),
    linear-gradient(0deg, transparent 48%, rgba(116, 207, 143, .3) 49%, rgba(47, 243, 255, .36) 50%, transparent 51%),
    radial-gradient(circle at 34% 50%, #2ff3ff 0 5px, transparent 6px),
    radial-gradient(circle at 50% 50%, #74cf8f 0 7px, transparent 8px),
    radial-gradient(circle at 66% 50%, #2ff3ff 0 5px, transparent 6px);
  opacity: 1;
}

@keyframes scan {

  0%,
  100% {
    transform: translateY(22px);
    opacity: .35;
  }

  50% {
    transform: translateY(132px);
    opacity: 1;
  }
}

.peptide::before,
.certificate::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(47, 243, 255, .28);
  transform: rotateX(58deg) rotateZ(45deg);
  box-shadow: 0 0 40px rgba(47, 243, 255, .15) inset;
}

.peptide::after {
  content: "";
  position: absolute;
  inset: 22px 34px;
  background:
    radial-gradient(circle, #2ff3ff 0 5px, transparent 6px),
    linear-gradient(30deg, transparent 0 48%, rgba(47, 243, 255, .32) 49%, rgba(116, 207, 143, .28) 51%, transparent 52%),
    linear-gradient(-30deg, transparent 0 48%, rgba(47, 243, 255, .22) 49%, rgba(116, 207, 143, .18) 51%, transparent 52%);
  background-size: 42px 32px, 42px 32px, 42px 32px;
  filter: drop-shadow(0 0 12px rgba(47, 243, 255, .6));
  animation: drift 7s linear infinite;
}

.peptide {
  background:
    radial-gradient(circle at 30% 30%, rgba(116, 207, 143, .2), transparent 7rem),
    radial-gradient(circle at 72% 70%, rgba(47, 243, 255, .2), transparent 7rem),
    rgba(1, 9, 22, .62);
}

.certificate::after {
  content: "COA";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(216, 252, 255, .9);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-shadow: 0 0 20px rgba(47, 243, 255, .65);
}

.certificate {
  background:
    linear-gradient(145deg, rgba(47, 243, 255, .1), rgba(116, 207, 143, .08)),
    rgba(1, 9, 22, .62);
}

.certificate::before {
  inset: 22px 48px;
  transform: rotateX(58deg) rotateZ(30deg);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(47, 243, 255, .2) 18% 82%, transparent 82%),
    repeating-linear-gradient(0deg, transparent 0 16px, rgba(216, 252, 255, .18) 16px 18px);
}

@keyframes drift {
  to {
    background-position: 72px 56px;
  }
}

.filter-console {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  padding: .5rem;
  backdrop-filter: blur(16px);
}

.filter-console button {
  border-radius: 6px;
  padding: .65rem .9rem;
  color: var(--silver);
  font-size: .8rem;
  font-weight: 800;
}

.filter-console .active {
  background: rgba(47, 243, 255, .15);
  color: white;
}

.product-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
}

.product-chamber {
  position: relative;
  display: grid;
  grid-template-rows: 245px auto;
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025)),
    radial-gradient(circle at 50% 24%, rgba(47, 243, 255, .2), transparent 18rem);
  padding: .85rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
}

.real-product-visual {
  position: relative;
  display: grid;
  height: 245px;
  margin-bottom: 0;
  place-items: center;
}

.real-product-visual::before {
  content: "";
  position: absolute;
  inset: .5rem 21%;
  border: 1px solid rgba(47, 243, 255, .16);
  border-radius: 999px 999px 28px 28px;
  background: radial-gradient(circle at 50% 35%, rgba(47, 243, 255, .18), transparent 14rem);
}

.real-product-visual img {
  position: relative;
  z-index: 2;
  max-height: 225px;
  width: auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .42));
}

.product-chamber h3 {
  margin-top: .45rem;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  font-weight: 800;
}

.product-chamber p:not(.micro-label) {
  margin-top: .55rem;
  color: var(--silver);
  line-height: 1.48;
}

.price {
  color: white !important;
  font-size: 1.25rem;
  font-weight: 900;
}

.product-chamber a {
  margin-top: .8rem;
  display: inline-flex;
  color: var(--cyan);
  font-weight: 800;
}

.vial {
  position: relative;
  display: grid;
  height: 280px;
  margin-bottom: 1.25rem;
  place-items: center;
  transform-style: preserve-3d;
  animation: vialFloat 4s ease-in-out infinite;
}

.vial::before {
  content: "";
  height: 220px;
  width: 78px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px 18px 28px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .32), transparent 18%, rgba(47, 243, 255, .18) 56%, rgba(255, 255, 255, .18)),
    linear-gradient(180deg, transparent 0 47%, rgba(47, 243, 255, .38) 48% 96%, rgba(255, 255, 255, .15));
  box-shadow: inset 12px 0 18px rgba(255, 255, 255, .08), 0 0 40px rgba(47, 243, 255, .22);
}

.vial::after {
  content: attr(data-label);
  position: absolute;
  top: 116px;
  width: 92px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(2, 6, 18, .76);
  padding: .5rem .35rem;
  text-align: center;
  color: white;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.vial.copper::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .32), transparent 18%, rgba(47, 243, 255, .15) 56%, rgba(255, 255, 255, .18)),
    linear-gradient(180deg, transparent 0 47%, rgba(72, 211, 188, .42) 48% 96%, rgba(255, 255, 255, .15));
}

.vial.blue::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .32), transparent 18%, rgba(47, 243, 255, .18) 56%, rgba(255, 255, 255, .18)),
    linear-gradient(180deg, transparent 0 47%, rgba(18, 119, 255, .48) 48% 96%, rgba(255, 255, 255, .15));
}

.vial.silver::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .4), transparent 18%, rgba(159, 178, 196, .22) 56%, rgba(255, 255, 255, .2)),
    linear-gradient(180deg, transparent 0 47%, rgba(216, 231, 242, .34) 48% 96%, rgba(255, 255, 255, .15));
}

@keyframes vialFloat {

  0%,
  100% {
    transform: translateY(0) rotateY(-12deg);
  }

  50% {
    transform: translateY(-14px) rotateY(16deg);
  }
}

.quality-metrics {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin-top: 2.4rem;
}

.quality-metrics div {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  padding: 1rem;
  backdrop-filter: blur(14px);
}

.quality-metrics span {
  display: block;
  color: var(--cyan);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.quality-metrics strong {
  display: block;
  margin-top: .5rem;
  color: white;
}

.purity-core {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  text-align: center;
}

.purity-core span {
  position: relative;
  z-index: 2;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 44px rgba(47, 243, 255, .34);
}

.purity-core p {
  position: absolute;
  top: 62%;
  color: var(--silver);
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(47, 243, 255, .32);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(47, 243, 255, .12);
}

.orbit-a {
  height: 330px;
  width: 330px;
  animation: rotate 13s linear infinite;
}

.orbit-b {
  height: 250px;
  width: 430px;
  transform: rotate(32deg);
  animation: rotate 16s linear infinite reverse;
}

.orbit-c {
  height: 430px;
  width: 250px;
  transform: rotate(-38deg);
  animation: rotate 18s linear infinite;
}

@keyframes rotate {
  to {
    rotate: 360deg;
  }
}

.applications-layout {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 1.25rem;
}

.applications-copy {
  align-self: center;
}

.applications-copy .section-title {
  max-width: 360px;
  font-size: clamp(2.35rem, 3.2vw, 3.8rem);
  line-height: 1.02;
}

.timeline {
  position: relative;
  z-index: 5;
  min-width: 0;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  width: min(100%, 760px);
  justify-self: end;
}

.timeline::before {
  display: none;
}

.timeline-step {
  display: grid;
  min-height: 145px;
  margin-left: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(8, 24, 35, .9), rgba(9, 21, 34, .78)),
    radial-gradient(circle at 24% 8%, rgba(47, 243, 255, .15), transparent 9rem);
  padding: .75rem;
  backdrop-filter: blur(18px);
}

.timeline-step span {
  color: var(--cyan);
  font-weight: 900;
}

.timeline-step h3 {
  margin-top: .4rem;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.18;
}

.timeline-step p {
  margin-top: .45rem;
  color: var(--silver);
  font-size: .76rem;
  line-height: 1.45;
}

.application-icon {
  position: relative;
  height: 42px;
  width: 42px;
  margin-bottom: .25rem;
  transform-style: preserve-3d;
  filter: drop-shadow(0 0 18px rgba(47, 243, 255, .38));
}

.molecule-icon::before,
.molecule-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  background:
    radial-gradient(circle at 18% 50%, #2ff3ff 0 6px, transparent 7px),
    radial-gradient(circle at 52% 22%, #74cf8f 0 7px, transparent 8px),
    radial-gradient(circle at 78% 58%, #2ff3ff 0 6px, transparent 7px),
    linear-gradient(28deg, transparent 0 45%, rgba(47, 243, 255, .65) 46% 52%, transparent 53%),
    linear-gradient(-28deg, transparent 0 45%, rgba(116, 207, 143, .62) 46% 52%, transparent 53%);
}

.flask-icon {
  border: 2px solid rgba(47, 243, 255, .85);
  border-top: 0;
  border-radius: 8px 8px 24px 24px;
  background: linear-gradient(180deg, transparent 28%, rgba(116, 207, 143, .26) 29% 100%);
  clip-path: polygon(34% 0, 66% 0, 66% 30%, 94% 100%, 6% 100%, 34% 30%);
}

.cell-icon {
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 52%, rgba(116, 207, 143, .95) 0 10px, transparent 11px),
    radial-gradient(circle at 50% 50%, rgba(47, 243, 255, .2), rgba(47, 243, 255, .04) 70%);
  border: 2px solid rgba(47, 243, 255, .6);
}

.cell-icon::before,
.protein-icon::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(47, 243, 255, .55);
  border-radius: 50%;
  transform: rotateX(60deg) rotateZ(25deg);
}

.protein-icon {
  background:
    radial-gradient(circle at 20% 25%, #2ff3ff 0 6px, transparent 7px),
    radial-gradient(circle at 48% 48%, #74cf8f 0 7px, transparent 8px),
    radial-gradient(circle at 78% 34%, #2ff3ff 0 6px, transparent 7px),
    radial-gradient(circle at 64% 76%, #74cf8f 0 5px, transparent 6px);
}

.protein-icon::after {
  content: "";
  position: absolute;
  inset: 18px 8px;
  border-top: 3px solid rgba(47, 243, 255, .62);
  border-bottom: 3px solid rgba(116, 207, 143, .55);
  transform: rotate(-18deg);
}

.lab-room {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  /* border: 1px solid rgba(255, 255, 255, .12); */
  /* border-radius: 8px; */
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .04) 0 1px, transparent 1px 86px);
  perspective: 900px;
}

.about-video-layout {
  gap: .8rem;
}

.video-room {
  display: grid;
  min-height: auto;
  aspect-ratio: 16 / 7.4;
  place-items: stretch;
  /* padding: .65rem; */
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(47, 243, 255, .04)),
    radial-gradient(circle at 50% 50%, rgba(47, 243, 255, .16), transparent 18rem);
}

.video-room video {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}

/* .video-headline {
  position: absolute;
  inset: auto auto 2.2rem 2.2rem;
  z-index: 2;
  max-width: min(720px, 72%);
}

.video-headline h2 {
  margin-top: .85rem;
  color: white;
  font-size: clamp(2.4rem, 5.8vw, 6.2rem);
  font-weight: 900;
  line-height: .98;
  text-shadow: 0 18px 45px rgba(0, 0, 0, .55);
}

.video-room::before {
  content: "";
  position: absolute;
  inset: .65rem;
  z-index: 1;
  pointer-events: none;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(2, 6, 18, .78), rgba(2, 6, 18, .32) 46%, transparent 82%);
}

.video-room::after {
  content: "";
  position: absolute;
  inset: .65rem;
  pointer-events: none;
  border-radius: 6px;
  box-shadow: inset 0 0 60px rgba(47, 243, 255, .18);
  background:
    linear-gradient(rgba(47, 243, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 243, 255, .06) 1px, transparent 1px);
  background-size: 42px 42px;
  mix-blend-mode: screen;
} */

.video-headline {
  position: absolute !important;
  bottom: 8% !important;
  left: 5% !important;
  max-width: 480px !important;
  padding: 24px 28px !important;
  background: rgba(8, 20, 38, 0.55) !important;
  /* Modern dark glass */
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
  z-index: 10 !important;
}

.video-headline .eyebrow {
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #2ff3ff !important;
  /* Cyan glow accent */
  margin-bottom: 6px !important;
}

.video-headline h2 {
  color: #ffffff !important;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  margin: 0 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}

.about-subcopy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.about-subcopy p {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  padding: 1rem;
  color: var(--silver);
  font-size: 1rem;
  line-height: 1.75;
  backdrop-filter: blur(16px);
}





















.lab-table {
  position: absolute;
  bottom: 80px;
  left: 13%;
  height: 110px;
  width: 74%;
  border: 1px solid rgba(47, 243, 255, .22);
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(47, 243, 255, .06));
  transform: rotateX(62deg);
  box-shadow: 0 40px 80px rgba(47, 243, 255, .1);
}

.lab-light {
  position: absolute;
  left: 50%;
  top: 0;
  height: 340px;
  width: 190px;
  background: linear-gradient(to bottom, rgba(47, 243, 255, .22), transparent);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  transform: translateX(-50%);
}

.lab-console {
  position: absolute;
  bottom: 120px;
  left: 50%;
  height: 70px;
  width: 220px;
  border: 1px solid rgba(47, 243, 255, .25);
  background: rgba(2, 6, 18, .62);
  transform: translateX(-50%) rotateX(62deg);
}

.story-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.story-panel h2,
.contact-console h2 {
  margin-top: 1rem;
  font-size: clamp(2.3rem, 5vw, 5rem);
  font-weight: 850;
  line-height: 1.02;
}

.story-panel p:not(.eyebrow),
.contact-console p {
  margin-top: 1.2rem;
  color: var(--silver);
  font-size: 1.05rem;
  line-height: 1.85;
}

.badge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.trust-badge {
  min-height: 138px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .052);
  padding: 1.2rem;
  color: white;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.trust-badge::before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  margin-bottom: 2rem;
  border: 1px solid rgba(47, 243, 255, .7);
  background: rgba(47, 243, 255, .12);
  box-shadow: 0 0 26px rgba(47, 243, 255, .2);
}

.product-vial-card {
  display: grid;
  min-height: 390px;
  grid-template-rows: 170px auto auto auto;
  align-content: start;
  gap: .7rem;
}

.product-vial-card::before {
  display: none;
}

.product-vial-card img {
  justify-self: center;
  max-height: 165px;
  width: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .42));
}

.product-vial-card span {
  color: var(--cyan);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-vial-card h3 {
  color: white;
  font-size: clamp(1.05rem, 1.3vw, 1.35rem);
  font-weight: 900;
  line-height: 1.2;
}

.product-vial-card p {
  color: white;
  font-size: 1.15rem;
  font-weight: 900;
}

.product-vial-card div {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: .25rem;
}

.product-vial-card a {
  color: var(--cyan);
  font-size: .85rem;
  font-weight: 900;
}

.contact-console {
  position: relative;
  display: grid;
  gap: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(47, 243, 255, .2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035)),
    radial-gradient(circle at 20% 10%, rgba(47, 243, 255, .18), transparent 26rem);
  padding: clamp(1.2rem, 5vw, 3rem);
  backdrop-filter: blur(24px);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .48);
}

.contact-lines {
  display: grid;
  gap: .65rem;
  margin-top: 1.5rem;
}

.contact-lines a {
  color: white;
  font-weight: 800;
}

@media (min-width: 900px) {
  .contact-console {
    grid-template-columns: .9fr 1.1fr;
  }
}

form {
  display: grid;
  gap: .9rem;
}

label span {
  display: block;
  margin-bottom: .45rem;
  color: var(--silver);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 6px;
  background: rgba(2, 6, 18, .56);
  padding: .9rem 1rem;
  color: white;
  transition: border-color .2s ease, box-shadow .2s ease;
}

input:focus,
textarea:focus {
  border-color: rgba(47, 243, 255, .65);
  box-shadow: 0 0 0 3px rgba(47, 243, 255, .12);
}

.reveal {
  will-change: transform, opacity;
}

@media (hover: hover) {

  .trust-card:hover,
  .product-chamber:hover,
  .trust-badge:hover {
    border-color: rgba(47, 243, 255, .45);
    transform: translateY(-4px) rotateX(1deg);
  }
}

@media (max-width: 1024px) {
  .trust-engine {
    grid-template-columns: 1fr;
  }

  .quality-engine {
    min-height: 520px;
  }

  .applications-layout {
    grid-template-columns: 1fr;
  }

  .hero-bottle {
    display: none;
  }

  .product-track,
  .badge-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  header {
    top: 0 !important;
  }

  .logo-plate {
    height: 64px;
    width: 210px;
  }

  .section-shell {
    padding-inline: 1rem;
  }

  .hero-shell {
    /* padding-top: 8.25rem !important; */
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 12vw, 3.7rem) !important;
  }

  .quality-engine {
    display: grid;
    min-height: auto;
    gap: .85rem;
    padding: 1rem;
  }

  .engine-core {
    position: relative;
    left: auto;
    top: auto;
    width: 240px;
    height: 240px;
    margin: 0 auto 1rem;
    transform: none;
  }

  .engine-vial {
    height: 150px;
    width: 74px;
  }

  .engine-vial-image {
    max-height: 185px;
  }

  .engine-node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .product-track,
  .badge-grid,
  .quality-metrics {
    grid-template-columns: 1fr;
  }

  .product-chamber {
    min-height: auto;
    grid-template-rows: auto auto;
  }

  .vial {
    height: 230px;
  }

  .section-title {
    font-size: clamp(2.25rem, 13vw, 4rem);
  }

  .timeline-step {
    margin-left: 0;
  }

  .purity-core {
    min-height: 380px;
    overflow: hidden;
  }

  .video-room {
    aspect-ratio: 4 / 5;
  }

  .video-headline {
    inset: auto 1.2rem 1.2rem 1.2rem;
    max-width: none;
  }

  .video-headline h2 {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .about-subcopy {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Customer-approved light commerce direction */
:root {
  color-scheme: light;
  --ink: #071b32;
  --muted-ink: #52677b;
  --ice: #f4fbff;
  --aqua: #0f82a9;
  --mint: #53c978;
  --line: #d9edf5;
}

body {
  background: var(--ice);
  color: var(--ink);
}

#webgl-wrap {
  opacity: .18;
  background:
    radial-gradient(circle at 78% 22%, rgba(46, 181, 225, .46), transparent 31rem),
    radial-gradient(circle at 18% 62%, rgba(83, 201, 120, .24), transparent 25rem),
    linear-gradient(145deg, #f8fdff 0%, #eef9ff 46%, #e5f8f4 100%);
}

main::before {
  opacity: .38;
  background-image:
    linear-gradient(rgba(15, 130, 169, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 130, 169, .06) 1px, transparent 1px);
}

.promo-strip {
  background: linear-gradient(90deg, #075f9b 0%, #0c8fac 52%, #64bf58 100%);
  color: white;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.promo-strip>div {
  min-height: 42px;
}

.promo-strip span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  white-space: nowrap;
}

.promo-strip span+span {
  border-left: 1px solid rgba(255, 255, 255, .42);
  padding-left: 1.5rem;
}

.drop-icon,
.truck-icon,
.support-icon,
.shield-icon,
.flask-small-icon,
.check-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}

.drop-icon::before {
  content: "";
  position: absolute;
  inset: 2px 5px 4px;
  border: 2px solid currentColor;
  border-radius: 60% 60% 65% 65%;
  transform: rotate(45deg);
}

.truck-icon::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 7px;
  width: 15px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.truck-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 10px 0 0 currentColor;
}

.support-icon::before {
  content: "";
  position: absolute;
  inset: 3px 4px 7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.support-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 11px;
  height: 8px;
  border-left: 4px solid currentColor;
  border-right: 4px solid currentColor;
}

header {
  box-shadow: 0 14px 40px rgba(4, 50, 75, .08);
}

.logo-plate {
  width: 150px;
  height: 72px;
  filter: none;
}

.nav-link {
  position: relative;
  color: var(--ink);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.5rem;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--aqua), var(--mint));
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .2s ease, transform .2s ease;
}

.nav-link:hover,
.nav-link:first-child {
  color: var(--aqua);
}

.nav-link:hover::after,
.nav-link:first-child::after {
  opacity: 1;
  transform: scaleX(1);
}

.magnetic-btn {
  border-color: #b9d8e4;
  background: white;
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(4, 50, 75, .08);
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: clamp(.75rem, 2vw, 1.25rem) clamp(.75rem, 3vw, 1.5rem) 0;
  /* background: transparent; */

  background:
    radial-gradient(circle at 90% 20%, rgba(13, 180, 185, 0.15) 0%, transparent 55%),
    radial-gradient(circle at 10% 80%, rgba(0, 168, 150, 0.08) 0%, transparent 50%),
    linear-gradient(165deg, #f8fcff 0%, #eaf4f8 100%);
}

.hero-section::before {
  display: none;
}

.hero-section::after,
.quality-section::after {
  display: none;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  align-items: center;
  min-height: 820px !important;
  gap: clamp(1rem, 3vw, 3rem);
  /* padding-top: 10.5rem !important; */
  padding-bottom: 3.5rem;
}

.hero-copy {
  max-width: 560px !important;
  padding-top: 0;
}

.hero-copy::before {
  display: none;
}

.hero-copy h1 {
  max-width: 560px !important;
  color: var(--ink) !important;
  /* font-size: clamp(3.4rem, 5vw, 5.25rem) !important; */
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
}

.hero-copy h1 br+br {
  display: none;
}

.hero-copy h1::first-line {
  color: var(--ink);
}

.hero-copy h1 span {
  color: var(--aqua);
}

.hero-copy p:not(.eyebrow),
.trust-engine-copy p:not(.eyebrow),
.section-shell>p,
.about-subcopy p {
  color: var(--muted-ink);
}

.eyebrow,
.micro-label,
.panel-index {
  color: var(--aqua);
}

.primary-cta {
  border-color: transparent;
  background: linear-gradient(135deg, #0078b4 0%, #10a6b0 55%, #5ac567 100%);
  color: white;
  box-shadow: 0 16px 34px rgba(20, 156, 151, .24);
}

.secondary-cta {
  border-color: #94cbdc;
  background: rgba(255, 255, 255, .76);
  color: var(--aqua);
  box-shadow: 0 12px 28px rgba(4, 50, 75, .07);
}

.hero-cert-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 2rem;
  max-width: 540px;
}

.hero-cert-row span {
  display: flex;
  align-items: center;
  gap: .55rem;
  /* min-height: 54px; */
  border-right: 1px solid #cee8f2;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-cert-row span:last-child {
  border-right: 0;
}

.shield-icon::before {
  content: "";
  position: absolute;
  inset: 2px 4px;
  border: 2px solid var(--aqua);
  border-radius: 8px 8px 12px 12px;
}

.section-title,
.contact-console h2,
#hero h2,
#trust h2,
#collection h2,
#quality h2,
#applications h2,
#about h2,
#documentation h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
}

.flask-small-icon::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 16px;
  border: 2px solid var(--aqua);
  border-top: 0;
  border-radius: 0 0 7px 7px;
}

.check-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 2px solid var(--aqua);
  border-radius: 50%;
}

.check-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--mint);
  border-bottom: 2px solid var(--mint);
  transform: rotate(-45deg);
}

.hero-product-stage {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 500px;
  isolation: isolate;
}

.hero-product-stage::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 2rem;
  height: 112px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(225, 240, 247, .95)),
    radial-gradient(circle at 50% 20%, rgba(32, 170, 208, .22), transparent 70%);
  box-shadow:
    0 28px 52px rgba(4, 50, 75, .16),
    inset 0 -8px 18px rgba(5, 85, 124, .1),
    0 0 0 1px rgba(102, 178, 209, .26);
  z-index: -1;
}

.hero-product-stage::after {
  content: "";
  position: absolute;
  inset: 5% -5% 12%;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 52%, rgba(15, 130, 169, .22) 0 10px, transparent 11px),
    radial-gradient(circle at 17% 48%, rgba(83, 201, 120, .2) 0 6px, transparent 7px),
    radial-gradient(circle at 86% 32%, rgba(15, 130, 169, .2) 0 8px, transparent 9px),
    radial-gradient(circle at 91% 38%, rgba(83, 201, 120, .18) 0 5px, transparent 6px),
    linear-gradient(36deg, transparent 0 38%, rgba(20, 166, 177, .24) 38.2%, transparent 38.7%),
    linear-gradient(-28deg, transparent 0 58%, rgba(20, 166, 177, .18) 58.2%, transparent 58.8%);
  filter: drop-shadow(0 0 16px rgba(15, 130, 169, .2));
}

.hero-vial {
  position: relative;
  width: clamp(128px, 15vw, 190px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 25px rgba(4, 50, 75, .25));
  animation: vialFloat 5.6s ease-in-out infinite;
}

.hero-vial-main {
  width: clamp(180px, 22vw, 280px);
  z-index: 3;
}

.hero-vial-small {
  z-index: 2;
  margin-inline: -1.5rem;
  transform: translateY(22px);
}

.hero-vial-small:first-child {
  transform: translateY(34px) rotate(-3deg);
}

.hero-vial-small:nth-child(3) {
  transform: translateY(26px) rotate(3deg);
  animation-delay: -.8s;
}

.molecule-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ecffff, #34c9e5 44%, #0f82a9);
  box-shadow: 0 0 24px rgba(15, 130, 169, .24);
}

.bubble-a {
  left: 4%;
  bottom: 18%;
  width: 64px;
  height: 64px;
}

.bubble-b {
  right: 4%;
  top: 20%;
  width: 82px;
  height: 82px;
}

.bubble-c {
  right: 15%;
  bottom: 10%;
  width: 42px;
  height: 42px;
}

.hero-bottle {
  display: none;
}

.hero-instrument {
  right: clamp(1rem, 6vw, 5rem);
  bottom: 1.25rem;
  width: min(520px, calc(100% - 2rem));
  border: 0;
  border-radius: 14px;
  background: white;
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(4, 50, 75, .12);
}

.hero-instrument p {
  color: var(--muted-ink);
}

.hero-instrument strong {
  color: var(--ink);
  text-shadow: none;
}

.scene-section:not(.hero-section) {
  background: rgba(255, 255, 255, .76);
}

.section-title,
.trust-engine-copy .section-title,
.product-chamber h3,
.product-vial-card h3,
.contact-console h2 {
  color: var(--ink);
}

.trust-section,
.product-section,
.quality-section,
.applications-section,
.about-section,
.documentation-section,
.contact-section {
  padding-block: 1.25rem;
}

.trust-engine {
  grid-template-columns: .8fr 1.2fr;
  gap: 2rem;
}

.quality-engine,
.glass-panel,
.product-chamber,
.trust-badge,
.timeline-step,
.contact-console,
.about-subcopy p {
  border-color: rgba(15, 130, 169, .18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(235, 249, 255, .84)),
    radial-gradient(circle at 20% 10%, rgba(65, 204, 229, .16), transparent 18rem);
  box-shadow: 0 18px 44px rgba(4, 50, 75, .08);
}

.quality-engine {
  min-height: 40rem;
}

.engine-node {
  background: rgba(255, 255, 255, .88);
  border-color: rgba(15, 130, 169, .2);
  box-shadow: 0 16px 34px rgba(4, 50, 75, .12);
}

.engine-node h3,
.engine-readout strong,
.contact-lines a,
.product-vial-card p,
.price,
.timeline-step h3 {
  color: var(--ink);
}

.engine-node p,
.timeline-step p,
.product-chamber p,
.product-vial-card span,
.trust-card p,
.contact-console p,
label span {
  color: var(--muted-ink);
}

.engine-readout {
  background: rgba(255, 255, 255, .92);
  border-color: rgba(15, 130, 169, .18);
  box-shadow: 0 16px 34px rgba(4, 50, 75, .12);
}

.product-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-chamber {
  min-height: 430px;
  grid-template-rows: auto 1fr;
  padding: 1rem;
}

.real-product-visual {
  min-height: 205px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #dff7ff, #f7fffb);
}

.real-product-visual img {
  max-height: 190px;
  filter: drop-shadow(0 16px 16px rgba(4, 50, 75, .18));
}

.product-chamber a,
.product-vial-card a {
  color: var(--aqua);
}

.category-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(.75rem, 2vw, 1.25rem);
  margin-top: 1.45rem;
}

.category-row a {
  display: grid;
  justify-items: center;
  gap: .6rem;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
}

.category-row i {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0 12px 26px rgba(4, 50, 75, .08);
}

.category-row i::before,
.category-row i::after {
  content: "";
  position: absolute;
}

.cat-weight::before {
  width: 21px;
  height: 27px;
  border: 3px solid var(--aqua);
  border-radius: 52% 52% 62% 62%;
  transform: rotate(38deg);
}

.cat-leaf::before {
  width: 30px;
  height: 18px;
  border: 3px solid var(--mint);
  border-radius: 100% 0 100% 0;
  transform: rotate(-24deg);
}

.cat-hourglass::before {
  width: 24px;
  height: 32px;
  border: 3px solid var(--aqua);
  border-top-width: 4px;
  border-bottom-width: 4px;
  clip-path: polygon(0 0, 100% 0, 60% 50%, 100% 100%, 0 100%, 40% 50%);
}

.cat-brain::before {
  width: 27px;
  height: 25px;
  border: 3px solid var(--aqua);
  border-radius: 45% 55% 48% 52%;
  box-shadow: inset 8px 0 0 rgba(83, 201, 120, .35);
}

.cat-bolt::before {
  width: 22px;
  height: 34px;
  background: linear-gradient(160deg, var(--mint), var(--aqua));
  clip-path: polygon(54% 0, 7% 57%, 43% 57%, 30% 100%, 91% 40%, 56% 40%);
}

.cat-heart::before {
  width: 24px;
  height: 24px;
  border-left: 3px solid var(--mint);
  border-bottom: 3px solid var(--mint);
  transform: rotate(-45deg);
}

.cat-heart::after {
  width: 14px;
  height: 14px;
  border: 3px solid var(--mint);
  border-radius: 50%;
  left: 16px;
  top: 15px;
  box-shadow: 12px 0 0 -3px white, 12px 0 0 0 var(--mint);
}

.cat-bars::before {
  bottom: 15px;
  width: 6px;
  height: 16px;
  background: var(--aqua);
  box-shadow: 10px -8px 0 var(--mint), 20px -18px 0 var(--aqua);
}

.cat-molecule::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: -14px 10px 0 var(--mint), 14px 10px 0 var(--mint), 0 22px 0 var(--aqua);
}

.cat-molecule::after {
  width: 34px;
  height: 24px;
  border-top: 2px solid rgba(15, 130, 169, .45);
  border-bottom: 2px solid rgba(15, 130, 169, .45);
  transform: rotate(25deg);
}

.filter-console {
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 12px 26px rgba(4, 50, 75, .06);
}

.filter-console button {
  color: var(--muted-ink);
}

.filter-console button.active {
  background: linear-gradient(135deg, var(--aqua), var(--mint));
  color: white;
}

.purity-core {
  background:
    radial-gradient(circle at 50% 48%, rgba(83, 201, 120, .24), transparent 16rem),
    linear-gradient(145deg, #e9f9ff, #ffffff);
  color: var(--ink);
}

.purity-core span,
.purity-core p {
  color: var(--ink);
}

.about-video-layout {
  gap: 1rem;
}

/* .video-room {
  border-color: rgba(15, 130, 169, .18);
  box-shadow: 0 18px 44px rgba(4, 50, 75, .08);
} */

.video-headline {
  background: linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .55));
  color: var(--ink);
}

.video-headline h2 {
  color: var(--ink);
}

.badge-grid {
  gap: 1rem;
}

.product-vial-card {
  min-height: 360px;
  padding: 1rem;
}

.product-vial-card img {
  max-height: 150px;
  filter: drop-shadow(0 16px 16px rgba(4, 50, 75, .18));
}

input,
textarea {
  border-color: #c6e4ee;
  background: white;
  color: var(--ink);
}

/* footer {
  border-color: transparent !important;
  background: linear-gradient(100deg, #066499 0%, #0a9aaf 48%, #5bbf60 100%) !important;
  color: white !important;
}

footer a {
  color: white;
} */

/* ==========================================
   PURE AMINOS - FOOTER STYLES
   ========================================== */

/* Main Footer Container */
footer {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  padding-top: 2rem;
  /* padding-bottom: 1.5rem; */
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: linear-gradient(90deg, #00529b 0%, #007b8b 50%, #2e9344 100%);
  color: #ffffff;
}

/* Inner Layout Limits */
footer .max-w-6xl {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

/* Main Content Wrapper */
footer .pt-10 {
  padding-top: 2.5rem;
}

/* footer .pb-8 {
  padding-bottom: 2rem;
} */

/* Grid System */
footer .grid {
  display: grid;
}

/* footer .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
} */

footer .gap-10 {
  gap: 2.5rem;
}

footer .items-start {
  align-items: flex-start;
}

/* --- COLUMN 1: Logo & Brand Info --- */
footer .border-b {
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* footer .pb-8 {
  padding-bottom: 2rem;
} */

footer .pr-4 {
  padding-right: 1rem;
}

footer .flex {
  display: flex;
}

footer .items-center {
  align-items: center;
}

footer .gap-4 {
  gap: 1rem;
}

/* Circle Badge Logo */
footer .h-20 {
  height: 5rem;
}

footer .w-20 {
  width: 5rem;
}

footer .shrink-0 {
  flex-shrink: 0;
}

footer .justify-center {
  justify-content: center;
}

footer .rounded-full {
  border-radius: 9999px;
}

footer .border-2 {
  border-width: 2px;
}

footer .border-white\/80 {
  border-color: rgba(255, 255, 255, 0.8);
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  padding: 0
}

footer .p-2 {
  padding: 0.5rem;
}

footer .text-center {
  text-align: center;
}

footer .text-\[10px\] {
  font-size: 10px;
}

footer .font-extrabold {
  font-weight: 800;
}

footer .uppercase {
  text-transform: uppercase;
}

footer .leading-none {
  line-height: 1;
}

footer .tracking-tighter {
  letter-spacing: -0.05em;
}

footer .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

footer .h-\[1px\] {
  height: 1px;
}

footer .w-full {
  width: 100%;
}

footer .bg-white\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}

footer .text-\[8px\] {
  font-size: 8px;
}

footer .font-normal {
  font-weight: 400;
}

/* Brand Headline Text */
footer .text-lg {
  font-size: 1.125rem;
}

footer .font-black {
  font-weight: 900;
}

footer .tracking-wider {
  letter-spacing: 0.05em;
}

footer .leading-tight {
  line-height: 1.25;
}

footer .mt-4 {
  margin-top: 1rem;
}

footer .text-xs {
  font-size: 0.75rem;
}

footer .font-medium {
  font-weight: 500;
}

footer .text-white\/80 {
  color: rgba(255, 255, 255, 0.8);
}

/* --- COLUMNS 2 & 3: Navigation Headers & Lists --- */
footer h3 {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

footer ul.space-y-2>*+* {
  margin-top: 0.5rem;
}

footer ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}

footer ul li a:hover {
  text-decoration: underline;
}

/* --- COLUMN 4: Newsletter Form & Social Links --- */
footer .mb-2 {
  margin-bottom: 0.5rem;
}

footer .mb-4 {
  margin-bottom: 1rem;
}

footer .mb-5 {
  margin-bottom: 1.25rem;
}

footer .text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

/* Newsletter Form */
footer form input[type="email"] {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  color: #1f2937;
  border: none;
  outline: none;
}

footer form input[type="email"]::placeholder {
  color: #9ca3af;
}

footer form button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #004b6e;
  padding: 0.5rem 0.75rem;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

footer form button[type="submit"]:hover {
  background-color: #00344d;
}

footer form svg {
  height: 1rem;
  width: 1rem;
  stroke: currentColor;
}

/* Social Buttons */
footer .gap-3 {
  gap: 0.75rem;
}

footer a[aria-label="Facebook"],
footer a[aria-label="Instagram"],
footer a[aria-label="Telegram"] {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #003b5c;
  color: #ffffff;
  transition: transform 0.2s ease;
}

footer a[aria-label="Facebook"]:hover,
footer a[aria-label="Instagram"]:hover,
footer a[aria-label="Telegram"]:hover {
  transform: scale(1.1);
}

footer a svg {
  height: 1rem;
  width: 1rem;
  fill: currentColor;
}

/* --- BOTTOM BAR --- */
footer .border-t {
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.2);
}

footer .pt-4 {
  padding-top: 1rem;
}

/* footer .flex-col {
  flex-direction: column;
} */

footer .justify-between {
  justify-content: space-between;
}

footer .text-\[11px\] {
  font-size: 11px;
}

footer .border-t a {
  color: inherit;
  text-decoration: underline;
}



@media (max-width: 1024px) {
  .lg\:gap-8 {
    gap: 2rem;
  }

  .promo-strip {
    display: none;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    min-height: auto !important;
    padding-top: 3.5rem !important;
    /* padding-top: 8.5rem !important; */
  }

  .hero-product-stage {
    min-height: 420px;
  }

  .hero-instrument {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
  }

  .trust-engine {
    grid-template-columns: 1fr;
  }

  .product-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .pa-offer span {
    font-size: 0.81rem !important;
  }

  .pa-offer strong {
    font-size: clamp(2.2rem, 11vw, 5.4rem) !important;
  }

  .logo-plate {
    width: 120px;
    height: 58px;
  }

  nav {
    height: 76px !important;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.4rem) !important;
  }

  .hero-cert-row,
  .category-row,
  .product-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-cert-row span {
    border-right: 0;
    border-bottom: 1px solid #cee8f2;
  }

  .hero-product-stage {
    min-height: 350px;
  }

  .hero-vial-main {
    width: 160px;
  }

  .hero-vial-small {
    width: 112px;
    margin-inline: -1.9rem;
  }
}

/* Exact customer storefront direction - mobile-first Pure Aminos ecommerce */
.pa-storefront {
  --pa-ink: #071c2f;
  --pa-teal: #0d9b91;
  --pa-deep-teal: #087e83;
  --pa-mint: #63c681;
  --pa-soft: #f6fbfd;
  --pa-line: #d9e8ef;
  --pa-shadow: 0 12px 34px rgba(7, 28, 47, .12);
  margin: 0;
  background: #ffffff;
  color: var(--pa-ink);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  overflow-x: hidden;
}

.pa-storefront *,
.pa-storefront *::before,
.pa-storefront *::after {
  box-sizing: border-box;
}

.pa-storefront a {
  color: inherit;
  text-decoration: none;
}

.pa-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--pa-line);
  box-shadow: 0 8px 24px rgba(7, 28, 47, .06);
  backdrop-filter: blur(14px);
}

.pa-desktop-promo {
  display: none;
}

.pa-nav {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  min-height: 104px;
  padding: 1rem clamp(1.1rem, 4vw, 2.2rem);
}

.pa-menu {
  display: grid;
  width: 42px;
  height: 42px;
  place-content: center;
  gap: 5px;
  border: 0;
  background: transparent;
  color: var(--pa-ink);
  cursor: pointer;
}

.pa-menu span {
  display: block;
  width: 31px;
  height: 4px;
  border-radius: 99px;
  background: currentColor;
}

.pa-logo {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.pa-logo img {
  width: clamp(158px, 36vw, 210px);
  max-height: 88px;
  object-fit: contain;
  object-position: center;
}

.pa-nav-links {
  display: none;
}

.pa-cart {
  position: relative;
  width: 42px;
  height: 42px;
}

.pa-cart::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 28px;
  height: 18px;
  border: 4px solid var(--pa-ink);
  border-top: 0;
  transform: skewX(-10deg);
}

.pa-cart::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pa-ink);
  box-shadow: 17px 0 0 var(--pa-ink);
}

.pa-cart span {
  position: absolute;
  right: -3px;
  top: 1px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pa-teal), var(--pa-mint));
  color: white;
  font-size: .8rem;
  font-weight: 900;
}

.pa-mobile-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--pa-line);
  background: linear-gradient(90deg, #f8fdff, #eef8f8);
}

.pa-mobile-benefits span {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: .7rem;
  align-items: center;
  min-height: 74px;
  padding: .65rem .9rem;
  border-right: 1px solid #bdcdd4;
}

.pa-mobile-benefits span:last-child {
  border-right: 0;
}

.pa-mobile-benefits strong,
.pa-mobile-benefits em {
  grid-column: 2;
  display: block;
  font-style: normal;
  text-transform: uppercase;
}

.pa-mobile-benefits strong {
  color: var(--pa-teal);
  font-size: clamp(.8rem, 3.4vw, 1rem);
  font-weight: 900;
  line-height: 1.05;
}

.pa-mobile-benefits em {
  margin-top: .2rem;
  color: var(--pa-ink);
  font-size: clamp(.72rem, 2.9vw, .9rem);
  font-weight: 900;
  line-height: 1.1;
}

.pa-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: var(--pa-teal);
}

.pa-vial::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 18px;
  height: 29px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.pa-vial::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  width: 22px;
  height: 8px;
  border: 3px solid currentColor;
  border-radius: 3px;
}

.pa-drop::before {
  content: "";
  position: absolute;
  inset: 7px 11px 9px;
  border: 3px solid currentColor;
  border-radius: 60% 60% 65% 65%;
  transform: rotate(45deg);
}

.pa-truck::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 12px;
  width: 26px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 2px;
}

.pa-truck::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 18px 0 0 currentColor, 16px -12px 0 -1px #fff, 16px -12px 0 2px currentColor;
}

.pa-headset::before {
  content: "";
  position: absolute;
  inset: 7px 8px 16px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.pa-headset::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 21px;
  height: 11px;
  border-left: 6px solid currentColor;
  border-right: 6px solid currentColor;
}

.pa-hero {
  position: relative;
  display: grid;
  min-height: 610px;
  overflow: hidden;
  padding: clamp(2.5rem, 7vw, 5rem) clamp(1.35rem, 6vw, 6rem) 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0 39%, rgba(255, 255, 255, .76) 56%, rgba(215, 249, 251, .58) 100%),
    radial-gradient(circle at 76% 35%, rgba(30, 185, 184, .28), transparent 15rem),
    linear-gradient(135deg, #fff, #edf9fd);
}

.pa-hero::before,
.pa-offer::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(7, 28, 47, .18) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(13, 155, 145, .25) 0 5px, transparent 6px);
  background-size: 88px 88px, 144px 144px;
  opacity: .45;
}

.pa-hero::before {
  inset: 0 0 0 42%;
}

.pa-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 330px;
  padding-top: .8rem;
}

.pa-hero h1,
.pa-section-head h2,
.pa-offer strong {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: .035em;
  color: var(--pa-ink);
}

.pa-hero h1 {
  font-size: clamp(3.9rem, 13vw, 6.2rem);
  line-height: .93;
}

.pa-hero h1 span {
  color: var(--pa-teal);
}

.pa-title-rule {
  width: 62px;
  height: 4px;
  margin: 1.75rem 0 1.5rem;
  background: linear-gradient(90deg, var(--pa-teal), var(--pa-mint));
}

.pa-hero p {
  margin: 0;
  max-width: 300px;
  color: var(--pa-ink);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.48;
}

.pa-hero-actions {
  display: grid;
  gap: .85rem;
  width: min(100%, 270px);
  margin-top: 1.75rem;
}

.pa-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  font-size: .95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pa-button-primary {
  gap: 1rem;
  background: linear-gradient(135deg, #029a9a, #5fc481);
  color: #fff;
  box-shadow: 0 14px 28px rgba(13, 155, 145, .25);
}

.pa-button-primary::after {
  content: "";
  width: 26px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: skewX(-20deg) rotate(-45deg);
}

.pa-button-secondary {
  border: 1px solid #8aa1ac;
  background: rgba(255, 255, 255, .82);
  color: var(--pa-ink);
}

.pa-hero-art {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.pa-hero-bottle {
  position: absolute;
  right: clamp(-4.6rem, -11vw, -2.2rem);
  bottom: 4.6rem;
  z-index: 4;
  width: clamp(275px, 63vw, 430px);
  transform: rotate(13deg);
}

.pa-hero-bottle::before {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  top: 5%;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(90deg, #047c86, #24b99f);
  filter: blur(6px);
  opacity: .72;
}

.pa-hero-bottle img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 22px rgba(7, 28, 47, .25));
}

.pa-lab-pedestal {
  position: absolute;
  right: -2%;
  bottom: 3.4rem;
  width: clamp(290px, 62vw, 460px);
  height: clamp(88px, 14vw, 116px);
  border-radius: 50%;
  background:
    linear-gradient(180deg, #ffffff, #dfeff3),
    radial-gradient(circle, rgba(1, 239, 218, .28), transparent 65%);
  box-shadow:
    0 22px 28px rgba(7, 28, 47, .12),
    inset 0 -10px 20px rgba(7, 28, 47, .08),
    0 0 0 3px rgba(35, 234, 218, .2);
}

.pa-lab-pedestal::after {
  content: "";
  position: absolute;
  inset: 18px 32px;
  border: 2px solid rgba(25, 232, 218, .58);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(25, 232, 218, .5);
}

.pa-dna {
  position: absolute;
  right: -3rem;
  top: 2.2rem;
  width: 210px;
  height: 390px;
  border-left: 8px solid rgba(90, 198, 111, .45);
  border-right: 8px solid rgba(20, 160, 182, .45);
  border-radius: 50%;
  transform: rotate(20deg);
  filter: blur(.2px);
}

.pa-dna::before,
.pa-dna::after {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  height: 2px;
  background: rgba(13, 155, 145, .35);
  box-shadow:
    0 42px 0 rgba(99, 198, 129, .34),
    0 84px 0 rgba(13, 155, 145, .28),
    0 126px 0 rgba(99, 198, 129, .34),
    0 168px 0 rgba(13, 155, 145, .28),
    0 210px 0 rgba(99, 198, 129, .34),
    0 252px 0 rgba(13, 155, 145, .28),
    0 294px 0 rgba(99, 198, 129, .34);
}

.pa-dna::before {
  top: 38px;
  transform: rotate(-22deg);
}

.pa-dna::after {
  top: 54px;
  transform: rotate(22deg);
}

.pa-molecules span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #fff, #9ce4ef 36%, #1ea4b7 70%);
  box-shadow: 0 0 18px rgba(13, 155, 145, .24);
}

.pa-molecules span:nth-child(1) {
  right: 44%;
  top: 26%;
  width: 34px;
  height: 34px;
}

.pa-molecules span:nth-child(2) {
  right: 35%;
  top: 38%;
  width: 21px;
  height: 21px;
}

.pa-molecules span:nth-child(3) {
  right: 16%;
  bottom: 20%;
  width: 46px;
  height: 46px;
}

.pa-molecules span:nth-child(4) {
  right: 4%;
  bottom: 29%;
  width: 24px;
  height: 24px;
}

.pa-molecules span:nth-child(5) {
  right: 52%;
  bottom: 27%;
  width: 18px;
  height: 18px;
}

.pa-quality-strip {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - 2rem), 720px);
  margin: -3.5rem auto 1.2rem;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--pa-shadow);
  backdrop-filter: blur(10px);
}

.pa-quality-strip article {
  display: grid;
  justify-items: center;
  gap: .28rem;
  min-height: 136px;
  padding: 1.05rem .55rem .9rem;
  border-right: 1px solid var(--pa-line);
  text-align: center;
  text-transform: uppercase;
}

.pa-quality-strip article:last-child {
  border-right: 0;
}

.pa-quality-strip .pa-icon {
  width: 46px;
  height: 46px;
}

.pa-quality-strip strong {
  color: var(--pa-teal);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.1;
}

.pa-quality-strip span {
  color: var(--pa-ink);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.15;
}

.pa-shield::before {
  content: "";
  position: absolute;
  inset: 5px 9px;
  border: 3px solid currentColor;
  border-radius: 10px 10px 16px 16px;
}

.pa-shield::after,
.pa-badge::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 13px;
  height: 8px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
}

.pa-microscope::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 5px;
  width: 9px;
  height: 28px;
  border: 3px solid currentColor;
  border-radius: 99px;
  transform: rotate(38deg);
}

.pa-microscope::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 5px;
  width: 28px;
  height: 14px;
  border-bottom: 4px solid currentColor;
  border-left: 4px solid currentColor;
  border-radius: 0 0 0 10px;
}

.pa-products {
  padding: .65rem clamp(1rem, 5vw, 5rem) 1.4rem;
}

.pa-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .85rem;
}

.pa-section-head h2 {
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  line-height: 1;
}

.pa-section-head a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--pa-teal);
  font-size: .92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pa-section-head a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.pa-product-row {
  display: grid;
  grid-auto-columns: minmax(140px, 1fr);
  grid-auto-flow: column;
  gap: .75rem;
  overflow-x: auto;
  padding: .2rem .05rem .75rem;
  scroll-snap-type: x mandatory;
}

.pa-product-card {
  display: grid;
  scroll-snap-align: start;
  min-height: 285px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 28, 47, .09);
  text-align: center;
}

.pa-product-card img {
  justify-self: center;
  width: auto;
  height: 132px;
  margin-top: .75rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 10px rgba(7, 28, 47, .12));
}

.pa-product-card h3 {
  margin: .35rem .55rem 0;
  min-height: 42px;
  color: #034f52;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.pa-product-card p {
  margin: .55rem 1rem 0;
  padding-top: .8rem;
  border-top: 1px solid #e4eef2;
  color: #0b0f17;
  font-size: 1.1rem;
  font-weight: 900;
}

.pa-product-card a {
  position: relative;
  justify-self: center;
  width: 82px;
  height: 42px;
  margin: .75rem 0 1rem;
  border-radius: 7px;
  background: linear-gradient(135deg, #06999a, #54bd7e);
}

.pa-product-card a::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 12px;
  width: 24px;
  height: 14px;
  border: 3px solid #fff;
  border-top: 0;
  transform: skewX(-12deg);
}

.pa-product-card a::after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 14px 0 0 #fff;
}

.pa-offer {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: min(calc(100% - 2rem), 1160px);
  min-height: 156px;
  margin: .8rem auto 1.2rem;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(0, 94, 102, .96), rgba(14, 170, 165, .88) 58%, rgba(95, 195, 126, .86)),
    radial-gradient(circle at 20% 40%, rgba(255, 255, 255, .24), transparent 20rem);
  color: white;
}

.pa-offer::before {
  inset: 0;
  opacity: .42;
  filter: invert(1);
}

.pa-offer div:first-child {
  position: relative;
  z-index: 2;
  padding: 1.35rem 0 1.35rem clamp(1.4rem, 7vw, 4rem);
}

.pa-offer strong {
  display: block;
  color: white;
  font-size: clamp(3.2rem, 11vw, 5.4rem);
  line-height: .82;
}

.pa-offer span {
  display: block;
  margin-top: .7rem;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pa-offer-vials {
  position: absolute;
  right: 20%;
  bottom: -.5rem;
  z-index: 1;
  display: flex;
  align-items: end;
}

.pa-offer-vials img {
  width: 80px;
  margin-left: -18px;
  filter: drop-shadow(0 14px 12px rgba(0, 0, 0, .2));
}

.pa-offer a {
  position: relative;
  z-index: 3;
  margin-right: 1.2rem;
  border-radius: 8px;
  background: white;
  padding: 1rem 1.4rem;
  color: var(--pa-teal);
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pa-bottom-proof {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 1.1rem clamp(.5rem, 4vw, 4rem) 1.3rem;
}

.pa-bottom-proof article {
  display: grid;
  justify-items: center;
  gap: .55rem;
  min-height: 118px;
  padding: .5rem .45rem;
  border-right: 1px solid var(--pa-line);
  text-align: center;
}

.pa-bottom-proof article:last-child {
  border-right: 0;
}

.pa-bottom-proof .pa-icon {
  width: 58px;
  height: 58px;
  border: 2px solid var(--pa-teal);
  border-radius: 50%;
}

.pa-bottom-proof strong {
  color: var(--pa-ink);
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.pa-flask::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 11px;
  width: 14px;
  height: 31px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.pa-flask::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 13px;
  width: 26px;
  height: 11px;
  background: rgba(13, 155, 145, .22);
  border-radius: 0 0 999px 999px;
}

.pa-snow::before,
.pa-snow::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 24px;
  width: 28px;
  height: 3px;
  background: currentColor;
  border-radius: 99px;
}

.pa-snow::after {
  transform: rotate(60deg);
  box-shadow: 0 0 0 currentColor;
}

.pa-snow::before {
  transform: rotate(-60deg);
  box-shadow: 0 0 0 currentColor;
}

.pa-badge::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.pa-lock::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 11px;
  width: 23px;
  height: 20px;
  border-radius: 4px;
  background: currentColor;
}

.pa-lock::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 4px;
  width: 17px;
  height: 18px;
  border: 4px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.pa-people::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 15px;
  width: 0px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -14px 4px 0 -1px currentColor, 14px 4px 0 -1px currentColor;
}

.pa-people::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 15px;
  width: 18px;
  height: 13px;
  border-radius: 999px 999px 4px 4px;
  background: currentColor;
  box-shadow: -15px 2px 0 -2px currentColor, 15px 2px 0 -2px currentColor;
}

.pa-info-section,
.pa-contact {
  width: min(calc(100% - 2rem), 1160px);
  margin: 1rem auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7fdff, #fff);
  box-shadow: 0 10px 28px rgba(7, 28, 47, .08);
}

.pa-info-section {
  display: grid;
  gap: 1rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.pa-info-section p {
  margin: 0 0 .35rem;
  color: var(--pa-teal);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pa-info-section h2,
.pa-contact h2 {
  margin: 0;
  color: var(--pa-ink);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
}

.pa-info-section span,
.pa-contact p {
  display: block;
  margin-top: .7rem;
  color: #536675;
  font-weight: 700;
  line-height: 1.6;
}

.pa-info-section ul {
  display: grid;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--pa-ink);
  font-weight: 900;
}

.pa-info-section li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-right: .55rem;
  border-left: 2px solid var(--pa-teal);
  border-bottom: 2px solid var(--pa-teal);
  transform: rotate(-45deg) translateY(-2px);
}

.pa-contact {
  padding: 1.5rem;
  text-align: center;
}

.pa-contact div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-top: 1rem;
}

.pa-contact a {
  border-radius: 999px;
  background: #eef9f8;
  padding: .65rem .85rem;
  color: var(--pa-teal);
  font-size: .84rem;
  font-weight: 900;
}

.pa-footer {
  display: grid;
  justify-items: center;
  gap: .55rem;
  padding: 1.4rem 1rem 2rem;
  background: linear-gradient(120deg, #057987, #5abd67) !important;
  color: white !important;
  text-align: center;
}

.pa-footer img {
  width: 150px;
  max-height: 72px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.pa-footer p,
.pa-footer span {
  margin: 0;
  font-size: .8rem;
  font-weight: 800;
}

@media (max-width: 480px) {
  .pa-hero {
    min-height: 650px;
    padding-inline: 1rem;
  }

  .pa-hero-copy {
    max-width: 286px;
  }

  .pa-hero h1 {
    font-size: clamp(3.35rem, 16vw, 4.9rem);
  }

  .pa-hero p {
    max-width: 240px;
    font-size: 1rem;
  }

  .pa-button {
    min-height: 54px;
  }

  .pa-quality-strip {
    width: calc(100% - 0rem);
    margin: -2em 0 3em 0;
  }

  .pa-quality-strip article {
    min-height: 125px;
    padding-inline: .35rem;
  }

  .pa-quality-strip strong,
  .pa-quality-strip span {
    font-size: .69rem;
  }

  .pa-product-row {
    grid-auto-columns: minmax(128px, 1fr);
  }

  .pa-offer {
    grid-template-columns: 1fr;
  }

  .pa-offer a {
    justify-self: end;
    margin: 0 1rem 1rem 0;
    right: 15rem;
  }

  .pa-offer-vials {
    right: 11%;
  }

  .pa-offer-vials img {
    width: 62px;
  }

  .pa-bottom-proof {
    overflow-x: auto;
    grid-auto-columns: 118px;
    grid-auto-flow: column;
    grid-template-columns: none;
  }
}

@media (min-width: 900px) {
  .pa-desktop-promo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    min-height: 44px;
    background: linear-gradient(90deg, #05669b, #0ca19c 54%, #64bf58);
    color: white;
    font-size: .86rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .pa-desktop-promo span {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
  }

  .pa-desktop-promo .pa-icon {
    color: white;
    width: 28px;
    height: 28px;
    transform: scale(.72);
  }

  .pa-nav {
    grid-template-columns: auto 1fr auto;
    min-height: 108px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .pa-menu {
    display: none;
  }

  .pa-logo {
    justify-content: flex-start;
  }

  .pa-logo img {
    width: 172px;
  }

  .pa-nav-links {
    display: flex;
    justify-content: center;
    gap: clamp(1.2rem, 2.3vw, 2.4rem);
    color: var(--pa-ink);
    font-size: .88rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .pa-nav-links a.is-active {
    color: var(--pa-teal);
    box-shadow: inset 0 -3px 0 var(--pa-teal);
  }

  .pa-mobile-benefits {
    display: none;
  }

  .pa-hero {
    grid-template-columns: .88fr 1.12fr;
    min-height: 660px;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .pa-hero-copy {
    max-width: 560px;
    margin-left: clamp(1rem, 4vw, 4rem);
  }

  .pa-hero h1 {
    font-size: clamp(5rem, 7vw, 7.8rem);
  }

  .pa-hero p {
    max-width: 390px;
    font-size: 1.18rem;
  }

  .pa-hero-actions {
    grid-template-columns: 1fr 1fr;
    width: 440px;
  }

  .pa-hero-bottle {
    right: 10%;
    bottom: 4.2rem;
    width: min(34vw, 450px);
  }

  .pa-lab-pedestal {
    right: 8%;
    bottom: 2.6rem;
    width: min(38vw, 520px);
  }

  .pa-dna {
    right: 6%;
    top: 4rem;
    width: 250px;
    height: 430px;
  }

  .pa-quality-strip {
    width: min(calc(100% - 5rem), 1110px);
    margin-top: 0;
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .pa-quality-strip article {
    grid-template-columns: 62px 1fr;
    justify-items: start;
    align-items: center;
    min-height: 118px;
    padding: 1.15rem 1.35rem;
    text-align: left;
  }

  .pa-quality-strip .pa-icon {
    grid-row: span 2;
  }

  .pa-quality-strip strong,
  .pa-quality-strip span {
    font-size: .86rem;
  }

  .pa-products {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 1.2rem;
  }

  .pa-product-row {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: row;
    overflow: visible;
  }

  .pa-product-card {
    min-height: 310px;
  }

  .pa-product-card img {
    height: 150px;
  }

  .pa-offer {
    min-height: 178px;
  }

  .pa-offer-vials img {
    width: 105px;
  }

  .pa-bottom-proof {
    width: min(calc(100% - 4rem), 1180px);
    margin: 0 auto;
  }

  .pa-info-section {
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
  }

  .trust-section {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 1.2rem;
  }
}

/* ============================================================
   REFACTOR — semantic layout, mobile nav, sections, fixes
   ============================================================ */

:root {
  --pa-glass: rgba(255, 255, 255, .72);
  --pa-glass-border: rgba(15, 130, 169, .16);
  --pa-glass-shadow: 0 18px 44px rgba(4, 50, 75, .08);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.pa-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 100;
  padding: .75rem 1rem;
  border-radius: 6px;
  background: var(--pa-teal, #0d9b91);
  color: #fff;
  font-weight: 800;
}

.pa-skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Hero semantic typography */
.hero-title {
  margin-top: 1.5rem;
  max-width: 36rem;
  font-size: clamp(2.5rem, 8vw, 4.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--pa-ink, #071c2f);
}

.hero-lead {
  margin-top: 1.75rem;
  max-width: 34rem;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  line-height: 1.65;
  color: var(--muted-ink, #52677b);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 540px) {
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.hero-instrument-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .hero-instrument-desktop {
    display: block;
  }
}

/* .section-shell,
.video-section-shell {
  padding-block: clamp(2rem, 5vw, 3rem);
} */

.about-highlights {
  display: grid;
  gap: .55rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--pa-ink, #071c2f);
  font-weight: 800;
}

.about-highlights li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-right: .55rem;
  border-left: 2px solid var(--pa-teal, #0d9b91);
  border-bottom: 2px solid var(--pa-teal, #0d9b91);
  transform: rotate(-45deg) translateY(-2px);
}

/* Mobile navigation drawer */
.pa-nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  visibility: hidden;
}

.pa-nav-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.pa-nav-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 28, 47, .42);
  opacity: 0;
  transition: opacity .28s ease;
  cursor: pointer;
}

.pa-nav-drawer.is-open .pa-nav-overlay {
  opacity: 1;
}

.pa-nav-panel {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  flex-direction: column;
  width: min(88vw, 320px);
  max-width: 100%;
  padding: 1rem 1.1rem 1.5rem;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  box-shadow: 16px 0 48px rgba(7, 28, 47, .14);
  transform: translateX(-105%);
  transition: transform .32s cubic-bezier(.22, 1, .36, 1);
}

.pa-nav-drawer.is-open .pa-nav-panel {
  transform: translateX(0);
}

.pa-nav-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: 1.25rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid var(--pa-line, #d9e8ef);
}

.pa-nav-panel-head .pa-logo img {
  width: clamp(120px, 34vw, 158px);
  max-height: 66px;
}

.pa-nav-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(13, 155, 145, .1);
  color: var(--pa-ink, #071c2f);
  cursor: pointer;
}

.pa-nav-close span,
.pa-nav-close span::before {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.pa-nav-close span {
  position: relative;
  transform: rotate(45deg);
}

.pa-nav-close span::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: rotate(90deg);
}

.pa-nav-panel nav {
  display: grid;
  gap: .35rem;
}

.pa-nav-panel nav a {
  display: block;
  padding: .85rem .65rem;
  border-radius: 8px;
  color: var(--pa-ink, #071c2f);
  font-size: .95rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.pa-nav-panel nav a:hover,
.pa-nav-panel nav a.is-active,
.pa-nav-links a.is-active {
  color: var(--pa-teal, #0d9b91);
  background: rgba(13, 155, 145, .08);
}

.pa-nav-panel-cta {
  margin-top: auto;
  padding-top: 1.25rem;
}

.pa-nav-panel-cta .primary-cta {
  width: 100%;
}

.pa-menu[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.pa-menu[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.pa-menu[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.pa-menu span {
  transition: transform .24s ease, opacity .24s ease;
}

/* Research categories */
.categories-section {
  padding-block: clamp(2rem, 5vw, 3rem);
}

.categories-head {
  max-width: 720px;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.categories-lead {
  margin-top: .65rem;
  color: var(--muted-ink, #52677b);
  font-size: clamp(.95rem, 2vw, 1.05rem);
  line-height: 1.65;
}

.categories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.category-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid var(--pa-glass-border);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(235, 249, 255, .88)),
    radial-gradient(circle at 12% 0%, rgba(65, 204, 229, .14), transparent 14rem);
  box-shadow: var(--pa-glass-shadow);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 155, 145, .42);
  box-shadow: 0 22px 46px rgba(15, 130, 169, .14);
}

.category-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: rgba(13, 155, 145, .1);
  color: var(--pa-teal, #0d9b91);
}

.category-icon svg {
  width: 26px;
  height: 26px;
}

.category-card h3 {
  margin: 0 0 .5rem;
  color: var(--pa-ink, #071c2f);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  font-weight: 800;
  line-height: 1.2;
}

.category-card p {
  flex-grow: 1;
  margin: 0 0 1rem;
  color: var(--muted-ink, #52677b);
  font-size: .92rem;
  line-height: 1.55;
}

.category-link {
  color: var(--pa-teal, #0d9b91);
  font-size: .85rem;
  font-weight: 800;
}

.category-link::after {
  content: " →";
}

@media (min-width: 600px) {
  .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

/* Research-only horizontal slider */
.pa-research-section {
  padding-block: clamp(1.5rem, 4vw, 2.5rem);
}

.pa-research-section .pa-section-head h2 {
  margin: .35rem 0 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: .03em;
  color: var(--pa-ink, #071c2f);
}

.pa-research-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 78vw);
  gap: .85rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: .25rem;
  padding: .25rem .25rem .85rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-x;
}

.pa-research-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.pa-research-card {
  scroll-snap-align: start;
  display: grid;
  gap: .55rem;
  min-height: 168px;
  padding: 1.1rem;
  border: 1px solid var(--pa-glass-border);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(235, 249, 255, .86)),
    radial-gradient(circle at 80% 0%, rgba(99, 198, 129, .12), transparent 12rem);
  box-shadow: var(--pa-glass-shadow);
}

.pa-research-card .pa-icon {
  width: 52px;
  height: 52px;
  border: 2px solid var(--pa-teal, #0d9b91);
  border-radius: 50%;
}

.pa-research-card strong {
  color: var(--pa-ink, #071c2f);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.pa-research-card p {
  margin: 0;
  color: var(--muted-ink, #52677b);
  font-size: .84rem;
  line-height: 1.45;
}

@media (min-width: 900px) {
  .pa-research-track {
    grid-auto-columns: minmax(220px, 1fr);
    grid-auto-flow: unset;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
    cursor: default;
    padding-bottom: 0;
  }
}

/* Product row scroll polish */
.pa-product-row {
  scrollbar-width: thin;
  scrollbar-color: rgba(13, 155, 145, .35) transparent;
}

.pa-product-row.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.pa-product-row:not(.is-dragging) {
  cursor: grab;
}

@media (min-width: 900px) {
  .pa-product-row {
    cursor: default;
  }
}

/* Reveal animation (no GSAP required) */
/* .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
} */

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Glass contact + form */
.contact-console {
  border-radius: 14px;
}

.contact-submit {
  width: 100%;
}

.contact-form {
  display: grid;
  gap: .9rem;
}

/* Site footer */
.pa-site-footer {
  position: relative;
  z-index: 2;
  margin-top: clamp(2rem, 5vw, 3rem);
  background: linear-gradient(90deg, #00529b 0%, #007b8b 50%, #2e9344 100%);
  color: #fff;
}

.pa-site-footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 1.25rem) 1.5rem;
}

.pa-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.pa-footer-brand img {
  width: min(100px, 60vw);
  height: auto;
  filter: brightness(0) invert(1);
}

.pa-footer-brand p {
  margin: 1rem 0 0;
  max-width: 20rem;
  font-size: .75rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .82);
}

.pa-footer-col h3 {
  margin: 0 0 1rem;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pa-footer-col p {
  margin: 0 0 1rem;
  font-size: .75rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .9);
}

.pa-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pa-footer-col li+li {
  margin-top: .5rem;
}

.pa-footer-col a {
  color: rgba(255, 255, 255, .92);
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.pa-footer-col a:hover {
  text-decoration: underline;
}

.pa-footer-newsletter {
  display: flex;
  margin-bottom: 1rem;
}

.pa-footer-newsletter input {
  flex: 1;
  min-width: 0;
  border: 0;
  border-radius: .5rem 0 0 .5rem;
  padding: .55rem .75rem;
  font-size: .75rem;
  color: #1f2937;
}

.pa-footer-newsletter button {
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0 .5rem .5rem 0;
  padding: .55rem .75rem;
  background: #004b6e;
  color: #fff;
  cursor: pointer;
}

.pa-footer-social {
  display: flex;
  gap: .75rem;
}

.pa-footer-social a {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #003b5c;
  color: #fff;
  transition: transform .2s ease;
}

.pa-footer-social a:hover {
  transform: scale(1.08);
}

.pa-footer-social svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.pa-footer-bar {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 1rem clamp(1rem, 4vw, 1.25rem) 1.25rem;
}

.pa-footer-bar p {
  max-width: 72rem;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .82);
  text-align: center;
}

.pa-footer-bar a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .pa-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pa-footer-bar p {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .pa-footer-grid {
    grid-template-columns: 1.4fr .8fr .9fr 1.1fr;
    gap: 2rem;
  }
}

/* 320px safety net */
@media (max-width: 360px) {

  .pa-nav {
    min-height: 88px;
    padding-inline: .85rem;
  }

  .pa-mobile-benefits span {
    grid-template-columns: 36px 1fr;
    padding-inline: .65rem;
  }

  .pa-quality-strip {
    width: calc(100% - 1rem);
    margin-inline: .5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pa-quality-strip article:nth-child(2) {
    border-right: 0;
  }

  .pa-quality-strip article:nth-child(-n+2) {
    border-bottom: 1px solid var(--pa-line, #d9e8ef);
  }

  .hero-title {
    font-size: clamp(2.15rem, 11vw, 2.8rem);
  }

  .pa-research-track {
    grid-auto-columns: minmax(200px, 88vw);
  }

  .pa-offer strong {
    font-size: clamp(2.6rem, 14vw, 3.4rem);
  }
}



/* ======== */


/* Hero banner */
.pa-mobile-card {
  position: relative;
  width: 100%;
  max-width: 1280px;
  min-height: clamp(560px, 82vh, 760px);
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.75rem) clamp(1rem, 4vw, 2.5rem);
  overflow: hidden;
  isolation: isolate;
}

.pa-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 90% 20%, rgba(13, 180, 185, 0.15) 0%, transparent 55%),
    radial-gradient(circle at 10% 80%, rgba(0, 168, 150, 0.08) 0%, transparent 50%),
    linear-gradient(165deg, #f8fcff 0%, #eaf4f8 100%);
}

.pa-water-ripple {
  position: absolute;
  right: -12%;
  bottom: 10%;
  z-index: 0;
  width: clamp(180px, 42vw, 320px);
  height: clamp(180px, 42vw, 320px);
  border-radius: 50%;
  pointer-events: none;
  /* background: radial-gradient(circle, rgba(13, 180, 185, 0.2) 0%, rgba(255, 255, 255, 0) 70%); */
  filter: blur(20px);
}

.pa-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(1.25rem, 4vw, 2rem);
  min-height: inherit;
}

.pa-content-top {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 36rem;
}

/* Typography */
.pa-title {
  /* font-family: 'Montserrat', sans-serif;
  font-size: clamp(3.4rem, 5vw, 5.25rem) !important;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #0b1a28; */


  max-width: 560px !important;
  color: var(--ink) !important;
  font-size: clamp(3.4rem, 5vw, 4.25rem) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
}

.pa-title .pa-teal-text {
  color: #0a9396;
  display: block;
}

.pa-divider {
  width: 28px;
  height: 3px;
  background-color: #0a9396;
  border-radius: 2px;
  margin: 1rem 0;
}

.pa-subtitle {
  margin-top: 1.75rem;
  max-width: 34rem;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  line-height: 1.65;
  color: var(--muted-ink, #52677b);
}

.pa-content-top .eyebrow {
  margin-bottom: .75rem;
}

.pa-hero-grid>.hero-cert-row {
  margin-top: 0;
}

/* Buttons */
.pa-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 280px;
  margin-top: 1.75rem;
}

.pa-btn-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #008080 0%, #005f73 100%);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.4rem 0.4rem 0.4rem 1.25rem;
  border-radius: 50px;
  box-shadow: 0 8px 18px rgba(0, 128, 128, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pa-btn-primary:active {
  transform: scale(0.98);
}

.pa-arrow-circle {
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pa-arrow-circle svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pa-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #0b1a28;
  border: 1.5px solid #0b1a28;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  transition: background 0.2s ease;
}

.pa-btn-secondary:active {
  background: rgba(11, 26, 40, 0.05);
}

/* Product showcase: molecule behind vial */
.pa-vial-showcase {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: min(100%, 520px);
  min-height: clamp(280px, 46vw, 480px);
  margin-inline: auto;
  isolation: isolate;
}

.pa-hero-molecule {
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: 1;
  width: clamp(240px, 68vw, 440px);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center center;
  opacity: 0.82;
  filter: drop-shadow(0 0 28px rgba(13, 155, 145, 0.18));
  animation: heroMoleculeDrift 16s ease-in-out infinite;
  will-change: transform;
}

.pa-vial-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Desktop-only banner image blending stage */
.pa-banner-glow,
.pa-banner-blend {
  display: none;
}

.pa-banner-image-stage {
  isolation: isolate;
}

.pa-vial-img {
  position: relative;
  z-index: 2;
  width: clamp(150px, 42vw, 260px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transform: rotate(12deg) translate3d(0, -10px, 0);
  filter: drop-shadow(15px 20px 25px rgba(11, 26, 40, 0.2));
  animation: floatVialRotated 6s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes heroMoleculeDrift {

  0%,
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(0deg);
    opacity: 0.74;
  }

  33% {
    transform: translate3d(calc(-50% + 6px), calc(-50% - 14px), 0) scale(1.03) rotate(4deg);
    opacity: 0.88;
  }

  66% {
    transform: translate3d(calc(-50% - 5px), calc(-50% - 8px), 0) scale(1.01) rotate(-3deg);
    opacity: 0.8;
  }
}

@keyframes floatVialRotated {
  0% {
    transform: rotate(12deg) translate3d(0, -10px, 0);
  }

  100% {
    transform: rotate(8deg) translate3d(0, -22px, 0);
  }
}

@keyframes floatBannerDesktop {
  0% {
    transform: rotate(6deg) translate3d(0, -6px, 0);
  }

  100% {
    transform: rotate(3deg) translate3d(0, -18px, 0);
  }
}

@media (min-width: 900px) {
  .pa-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    grid-template-rows: auto auto auto;
    gap: clamp(1rem, 3vw, 3rem);
  }

  .pa-content-top {
    grid-column: 1;
    grid-row: 1;
    max-width: 34rem;
    padding-right: 1rem;
  }

  .pa-actions {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 1.75rem;
  }

  .pa-hero-grid>.hero-cert-row {
    grid-column: 1;
    grid-row: 3;
    margin-top: 1.75rem;
  }

  .pa-vial-showcase,
  .pa-vial-wrapper.pa-banner-image-stage {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    justify-self: end;
    max-width: min(100%, 640px);
    min-height: clamp(460px, 44vw, 640px);
    margin-inline: 0;
  }

  .pa-hero-molecule {
    width: clamp(320px, 36vw, 460px);
    top: 50%;
  }

  .pa-banner-glow,
  .pa-banner-blend {
    display: block;
  }

  .pa-banner-glow {
    position: absolute;
    inset: 8% 0 2% 8%;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    /* background:
      radial-gradient(ellipse 72% 68% at 52% 48%, rgba(13, 155, 145, 0.28) 0%, rgba(13, 180, 185, 0.12) 38%, transparent 72%),
      radial-gradient(circle at 70% 30%, rgba(0, 168, 150, 0.14) 0%, transparent 55%); */
    filter: blur(28px);
    opacity: 0.95;
  }

  .pa-banner-blend {
    position: absolute;
    inset: -4% -6% -2% -2%;
    z-index: 3;
    pointer-events: none;
    /* background:
      radial-gradient(ellipse 78% 82% at 54% 52%, transparent 42%, rgba(248, 252, 255, 0.55) 68%, rgba(234, 244, 248, 0.92) 100%),
      linear-gradient(100deg, rgba(234, 244, 248, 0.88) 0%, transparent 26%),
      linear-gradient(180deg, transparent 58%, rgba(234, 244, 248, 0.72) 100%); */
    mix-blend-mode: normal;
  }

  .pa-vial-img,
  .pa-banner-img {
    width: 52rem;
    /*clamp(280px, 38vw, 480px);*/
    /* max-height: min(72vh, 640px);
    object-fit: contain; */
    object-position: top ;
    transform: rotate(6deg) translate3d(0, -6px, 0);
    filter: none;
      /* drop-shadow(0 28px 48px rgba(11, 26, 40, 0.16)) drop-shadow(0 0 80px rgba(13, 155, 145, 0.12)); */
    -webkit-mask-image: radial-gradient(ellipse 88% 90% at 50% 54%, #000 52%, transparent 100%);
    mask-image: radial-gradient(ellipse 88% 90% at 50% 54%, #000 52%, transparent 100%);
    animation: floatBannerDesktop 6s ease-in-out infinite alternate;
    max-width: 60rem;
    height: 100vh;
  }

  .pa-mobile-card {
    min-height: clamp(620px, 88vh, 860px);
  }

  .pa-water-ripple {
    right: 4%;
    bottom: 14%;
    width: clamp(260px, 34vw, 420px);
    height: clamp(260px, 34vw, 420px);
    background: radial-gradient(circle, rgba(13, 180, 185, 0.18) 0%, rgba(255, 255, 255, 0) 72%);
    filter: blur(32px);
    opacity: 0.85;
  }
}

/* Mobile hero layout — desktop rules above remain untouched */
@media (max-width: 899px) {
  .pa-mobile-card {
    min-height: auto;
    padding: 1.15rem 0.85rem 1rem;
  }

  .pa-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(96px, 36vw);
    grid-template-areas:
      "copy vial"
      "actions actions"
      "certs certs";
    gap: 0.5rem 0.35rem;
    align-items: start;
  }

  .hero-section {
    padding: 0;
    height: 35em;
  }

  .pa-content-top {
    grid-area: copy;
    max-width: none;
    min-width: 0;
    text-align: left;
  }

  .pa-content-top .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    margin-bottom: 0.4rem;
  }

  .pa-content-top .pa-title {
    font-size: clamp(1.45rem, 6.2vw, 2rem) !important;
    line-height: 1.12 !important;
    max-width: none !important;
  }

  /* .pa-content-top .pa-subtitle {
    display: none;
  } */

  .pa-vial-showcase {
    grid-area: vial;
    min-height: clamp(170px, 44vw, 240px);
    max-width: none;
    width: 100%;
    margin-inline: 0;
    align-self: center;
    justify-self: end;
  }

  .pa-hero-molecule {
    width: clamp(130px, 37vw, 200px);
    top: 52%;
    opacity: 0.76;
  }

  .pa-vial-img {
    /* width: clamp(72px, 19vw, 140px); */
    width: 39rem !important;
    max-width: 36rem;
    top: -1rem;
    opacity: 0.8;
    animation: none;
    right: 1.5rem;
    transform: none;
  }

  .pa-subtitle {
    color: #000;
  }

  .pa-actions {
    grid-area: actions;
    width: 100%;
    max-width: none;
    margin-top: 0.65rem;
    gap: 0.55rem;
  }

  .pa-btn-primary,
  .pa-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .pa-btn-primary {
    padding-inline: 1rem;
  }

  .pa-hero-grid>.hero-cert-row {
    /* grid-area: certs;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 0.65rem;
    max-width: none;
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(206, 232, 242, 0.9); */

    grid-area: certs;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem 0.65rem;
    max-width: none;
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(206, 232, 242, 0.9);
  }

  .pa-hero-grid>.hero-cert-row span {
    border-right: 0;
    border-bottom: 0;
    font-size: 0.62rem;
    gap: 0.35rem;
    min-height: auto;
    line-height: 1.2;
  }

  /* .pa-hero-grid>.hero-cert-row .hero-cert-extra {
    display: none;
  } */

  .pa-water-ripple {
    right: -18%;
    bottom: 18%;
    width: clamp(140px, 38vw, 220px);
    height: clamp(140px, 38vw, 220px);
  }
}

@media (max-width: 360px) {
  .pa-vial-showcase {
    min-height: 220px;
  }

  .pa-hero-molecule {
    width: min(78vw, 220px);
  }

  .pa-vial-img {
    width: min(42vw, 140px);
  }
}

@media (prefers-reduced-motion: reduce) {

  .pa-hero-molecule,
  .pa-vial-img,
  .pa-banner-img {
    animation: none;
    will-change: auto;
  }

  .pa-vial-img {
    transform: rotate(12deg) translate3d(0, -10px, 0);
  }

  .pa-banner-img {
    transform: rotate(6deg) translate3d(0, -6px, 0);
  }
}