.alphabet-hero .lead { max-width: 560px; font-size: .96rem; }
.alphabet-hero .tiny-help { font-size: .86rem; margin-top: .28rem; line-height: 1.45; color: var(--muted); font-weight: 800; }
.big-letter { font-size:clamp(5rem,18vw,10rem); line-height:.85; font-weight:950; color:#35213f; text-shadow:0 10px 24px rgba(65,57,120,.12); }
.letter-word { font-size:1.1rem; color:#5a4865; font-weight:950; }
.letter-chip { min-width:42px; }
.options { grid-template-columns:repeat(2,minmax(110px,1fr)); }
.option-btn { font-size:1.15rem; }
.write-row { grid-template-columns:minmax(210px,1fr) minmax(120px,180px); }
.typed-answer { font-size:1.25rem; text-align:center; text-transform:uppercase; }
@media (max-width:820px) { .options { grid-template-columns:1fr 1fr; } }
