/* ---------- newsroom.css — v6 companion for newsroom.html + privacy.html ----------
   White BBC-style light theme. Ink #161616, paper #FFFFFF, BBC red #B80000,
   hairlines #e4e4e4, Playfair Display headlines. No emojis anywhere. */

.masthead-page { padding: 56px 0 8px; }
.masthead-page .kicker-row { margin-bottom: 18px; }
.masthead-page h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.08;
  color: #161616;
  margin: 0 0 12px;
}
.masthead-page .dek {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #3d3d3d;
  max-width: 46rem;
  margin: 0 0 8px;
}
.rule-red {
  border: 0;
  border-top: 3px solid #B80000;
  margin: 34px 0 0;
  max-width: 100%;
}

/* ---- Editor-in-Chief masthead card ---- */
.eic-card {
  border: 1px solid #e4e4e4;
  border-top: 5px solid #B80000;
  background: #ffffff;
  padding: clamp(24px, 4vw, 44px);
  margin: 40px 0 56px;
  max-width: 60rem;
}
.eic-label {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #B80000;
  display: block;
  margin-bottom: 10px;
}
.eic-name {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  color: #161616;
  margin: 0 0 4px;
}
.eic-role {
  font-size: 0.95rem;
  color: #5a616b;
  font-style: italic;
  font-family: "Source Serif 4", Georgia, serif;
  margin: 0 0 20px;
}
.eic-statement {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.06rem;
  line-height: 1.75;
  color: #232323;
  margin: 0;
  max-width: 44rem;
}
.eic-statement::first-letter {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: 3.1em;
  float: left;
  line-height: 0.85;
  padding: 6px 10px 0 0;
  color: #B80000;
}
.eic-sign {
  margin-top: 22px;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #161616;
}

/* ---- roster ---- */
.roster-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.roster-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #161616;
  margin: 0;
}
.roster-count {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5a616b;
}
.roster-sub {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #3d3d3d;
  max-width: 48rem;
  margin: 0 0 30px;
}
.roster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1px;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  margin-bottom: 60px;
}
.j-card {
  background: #ffffff;
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.j-name {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.22rem;
  line-height: 1.25;
  color: #161616;
  margin: 0;
}
.j-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.j-country {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a616b;
}
.j-beat {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3d3d3d;
  margin: 0;
}
.bloc-tag {
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  padding: 2px 7px;
  line-height: 1.4;
}

/* ---- privacy policy ---- */
.policy-body {
  max-width: 46rem;
  margin: 34px 0 64px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #232323;
}
.policy-body h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #161616;
  margin: 44px 0 12px;
  padding-top: 30px;
  border-top: 1px solid #e4e4e4;
}
.policy-body h2:first-of-type { margin-top: 8px; padding-top: 0; border-top: 0; }
.policy-body p { margin: 0 0 14px; }
.policy-body ul { margin: 0 0 16px; padding-left: 1.3rem; }
.policy-body li { margin-bottom: 8px; }
.policy-body strong { color: #161616; }
.policy-never {
  background: #fafafa;
  border: 1px solid #e4e4e4;
  border-left: 4px solid #B80000;
  padding: 20px 22px;
  margin: 24px 0;
}
.policy-never h2 { border-top: 0; padding-top: 0; margin-top: 0; }
.policy-never ul { margin-bottom: 0; }
.policy-updated {
  font-size: 0.82rem;
  color: #5a616b;
  font-style: italic;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .masthead-page { padding-top: 40px; }
  .roster-grid { grid-template-columns: 1fr; }
  .eic-card { margin: 28px 0 44px; }
}
