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

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

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

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

  body:has(.page-products) .site-nav__burger {
    right: 0;
  }

  .page-products {
    height: auto !important;
    background: #000;
  }

  .page-products__mobile {
    background: #000;
    color: #fff;
  }

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

  /* Hero */
  .prod-hero {
    padding: 14px 0 18px;
    box-sizing: border-box;
  }

  .prod-hero__title {
    font-family: var(--font-roman);
    margin: 0;
    max-width: 280px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }

  .prod-hero__subtitle {
    font-family: var(--font-roman);
    margin: 8px 0 0;
    max-width: 280px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 19.8px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }

  .prod-hero__copy {
    font-family: var(--font-light);
    margin: 10px 0 0;
    max-width: 280px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }

  .prod-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    min-width: 162px;
    height: 37px;
    padding: 0 16px;
    background: rgb(212, 168, 11);
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
  }

  /* Product grid */
  .prod-grid {
    padding-bottom: 8px;
  }

  .prod-grid__title {
    margin: 0 0 20px;
    color: #fff;
    font-family: var(--font-roman);
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }

  .prod-grid__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }

  .prod-grid__list > li {
    width: 100%;
    max-width: 280px;
  }

  .prod-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
  }

  .prod-card__frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 280 / 224;
    padding: 5px;
    background: rgb(212, 168, 11);
    box-sizing: border-box;
  }

  .prod-card__frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .prod-card__frame--text {
    color: #fff;
    font-family: var(--font-roman);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 12px;
    -webkit-font-smoothing: antialiased;
  }

  .prod-card__category {
    margin: 12px 0 0;
    color: rgb(212, 168, 11);
    font-family: var(--font-roman);
    font-size: 18px;
    font-weight: 700;
    line-height: 16.2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }

  .prod-card__name {
    margin: 4px 0 0;
    color: #fff;
    font-family: var(--font-roman);
    font-size: 18px;
    font-weight: 700;
    line-height: 16.2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
  }

  .prod-card--browse .prod-card__category,
  .prod-card--browse .prod-card__name {
    display: none;
  }

  /* Bottom CTA */
  .prod-cta {
    padding: 24px 0 32px;
    box-sizing: border-box;
  }

  .prod-cta__copy {
    margin: 0 auto;
    max-width: 280px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: center;
    text-transform: uppercase;
  }

  .prod-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .prod-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 193px;
    height: 37px;
    background: rgb(212, 168, 11);
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
  }
}
