/* KWCS story-quote styles — extracted from _assets/kwcs-homepage-v4.html */

/* ─── STORY / QUOTE SECTION ─── */
  .quote-section {
    padding: 120px 80px;
    position: relative;
    overflow: hidden;
  }

.quote-section .face-pattern { opacity: 0.5; }

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

.quote-headline {
    font-size: clamp(42px, 5vw, 76px);
    color: var(--navy-deep);
    line-height: 1;
    margin-bottom: 28px;
  }

.quote-headline .wh { color: white; }

.quote-text {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 600;
    color: var(--navy-deep);
    line-height: 1.55;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto; margin-right: auto;
  }

.quote-attribution {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
  }

.quote-attribution-line { width: 40px; height: 2px; background: rgba(30,75,143,0.35); }

.quote-attribution-text { font-size: 14.5px; color: var(--navy-deep); font-weight: 600; }

.quote-attribution-text strong { font-weight: 800; }

.stories-cta-group {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }

@media (max-width: 1024px) {
  .quote-section { padding: 88px 32px; }
}

@media (max-width: 768px) {
  .quote-section { padding: 72px 20px; }
}
