/* Myogenix grunge redesign shared layer. */

:root {
  --myo-red: #dc2626;
  --myo-red-dark: #991b1b;
  --myo-black: #050505;
  --myo-panel: rgba(7, 7, 7, 0.76);
  --myo-border: rgba(185, 28, 28, 0.72);
  --myo-white: #fff;
  --myo-zinc-200: #e4e4e7;
  --myo-zinc-300: #d4d4d8;
  --myo-zinc-400: #a1a1aa;
  --myo-zinc-500: #71717a;
  --myo-font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --myo-font-display: "Bebas Neue", Impact, sans-serif;
  --myo-font-grunge: "Oswald", Impact, sans-serif;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--myo-font-body);
}

#lcp-overlay {
  display: none !important;
}

body.grunge-redesign-page,
body.myogenix-home-page {
  background: #000;
  color: var(--myo-white);
  -webkit-font-smoothing: antialiased;
}

body.grunge-redesign-page a,
body.myogenix-home-page a {
  color: inherit;
  text-decoration: none;
}

body.grunge-redesign-page img,
body.myogenix-home-page img,
body.single-product img {
  display: block;
  max-width: 100%;
}

body.grunge-redesign-page header.home-nav + *,
body.myogenix-home-page header.home-nav + *,
body.single-product header.home-nav + * {
  margin-block-start: 0 !important;
}

.grunge-container {
  position: relative;
  width: min(100% - 32px, 1152px);
  margin: 0 auto;
  z-index: 2;
}

.grunge-kicker {
  margin: 0;
  color: var(--myo-red);
  font-family: var(--myo-font-display);
  font-size: var(--kicker-size, 0.82rem);
  font-weight: 400;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
  transform: scaleY(1.28);
  transform-origin: left center;
}

.grunge-word {
  display: block;
  color: transparent;
  font-family: var(--myo-font-grunge);
  font-weight: 700;
  text-transform: uppercase;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.1)),
    url("../images/grunge-redesign/concrete-texture.jpg"),
    linear-gradient(var(--word-color, #fff), var(--word-color, #fff));
  background-blend-mode: soft-light, multiply, normal;
  background-size: 100% 100%, 520px 350px, auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grunge-word--red {
  --word-color: var(--myo-red);
}

.grunge-word--white {
  --word-color: #fff;
}

.grunge-text-red {
  color: var(--myo-red);
}

.grunge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  gap: 10px;
  padding: 10px 14px;
  font-family: var(--myo-font-display);
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.grunge-btn:hover {
  transform: translateY(-1px);
}

.grunge-btn > span[aria-hidden="true"],
.grunge-text-link > span[aria-hidden="true"],
.grunge-program-card span > span[aria-hidden="true"],
.grunge-category-product-card__body em > span[aria-hidden="true"],
.pdp-hero__compare::first-letter {
  speak: never;
}

.grunge-btn > span[aria-hidden="true"],
.grunge-text-link > span[aria-hidden="true"],
.grunge-program-card span > span[aria-hidden="true"],
.grunge-category-product-card__body em > span[aria-hidden="true"] {
  display: none;
}

.grunge-btn::after,
.grunge-text-link::after,
.grunge-program-card span::after,
.grunge-select-card__body em::after,
.pdp-cfg__cta::after,
.pdp-hero__compare::after,
.trt-state__unavailable-link::after,
.hp-catbox__shopall::after,
.hp-card__btn::after,
.myo-faq__cta-btn::after {
  content: "";
  width: 22px;
  height: 18px;
  flex: 0 0 auto;
  display: inline-block;
  margin-left: 8px;
  background: url("../images/grunge-redesign/cta-arrow.svg") center / contain no-repeat;
  vertical-align: -2px;
}

.grunge-arrow-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  margin-left: 8px;
  stroke: currentColor;
}

.grunge-arrow-icon,
.grunge-btn .grunge-arrow-icon,
.grunge-category-product-card__body em .grunge-arrow-icon {
  display: inline-block;
}

.grunge-btn:has(.grunge-arrow-icon)::after,
.pdp-cfg__cta:has(.grunge-arrow-icon)::after,
.myo-faq__cta-btn:has(.grunge-arrow-icon)::after {
  display: none;
}

.grunge-btn--red {
  background:
    linear-gradient(rgba(220, 38, 38, 0.9), rgba(220, 38, 38, 0.9)),
    url("../images/grunge-redesign/concrete-texture.jpg");
  background-size: auto, 420px 280px;
  background-blend-mode: normal, multiply;
  color: #fff;
  box-shadow: 0 0 24px rgba(220, 38, 38, 0.35);
}

.grunge-btn--red:hover {
  background-color: #ef4444;
}

.grunge-btn--dark {
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
}

.grunge-btn--dark:hover {
  border-color: rgba(255, 255, 255, 0.78);
  color: #fee2e2;
}

/* Header */
body:has(.home-nav.grunge-nav) {
  padding-top: var(--myo-nav-height, 58px);
}

.home-nav.grunge-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  overflow: hidden;
  border-bottom: 1px solid rgba(185, 28, 28, 0.82);
  background: rgba(0, 0, 0, 0.94);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-block-start: 0 !important;
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
}

.home-nav.grunge-nav.home-nav--hidden {
  transform: translateY(-112%);
}

.admin-bar .home-nav.grunge-nav {
  top: 32px;
}

.grunge-nav__texture,
.grunge-nav__shade,
.grunge-footer__texture,
.grunge-footer__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.grunge-nav__texture {
  opacity: 0.55;
  background-size: cover;
  background-position: center;
}

.grunge-nav__shade {
  background: rgba(0, 0, 0, 0.58);
}

.home-nav__inner.grunge-nav__inner {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 58px;
  max-width: 1152px;
  padding: 8px 16px;
}

.grunge-nav__logo {
  width: auto;
  height: 36px;
}

.grunge-nav__menu-list {
  gap: 24px;
}

.home-nav__menu-list.grunge-nav__menu-list li a {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--myo-zinc-400);
  font-family: var(--myo-font-display);
  font-size: 1.28rem;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.home-nav__menu-list.grunge-nav__menu-list li a:hover,
.home-nav__menu-list.grunge-nav__menu-list li.current-menu-item > a {
  background: transparent;
  color: #fff;
}

.grunge-nav__actions {
  gap: 12px;
}

.home-nav__icon-link.grunge-nav__icon-link {
  width: 38px;
  height: 38px;
  border-radius: 0;
  color: #fff;
}

.home-nav__icon-link.grunge-nav__icon-link:hover {
  background: rgba(220, 38, 38, 0.15);
  color: #fff;
}

.home-nav__cart-count {
  background: var(--myo-red);
  color: #fff;
}

.home-nav__cart-count--zero {
  background: #3f3f46;
}

.grunge-nav__signin,
.grunge-nav__cta {
  display: none;
  font-family: var(--myo-font-display);
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-nav__signin {
  color: var(--myo-zinc-400);
  font-size: 1.25rem;
}

.grunge-nav__signin:hover {
  color: #fff;
}

.grunge-nav__cta {
  background: var(--myo-red);
  color: #fff;
  padding: 9px 12px;
  font-size: 1.38rem;
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.28);
}

.grunge-nav__cta:hover {
  background: #ef4444;
}

.home-nav__hamburger.grunge-nav__hamburger {
  display: flex;
  border-radius: 0;
  color: #fff;
}

.home-nav__hamburger.grunge-nav__hamburger:hover {
  background: rgba(220, 38, 38, 0.15);
}

.home-nav__hamburger.grunge-nav__hamburger span {
  background: #fff;
}

.home-nav__mobile-menu.grunge-nav__mobile-menu {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(185, 28, 28, 0.75);
  background: rgba(0, 0, 0, 0.96);
  padding: 12px 16px 16px;
}

.grunge-nav__mobile-list li {
  border-bottom: 0;
  margin-bottom: 8px;
}

.grunge-nav__mobile-list li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--myo-zinc-200);
  font-family: var(--myo-font-display);
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  padding: 13px 16px;
}

.grunge-nav__mobile-list li a:hover,
.grunge-nav__mobile-list li.current-menu-item > a {
  border-color: var(--myo-red);
  color: #fff;
}

/* Footer */
.home-footer.grunge-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(185, 28, 28, 0.82);
  background: #000;
  color: #fff;
  padding: 48px 16px 56px;
}

.grunge-footer__texture {
  opacity: 0.65;
  background-size: cover;
  background-position: center;
}

.grunge-footer__shade {
  background:
    radial-gradient(circle at 15% 15%, rgba(220, 38, 38, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.92));
}

.home-footer__inner.grunge-footer__inner {
  position: relative;
  z-index: 2;
  max-width: 1152px;
}

.home-footer__grid.grunge-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 32px;
}

.grunge-footer__brand {
  grid-column: 1 / -1;
}

.grunge-footer__logo {
  height: 44px;
  width: auto;
}

.home-footer__tagline.grunge-footer__tagline {
  max-width: 320px;
  margin: 16px 0 0;
  color: var(--myo-zinc-300);
  font-family: var(--myo-font-display);
  font-size: 1.48rem;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.02;
  text-transform: uppercase;
}

.home-footer__col-heading.grunge-footer__col-heading {
  margin: 0 0 16px;
  color: var(--myo-red);
  font-family: var(--myo-font-display);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
}

.home-footer__links.grunge-footer__links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-footer__links.grunge-footer__links a {
  color: var(--myo-zinc-300);
  font-family: var(--myo-font-display);
  font-size: 1.38rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.home-footer__links.grunge-footer__links a:hover {
  color: #fff;
}

.home-footer__bottom.grunge-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.grunge-footer__copy,
.grunge-footer__disclaimer {
  margin: 0;
  color: var(--myo-zinc-400);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
}

.myo-purchase-popup[hidden],
.myo-purchase-popup__success[hidden],
.myo-purchase-popup__form[hidden],
.myo-purchase-popup__error[hidden] {
  display: none !important;
}

.myo-purchase-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 18px;
}

.myo-purchase-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
}

.myo-purchase-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 46px 28px 28px;
  border: 1px solid rgba(220, 38, 38, 0.74);
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.86), rgba(20, 20, 20, 0.94)),
    url("../images/grunge-redesign/grunge black section bg blank.png") center / cover no-repeat;
  color: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.72);
}

.myo-purchase-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.myo-purchase-popup__logo {
  width: 168px;
  height: auto;
  margin: 0 0 18px;
}

.myo-purchase-popup h2 {
  margin: 12px 0 10px;
  color: #fff;
  font-family: var(--myo-font-grunge);
  font-size: clamp(3.2rem, 13vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
}

.myo-purchase-popup p {
  margin: 0 0 18px;
  color: var(--myo-zinc-300);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.55;
}

.myo-purchase-popup__form {
  display: grid;
  gap: 12px;
}

.myo-purchase-popup__form label,
.myo-purchase-popup__form span {
  display: grid;
  gap: 6px;
}

.myo-purchase-popup__form label > span {
  color: var(--myo-red);
  font-family: var(--myo-font-display);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.myo-purchase-popup__form input,
.myo-purchase-popup__form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 12px;
}

.myo-purchase-popup__submit {
  width: 100%;
  margin-top: 4px;
}

.myo-purchase-popup__email {
  color: var(--myo-zinc-300);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
}

.myo-purchase-popup__error {
  margin: 0;
  color: #fecaca;
  font-size: 0.88rem;
}

.myo-purchase-popup__success {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(34, 197, 94, 0.44);
  background: rgba(20, 83, 45, 0.28);
}

.myo-purchase-popup__success strong {
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.myo-purchase-popup__success span {
  color: var(--myo-zinc-300);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

/* Homepage */
.grunge-home {
  overflow: hidden;
  background: #000;
}

.grunge-hero {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  overflow: hidden;
  background: #000;
}

.grunge-hero__bg,
.grunge-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.grunge-hero__bg {
  background-size: cover;
  background-position: center;
  opacity: 0.82;
}

.grunge-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.58) 46%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.grunge-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  width: min(100% - 32px, 1152px);
  min-height: 500px;
  margin: 0 auto;
  padding: 40px 0 0;
}

.grunge-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 680px;
  padding: 0 0 28px;
  text-align: center;
}

.grunge-hero__title {
  margin: 18px auto 0;
  max-width: 640px;
  font-size: clamp(4.2rem, 18vw, 7.2rem);
  letter-spacing: 0;
  line-height: 0.82;
}

.grunge-hero__lead {
  max-width: 610px;
  margin: 22px auto 0;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: clamp(1.65rem, 6vw, 2.42rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.98;
  text-transform: uppercase;
}

.grunge-hero__lead span {
  display: block;
  color: var(--myo-red);
}

.grunge-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100%, 352px);
  margin: 24px auto 0;
}

.grunge-hero__media {
  position: relative;
  min-height: 300px;
}

.grunge-hero__media img {
  width: min(110vw, 670px);
  max-width: none;
  margin: 0 auto;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.75));
  transform: scale(1.08);
  transform-origin: bottom center;
}

.grunge-care-strip {
  position: relative;
  overflow: hidden;
  border: 0;
  background: #080808;
}

.grunge-care-strip__texture {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background-size: cover;
  background-position: center;
}

.grunge-care-strip__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1152px);
  margin: 0 auto;
  padding: 0 16px;
}

.grunge-care {
  display: flex;
  min-height: 126px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 12px;
  text-align: center;
  border: 0;
}

.grunge-care img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.grunge-care p {
  max-width: 150px;
  margin: 0;
  color: var(--myo-zinc-200);
  font-family: var(--myo-font-display);
  font-size: 1.38rem;
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-transform: uppercase;
}

.grunge-care:nth-child(5) {
  grid-column: 1 / -1;
}

.grunge-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(185, 28, 28, 0.74);
  background: #000;
  color: #fff;
  padding: 56px 0;
}

.grunge-section__texture,
.grunge-programs__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.grunge-programs__bg {
  opacity: 0.58;
}

.grunge-section::after,
.grunge-faq::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(220, 38, 38, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82));
}

.grunge-section__header {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-bottom: 28px;
}

.grunge-section__header--split {
  display: grid;
  gap: 18px;
  max-width: none;
}

.grunge-section__header h2,
.grunge-performance__copy h2,
.grunge-symptoms__content h2,
.grunge-final-cta h2,
.myo-faq__header.grunge-section__header h2 {
  margin: 10px 0 0;
  color: #fff;
  font-family: var(--myo-font-grunge);
  font-size: clamp(3.5rem, 13vw, 5.3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.12)),
    url("../images/grunge-redesign/concrete-texture.jpg"),
    linear-gradient(var(--headline-color, #fff), var(--headline-color, #fff));
  background-blend-mode: soft-light, multiply, normal;
  background-size: 100% 100%, 520px 350px, auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grunge-section__header h2 .grunge-text-red,
.grunge-performance__copy h2 .grunge-text-red,
.grunge-symptoms__content h2 .grunge-text-red,
.grunge-final-cta h2 .grunge-text-red,
.myo-faq__header.grunge-section__header h2 .grunge-text-red {
  --headline-color: var(--myo-red);
  color: transparent;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.12)),
    url("../images/grunge-redesign/concrete-texture.jpg"),
    linear-gradient(var(--myo-red), var(--myo-red));
  background-blend-mode: soft-light, multiply, normal;
  background-size: 100% 100%, 520px 350px, auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grunge-section__header p:not(.grunge-kicker),
.grunge-performance__copy p,
.grunge-symptoms__content p:not(.grunge-kicker) {
  margin: 16px 0 0;
  color: var(--myo-zinc-300);
  font-family: var(--myo-font-display);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.04;
  text-transform: uppercase;
}

.grunge-section__header strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-left: 6px;
  padding: 3px 10px 1px;
  border: 2px solid rgba(220, 38, 38, 0.9);
  background: rgba(220, 38, 38, 0.18);
  color: #fff;
  font-family: var(--myo-font-display);
  font-weight: 400;
  line-height: 1;
}

.grunge-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: transparent;
}

.grunge-step {
  min-height: 184px;
  padding: 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.grunge-step:nth-child(5) {
  grid-column: 1 / -1;
}

.grunge-step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: var(--myo-red);
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.42rem;
}

.grunge-step h3,
.grunge-program-card h3,
.grunge-product-card h3,
.grunge-trust-card h3 {
  margin: 20px 0 0;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 0.95;
  text-transform: uppercase;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.14), rgba(255, 255, 255, 0.1)),
    url("../images/grunge-redesign/concrete-texture.jpg"),
    linear-gradient(#fff, #fff);
  background-blend-mode: soft-light, multiply, normal;
  background-size: 100% 100%, 360px 240px, auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grunge-step p,
.grunge-program-card p,
.grunge-product-card p,
.grunge-trust-card p {
  margin: 10px 0 0;
  color: var(--myo-zinc-400);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

.grunge-program-grid,
.grunge-product-grid,
.grunge-trust__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1px;
  background: rgba(127, 29, 29, 0.8);
}

.grunge-product-grid {
  background: transparent;
}

.grunge-program-card,
.grunge-product-card,
.grunge-trust-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 330px;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 170ms ease, border-color 170ms ease;
}

.grunge-program-card:hover,
.grunge-product-card:hover {
  z-index: 3;
  border-color: rgba(220, 38, 38, 0.9);
  transform: translateY(-2px);
}

.grunge-program-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  padding: 20px;
  background: radial-gradient(circle at center, rgba(220, 38, 38, 0.14), transparent 62%);
}

.grunge-program-card div {
  padding: 16px;
}

.grunge-program-card span,
.grunge-text-link {
  display: inline-flex;
  margin-top: 16px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.25rem;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-performance__grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 26px;
  align-items: center;
}

.grunge-performance__media {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
}

.grunge-performance__media img {
  width: min(100%, 460px);
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.8));
}

.grunge-performance__media img[src*="mgrx-phone-quest-concierge"] {
  width: min(78%, 390px);
}

.grunge-quest-callout {
  display: inline-grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: min(100%, 390px);
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(220, 38, 38, 0.62);
  background: rgba(0, 0, 0, 0.66);
}

.grunge-quest-callout img {
  width: 112px;
  height: auto;
  padding: 7px 8px;
  background: #fff;
  object-fit: contain;
  filter: none;
}

.grunge-quest-callout span {
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-quest-callout--compact {
  grid-template-columns: minmax(0, 1fr);
  width: max-content;
  max-width: min(100%, 250px);
  gap: 0;
  margin-top: 14px;
  padding: 10px 12px;
}

.grunge-quest-callout--compact span {
  font-size: 1rem;
  line-height: 0.96;
}

.grunge-check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.grunge-check-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.28rem;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor;
}

.grunge-check-list li::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background: url("../images/grunge-redesign/checkbox.svg") center / contain no-repeat;
}

.grunge-inline-cta {
  margin-top: 26px;
}

.grunge-symptoms {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-top: 1px solid rgba(185, 28, 28, 0.74);
  background: #000;
}

.grunge-symptoms__image,
.grunge-symptoms__shade {
  position: absolute;
  inset: 0;
}

.grunge-symptoms__image {
  background-size: cover;
  background-position: 28% center;
  opacity: 0.9;
}

.grunge-symptoms__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.58) 45%, rgba(0, 0, 0, 0.9));
}

.grunge-symptoms__content {
  position: relative;
  min-height: 520px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 48px 0;
}

.grunge-symptoms__intro {
  display: contents;
}

.grunge-symptoms__person {
  position: absolute;
  left: -42px;
  bottom: 0;
  z-index: -1;
  width: min(42vw, 340px);
  opacity: 0.88;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.86));
}

.grunge-symptom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  width: min(100%, 560px);
  margin-top: 26px;
  background: transparent;
}

.grunge-symptom-grid li {
  display: flex;
  min-height: 38px;
  align-items: center;
  background: transparent;
  padding: 0;
  color: var(--myo-zinc-200);
  font-family: var(--myo-font-display);
  font-size: 1.47rem;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}

.grunge-symptom-grid li::before {
  width: 22px;
  height: 22px;
}

.grunge-product-card {
  min-height: 0;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  padding: 14px;
  gap: 14px;
}

.grunge-product-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.58));
}

.grunge-product-card h3 {
  margin-top: 0;
}

.grunge-product-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
}

.grunge-product-card strong span {
  color: var(--myo-zinc-400);
  font-size: 0.72em;
}

.grunge-compare-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.grunge-compare-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(220, 38, 38, 0.64);
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 8px),
    rgba(0, 0, 0, 0.82);
  color: #fff;
}

.grunge-compare-card img {
  width: min(100%, 312px);
  height: 276px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.7));
}

.grunge-compare-card p,
.grunge-select-card__body p {
  margin: 0;
  color: var(--myo-red);
  font-family: var(--myo-font-display);
  font-size: 1.08rem;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-compare-card h3,
.grunge-select-card__body h3 {
  margin: 12px 0 0;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: clamp(2rem, 10vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.grunge-compare-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.grunge-compare-card strong span {
  color: var(--myo-zinc-400);
  font-size: 0.62em;
}

.grunge-compare-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.grunge-compare-card li {
  display: flex;
  gap: 9px;
  color: var(--myo-zinc-200);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.grunge-compare-card li::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  background: url("../images/grunge-redesign/checkbox.svg") center / contain no-repeat;
}

.grunge-compare-card em,
.grunge-select-card__body em {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.36rem;
  font-style: normal;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-approach__grid {
  display: grid;
  gap: 26px;
  align-items: center;
}

.grunge-approach__person {
  position: relative;
  min-height: 260px;
  order: 3;
}

.grunge-approach__person img {
  width: min(100%, 430px);
  margin: 0 auto;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.72));
  transform: scale(1.12);
}

.grunge-support-card {
  position: relative;
  z-index: 2;
  width: min(100%, 330px);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
}

.grunge-support-card__brand {
  border-bottom: 1px solid rgba(185, 28, 28, 0.55);
  padding-bottom: 12px;
  color: var(--myo-red);
  font-family: var(--myo-font-display);
  font-size: 1.45rem;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-support-card__rows {
  display: grid;
}

.grunge-support-card__rows > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(127, 29, 29, 0.78);
}

.grunge-support-card__rows img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}

.grunge-support-card p {
  margin: 0;
}

.grunge-support-card span,
.grunge-support-card small {
  display: block;
  font-family: var(--myo-font-display);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-support-card span {
  color: #fff;
  font-size: 1.28rem;
  letter-spacing: 0.04em;
}

.grunge-support-card small {
  margin-top: 4px;
  color: var(--myo-zinc-300);
  font-size: 1rem;
  letter-spacing: 0.035em;
}

.grunge-support-card .grunge-btn {
  width: 100%;
  margin-top: 10px;
}

.grunge-trust-card {
  min-height: 210px;
  align-content: start;
  justify-items: center;
  padding: 22px 14px;
  text-align: center;
}

.grunge-trust-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

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

.grunge-faq {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(185, 28, 28, 0.74);
  background: #000;
  color: #fff;
  padding: 52px 0;
}

.grunge-faq__bg {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-size: cover;
  background-position: center;
}

.myo-faq__wrap.grunge-faq__wrap {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

body.home .myo-faq__wrap.grunge-faq__wrap,
body.myogenix-home-page .myo-faq__wrap.grunge-faq__wrap {
  width: min(100% - 48px, 960px);
}

.myo-faq__header.grunge-section__header {
  text-align: left;
}

.myo-faq__header .myo-faq__eyebrow {
  display: block;
  color: var(--myo-red);
}

.myo-faq__header .myo-faq__desc {
  max-width: 620px;
}

.myo-faq__list {
  display: grid;
  gap: 10px;
}

.myo-faq__item {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.45);
}

.myo-faq__btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 26px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.myo-faq__q {
  color: var(--myo-zinc-200);
  font-family: var(--myo-font-display);
  font-size: 1.38rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.myo-faq__icon {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease;
}

.myo-faq__btn[aria-expanded="true"] .myo-faq__icon {
  transform: rotate(45deg);
}

.myo-faq__panel {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.myo-faq__panel.is-open {
  display: block;
}

.myo-faq__panel-inner {
  padding: 14px 26px 20px;
}

body.home .myo-faq.grunge-faq .myo-faq__btn.myo-faq__btn,
body.myogenix-home-page .myo-faq.grunge-faq .myo-faq__btn.myo-faq__btn {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

body.home .myo-faq.grunge-faq .myo-faq__panel-inner.myo-faq__panel-inner,
body.myogenix-home-page .myo-faq.grunge-faq .myo-faq__panel-inner.myo-faq__panel-inner {
  padding-right: 28px !important;
  padding-left: 28px !important;
}

.myo-faq__panel-inner p {
  margin: 0;
  color: var(--myo-zinc-300);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.65;
}

.grunge-final-cta {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(185, 28, 28, 0.82);
  border-bottom: 1px solid rgba(185, 28, 28, 0.82);
  background: #070707;
  color: #fff;
}

.grunge-final-cta__texture {
  position: absolute;
  inset: 0;
  opacity: 0.58;
  background-size: cover;
  background-position: center;
}

.grunge-final-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  align-items: center;
  justify-items: center;
  width: min(100% - 32px, 1152px);
  margin: 0 auto;
  padding: 34px 0;
  text-align: center;
}

.grunge-final-cta img {
  width: 176px;
  height: auto;
}

.grunge-final-cta__line,
.grunge-final-cta h2 .grunge-text-red {
  display: inline-block;
  white-space: normal;
}

.grunge-final-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100%, 360px);
  flex-wrap: wrap;
  justify-content: center;
}

/* Program category pages */
.grunge-category {
  overflow: hidden;
  background: #000;
  color: #fff;
}

.grunge-category-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(185, 28, 28, 0.8);
  background: #000;
}

.grunge-category-hero__bg,
.grunge-category-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.grunge-category-hero__bg {
  opacity: 0.9;
  background-size: cover;
  background-position: center;
}

.grunge-category-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.56) 48%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
}

.grunge-category-hero__inner {
  display: grid;
  width: min(100% - 32px, 1152px);
  min-height: 560px;
  margin: 0 auto;
  padding: 58px 0 0;
  align-items: end;
}

.grunge-category-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 660px;
  padding-bottom: 46px;
  text-align: center;
}

.grunge-category-hero__title {
  margin: 18px auto 0;
  max-width: 680px;
  font-size: clamp(4.2rem, 18vw, 7.2rem);
  letter-spacing: 0;
  line-height: 0.82;
}

.grunge-category-hero__subtitle {
  margin: 20px auto 0;
  max-width: 610px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: clamp(1.55rem, 5.7vw, 2.36rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.98;
  text-transform: uppercase;
}

.grunge-category-hero__body {
  margin: 14px auto 0;
  max-width: 520px;
  color: var(--myo-zinc-300);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
}

.grunge-quest-callout--hero {
  display: grid;
  margin: 18px auto 0;
}

.grunge-category-hero__media {
  position: relative;
  min-height: 320px;
}

.grunge-category-hero__media img {
  width: min(105vw, 640px);
  max-width: none;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.75));
}

.grunge-bottle-collage {
  position: relative;
  min-height: 360px;
  width: min(100%, 640px);
  margin: 0 auto;
}

.grunge-bottle-collage img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(48vw, 300px);
  max-width: none;
  transform: translateX(-50%);
}

.grunge-bottle-collage img:nth-child(1) {
  z-index: 3;
  transform: translateX(-50%) scale(1.04);
}

.grunge-bottle-collage img:nth-child(2) {
  z-index: 2;
  transform: translateX(-88%) rotate(-7deg) scale(0.84);
  opacity: 0.92;
}

.grunge-bottle-collage img:nth-child(3) {
  z-index: 1;
  transform: translateX(-12%) rotate(7deg) scale(0.84);
  opacity: 0.92;
}

.grunge-category-product-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1px;
  background: rgba(127, 29, 29, 0.82);
}

.grunge-category-product-card {
  display: grid;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.8);
  transition: border-color 170ms ease, transform 170ms ease;
}

.grunge-category-product-card:hover {
  z-index: 3;
  border-color: rgba(220, 38, 38, 0.95);
  transform: translateY(-2px);
}

.grunge-category-product-card img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  padding: 24px 18px;
  background: radial-gradient(circle at center, rgba(220, 38, 38, 0.16), transparent 62%);
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.65));
}

.grunge-category-product-card__body {
  display: grid;
  align-content: start;
  padding: 18px;
}

.grunge-category-product-card__body p {
  margin: 0;
  color: var(--myo-zinc-400);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.grunge-category-product-card__body h3 {
  margin: 10px 0 0;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.grunge-category-product-card__body span {
  margin-top: 22px;
  color: var(--myo-zinc-500);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grunge-category-product-card__body strong {
  margin-top: 4px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.grunge-category-product-card__body small {
  color: var(--myo-zinc-400);
  font-size: 0.62em;
  font-weight: 400;
}

.grunge-category-product-card__body em {
  display: inline-flex;
  justify-self: start;
  margin-top: 18px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.38rem;
  font-style: normal;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-category-empty {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  max-width: 620px;
  padding: 24px;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
}

.grunge-category-empty p {
  margin: 0;
  color: var(--myo-zinc-300);
  font-weight: 600;
  line-height: 1.6;
}

.grunge-steps--icons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grunge-steps--icons .grunge-step:nth-child(5) {
  grid-column: 1 / -1;
}

.grunge-select-medication {
  overflow: hidden;
  background: #000;
  color: #fff;
}

.grunge-select-card-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1px;
  background: rgba(127, 29, 29, 0.82);
}

.grunge-select-card {
  display: grid;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
}

.grunge-select-card__image {
  display: grid;
  min-height: 220px;
  place-items: center;
  padding: 20px;
  background: radial-gradient(circle at center, rgba(220, 38, 38, 0.18), transparent 62%);
}

.grunge-select-card__image img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.68));
}

.grunge-select-card__body {
  display: grid;
  align-content: start;
  padding: 18px;
}

.grunge-select-card__body span {
  margin-top: 12px;
  color: var(--myo-zinc-300);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

.grunge-medications {
  overflow: hidden;
  background: #000;
  color: #fff;
}

.grunge-medications-page .grunge-category-hero__title {
  font-size: clamp(3.55rem, 15.3vw, 6.1rem);
}

.grunge-med-search {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.grunge-med-search label {
  color: #fff;
  font-family: var(--myo-font-grunge);
  font-size: clamp(2.4rem, 9vw, 4.1rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
}

.grunge-med-search input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 8px),
    rgba(0, 0, 0, 0.78);
  color: #fff;
  font: 700 1rem/1.2 var(--myo-font-body);
  outline: none;
  padding: 0 16px;
}

.grunge-med-search input:focus {
  border-color: var(--myo-red);
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.28);
}

.grunge-med-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1px;
}

.grunge-med-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  min-height: 178px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 8px),
    rgba(0, 0, 0, 0.82);
  color: #fff;
}

.grunge-med-card[hidden] {
  display: none;
}

.grunge-med-card__image {
  display: grid;
  min-height: 132px;
  place-items: center;
  background: radial-gradient(circle at center, rgba(220, 38, 38, 0.14), transparent 64%);
}

.grunge-med-card__image img {
  width: 118px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.62));
}

.grunge-med-card__body p,
.grunge-med-card__body h2,
.grunge-med-card__body strong {
  margin: 0;
}

.grunge-med-card__body p {
  color: var(--myo-red);
  font-family: var(--myo-font-display);
  font-size: 0.98rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-med-card__body h2 {
  margin-top: 8px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: clamp(1.7rem, 8vw, 2.45rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.9;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.grunge-med-card__body strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.grunge-med-card__body span {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.08rem;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.grunge-med-empty {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: var(--myo-zinc-300);
  font-weight: 700;
}

.grunge-steps--icons .grunge-step {
  position: relative;
  min-height: 224px;
}

.grunge-steps--icons .grunge-step img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin: 10px auto 0;
  opacity: 0.94;
}

/* Grunge PDP skin over the existing Woo configurator logic. */
body.single-product {
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

body.single-product #primary,
body.single-product #main,
body.single-product .site-main {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: #000;
}

body.single-product .myogenix-pdp {
  overflow: hidden;
  background: #000;
  color: #fff;
  font-family: var(--myo-font-body);
}

body.single-product .pdp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(185, 28, 28, 0.8);
  background: #000;
  padding: 0;
}

body.single-product .pdp-hero::before,
body.single-product .pdp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.single-product .pdp-hero::before {
  z-index: -2;
  opacity: 0.9;
  background: url("../images/grunge-redesign/hero bg.png") center / cover no-repeat;
}

body.single-product .pdp-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.68) 45%, rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
}

body.single-product .pdp-hero__inner {
  display: grid;
  gap: 24px;
  width: min(100% - 32px, 1152px);
  margin: 0 auto;
  padding: 32px 0;
}

body.single-product .pdp-hero__left,
body.single-product .pdp-hero__right {
  position: relative;
  z-index: 2;
}

body.single-product .pdp-hero__left {
  display: grid;
  justify-items: center;
  text-align: center;
}

body.single-product .pdp-hero__badge {
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 0.87rem;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
  transform: scaleY(1.25);
}

body.single-product .pdp-hero__title {
  max-width: 560px;
  margin: 16px 0 0;
  color: transparent;
  font-family: var(--myo-font-grunge);
  font-size: clamp(3.85rem, 14vw, 4.85rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(255, 255, 255, 0.1)),
    url("../images/grunge-redesign/concrete-texture.jpg"),
    linear-gradient(var(--myo-red), var(--myo-red));
  background-blend-mode: soft-light, multiply, normal;
  background-size: 100% 100%, 520px 350px, auto;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.single-product .pdp-hero__desc {
  max-width: 510px;
  margin: 16px 0 0;
  color: var(--myo-zinc-100, #f4f4f5);
  font-family: var(--myo-font-display);
  font-size: clamp(1.42rem, 5vw, 1.9rem);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.02;
  text-transform: uppercase;
}

body.single-product .pdp-hero__bullets,
body.single-product .peptide-cfg__includes-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.single-product .pdp-hero__bullets li,
body.single-product .peptide-cfg__includes-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--myo-zinc-200);
  font-family: var(--myo-font-display);
  font-size: 1.08rem;
  letter-spacing: 0.045em;
  line-height: 1.05;
  text-transform: uppercase;
}

body.single-product .pdp-hero__bullets li::before,
body.single-product .peptide-cfg__includes-item::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: url("../images/grunge-redesign/checkbox.svg") center / contain no-repeat;
}

body.single-product .peptide-cfg__includes-icon {
  display: none;
}

body.single-product .pdp-hero__image-card {
  width: min(100%, 420px);
  margin: 22px auto 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.single-product .pdp-hero__image-card img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 32px 55px rgba(0, 0, 0, 0.75));
}

body.single-product .pdp-hero__trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 520px);
  margin-top: 22px;
  background: transparent;
}

body.single-product .pdp-hero__trust-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.66);
  text-align: left;
}

body.single-product .pdp-hero__trust-icon {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--myo-red);
}

body.single-product .pdp-hero__trust-text strong,
body.single-product .pdp-hero__trust-text span {
  display: block;
}

body.single-product .pdp-hero__trust-text strong {
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

body.single-product .pdp-hero__trust-text span {
  margin-top: 4px;
  color: var(--myo-zinc-400);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
}

body.single-product .pdp-hero__compare {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.22rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.single-product .pdp-hero__right,
body.single-product .pdp-cfg,
body.single-product .grunge-panel,
body.single-product .myogenix-pdp__cq-item,
body.single-product .hp-step,
body.single-product .myogenix-pdp__explore .hp-catbox {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}

body.single-product .pdp-hero__wc-hidden {
  display: none !important;
}

body.single-product .pdp-cfg {
  padding: 18px;
}

body.single-product .pdp-cfg__section-label,
body.single-product .peptide-cfg__includes-title,
body.single-product .home-how__overline,
body.single-product .myogenix-pdp__cq-label {
  margin: 0 0 12px;
  color: var(--myo-red);
  font-family: var(--myo-font-display);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  line-height: 1;
  text-transform: uppercase;
}

body.single-product .pdp-cfg__pkg-row,
body.single-product .pdp-cfg__supply-row,
body.single-product .pdp-cfg__doses-wrap {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

body.single-product .pdp-cfg__pkg,
body.single-product .pdp-cfg__supply,
body.single-product .pdp-cfg__dose,
body.single-product .trt-state__trigger {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.45);
  color: var(--myo-zinc-200);
  font-family: var(--myo-font-display);
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

body.single-product .pdp-cfg__pkg--active,
body.single-product .pdp-cfg__supply--active,
body.single-product .pdp-cfg__dose--active {
  border-color: var(--myo-red);
  background: var(--myo-red);
  color: #fff;
  box-shadow: 0 0 18px rgba(220, 38, 38, 0.28);
}

body.single-product .pdp-cfg__pkg strong,
body.single-product .pdp-cfg__supply strong {
  display: block;
  font-weight: 400;
}

body.single-product .pdp-cfg__pkg span,
body.single-product .pdp-cfg__supply span:not(.pdp-cfg__popular-tag) {
  display: block;
  margin-top: 4px;
  font-family: var(--myo-font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

body.single-product .pdp-cfg__popular-tag {
  display: inline-flex;
  margin-bottom: 5px;
  padding: 3px 7px;
  background: #fff;
  color: var(--myo-red);
  font-size: 0.68rem;
  line-height: 1;
}

body.single-product .pdp-cfg__summary {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 16px;
  color: var(--myo-zinc-300);
}

body.single-product .pdp-cfg__cta {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  border: 0;
  background:
    linear-gradient(rgba(220, 38, 38, 0.9), rgba(220, 38, 38, 0.9)),
    url("../images/grunge-redesign/concrete-texture.jpg");
  background-size: auto, 420px 280px;
  background-blend-mode: normal, multiply;
  color: #fff;
  font-family: var(--myo-font-display);
  font-size: 1.35rem;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

body.single-product .pdp-cfg__disclaimer,
body.single-product .pdp-cfg__own-labs-note,
body.single-product .trt-state__status {
  color: var(--myo-zinc-400);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.55;
}

body.single-product .home-how,
body.single-product .myogenix-pdp__cq,
body.single-product .myogenix-pdp__explore {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(185, 28, 28, 0.74);
  background: #000;
  color: #fff;
  padding: 52px 0;
}

body.single-product .home-how::before,
body.single-product .myogenix-pdp__cq::before,
body.single-product .myogenix-pdp__explore::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background: url("../images/grunge-redesign/grunge black section bg blank.png") center / cover no-repeat;
}

body.single-product {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body.single-product {
    overflow-x: hidden;
  }
}

body.single-product .hp-inner,
body.single-product .myogenix-pdp__container,
body.single-product .myogenix-pdp__cq-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1152px);
  margin: 0 auto;
}

body.single-product .home-how__heading,
body.single-product .myogenix-pdp__section-heading,
body.single-product .myogenix-pdp__cq-heading {
  margin: 10px 0 0;
  color: #fff;
  font-family: var(--myo-font-grunge);
  font-size: clamp(3.6rem, 12vw, 5.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .grunge-hero__actions {
    flex-direction: row;
    width: auto;
    justify-content: flex-start;
  }

  .home-footer__grid.grunge-footer__grid {
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  }

  .grunge-footer__brand {
    grid-column: auto;
  }

  .home-footer__bottom.grunge-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .grunge-program-grid,
  .grunge-product-grid,
  .grunge-trust__grid,
  .grunge-category-product-grid,
  .grunge-med-grid,
  .grunge-select-card-grid,
  .grunge-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grunge-final-cta__actions {
    flex-direction: row;
    width: auto;
  }

  .grunge-product-grid > .grunge-product-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 0.5px);
  }

  body.single-product .pdp-cfg__supply-row,
  body.single-product .pdp-cfg__doses-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .grunge-nav__signin,
  .grunge-nav__cta {
    display: inline-flex;
  }

  .home-nav__hamburger.grunge-nav__hamburger {
    display: none;
  }

  .grunge-care-strip__inner {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grunge-care {
    border-bottom: 0;
  }

  .grunge-care:nth-child(5) {
    grid-column: auto;
  }

  .grunge-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grunge-step:nth-child(5) {
    grid-column: auto;
  }

  .grunge-steps--icons {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grunge-steps--icons .grunge-step:nth-child(5) {
    grid-column: auto;
  }

  .grunge-section__header--split {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: end;
  }

  .grunge-final-cta__inner {
    grid-template-columns: 132px minmax(0, 1fr) minmax(0, auto);
    column-gap: 20px;
  }

  .grunge-final-cta img {
    width: 132px;
  }
}

@media (min-width: 1024px) {
  .home-nav__inner.grunge-nav__inner {
    min-height: 56px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .grunge-hero__inner {
    grid-template-columns: 0.94fr 1.06fr;
    align-items: end;
    min-height: 640px;
    padding-top: 28px;
  }

  .grunge-hero__copy {
    padding-bottom: 72px;
    text-align: left;
  }

  .grunge-hero__title,
  .grunge-hero__lead,
  .grunge-hero__actions {
    margin-left: 0;
    margin-right: 0;
  }

  .grunge-hero__media {
    min-height: 640px;
    align-self: end;
  }

  .grunge-hero__media img {
    position: absolute;
    right: -28px;
    bottom: 0;
    width: min(58vw, 730px);
    transform: scale(1);
  }

  .grunge-category-hero__inner {
    grid-template-columns: 0.92fr 1.08fr;
    min-height: 570px;
    padding-top: 24px;
  }

  .grunge-category-hero__copy {
    padding-bottom: 76px;
    text-align: left;
  }

  .grunge-category-hero__title,
  .grunge-category-hero__subtitle,
  .grunge-category-hero__body {
    margin-left: 0;
    margin-right: 0;
  }

  .grunge-program-page--mens-health .grunge-category-hero__copy {
    padding-bottom: 104px;
  }

  .grunge-program-page--mens-health .grunge-category-hero__media {
    padding-bottom: 34px;
  }

  .grunge-quest-callout--hero {
    margin-left: 0;
    margin-right: 0;
  }

  .grunge-category-hero__media {
    min-height: 500px;
    align-self: end;
  }

  .grunge-category-hero__media img {
    position: absolute;
    right: -26px;
    bottom: 0;
    width: min(56vw, 680px);
  }

  .grunge-category-hero__media .grunge-bottle-collage img {
    position: absolute;
    bottom: 0;
    width: min(25vw, 330px);
  }

  .grunge-section {
    padding: 72px 0;
  }

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

  .grunge-performance__grid {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .grunge-approach__grid {
    grid-template-columns: 0.9fr 0.72fr 0.88fr;
  }

  .grunge-approach__person {
    order: 0;
    min-height: 330px;
  }

  .grunge-approach__person img {
    position: absolute;
    inset: auto auto 0 50%;
    width: 430px;
    max-width: none;
    transform: translateX(-50%) scale(1.28);
  }

  .grunge-support-card {
    justify-self: end;
  }

  .grunge-symptoms__content {
    justify-items: end;
    text-align: left;
  }

  .grunge-symptoms__content > :not(.grunge-symptoms__intro),
  .grunge-symptoms__intro {
    width: min(100%, 610px);
  }

  .grunge-symptoms__intro {
    display: block;
  }

  .grunge-symptoms__person {
    left: -72px;
    width: min(48vw, 520px);
  }

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

  .grunge-product-grid > .grunge-product-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .grunge-product-grid > .grunge-product-card:last-child:nth-child(3n + 1) {
    grid-column: 2;
  }

  .grunge-category-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grunge-med-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grunge-select-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .grunge-final-cta h2 {
    display: grid;
    justify-items: center;
    text-align: center;
    font-size: clamp(2.2rem, 3.2vw, 3.2rem);
    line-height: 0.86;
  }

  .grunge-final-cta h2 .grunge-text-red {
    display: block;
    font-size: 1.24em;
    white-space: normal;
  }

  body.single-product .pdp-hero__inner {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  body.single-product .pdp-hero__left {
    justify-items: start;
    text-align: left;
  }

  body.single-product .pdp-hero__image-card {
    position: absolute;
    right: -96%;
    bottom: -24px;
    width: min(52vw, 520px);
    pointer-events: none;
  }

  body.single-product .pdp-hero__right {
    margin-top: 12px;
  }

  body.single-product .pdp-cfg__pkg-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .home-nav.grunge-nav {
    top: 0;
  }
}

@media (max-width: 767px) {
  body.home .grunge-care-strip,
  body.myogenix-home-page .grunge-care-strip {
    display: none;
  }

  .grunge-performance .grunge-programs__bg {
    opacity: 0.2;
  }

  .grunge-performance::after {
    background:
      radial-gradient(circle at 82% 16%, rgba(220, 38, 38, 0.14), transparent 30%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.78) 62%, rgba(0, 0, 0, 0.38));
  }

  .grunge-performance__grid {
    min-height: 560px;
    align-items: center;
  }

  .grunge-performance__media,
  .grunge-performance__copy {
    grid-area: 1 / 1;
  }

  .grunge-performance__media {
    justify-content: flex-end;
    min-height: 520px;
    opacity: 0.72;
    pointer-events: none;
  }

  .grunge-performance__media img {
    width: min(52vw, 220px);
    margin-left: auto;
    transform: translateX(20px);
  }

  .grunge-performance__media img[src*="mgrx-phone-quest-concierge"] {
    width: min(47vw, 200px);
    transform: translateX(12px);
  }

  .grunge-performance__copy {
    position: relative;
    z-index: 4;
    max-width: min(76vw, 330px);
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95);
  }

  .grunge-quest-callout {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .grunge-quest-callout img {
    width: 86px;
    padding: 6px;
  }

  .grunge-quest-callout span {
    font-size: 0.92rem;
  }

  .grunge-quest-callout--compact {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 188px);
    gap: 0;
    padding: 7px 8px;
  }

  .grunge-quest-callout--compact img {
    display: none;
  }

  .grunge-quest-callout--compact span {
    font-size: 0.8rem;
  }

  .grunge-performance__copy .grunge-kicker,
  .grunge-performance__copy h2,
  .grunge-performance__copy h2 .grunge-text-red,
  .grunge-performance__copy p,
  .grunge-performance__copy p .grunge-text-red,
  .grunge-performance__copy .grunge-check-list li {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
  }

  .grunge-performance__copy .grunge-kicker {
    color: var(--myo-red);
  }

  .grunge-performance__copy h2,
  .grunge-performance__copy p,
  .grunge-performance__copy .grunge-check-list li {
    color: #fff;
  }

  .grunge-performance__copy h2 .grunge-text-red,
  .grunge-performance__copy p .grunge-text-red {
    color: var(--myo-red);
  }

  .grunge-weight-compare .grunge-section__header {
    gap: 14px;
  }

  .grunge-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .grunge-compare-card {
    gap: 10px;
    min-width: 0;
    padding: 10px;
  }

  .grunge-compare-card img {
    height: 142px;
    max-width: 100%;
  }

  .grunge-compare-card p {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    line-height: 1.05;
  }

  .grunge-compare-card h3 {
    margin-top: 7px;
    font-size: clamp(1.45rem, 8.1vw, 2rem);
    line-height: 0.86;
    overflow-wrap: anywhere;
  }

  .grunge-compare-card strong {
    margin-top: 8px;
    font-size: 1.4rem;
  }

  .grunge-compare-card ul {
    gap: 6px;
    margin-top: 10px;
  }

  .grunge-compare-card li {
    gap: 6px;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .grunge-compare-card li::before {
    width: 12px;
    height: 12px;
  }

  .grunge-compare-card em {
    margin-top: 12px;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    line-height: 1.05;
  }

  .grunge-symptoms__content {
    min-height: auto;
    padding: 38px 0 44px;
    justify-items: stretch;
  }

  .grunge-symptoms__intro {
    display: grid;
    gap: 16px;
    min-height: 0;
    padding-left: 0;
    width: 100%;
  }

  .grunge-symptoms__person {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 1;
    width: min(100%, 330px);
    max-width: 100%;
    margin: 0 auto;
    opacity: 0.96;
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.78));
    pointer-events: none;
  }

  .grunge-symptoms__content h2 {
    margin-top: 0;
    text-align: center;
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .grunge-symptom-grid,
  .grunge-symptoms__content .grunge-inline-cta {
    width: 100%;
  }

  .grunge-final-cta__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    width: min(100% - 28px, 640px);
    padding: 28px 0;
  }

  .grunge-final-cta img {
    width: min(150px, 48vw);
  }

  .grunge-final-cta h2 {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    font-size: clamp(2.35rem, 13vw, 3.35rem);
    line-height: 0.9;
    overflow-wrap: anywhere;
  }

  .grunge-final-cta__actions {
    width: 100%;
  }

  .grunge-final-cta .grunge-btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .grunge-approach__grid {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px 12px;
  }

  .grunge-approach__grid .grunge-section__header {
    grid-column: 1 / -1;
    margin-bottom: 0;
    min-height: 300px;
    padding-right: 0;
  }

  .grunge-approach__grid .grunge-section__header h2 {
    max-width: min(68vw, 270px);
  }

  .grunge-approach__person {
    grid-column: 1 / -1;
    grid-row: 1;
    order: 0;
    position: absolute;
    top: 96px;
    right: -18px;
    z-index: 1;
    width: min(66vw, 285px);
    min-height: 0;
    pointer-events: none;
  }

  .grunge-approach__person img {
    width: 100%;
    max-width: none;
    margin-left: auto;
    transform: scale(1.08);
    transform-origin: bottom right;
  }

  .grunge-support-card {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .grunge-container,
  .grunge-hero__inner,
  .grunge-final-cta__inner {
    width: min(100% - 24px, 1152px);
  }

  .myo-faq__wrap.grunge-faq__wrap {
    width: min(100% - 32px, 960px);
  }

  body.home .myo-faq__wrap.grunge-faq__wrap,
  body.myogenix-home-page .myo-faq__wrap.grunge-faq__wrap {
    width: min(100% - 40px, 960px);
  }

  body.home .myo-faq.grunge-faq .myo-faq__btn.myo-faq__btn,
  body.myogenix-home-page .myo-faq.grunge-faq .myo-faq__btn.myo-faq__btn,
  body.home .myo-faq.grunge-faq .myo-faq__panel-inner.myo-faq__panel-inner,
  body.myogenix-home-page .myo-faq.grunge-faq .myo-faq__panel-inner.myo-faq__panel-inner {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .grunge-hero__title {
    font-size: clamp(3.9rem, 16.7vw, 5.52rem);
  }

  .grunge-care-strip__inner {
    padding: 0 12px;
  }

  .grunge-step {
    min-height: 170px;
    padding: 14px;
  }

  .grunge-program-card {
    min-height: 300px;
  }

  .grunge-product-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .grunge-product-card img {
    width: 96px;
    height: 96px;
  }
}
