.story{
  max-width: 820px;
  margin: 0 auto;
}
.story__lead{
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.92);
}
.story__lead strong{color: var(--gold)}
.story p{
  margin: 0 0 12px;
  line-height: 1.7;
  color: rgba(255,255,255,.92);
}
.story__dropcap::first-letter{
  float: left;
  font-size: 46px;
  line-height: 42px;
  padding-right: 10px;
  padding-top: 4px;
  font-weight: 800;
  color: var(--gold);
  text-shadow: 0 10px 25px rgba(0,0,0,.55);
}
.story__divider{
  height: 1px;
  margin: 14px 0;
  background: linear-gradient(90deg, transparent, rgba(240,215,162,.35), transparent);
}
.story__quote{
  margin: 14px 0;
  padding: 12px 14px;
  border-left: 3px solid rgba(240,215,162,.35);
  background: rgba(0,0,0,.18);
  border-radius: 12px;
  color: rgba(255,255,255,.88);
}
.story__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.story__chip{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(240,215,162,.16);
  background: rgba(0,0,0,.22);
}
