/** NARIYA OUD home-page eighth-screen contact CTA only. */
.home .nariya-home-section.nariya-page-footer {
  padding: 0;
  background: #26211D;
  color: #f6efe3;
}
.home .nariya-page-footer .nariya-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  width: min(1180px, calc(100% - 64px));
  min-height: 215px;
  margin: 0 auto;
  padding: 44px 0;
}
.home .nariya-page-footer .nariya-contact-copy { max-width: 760px; }
.home .nariya-page-footer .nariya-contact-kicker {
  margin: 0 0 17px;
  color: #c49a60;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}
.home .nariya-page-footer .nariya-contact-title {
  margin: 0;
  color: #f7f0e5 !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(33px, 3.58vw, 49px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.home .nariya-page-footer .nariya-contact-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-right: 64px;
  padding: 0 27px;
  border: 1px solid #b78a4e;
  color: #f6efe3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .home .nariya-page-footer .nariya-contact-cta {
    display: block;
    width: min(100% - 36px, 1180px);
    min-height: 0;
    padding: 64px 0 68px;
  }
  .home .nariya-page-footer .nariya-contact-title { font-size: 38px; }
  .home .nariya-page-footer .nariya-contact-button {
    margin-top: 30px;
    margin-right: 0;
  }
}
