/* Phone-only first screen, including city home pages. The existing body
   padding reserves space for the fixed header; do not reserve it twice. */
@media (max-width: 640px) {
  #allrecords #rec2369457461 {
    display: none !important;
  }

  #allrecords #rec2371217181 .as-hero {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 40px !important;
  }

  #allrecords #rec2371217181 .as-hero__bg {
    width: 100% !important;
  }

  #allrecords #rec2371217181 .as-hero__container {
    padding: 0 18px !important;
  }

  #allrecords #rec2371217181 .as-hero__left {
    min-width: 0;
  }

  #allrecords #rec2371217181 .as-hero__badge {
    max-width: 100%;
    gap: 8px;
    padding: 8px 12px !important;
    margin-bottom: 14px !important;
  }

  #allrecords #rec2371217181 .as-hero__badge-text {
    min-width: 0;
    font-size: 13px !important;
    line-height: 1.4;
    letter-spacing: 0.04em !important;
    white-space: normal;
  }

  #allrecords #rec2371217181 .as-hero__title {
    font-size: clamp(34px, 8.7vw, 40px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em !important;
    margin-bottom: 16px !important;
    overflow-wrap: break-word;
  }

  #allrecords #rec2371217181 .as-hero__subtitle {
    font-size: 17px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px !important;
  }

  #allrecords #rec2371217181 .as-hero__buttons {
    gap: 10px !important;
    margin-bottom: 24px !important;
  }

  #allrecords #rec2371217181 .as-hero__btn {
    min-height: 54px !important;
    padding: 14px 18px !important;
    font-size: 17px !important;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }
}
