/* Indoor Rebates — mobile (iPhone UA @ 430, flow layout) */
@media (max-width: 980px) {
  body:has(.page-rebate-indoor-rebates) {
    --header-h: 89px;
  }

  body:has(.page-rebate-indoor-rebates) .site-brand__logo {
    width: 80px;
    height: 78px;
  }

  body:has(.page-rebate-indoor-rebates) .site-brand__name {
    display: block;
    left: 72px;
    top: 28px;
    font-size: 22px;
  }

  body:has(.page-rebate-indoor-rebates) .site-header__inner {
    max-width: 320px;
    padding-inline: 0;
    margin-inline: auto;
  }

  body:has(.page-rebate-indoor-rebates) .site-nav__burger {
    right: 0;
  }

  .page-rebate-indoor-rebates {
    height: auto !important;
    background: #000;
  }

  .page-rebate-indoor-rebates__mobile {
    background: #000;
    color: #fff;
  }

  .page-rebate-indoor-rebates__mobile .site-container {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
    padding-inline: var(--mobile-gutter);
    box-sizing: border-box;
  }

  .ri-intro {
    padding: 24px 0 20px;
  }

  .ri-intro__title {
    margin: 0 0 16px;
    color: rgb(212, 168, 11);
    font-family: var(--font-light);
    font-size: 33px;
    font-weight: 700;
    line-height: 46.2px;
    letter-spacing: normal;
    text-transform: none;
  }

  .ri-intro__copy {
    margin: 0 0 12px;
    color: #fff;
    font-family: var(--font-light);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: normal;
    text-transform: none;
  }

  .ri-intro__copy:last-child {
    margin-bottom: 0;
  }

  .ri-photo {
    width: 100%;
  }

  .ri-photo__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 662 / 400;
    object-fit: cover;
  }

  .ri-photo__caption {
    margin: 12px 0 0;
    padding-bottom: 4px;
    color: #fff;
    font-family: var(--font-light);
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    letter-spacing: normal;
    text-transform: none;
  }

  .ri-cta {
    padding: 16px 0 32px;
  }

  .ri-cta__title {
    margin: 0 0 16px;
    color: rgb(212, 168, 11);
    font-family: var(--font-light);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: normal;
    text-transform: none;
  }

  .ri-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 338px;
    min-height: 40px;
    padding: 8px 16px;
    background: rgb(174, 136, 0);
    color: #fff;
    font-family: var(--font-light);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.6px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    box-sizing: border-box;
  }
}
