/*
 * Global Peptide Sciences homepage presentation
 * Structured hero plus a restrained, consistent homepage brand layer.
 */

.gp-home-hero,
.gp-home-hero * {
  box-sizing: border-box;
}

.gp-home-hero {
  --gp-hero-blue: #0876e8;
  --gp-hero-blue-deep: #075fc8;
  --gp-hero-navy: #0c315f;
  --gp-hero-ink: #101c2d;
  --gp-hero-muted: #5f6f85;
  --gp-hero-line: rgba(25, 71, 119, 0.14);
  --gp-hero-pad: clamp(34px, 5vw, 96px);
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(620px, calc(100svh - 134px), 780px);
  display: grid;
  align-items: center;
  overflow: clip;
  color: var(--gp-hero-ink);
  background:
    radial-gradient(circle at 69% 43%, rgba(36, 133, 232, 0.16), transparent 32%),
    radial-gradient(circle at 22% 60%, rgba(103, 185, 255, 0.10), transparent 34%),
    linear-gradient(112deg, #ffffff 0%, #f6fbff 44%, #eaf5ff 100%);
  border-bottom: 1px solid rgba(27, 93, 151, 0.08);
}

.gp-home-hero::before,
.gp-home-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.gp-home-hero::before {
  width: 420px;
  height: 500px;
  left: -130px;
  top: 8%;
  opacity: 0.36;
  background-image:
    linear-gradient(30deg, transparent 24%, rgba(24, 119, 207, 0.14) 25%, rgba(24, 119, 207, 0.14) 26%, transparent 27%, transparent 74%, rgba(24, 119, 207, 0.14) 75%, rgba(24, 119, 207, 0.14) 76%, transparent 77%),
    linear-gradient(150deg, transparent 24%, rgba(24, 119, 207, 0.14) 25%, rgba(24, 119, 207, 0.14) 26%, transparent 27%, transparent 74%, rgba(24, 119, 207, 0.14) 75%, rgba(24, 119, 207, 0.14) 76%, transparent 77%);
  background-size: 116px 202px;
}

.gp-home-hero::after {
  width: 290px;
  height: 290px;
  right: -92px;
  bottom: -84px;
  border: 1px solid rgba(12, 113, 208, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(12, 113, 208, 0.035),
    0 0 0 96px rgba(12, 113, 208, 0.025);
}

.gp-home-hero__particles {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
}

.gp-home-hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.gp-home-hero__glow--left {
  width: 280px;
  height: 280px;
  left: 24%;
  top: 23%;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(10px);
}

.gp-home-hero__glow--right {
  width: 500px;
  height: 500px;
  right: 9%;
  top: 14%;
  background: rgba(75, 161, 255, 0.09);
  filter: blur(10px);
}

.gp-home-hero__shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (var(--gp-hero-pad) * 2)), 1520px);
  margin-inline: auto;
  padding-block: clamp(38px, 5.2vh, 70px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  grid-template-areas:
    "copy visual"
    "features visual";
  grid-template-rows: auto auto;
  column-gap: clamp(38px, 5vw, 88px);
  row-gap: clamp(26px, 3.4vh, 38px);
  align-items: center;
}

.gp-home-hero__copy {
  grid-area: copy;
  width: 100%;
  max-width: 680px;
  align-self: end;
}

.gp-home-hero__eyebrow {
  position: relative;
  width: max-content;
  margin: 0 0 clamp(22px, 2.6vh, 30px);
  padding-bottom: 13px;
  color: var(--gp-hero-blue-deep);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(11px, 0.8vw, 14px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.gp-home-hero__eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gp-hero-blue), #42b7ff);
}

.gp-home-hero__title {
  max-width: 680px;
  margin: 0 0 clamp(18px, 2.2vh, 25px);
  color: var(--gp-hero-ink);
  font-family: "Manrope", "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(50px, 4.35vw, 76px);
  font-weight: 800;
  line-height: 1.035;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.gp-home-hero__title span {
  display: block;
}

.gp-home-hero__title-accent {
  color: var(--gp-hero-blue-deep);
}

.gp-home-hero__subtitle {
  max-width: 580px;
  margin: 0;
  color: var(--gp-hero-muted);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(15px, 1.03vw, 18px);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.012em;
}

.gp-home-hero__actions {
  margin-top: clamp(24px, 3vh, 34px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 22px;
}

.gp-home-hero__cta {
  min-width: 202px;
  min-height: 56px;
  padding: 15px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(105deg, #168bff 0%, #086bd7 100%);
  box-shadow: 0 16px 30px rgba(4, 105, 216, 0.23);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.gp-home-hero__cta svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.gp-home-hero__cta:hover,
.gp-home-hero__cta:focus-visible {
  color: #ffffff;
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(4, 105, 216, 0.3);
}

.gp-home-hero__cta:hover svg,
.gp-home-hero__cta:focus-visible svg {
  transform: translateX(3px);
}

.gp-home-hero__cta:focus-visible {
  outline: 3px solid rgba(4, 105, 216, 0.28);
  outline-offset: 4px;
}

.gp-home-hero__note {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #718096;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.gp-home-hero__note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gp-hero-blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gp-home-hero__features {
  grid-area: features;
  width: min(100%, 650px);
  margin: 0;
  padding: clamp(22px, 2.7vh, 29px) 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--gp-hero-line);
  align-self: start;
}

.gp-home-hero__feature {
  min-width: 0;
  min-height: 96px;
  padding: 0 clamp(15px, 1.35vw, 24px);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-left: 1px solid var(--gp-hero-line);
}

.gp-home-hero__feature:first-child {
  padding-left: 0;
  border-left: 0;
}

.gp-home-hero__feature:last-child {
  padding-right: 0;
}

.gp-home-hero__feature-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 118, 232, 0.16);
  border-radius: 13px;
  color: var(--gp-hero-blue);
  background: linear-gradient(145deg, #ffffff, #edf7ff);
  box-shadow: 0 9px 20px rgba(22, 91, 154, 0.08);
}

.gp-home-hero__feature-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gp-home-hero__feature-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 2px;
}

.gp-home-hero__feature-copy strong {
  color: var(--gp-hero-ink);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(12px, 0.86vw, 14px);
  font-weight: 800;
  line-height: 1.2;
}

.gp-home-hero__feature-copy > span {
  color: #68778b;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(11px, 0.75vw, 13px);
  font-weight: 500;
  line-height: 1.42;
}

.gp-home-hero__visual {
  grid-area: visual;
  width: min(100%, 620px);
  margin: 0;
  justify-self: end;
  align-self: center;
}

.gp-home-hero__product-stage {
  position: relative;
  width: min(100%, 620px);
  min-height: 420px;
  margin-inline: auto;
  display: grid;
  place-items: center;
}


.gp-home-hero__product {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 86%;
  height: auto;
  max-height: min(58svh, 570px);
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(18, 58, 104, 0.17));
}

.gp-home-hero__badges {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.gp-home-hero__badge {
  position: absolute;
  min-height: 38px;
  padding: 8px 14px 8px 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(8, 118, 232, 0.15);
  border-radius: 999px;
  color: #18283d;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(29, 73, 119, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(9px, 0.74vw, 12px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.gp-home-hero__badge svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  padding: 4px;
  overflow: visible;
  border-radius: 50%;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: linear-gradient(135deg, #128cff, #0066d7);
}

.gp-home-hero__badge--based {
  left: 4%;
  top: 29%;
}

.gp-home-hero__badge--gmp {
  right: 1%;
  top: 47%;
}

.gp-home-hero__badge--tested {
  left: 8%;
  bottom: 15%;
}

/* Homepage brand system: consistent type, spacing, radii, and blue accents. */
#primary > .alx-new-gear,
#primary > .alx-potential,
#primary > .alx-world-peptides,
#primary > .alx-peptide-story,
#primary > .alx-inspiration {
  --gp-home-edge: clamp(22px, 5.2vw, 96px);
}

#primary .alx-section-head h2,
#primary .alx-potential h2,
#primary .alx-world-peptides h2,
#primary .alx-story-heading h2,
#primary .alx-inspiration-head h2 {
  font-family: "Manrope", "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-transform: none;
}

#primary .alx-new-gear {
  padding: clamp(72px, 8vw, 112px) 0 clamp(82px, 9vw, 128px) var(--gp-home-edge);
}

#primary .alx-section-head {
  padding-right: var(--gp-home-edge);
  margin-bottom: 32px;
}

#primary .alx-section-head h2,
#primary .alx-potential h2 {
  font-size: clamp(38px, 4.4vw, 68px);
}

#primary .alx-carousel-controls {
  width: auto;
  height: 42px;
  padding: 4px;
  gap: 2px;
  border-color: rgba(8, 118, 232, 0.14);
  box-shadow: 0 10px 25px rgba(17, 75, 131, 0.08);
}

#primary .alx-carousel-btn {
  width: 34px;
  height: 32px;
  color: #6e7d90;
}

#primary .alx-carousel-btn:hover,
#primary .alx-carousel-btn:focus-visible {
  color: #ffffff;
  background: var(--global-blue);
}

#primary .alx-product-track {
  gap: clamp(16px, 1.6vw, 26px);
  padding-right: var(--gp-home-edge);
}

#primary .alx-new-gear .alx-product-media,
#primary .alx-world-product-grid .alx-product-media,
#primary .alx-world-product-grid .alx-world-media {
  border: 1px solid rgba(23, 78, 128, 0.09);
  border-radius: 18px;
  background: linear-gradient(145deg, #f9fbfd, #edf4f9);
  box-shadow: 0 13px 34px rgba(18, 58, 104, 0.07);
}

#primary .alx-product-card h3,
#primary .alx-world-card h3,
#primary .alx-product-meta,
#primary .alx-world-meta {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

#primary .alx-product-card h3,
#primary .alx-world-card h3 {
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-transform: none;
}

#primary .alx-product-meta,
#primary .alx-world-meta {
  color: #6d7c8e;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#primary .alx-potential {
  padding: 0 var(--gp-home-edge) clamp(82px, 8vw, 116px);
}

#primary .alx-potential h2 {
  margin-bottom: 30px;
}

#primary .alx-category-grid {
  gap: clamp(10px, 1vw, 16px);
}

#primary .alx-category-card {
  border-radius: 18px;
}

#primary .alx-category-image,
#primary .alx-category-card:first-child .alx-category-image,
#primary .alx-category-card:last-child .alx-category-image {
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(16, 51, 88, 0.1);
}

#primary .alx-category-title {
  margin-top: 15px;
  color: #18283d;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
  text-transform: none;
  white-space: normal;
}

#primary .alx-proof-marquee {
  min-height: 50px;
  background: linear-gradient(100deg, #00aeef 0%, #0082dc 44%, #004f91 78%, #10243d 100%);
}

#primary .alx-proof-track {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(13px, 1.15vw, 18px);
  font-weight: 800;
  letter-spacing: 0.06em;
}

#primary .alx-world-peptides {
  padding: clamp(80px, 8.2vw, 118px) var(--gp-home-edge) clamp(70px, 7vw, 102px);
  background: linear-gradient(180deg, #f8fbfe 0%, #f2f8fd 100%);
  border-top: 1px solid rgba(19, 89, 151, 0.08);
  border-bottom: 1px solid rgba(19, 89, 151, 0.08);
}

#primary .alx-world-peptides h2 {
  margin-bottom: 34px;
  font-size: clamp(40px, 4.6vw, 70px);
}

#primary .alx-world-product-grid {
  gap: clamp(18px, 1.6vw, 28px);
}

#primary .alx-world-banner-grid {
  gap: clamp(16px, 1.5vw, 24px);
  margin-top: clamp(48px, 5vw, 70px);
}

#primary .alx-world-banner {
  border-radius: 22px;
  box-shadow: 0 20px 46px rgba(13, 54, 95, 0.12);
}

#primary .alx-peptide-story {
  padding: clamp(72px, 7vw, 100px) var(--gp-home-edge);
  background:
    radial-gradient(circle at 54% 50%, rgba(0, 130, 220, 0.08), transparent 24%),
    #ffffff;
}

#primary .alx-story-heading h2 {
  font-size: clamp(40px, 4.4vw, 68px);
}

#primary .alx-story-copy p {
  color: #5e6d80;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.7;
}

#primary .alx-story-copy .alx-story-lead {
  color: #17283d;
  font-size: clamp(15px, 1.12vw, 18px);
  line-height: 1.55;
}

#primary .alx-text-link,
#primary .alx-inspiration-head a {
  color: var(--global-blue);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
}

#primary .alx-inspiration {
  padding: clamp(76px, 8vw, 112px) var(--gp-home-edge) 24px;
}

#primary .alx-inspiration-head {
  margin-bottom: 36px;
}

#primary .alx-inspiration-head h2 {
  font-size: clamp(38px, 4.1vw, 64px);
}

#primary .alx-inspiration-card {
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(15, 48, 82, 0.1);
}

@media (max-width: 1240px) and (min-width: 981px) {
  .gp-home-hero {
    --gp-hero-pad: clamp(34px, 4vw, 58px);
    min-height: 610px;
  }

  .gp-home-hero__shell {
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
    column-gap: clamp(26px, 3.2vw, 46px);
  }

  .gp-home-hero__title {
    font-size: clamp(45px, 4.15vw, 58px);
  }

  .gp-home-hero__visual {
    width: min(100%, 540px);
  }

  .gp-home-hero__product-stage {
    min-height: 380px;
  }

  .gp-home-hero__product {
    max-height: min(56svh, 500px);
  }

  .gp-home-hero__feature {
    padding-inline: 13px;
    gap: 9px;
  }
}

@media (min-width: 981px) and (max-height: 760px) {
  .gp-home-hero {
    min-height: calc(100svh - 134px);
  }

  .gp-home-hero__shell {
    padding-block: 26px;
    row-gap: 21px;
  }

  .gp-home-hero__eyebrow {
    margin-bottom: 18px;
  }

  .gp-home-hero__title {
    margin-bottom: 14px;
    font-size: clamp(42px, 3.7vw, 58px);
  }

  .gp-home-hero__subtitle {
    font-size: 14px;
    line-height: 1.5;
  }

  .gp-home-hero__actions {
    margin-top: 18px;
  }

  .gp-home-hero__cta {
    min-height: 50px;
  }

  .gp-home-hero__features {
    padding-top: 18px;
  }

  .gp-home-hero__feature {
    min-height: 78px;
  }

  .gp-home-hero__product-stage {
    min-height: 330px;
  }

  .gp-home-hero__product {
    max-height: min(54svh, 450px);
  }
}

@media (max-width: 980px) {
  .gp-home-hero {
    --gp-hero-pad: clamp(20px, 5vw, 42px);
    min-height: 0;
    display: block;
    overflow: hidden;
  }

  .gp-home-hero__particles {
    opacity: 0.12;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .gp-home-hero__shell {
    width: min(calc(100% - (var(--gp-hero-pad) * 2)), 760px);
    padding-block: clamp(48px, 8vw, 72px);
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "visual"
      "features";
    row-gap: clamp(30px, 5vw, 44px);
  }

  .gp-home-hero__copy {
    max-width: 690px;
    justify-self: center;
    text-align: center;
    align-self: auto;
  }

  .gp-home-hero__eyebrow {
    margin-inline: auto;
  }

  .gp-home-hero__eyebrow::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .gp-home-hero__title {
    font-size: clamp(46px, 8.8vw, 68px);
  }

  .gp-home-hero__subtitle {
    max-width: 590px;
    margin-inline: auto;
  }

  .gp-home-hero__actions {
    justify-content: center;
  }

  .gp-home-hero__visual {
    width: min(88%, 520px);
    justify-self: center;
  }

  .gp-home-hero__product-stage {
    min-height: 360px;
  }

  .gp-home-hero__product {
    max-width: 82%;
    max-height: 500px;
  }

  .gp-home-hero__features {
    width: 100%;
    justify-self: center;
  }

  #primary .alx-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #primary .alx-category-card:last-child {
    grid-column: 1 / -1;
    width: min(50%, 360px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .gp-home-hero {
    --gp-hero-pad: 18px;
  }

  .gp-home-hero::before {
    left: -220px;
    top: 16%;
    opacity: 0.25;
  }

  .gp-home-hero__glow--left {
    left: -230px;
    top: 17%;
    opacity: 0.24;
  }

  .gp-home-hero__glow--right {
    display: none;
  }

  .gp-home-hero__shell {
    padding-block: 42px 48px;
    row-gap: 28px;
  }

  .gp-home-hero__eyebrow {
    margin-bottom: 20px;
    padding-bottom: 11px;
    font-size: 10px;
    letter-spacing: 0.3em;
  }

  .gp-home-hero__title {
    margin-bottom: 17px;
    font-size: clamp(38px, 11.8vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.052em;
  }

  .gp-home-hero__subtitle {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.6;
  }

  .gp-home-hero__actions {
    margin-top: 23px;
    flex-direction: column;
    gap: 13px;
  }

  .gp-home-hero__cta {
    width: min(100%, 246px);
    min-height: 54px;
    font-size: 15px;
  }

  .gp-home-hero__note {
    font-size: 9px;
  }

  .gp-home-hero__visual {
    width: min(96%, 390px);
    margin-inline: auto;
  }

  .gp-home-hero__product-stage {
    min-height: 300px;
  }

  .gp-home-hero__product {
    max-width: 82%;
    max-height: 365px;
  }

  .gp-home-hero__badge {
    min-height: 29px;
    padding: 6px 8px 6px 6px;
    gap: 5px;
    font-size: 8px;
  }

  .gp-home-hero__badge svg {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    padding: 3px;
  }

  .gp-home-hero__badge--based {
    left: 0;
    top: 30%;
  }

  .gp-home-hero__badge--gmp {
    right: -1%;
    top: 47%;
  }

  .gp-home-hero__badge--tested {
    left: 2%;
    bottom: 14%;
  }

  .gp-home-hero__features {
    padding-top: 0;
    grid-template-columns: 1fr;
    border-top: 0;
    border: 1px solid var(--gp-hero-line);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 18px 40px rgba(28, 77, 122, 0.07);
  }

  .gp-home-hero__feature,
  .gp-home-hero__feature:first-child,
  .gp-home-hero__feature:last-child {
    min-height: 0;
    padding: 17px;
    align-items: center;
    border-left: 0;
    border-top: 1px solid var(--gp-hero-line);
  }

  .gp-home-hero__feature:first-child {
    border-top: 0;
  }

  .gp-home-hero__feature-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
  }

  .gp-home-hero__feature-copy {
    gap: 4px;
    text-align: left;
  }

  .gp-home-hero__feature-copy strong {
    font-size: 13px;
  }

  .gp-home-hero__feature-copy > span {
    font-size: 12px;
  }

  #primary .alx-new-gear {
    padding: 62px 0 78px 18px;
  }

  #primary .alx-section-head {
    padding-right: 18px;
    margin-bottom: 24px;
  }

  #primary .alx-potential,
  #primary .alx-world-peptides,
  #primary .alx-peptide-story,
  #primary .alx-inspiration {
    padding-left: 18px;
    padding-right: 18px;
  }

  #primary .alx-potential {
    padding-bottom: 72px;
  }

  #primary .alx-category-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #primary .alx-category-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  #primary .alx-category-image {
    height: min(118vw, 440px);
  }

  #primary .alx-world-product-grid,
  #primary .alx-world-banner-grid {
    grid-template-columns: 1fr;
  }

  #primary .alx-peptide-story {
    row-gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-home-hero__cta,
  .gp-home-hero__cta svg {
    transition: none;
  }
}


/* Global Peptide Sciences v1.8.7 — requested homepage refinements */
/* Premium section offer card: first item, fully readable, and aligned to the blue brand system. */
#primary .alx-world-product-grid > .alx-world-offer-card--designed {
  position: relative !important;
  min-height: clamp(370px, 27vw, 470px) !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  padding: clamp(24px, 2.1vw, 34px) !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  border-radius: 22px !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 83% 18%, rgba(109, 222, 255, 0.32), transparent 29%),
    radial-gradient(circle at 65% 78%, rgba(0, 44, 115, 0.38), transparent 44%),
    linear-gradient(145deg, #0b315f 0%, #0669ca 54%, #00a9e8 100%) !important;
  box-shadow: 0 24px 54px rgba(4, 73, 143, 0.24) !important;
}

#primary .alx-world-product-grid > .alx-world-offer-card--designed::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -52px;
  bottom: -76px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(255, 255, 255, 0.04), 0 0 0 88px rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

#primary .alx-world-offer-card--designed > * {
  position: relative;
  z-index: 2;
}

#primary .alx-world-offer-card--designed .alx-world-offer-badge {
  top: clamp(22px, 2vw, 32px) !important;
  left: clamp(22px, 2vw, 32px) !important;
  height: auto !important;
  min-height: 28px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

#primary .alx-world-offer-card--designed .alx-world-offer-product {
  z-index: 1 !important;
  width: min(54%, 300px) !important;
  max-height: 70% !important;
  top: clamp(44px, 4vw, 70px) !important;
  left: auto !important;
  right: -2% !important;
  bottom: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: rotate(5deg) !important;
  filter: drop-shadow(0 24px 30px rgba(0, 27, 72, 0.28)) !important;
}

#primary .alx-world-offer-card--designed:hover .alx-world-offer-product,
#primary .alx-world-offer-card--designed:focus-visible .alx-world-offer-product {
  transform: translateY(-5px) rotate(5deg) scale(1.02) !important;
}

#primary .alx-world-offer-card--designed .alx-world-offer-content {
  left: clamp(24px, 2.1vw, 34px) !important;
  right: auto !important;
  bottom: clamp(78px, 6.5vw, 104px) !important;
  width: 58% !important;
  max-width: 310px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

#primary .alx-world-offer-card--designed .alx-world-offer-main {
  max-width: none !important;
  color: #ffffff !important;
  font-family: "Manrope", "Plus Jakarta Sans", sans-serif !important;
  font-size: clamp(34px, 3.1vw, 54px) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  text-shadow: 0 4px 14px rgba(0, 28, 72, 0.2) !important;
  white-space: normal !important;
  overflow: visible !important;
  text-transform: none !important;
}

#primary .alx-world-offer-card--designed .alx-world-offer-copy {
  max-width: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif !important;
  font-size: clamp(12px, 0.88vw, 15px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

#primary .alx-world-offer-card--designed .alx-world-offer-copy strong {
  color: #ffffff !important;
  font-weight: 800 !important;
}

#primary .alx-world-offer-card--designed .alx-world-offer-cta {
  left: clamp(24px, 2.1vw, 34px) !important;
  right: auto !important;
  bottom: clamp(24px, 2vw, 32px) !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.54) !important;
  border-radius: 999px !important;
  color: #075fc8 !important;
  background: #ffffff !important;
  box-shadow: 0 12px 24px rgba(0, 37, 89, 0.2) !important;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

/* Restore the original oversized editorial Instagram treatment. */
#primary .alx-inspiration-head a {
  margin: 0 !important;
  color: #cfcfcf !important;
  font-family: "Bebas Neue", "Plus Jakarta Sans", sans-serif !important;
  font-size: clamp(34px, 3.72vw, 56px) !important;
  font-weight: 400 !important;
  line-height: 0.88 !important;
  letter-spacing: -0.015em !important;
  text-transform: uppercase !important;
  transition: color 180ms ease, transform 180ms ease !important;
}

#primary .alx-inspiration-head a:hover,
#primary .alx-inspiration-head a:focus-visible {
  color: #050505 !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 767px) {
  #primary .alx-world-product-grid > .alx-world-offer-card--designed {
    min-height: 390px !important;
  }

  #primary .alx-world-offer-card--designed .alx-world-offer-product {
    width: min(50%, 210px) !important;
    top: 70px !important;
    right: -4% !important;
  }

  #primary .alx-world-offer-card--designed .alx-world-offer-content {
    width: 62% !important;
    max-width: 250px !important;
  }
}

@media (max-width: 640px) {
  #primary .alx-inspiration-head a {
    font-size: 30px !important;
  }
}

/* Global Peptide Sciences v1.8.8 — approved homepage refinements */
/* Hero: remove decorative background artwork and use the CDN particle canvas as the visual layer. */
.gp-home-hero {
  background: #f7fbff !important;
  border-bottom-color: rgba(20, 91, 154, 0.10) !important;
}

.gp-home-hero::before,
.gp-home-hero::after,
.gp-home-hero__glow {
  display: none !important;
}

.gp-home-hero__particles {
  z-index: 0 !important;
  opacity: 0.72 !important;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, #000 24%, #000 100%) !important;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, #000 24%, #000 100%) !important;
}

.gp-home-hero__particles canvas {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.gp-home-hero__shell {
  z-index: 2 !important;
}

/* Unlock Your Potential: all photography tiles use a true square frame. */
#primary .alx-potential .alx-category-image,
#primary .alx-potential .alx-category-card:first-child .alx-category-image,
#primary .alx-potential .alx-category-card:last-child .alx-category-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

#primary .alx-potential .alx-category-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Sale card: retain the current layout, restore its previous product artwork, and rebalance type. */
#primary .alx-world-offer-card--designed .alx-world-offer-main {
  font-size: clamp(30px, 2.55vw, 46px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
}

#primary .alx-world-offer-card--designed .alx-world-offer-copy {
  font-size: clamp(12px, 0.78vw, 14px) !important;
  line-height: 1.45 !important;
}

#primary .alx-world-offer-card--designed .alx-world-offer-cta {
  font-size: 12px !important;
}

/* Enlarge the center icon inside the rotating premium-quality badge. */
#primary .alx-story-badge-core img,
#primary .alx-story-badge img[src*="Mask-group"],
#primary .alx-story-badge img[src*="global-peptides-icon"] {
  width: 88% !important;
  height: 88% !important;
  max-width: none !important;
  max-height: none !important;
}

@media (max-width: 767px) {
  .gp-home-hero__particles {
    opacity: 0.52 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  #primary .alx-world-offer-card--designed .alx-world-offer-main {
    font-size: clamp(30px, 9vw, 42px) !important;
  }
}

/* Global Peptide Sciences v1.8.9 — sale card positioning and particle visibility */
#primary .alx-world-offer-card--designed .alx-world-offer-main {
  font-size: clamp(30px, 2vw, 46px) !important;
}

#primary .alx-world-offer-card--designed .alx-world-offer-product {
  top: clamp(44px, 4vw, 70px) !important;
  left: 5% !important;
  right: auto !important;
}

#primary .alx-world-offer-card--designed:hover .alx-world-offer-product,
#primary .alx-world-offer-card--designed:focus-visible .alx-world-offer-product {
  transform: translateY(15px) rotate(5deg) scale(1.02) !important;
}

/* Keep the particle field clearly visible without placing a texture behind the hero. */
.gp-home-hero__particles {
  opacity: 0.94 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

@media (max-width: 767px) {
  .gp-home-hero__particles {
    opacity: 0.76 !important;
  }
}


/* Global Peptide Sciences v1.8.10 — interactive DNA hero field */
.gp-home-hero__particles {
  opacity: 1 !important;
  overflow: hidden !important;
}

.gp-home-hero__dna-canvas {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(1.12) contrast(1.03);
}

@media (max-width: 767px) {
  .gp-home-hero__particles {
    opacity: 0.86 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-home-hero__dna-canvas {
    opacity: 0.72;
  }
}


/* Global Peptide Sciences v1.8.11 — two enlarged edge-framing DNA helices */
.gp-home-hero__dna-canvas {
  filter: saturate(1.18) contrast(1.04);
}

@media (max-width: 767px) {
  .gp-home-hero__particles {
    opacity: 0.78 !important;
  }
}


/* Global Peptide Sciences v1.8.12 — clearer 3D DNA edge framing */
.gp-home-hero__particles {
  opacity: 1 !important;
  pointer-events: none !important;
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.88) 12%,
    rgba(0, 0, 0, 0.22) 29%,
    rgba(0, 0, 0, 0.04) 43%,
    rgba(0, 0, 0, 0.04) 62%,
    rgba(0, 0, 0, 0.20) 76%,
    rgba(0, 0, 0, 0.90) 91%,
    #000 100%
  ) !important;
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.88) 12%,
    rgba(0, 0, 0, 0.22) 29%,
    rgba(0, 0, 0, 0.04) 43%,
    rgba(0, 0, 0, 0.04) 62%,
    rgba(0, 0, 0, 0.20) 76%,
    rgba(0, 0, 0, 0.90) 91%,
    #000 100%
  ) !important;
}

.gp-home-hero__dna-canvas {
  opacity: 0.98;
  filter: saturate(1.08) contrast(1.04) drop-shadow(0 12px 22px rgba(1, 33, 140, 0.08));
  transform: translateZ(0);
}

@media (max-width: 980px) {
  .gp-home-hero__particles {
    opacity: 0.82 !important;
    -webkit-mask-image: linear-gradient(
      90deg,
      #000 0%,
      rgba(0, 0, 0, 0.70) 18%,
      rgba(0, 0, 0, 0.08) 37%,
      rgba(0, 0, 0, 0.08) 65%,
      rgba(0, 0, 0, 0.72) 84%,
      #000 100%
    ) !important;
    mask-image: linear-gradient(
      90deg,
      #000 0%,
      rgba(0, 0, 0, 0.70) 18%,
      rgba(0, 0, 0, 0.08) 37%,
      rgba(0, 0, 0, 0.08) 65%,
      rgba(0, 0, 0, 0.72) 84%,
      #000 100%
    ) !important;
  }
}

@media (max-width: 640px) {
  .gp-home-hero__particles {
    opacity: 0.70 !important;
  }

  .gp-home-hero__dna-canvas {
    filter: saturate(1.04) contrast(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-home-hero__dna-canvas {
    opacity: 0.78;
  }
}

/* Global Peptide Sciences v1.8.13 — restrained, clearly recognizable DNA ribbons */
.gp-home-hero__particles {
  opacity: 1 !important;
  pointer-events: none !important;
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.92) 10%,
    rgba(0, 0, 0, 0.30) 22%,
    rgba(0, 0, 0, 0.02) 34%,
    rgba(0, 0, 0, 0.02) 68%,
    rgba(0, 0, 0, 0.30) 80%,
    rgba(0, 0, 0, 0.94) 92%,
    #000 100%
  ) !important;
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.92) 10%,
    rgba(0, 0, 0, 0.30) 22%,
    rgba(0, 0, 0, 0.02) 34%,
    rgba(0, 0, 0, 0.02) 68%,
    rgba(0, 0, 0, 0.30) 80%,
    rgba(0, 0, 0, 0.94) 92%,
    #000 100%
  ) !important;
}

.gp-home-hero__dna-canvas {
  opacity: 1;
  filter: saturate(1.04) contrast(1.01);
  transform: translateZ(0);
}

@media (max-width: 980px) {
  .gp-home-hero__particles {
    opacity: 0.80 !important;
    -webkit-mask-image: linear-gradient(
      90deg,
      #000 0%,
      rgba(0, 0, 0, 0.70) 15%,
      rgba(0, 0, 0, 0.06) 31%,
      rgba(0, 0, 0, 0.06) 70%,
      rgba(0, 0, 0, 0.72) 86%,
      #000 100%
    ) !important;
    mask-image: linear-gradient(
      90deg,
      #000 0%,
      rgba(0, 0, 0, 0.70) 15%,
      rgba(0, 0, 0, 0.06) 31%,
      rgba(0, 0, 0, 0.06) 70%,
      rgba(0, 0, 0, 0.72) 86%,
      #000 100%
    ) !important;
  }
}

@media (max-width: 640px) {
  .gp-home-hero__particles {
    opacity: 0.60 !important;
  }

  .gp-home-hero__dna-canvas {
    filter: saturate(1.01) contrast(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-home-hero__dna-canvas {
    opacity: 0.72;
  }
}

/* Global Peptide Sciences v1.8.14 — structured DNA ladder background */
.gp-home-hero__particles {
  opacity: 1 !important;
  pointer-events: none !important;
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 10%,
    rgba(0, 0, 0, 0.62) 17%,
    rgba(0, 0, 0, 0.08) 27%,
    rgba(0, 0, 0, 0.01) 36%,
    rgba(0, 0, 0, 0.01) 65%,
    rgba(0, 0, 0, 0.08) 74%,
    rgba(0, 0, 0, 0.64) 84%,
    #000 92%,
    #000 100%
  ) !important;
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 10%,
    rgba(0, 0, 0, 0.62) 17%,
    rgba(0, 0, 0, 0.08) 27%,
    rgba(0, 0, 0, 0.01) 36%,
    rgba(0, 0, 0, 0.01) 65%,
    rgba(0, 0, 0, 0.08) 74%,
    rgba(0, 0, 0, 0.64) 84%,
    #000 92%,
    #000 100%
  ) !important;
}

.gp-home-hero__dna-canvas {
  opacity: 1;
  filter: saturate(1.08) contrast(1.035) drop-shadow(0 10px 18px rgba(1, 33, 140, 0.07));
  transform: translateZ(0);
}

@media (max-width: 980px) {
  .gp-home-hero__particles {
    opacity: 0.80 !important;
    -webkit-mask-image: linear-gradient(
      90deg,
      #000 0%,
      rgba(0, 0, 0, 0.78) 12%,
      rgba(0, 0, 0, 0.08) 27%,
      rgba(0, 0, 0, 0.02) 35%,
      rgba(0, 0, 0, 0.02) 67%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.80) 88%,
      #000 100%
    ) !important;
    mask-image: linear-gradient(
      90deg,
      #000 0%,
      rgba(0, 0, 0, 0.78) 12%,
      rgba(0, 0, 0, 0.08) 27%,
      rgba(0, 0, 0, 0.02) 35%,
      rgba(0, 0, 0, 0.02) 67%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0.80) 88%,
      #000 100%
    ) !important;
  }
}

@media (max-width: 640px) {
  .gp-home-hero__particles {
    opacity: 0.58 !important;
  }

  .gp-home-hero__dna-canvas {
    filter: saturate(1.03) contrast(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-home-hero__dna-canvas {
    opacity: 0.72;
  }
}


/* Global Peptide Sciences v1.8.15 — large smooth DNA reference treatment */
.gp-home-hero__particles {
  opacity: 1 !important;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.18) 28%, rgba(0,0,0,.08) 48%, rgba(0,0,0,.22) 72%, rgba(0,0,0,.68) 100%) !important;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.18) 28%, rgba(0,0,0,.08) 48%, rgba(0,0,0,.22) 72%, rgba(0,0,0,.68) 100%) !important;
}
.gp-home-hero__dna-canvas { opacity: 1 !important; filter: saturate(1.08) contrast(1.02); transform: translateZ(0); }
@media (max-width: 760px) { .gp-home-hero__particles { opacity: .72 !important; } }

/* Global Peptide Sciences v1.8.16 — larger GPU-friendly interactive DNA */
.gp-home-hero__particles {
  --gp-dna-x: 0px;
  --gp-dna-y: 0px;
  opacity: .88 !important;
  overflow: hidden !important;
  contain: strict;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.34) 25%, rgba(0,0,0,.12) 43%, rgba(0,0,0,.18) 65%, rgba(0,0,0,.74) 100%) !important;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.34) 25%, rgba(0,0,0,.12) 43%, rgba(0,0,0,.18) 65%, rgba(0,0,0,.74) 100%) !important;
}
.gp-home-hero__dna-svg {
  position: absolute;
  inset: -4% -3%;
  width: 106%;
  height: 108%;
  display: block;
  overflow: visible;
  pointer-events: none;
  transform: translate3d(var(--gp-dna-x), var(--gp-dna-y), 0);
  transition: transform 180ms cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}
.gp-dna-scene {
  transform-box: fill-box;
  transform-origin: center;
  animation: gp-dna-drift 16s ease-in-out infinite alternate;
  will-change: transform;
}
.gp-dna-helix--main {
  filter: url(#gp-dna-soft-glow);
  opacity: .82;
}
.gp-dna-helix--background {
  opacity: .20;
  filter: blur(2.6px);
}
.gp-dna-rail,
.gp-dna-rungs line {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gp-dna-rail--a { stroke: url(#gp-dna-rail-a); }
.gp-dna-rail--b { stroke: url(#gp-dna-rail-b); }
.gp-dna-rungs line { stroke: url(#gp-dna-rung); }
@keyframes gp-dna-drift {
  from { transform: translate3d(-1.2%, -.5%, 0) rotate(-1deg) scale(1.015); }
  to { transform: translate3d(1.2%, .7%, 0) rotate(1deg) scale(1.035); }
}
@media (max-width: 760px) {
  .gp-home-hero__particles { opacity: .58 !important; }
  .gp-home-hero__dna-svg { inset: -2% -10%; width: 120%; height: 104%; }
  .gp-dna-helix--main { opacity: .66; filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  .gp-dna-scene { animation: none !important; }
  .gp-home-hero__dna-svg { transition: none !important; }
}

/* v1.8.19 — lightweight 3D DNA hero background */
.gp-home-hero__dna-scene {
  position: absolute;
  inset: -8% -5%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.72;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.62) 38%, rgba(0,0,0,.38) 60%, rgba(0,0,0,.72) 100%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.62) 38%, rgba(0,0,0,.38) 60%, rgba(0,0,0,.72) 100%);
}

.gp-home-hero__dna-scene canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  filter: saturate(1.08);
}

.gp-home-hero__shell {
  z-index: 2;
}

@media (max-width: 900px) {
  .gp-home-hero__dna-scene {
    inset: -2% -22%;
    opacity: 0.48;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.28) 48%, rgba(0,0,0,.62) 100%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.28) 48%, rgba(0,0,0,.62) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-home-hero__dna-scene {
    opacity: 0.42;
  }
}

/* v1.8.21 — lower-opacity circular molecule DNA treatment */
.gp-home-hero__dna-scene {
  opacity: 0.34 !important;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.36) 42%, rgba(0,0,0,.20) 62%, rgba(0,0,0,.46) 100%) !important;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.36) 42%, rgba(0,0,0,.20) 62%, rgba(0,0,0,.46) 100%) !important;
}

.gp-home-hero__dna-scene canvas {
  filter: saturate(.94) contrast(.96) !important;
}

@media (max-width: 900px) {
  .gp-home-hero__dna-scene {
    opacity: 0.22 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-home-hero__dna-scene {
    opacity: 0.20 !important;
  }
}


/* v1.8.22 — denser and more visible circular DNA molecules */
.gp-home-hero__dna-scene {
  opacity: 0.52 !important;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.56) 40%, rgba(0,0,0,.40) 62%, rgba(0,0,0,.64) 100%) !important;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.56) 40%, rgba(0,0,0,.40) 62%, rgba(0,0,0,.64) 100%) !important;
}

.gp-home-hero__dna-scene canvas {
  filter: saturate(1.05) contrast(1.02) !important;
}

@media (max-width: 900px) {
  .gp-home-hero__dna-scene {
    opacity: 0.38 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-home-hero__dna-scene {
    opacity: 0.34 !important;
  }
}
