/* ── Frontend styles – buffalo-run-about ────────────────────────────────────── */
.page-template-village-buffalo-run .has-global-padding {
  padding-right: 25px !important;
  padding-left: 15px !important;
}

.page-template-village-buffalo-run .block-intro-copy__container {
  padding-right: 35px !important;
  padding-left: 25px !important;
}

.buffalo-run-about {
  position: relative;
  background-color: #11284b;
  background: url(./img/overlay.png) #11284b -187.417px -19.405px / 143.683% 103.646% no-repeat;
  background-blend-mode: multiply;
  color: #ffffff;
  overflow: hidden;
  padding: 4rem 2rem;
  max-width: none !important;
}

.buffalo-run-about__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* ── Title ──────────────────────────────────────────────────────────────────── */

.buffalo-run-about__title {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin: 0 0 3rem;
}

/* ── Top two-column row ─────────────────────────────────────────────────────── */

.buffalo-run-about__top {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .buffalo-run-about__top {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
  }

  .buffalo-run-about__art {
    flex: 0 0 42%;
  }

  .buffalo-run-about__featured {
    flex: 1;
  }
}

.buffalo-run-about__art-img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .buffalo-run-about__art-img {
    width: 80%;
  }
}

/* Featured items */
.buffalo-run-about__featured {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.buffalo-run-about__featured-item {
  margin: 0;
}

.buffalo-run-about__featured-heading {
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  font-weight: 700;
  color: #2ed9c3;
  margin: 0 0 0.6rem;
  line-height: 1.4;
}

.buffalo-run-about__featured-body {
  font-size: clamp(0.875rem, 1.3vw, 0.95rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

/* ── Pillars row ────────────────────────────────────────────────────────────── */

.buffalo-run-about__pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .buffalo-run-about__pillars {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.buffalo-run-about__pillar {
  display: flex;
  flex-direction: column;
}

.buffalo-run-about__pillar-icon {
  margin-bottom: 1rem;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buffalo-run-about__pillar-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.buffalo-run-about__pillar-heading {
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  font-weight: 700;
  color: #2ed9c3;
  margin: 0 0 0.6rem;
  line-height: 1.4;
}

.buffalo-run-about__pillar-body {
  font-size: clamp(0.85rem, 1.3vw, 0.9rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}
