:root {
  --product-purple: #500088;
  --product-yellow: #ffb400;
  --product-green-dark: #4a8806;
  --product-green-mid: #83c33d;
  --product-green-light: #deffb8;
  --hero-text-shadow: 0 10px 22px rgba(50, 18, 78, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #7651aa;
}

body.product-page {
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 22%, rgba(222, 255, 184, 0.16), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255, 180, 0, 0.10), transparent 34%),
    radial-gradient(circle at 48% 58%, rgba(201, 178, 242, 0.42), transparent 42%),
    linear-gradient(140deg, #6e4ca5 0%, #9a76cb 42%, #6d459d 100%);
  background-attachment: fixed;
}

.product-site-logo {
  position: absolute;
  left: clamp(18px, 2.6vw, 42px);
  top: clamp(16px, 2.2vw, 34px);
  width: clamp(140px, 14vw, 212px);
  z-index: 122;
  filter: drop-shadow(0 10px 10px rgba(45, 15, 82, 0.14));
}

.product-page .menu-toggle {
  position: fixed;
  right: clamp(18px, 2.6vw, 42px);
  top: clamp(16px, 2.2vw, 34px);
  width: clamp(42px, 4.6vw, 58px);
  height: clamp(42px, 4.6vw, 58px);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 22px rgba(42, 16, 79, 0.14);
  display: grid;
  place-content: center;
  gap: 6px;
  padding: 0;
  color: #6f539b;
}

.product-page .menu-toggle span {
  display: block;
  width: clamp(20px, 2.35vw, 28px);
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.product-main {
  position: relative;
  z-index: 1;
}

.product-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 54% 18%, rgba(201, 178, 242, 0.88) 0 21%, rgba(157, 124, 207, 0.34) 50%, transparent 71%),
    linear-gradient(120deg, #7651aa 0%, #ad90dc 38%, #9d7ace 58%, #694399 100%);
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(50, 24, 91, 0.20), transparent 16%, transparent 78%, rgba(42, 16, 79, 0.18)),
    radial-gradient(circle at 34% 90%, rgba(62, 32, 114, 0.32), transparent 28%);
  mix-blend-mode: multiply;
  opacity: 0.56;
}

.product-hero__asset {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
  user-select: none;
  pointer-events: none;
}

.product-hero__leaf--green {
  width: 24.5%;
  left: -13.5%;
  top: 5.5%;
  transform: rotate(-81deg) scale(1.02);
  z-index: 5;
}

.product-hero__leaf--purple {
  width: 22%;
  left: -9.5%;
  top: -11.5%;
  transform: rotate(78deg) scale(1.15);
  z-index: 4;
}

.product-hero__leaf--right {
  width: 35.7%;
  right: -7.5%;
  bottom: 12%;
  transform: rotate(30deg);
  z-index: 6;
  opacity: 0.95;
}

.product-hero__macaw {
  width: 23.8%;
  left: -8.7%;
  top: 20.2%;
  z-index: 20;
}

.product-hero__flower {
  width: 20%;
  left: -6.7%;
  bottom: 9.5%;
  transform: rotate(-10deg) scale(0.84);
  z-index: 21;
}

.product-hero__image {
  width: 32%;
  left: 240px;
  top: 17.6%;
  z-index: 30;
  filter: drop-shadow(0 34px 36px rgba(36, 14, 65, 0.28));
}

.product-hero__toucan {
  width: 36%;
  right: -9.9%;
  bottom: -5.2%;
  z-index: 42;
  filter: drop-shadow(0 18px 18px rgba(34, 12, 55, 0.25));
}

.product-hero__amazon {
  width: 13.3%;
  left: 30px;
  right: auto;
  bottom: 30px;
  z-index: 54;
  filter: drop-shadow(0 10px 12px rgba(46, 16, 80, 0.16));
}

.product-hero__content {
  position: absolute;
  right: clamp(70px, 8.2vw, 140px);
  top: 15%;
  width: min(38vw, 610px);
  z-index: 60;
  color: #ffffff;
}

.product-hero h1,
.product-section h2,
.product-contact h2 {
  margin: 0;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.product-hero h1 {
  color: #ffffff;
  font-size: clamp(58px, 5.5vw, 100px);
  font-weight: 900;
  font-style: italic;
  text-shadow: var(--hero-text-shadow);
}

.product-hero__features {
  display: grid;
  gap: clamp(14px, 1.5vw, 22px);
  margin-top: clamp(22px, 2vw, 30px);
}

.hero-feature {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.hero-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: rgba(255, 255, 255, 0.68);
}

.hero-feature__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-feature__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-feature__body h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(21px, 1.75vw, 28px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.hero-feature__body p {
  margin: 5px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.35;
}

.product-hero__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.product-hero__benefits li {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: none;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 0.9;
}

.product-hero__benefits svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-hero__benefits img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-hero__benefits li span {
  display: block;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.product-hero__tagline {
  position: absolute;
  left: 50%;
  bottom: clamp(14px, 1.8vw, 24px);
  transform: translateX(-50%);
  z-index: 65;
  margin: 0;
  color: #6a1d3f;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900;
  white-space: nowrap;
}

.product-kicker {
  margin: 0 0 14px;
  color: var(--product-yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--product-yellow);
  color: var(--product-purple);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(53, 23, 78, 0.22);
}

.scroll-velocity {
  position: relative;
  z-index: 3;
  display: grid;
  gap: clamp(10px, 1.2vw, 16px);
  padding: clamp(48px, 6vw, 86px) 0 clamp(42px, 5vw, 76px);
  overflow: hidden;
  background: transparent;
}

.scroll-velocity::before,
.scroll-velocity::after {
  display: none;
}

.scroll-velocity__row {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.scroll-velocity__scroller {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.scroll-velocity__scroller span {
  flex-shrink: 0;
  padding-right: clamp(28px, 4vw, 64px);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(2.25rem, 6vw, 6.6rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-shadow: 0 14px 28px rgba(48, 18, 78, 0.14);
}

.scroll-velocity__row:nth-child(2) .scroll-velocity__scroller span {
  color: rgba(255, 180, 0, 0.96);
}

.scroll-velocity__row:nth-child(3) .scroll-velocity__scroller span {
  color: rgba(222, 255, 184, 0.94);
  font-size: clamp(1.75rem, 4.7vw, 5.4rem);
}

.product-section {
  padding: clamp(74px, 9vw, 130px) clamp(24px, 7vw, 110px);
}

.product-section__inner,
.product-contact__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.product-section h2,
.product-contact h2 {
  max-width: 880px;
  color: #ffffff;
  font-size: clamp(38px, 5.6vw, 84px);
}

.product-section__copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 64px);
  margin-top: clamp(24px, 4vw, 48px);
}

.product-section__copy p,
.product-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.65vw, 23px);
  line-height: 1.45;
}

.product-section--about,
.product-section--testimonials {
  background: transparent;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(28px, 4vw, 52px);
}

.testimonial-card {
  min-height: 220px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background: radial-gradient(circle at 55% 36%, rgba(222, 255, 184, 0.95) 0%, rgba(131, 195, 61, 0.95) 52%, rgba(74, 136, 6, 0.95) 100%);
  color: var(--product-purple);
  box-shadow: 0 24px 48px rgba(43, 17, 69, 0.18);
}

.testimonial-card p {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.35;
  font-weight: 700;
}

.testimonial-card span {
  display: inline-flex;
  margin-top: 22px;
  color: rgba(80, 0, 136, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-contact {
  padding: clamp(76px, 10vw, 138px) clamp(24px, 7vw, 110px);
  text-align: center;
  background: transparent;
}

.product-contact__inner {
  max-width: 860px;
}

.product-contact h2 {
  max-width: none;
}

.product-contact p {
  max-width: 620px;
  margin: 20px auto 0;
}

.product-button--large {
  min-height: 58px;
  padding-inline: 34px;
  font-size: 15px;
}

.product-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.product-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .product-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  }

  .product-hero__tagline {
    font-size: 22px;
  }
}

@media (max-width: 980px) {
  .product-hero {
    min-height: 100svh;
  }

  .product-hero__content {
    right: 28px;
    top: 16%;
    width: min(48vw, 430px);
  }

  .product-hero h1 {
    font-size: clamp(40px, 7vw, 68px);
  }

  .hero-feature {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
  }

  .hero-feature__icon {
    width: 38px;
    height: 38px;
  }

  .hero-feature__body h2 {
    font-size: 18px;
  }

  .hero-feature__body p {
    font-size: 13px;
  }

  .product-hero__benefits li {
    width: 58px;
    height: 58px;
  }

  .product-hero__benefits svg {
    width: 27px;
    height: 27px;
  }

  .product-hero__tagline {
    font-size: 20px;
    white-space: normal;
    width: calc(100% - 40px);
    text-align: center;
  }

  .product-section__copy,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .product-site-logo {
    width: clamp(145px, 36vw, 190px);
    left: clamp(22px, 6vw, 36px);
    top: clamp(22px, 4vh, 34px);
  }

  .product-page .menu-toggle {
    right: clamp(24px, 6vw, 36px);
    top: clamp(28px, 4vh, 42px);
    width: clamp(44px, 10vw, 52px);
    height: clamp(44px, 10vw, 52px);
  }

  .product-hero {
    min-height: 100svh;
  }

  .product-hero__leaf--green {
    width: 55%;
    left: -35%;
    top: 8%;
  }

  .product-hero__leaf--purple {
    width: 52%;
    left: -30%;
    top: -5%;
  }

  .product-hero__leaf--right {
    width: 78%;
    right: -34%;
    bottom: 5%;
  }

  .product-hero__macaw {
    width: 48%;
    left: -18%;
    top: 12%;
  }

  .product-hero__flower {
    width: 42%;
    left: -10%;
    top: 29%;
    bottom: auto;
  }

  .product-hero__image {
    width: 84%;
    left: 5%;
    top: 35%;
  }

  .product-hero__toucan {
    width: 61%;
    right: -20%;
    bottom: -1.5%;
  }

  .product-hero__amazon {
    width: 23.8%;
    left: 6%;
    right: auto;
    bottom: 5.2%;
  }

  .product-hero__content {
    left: 10%;
    right: 10%;
    top: 55%;
    width: auto;
    padding: 16px;
    border-radius: 18px;
    background: radial-gradient(circle at 55% 36%, rgba(222, 255, 184, 0.90) 0%, rgba(131, 195, 61, 0.88) 52%, rgba(74, 136, 6, 0.88) 100%);
    color: var(--product-purple);
  }

  .product-hero h1 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 1.02;
    letter-spacing: 0.02em;
    font-style: normal;
  }

  .product-hero__features {
    gap: 10px;
    margin-top: 12px;
  }

  .hero-feature {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
  }

  .hero-feature__icon {
    width: 28px;
    height: 28px;
    color: rgba(80, 0, 136, 0.68);
  }

  .hero-feature__body h2 {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 800;
  }

  .hero-feature__body p {
    color: rgb(255, 255, 255);
    font-size: 10px;
    line-height: 1.25;
  }

  .product-hero__benefits {
    display: none;
  }

  .product-hero__tagline {
    display: none;
  }

  .product-section,
  .product-contact {
    padding: 58px 20px;
  }

  .product-section h2,
  .product-contact h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .product-section__copy p,
  .product-contact p {
    font-size: 15px;
  }

  .testimonial-card {
    min-height: auto;
  }
}


/* Mobile-only product image position and sizing aligned with homepage mobile product treatment */
@media (max-width: 760px) {
  .product-hero__image {
    width: auto;
    max-width: 84vw;
    max-height: 43svh;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
  }
}

/* Client testimonials carousel */
.product-section__inner--testimonials {
  width: min(100%, 1180px);
}

.testimonials-heading {
  display: block;
  margin-bottom: clamp(28px, 4vw, 54px);
  text-align: center;
}

.testimonials-heading .product-kicker {
  margin-bottom: 14px;
}

.testimonials-heading h2 {
  max-width: 920px;
  margin: 0 auto;
}

.testimonial-carousel {
  position: relative;
  width: 100%;
}

.testimonial-carousel__viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 36px;
}

.testimonial-carousel__track {
  display: flex;
  gap: 22px;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.testimonial-card {
  position: relative;
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: calc((100% - 44px) / 3);
  min-height: clamp(320px, 29vw, 430px);
  padding: clamp(28px, 3vw, 42px);
  border: none;
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 180, 0, 0.18), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(222, 255, 184, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(80, 0, 136, 0.98), rgba(70, 34, 131, 0.98) 58%, rgba(118, 81, 170, 0.98));
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(80, 0, 136, 0.20);
  overflow: hidden;
}

.testimonial-card::before,
.testimonial-card__mark {
  display: none;
}

.testimonial-card__stars {
  margin: 0 0 clamp(22px, 2.4vw, 34px);
  color: #ffde00;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0 8px 18px rgba(22, 3, 54, 0.18);
}

.testimonial-card p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(18px, 1.62vw, 25px);
  line-height: 1.3;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.testimonial-card__person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: clamp(28px, 3vw, 40px);
}

.testimonial-card__person > span {
  width: 50px;
  height: 50px;
  border: 2px solid #ffb400;
  border-radius: 999px;
  background: radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.95), rgba(222, 255, 184, 0.92));
  color: #500088;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.testimonial-card__person strong {
  display: block;
  color: #ffffff;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.testimonial-card__person small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.2;
}

.testimonial-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.testimonial-carousel__button {
  display: none;
}

.testimonial-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonial-carousel__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  padding: 0;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.testimonial-carousel__dot.is-active {
  width: 44px;
  background: #ffde00;
}

@media (max-width: 760px) {
  .testimonials-heading {
    display: block;
    margin-bottom: 24px;
    text-align: left;
  }

  .testimonial-carousel__viewport {
    border-radius: 28px;
  }

  .testimonial-carousel__track {
    gap: 0;
  }

  .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
    min-height: 390px;
    padding: 34px 24px 28px;
    border-radius: 30px;
  }

  .testimonial-card__stars {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .testimonial-card p {
    font-size: 24px;
    line-height: 1.24;
  }

  .testimonial-card__person {
    margin-top: 28px;
    gap: 14px;
  }

  .testimonial-card__person > span {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }

  .testimonial-card__person strong {
    font-size: 22px;
  }

  .testimonial-card__person small {
    font-size: 14px;
  }
}


.product-button--docked-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Floating Contact Us CTA for product pages */
.product-button--floating-cta {
  position: fixed;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 42px);
  z-index: 140;
  margin-top: 0;
  min-height: 54px;
  padding: 14px 24px;
  box-shadow: 0 18px 34px rgba(53, 23, 78, 0.28);
}


.product-button--floating-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 760px) {
  .product-button--floating-cta {
    right: 18px;
    bottom: 18px;
    min-height: 48px;
    padding: 12px 20px;
    font-size: 12px;
  }
}

/* Guarana product page hero overrides */
.product-page--guarana .product-hero {
  background:
    radial-gradient(circle at 51% 20%, rgba(255, 222, 0, 0.88) 0 20%, rgba(255, 181, 0, 0.48) 48%, transparent 70%),
    linear-gradient(120deg, #ffa100 0%, #ffb500 44%, #ffde00 100%);
}

.product-page--guarana .product-hero::before {
  background:
    radial-gradient(circle at 26% 55%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(90deg, rgba(80, 0, 136, 0.08), transparent 36%, rgba(80, 0, 136, 0.06));
  mix-blend-mode: normal;
  opacity: 0.72;
}

.product-page--guarana .product-hero__image {
  width: 40.5%;
  left: 13.2%;
  top: 27%;
  filter: drop-shadow(0 34px 34px rgba(80, 0, 136, 0.18));
}

.product-page--guarana .product-hero__content {
  right: clamp(58px, 6.2vw, 110px);
  top: 13.5%;
  width: min(42.5vw, 690px);
  color: var(--product-purple);
}

.product-page--guarana .product-hero h1 {
  color: var(--product-purple);
}

.product-page--guarana .hero-feature__icon,
.product-page--guarana .hero-feature__body h2,
.product-page--guarana .hero-feature__body p {
  color: var(--product-purple);
}

.product-page--guarana .hero-feature__body p {
  max-width: 560px;
}

.product-page--guarana .product-hero__benefits li {
  color: var(--product-purple);
}

.product-page--guarana .product-hero__leaf--green {
  opacity: 0.82;
}

.product-page--guarana .product-hero__leaf--right {
  opacity: 1;
}

@media (max-width: 980px) {
  .product-page--guarana .product-hero__content {
    right: 24px;
    width: min(50vw, 460px);
  }

  .product-page--guarana .product-hero__image {
    width: 45%;
    left: 9%;
    top: 31%;
  }
}

@media (max-width: 760px) {
  .product-page--guarana .product-hero__image {
    width: auto;
    max-width: 94vw;
    max-height: 36svh;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
  }

  .product-page--guarana .product-hero__content {
    left: 10%;
    right: 10%;
    top: 50%;
    width: auto;
    background: radial-gradient(circle at 55% 36%, rgba(255, 222, 0, 0.92) 0%, rgba(255, 181, 0, 0.90) 56%, rgba(255, 161, 0, 0.90) 100%);
    color: var(--product-purple);
  }

  .product-page--guarana .product-hero h1,
  .product-page--guarana .hero-feature__body h2,
  .product-page--guarana .hero-feature__body p {
    color: var(--product-purple);
  }

  .product-page--guarana .hero-feature__icon {
    color: var(--product-purple);
  }
}


/* Unsweetened product page hero overrides */
.product-page--unsweetened .product-hero {
  background:
    radial-gradient(circle at 51% 20%, rgba(222, 255, 184, 0.92) 0 22%, rgba(132, 189, 0, 0.50) 50%, transparent 72%),
    linear-gradient(120deg, #4a8806 0%, #83c33d 46%, #deffb8 100%);
}

.product-page--unsweetened .product-hero::before {
  background:
    radial-gradient(circle at 26% 55%, rgba(255, 255, 255, 0.13), transparent 26%),
    linear-gradient(90deg, rgba(80, 0, 136, 0.08), transparent 36%, rgba(80, 0, 136, 0.06));
  mix-blend-mode: normal;
  opacity: 0.72;
}

.product-page--unsweetened .product-hero__image {
  width: 40.5%;
  left: 13.2%;
  top: 27%;
  filter: drop-shadow(0 34px 34px rgba(80, 0, 136, 0.16));
}

.product-page--unsweetened .product-hero__content {
  right: clamp(58px, 6.2vw, 110px);
  top: 13.5%;
  width: min(42.5vw, 690px);
  color: var(--product-purple);
}

.product-page--unsweetened .product-hero h1,
.product-page--unsweetened .hero-feature__icon,
.product-page--unsweetened .hero-feature__body h2,
.product-page--unsweetened .hero-feature__body p,
.product-page--unsweetened .product-hero__benefits li {
  color: var(--product-purple);
}

.product-page--unsweetened .hero-feature__body p {
  max-width: 560px;
}

.product-page--unsweetened .product-hero__leaf--green {
  opacity: 0.72;
}

.product-page--unsweetened .product-hero__leaf--right {
  opacity: 1;
}

.product-page--unsweetened .menu-toggle {
  color: #4a8806;
}

@media (max-width: 980px) {
  .product-page--unsweetened .product-hero__content {
    right: 24px;
    width: min(50vw, 460px);
  }

  .product-page--unsweetened .product-hero__image {
    width: 45%;
    left: 9%;
    top: 31%;
  }
}

@media (max-width: 760px) {
  .product-page--unsweetened .product-hero__image {
    width: auto;
    max-width: 94vw;
    max-height: 36svh;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
  }

  .product-page--unsweetened .product-hero__content {
    left: 10%;
    right: 10%;
    top: 50%;
    width: auto;
    background: radial-gradient(circle at 55% 36%, rgba(222, 255, 184, 0.92) 0%, rgba(131, 195, 61, 0.90) 56%, rgba(74, 136, 6, 0.90) 100%);
    color: var(--product-purple);
  }

  .product-page--unsweetened .product-hero h1,
  .product-page--unsweetened .hero-feature__body h2,
  .product-page--unsweetened .hero-feature__body p,
  .product-page--unsweetened .hero-feature__icon {
    color: var(--product-purple);
  }
}

/* Unsweetened heading size override only */
.product-page--unsweetened .product-hero h1 {
  font-size: clamp(48px, 4.6vw, 76px);
  line-height: 0.96;
}

@media (max-width: 980px) {
  .product-page--unsweetened .product-hero h1 {
    font-size: clamp(38px, 5.4vw, 58px);
  }
}
