/* ============================================================
   THE MAGNA BUREAU — Essay Room styles (v1)
   Light BBC-style theme: white #FFFFFF canvas, ink #161616,
   BBC red #B80000 single accent, hairline #e4e4e4 borders,
   Playfair Display headlines. Zero emojis. Mobile-safe at 360px.
   Linked AFTER styles.css; never edits styles.css.
   ============================================================ */

/* ---- Essay hero framing ---- */
.essay-hero .kicker-row { margin-bottom: 10px; }
.essay-hero .kicker-row .eyebrow {
  background: #B80000;
  color: #ffffff;
  padding: 4px 10px;
  letter-spacing: 0.14em;
}
.essay-opinion-flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 4px;
  padding: 7px 12px;
  border: 1px solid #e4e4e4;
  border-left: 3px solid #B80000;
  background: #fafafa;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555555;
  line-height: 1.5;
}
.essay-hero h1 { margin-top: 10px; }
.essay-dek {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.55;
  color: #3d3d3d;
  max-width: 44rem;
  margin: 14px 0 0;
}
.essay-byline {
  margin-top: 16px;
  font-size: 0.82rem;
  color: #6b6b6b;
}
.essay-byline b { color: #161616; }
.essay-byline .essay-readtime { color: #999; }

/* ---- Essay body typography ---- */
.essay-body {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.06rem;
  line-height: 1.75;
  color: #1c1c1c;
  max-width: 44rem;
}
.essay-body > p { margin: 1.25em 0; }
.essay-body .dropcap {
  font-size: 1.06rem;
}
.essay-body .dropcap::first-letter {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: 3.4em;
  line-height: 0.85;
  float: left;
  padding: 4px 10px 0 0;
  color: #B80000;
}
.essay-body h2.essay-section {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #161616;
  margin: 2.2em 0 0.8em;
  padding-top: 1.2em;
  border-top: 1px solid #e4e4e4;
}
.essay-body hr.essay-divider {
  border: 0;
  border-top: 1px solid #e4e4e4;
  margin: 2.4em 0;
}
blockquote.essay-pull {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.42rem;
  line-height: 1.45;
  color: #161616;
  margin: 2em 0;
  padding: 0.2em 0 0.2em 1.1em;
  border-left: 4px solid #B80000;
}
blockquote.essay-pull footer {
  font-family: "Inter", -apple-system, sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-top: 10px;
  background: none;
  border: 0;
  padding: 0;
}
.essay-body .essay-note {
  font-size: 0.9rem;
  color: #555;
  border-left: 2px solid #e4e4e4;
  padding-left: 14px;
  font-style: italic;
}

/* ---- Author sign-off ---- */
.essay-signoff {
  margin-top: 3em;
  padding-top: 1.6em;
  border-top: 3px double #161616;
  max-width: 44rem;
}
.essay-signoff .signoff-byline {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #161616;
  margin: 0 0 0.4em;
}
.essay-signoff .signoff-bio {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #555555;
  margin: 0;
}
.essay-signoff .opinion-seal {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-top: 1em;
}

/* ---- Premium lock panel ---- */
.essay-locked-wrap { position: relative; }
.essay-locked-blur {
  filter: blur(6px);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  max-height: 640px;
  overflow: hidden;
  position: relative;
}
.essay-locked-blur::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 220px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff 88%);
}
.essay-lock-panel {
  position: relative;
  z-index: 2;
  margin: -40px auto 3em;
  max-width: 36rem;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-top: 3px solid #B80000;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
  padding: 34px 32px;
  text-align: center;
}
.essay-lock-panel .lock-kicker {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  background: #B80000;
  padding: 4px 12px;
  margin-bottom: 14px;
}
.essay-lock-panel h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #161616;
  margin: 0 0 10px;
}
.essay-lock-panel p {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #4d4d4d;
  margin: 0 0 20px;
}
.essay-lock-panel .lock-cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.essay-lock-panel .btn-signin,
.essay-lock-panel .btn-premium {
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 12px 22px;
  border: 1px solid #161616;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.essay-lock-panel .btn-signin {
  background: #161616;
  color: #ffffff;
}
.essay-lock-panel .btn-signin:hover { background: #B80000; border-color: #B80000; }
.essay-lock-panel .btn-premium {
  background: #ffffff;
  color: #161616;
}
.essay-lock-panel .btn-premium:hover { border-color: #B80000; color: #B80000; }
.essay-lock-panel .lock-fineprint {
  margin-top: 16px;
  font-size: 0.72rem;
  color: #999999;
}

/* ---- Mobile ---- */
@media (max-width: 560px) {
  .essay-body { font-size: 1rem; line-height: 1.72; }
  blockquote.essay-pull { font-size: 1.22rem; }
  .essay-lock-panel { padding: 26px 20px; margin-left: 4px; margin-right: 4px; }
  .essay-lock-panel .lock-cta-row { flex-direction: column; }
  .essay-lock-panel .btn-signin,
  .essay-lock-panel .btn-premium { width: 100%; }
}
