/* FCS Magazine — Testimonial / pull-quote section (homepage).
 * Sage ground, Clash Display body, Zodiak permitted via <em>.
 */

.quote-section {
  background: var(--sage);
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}

.quote-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 2.5rem;
}

.quote-text {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--paper);
  max-width: 880px;
  margin: 0 auto 3rem;
  text-wrap: pretty;
}

.quote-text em {
  font-style: italic;
  font-weight: 545;
  color: var(--sage-deep);
}

.quote-marker {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 2.5rem;
}

.quote-marker::before,
.quote-marker::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--sage-deep);
  opacity: 0.5;
}

.quote-attr {
  display: block;
  max-width: 460px;
  margin: 0 auto;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(245, 241, 234, 0.28);
  text-align: center;
}

.quote-attr-text {
  font-family: var(--font-body);
}

.quote-attr-name {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: var(--paper);
  margin-bottom: 0.5rem;
}

.quote-attr-role {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: rgba(245, 241, 234, 0.7);
  text-transform: uppercase;
}
