.astrot-home {
  background: #f7f2e9;
  color: #27362d;
  overflow: hidden;
}

.astrot-home a {
  text-decoration: none;
}

.astrot-home-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: min(660px, calc(100vh - 110px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #26352d;
}

.astrot-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 44, 38, .93) 0%, rgba(33, 44, 38, .76) 38%, rgba(33, 44, 38, .2) 72%),
    linear-gradient(0deg, rgba(33, 44, 38, .9) 0%, rgba(33, 44, 38, 0) 46%),
    url("../images/potro.jpg") center / cover no-repeat;
  transform: scale(1.01);
}

.astrot-home-hero__inner {
  position: relative;
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  padding: 76px 0 96px;
  color: #fffaf1;
}

.astrot-home-hero__content {
  max-width: 760px;
}

.astrot-home-eyebrow {
  margin: 0 0 10px;
  color: #d7a073;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.astrot-home-hero h1 {
  margin: 0;
  color: #fffaf1;
  font-size: clamp(38px, 6.4vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

.astrot-home-hero__lead {
  max-width: 58ch;
  margin: 20px 0 0;
  color: #efe8dd;
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.55;
}

.astrot-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.astrot-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.astrot-home-btn:hover,
.astrot-home-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.astrot-home-btn--primary {
  background: #c58a5f;
  border-color: #c58a5f;
  color: #ffffff;
}

.astrot-home-btn--primary:hover,
.astrot-home-btn--primary:focus {
  background: #b9784d;
  border-color: #b9784d;
  color: #ffffff;
}

.astrot-home-btn--ghost {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 250, 241, .36);
  color: #fffaf1;
}

.astrot-home-btn--ghost:hover,
.astrot-home-btn--ghost:focus {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 250, 241, .58);
  color: #ffffff;
}

.astrot-home-news {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 34px));
  margin: -64px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.astrot-home-news-card {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 18px;
  border: 1px solid rgba(162, 112, 73, .24);
  border-radius: 8px;
  background: #fffaf4;
  color: #27362d;
  box-shadow: 0 14px 34px rgba(7, 22, 35, .12);
}

.astrot-home-news-card:hover,
.astrot-home-news-card:focus {
  color: #27362d;
  text-decoration: none;
  border-color: rgba(153, 91, 50, .4);
}

.astrot-home-news-card__meta {
  color: #995b32;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.astrot-home-news-card__image {
  width: 100%;
  height: 78px;
  border-radius: 7px;
  overflow: hidden;
  background: #f3ece0;
}

.astrot-home-news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.astrot-home-news-card__title {
  margin-top: auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.astrot-home-section {
  width: min(1180px, calc(100% - 34px));
  margin: 50px auto;
}

.astrot-home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 24px;
  align-items: start;
}

.astrot-home-intro__copy h2 {
  margin: 0 0 14px;
  color: #27362d;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.astrot-home-text {
  color: #70665b;
  font-size: 17px;
  line-height: 1.75;
}

.astrot-home-text br {
  content: "";
  display: block;
  margin-top: 10px;
}

.astrot-home-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.astrot-home-quick a {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(162, 112, 73, .24);
  border-radius: 8px;
  background: #fffdf8;
  color: #2f3c35;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 10px 24px rgba(7, 22, 35, .07);
}

.astrot-home-quick a:hover,
.astrot-home-quick a:focus {
  color: #2f3c35;
  text-decoration: none;
  border-color: rgba(153, 91, 50, .38);
}

.astrot-home-quick .fa {
  color: #b9784d;
  font-size: 22px;
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .astrot-home-news,
  .astrot-home-intro {
    grid-template-columns: 1fr;
  }

  .astrot-home-news {
    margin-top: 16px;
  }
}

@media (max-width: 700px) {
  .astrot-home-hero {
    min-height: 620px;
  }

  .astrot-home-hero__inner {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .astrot-home-news,
  .astrot-home-quick {
    grid-template-columns: 1fr;
  }
}
