/* ============================================================
   spectator.css — faithful clean recreation of a spectator.com article
   Real brand facts: goudy-old-style (serif) + josefin-sans (UI) from
   their own markup ("Sorts Mill Goudy" is the Goudy revival stand-in);
   wordmark red #d2091e from their inline masthead SVG.
   ============================================================ */
body.spectator {
  --brand: #2f6f57;            /* Spectator editorial green (links, icons) */
  --brand-ink: #ffffff;
  --spec-yellow: #ffde00;      /* subscribe yellow */
  --paper: #ffffff;
  --ink: #1c1c1c;
  --muted: #767676;
  --rule: #e7e5e0;
  --sp-serif: "Sorts Mill Goudy", "Goudy Old Style", Georgia, serif;
  --sp-sans: "Josefin Sans", "Century Gothic", sans-serif;
  font-family: var(--sp-serif);
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink);
}

/* ---- utility + masthead ---- */
.sp-utility { max-width: 1280px; margin: 0 auto; padding: 14px 28px 0; display: flex; justify-content: flex-end; }
.sp-utility a {
  text-decoration: none; color: var(--ink);
  font-family: var(--sp-sans); font-weight: 600; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase;
}
.sp-utility .caret { font-size: 9px; color: #888; }
.sp-mast { padding: 10px 0 22px; display: flex; justify-content: center; }
.sp-logo { display: block; }
.sp-logo img { display: block; height: 62px; width: auto; }

/* ---- nav row: centered links + search + sign in, subscribe pinned right ---- */
.sp-navrow {
  max-width: 1280px; margin: 0 auto; padding: 0 28px 16px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
.sp-nav { grid-column: 2; display: flex; align-items: center; gap: 22px; }
.sp-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; }
.sp-nav li { display: flex; align-items: center; }
.sp-nav li + li::before { content: "/"; color: #cfcbc2; margin: 0 13px; font-family: var(--sp-serif); }
.sp-nav a { text-decoration: none; color: var(--ink); font-family: var(--sp-serif); font-size: 18px; }
.sp-nav a:hover { color: var(--brand); }
.sp-nav .search { width: 19px; height: 19px; color: var(--ink); margin-left: 4px; }
.sp-signin {
  border: 1px solid #cfcbc2; border-radius: 999px; padding: 10px 20px 8px;
  text-decoration: none; color: var(--ink);
  font-family: var(--sp-sans); font-weight: 600; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase;
}
.sp-signin:hover { border-color: var(--ink); }
.sp-subscribe {
  grid-column: 3; justify-self: end;
  background: var(--spec-yellow); color: #111; border-radius: 999px; padding: 13px 28px 11px;
  text-decoration: none;
  font-family: var(--sp-sans); font-weight: 700; font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
}
.sp-subscribe:hover { filter: brightness(1.04); }

/* ---- breadcrumb ---- */
.sp-main { border-top: 1px solid var(--rule); }
.sp-crumb {
  max-width: 1280px; margin: 0 auto; padding: 16px 28px;
  display: flex; align-items: center; gap: 9px;
  font-family: var(--sp-sans); font-size: 13px; color: #555;
}
.sp-crumb svg { width: 16px; height: 16px; color: #555; }
.sp-crumb .sep { color: #b9b4a9; }

/* ---- article ---- */
.sp-article { max-width: 900px; margin: 0 auto; padding: 20px 28px 80px; text-align: center; }
.sp-author { margin: 0 0 14px; }
.sp-author a { font-family: var(--sp-serif); font-style: italic; font-size: 21px; color: var(--brand); text-decoration: none; }
.sp-author a:hover { text-decoration: underline; text-underline-offset: 3px; }
.sp-h1 {
  font-family: var(--sp-serif); font-weight: 400;
  font-size: clamp(32px, 4.4vw, 48px); line-height: 1.14; letter-spacing: -.002em;
  margin: 0 auto 18px; max-width: 18ch; color: #141414;
}
.sp-date {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 0 0 26px; font-family: var(--sp-sans); font-size: 13px; color: #8a8a8a;
}
.sp-date svg { width: 15px; height: 15px; }
.sp-hero { margin: 0 0 6px; }
.sp-hero img { display: block; width: 100%; height: auto; aspect-ratio: 1.55 / 1; object-fit: cover; object-position: 50% 26%; background: #101018; }
.sp-hero figcaption { padding: 10px 0 0; font-family: var(--sp-sans); font-size: 12.5px; color: #8a8a8a; }

/* ---- toolbar ---- */
.sp-tools {
  margin: 22px auto 30px; padding: 14px 0;
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap;
  font-family: var(--sp-sans); font-size: 13.5px; color: #3c3c3c;
}
.sp-tools .t { display: inline-flex; align-items: center; gap: 8px; }
.sp-tools .t svg { width: 16px; height: 16px; color: var(--brand); }
.sp-tools .aa { color: var(--brand); font-family: var(--sp-serif); font-weight: 600; font-size: 17px; }
.sp-tools .aa small { font-size: 12px; }
.sp-tools .slash { color: #cfcbc2; }
.sp-tools .rounds { display: inline-flex; gap: 9px; }
.sp-tools .rounds i {
  width: 30px; height: 30px; border: 1.4px solid var(--brand); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; color: var(--brand);
}
.sp-tools .rounds svg { width: 15px; height: 15px; }

/* ---- body ---- */
.sp-body { text-align: left; max-width: 740px; margin: 0 auto; }
.sp-body p { margin: 0 0 24px; }
.sp-body p.lead::first-letter {
  font-family: var(--sp-serif); font-weight: 400;
  font-size: 76px; line-height: .74; float: left; padding: 8px 12px 0 0; color: #141414;
}
.sp-body a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.sp-pull {
  margin: 32px 0; padding: 4px 0 4px 24px; border-left: 3px solid var(--brand);
  font-family: var(--sp-serif); font-style: italic; font-size: 24px; line-height: 1.45; color: #2a2a2a;
}

/* ---- rewarded gate, skinned to The Spectator's design system ---- */
body.spectator .gate-eyebrow { color: var(--brand); font-family: var(--sp-sans); font-size: 12px; font-weight: 600; letter-spacing: .18em; }
body.spectator .reward-locker { border-radius: 10px; border-color: #eceae5; }
body.spectator .reward-locker .lock-badge { display: none; }
body.spectator .reward-locker h3 {
  font-family: var(--sp-serif); font-weight: 400;
  font-size: clamp(27px, 3.4vw, 35px); line-height: 1.16; letter-spacing: 0;
  color: #141414; margin: 4px 0 10px;
}
body.spectator .reward-locker p { font-family: var(--sp-sans); font-size: 14.5px; line-height: 1.55; color: #555; max-width: none; margin: 0 0 22px; }
body.spectator .rv-cta {
  background: var(--spec-yellow); color: #111; border-radius: 999px;
  padding: 17px 26px 15px; font-family: var(--sp-sans);
  font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  box-shadow: none;
}
body.spectator .rv-cta:hover { filter: brightness(1.04); transform: none; }
body.spectator .rv-cta svg { display: none; }
body.spectator .rv-later { font-family: var(--sp-sans); color: #555; font-weight: 500; font-size: 13px; }
body.spectator .reward-locker .rv-foot { display: none; }
body.spectator .lk-side h4 { font-family: var(--sp-sans); text-transform: uppercase; letter-spacing: .14em; font-size: 11.5px; font-weight: 700; color: #141414; }
body.spectator .lk-side li { font-family: var(--sp-sans); font-size: 14px; color: #1c1c1c; }
body.spectator .lk-side li svg { color: var(--brand); }
body.spectator .gate-fine { font-family: var(--sp-sans); color: #8a8a8a; font-size: 12px; }
body.spectator .rv-floating .txt, body.spectator .rv-floating button { font-family: var(--sp-sans); }
body.spectator .rv-floating button { background: var(--spec-yellow); color: #111; border-radius: 999px; font-weight: 700; }

/* ---- responsive ---- */
@media (max-width: 940px) {
  .sp-navrow { grid-template-columns: 1fr auto; }
  .sp-nav { grid-column: 1; justify-self: start; overflow-x: auto; }
  .sp-subscribe { grid-column: 2; }
  .sp-nav li + li::before { margin: 0 9px; }
}
