/**
 * NARIYA OUD home-page sixth screen: EMBER & VEIL only.
 */

.home .nariya-home-section.nariya-products {
  padding: 108px 0 118px;
  background: #eee5d7;
}

.home .nariya-products .nariya-products-inner {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.home .nariya-products .nariya-products-head {
  display: block;
  margin: 0 auto 48px;
  text-align: center;
}

.home .nariya-products .nariya-products-kicker {
  margin: 0 0 17px;
  color: #9a7139;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.home .nariya-products .nariya-products-title {
  margin: 0 0 18px;
  color: #191611 !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 3.77vw, 53px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.home .nariya-products .nariya-products-intro {
  margin: 0;
  color: #675f54;
  font-size: 17px;
  line-height: 1.6;
}

.home .nariya-products .nariya-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home .nariya-products .nariya-product-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 485px;
  padding: 42px 42px 58px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.home .nariya-products .nariya-product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 10, 8, 0) 48%, rgba(12, 10, 8, .58) 100%);
}

.home .nariya-products .nariya-product-content {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #f6efe5;
}

.home .nariya-products .nariya-product-name {
  margin: 0 0 10px;
  color: #f8f1e7 !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: .04em;
}

.home .nariya-products .nariya-product-notes {
  display: block;
  margin-bottom: 16px;
  color: #d2aa70;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.home .nariya-products .nariya-product-description {
  max-width: 440px;
  min-height: 50px;
  margin: 0 0 22px;
  color: #e8dfd2;
  font-size: 16px;
  line-height: 1.55;
}

.home .nariya-products .nariya-product-link {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #c99b5e;
  color: #f6efe5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
}

@media (max-width: 767px) {
  .home .nariya-home-section.nariya-products {
    padding: 76px 0 82px;
  }

  .home .nariya-products .nariya-products-inner {
    width: min(100% - 36px, 1180px);
  }

  .home .nariya-products .nariya-products-head {
    margin-bottom: 36px;
    text-align: left;
  }

  .home .nariya-products .nariya-products-title {
    font-size: 38px;
  }

  .home .nariya-products .nariya-products-intro {
    font-size: 16px;
  }

  .home .nariya-products .nariya-product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home .nariya-products .nariya-product-card {
    min-height: 420px;
    padding: 30px 30px 42px;
  }

  .home .nariya-products .nariya-product-name {
    font-size: 34px;
  }
}
