/* Shared styles for the three draft article redesigns. Reuses ../style.css
   (nav, tokens, .rd-closing) and ../../ticket-shop/shared.css (base tokens);
   this file only covers the article hero + prose body. */

/* ── HERO ── */
.ra-hero { padding: 6rem 0 3.5rem; border-bottom: 1px solid var(--line); }

.ra-breadcrumb {
  font-family: var(--mono);
  font-size: 0.78rem;
  margin-bottom: 1.5rem;
}

.ra-breadcrumb a { color: var(--ink-soft); text-decoration: none; border-bottom: 1px dotted var(--line-strong); }
.ra-breadcrumb a:hover { color: var(--brass-text); border-color: var(--brass); }

.ra-hero-heading {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4.5vw, 2.6rem);
  line-height: 1.25;
  margin-top: 0.75rem;
}

/* ── PROSE ── */
.ra-body { padding: 3.5rem 0; }

.ra-body p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 1.5rem;
}

.ra-body h2 {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--ink);
  line-height: 1.3;
  margin: 2.5rem 0 1.1rem;
}

.ra-body ul { margin: 0 0 1.5rem; padding-left: 1.25rem; }

.ra-body li {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 0.6rem;
}

.ra-body li strong { color: var(--ink); font-weight: 600; }

.ra-body a { color: var(--brass-text); text-decoration: underline; text-underline-offset: 3px; }

.ra-pull-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--ink);
  border-left: 2px solid var(--brass);
  padding-left: 1.5rem;
  margin: 2.5rem 0;
}

.ram-summary { padding: 1.5rem 1.75rem; margin-top: 2.5rem; }
.ram-summary .leader { font-size: 0.9rem; }

/* ── MOBILE ── */
@media (max-width: 768px) {
  .ra-hero { padding: 5rem 0 3rem; }
  .ra-body { padding: 3rem 0; }
  .ra-pull-quote { font-size: 1.15rem; padding-left: 1.1rem; }
}
