/* 2026-05-05 NorseKin brand promise stable section */
.ns-brand-promise {
  background: #f6f2ec;
  border-bottom: 1px solid rgba(23, 23, 22, 0.1);
  border-top: 1px solid rgba(23, 23, 22, 0.08);
  color: #171716;
  width: 100%;
}
.ns-brand-promise__inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 34px 32px 38px;
}
.ns-brand-promise__eyebrow {
  color: #171716;
  font-family: Cinzel, serif;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.14em;
  line-height: 1.15;
  margin: 0 0 24px;
  text-align: center;
}
.ns-brand-promise__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(23, 23, 22, 0.14);
  background: rgba(23, 23, 22, 0.14);
  gap: 1px;
}
.ns-brand-promise__item {
  background: #f6f2ec;
  min-height: 122px;
  padding: 24px 22px;
}
.ns-brand-promise__item strong {
  color: #171716;
  display: block;
  font-family: Cinzel, serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.16;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.ns-brand-promise__item span {
  color: rgba(23, 23, 22, 0.64);
  display: block;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}
@media screen and (max-width: 749px) {
  .ns-brand-promise__inner {
    padding: 26px 16px 28px;
  }
  .ns-brand-promise__eyebrow {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .ns-brand-promise__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ns-brand-promise__item {
    min-height: 128px;
    padding: 18px 14px;
  }
  .ns-brand-promise__item strong {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .ns-brand-promise__item span {
    font-size: 11px;
  }
}
