.auno-home__hero-copy {
  padding-top: 54px;
  padding-bottom: 46px;
}

.auno-home__hero h1 {
  max-width: 650px;
  margin-bottom: 18px;
}

.auno-home__lead {
  max-width: 590px;
  margin-bottom: 24px;
}

.auno-home__search {
  width: min(100%, 690px);
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
  color: #20231f;
}

.auno-home__search-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.auno-home__search-heading strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.auno-home__search-heading a {
  padding-bottom: 2px;
  border-bottom: 1px solid #7e805e;
  color: #555a43;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

.auno-home__search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.auno-home__search label {
  min-width: 0;
  margin: 0;
}

.auno-home__search label > span {
  display: block;
  margin: 0 0 6px;
  color: #6d7168;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.auno-home__search select,
.auno-home__search input {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 38px 0 13px;
  border: 1px solid #d7d8d1;
  border-radius: 0;
  background-color: #fff;
  color: #282c26;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
}

.auno-home__search input {
  padding-right: 13px;
}

.auno-home__search select:focus,
.auno-home__search input:focus {
  border-color: #9c8653;
  outline: 2px solid rgba(185, 157, 96, .3);
  outline-offset: 1px;
}

.auno-home__search button {
  width: 100%;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0 0;
  padding: 12px 17px;
  border: 1px solid #b99d60;
  border-radius: 0;
  background: #b99d60;
  color: #20231f;
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.auno-home__search button:hover,
.auno-home__search button:focus-visible {
  border-color: #cab276;
  background: #cab276;
}

.auno-home__search button span {
  font-size: 19px;
  font-weight: 400;
}

.auno-home__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 17px;
  align-items: center;
  margin: 0 0 16px;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.auno-home__quick-links > span {
  color: rgba(255, 255, 255, .43);
  font-weight: 700;
}

.auno-home__quick-links a {
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
}

.auno-home__quick-links a:hover {
  border-bottom-color: #b99d60;
  color: #fff;
}

@media (max-width: 1139px) {
  .auno-home__hero-copy {
    padding: 54px 34px 42px;
  }

  .auno-home__search {
    padding: 18px;
  }
}

@media (max-width: 820px) {
  .auno-home__hero-copy {
    min-height: auto;
    padding: 76px 28px 54px;
  }

  .auno-home__search {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .auno-home__hero-copy {
    padding: 62px 20px 42px;
  }

  .auno-home__hero h1 {
    font-size: 43px;
    line-height: 1.01;
  }

  .auno-home__search {
    padding: 17px;
  }

  .auno-home__search-heading strong {
    font-size: 22px;
  }

  .auno-home__search-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .auno-home__search select,
  .auno-home__search input {
    height: 48px;
  }

  .auno-home__quick-links {
    gap: 8px 14px;
  }

  .auno-home__quick-links > span {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auno-home__search button {
    transition: none;
  }
}
