/* Lead — the section lead-in: eyebrow, title, sub.
   Notes: docs/component-lead-games-philosophy-notes.md */
.lead{background:#faf9f6;padding:4.5rem 2rem 1rem;text-align:center}
.lead-inner{max-width:820px;margin:0 auto}
.lead-eyebrow{display:block;font-family:var(--display);font-size:.875rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#2A2A2A;margin-bottom:1rem}
.lead-title{font-family:var(--display);font-size:clamp(2rem,4vw,3.2rem);font-weight:500;letter-spacing:.02em;text-transform:uppercase;line-height:1.1;color:var(--charcoal)}
.lead-title .gold{color:var(--gold-dark)}
.lead-sub{font-family:var(--body);font-size:1.05rem;line-height:1.7;color:#6b6b6b;margin:1.2rem auto 0;max-width:640px}

@media(max-width:768px){
  .lead{padding:3.5rem 1.5rem 1rem}
}
