@media (max-width: 760px) {
  html.brand-refresh body.home-page {
    padding-bottom: 82px !important;
  }

  html.brand-refresh body.home-page .mobile-action-bar {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(calc(100% + 20px)) !important;
    transition: transform .25s ease, opacity .25s ease !important;
  }

  html.brand-refresh body.home-page .mobile-action-bar.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  html.brand-refresh body.home-page .commerce-hero {
    padding: 22px 16px 18px !important;
  }

  html.brand-refresh .commerce-hero__main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  html.brand-refresh .commerce-hero__mark {
    position: absolute;
    top: 0;
    left: -126px;
    z-index: -1;
    width: 360px;
    height: 360px;
    min-height: 0;
    margin: 0;
    opacity: .1;
  }

  html.brand-refresh .commerce-hero__copy {
    padding: 4px 0 0;
    text-align: center;
  }

  html.brand-refresh .commerce-hero__eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  html.brand-refresh .commerce-hero__copy h1 {
    font-size: clamp(35px, 9.7vw, 43px);
    line-height: 1.08;
  }

  html.brand-refresh .commerce-hero__lead {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
  }

  html.brand-refresh .commerce-hero__lead br {
    display: none;
  }

  html.brand-refresh .commerce-hero__benefits {
    justify-content: center;
    gap: 5px;
    margin-top: 12px;
  }

  html.brand-refresh .commerce-hero__benefits li {
    padding: 5px 7px;
    font-size: 10.5px;
  }

  html.brand-refresh .commerce-hero__primary {
    align-items: center;
    margin-top: 14px;
  }

  html.brand-refresh .commerce-hero__primary a {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    font-size: 16px;
  }

  html.brand-refresh .commerce-hero__food {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 210px 92px;
    gap: 8px;
  }

  html.brand-refresh .commerce-food--main {
    grid-column: 1 / 3;
    grid-row: 1;
    min-height: 0;
  }

  html.brand-refresh .commerce-food--sub {
    min-height: 0;
  }

  html.brand-refresh .commerce-food {
    border-radius: 9px;
  }

  html.brand-refresh .commerce-food figcaption {
    right: 7px;
    bottom: 7px;
    padding: 5px 8px;
    font-size: 10.5px;
  }

  html.brand-refresh .commerce-buy {
    display: block;
    margin-top: 18px;
    padding-top: 16px;
  }

  html.brand-refresh .commerce-buy__head {
    text-align: center;
  }

  html.brand-refresh .commerce-buy__head h2 {
    font-size: 23px;
  }

  html.brand-refresh .commerce-buy__head > span {
    font-size: 11.5px;
  }

  html.brand-refresh .commerce-buy__grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 84vw);
    grid-template-columns: none;
    gap: 10px;
    margin: 14px -16px 0;
    padding: 0 16px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  html.brand-refresh .commerce-buy__grid::-webkit-scrollbar {
    display: none;
  }

  html.brand-refresh .commerce-buy-card {
    scroll-snap-align: start;
    padding: 14px;
  }

  html.brand-refresh .commerce-buy-card h3 {
    font-size: 18px;
  }

  html.brand-refresh .commerce-buy-card > strong {
    font-size: 27px;
  }

  html.brand-refresh .commerce-buy-card > small {
    font-size: 10.5px;
    line-height: 1.4;
  }

  html.brand-refresh .commerce-buy-card > small span {
    display: block;
  }

  html.brand-refresh .commerce-buy-card > small span + span::before {
    content: none;
  }

  html.brand-refresh .commerce-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    margin-top: 12px;
    padding: 11px 12px;
    font-size: 10.5px;
    text-align: left;
  }

  html.brand-refresh body.home-page #products-section {
    padding-top: 26px !important;
  }

  html.brand-refresh body.home-page #products-section > .comic-panel {
    width: calc(100% - 20px) !important;
    padding: 26px 12px 18px !important;
    border-radius: 12px !important;
  }

  html.brand-refresh body.home-page #products-section h2 {
    margin-bottom: 10px !important;
    font-size: 28px !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  html.brand-refresh .commerce-hero__main {
    grid-template-columns: minmax(170px, .42fr) minmax(350px, .92fr) minmax(390px, 1.12fr);
  }

  html.brand-refresh .commerce-hero__mark {
    min-height: 380px;
  }

  html.brand-refresh .commerce-food--main {
    min-height: 380px;
  }

  html.brand-refresh .commerce-food--sub {
    min-height: 184px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.brand-refresh body.home-page .mobile-action-bar {
    transition: none !important;
  }
}

/* Final specificity layer: wide screens keep the three-part hero. */
@media (min-width: 1181px) {
  html.brand-refresh body.home-page .commerce-hero__main {
    grid-template-columns: minmax(220px, .54fr) minmax(430px, .96fr) minmax(480px, 1.2fr) !important;
  }
}

html.brand-refresh body.home-page .commerce-hero__copy h1 {
  font-size: clamp(44px, 4.45vw, 66px) !important;
  line-height: 1.08 !important;
}

html.brand-refresh body.home-page .commerce-hero__copy h1 .commerce-hero__line {
  display: block !important;
  white-space: nowrap !important;
  color: var(--commerce-ink) !important;
}

html.brand-refresh body.home-page .commerce-hero__copy h1 .commerce-hero__line--brand {
  color: var(--commerce-red) !important;
}

/* Secondary material becomes an intentional reference library instead of a 20,000px wall. */
html.brand-refresh .commerce-library {
  width: min(1240px, calc(100% - 32px));
  margin: 38px auto 70px;
  padding: 34px;
  border: 1px solid var(--commerce-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(37, 31, 27, .06);
}

html.brand-refresh .commerce-library__head {
  max-width: 760px;
  margin-bottom: 22px;
}

html.brand-refresh .commerce-library__head p {
  margin: 0 0 6px;
  color: var(--commerce-red);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

html.brand-refresh .commerce-library__head h2 {
  margin: 0;
  color: var(--commerce-ink);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.25;
  letter-spacing: 0;
}

html.brand-refresh .commerce-library__head span {
  display: block;
  margin-top: 8px;
  color: var(--commerce-muted);
  font-size: 13px;
  font-weight: 700;
}

html.brand-refresh .commerce-library__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

html.brand-refresh .commerce-library__item {
  border: 1px solid var(--commerce-line);
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

html.brand-refresh .commerce-library__item[open] {
  grid-column: 1 / -1;
}

html.brand-refresh .commerce-library__item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 16px 18px;
  color: var(--commerce-ink);
  cursor: pointer;
  list-style: none;
}

html.brand-refresh .commerce-library__item > summary::-webkit-details-marker {
  display: none;
}

html.brand-refresh .commerce-library__item > summary::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: 16px;
  color: var(--commerce-red);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

html.brand-refresh .commerce-library__item[open] > summary::after {
  content: "−";
}

html.brand-refresh .commerce-library__item > summary span {
  display: grid;
  gap: 4px;
}

html.brand-refresh .commerce-library__item > summary strong {
  font-size: 16px;
  font-weight: 900;
}

html.brand-refresh .commerce-library__item > summary small {
  color: var(--commerce-muted);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
}

html.brand-refresh .commerce-library__content {
  padding: 0 12px 12px;
  border-top: 1px solid var(--commerce-line);
}

html.brand-refresh .commerce-library__content > section {
  margin: 0 !important;
}

html.brand-refresh .commerce-library .mobile-section-fold {
  display: none !important;
}

/* Cart continues the same quiet red/white system. */
html.brand-refresh body.home-page .cart-backdrop {
  background: rgba(37, 31, 27, .48) !important;
  backdrop-filter: blur(3px);
}

html.brand-refresh body.home-page .cart {
  width: min(440px, 100vw) !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: -18px 0 50px rgba(37, 31, 27, .2) !important;
}

html.brand-refresh body.home-page .cart-header {
  min-height: 66px;
  padding: 14px 18px !important;
  border-bottom: 0 !important;
  background: var(--commerce-red) !important;
  color: #fff !important;
}

html.brand-refresh body.home-page .cart-close {
  border-color: rgba(255,255,255,.65) !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.brand-refresh body.home-page .cart-item {
  margin: 0 18px !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid var(--commerce-line) !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.brand-refresh body.home-page .cart .checkout-btn {
  margin: 12px 18px 0 !important;
  width: calc(100% - 36px) !important;
  min-height: 54px !important;
  border: 2px solid var(--commerce-red-dark) !important;
  border-radius: 8px !important;
  background: var(--commerce-red) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(181,47,37,.2) !important;
}

@media (max-width: 760px) {
  html.brand-refresh body.home-page .commerce-hero__main {
    grid-template-columns: 1fr !important;
  }

  html.brand-refresh body.home-page .commerce-hero__copy h1 {
    font-size: clamp(35px, 9.7vw, 43px) !important;
  }

  html.brand-refresh .commerce-hero__benefits li,
  html.brand-refresh .commerce-trust {
    font-size: 12px !important;
  }

  html.brand-refresh .commerce-buy__grid {
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html.brand-refresh .commerce-buy-card:first-child {
    grid-column: 1 / -1;
  }

  html.brand-refresh .commerce-buy-card {
    min-width: 0;
  }

  html.brand-refresh .commerce-buy-card__actions {
    grid-template-columns: 1fr !important;
  }

  html.brand-refresh .commerce-buy-card__actions a,
  html.brand-refresh .commerce-buy-card__actions button {
    min-height: 42px;
    padding: 9px 8px;
    font-size: 12px;
  }

  html.brand-refresh .commerce-library {
    width: calc(100% - 20px);
    margin: 26px auto 38px;
    padding: 22px 12px;
    border-radius: 12px;
  }

  html.brand-refresh .commerce-library__grid {
    grid-template-columns: 1fr;
  }

  html.brand-refresh .commerce-library__item[open] {
    grid-column: auto;
  }

  html.brand-refresh .commerce-library__item > summary {
    min-height: 72px;
    padding: 14px;
  }

  html.brand-refresh .commerce-library__content {
    padding: 0 4px 8px;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  html.brand-refresh body.home-page .commerce-hero__main {
    grid-template-columns: minmax(170px, .42fr) minmax(0, 1fr) !important;
  }

  html.brand-refresh body.home-page .commerce-hero__food {
    grid-column: 1 / -1;
    grid-template-columns: 1.25fr .75fr .75fr;
    grid-template-rows: 300px;
  }

  html.brand-refresh body.home-page .commerce-food,
  html.brand-refresh body.home-page .commerce-food--main,
  html.brand-refresh body.home-page .commerce-food--sub,
  html.brand-refresh body.home-page .commerce-hero__mark {
    min-height: 0;
  }

  html.brand-refresh body.home-page .commerce-hero__copy h1 {
    font-size: clamp(42px, 6vw, 62px) !important;
  }

  html.brand-refresh .product-card--trial-hero {
    grid-template-columns: 1fr !important;
  }

  html.brand-refresh .product-card--trial-hero .product-image {
    height: 320px !important;
    min-height: 320px !important;
    border-radius: 24px 24px 0 0 !important;
  }

  html.brand-refresh .product-card--trial-hero .product-info {
    grid-template-columns: 1fr 1fr !important;
  }

  html.brand-refresh .first-set-purchase {
    grid-template-columns: minmax(130px, .9fr) minmax(0, 1.1fr) !important;
  }

  html.brand-refresh .first-set-purchase select,
  html.brand-refresh .first-set-purchase button {
    min-width: 0;
    font-size: 13px;
    line-height: 1.35;
  }
}

html.brand-refresh .first-set-purchase {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  box-sizing: border-box;
}

html.brand-refresh .first-set-purchase label {
  grid-column: 1 / -1;
  color: var(--commerce-ink, #25201d);
  font-size: 14px;
  font-weight: 800;
}

html.brand-refresh .first-set-purchase select,
html.brand-refresh .first-set-purchase button {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  border: 1px solid var(--commerce-line, #e2d8d3);
  border-radius: 8px;
  box-sizing: border-box;
  font: inherit;
  font-weight: 800;
}

html.brand-refresh .first-set-purchase select {
  padding: 0 12px;
  background: #fff;
  color: var(--commerce-ink, #25201d);
}

html.brand-refresh .first-set-purchase button {
  padding: 10px 16px;
  background: var(--commerce-red, #b52f25);
  color: #fff;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.3;
  white-space: normal;
  cursor: pointer;
}

@media (max-width: 760px) {
  html.brand-refresh .first-set-purchase {
    grid-template-columns: 1fr;
  }

  html.brand-refresh .first-set-purchase label {
    grid-column: auto;
  }
}
