/* Reviews — mobile (iPhone UA @ 430, measured from esttech.com/reviews) */
@media (max-width: 980px) {
  body:has(.page-reviews) {
    --header-h: 89px;
  }

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

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

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

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

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

  .page-reviews__mobile {
    display: flex;
    flex-direction: column;
    background: #000;
    color: #fff;
  }

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

  /* Hero — full-width bg, fixed height from source mobile (188px @ 320) */
  .rev-hero {
    position: relative;
    width: 100%;
    height: 188px;
    overflow: hidden;
  }

  .rev-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .rev-hero__stage {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
  }

  .rev-hero__logo {
    width: 280px;
    height: 148px;
    object-fit: contain;
  }

  /* Intro — black band (source: h≈323) */
  .rev-intro {
    background: #000;
    min-height: 323px;
    padding: 41px 0 24px;
    box-sizing: border-box;
  }

  .rev-intro__inner {
    max-width: none;
  }

  .rev-intro__title {
    margin: 0;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 41.4px;
    text-transform: uppercase;
  }

  .rev-intro__tagline {
    margin: 10px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 19.8px;
    text-transform: uppercase;
  }

  .rev-intro__copy {
    margin: 12px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-transform: uppercase;
  }

  /* Review cards — flex column, full-bleed bg per card */
  .rev-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .rev-card {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .rev-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .rev-card__inner {
    position: absolute;
    inset: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-block: 16px;
    box-sizing: border-box;
  }

  .rev-card--duke { height: 462px; }
  .rev-card--route27 { height: 373px; }
  .rev-card--hq { height: 392px; }
  .rev-card--gage { height: 488px; }
  .rev-card--baked { height: 704px; }
  .rev-card--elysian { height: 327px; }

  .rev-card__logo {
    display: block;
    object-fit: contain;
    margin-bottom: 10px;
  }

  .rev-card__logo--duke { width: 140px; height: 140px; }
  .rev-card__logo--route27 { width: 280px; height: 122px; }
  .rev-card__logo--hq { width: 160px; height: 89px; }
  .rev-card__logo--gage { width: 100px; height: 100px; }
  .rev-card__logo--baked { width: 120px; height: 120px; }
  .rev-card__logo--elysian { width: 200px; height: 122px; }

  .rev-card__title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
  }

  .rev-card__quote,
  .rev-card__attribution {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-transform: uppercase;
  }

  .rev-card__attribution {
    margin-top: 8px;
  }

  .rev-card__quote {
    border: 0;
    padding: 0;
  }

  /* Global — black text band (source: h≈415) */
  .rev-global {
    background: #000;
    min-height: 415px;
    padding: 40px 0 30px;
    box-sizing: border-box;
  }

  .rev-global__inner {
    max-width: none;
  }

  .rev-global__title {
    margin: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 32.4px;
    text-transform: uppercase;
  }

  .rev-global__copy {
    margin: 10px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-transform: uppercase;
  }

  /* Culture — full-width bg (source: h=408) */
  .rev-culture {
    position: relative;
    width: 100%;
    height: 408px;
    overflow: hidden;
  }

  .rev-culture__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .rev-culture__inner {
    position: absolute;
    inset: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-block: 20px;
    box-sizing: border-box;
  }

  .rev-culture__logo {
    width: 157px;
    height: 157px;
    object-fit: contain;
    margin-bottom: 16px;
  }

  .rev-culture__copy {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-transform: uppercase;
  }

  /* Support — black band + CTA (source: h≈317) */
  .rev-support {
    background: #000;
    min-height: 317px;
    padding: 30px 0 40px;
    box-sizing: border-box;
  }

  .rev-support__inner {
    max-width: none;
  }

  .rev-support__title {
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 30.6px;
    text-transform: uppercase;
  }

  .rev-support__copy {
    margin: 10px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-transform: uppercase;
  }

  .rev-support__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    min-width: 195px;
    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;
  }
}
