/**
 * Page banner — shop, taxonomy archives, and WordPress pages
 */

.noureldeing-page-banner {
  background: linear-gradient(120deg, var(--nd-emerald), var(--nd-dark-green));
  color: var(--nd-white);
  padding: 54px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.noureldeing-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(212, 175, 55, 0.15) 1px, transparent 1.4px);
  background-size: 22px 22px;
  pointer-events: none;
}

.noureldeing-page-banner .noureldeing-container {
  position: relative;
  z-index: 1;
}

.noureldeing-page-banner__eyebrow {
  display: block;
  color: var(--nd-gold);
  font-family: var(--nd-font-heading);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.noureldeing-page-banner__title {
  margin: 10px 0 0;
  font-family: var(--nd-font-heading);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: var(--nd-white);
}

.noureldeing-page-banner__subtitle {
  margin-top: 10px;
  font-size: 1rem;
  color: #dcebe5;
  max-width: 640px;
  margin-inline: auto;
}

.noureldeing-page-banner__subtitle p {
  margin: 0;
}

@media (max-width: 640px) {
  .noureldeing-page-banner {
    padding: 40px 0;
  }
}
