.seo-outline {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-copy .seo-visual-h1 {
  margin: 9px 0 2px;
  font-size: 60px;
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.025em;
}

.construction-archive .seo-visual-h1 {
  margin: 0;
  text-align: center;
  font-size: 4.65vw;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.catalog-hero .seo-visual-h1 {
  max-width: 700px;
  margin: 0 auto 128px;
  transform: translateY(-60px);
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.74;
  letter-spacing: -0.035em;
}

.catalog-hero .seo-visual-h1 em,
.catalog-hero .seo-visual-h1 i {
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 900px) {
  .hero-copy .seo-visual-h1 {
    font-size: 45px;
  }
}

@media (max-width: 639px) {
  .construction-archive .seo-visual-h1 {
    font-size: 9.375vw;
    line-height: 0.94;
    letter-spacing: -0.055em;
  }

  .hero-copy .seo-visual-h1 {
    width: 350px;
    margin-inline: auto;
    font-size: 43px;
    line-height: 0.83;
  }

  .hero-copy--mobile .seo-visual-h1 {
    line-height: 0.98;
  }

  .hero-copy--mobile .seo-visual-h1 b {
    display: block;
    font: inherit;
    white-space: nowrap;
  }

  .hero-copy--mobile .seo-visual-h1 i {
    font-size: 0.72em;
    font-weight: 400;
    text-transform: none;
  }

  .catalog-hero .seo-visual-h1 {
    margin: 0 0 55px;
    transform: none;
    font-size: 49px;
    line-height: 0.76;
  }
}

@media (max-width: 700px) {
  .home-page .hero-copy .seo-visual-h1 {
    width: min(520px, calc(100vw - 48px));
    margin-inline: auto;
    font-size: clamp(43px, 8vw, 56px);
    line-height: 0.98;
  }

  .home-page .hero-copy--mobile .seo-visual-h1 b {
    display: block;
    font: inherit;
    white-space: nowrap;
  }

  .home-page .hero-copy--mobile .seo-visual-h1 i {
    font-size: 0.72em;
    font-weight: 400;
    text-transform: none;
  }
}
