/* ============================================================
   SKS Collection About — editorial long-form intro
   Mirrors ui/collection/collection.html `.coll-intro`
   ============================================================ */

.sks-cabout {
  background: var(--sks-cabout-bg, #F5F0E8);
  padding: var(--sks-cabout-pad-top, 48px) 48px var(--sks-cabout-pad-bottom, 32px);
  font-family: 'Jost', 'Helvetica Neue', sans-serif;
}

.sks-cabout__wrap {
  max-width: 920px;
  margin: 0 auto;
}

.sks-cabout__eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B8520A;
  font-weight: 600;
  margin: 0 0 10px;
  font-family: 'Jost', sans-serif;
}

.sks-cabout__heading {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #1A1A1A;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.sks-cabout__body,
.sks-cabout__body p {
  font-size: 14.5px;
  color: #4A4440;
  line-height: 1.7;
  font-weight: 300;
}

.sks-cabout__body p {
  margin: 0 0 12px;
}

.sks-cabout__body p:last-child {
  margin-bottom: 0;
}

.sks-cabout__body strong {
  font-weight: 500;
  color: #1A1A1A;
}

.sks-cabout__body a {
  color: #B8520A;
  text-decoration: underline;
  text-decoration-color: rgba(184, 82, 10, 0.3);
  text-underline-offset: 2px;
  transition: text-decoration-color .2s;
}

.sks-cabout__body a:hover {
  text-decoration-color: #B8520A;
}

@media screen and (max-width: 960px) {
  .sks-cabout {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 749px) {
  .sks-cabout {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .sks-cabout__heading {
    font-size: 22px;
  }
  .sks-cabout__body,
  .sks-cabout__body p {
    font-size: 14px;
  }
}
