/* Compact desktop page introductions without changing the homepage or mobile launcher. */
@media (min-width: 1101px) {
  .uf-v5-page-hero__title {
    gap: 14px;
  }

  .uf-v5-page-hero__title > span {
    width: 44px;
    height: 44px;
  }

  .uf-v5-page-hero__title > span svg {
    width: 20px;
  }

  .uf-v5-page-hero h1 {
    font-size: clamp(38px, 3.8vw, 48px);
    line-height: 1;
  }

  .uf-v5-page-hero__copy > p {
    margin-top: 14px;
  }

  body:not(.woocommerce-page) .uf-content-page .uf-page-header {
    padding: 28px 32px;
    margin-bottom: 32px;
  }

  body:not(.woocommerce-page) .uf-content-page .uf-page-header h1 {
    max-width: 860px;
    font-size: clamp(38px, 3.8vw, 52px);
    line-height: 1.04;
  }

  .uf-why-hero {
    min-height: 560px;
    padding: 104px 0 44px;
  }

  .uf-why-hero h1 {
    max-width: 14ch;
    font-size: clamp(48px, 4.5vw, 64px);
    line-height: 0.96;
  }

  .uf-why-lede {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.55;
  }

  .uf-why-cta {
    margin-top: 20px;
  }

  .uf-map-page-hero {
    padding: 36px 0 30px;
  }

  .uf-map-page-hero h1 {
    font-size: clamp(42px, 4vw, 52px);
    line-height: 1;
  }

  .uf-map-page-hero p {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.55;
  }

  .woocommerce-shop .uf-store-content .page-title {
    font-size: clamp(42px, 4vw, 54px);
    line-height: 1;
  }
}
