.glp-hero {
  isolation: isolate;
}

main {
  background: var(--pp-warm-ivory);
}

.glp-hero {
  position: relative;
  min-height: calc(100vh - var(--pp-header-height));
  min-height: calc(100svh - var(--pp-header-height));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 var(--pp-page-gutter) clamp(12px, 2.4vh, 28px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 31, 45, 0.58), rgba(15, 31, 45, 0.16) 54%, transparent 78%),
    url("../assets/glp-page-pieces/GLP-1 Page 1.png"),
    var(--pp-black);
  background-size: cover, cover;
  background-position: center center;
  background-repeat: no-repeat, no-repeat;
}

.glp-hero::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: clamp(210px, 28vh, 390px);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 82% 10%, rgba(177, 126, 62, 0.11) 0%, rgba(177, 126, 62, 0.045) 30%, transparent 62%),
    linear-gradient(180deg, rgba(3, 6, 4, 0) 0%, rgba(15, 31, 45, 0.38) 42%, rgba(15, 31, 45, 0.9) 78%, #0b1823 100%);
}

.glp-hero-copy {
  position: absolute;
  left: calc(var(--pp-page-gutter) + ((100vw - (2 * var(--pp-page-gutter)) - min(87vw, 1700px)) / 2));
  bottom: clamp(293px, 21.7vw, 407px);
  z-index: 1;
  width: min(45vw, 760px);
  color: var(--pp-cream);
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.36);
}

.glp-hero-kicker {
  margin: 0 0 clamp(18px, 1.6vw, 28px);
  color: var(--pp-gold);
  font-size: clamp(0.92rem, 1.08vw, 1.28rem);
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.glp-hero-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.7vw, 6.35rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
}

.glp-hero-title span {
  display: block;
  color: var(--pp-gold);
}

.glp-hero-title .glp-hero-title-cream {
  color: var(--pp-cream);
}

.glp-hero-lede {
  max-width: 650px;
  margin: clamp(26px, 2.3vw, 40px) 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 1.16vw, 1.36rem);
  font-weight: 450;
  line-height: 1.62;
  letter-spacing: 0;
}

.glp-hero-benefits {
  position: absolute;
  top: calc(100% + clamp(32px, 3.2vw, 48px));
  left: 0;
  width: min(40vw, 640px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  color: var(--pp-cream);
}

.glp-hero-benefit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  gap: 0;
  min-width: 0;
  padding: 0 clamp(12px, 1vw, 18px);
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.72rem, 0.82vw, 0.96rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.glp-hero-benefit:first-child {
  padding-left: clamp(12px, 1vw, 18px);
}

.glp-hero-benefit + .glp-hero-benefit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: clamp(34px, 3.2vw, 48px);
  background: linear-gradient(180deg, transparent, rgba(203, 167, 102, 0.34), transparent);
  transform: translateY(-50%);
}

.glp-metrics-panel {
  position: relative;
  z-index: 1;
  width: min(87vw, 1700px);
  min-height: clamp(118px, 10.6vw, 178px);
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(18px, 2.5vw, 44px);
  padding: clamp(12px, 1.42vw, 24px) clamp(22px, 2.8vw, 46px);
  border: 1px solid rgba(203, 167, 102, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(203, 167, 102, 0.055), transparent 34%),
    linear-gradient(180deg, rgba(246, 244, 240, 0.045), rgba(246, 244, 240, 0.006)),
    linear-gradient(135deg, rgba(15, 31, 45, 0.9), rgba(21, 44, 62, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(246, 244, 240, 0.09),
    inset 0 -1px 0 rgba(203, 167, 102, 0.07),
    0 18px 48px rgba(0, 0, 0, 0.42),
    0 0 20px rgba(203, 167, 102, 0.055);
  backdrop-filter: blur(14px) saturate(0.72) brightness(0.82);
}

.glp-metrics-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(246, 244, 240, 0.055), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(203, 167, 102, 0.06), transparent 32%),
    linear-gradient(90deg, rgba(15, 31, 45, 0.18), transparent 46%, rgba(15, 31, 45, 0.12));
}

.glp-metrics-list,
.glp-results-chart {
  position: relative;
  z-index: 1;
}

.glp-metrics-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  min-width: 0;
}

.glp-metric {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(10px, 1.15vw, 18px);
  min-width: 0;
  padding-right: clamp(12px, 1.55vw, 26px);
}

.glp-metric + .glp-metric {
  padding-left: clamp(12px, 1.55vw, 26px);
  border-left: 1px solid rgba(203, 167, 102, 0.18);
}

.glp-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 3.85vw, 62px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  border: 1.25px solid rgba(217, 180, 91, 0.9);
  border-radius: 50%;
  color: var(--pp-gold);
  background: rgba(15, 31, 45, 0.2);
  box-shadow:
    inset 0 0 22px rgba(203, 167, 102, 0.04),
    0 0 20px rgba(203, 167, 102, 0.08);
}

.glp-metric-icon svg {
  width: 43%;
  height: 43%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.glp-metric-copy {
  min-width: 0;
}

.glp-metric-copy strong {
  display: block;
  color: var(--pp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.08vw, 2.66rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
}

.glp-metric-copy span {
  display: block;
  max-width: 174px;
  margin-top: clamp(5px, 0.54vw, 9px);
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.61rem, 0.7vw, 0.8rem);
  font-weight: 750;
  line-height: 1.38;
  letter-spacing: 0;
  text-transform: uppercase;
}

.glp-results-chart {
  min-width: 0;
  padding-left: clamp(18px, 2.12vw, 34px);
  border-left: 1px solid rgba(203, 167, 102, 0.18);
}

.glp-results-chart h2 {
  margin: 0 0 clamp(4px, 0.58vw, 9px);
  color: var(--pp-gold);
  font-size: clamp(0.72rem, 0.82vw, 0.92rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glp-results-chart svg {
  display: block;
  width: 100%;
  max-height: clamp(100px, 8.95vw, 142px);
  height: auto;
  overflow: visible;
}

.glp-chart-grid path {
  fill: none;
  stroke: rgba(246, 244, 240, 0.12);
  stroke-width: 1;
}

.glp-chart-axis path {
  fill: none;
  stroke: rgba(203, 167, 102, 0.18);
  stroke-width: 1;
}

.glp-chart-labels text {
  fill: rgba(246, 244, 240, 0.92);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 650;
  text-anchor: middle;
  text-transform: uppercase;
}

.glp-chart-labels text:nth-child(-n + 5) {
  text-anchor: end;
}

.glp-chart-weeks {
  transform: translateY(18px);
  fill: rgba(246, 244, 240, 0.88);
  font-size: 11px;
  font-weight: 800;
}

.glp-chart-line {
  fill: none;
  stroke: var(--pp-gold);
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(203, 167, 102, 0.32));
}

@media (max-width: 1180px) {
  .glp-hero {
    background-position: 58% center;
  }

  .glp-hero-copy {
    width: min(52vw, 640px);
    left: calc(var(--pp-page-gutter) + ((100vw - (2 * var(--pp-page-gutter)) - min(88vw, 980px)) / 2));
    bottom: clamp(375px, 43.7vw, 497px);
  }

  .glp-hero-title {
    font-size: clamp(2.65rem, 5.3vw, 4.55rem);
  }

  .glp-hero-benefits {
    top: calc(100% + 36px);
    width: min(44vw, 560px);
  }

  .glp-hero-benefit {
    padding: 0 10px;
    font-size: 0.68rem;
  }

  .glp-metrics-panel {
    width: min(88vw, 980px);
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .glp-results-chart {
    padding: 18px 0 0;
    border-top: 1px solid rgba(203, 167, 102, 0.18);
    border-left: 0;
  }

  .glp-results-chart svg {
    max-height: 136px;
  }
}

@media (max-width: 820px) {
  .glp-hero {
    min-height: auto;
    padding-top: clamp(420px, 82vh, 700px);
    background-position: 62% top;
  }

  .glp-hero-copy {
    top: clamp(48px, 8vw, 76px);
    right: 20px;
    bottom: auto;
    left: 20px;
    width: min(88vw, 560px);
  }

  .glp-hero-kicker {
    margin-bottom: 16px;
    font-size: 0.82rem;
  }

  .glp-hero-title {
    font-size: clamp(2.45rem, 10.2vw, 4.2rem);
  }

  .glp-hero-lede {
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .glp-hero-lede br {
    display: none;
  }

  .glp-hero-benefits {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .glp-hero-benefit {
    flex: 1 1 calc(50% - 8px);
    padding: 0;
    font-size: 0.76rem;
  }

  .glp-hero-benefit + .glp-hero-benefit::before {
    display: none;
  }

  .glp-metrics-panel {
    width: min(100%, 640px);
    margin-bottom: 0;
    padding: 16px 20px;
  }

  .glp-metrics-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .glp-metric,
  .glp-metric + .glp-metric {
    padding: 0;
    border-left: 0;
  }

  .glp-metric + .glp-metric {
    padding-top: 14px;
    border-top: 1px solid rgba(203, 167, 102, 0.18);
  }

  .glp-metric-copy span {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .glp-hero {
    padding-right: 14px;
    padding-left: 14px;
    background-position: 62% top;
  }

  .glp-metrics-panel {
    padding: 14px;
  }

  .glp-metric {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .glp-metric-icon {
    width: 48px;
  }

  .glp-results-chart h2 {
    line-height: 1.25;
  }

  .glp-hero-benefits {
    gap: 12px 0;
  }

  .glp-hero-benefit {
    flex-basis: 100%;
  }
}

/* Simplified GLP-1 hero */
.glp-hero {
  min-height: calc(100vh - var(--pp-header-height));
  min-height: calc(100svh - var(--pp-header-height));
  align-items: center;
  justify-content: center;
  padding: clamp(72px, 9vw, 138px) var(--pp-page-gutter);
  background:
    radial-gradient(circle at 78% 30%, rgba(221, 234, 245, 0.54), transparent 42%),
    radial-gradient(circle at 28% 72%, rgba(203, 167, 102, 0.08), transparent 38%),
    var(--pp-warm-ivory);
}

.glp-hero::before {
  content: none;
}

.glp-hero-copy {
  position: relative;
  inset: auto;
  width: min(100%, 1280px);
  color: var(--pp-prime-navy);
  text-shadow: none;
}

.glp-hero-title .glp-hero-title-cream {
  color: var(--pp-prime-navy);
}

.glp-hero-benefits,
.glp-metrics-panel {
  display: none;
}

@media (max-width: 820px) {
  .glp-hero {
    min-height: calc(100svh - var(--pp-header-height));
    padding: clamp(64px, 12vw, 96px) var(--pp-page-gutter);
    background:
      radial-gradient(circle at 82% 22%, rgba(221, 234, 245, 0.52), transparent 44%),
      var(--pp-warm-ivory);
  }

  .glp-hero-copy {
    position: relative;
    inset: auto;
    width: 100%;
  }
}

.glp-products-section {
  --glp-products-lift: clamp(70px, 8vw, 112px);
  --glp-products-pad: clamp(24px, 2.8vw, 48px);
  --glp-products-pad-top-extra: clamp(6px, 0.9vw, 14px);
  --glp-products-pad-bottom-extra: clamp(8px, 1.1vw, 16px);
  --glp-products-heading-extra: clamp(0px, 0.35vw, 6px);
  --glp-products-gap-extra: clamp(0px, 0.4vw, 6px);
  --glp-products-card-extra: clamp(17px, 1.9vw, 30px);

  position: relative;
  overflow: hidden;
  margin: -18px 0 0;
  padding: calc(clamp(96px, 9vw, 152px) - var(--glp-products-lift)) var(--pp-page-gutter) clamp(0px, 0.45vw, 8px);
  background: transparent;
  box-shadow: none;
}

.glp-products-section::before,
.glp-products-section::after,
.glp-steps-section::before,
.glp-steps-section::after {
  content: none;
  display: none;
}

.glp-products-shell {
  position: relative;
  z-index: 1;
  width: min(87vw, 1700px);
  margin: 0 auto;
  padding: calc(var(--glp-products-pad) + var(--glp-products-pad-top-extra)) var(--glp-products-pad) calc(var(--glp-products-pad) + var(--glp-products-pad-bottom-extra));
  border: 1px solid rgba(203, 167, 102, 0.2);
  border-radius: clamp(18px, 2vw, 30px);
  background:
    linear-gradient(135deg, rgba(246, 244, 240, 0.98), rgba(221, 234, 245, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 14px 36px rgba(0, 0, 0, 0.14),
    0 0 42px rgba(203, 167, 102, 0.1);
}

.glp-products-heading {
  min-height: calc(clamp(18px, 2vw, 34px) + var(--glp-products-heading-extra));
  margin: 0 auto calc(clamp(18px, 2.2vw, 34px) + var(--glp-products-gap-extra) + clamp(8px, 0.9vw, 16px));
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
  gap: clamp(18px, 2.4vw, 42px);
  transform: translateY(clamp(-16px, -1vw, -8px));
}

.glp-products-heading span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(142, 111, 58, 0.34), rgba(142, 111, 58, 0.18));
}

.glp-products-heading span:last-child {
  background: linear-gradient(90deg, rgba(142, 111, 58, 0.18), rgba(142, 111, 58, 0.34), transparent);
}

.glp-products-heading h2 {
  margin: 0;
  color: #1d3a50;
  font-size: clamp(0.94rem, 1.05vw, 1.26rem);
  font-weight: 540;
  line-height: 1.1;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.glp-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 24px);
  margin-top: calc(var(--glp-products-lift) * -0.28);
}

@media (min-width: 981px) {
  .glp-products-grid {
    margin-right: calc(var(--glp-products-pad) * -1);
    margin-left: calc(var(--glp-products-pad) * -1);
  }
}

.glp-product-card {
  position: relative;
  scroll-margin-top: calc(var(--pp-header-height) + 24px);
  min-height: calc(clamp(280px, 28vw, 520px) + var(--glp-products-card-extra));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: clamp(20px, 1.75vw, 32px) clamp(18px, 1.7vw, 30px) clamp(20px, 1.7vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(142, 111, 58, 0.12);
  border-radius: clamp(14px, 1.5vw, 24px);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.5), transparent 38%),
    linear-gradient(145deg, #fffdf8, #f3ebdb);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -1px 0 rgba(142, 111, 58, 0.08),
    0 14px 30px rgba(62, 45, 23, 0.08);
  transform: translateY(0);
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms ease;
}

.glp-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent 34%),
    radial-gradient(circle at 50% 0%, rgba(203, 167, 102, 0.14), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.glp-product-card-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: clamp(180px, 13vw, 210px);
  margin: 0 auto;
  text-align: left;
}

.glp-product-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0 0 clamp(14px, 1.3vw, 22px);
  padding: 0 16px;
  border-radius: 8px;
  background: rgba(205, 185, 153, 0.72);
  color: #152c3e;
  font-size: clamp(0.68rem, 0.7vw, 0.82rem);
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.glp-product-card h3 {
  margin: 0 0 clamp(14px, 1.1vw, 20px);
  color: #152c3e;
  font-size: clamp(1.05rem, 1.12vw, 1.4rem);
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  transition: color 220ms ease;
}

.glp-product-description {
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgba(15, 31, 45, 0.88);
  font-size: clamp(0.94rem, 0.92vw, 1.12rem);
  font-weight: 440;
  line-height: 1.48;
  letter-spacing: 0;
}

.glp-product-image-space {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(180px, 11vw, 225px);
  min-height: clamp(180px, 11vw, 225px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 0 0 clamp(180px, 11vw, 225px);
}

.glp-product-image {
  display: block;
  width: auto;
  max-width: 86%;
  height: clamp(174px, 11.2vw, 225px);
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(55, 39, 18, 0.2));
}

.glp-product-image-pills {
  max-width: 90%;
}

.glp-product-start {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  min-height: clamp(44px, 3.4vw, 58px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1vw, 18px);
  margin: clamp(10px, 1vw, 18px) auto 0;
  border: 1px solid rgba(203, 167, 102, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%),
    linear-gradient(135deg, #0f1f2d 0%, #0b1823 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(15, 31, 45, 0.18);
  color: var(--pp-cream);
  font-size: clamp(0.92rem, 0.98vw, 1.14rem);
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(0);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.glp-product-start-icon {
  width: clamp(22px, 1.6vw, 28px);
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(246, 244, 240, 0.82);
  border-radius: 50%;
  font-size: 0.95em;
  line-height: 1;
  transform: translateX(0);
  transition:
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .glp-product-card:hover {
    border-color: rgba(142, 111, 58, 0.3);
    background:
      radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.58), transparent 40%),
      linear-gradient(145deg, rgba(246, 244, 240, 0.98), rgba(221, 234, 245, 0.96));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.62),
      inset 0 -1px 0 rgba(142, 111, 58, 0.12),
      0 22px 46px rgba(62, 45, 23, 0.14),
      0 0 28px rgba(203, 167, 102, 0.14);
    transform: translateY(-7px) scale(1.006);
  }

  .glp-product-card:hover::after {
    opacity: 1;
  }

  .glp-product-card:hover .glp-product-label {
    background: rgba(215, 190, 150, 0.82);
    color: #0f1f2d;
    transform: translateY(-1px);
  }

  .glp-product-card:hover h3 {
    color: #2a4b64;
  }

  .glp-product-start:hover,
  .glp-product-start:focus-visible {
    border-color: rgba(203, 167, 102, 0.66);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 18px 34px rgba(15, 31, 45, 0.22),
      0 0 22px rgba(203, 167, 102, 0.2);
    color: var(--pp-gold);
    transform: translateY(-2px);
  }

  .glp-product-start:hover .glp-product-start-icon,
  .glp-product-start:focus-visible .glp-product-start-icon {
    border-color: rgba(203, 167, 102, 0.9);
    color: var(--pp-gold);
    transform: translateX(4px);
  }
}

/* GLP-1 hero motion wall */
.glp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(340px, 35vw, 540px);
  gap: clamp(36px, 5vw, 92px);
  align-items: center;
  overflow: hidden;
}

.glp-hero-copy {
  min-width: 0;
  margin-left: max(0px, calc((100vw - 1220px) / 2));
}

.glp-hero-wall {
  position: absolute;
  z-index: 0;
  top: 0;
  right: clamp(18px, 3vw, 58px);
  bottom: 0;
  width: clamp(340px, 35vw, 540px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 16px);
  overflow: hidden;
  padding: 0 2px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 86%, transparent 100%);
  pointer-events: none;
}

.glp-hero-wall::before {
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 -42%;
  width: 58%;
  background: linear-gradient(90deg, var(--pp-warm-ivory), rgba(246, 244, 240, 0));
  content: "";
}

.glp-hero-wall-column {
  min-width: 0;
  overflow: hidden;
}

.glp-hero-wall-track {
  --glp-wall-gap: clamp(10px, 1vw, 16px);
  --glp-wall-half-gap: clamp(5px, 0.5vw, 8px);
  display: flex;
  flex-direction: column;
  gap: var(--glp-wall-gap);
  will-change: transform;
}

.glp-hero-wall-set {
  display: flex;
  flex-direction: column;
  gap: var(--glp-wall-gap);
}

.glp-hero-wall-column--up .glp-hero-wall-track {
  animation: glp-wall-up 20s linear infinite;
}

.glp-hero-wall-column--down .glp-hero-wall-track {
  animation: glp-wall-down 20s linear infinite;
}

.glp-hero-wall-card {
  position: relative;
  flex: 0 0 clamp(190px, 20vw, 300px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 167, 102, 0.22);
  border-radius: clamp(18px, 1.8vw, 28px);
  background: linear-gradient(145deg, #fffdf8, #eee5d7);
  box-shadow: 0 12px 30px rgba(62, 45, 23, 0.11);
}

.glp-hero-wall-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.glp-hero-wall-card--product img {
  padding: 12%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(55, 39, 18, 0.2));
}

.glp-hero-wall-card--assessment img {
  object-position: 67% center;
}

.glp-hero-wall-card--athlete img {
  object-position: 72% center;
}

@keyframes glp-wall-up {
  from { transform: translateY(0); }
  to { transform: translateY(calc(-50% - var(--glp-wall-half-gap))); }
}

@keyframes glp-wall-down {
  from { transform: translateY(calc(-50% - var(--glp-wall-half-gap))); }
  to { transform: translateY(0); }
}

@media (max-width: 1180px) {
  .glp-hero {
    grid-template-columns: minmax(0, 1fr) clamp(300px, 32vw, 390px);
    gap: 30px;
  }

  .glp-hero-title {
    font-size: clamp(4.1rem, 7.2vw, 5.4rem);
  }

  .glp-hero-wall {
    right: 18px;
    width: clamp(300px, 32vw, 390px);
  }
}

@media (max-width: 820px) {
  .glp-hero {
    display: block;
    padding-right: var(--pp-page-gutter);
  }

  .glp-hero-copy {
    position: relative;
    z-index: 2;
    width: min(100%, 640px);
    margin-left: 0;
  }

  .glp-hero-wall {
    right: -88px;
    width: min(62vw, 430px);
    opacity: 0.2;
  }

  .glp-hero-wall::before {
    left: -12%;
    width: 82%;
  }
}

@media (max-width: 560px) {
  .glp-hero-wall {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glp-hero-wall-column--up .glp-hero-wall-track,
  .glp-hero-wall-column--down .glp-hero-wall-track {
    animation: none;
  }
}

@media (max-width: 980px) {
  .glp-products-shell {
    width: min(88vw, 980px);
  }

  .glp-products-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .glp-product-card {
    min-height: calc(clamp(220px, 42vw, 360px) + var(--glp-products-card-extra));
  }

  .glp-product-card-content {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .glp-products-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .glp-products-shell {
    width: 100%;
    padding: calc(18px + var(--glp-products-pad-top-extra)) 18px calc(18px + var(--glp-products-pad-bottom-extra));
    border-radius: 18px;
  }

  .glp-products-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .glp-products-heading span {
    display: none;
  }

  .glp-products-heading h2 {
    font-size: 0.86rem;
    line-height: 1.35;
    letter-spacing: 0.16em;
    white-space: normal;
  }

  .glp-product-card {
    padding: 22px 20px;
  }
}

.glp-steps-section {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: clamp(40px, 4.55vw, 77px) var(--pp-page-gutter) clamp(32px, 4vw, 68px);
  background: transparent;
}

.glp-steps-shell {
  position: relative;
  z-index: 1;
  width: min(87vw, 1700px);
  margin: 0 auto;
}

.glp-steps-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
  width: 100%;
  margin: 0;
}

.glp-steps-heading > div {
  grid-column: 1 / -1;
  width: min(100%, 760px);
  justify-self: center;
  text-align: center;
  transform: translateY(clamp(-54px, -3vw, -32px));
}

.glp-steps-heading h2 {
  margin: 0;
  color: var(--pp-gold);
  background: linear-gradient(100deg, #8f6927 0%, var(--pp-gold) 44%, #f2d99b 52%, var(--pp-gold) 62%, #8f6927 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.4rem, 1.65vw, 2.05rem);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(217, 155, 77, 0.16);
  white-space: nowrap;
  animation: glp-heading-shimmer 8s ease-in-out infinite;
}

.glp-steps-heading p {
  margin: clamp(1px, 0.18vw, 4px) 0 0;
  color: var(--pp-gold);
  font-size: clamp(0.9rem, 1vw, 1.16rem);
  font-weight: 450;
  line-height: 1.15;
  text-shadow: 0 0 10px rgba(217, 155, 77, 0.12);
}

.glp-steps-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: clamp(18px, 2vw, 32px);
  margin-top: clamp(-86px, -5.2vw, -48px);
}

@keyframes glp-heading-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glp-steps-heading h2 {
    animation: none;
  }
}

.glp-step-card {
  position: relative;
  min-height: clamp(320px, 25vw, 460px);
  display: block;
  overflow: hidden;
  border: 1px solid rgba(203, 167, 102, 0.3);
  border-radius: clamp(12px, 1.2vw, 20px);
  background:
    radial-gradient(circle at 74% 18%, rgba(203, 167, 102, 0.12), transparent 38%),
    linear-gradient(145deg, #f2ece2, #ebe2d4);
  box-shadow:
    0 18px 36px rgba(11, 30, 45, 0.1);
  backdrop-filter: blur(10px);
}

/* Continuous ivory GLP-1 canvas */
html body.pp-dark-spotlight-canvas,
html body.pp-dark-spotlight-canvas > main {
  background: var(--pp-warm-ivory) !important;
  background-image: none !important;
  animation: none !important;
}

body.pp-dark-spotlight-canvas > main > section {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.pp-dark-spotlight-canvas > main > section::before,
body.pp-dark-spotlight-canvas > main > section::after {
  content: none !important;
  display: none !important;
}

.glp-products-shell {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.glp-step-card::before {
  content: none;
  display: none;
}

.glp-step-copy {
  position: absolute;
  z-index: 2;
  top: clamp(86px, 6vw, 122px);
  left: clamp(24px, 2vw, 36px);
  width: 40%;
  color: var(--pp-prime-navy);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  text-align: left;
  text-shadow: none;
}

.glp-step-card:nth-child(2) .glp-step-copy {
  top: clamp(16px, 1.25vw, 22px);
  width: 56%;
}

.glp-step-card:last-child .glp-step-copy {
  width: 38%;
}

.glp-step-number {
  display: block;
  margin-bottom: clamp(7px, 0.55vw, 10px);
  color: var(--pp-prime-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 2.8vw, 3.3rem);
  font-weight: 400;
  line-height: 0.82;
}

.glp-step-copy h3 {
  margin: 0 0 clamp(8px, 0.65vw, 11px);
  color: var(--pp-prime-navy);
  font-size: clamp(1.12rem, 1.3vw, 1.42rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
}

.glp-step-copy p {
  margin: 0;
  color: rgba(11, 30, 45, 0.82);
  font-size: clamp(0.86rem, 0.95vw, 1.06rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.glp-step-image {
  position: absolute;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.glp-step-image-one {
  right: -17%;
  bottom: -16%;
  width: 77%;
}

.glp-step-image-two {
  right: -5%;
  bottom: -2%;
  width: 56%;
}

.glp-step-image-three {
  right: -8%;
  bottom: -9%;
  width: 77%;
}

.glp-step-card:first-child {
  border-left: 1px solid rgba(203, 167, 102, 0.28);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow:
    inset 1px 0 0 rgba(203, 167, 102, 0.16),
    0 18px 36px rgba(0, 0, 0, 0.16);
}

.glp-step-card:nth-child(2) {
  border: 1px solid rgba(203, 167, 102, 0.3);
  min-height: clamp(250px, 19.5vw, 360px);
  background:
    radial-gradient(circle at 50% 20%, rgba(203, 167, 102, 0.12), transparent 40%),
    linear-gradient(145deg, #f2ece2, #ebe2d4);
  box-shadow:
    0 16px 32px rgba(11, 30, 45, 0.09);
}

.glp-step-card:last-child {
  border-right: 1px solid rgba(203, 167, 102, 0.28);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow:
    inset -1px 0 0 rgba(203, 167, 102, 0.16),
    0 18px 36px rgba(0, 0, 0, 0.16);
}

.glp-blank-cream-section {
  --glp-products-pad: clamp(24px, 2.8vw, 48px);
  --glp-products-pad-top-extra: clamp(6px, 0.9vw, 14px);
  --glp-products-pad-bottom-extra: clamp(8px, 1.1vw, 16px);

  position: relative;
  padding: 0 var(--pp-page-gutter) clamp(32px, 4vw, 68px);
  background: transparent;
}

.glp-blank-products-shell {
  height: clamp(590px, 41vw, 710px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(203, 167, 102, 0.3);
  border-radius: clamp(18px, 2vw, 30px);
  background: linear-gradient(145deg, #f2ece2, #ebe2d4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 16px 38px rgba(62, 45, 23, 0.12),
    0 0 36px rgba(203, 167, 102, 0.08);
}

.glp-options-layout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
}

.glp-options-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 760px;
  align-self: center;
}

.glp-options-copy h2 {
  margin: 0;
  color: #152c3e;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: 430;
  line-height: 0.98;
  letter-spacing: 0;
}

.glp-options-copy h2 span {
  display: block;
  white-space: nowrap;
}

.glp-options-copy h2 span + span {
  margin-top: clamp(4px, 0.45vw, 8px);
}

.glp-options-copy h2 em {
  color: var(--pp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.glp-options-copy p {
  max-width: 650px;
  margin: clamp(24px, 2.5vw, 42px) 0 0;
  color: rgba(15, 31, 45, 0.78);
  font-size: clamp(1rem, 1.22vw, 1.34rem);
  font-weight: 430;
  line-height: 1.48;
  letter-spacing: 0;
}

.glp-options-start {
  width: min(100%, 340px);
  min-height: clamp(52px, 4.2vw, 68px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1vw, 18px);
  margin-top: clamp(28px, 3vw, 48px);
  border: 1px solid rgba(203, 167, 102, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, #152c3e, #0b1823);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 30px rgba(22, 28, 18, 0.16);
  color: #f6f4f0;
  font-family: inherit;
  font-size: clamp(0.96rem, 1.05vw, 1.16rem);
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.glp-options-start-icon {
  width: clamp(24px, 1.8vw, 30px);
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  line-height: 1;
  transition: transform 220ms ease;
}

.glp-options-visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  isolation: isolate;
}

.glp-options-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 2%;
  width: min(115%, 560px);
  aspect-ratio: 1.08;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 250, 232, 0.98) 0%,
    rgba(231, 204, 147, 0.42) 34%,
    rgba(203, 167, 102, 0.16) 57%,
    rgba(203, 167, 102, 0) 76%
  );
  filter: blur(5px);
  transform: translateX(-50%);
  pointer-events: none;
}

.glp-options-image {
  position: absolute;
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(60, 42, 18, 0.24));
  user-select: none;
}

.glp-options-image-semaglutide {
  z-index: 3;
  left: 4%;
  bottom: 5%;
  height: clamp(250px, 24vw, 405px);
  transform: rotate(-5deg);
}

.glp-options-image-pills {
  z-index: 1;
  left: 50%;
  bottom: 5%;
  height: clamp(320px, 31vw, 500px);
  transform: translateX(-50%);
}

.glp-options-image-tirzepatide {
  z-index: 2;
  right: 1%;
  bottom: 4%;
  height: clamp(250px, 24vw, 405px);
  transform: rotate(5deg);
}

.glp-faq {
  position: relative;
  margin: 0;
  padding: 0 0 clamp(32px, 4vw, 68px);
  background: transparent;
  color: var(--pp-cream);
}

.glp-faq-inner {
  position: relative;
  z-index: 1;
  width: min(87vw, 1700px);
  margin: 0 auto;
}

.glp-faq-heading {
  margin: 0 auto clamp(28px, 3.4vw, 46px);
  text-align: center;
}

.glp-faq-heading h2 {
  margin: 0;
  color: var(--pp-gold);
  background: linear-gradient(100deg, #8f6927 0%, var(--pp-gold) 44%, #f2d99b 52%, var(--pp-gold) 62%, #8f6927 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.4rem, 1.65vw, 2.05rem);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(203, 167, 102, 0.16);
  animation: glp-heading-shimmer 8s ease-in-out infinite;
}

.glp-faq-list {
  display: grid;
  gap: clamp(12px, 1.4vw, 18px);
}

.glp-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--pp-gold-faint);
  border-radius: 18px;
  background: linear-gradient(145deg, #fffdf8, #f2eadb);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 46px rgba(57, 43, 24, 0.12),
    0 0 0 1px rgba(203, 167, 102, 0.04);
  transition: border-color 90ms linear;
}

.glp-faq-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(203, 167, 102, 0.54), transparent);
  opacity: 0.58;
}

.glp-faq-item:hover,
.glp-faq-item:focus-within,
.glp-faq-item.is-open {
  border-color: rgba(203, 167, 102, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 58px rgba(57, 43, 24, 0.16),
    0 0 30px rgba(203, 167, 102, 0.1);
}

.glp-faq-item h3 {
  margin: 0;
}

.glp-faq-question {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: clamp(62px, 5.6vw, 76px);
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(18px, 2vw, 24px) clamp(20px, 3vw, 34px);
  border: 0;
  background: transparent;
  color: var(--pp-prime-navy);
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: left;
  touch-action: manipulation;
  transition: color 80ms linear;
  -webkit-tap-highlight-color: transparent;
}

.glp-faq-question:hover,
.glp-faq-question:focus-visible,
.glp-faq-item.is-open .glp-faq-question {
  color: var(--pp-gold);
}

.glp-faq-question:focus-visible {
  outline: 1px solid rgba(203, 167, 102, 0.64);
  outline-offset: -8px;
}

.glp-faq-icon {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pp-gold-soft);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 36%, rgba(203, 167, 102, 0.14), transparent 54%),
    linear-gradient(180deg, rgba(15, 31, 45, 0.9), rgba(15, 31, 45, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(246, 244, 240, 0.1),
    0 0 20px rgba(203, 167, 102, 0.15);
  transition:
    border-color 80ms linear,
    box-shadow 80ms linear,
    transform 80ms linear;
}

.glp-faq-icon::before,
.glp-faq-icon::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  border-radius: 999px;
  background: var(--pp-gold);
  box-shadow: 0 0 8px rgba(203, 167, 102, 0.28);
  transition: transform 80ms linear;
}

.glp-faq-icon::after {
  transform: rotate(90deg);
}

.glp-faq-item:hover .glp-faq-icon,
.glp-faq-question:focus-visible .glp-faq-icon,
.glp-faq-item.is-open .glp-faq-icon {
  border-color: rgba(203, 167, 102, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(246, 244, 240, 0.13),
    0 0 28px rgba(203, 167, 102, 0.24);
  transform: scale(1.04);
}

.glp-faq-item.is-open .glp-faq-icon::after {
  transform: rotate(0deg);
}

.glp-faq-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 130ms cubic-bezier(0.2, 0.75, 0.3, 1),
    opacity 90ms linear;
}

.glp-faq-item.is-open .glp-faq-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.glp-faq-answer {
  min-height: 0;
  overflow: hidden;
}

.glp-faq-answer p,
.glp-faq-answer ul {
  max-width: 900px;
  margin: 0;
  color: rgba(15, 31, 45, 0.78);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(0.94rem, 1vw, 1.04rem);
  font-weight: 400;
  line-height: 1.7;
}

.glp-faq-answer p {
  padding: 0 clamp(20px, 3vw, 34px) clamp(22px, 2.5vw, 30px);
}

.glp-faq-answer ul {
  padding: 0 clamp(20px, 3vw, 34px) clamp(18px, 2vw, 24px) calc(clamp(20px, 3vw, 34px) + 22px);
}

.glp-faq-answer li + li {
  margin-top: 4px;
}

.glp-faq-answer ul + p {
  padding-top: clamp(4px, 0.5vw, 8px);
}

.glp-confidence-section {
  position: relative;
  padding: 0 var(--pp-page-gutter) clamp(88px, 9vw, 132px);
  background: transparent;
}

.glp-confidence-shell {
  position: relative;
  width: min(87vw, 1700px);
  min-height: clamp(430px, 38vw, 620px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: stretch;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(203, 167, 102, 0.2);
  border-radius: clamp(18px, 2vw, 30px);
  background: var(--pp-warm-ivory);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 14px 36px rgba(0, 0, 0, 0.14),
    0 0 42px rgba(203, 167, 102, 0.1);
}

.glp-confidence-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 4.2vw, 70px);
  background: var(--pp-warm-ivory);
}

.glp-confidence-copy h2 {
  margin: 0;
  color: #152c3e;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(2.35rem, 3.7vw, 4.6rem);
  font-weight: 430;
  line-height: 0.98;
  letter-spacing: 0;
}

.glp-confidence-copy h2 span,
.glp-confidence-copy h2 em {
  display: block;
}

.glp-confidence-copy h2 em {
  margin-top: clamp(6px, 0.65vw, 11px);
  color: var(--pp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
}

@media (min-width: 900px) {
  .glp-confidence-copy h2 span,
  .glp-confidence-copy h2 em {
    white-space: nowrap;
  }
}

.glp-confidence-start {
  width: min(100%, 380px);
  min-height: clamp(52px, 4.2vw, 68px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1vw, 18px);
  margin-top: clamp(30px, 3vw, 48px);
  border: 1px solid rgba(203, 167, 102, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, #152c3e, #0b1823);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 30px rgba(22, 28, 18, 0.16);
  color: #f6f4f0;
  font-family: inherit;
  font-size: clamp(0.94rem, 1.05vw, 1.16rem);
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

@media (min-width: 821px) {
  .glp-confidence-start {
    position: absolute;
    bottom: clamp(38px, 3.4vw, 56px);
    left: clamp(40px, 4.2vw, 70px);
    margin-top: 0;
  }
}

.glp-confidence-start-icon {
  width: clamp(24px, 1.8vw, 30px);
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  line-height: 1;
  transition: transform 220ms ease;
}

.glp-confidence-visual {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.glp-confidence-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(243, 235, 219, 0.96) 0%,
    rgba(243, 235, 219, 0.46) 18%,
    rgba(243, 235, 219, 0) 48%
  );
  content: "";
  pointer-events: none;
}

.glp-confidence-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: 72% center;
  pointer-events: none;
  user-select: none;
}

.home-final-panel {
  position: relative;
  width: 100%;
  min-height: clamp(650px, 58vw, 860px);
  padding: clamp(72px, 8vw, 120px) 0;
  overflow: hidden;
  background: var(--pp-warm-ivory);
}

.home-final-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 2;
  width: 90%;
  height: 1px;
  display: block;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(203, 167, 102, 0.34) 8%,
    rgba(203, 167, 102, 0.92) 50%,
    rgba(203, 167, 102, 0.34) 92%,
    transparent 100%
  );
  box-shadow: 0 0 14px rgba(203, 167, 102, 0.22);
  pointer-events: none;
}

.glp-legal-divider {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 24px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.glp-legal-divider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(203, 167, 102, 0.28) 12%,
      rgba(203, 167, 102, 0.82) 50%,
      rgba(203, 167, 102, 0.28) 88%,
      transparent 100%
    );
  box-shadow: 0 0 14px rgba(203, 167, 102, 0.24);
}

.glp-legal-divider span {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 20px;
  display: grid;
  place-items: start center;
  background: #152c3e;
}

.glp-legal-divider span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 1.5px solid var(--pp-gold);
  border-bottom: 1.5px solid var(--pp-gold);
  filter: drop-shadow(0 0 5px rgba(203, 167, 102, 0.34));
  transform: rotate(45deg);
}

.home-final-panel::after {
  content: none;
  display: none;
}

.home-social-follow {
  position: absolute;
  top: clamp(38px, 4.8vw, 70px);
  left: 15%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 1.8vw, 24px);
  padding: 12px clamp(18px, 2vw, 26px);
  color: var(--pp-prime-navy);
  font-family: var(--pp-font-body);
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-social-follow::before,
.home-social-follow::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 56px;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(86, 122, 155, 0.34) 18%,
      rgba(203, 167, 102, 0.94) 50%,
      rgba(86, 122, 155, 0.34) 82%,
      transparent 100%
    );
  box-shadow: 0 0 14px rgba(203, 167, 102, 0.3);
  content: "";
  transform: translateY(-50%);
}

.home-social-follow::before {
  left: 0;
}

.home-social-follow::after {
  right: 0;
}

.home-social-label {
  color: var(--pp-prime-navy);
  white-space: nowrap;
}

.home-social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-social-links a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(203, 167, 102, 0.78);
  border-radius: 50%;
  background: var(--pp-warm-ivory);
  color: var(--pp-gold);
  text-decoration: none;
  transition:
    border-color 240ms ease,
    color 240ms ease,
    transform 240ms ease,
    background-color 240ms ease;
}

.home-social-links a:hover,
.home-social-links a:focus-visible {
  border-color: var(--pp-gold);
  background: var(--pp-gold);
  color: var(--pp-prime-navy);
  transform: translateY(-2px);
}

.home-social-links svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: currentColor;
}

.home-social-links svg rect,
.home-social-links svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.home-legal-container {
  position: relative;
  z-index: 1;
  width: min(90%, 1200px);
  margin: clamp(85px, 8vw, 115px) auto 0;
  padding-top: clamp(26px, 3vw, 38px);
  color: var(--pp-prime-navy);
  font-family: var(--pp-font-body);
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  line-height: 1.8;
  text-align: left;
  transform: none;
}

.home-legal-container::before {
  content: none;
}

.home-legal-container p {
  margin: 0;
}

.home-legal-container p + p {
  margin-top: clamp(10px, 1vw, 16px);
}

.home-legal-copyright {
  color: var(--pp-prime-navy);
  font-weight: 600;
}

.home-final-logo {
  position: absolute;
  top: calc(clamp(38px, 4.8vw, 70px) + 31px);
  right: 22%;
  left: auto;
  z-index: 1;
  width: clamp(180px, 16vw, 240px);
  height: auto;
  transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .glp-options-start:hover,
  .glp-options-start:focus-visible,
  .glp-confidence-start:hover,
  .glp-confidence-start:focus-visible {
    border-color: rgba(154, 106, 36, 0.72);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 18px 34px rgba(22, 28, 18, 0.2),
      0 0 22px rgba(154, 106, 36, 0.18);
    color: var(--pp-gold);
    transform: translateY(-2px);
  }

  .glp-options-start:hover .glp-options-start-icon,
  .glp-options-start:focus-visible .glp-options-start-icon,
  .glp-confidence-start:hover .glp-confidence-start-icon,
  .glp-confidence-start:focus-visible .glp-confidence-start-icon {
    transform: translateX(4px);
  }
}

@media (max-width: 980px) {
  .glp-steps-shell {
    width: min(88vw, 980px);
  }

  .glp-steps-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .glp-steps-heading > div {
    transform: none;
  }

  .glp-step-card {
    min-height: 360px;
  }

  .glp-step-card:nth-child(2) {
    min-height: 300px;
  }

  .glp-step-card:first-child,
  .glp-step-card:last-child {
    border: 0;
    border-radius: clamp(12px, 1.2vw, 20px);
  }

  .glp-step-card:first-child {
    border-left: 1px solid rgba(203, 167, 102, 0.22);
  }

  .glp-step-card:last-child {
    border-right: 1px solid rgba(203, 167, 102, 0.22);
  }

  .glp-step-copy,
  .glp-step-card:nth-child(2) .glp-step-copy,
  .glp-step-card:last-child .glp-step-copy {
    top: clamp(24px, 4vw, 34px);
  }

  .glp-step-image-one {
    right: -3%;
    bottom: -24%;
    width: min(60%, 360px);
  }

  .glp-step-image-two {
    right: 1%;
    bottom: -3%;
    width: min(46%, 260px);
  }

  .glp-step-image-three {
    right: -2%;
    bottom: -13%;
    width: min(52%, 325px);
  }
}

@media (max-width: 820px) {
  .glp-blank-products-shell {
    height: auto;
    min-height: 820px;
  }

  .glp-confidence-shell {
    min-height: 780px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(350px, 1fr);
  }

  .glp-confidence-copy {
    align-items: center;
    padding: clamp(46px, 7vw, 68px) clamp(28px, 6vw, 54px) 10px;
    text-align: center;
  }

  .glp-confidence-copy h2 {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }

  .glp-confidence-visual {
    min-height: 350px;
  }

  .glp-confidence-visual::before {
    background: linear-gradient(
      180deg,
      rgba(243, 235, 219, 0.96) 0%,
      rgba(243, 235, 219, 0.26) 24%,
      rgba(243, 235, 219, 0) 55%
    );
  }

  .glp-confidence-image {
    object-position: 68% center;
  }

  .glp-options-layout {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 32px;
  }

  .glp-options-copy {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }

  .glp-options-copy h2 {
    font-size: clamp(2.5rem, 7vw, 3.6rem);
  }

  .glp-options-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .glp-options-visual {
    min-height: 380px;
  }

  .glp-options-image-semaglutide {
    left: 7%;
    height: 265px;
  }

  .glp-options-image-pills {
    height: 340px;
  }

  .glp-options-image-tirzepatide {
    right: 5%;
    height: 265px;
  }
}

@media (max-width: 640px) {
  .glp-steps-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .glp-blank-cream-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .glp-confidence-section {
    padding-right: 14px;
    padding-bottom: 82px;
    padding-left: 14px;
  }

  .glp-confidence-shell {
    min-height: 720px;
    grid-template-rows: auto minmax(320px, 1fr);
  }

  .glp-confidence-copy {
    padding: 40px 24px 8px;
  }

  .glp-confidence-copy h2 {
    font-size: clamp(2.15rem, 9.8vw, 3rem);
  }

  .glp-confidence-start {
    width: min(100%, 320px);
    margin-top: 28px;
    font-size: 0.9rem;
  }

  .glp-confidence-visual {
    min-height: 320px;
  }

  .glp-confidence-image {
    object-position: 69% center;
  }

  .glp-faq {
    padding-right: 18px;
    padding-bottom: 82px;
    padding-left: 18px;
  }

  .glp-faq-heading {
    margin-bottom: 34px;
  }

  .glp-faq-question {
    min-height: 62px;
    gap: 18px;
    padding: 18px;
    font-size: 0.98rem;
  }

  .glp-faq-icon {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .glp-faq-answer p {
    padding-right: 18px;
    padding-left: 18px;
  }

  .glp-blank-products-shell {
    height: auto;
    min-height: 790px;
  }

  .glp-options-layout {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 28px;
  }

  .glp-options-copy {
    max-width: none;
    text-align: center;
  }

  .glp-options-copy h2 {
    font-size: clamp(2.05rem, 11vw, 3.1rem);
  }

  .glp-options-copy h2 span {
    white-space: normal;
  }

  .glp-options-copy p {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.96rem;
  }

  .glp-options-start {
    width: min(100%, 300px);
  }

  .glp-options-visual {
    min-height: 340px;
  }

  .glp-options-image-semaglutide {
    left: 0;
    height: 220px;
  }

  .glp-options-image-pills {
    height: 290px;
  }

  .glp-options-image-tirzepatide {
    right: -2%;
    height: 220px;
  }

  .glp-steps-heading {
    grid-template-columns: 1fr;
    margin-bottom: 14px;
  }

  .glp-steps-heading > div {
    grid-column: 1;
    width: 100%;
  }

  .glp-steps-heading h2 {
    font-size: 1.08rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    white-space: normal;
  }

  .glp-step-card {
    min-height: 380px;
  }

  .glp-step-card:nth-child(2) {
    min-height: 320px;
  }

  .glp-step-copy,
  .glp-step-card:nth-child(2) .glp-step-copy,
  .glp-step-card:last-child .glp-step-copy {
    top: 24px;
    left: 22px;
    width: 42%;
  }

  .glp-step-card:nth-child(2) .glp-step-copy {
    width: 54%;
  }

  .glp-step-number {
    font-size: 2rem;
  }

  .glp-step-copy h3 {
    font-size: 1rem;
  }

  .glp-step-copy p {
    font-size: 0.76rem;
    line-height: 1.42;
  }

  .glp-step-image-one {
    right: -5%;
    bottom: -10%;
    width: 58%;
  }

  .glp-step-image-two {
    right: 0;
    bottom: -1%;
    width: 54%;
  }

  .glp-step-image-three {
    right: -4%;
    bottom: -7%;
    width: 60%;
  }
}

@media (max-width: 700px) {
  .home-social-follow {
    position: relative;
    top: auto;
    left: auto;
    width: min(88%, 420px);
    display: flex;
    justify-content: center;
    margin: 0 auto clamp(28px, 8vw, 44px);
  }

  .home-final-logo {
    position: static;
    width: min(78%, 300px);
    display: block;
    margin: clamp(64px, 14vw, 88px) auto 0;
    transform: none;
  }
}

@media (max-width: 560px) {
  .home-final-panel {
    min-height: 0;
    padding: 72px 0 82px;
  }

  .home-social-follow {
    gap: 14px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-legal-container {
    width: min(88%, 560px);
    font-size: 0.9rem;
    line-height: 1.68;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glp-faq-heading h2 {
    animation: none;
  }

  .glp-faq-item,
  .glp-faq-question,
  .glp-faq-icon,
  .glp-faq-icon::before,
  .glp-faq-icon::after,
  .glp-faq-panel,
  .glp-confidence-start,
  .glp-confidence-start-icon,
  .home-social-links a {
    transition: none;
  }

  .glp-faq-item:hover .glp-faq-icon,
  .glp-faq-question:focus-visible .glp-faq-icon,
  .glp-faq-item.is-open .glp-faq-icon,
  .glp-confidence-start:hover,
  .glp-confidence-start:focus-visible,
  .glp-confidence-start:hover .glp-confidence-start-icon,
  .glp-confidence-start:focus-visible .glp-confidence-start-icon,
  .home-social-links a:hover,
  .home-social-links a:focus-visible {
    transform: none;
  }
}

/* Match the established homepage and peptide hero typography. */
.glp-hero {
  min-height: calc(100vh - var(--pp-header-height));
  min-height: calc(100svh - var(--pp-header-height));
  padding: 72px var(--pp-page-gutter) 104px;
}

.glp-hero-copy {
  width: min(100%, 1220px);
  margin: 0 auto;
}

.glp-hero-kicker {
  margin: 0 0 clamp(34px, 4vw, 52px);
  font-size: clamp(0.72rem, 0.95vw, 0.92rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.28em;
}

.glp-hero-kicker::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  margin: 28px 0 0;
  background: linear-gradient(90deg, transparent, var(--pp-gold), transparent);
}

.glp-hero-title {
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: none;
}

.glp-hero-title span + span {
  margin-top: 0.14em;
}

@media (max-width: 900px) {
  .glp-hero-title {
    font-size: 5.25rem;
  }
}

@media (max-width: 767px) {
  .glp-hero {
    padding: 64px var(--pp-page-gutter) 88px;
  }

  .glp-hero-title {
    font-size: 4rem;
  }
}

@media (max-width: 520px) {
  .glp-hero-title {
    font-size: 2.9rem;
  }
}

/* Keep the GLP-1 page on the same continuous warm-ivory canvas as the
   homepage and peptide page. These selectors intentionally do not depend on
   an optional body class. */
html,
body,
body > main {
  background-color: var(--pp-warm-ivory);
  background-image: none;
}

body > main > section {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.glp-hero {
  background:
    radial-gradient(circle at 28% 72%, rgba(203, 167, 102, 0.08), transparent 38%),
    var(--pp-warm-ivory);
}

@media (max-width: 820px) {
  .glp-hero {
    background:
      radial-gradient(circle at 28% 72%, rgba(203, 167, 102, 0.08), transparent 38%),
      var(--pp-warm-ivory);
  }
}

.glp-products-section,
.glp-steps-section,
.glp-blank-cream-section,
.glp-faq,
.glp-confidence-section,
.home-final-panel {
  background-color: transparent;
  background-image: none;
}

@media (hover: hover) and (pointer: fine) {
  .glp-product-card:hover {
    background:
      radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.58), transparent 40%),
      linear-gradient(145deg, #fffdf8, #f3ebdb);
  }
}

/* Final hero-wall placement after the legacy hero overrides above. */
.glp-hero {
  grid-template-columns: minmax(0, 1fr) clamp(340px, 35vw, 540px);
  align-items: center;
}

.glp-hero-copy {
  z-index: 2;
  width: 100%;
  max-width: 1220px;
  margin: 0;
}

@media (max-width: 1180px) {
  .glp-hero {
    grid-template-columns: minmax(0, 1fr) clamp(300px, 32vw, 390px);
  }

  .glp-hero-title {
    font-size: clamp(4.1rem, 7.2vw, 5.4rem);
  }
}

@media (max-width: 820px) {
  .glp-hero {
    display: block;
  }

  .glp-hero-copy {
    width: min(100%, 640px);
  }
}

@media (max-width: 767px) {
  .glp-hero-title {
    font-size: 4rem;
  }
}

@media (max-width: 520px) {
  .glp-hero-title {
    font-size: 2.9rem;
  }
}
