/* Travel With Impact — single story pages */
.stp-impact-single {
  background: #F9F5F0;
  font-size: 18px;
}

.stp-impact-single .stp-inner {
  max-width: 1200px;
  padding-left: 32px;
  padding-right: 32px;
}

.stp-impact-hero {
  position: relative;
  min-height: 48vh;
  max-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 56px;
  background-size: cover;
  background-position: center;
}

.stp-impact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 35, 50, 0.25) 0%, rgba(26, 35, 50, 0.78) 100%);
}

.stp-impact-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.stp-impact-breadcrumb {
  font-size: 12px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}

.stp-impact-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.stp-impact-breadcrumb a:hover {
  text-decoration: underline;
}

.stp-impact-breadcrumb span[aria-hidden] {
  margin: 0 8px;
  opacity: 0.6;
}

.stp-impact-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 12px;
}

.stp-impact-hero .stp-impact-hero-title,
#stp-impact.stp-impact-single .stp-impact-hero h1.stp-impact-hero-title {
  font-family: var(--stp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 400;
  color: #fff !important;
  margin: 0 0 16px;
  line-height: 1.1;
}

.stp-impact-hero-sub {
  font-size: 1.15rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 640px;
  font-weight: 300;
}

.stp-impact-intro {
  padding: 72px 0 56px;
}

.stp-impact-intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 56px;
  align-items: start;
}

.stp-impact-featured {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(26, 35, 50, 0.12);
}

.stp-impact-featured img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.stp-impact-teaser {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #C44B27;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 1.5;
}

.stp-impact-lead {
  font-size: 1.35rem;
  line-height: 1.75;
  color: #1a2332;
  margin: 0 0 32px;
  font-weight: 300;
}

.stp-impact-quote {
  margin: 0;
  padding: 28px 32px;
  background: #E8EDE3;
  border-left: 4px solid #C44B27;
  border-radius: 0 8px 8px 0;
}

.stp-impact-quote p {
  margin: 0;
  font-family: var(--stp-serif, 'Playfair Display', Georgia, serif);
  font-size: 1.25rem;
  line-height: 1.55;
  color: #1a2332;
  font-style: italic;
}

.stp-impact-story {
  padding: 24px 0 72px;
}

.stp-impact-story-inner {
  max-width: 780px;
  margin: 0 auto;
}

.stp-impact-chapter {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #e5ddd4;
}

.stp-impact-chapter:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.stp-impact-chapter-num {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #C44B27;
  margin-bottom: 12px;
  font-weight: 500;
}

.stp-impact-chapter-title {
  font-family: var(--stp-serif, 'Playfair Display', Georgia, serif);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 400;
  color: #1a2332;
  margin: 0 0 24px;
  line-height: 1.2;
}

.stp-impact-prose p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #444;
  margin: 0 0 20px;
  font-weight: 300;
}

.stp-impact-prose p:last-child {
  margin-bottom: 0;
}

.stp-impact-closing {
  background: linear-gradient(180deg, #F5EDE8 0%, #F9F5F0 100%);
  padding: 72px 0 80px;
  text-align: center;
}

.stp-impact-closing .stp-inner {
  max-width: 720px;
}

.stp-impact-closing-text {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #1a2332;
  margin: 0 0 36px;
  font-weight: 300;
}

.stp-impact-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.stp-impact-more {
  padding: 64px 0 88px;
  background: #fff;
  border-top: 1px solid #e5ddd4;
}

.stp-impact-more-title {
  font-family: var(--stp-serif);
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px;
  color: #1a2332;
}

.stp-impact-more-sub {
  text-align: center;
  font-size: 15px;
  color: #666;
  margin: 0 0 36px;
  font-weight: 300;
}

.stp-impact-more-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stp-impact-more-card {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  background: #F9F5F0;
  border: 1px solid #e5ddd4;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stp-impact-more-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 35, 50, 0.1);
}

.stp-impact-more-img {
  display: block;
  height: 420px;
  min-height: 420px;
  background-size: cover;
  background-position: center;
}

.stp-impact-more-label {
  display: block;
  padding: 16px;
  font-size: 14px;
  text-align: center;
  color: #1a2332;
  font-weight: 500;
}

@media (max-width: 900px) {
  .stp-impact-intro-grid {
    grid-template-columns: 1fr;
  }

  .stp-impact-featured img {
    min-height: 280px;
  }

  .stp-impact-more-grid {
    grid-template-columns: 1fr;
  }

  .stp-impact-more-img {
    height: 340px;
    min-height: 340px;
  }
}

@media (max-width: 600px) {
  .stp-impact-cta-row .stp-btn {
    width: 100%;
    justify-content: center;
  }
}
