/* Editorial hero contrast for About and Join; content sections remain milk-light. */
.editorial-hero::after {
  background: linear-gradient(90deg,
    rgba(8, 10, 9, .80) 0%,
    rgba(8, 10, 9, .72) 54%,
    rgba(8, 10, 9, .48) 72%,
    rgba(8, 10, 9, .12) 100%) !important;
}

.editorial-hero-content {
  color: #fffaf0 !important;
  text-shadow: none !important;
}

.editorial-hero h1 {
  color: #ffe8ad !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .58) !important;
  text-wrap: balance;
}

.editorial-hero .eyebrow {
  color: #66d9cf !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .72) !important;
}

@media (max-width: 820px) {
  .editorial-hero::after {
    background: linear-gradient(0deg,
      rgba(8, 10, 9, .84) 0%,
      rgba(8, 10, 9, .72) 60%,
      rgba(8, 10, 9, .28) 100%) !important;
  }
}

@media (forced-colors: active) {
  .editorial-hero h1,
  .editorial-hero .eyebrow {
    color: CanvasText !important;
    text-shadow: none !important;
  }
}

body[data-page="about"] main,
body[data-page="about"] main * {
  font-family: var(--sans);
}

body[data-page="about"] main h1,
body[data-page="about"] main h2,
body[data-page="about"] main h3 {
  font-family: var(--serif);
}

.about-paths {
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  color: #29423c;
  background: #f3efe5;
}

.about-paths article {
  display: grid;
  grid-template-columns: minmax(18rem, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  border-top: 1px solid rgba(22, 123, 118, .28);
}

.about-paths article:last-child {
  border-bottom: 1px solid rgba(22, 123, 118, .28);
}

.about-paths .eyebrow {
  margin: 0 0 .8rem;
  color: #167b76;
}

.about-paths h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.65rem, 4.6vw, 5rem);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.025em;
}

.about-paths ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-paths li {
  position: relative;
  padding: 1rem 0 1rem 1.5rem;
  border-bottom: 1px solid rgba(22, 123, 118, .18);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.5;
}

.about-paths li::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: .1rem;
  width: .42rem;
  height: .42rem;
  border: 1px solid #167b76;
  transform: rotate(45deg);
}

@media (max-width: 820px) {
  .about-paths article { grid-template-columns: 1fr; gap: 1.5rem; }
  .about-paths h2 { max-width: 12ch; font-size: clamp(2.55rem, 11vw, 4rem); }
}
