/* Featured participant perspective: editorial, direct, and integrated into the navy field. */
.smes-section--navy:has(.smes-quote-wrap) {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 6vw, 5.25rem);
  isolation: isolate;
}

.smes-section--navy:has(.smes-quote-wrap)::after {
  position: absolute;
  z-index: -1;
  top: -12rem;
  right: -8rem;
  width: 28rem;
  aspect-ratio: 1;
  border: 1px solid rgba(240, 215, 157, 0.28);
  border-radius: 50%;
  box-shadow: -9rem 9rem 0 -1px transparent, -9rem 9rem 0 0 rgba(86, 170, 167, 0.16);
  content: "";
}

.smes-quote-wrap {
  max-width: 60rem;
  padding: 0 0 0 clamp(2.5rem, 4vw, 3.5rem);
  text-align: left;
}

.smes-quote-wrap::before {
  position: absolute;
  top: 2.6rem;
  left: 0;
  margin: 0;
  font-size: clamp(3.25rem, 5vw, 4.5rem);
  line-height: 1;
}

.smes-quote-wrap .smes-eyebrow {
  margin-bottom: 1.25rem;
  color: var(--smes-gold-light);
}

.smes-quote {
  max-width: 58rem;
  margin-block: 0 1.5rem;
  color: var(--smes-white);
  font-size: clamp(1.3rem, 1.55vw, 1.75rem);
  font-weight: 430;
  line-height: 1.42;
  text-wrap: pretty;
}

.smes-quote-meta {
  color: var(--smes-gold-light);
}

.single-smes_story .smes-section:not(.smes-section--navy) .smes-quote-meta {
  color: var(--smes-teal-dark);
}

.smes-quote-wrap > p:last-child {
  margin-block: 1.35rem 0;
}

.smes-quote-wrap .smes-text-link {
  color: #dce5ea;
}

.smes-quote-context {
  max-width: 48rem;
  margin: 0.8rem 0 0;
  color: #cbd8df;
  font-size: 0.98rem;
  line-height: 1.65;
}

.smes-story-card__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--smes-teal-dark);
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.smes-story-card__summary {
  color: var(--smes-slate);
  line-height: 1.65 !important;
}

.smes-story-card__quote {
  margin: 1.5rem 0 0;
  padding-left: 1rem;
  border-left: 2px solid var(--smes-gold);
  color: var(--smes-navy);
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.5;
}

.smes-story-card__quote p {
  margin: 0;
}

.smes-story-detail {
  width: var(--smes-container);
  max-width: 48rem !important;
  margin-inline: auto;
}

.smes-story-deck {
  margin: 0 0 1.5rem;
  color: var(--smes-navy);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 430;
  line-height: 1.25;
}

.smes-story-facts {
  margin: 0 0 clamp(3rem, 6vw, 4.5rem);
  padding-block: 0.9rem;
  border-block: 1px solid var(--smes-line);
  color: var(--smes-teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-transform: uppercase;
}

.smes-story-facts span {
  margin-inline: 0.55rem;
  color: var(--smes-gold);
}

.smes-story-detail h2 {
  margin-top: clamp(2.75rem, 6vw, 4.5rem);
  font-size: clamp(1.85rem, 3.5vw, 2.8rem);
}

.smes-story-detail > p:not(.smes-story-deck, .smes-story-facts) {
  font-size: 1.05rem;
  line-height: 1.82;
}
.smes-story-detail-quote {
  max-width: 44rem;
  margin-inline: auto;
  padding-left: clamp(1.25rem, 3vw, 2.25rem);
  border-left: 3px solid var(--smes-gold);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 1.42;
}

@media (max-width: 600px) {
  .smes-section--navy:has(.smes-quote-wrap) {
    padding-block: 3rem;
  }

  .smes-section--navy:has(.smes-quote-wrap)::after {
    top: -8rem;
    right: -9rem;
    width: 20rem;
  }

  .smes-quote-wrap {
    padding-left: 2.25rem;
  }

  .smes-quote-wrap::before {
    top: 2.5rem;
    font-size: 3.25rem;
  }

  .smes-quote {
    max-width: none;
    font-size: clamp(1.22rem, 5.4vw, 1.4rem);
    line-height: 1.42;
  }
}
