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

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

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

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

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

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

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

  .page-greenhouse__mobile .site-container {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
    padding-inline: 20px;
    box-sizing: border-box;
  }

  /* Hero — h≈287 (source: title@109, button bottom@376) */
  .gh-hero {
    padding-top: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    min-height: 287px;
  }

  .gh-hero__title {
    margin: 0;
    max-width: 280px;
    color: #fff;
    font-size: 39px;
    font-weight: 700;
    line-height: 35.1px;
    text-transform: uppercase;
  }

  .gh-hero__subtitle {
    margin: 0;
    max-width: 280px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 19.8px;
    text-transform: uppercase;
  }

  .gh-hero__copy {
    margin: 10px 0 0;
    max-width: 280px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-transform: uppercase;
  }

  .gh-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    min-width: 135px;
    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;
  }

  /* Middle — black spacer (source: hero ends ~376, CTA copy @2488 → h≈2111) */
  .gh-middle {
    width: 100%;
    min-height: 2111px;
    background: #000;
  }

  /* Bottom CTA — copy@2488, buttons@2710/2757 */
  .gh-cta {
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .gh-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;
  }

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

  .gh-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    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;
  }
}
