/* ══════════════════════════════════════════
   KC-04 XV FLORAL INFERNO — INTRO QUOTE
   Cinematic Text Reveals & Glow Typography
   Khal Calloway Studio © 2026
   ══════════════════════════════════════════ */

#intro-quote-section {
  position: relative;
  background-color: var(--bg-obsidian);
  overflow: hidden;
  padding: 8rem 0;
  border-bottom: 1px solid rgba(161, 29, 42, 0.05);
}

.quote-smoke-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(107, 15, 26, 0.05) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

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

.quote-symbol {
  font-family: var(--ff-accent);
  font-size: 5rem;
  color: var(--gold-kc);
  line-height: 0.1;
  opacity: 0.18;
  display: block;
  margin-bottom: 1.5rem;
}

.quote-body-text {
  font-family: var(--ff-body);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.8;
  color: var(--color-champagne);
  margin-bottom: 2rem;
  text-shadow: 0 0 12px rgba(245, 230, 211, 0.1);
}

.quote-author {
  font-family: var(--ff-label);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold-kc);
}

.quote-line {
  width: 30px;
  height: 1px;
  background: var(--gold-kc);
  margin: 1.2rem auto 0;
  opacity: 0.4;
}

@media (max-width: 480px) {
  .quote-body-text { font-size: 1.22rem; }
}
