/* ringside-press — VIPBox theme stylesheet.
   Warm cream + crimson + canvas tan. Roboto Slab headlines, Roboto body.
   Class naming: rp-block—element (em-dash separator). */

:root {
  --rp-bg: #faf8f4;
  --rp-surface: #f0ebe2;
  --rp-text: #1c1008;
  --rp-accent: #b91c1c;
  --rp-accent2: #92683e;
  --rp-muted: #7d6b57;
  --rp-rule: #d8cfc0;
  --rp-shadow: 0 2px 12px rgba(28, 16, 8, 0.06);
  --rp-content-max: 1180px;
  --rp-prose-max: 720px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--rp-bg);
  color: var(--rp-text);
  font-family: 'Roboto', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 700;
  color: var(--rp-text);
  letter-spacing: -0.01em;
  line-height: 1.22;
  margin: 1.8em 0 0.6em;
}

h1 { font-size: 2.2rem; font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: 1.55rem; }
h3 { font-size: 1.22rem; }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1em; }

a {
  color: var(--rp-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:hover { color: #7f1010; }

ul, ol { padding-left: 1.3em; margin: 0 0 1.1em; }
li { margin: 0.25em 0; }

code, pre, .rp-mono { font-family: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.94em; }

hr {
  border: 0;
  border-top: 1px solid var(--rp-rule);
  margin: 2em 0;
}

img { max-width: 100%; height: auto; display: block; }

/* ---- Header ---- */

.rp-press-header {
  background: var(--rp-bg);
  border-bottom: 2px solid var(--rp-accent);
}
.rp-press-header—inner {
  max-width: var(--rp-content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1rem 1.2rem;
  flex-wrap: wrap;
}
.rp-press-header—masthead {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  color: var(--rp-text);
  text-decoration: none;
  font-family: 'Roboto Slab', Georgia, serif;
}
.rp-press-header—wordmark {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.rp-press-header—dash { color: var(--rp-accent); font-weight: 800; }
.rp-press-header—region { font-size: 0.95rem; color: var(--rp-muted); }
.rp-nav { flex: 1; }
.rp-nav—list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rp-nav—item { margin: 0; }
.rp-nav—sport-link {
  color: var(--rp-text);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.98rem;
  padding: 0.3rem 0.05rem;
  border-bottom: 2px solid transparent;
}
.rp-nav—sport-link:hover { border-bottom-color: var(--rp-accent); }
.rp-press-header—locales {
  display: inline-flex;
  gap: 0.55rem;
  font-size: 0.86rem;
}
.rp-press-header—locale-link {
  color: var(--rp-muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rp-press-header—locale-link:hover { color: var(--rp-accent); }

/* ---- Disclaimer band (header) ---- */

.rp-disclaimer—header {
  background: var(--rp-accent);
  color: #fff;
  font-size: 0.83rem;
  padding: 0.55rem 1.2rem;
}
.rp-disclaimer—header-inner {
  max-width: var(--rp-content-max);
  margin: 0 auto;
  text-align: center;
  line-height: 1.45;
}

/* ---- Hero ---- */

.rp-hero {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 4rem 1.2rem 3.5rem;
  border-bottom: 1px solid var(--rp-rule);
}
.rp-hero—inner {
  max-width: var(--rp-content-max);
  margin: 0 auto;
}
.rp-hero—kicker {
  color: #f9d3d3;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}
.rp-hero—title {
  font-size: 2.6rem;
  font-weight: 800;
  margin: 0;
  color: #fff;
  letter-spacing: -0.02em;
  max-width: 22ch;
}
.rp-hero—deck {
  margin-top: 0.9rem;
  font-size: 1.12rem;
  color: #f4e7dc;
  max-width: 56ch;
  line-height: 1.5;
}

/* ---- Grid (two-column with right rail) ---- */

.rp-grid {
  max-width: var(--rp-content-max);
  margin: 0 auto;
  padding: 2.5rem 1.2rem 3rem;
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  gap: 2.8rem;
}
.rp-main { min-width: 0; }
.rp-sidebar {
  font-size: 0.95rem;
  color: var(--rp-text);
  padding-left: 1.2rem;
  border-left: 1px solid var(--rp-rule);
}
@media (max-width: 900px) {
  .rp-grid { grid-template-columns: 1fr; gap: 2rem; }
  .rp-sidebar { padding-left: 0; border-left: 0; border-top: 1px solid var(--rp-rule); padding-top: 1.6rem; }
}

/* ---- Prose ---- */

.rp-prose { max-width: var(--rp-prose-max); }
.rp-prose p, .rp-prose ul, .rp-prose ol { font-size: 1.04rem; }
.rp-prose blockquote {
  border-left: 3px solid var(--rp-accent);
  margin: 1.4em 0;
  padding: 0.2em 0 0.2em 1em;
  color: var(--rp-muted);
  font-style: italic;
}
.rp-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6em 0;
  font-size: 0.95rem;
}
.rp-prose th, .rp-prose td {
  text-align: left;
  padding: 0.55rem 0.7rem;
  border-bottom: 1px solid var(--rp-rule);
}
.rp-prose th {
  background: var(--rp-surface);
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

/* ---- Sidebar ---- */

.rp-sidebar—heading {
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  color: var(--rp-accent2);
  margin: 1.3em 0 0.5em;
}
.rp-sidebar—body { color: var(--rp-muted); font-size: 0.93rem; line-height: 1.55; }
.rp-sidebar—rule {
  border-top: 1px dashed var(--rp-rule);
  margin: 1.5em 0;
  padding: 0;
}
.rp-broadcaster—list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
}
.rp-broadcaster—chip {
  background: var(--rp-surface);
  color: var(--rp-text);
  border: 1px solid var(--rp-rule);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-size: 0.83rem;
  font-weight: 500;
}

/* ---- Section list ---- */

.rp-section-list { margin: 2.2em 0; }
.rp-section-list—heading {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rp-accent2);
  border-bottom: 1px solid var(--rp-rule);
  padding-bottom: 0.5rem;
  margin: 0 0 0.8rem;
}
.rp-section-list—items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rp-fight-card—row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px dashed var(--rp-rule);
}
.rp-fight-card—event {
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 700;
  color: var(--rp-text);
  text-decoration: none;
  font-size: 1.04rem;
}
.rp-fight-card—event:hover { color: var(--rp-accent); }
.rp-fight-card—when { color: var(--rp-muted); font-size: 0.85rem; }

/* ---- Article ---- */

.rp-article {
  max-width: var(--rp-content-max);
  margin: 0 auto;
  padding: 2.4rem 1.2rem 3rem;
}
.rp-article—header { margin-bottom: 1.6rem; }
.rp-article—kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rp-accent);
  margin: 0 0 0.3rem;
}
.rp-article—title {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
  max-width: 28ch;
}
.rp-article—deck {
  font-size: 1.15rem;
  color: var(--rp-muted);
  margin: 0 0 0.8rem;
  max-width: 60ch;
  line-height: 1.5;
}
.rp-article—dateline {
  font-size: 0.85rem;
  color: var(--rp-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}
.rp-article—hero {
  margin: 1.2rem 0 1.6rem;
}
.rp-article—hero img {
  border-radius: 4px;
  box-shadow: var(--rp-shadow);
  width: 100%;
}
.rp-article—legal .rp-article—title { font-size: 1.8rem; }

/* ---- Inlines ---- */

.rp-inlines {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 2em 0;
}
.rp-inline img {
  border-radius: 3px;
  box-shadow: var(--rp-shadow);
  width: 100%;
}

/* ---- Widget zone ---- */

.rp-widget-zone—wrapper {
  margin: 2em 0;
  padding: 1.4em;
  background: var(--rp-surface);
  border-radius: 4px;
  border-left: 3px solid var(--rp-accent);
}
.rp-widget-zone—heading {
  margin-top: 0;
  font-size: 1.1rem;
  color: var(--rp-accent2);
}
.rp-widget-zone {
  background: #fff;
  border: 1px solid var(--rp-rule);
  border-radius: 3px;
  padding: 0.8em;
  min-height: 120px;
}

/* ---- Footer ---- */

.rp-press-foot {
  background: #1c1008;
  color: #f4e7dc;
  padding: 2.4rem 1.2rem 2.2rem;
  margin-top: 3rem;
  font-size: 0.9rem;
  line-height: 1.6;
}
.rp-press-foot—inner {
  max-width: var(--rp-content-max);
  margin: 0 auto;
}
.rp-press-foot—wordmark {
  font-family: 'Roboto Slab', Georgia, serif;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 0 1rem;
  color: #fff;
}
.rp-press-foot—dash { color: var(--rp-accent); }
.rp-press-foot—disclaimer {
  color: #d8cfc0;
  font-size: 0.88rem;
  max-width: 78ch;
  margin: 0 0 1.4rem;
}
.rp-press-foot—links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
}
.rp-press-foot—links a {
  color: #f4e7dc;
  text-decoration: none;
  border-bottom: 1px dotted #92683e;
}
.rp-press-foot—links a:hover { color: #fff; border-bottom-color: var(--rp-accent); }
.rp-press-foot—copy {
  color: #92683e;
  font-size: 0.82rem;
  margin: 0;
}

/* ---- Body kind helpers ---- */

.rp-body—home .rp-hero { padding-top: 5rem; padding-bottom: 4.2rem; }
