/* Final owner-review lock for the 1440x1600 Figma landing reference. */
@media (min-width: 1248px) {
  .nav--compact {
    height: 80px;
    min-height: 80px;
  }

  .nav__inner--compact {
    height: 61px;
    min-height: 61px;
    margin: 9px auto 10px;
    padding: 0;
    width: 1240px;
  }

  .nav__inner--compact .nav__logo {
    height: 61px;
    max-width: none;
    object-fit: contain;
    width: 120px;
  }

  .nav__links--compact {
    gap: 32px;
  }

  .nav__links--compact > .nav__start {
    box-sizing: border-box;
    height: 39px;
    min-height: 39px;
    padding: 10px 20px;
  }

  .owner-landing-shell .site-main {
    padding-bottom: 260px;
  }

  .owner-hero {
    display: block;
    height: 520px;
    margin: 100px auto 0;
    min-height: 520px;
    padding: 0;
    position: relative;
    width: 1200px;
  }

  .owner-hero__copy {
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    gap: 20px;
    height: 286px;
    left: 40px;
    max-width: none;
    position: absolute;
    top: 117px;
    width: 695px;
  }

  .owner-hero__copy h1 {
    font-size: 60px;
    height: 140px;
    letter-spacing: 0;
    line-height: 70px;
    white-space: nowrap;
    width: 695px;
  }

  .owner-hero__copy p {
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    white-space: nowrap;
    width: 695px;
  }

  .owner-primary-cta {
    box-sizing: border-box;
    height: 48px;
    min-height: 48px;
    padding: 12px 24px;
    width: 149px;
  }

  .owner-app-preview {
    flex: none;
    height: 360px;
    position: absolute;
    right: 0;
    top: 80px;
    width: 480px;
  }

  .owner-app-preview--approved img {
    height: 453px;
    left: 102px;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: -46px;
    transform: none;
    width: 220px;
  }

  .owner-service-intro {
    height: 560px;
    margin: 100px auto 0;
    min-height: 560px;
    width: 1100px;
  }

  .owner-service-intro__inner {
    align-items: flex-start;
    gap: 60px;
    height: auto;
    max-width: none;
    padding: 0;
    width: 560px;
  }

  .owner-service-intro h2 {
    font-size: 36px;
    height: 43px;
    line-height: 43px;
    width: 560px;
  }

  .owner-service-intro__list {
    gap: 52px;
    width: 560px;
  }

  .owner-service-intro__number {
    font-size: 16px;
    line-height: 20px;
  }

  .owner-service-intro__item-title {
    font-size: 20px;
    line-height: 24px;
  }

  .owner-service-intro__item-body {
    font-size: 16px;
    line-height: 26px;
  }

  .footer--owner {
    background: #111;
    height: 220px;
    min-height: 220px;
    padding: 0;
  }

  .footer--owner .owner-footer {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 220px;
    margin: 0 auto;
    min-height: 220px;
    padding: 12px 120px;
    width: min(1440px, 100%);
  }

  .owner-footer__brand {
    display: block;
    flex: none;
    height: 61px;
    line-height: 0;
    width: 120px;
  }

  .owner-footer__brand img {
    display: block;
    height: 61px;
    object-fit: contain;
    width: 120px;
  }

  .owner-footer__links {
    align-items: flex-start;
    display: flex;
    flex: none;
    gap: 24px;
    height: 24px;
  }

  .owner-footer__links a,
  .owner-footer__meta a {
    color: #fff;
    text-decoration: none;
  }

  .owner-footer__links a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .owner-footer__meta,
  .owner-footer__copyright {
    color: #fff;
    flex: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }

  .owner-footer__meta--company,
  .owner-footer__meta--commerce {
    line-height: 15px;
  }

  .owner-footer__meta--address,
  .owner-footer__copyright {
    line-height: 14px;
  }
}

@media (max-width: 1247px) {
  .owner-footer__brand {
    display: block;
    line-height: 0;
  }

  .owner-footer__brand img {
    display: block;
    height: auto;
    max-width: 120px;
    width: 100%;
  }

  .owner-footer__meta,
  .owner-footer__copyright {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .footer--owner,
  .footer--owner .owner-footer {
    height: auto;
  }

  .footer--owner .owner-footer {
    gap: 12px;
    padding: 24px 0;
  }

  .owner-footer__links {
    gap: 18px;
  }
}
