/* Retail Command sticky stack — responsive */

@media (max-width: 991.98px) {
  .retail-command {
    --rc-header: 64px;
    --rc-intro-h: 160px;
    --rc-stack-gap: 30px;
  }

  .retail-command__deck {
    width: min(94%, 1400px);
    padding-bottom: 3vh;
  }

  .rc-card {
    min-height: clamp(360px, 50vh, 460px);
    margin-bottom: 34vh;
    padding: 28px 24px;
  }

  .rc-card:last-child {
    margin-bottom: 8vh;
  }

  .rc-card__heading {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .retail-command {
    --rc-header: 60px;
    --rc-intro-h: 168px;
    --rc-stack-gap: 26px;
    padding-bottom: 24px;
  }

  .retail-command__intro {
    padding: 16px 8px 14px;
  }

  .retail-command__title {
    font-size: 1.55rem;
  }

  .retail-command__deck {
    width: 94%;
    padding-bottom: 2vh;
  }

  .rc-card {
    min-height: clamp(340px, 54svh, 440px);
    margin-bottom: 30vh;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .rc-card:last-child {
    margin-bottom: 6vh;
  }

  .rc-card__chips {
    gap: 8px;
  }

  .rc-card__chips li {
    font-size: 0.72rem;
    padding: 7px 11px;
  }
}
