@import url("./brand-variables.css");

:root {
  --pink: #d690b3;
  --orange: #eb8771;
  --purple: #956bad;
  --brown: #a58979;
  --blue: #7aa5c9;
  --gold: #c6a673;
  --teal: #8cb0b2;
  --surface-green: var(--nulife-mint);
  --surface-pink: #f2e6ec;
  --surface-orange: #f2e0d8;
  --surface-purple: #efe5f5;
  --surface-brown: #f2ebe1;
  --surface-blue: #e4ecf2;
  --surface-gold: #f2f0ed;
  --surface-teal: #e5f2f2;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
  max-width: 100%;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  color: var(--text-dark);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
  max-width: 100%;
}

@media (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 93.75%;
  }
}

@media (max-width: 420px) {
  html {
    font-size: 87.5%;
  }
}

body::-webkit-scrollbar {
  display: none;
}

.font-display { font-family: "Red Hat Text", Georgia, serif; }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Site header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 10px 20px;
  background-color: transparent;
  box-shadow: none;
  transform: translateY(0);
  transition:
    transform 0.35s ease,
    visibility 0.35s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease;
  visibility: visible;
  will-change: transform;
}

.site-header.site-header--solid {
  background-color: #fff;
  box-shadow: none;
}

.site-header.site-header--solid .site-header__logo-img {
  filter: none;
}

.site-header.site-header--solid .site-header__menu-btn {
  color: #242220;
}

.site-header.site-header--hidden {
  transform: translateY(calc(-100% - 8px));
  visibility: hidden;
  pointer-events: none;
}

/* WordPress frontend admin bar (#wpadminbar): fixed chrome must anchor below it */
body.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}

.site-header__logo {
  display: block;
}

.site-header__logo-img {
  display: block;
  height: 24px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  transition: filter 0.28s ease;
}

@media (min-width: 768px) {
  .site-header__logo-img {
    height: 28px;
  }
}

.site-header__menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s ease, color 0.28s ease;
}

.site-header__menu-btn:hover {
  opacity: 0.8;
}

.site-header__menu-btn svg {
  width: 32px;
  height: 32px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: #242220;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.site-header__cta:hover {
  opacity: 0.88;
}

/* GLP-1 page: light hero — keep dark logo / white bar always */
.glp1-page .site-header {
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(36, 34, 32, 0.08);
}

.glp1-page .site-header .site-header__logo-img {
  filter: none;
}

.glp1-page .site-header .site-header__menu-btn {
  color: #242220;
}

@media (max-width: 767px) {
  .site-header__cta {
    padding: 8px 14px;
    font-size: 10px;
  }

  .glp1-page .site-header__cta {
    display: none;
  }

  .glp1-page .promo-bar {
    font-size: 12px;
    line-height: 1.4;
    padding: 8px 12px;
  }

  .glp1-page #hero .mb-8 {
    display: flex;
    justify-content: center;
  }

  .glp1-page .btn-green:not(.w-full),
  .glp1-page .btn-dark:not(.w-full) {
    display: inline-flex;
    justify-content: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .glp1-page .glp1-stats {
    padding: 2.5rem 0 3rem;
  }

  .glp1-page .glp1-change-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 28px;
  }

  .glp1-page .glp1-journey {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .glp1-page .glp1-metabolism,
  .glp1-page .glp1-support {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .glp1-page .glp1-guarantee {
    padding: 0 16px 48px;
  }

  .glp1-page .faq-item .font-medium {
    font-size: 14px;
    line-height: 1.45;
    padding-right: 12px;
  }

  .glp1-page .goal-option {
    padding: 16px 18px;
    font-size: 14px;
  }

  .glp1-page .ticker-wrap .text-2xl {
    font-size: 1.15rem;
  }

  .glp1-page .ticker-wrap .text-xl {
    font-size: 0.95rem;
  }

  .glp1-page .testimonials-section {
    padding: 48px 0 64px;
  }

  .glp1-page .footer-main {
    padding: 40px 16px 32px;
  }
}

@media (min-width: 768px) {
  .glp1-page .md\:text-left .btn-green,
  .glp1-page .md\:text-left .btn-dark {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
}

body.admin-bar .drawer {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .drawer {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}

.drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.drawer__overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer__panel {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  width: min(100%, 360px);
  background: #fff;
  border-radius: 24px 0 0 24px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}

.drawer__panel.open {
  transform: translateX(0);
  pointer-events: auto;
}

.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 24px 24px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.drawer__logo {
  display: block;
  height: 24px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: left center;
}

.drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: #767573;
  cursor: pointer;
  transition: color 0.2s ease;
}

.drawer__close:hover {
  color: #242220;
}

.drawer__close svg {
  width: 24px;
  height: 24px;
}

.drawer__nav {
  flex: 1;
  overflow-y: auto;
  padding: 8px 24px;
}

.drawer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #242220;
  text-decoration: none;
  transition: color 0.2s ease;
}

.drawer-link:hover {
  color: var(--green);
}

.drawer-link__chevron {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  color: #c4c4c4;
}

.drawer__footer {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px 24px;
  border-top: 1px solid #f0f0f0;
}

.drawer__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #545454;
  text-decoration: none;
  transition: color 0.2s ease;
}

.drawer__footer-link:hover {
  color: #242220;
}

.drawer__footer-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.animate-marquee {
  animation: marquee 30s linear infinite;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-title {
  font-family: "Red Hat Text", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.section-title em {
  font-style: italic;
  font-weight: 600;
}

section#meals {
  background-color: #fcf9f7;
}

.product-frame {
  position: relative;
  height: 485px;
}

.product-frame .bg-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 290px;
  border-radius: 2.5rem;
}

.product-frame img {
  position: relative;
  object-fit: contain;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-position: bottom;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.12));    
  border-radius: 2.5rem;
}

.lifestyle-grid {
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px) { .lifestyle-grid { gap: 2rem; } }

.lifestyle-grid .img-wrap {
  width: 50%;
  aspect-ratio: 3/4;
  border-radius: 2rem;
  overflow: hidden;
}

.lifestyle-grid .img-wrap.offset { margin-top: 4rem; }

.lifestyle-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.bullet-list li svg {
  width: 24px;
}

.bullet-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}

.btn-pill {
  display: inline-block;
  padding: 0.875rem 2rem;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}

.btn-pill:hover { opacity: 0.9; }

/* —— Hero (matches Framer framer-14oe1b5) —— */
.hero {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  min-height: 524px;
  padding: 80px 24px 0;
  background: linear-gradient(166deg, var(--green) 0%, #112111 100%);
}

.hero__content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

/* —— Hero category cards (Framer: ake4k2 > 13w0jq7) —— */
.hero-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: visible;
  transform: translateY(84px);
}

.hero-cards__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 918px;
  padding: 0 12px 12px;
  overflow: visible;
}

.hero-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 216px;
  text-decoration: none;
  position: relative;
  overflow: visible;
  flex: none;
}

.hero-card__color {
  position: relative;
  width: 100%;
  height: 120px;
  border-radius: 20px 20px 0 0;
  flex: none;
}

.hero-card__image {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 166px;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-card__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
}

.hero-card__label {
  position: relative;
  width: 100%;
  height: 70px;
  flex: none;
  overflow: hidden;
}

.hero-card__label-bg {
  position: absolute;
  inset: 0;
  background: #fafafa;
  border-radius: 0 0 20px 20px;
}

.hero-card__label-row {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.hero-card__title {
  font-family: "Red Hat Text", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 20px;
  color: #242220;
  margin: 0;
}

.hero-card__arrow {
  flex-shrink: 0;
  width: 15px;
  height: 13px;
}

/* Hero watermark (Framer: pb79tn) */
.hero__watermark {
  position: absolute;
  bottom: 95px;
  left: 0;
  width: 100%;
  height: 210px;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}

.hero__watermark-text {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(80px, 16vw, 189px);
  font-weight: 800;
  color: rgb(119, 157, 124);
  opacity: 0.07;
  white-space: nowrap;
  margin: 0;
  line-height: 1;
}

/* Marquee follows hero */


.marque {
  padding-top: 100px !important;
}

@media (max-width: 809px) {
  .marque {
    padding-top: 24px !important;
  }
}

.framer-3oh9hc {
  z-index: -1;
  background-color: #fff;
  border-radius: 25px;
  flex: none;
  width: 100%;
  position: absolute;
  top: -14px;
  bottom: 0;
  left: -.0717372%;
}

@media (max-width: 809px) {
  .hero {
    min-height: auto;
    padding: 60px 0 0;
    gap: 20px;
    overflow: hidden;
  }

  .hero__content {
    padding: 0 20px;
  }

  /* Remove translateY that was designed for desktop overlap */
  .hero-cards {
    transform: none;
    width: 100%;
  }

  .hero-cards__row {
    flex-flow: column;
    align-items: center;
    max-width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 12px;
    gap: 8px;
  }

  .hero-card {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }

  .hero-card__color {
    height: 90px;
    border-radius: 14px 0 0 14px;
    flex: 0 0 90px;
    min-width: 0;
    overflow: hidden;
  }

  .hero-card__image {
    width: 80px;
  }

  .hero-card__label {
    flex: 1;
    height: auto;
    min-height: 60px;
    align-self: stretch;
  }

  .hero-card__label-bg {
    border-radius: 0 14px 14px 0;
  }

  .hero-card__label-row {
    top: 50%;
  }

}

@media (min-width: 810px) and (max-width: 1199px) {
  .hero-cards__row {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 12px 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .hero-cards__row::-webkit-scrollbar {
    display: none;
  }
}

.feature-strip {
  background: #fafafa;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  height: 160px;
}

.feature-strip .thumb {
  width: 35%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.feature-strip .thumb img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

/* Testimonials */
.testimonials-section {
  padding: 80px 0 96px;
  background: #fff;
  border-top: 1px solid #f3f4f6;
  overflow: hidden;
}

.testimonials-section__header {
  max-width: 720px;
  margin: 0 auto 56px;
  padding: 0 24px;
  text-align: center;
}

.testimonials-section__eyebrow {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
}

.testimonials-section__title {
  margin: 0;
  font-family: "Red Hat Text", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--text-dark);
}

.testimonials-section__title-accent {
  color: var(--green);
  font-style: italic;
}

.testimonials-section__lead {
  margin: 16px auto 0;
  max-width: 36rem;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

.testimonials-marquee {
  --testimonials-gap: 20px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}

.testimonials-marquee--right {
  margin-bottom: 0;
  padding-left: 80px;
}

.testimonials-marquee__track {
  display: flex;
  width: max-content;
  animation: testimonials-scroll-left 70s linear infinite;
  will-change: transform;
}

.testimonials-marquee--right .testimonials-marquee__track {
  animation-name: testimonials-scroll-right;
}

.testimonials-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  gap: var(--testimonials-gap);
  /* Keeps the same spacing where the duplicated group meets the first */
  padding-right: var(--testimonials-gap);
  box-sizing: content-box;
}

@keyframes testimonials-scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes testimonials-scroll-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .testimonials-marquee__track {
    animation: none;
  }
}

.testimonial-card {
  flex-shrink: 0;
  width: 400px;
  height: 230px;
  padding: 24px 28px;
  border-radius: 28px;
  box-sizing: border-box;
  overflow: hidden;
}

.testimonial-card--cream {
  background: #f2f0ed;
}

.testimonial-card--mint {
  background: var(--green);
}
.testimonial-card--mint .testimonial-card__name,
.testimonial-card--mint p {
  color: #fff !important;
}
.testimonial-card--mint .testimonial-card__stars,
.testimonial-card--mint .testimonial-card__stars * {
  color: rgba(255,255,255,0.9) !important;
}
.testimonial-card--mint .testimonial-card__quote {
  color: rgba(255,255,255,0.85) !important;
}

.testimonial-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.testimonial-card__name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
}

.testimonial-card__stars {
  display: inline-flex;
  flex-shrink: 0;
  gap: 2px;
  color: var(--green);
}

.testimonial-star {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.testimonial-card__quote {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-muted);
}

.testimonial-card--photo {
  padding: 0;
  background: #f2f0ed;
}

.testimonial-card--photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#weight-loss,
#womens-health {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 130px 0;
  overflow: hidden;
  position: relative;
}

#meals,
#supplements,
#mens-health,
#peptides,
#hair,
#skincare {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.framer-1w9gtsu {
  flex-flow: row;
  gap: 40px;
  padding: 0;
  position: relative;
  flex: 1 0 0;
  display: flex;
}
.left-container {
  width: 380px;
}
.right-container {
  height: min-content;
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  padding: 50px 0 0;
  display: flex;
  position: relative;
  width: 640px !important;
}

.right-container .img-wrap {
  display: flex;
  aspect-ratio: .67713;
  border-radius: 20px;
  flex: none;
  width: 306px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  transform: none;
  will-change: transform;
  overflow: hidden;
}

.right-container .img-wrap.offset {
  aspect-ratio: .67713;
  border-radius: 20px;
  flex: none;
  width: 306px;
  position: absolute;
  top: 0;
  left: 0;
}

.right-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Desktop lifestyle-box — defined BEFORE the mobile override so mobile wins */
.lifestyle-box {
  height: 498px;
  flex: none;
  width: 100%;
  position: relative;
}

/* Two-column product sections — stack on narrow viewports */
@media (max-width: 809px) {
  #weight-loss,
  #womens-health {
    padding: 72px 0 80px;
  }

  .framer-1w9gtsu {
    flex-flow: column;
    align-items: stretch;
    gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .left-container {
    width: 100%;
    max-width: 100%;
  }

  .right-container {
    width: 100% !important;
    max-width: 100%;
    padding-top: 8px !important;
  }

  .product-frame {
    height: auto;
    min-height: 260px;
    max-height: min(520px, 78vh);
    aspect-ratio: 619 / 823;
  }

  .product-frame .bg-block {
    max-height: min(290px, 42vh);
  }

  .product-frame img {
    height: auto;
    max-height: min(520px, 78vh);
    width: 100%;
    display: block;
  }

  .lifestyle-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    height: auto;
    min-height: 0;
    width: 100%;
  }

  .right-container .img-wrap,
  .right-container .img-wrap.offset {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    flex: 1 1 0;
    width: calc(50% - 6px) !important;
    min-width: 0;
    aspect-ratio: 3 / 4;
    transform: none !important;
  }

  .right-container .img-wrap.offset {
    margin-top: 0;
  }

  .feature-strip {
    flex-direction: column;
    height: auto;
  }

  .feature-strip .thumb {
    width: 100%;
    height: 200px;
  }
}

.glow{
  filter: blur(50px);
  opacity: .4;
  z-index: 0;
  background-color: #ffe8f4;
  border-radius: 100%;
  flex: none;
  width: 998px;
  height: 472px;
  position: absolute;
  top: 0;
  left: calc(50% - 499px);
}

#supplements{
  background-color: #fff;
  position: relative;
}

#supplements .glow {
  filter: blur(50px);
  opacity: .5;
  z-index: 0;
  background-color: #eddff5;
  border-radius: 100%;
  flex: none;
  width: 998px;
  height: 472px;
  position: absolute;
  top: 80px;
  left: calc(50% - 499px);
}

/* Bullet checkmarks — section primary colors */
#weight-loss .bullet-list svg path { fill: var(--green); }
#womens-health .bullet-list svg path { fill: var(--pink); }
#meals .bullet-list svg path { fill: var(--orange); }
#supplements .bullet-list svg path { fill: var(--purple); }
#mens-health .bullet-list svg path { fill: var(--brown); }
#peptides .bullet-list svg path { fill: var(--blue); }
#hair .bullet-list svg path { fill: var(--gold); }
#skincare .bullet-list svg path { fill: var(--teal); }

/* Supplements feature card (Framer: 3mhd4z) */
#supplements .framer-3mhd4z {
  display: flex;
  flex-flow: column;
  place-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1120px;
  height: min-content;
  padding: 90px 30px 50px;
  position: relative;
  overflow: visible;
  margin: 0 auto;
}

#supplements .framer-kr6c7a {
  background-color: #f9f5fc;
  border-radius: 50px;
  display: flex;
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  height: 200px;
  padding: 0;
  position: relative;
  overflow: visible;
}

#supplements .framer-gh3g0t {
  z-index: 1;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: flex;
  flex-flow: row;
  place-content: center;
  align-items: center;
  gap: 32px;
  width: min-content;
  height: min-content;
  padding: 0;
  position: absolute;
  top: 50%;
  left: -58px;
  overflow: visible;
  transform: translateY(-50%);
}

#supplements .framer-1xre87i {
  flex: none;
  width: 659px;
  height: 320px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#supplements .framer-1xre87i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#supplements .framer-gzfzxu {
  display: flex;
  flex-flow: column;
  flex: 1 0 0;
  place-content: flex-end center;
  align-items: flex-end;
  gap: 26px;
  width: 1px;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: visible;
}

#supplements .framer-13x77xg {
  display: flex;
  flex-flow: column;
  place-content: center;
  align-items: center;
  gap: 20px;
  width: 279px;
  height: min-content;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 110px;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
}

#supplements .supplements-callout__title {
  font-family: "Red Hat Text", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  text-align: center;
  color: #242220;
  margin: 0;
}

@media (max-width: 809px) {
  #supplements .framer-3mhd4z {
    padding: 48px 16px 32px;
  }

  #supplements .framer-kr6c7a {
    height: auto;
    min-height: 200px;
    flex-direction: column;
    padding: 24px 16px 32px;
  }

  #supplements .framer-gh3g0t {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-bottom: 16px;
  }

  #supplements .framer-1xre87i {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 659 / 320;
    border-radius: 24px;
  }

  #supplements .framer-gzfzxu {
    width: 100%;
    height: auto;
    align-items: center;
  }

  #supplements .framer-13x77xg {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: 320px;
  }

  #supplements .supplements-callout__title {
    font-size: 18px;
  }
}

section#mens-health {
  background-color: #faf9f7;
  position: relative;
}
section#mens-health .glow {
  filter: blur(50px);
  opacity: .5;
  z-index: 0;
  background-color: #e8e0dc;
  border-radius: 100%;
  flex: none;
  width: 998px;
  height: 472px;
  position: absolute;
  top: 0;
  left: calc(50% - 499px);
}

#peptides .glow {
  filter: blur(50px);
  opacity: .5;
  z-index: 0;
  background-color: #ebf6ff;
  border-radius: 100%;
  flex: none;
  width: 998px;
  height: 472px;
  position: absolute;
  top: 0;
  left: calc(50% - 499px);
}

#skincare .glow {
  filter: blur(50px);
  opacity: .4;
  z-index: 0;
  background-color: #ebfeff;
  border-radius: 100%;
  flex: none;
  width: 998px;
  height: 472px;
  position: absolute;
  top: 0;
  left: calc(50% - 499px);
}

/* Coaching */
.coaching-section {
  padding: 80px 0 112px;
  background: #fff;
  border-top: 1px solid #f3f4f6;
}

.coaching-section__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 24px;
}

.coaching-section__header {
  text-align: center;
  margin-bottom: 56px;
}

.coaching-section__eyebrow {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
}

.coaching-section__title {
  margin: 0;
  font-family: "Red Hat Text", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--text-dark);
}

.coaching-section__title-accent {
  color: var(--green);
  font-style: italic;
}

.coaching-card {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 500px;
  overflow: visible;
  background: #faf9f7;
  border-radius: 50px;
}

.coaching-card__image {
  flex: 0 0 50%;
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}

.coaching-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center top;
}

.coaching-card__copy {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 72px 48px 40px;
}

.coaching-card__badge {
  position: absolute;
  top: -17px;
  right: -24px;
  width: 141px;
  height: 141px;
  pointer-events: none;
  z-index: 2;
}

.coaching-badge__svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.coaching-badge__svg--spin {
  animation: coaching-badge-spin 18s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes coaching-badge-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.coaching-card__heading {
  margin: 0 0 20px;
  max-width: 400px;
  font-family: "Red Hat Text", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--text-dark);
}

.coaching-card__text {
  margin: 0;
  max-width: 400px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
}

@media (max-width: 767px) {
  .coaching-section {
    padding: 64px 0 80px;
  }

  .coaching-section__header {
    margin-bottom: 40px;
  }

  .coaching-card {
    flex-direction: column;
    min-height: 0;
    border-radius: 28px;
    overflow: hidden;
  }

  .coaching-card__image {
    flex: none;
    border-radius: 28px 28px 0 0;
  }

  .coaching-card__image img {
    min-height: 280px;
    aspect-ratio: 4 / 3;
  }

  .coaching-card__copy {
    padding: 32px 28px 40px;
  }

  .coaching-card__badge {
    top: 16px;
    right: 16px;
    width: 110px;
    height: 110px;
  }

  .coaching-section__container {
    padding: 0 16px;
  }

  .coaching-card__heading {
    font-size: clamp(1.35rem, 4vw, 1.85rem);
  }

  .coaching-card__text {
    font-size: 13px;
  }
}

/* Footer trust bar */
.footer-trust-bar {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

.footer-trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-trust-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 20px;
  border-right: 1px solid #e8e8e8;
}

.footer-trust-bar__item:last-child {
  border-right: none;
}

.footer-trust-bar__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.footer-trust-bar__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-dark);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .footer-trust-bar__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-trust-bar__item {
    padding: 20px 16px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .footer-trust-bar__item:nth-child(2n) {
    border-right: none;
  }

  .footer-trust-bar__item:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .footer-trust-bar__label {
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }
}

/* Footer main */
.footer-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 40px;
}

.footer-main__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.footer-main__logo {
  display: block;
  height: 32px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
}

.footer-main__logo-text {
  display: block;
  font-family: "Red Hat Text", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

.footer-contact-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.footer-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #545454;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.footer-contact-pill:hover {
  background: #ebebeb;
  color: var(--text-dark);
}

.footer-contact-pill__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.footer-contact-pill__at {
  flex-shrink: 0;
  width: 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #545454;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Red Hat Text", Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  color: #767573;
}

.footer-legal__heading {
  margin: 4px 0 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}

.footer-legal__text {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-align: left;
}

.footer-pharmacies {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-pharmacy__name {
  margin: 0 0 4px;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: inherit;
}

.footer-pharmacy__list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
}

.footer-pharmacy__list li {
  margin: 0;
  padding: 0;
}

.footer-pharmacy__list a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-pharmacy__list a:hover {
  color: var(--green);
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
}

.footer-bottom__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.footer-bottom__copy {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-dark);
  white-space: nowrap;
}

.footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.footer-bottom__links a {
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-dark);
  text-decoration: none;
  white-space: nowrap;
}

.footer-bottom__links a:hover {
  color: var(--green);
}

.footer-bottom__sep {
  font-size: 14px;
  line-height: 1;
  color: #c4c4c4;
  user-select: none;
}

.footer-bottom__badge {
  display: inline-block;
  margin-top: 20px;
}

.footer-bottom__badge img {
  display: block;
  width: 73px;
  height: auto;
}

@media (max-width: 767px) {
  .footer-main {
    padding: 40px 20px 32px;
  }

  .footer-main__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .footer-contact-pills {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-contact-pill {
    width: 100%;
    max-width: 100%;
  }

  .footer-contact-pill span {
    white-space: normal;
  }

  .footer-bottom__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom__links {
    gap: 6px 10px;
  }

  .footer-bottom__links a,
  .footer-bottom__sep {
    font-size: 12px;
  }
}

/* —— Legal / policy pages (pages/*.html) —— */
.legal-site {
  min-height: 100vh;
  margin: 0;
  background: #fff;
  color: #000;
  font-family: "Poppins", system-ui, sans-serif;
}

.legal-topnav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
}

body.admin-bar .legal-topnav {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .legal-topnav {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}

.legal-topnav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.legal-topnav__logo {
  display: block;
}

.legal-topnav__logo img {
  display: block;
  height: 26px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: left center;
}

.legal-topnav__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.legal-topnav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.legal-topnav__cta:hover {
  opacity: 0.85;
}

.legal-topnav__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #000;
  text-decoration: none;
}

.legal-topnav__menu svg {
  width: 32px;
  height: 32px;
}

.legal-site__main {
  padding: 48px 0 80px;
}

.legal-article {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}

.legal-article__title {
  margin: 0 0 16px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #000;
  text-align: center;
}

.legal-article__date {
  margin: 0 0 40px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
}

.legal-article__body {
  text-align: left;
}

.legal-article__body p,
.legal-article__body li {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  color: #000;
}

.legal-article__body h2 {
  margin: 36px 0 14px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.legal-article__body h3 {
  margin: 28px 0 12px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
}

.legal-article__body h4 {
  margin: 24px 0 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
}

.legal-article__body ul,
.legal-article__body ol {
  margin: 0 0 20px;
  padding-left: 1.35rem;
}

.legal-article__body li {
  margin-bottom: 8px;
}

.legal-article__body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-article__body a:hover {
  color: var(--green);
}

.legal-article__body hr {
  margin: 24px 0;
  border: none;
  border-top: 1px solid #e5e5e5;
}

.legal-article__body strong {
  font-weight: 700;
}

.legal-article__subnav {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
}

.legal-article__subnav-title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #767573;
}

.legal-article__subnav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-article__subnav-list a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.legal-article__subnav-list a:hover {
  color: var(--green);
}

.legal-article__subnav-list a[aria-current="page"] {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .site-header {
    padding: 8px 12px;
  }

  .site-header__inner {
    padding: 0 12px;
  }

  .section-title,
  .testimonials-section__title,
  .coaching-section__title {
    font-size: clamp(1.5rem, 6.2vw, 2.65rem);
  }

  .section-eyebrow,
  .testimonials-section__eyebrow,
  .coaching-section__eyebrow {
    font-size: 10px;
  }

  .bullet-list li {
    font-size: 13px;
    gap: 0.75rem;
  }

  .btn-pill {
    font-size: 13px;
    padding: 0.75rem 1.5rem;
  }

  .drawer-link {
    font-size: 13px;
    padding: 12px 0;
  }

  .drawer__footer-link {
    font-size: 12px;
  }

  .hero__watermark-text {
    font-size: clamp(48px, 14vw, 120px);
  }

  .testimonials-section {
    padding: 56px 0 72px;
  }

  .testimonials-section__header {
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .testimonials-section__lead {
    font-size: 13px;
  }

  .testimonials-marquee--right {
    padding-left: 0;
  }

  .testimonial-card {
    width: min(400px, calc(100vw - 40px));
    height: auto;
    min-height: 200px;
    padding: 20px 22px;
  }

  .testimonial-card__name {
    font-size: 14px;
  }

  .testimonial-card__quote {
    font-size: 13px;
  }

  .legal-site {
    overflow-x: hidden;
  }

  .legal-site__main {
    padding: 32px 0 56px;
  }

  .legal-article {
    padding: 0 16px;
  }

  .legal-topnav__inner {
    padding: 8px 12px;
  }

  .legal-topnav__actions {
    gap: 8px;
  }

  .legal-topnav__cta {
    padding: 8px 14px;
    font-size: 11px;
  }

  .legal-article__title {
    font-size: clamp(1.35rem, 5.5vw, 1.85rem);
  }

  .legal-article__date {
    font-size: 13px;
    margin-bottom: 28px;
  }

  .legal-article__body p,
  .legal-article__body li {
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  .legal-article__body h2 {
    font-size: 0.9375rem;
    margin: 28px 0 12px;
  }

  .legal-article__body h3,
  .legal-article__body h4 {
    font-size: 0.875rem;
  }

  .legal-article__subnav-list a {
    font-size: 13px;
  }

  .legal-article__subnav-title {
    font-size: 11px;
  }

  #supplements .supplements-callout__title {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .legal-article__body p,
  .legal-article__body li {
    font-size: 13px;
  }

  .legal-topnav__logo img {
    max-width: 132px;
  }
}

/* —— GLP-1 landing (glp1.html) —— */
.glp1-lp {
  background: #f9f9f9;
}

/* Sticky top bar: promo + nav */
.glp1-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
}

body.admin-bar .glp1-topbar {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .glp1-topbar {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
}

.glp1-topbar__promo {
  padding: 10px 16px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.glp1-topbar__promo p {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-dark);
}

.glp1-topbar__promo strong {
  font-weight: 700;
  color: var(--green);
}

.glp1-topbar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
}

.glp1-topbar__logo img {
  display: block;
  height: 24px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.glp1-topbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.glp1-topbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: #242220;
  color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.glp1-topbar__cta:hover {
  opacity: 0.88;
}

.glp1-topbar__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  color: #242220;
  cursor: pointer;
}

.glp1-topbar__menu svg {
  width: 28px;
  height: 28px;
}

/* Hero — two columns: copy left, photo mosaic right */
.glp1-banner {
  --glp1-photo-col: clamp(120px, 14vw, 200px);
  --glp1-photo-gap: 16px;
  background: #f9f9f9;
  padding: 48px 0 0;
  overflow: hidden;
}

.glp1-banner__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.glp1-banner__eyebrow {
  margin: 0 0 24px;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--text-dark);
}

.glp1-banner__eyebrow strong {
  font-weight: 700;
}

.glp1-banner__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

@media (min-width: 900px) {
  .glp1-banner__main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 24px 40px;
  }
}

.glp1-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 520px;
}

.glp1-banner__title {
  margin: 0;
  font-size: clamp(1.75rem, 4.5vw, 3.125rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--text-dark);
  text-align: left;
}

.glp1-banner__title em {
  font-style: normal;
  color: var(--green);
}

.glp1-banner__list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: left;
}

.glp1-banner__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--text-dark);
}

.glp1-banner__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: #c9a87c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.glp1-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 187px;
  height: 50px;
  padding: 0 50px;
  border-radius: 500px;
  background: var(--green);
  color: #fff;
  font-family: "Red Hat Text", Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.glp1-banner__cta:hover {
  opacity: 0.92;
}

.glp1-banner__collage {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  overflow: visible;
}

.glp1-banner__photos {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: var(--glp1-photo-gap);
  flex: none;
  width: min-content;
  max-width: 100%;
  height: auto;
  min-height: 480px;
  overflow: visible;
}

.glp1-banner__photos-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: var(--glp1-photo-gap);
  height: 100%;
}

.glp1-banner__left-top {
  display: grid;
  grid-template-columns: var(--glp1-photo-col) var(--glp1-photo-col);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: var(--glp1-photo-gap);
  width: 416px;
}

.glp1-banner__left-stack {
  display: flex;
  flex-direction: column;
  gap: var(--glp1-photo-gap);
  grid-column: 2;
  grid-row: 1 / -1;
}

.glp1-banner__left-bottom {
  display: grid;
  grid-template-columns: repeat(2, var(--glp1-photo-col));
  gap: var(--glp1-photo-gap);
  width: 416px;
}

.glp1-banner__photos-center {
  display: grid;
  grid-template-rows: repeat(4, min-content);
  gap: var(--glp1-photo-gap);
  width: var(--glp1-photo-col);
  height: 100%;
}

.glp1-banner__photos-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: var(--glp1-photo-gap);
  height: 100%;
}

.glp1-banner__right-brown {
  display: grid;
  grid-template-rows: repeat(3, min-content);
  gap: var(--glp1-photo-gap);
  width: var(--glp1-photo-col);
}

.glp1-banner__right-stack {
  display: flex;
  flex-direction: column;
  gap: var(--glp1-photo-gap);
  width: var(--glp1-photo-col);
}

.glp1-banner__spacer {
  height: 180px;
  border-radius: 20px;
  visibility: hidden;
}

.glp1-banner__spacer--short {
  height: 100px;
}

.glp1-banner__cell {
  overflow: hidden;
  border-radius: 20px;
  background: #e8e8e8;
}

.glp1-banner__cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.glp1-banner__cell--tall {
  grid-column: 1;
  grid-row: 1 / -1;
  min-height: 360px;
}

.glp1-banner__cell--beige {
  flex: 1 1 auto;
  min-height: 180px;
}

.glp1-banner__cell--wide {
  grid-column: 1 / -1;
  height: 250px;
}

.glp1-banner__cell--green {
  height: 360px;
}

.glp1-banner__cell--brown {
  height: 524px;
}

.glp1-banner__cell--silver {
  height: 182px;
}

.glp1-banner__cell--white {
  height: 100px;
}

.glp1-banner__featured {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  padding: 28px 0 36px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

.glp1-banner__featured p {
  margin: 0 0 20px;
  font-family: "Red Hat Text", Georgia, serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
  color: #a39e99;
  text-transform: capitalize;
}

.glp1-banner__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 40px;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0.85;
}

.glp1-banner__logos img {
  display: block;
  width: auto;
  height: 22px;
  max-width: 140px;
  object-fit: contain;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .glp1-banner__photos {
    transform: scale(0.88);
    transform-origin: top center;
  }

  .glp1-banner__cell--brown {
    height: 420px;
  }
}

@media (max-width: 899px) {
  .glp1-banner {
    padding-top: 32px;
  }

  .glp1-banner__container {
    padding: 0 20px;
  }

  .glp1-banner__content {
    max-width: none;
    align-items: stretch;
  }

  .glp1-banner__title {
    text-align: center;
  }

  .glp1-banner__list {
    max-width: 480px;
    margin: 0 auto;
  }

  .glp1-banner__collage {
    overflow-x: auto;
    justify-content: flex-start;
    margin: 0 -20px;
    padding: 0 20px;
  }

  .glp1-banner__photos {
    min-height: 380px;
    transform: scale(0.78);
    transform-origin: top left;
  }

  .glp1-topbar__cta {
    display: none;
  }

  .glp1-banner__cta {
    align-self: center;
    width: 100%;
    max-width: 360px;
  }

  .glp1-banner__list li {
    font-size: 14px;
  }
}

.glp1-lp__product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .glp1-lp__product-card {
    flex-direction: row;
    align-items: stretch;
    border-radius: 32px;
  }
}

.glp1-lp__product-media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 220px;
  padding: 24px 24px 0;
}

@media (min-width: 768px) {
  .glp1-lp__product-media {
    flex: 0 0 44%;
    max-width: 340px;
    min-height: 280px;
    padding: 32px 24px 0;
  }
}

.glp1-lp__product-media img {
  display: block;
  max-height: 280px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.glp1-lp__product-img--tall {
  max-height: 260px;
}

.glp1-lp__product-body {
  flex: 1;
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .glp1-lp__product-body {
    padding: 40px 36px 40px 28px;
    justify-content: center;
  }
}

.glp1-lp__stat {
  padding: 20px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.glp1-lp__stat-value {
  margin: 0 0 8px;
  font-family: "Red Hat Text", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: var(--green);
  letter-spacing: -0.02em;
}

.glp1-lp__stat-label {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
}

.glp1-lp__range {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  accent-color: var(--green);
  cursor: pointer;
}

.glp1-lp__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (min-width: 768px) {
  .glp1-lp__steps {
    flex-direction: row;
    gap: 24px;
  }

  .glp1-lp__steps li {
    flex: 1;
  }
}

.glp1-lp__steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.glp1-lp__step-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--surface-green);
  color: var(--green);
  font-weight: 800;
  font-size: 15px;
}

.glp1-lp__details {
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  background: #fff;
  overflow: hidden;
}

.glp1-lp__details summary {
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: var(--text-dark);
  list-style: none;
}

.glp1-lp__details summary::-webkit-details-marker {
  display: none;
}

.glp1-lp__details summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  color: #9ca3af;
}

.glp1-lp__details[open] summary::after {
  content: "−";
}

.glp1-lp__details p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}