/* ============================================================
   telegraph.css — faithful clean recreation of a telegraph.co.uk article
   ============================================================ */
body.telegraph {
  --brand: #0a8ba6;        /* Telegraph teal accent */
  --brand-ink: #ffffff;
  --navy: #0c2231;
  --paper: #ffffff;
  --ink: #14171a;
  --muted: #6a7178;
  --rule: #e4e6e8;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.62;
  color: var(--ink);
}

/* ---- utility strip ---- */
.tel-utility { border-bottom: 1px solid var(--rule); }
.tel-utility .in {
  max-width: 1200px; margin: 0 auto; padding: 6px 24px;
  display: flex; justify-content: flex-end; gap: 20px;
  font-family: "Source Sans 3", system-ui, sans-serif; font-size: 12px; color: var(--muted);
}
.tel-utility a { text-decoration: none; }
.tel-utility a:hover { color: var(--ink); }

/* ---- masthead ---- */
.tel-header {
  max-width: 1200px; margin: 0 auto; padding: 14px 24px 10px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
}
.tel-logo {
  font-family: "UnifrakturMaguntia", "UnifrakturCook", Georgia, serif;
  font-size: 40px; line-height: 1; color: #0a0c0e; text-decoration: none; white-space: nowrap;
  letter-spacing: .5px;
}
.tel-actions { display: flex; align-items: center; gap: 16px; font-family: "Source Sans 3", system-ui, sans-serif; }
.tel-actions .icon { width: 22px; height: 22px; color: #14171a; }
.tel-sub {
  background: var(--navy); color: #fff; border: 0; border-radius: 4px;
  padding: 11px 16px; font-weight: 700; font-size: 13.5px;
}
.tel-sub:hover { background: #14334a; }
.tel-login { font-weight: 700; font-size: 14px; color: #14171a; text-decoration: none; }
.tel-login:hover { color: var(--brand); }
.tel-burger { width: 26px; height: 26px; color: #14171a; }

/* ---- section nav ---- */
.tel-nav { border-top: 1px solid var(--rule); border-bottom: 2px solid #14171a; }
.tel-nav ul {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  list-style: none; display: flex; align-items: stretch; gap: 0; height: 46px;
  font-family: "Source Sans 3", system-ui, sans-serif; font-weight: 700; font-size: 14px;
  overflow-x: auto;
}
.tel-nav li { display: flex; align-items: center; }
.tel-nav a { display: flex; align-items: center; height: 100%; padding: 0 14px; text-decoration: none; color: #1d2125; white-space: nowrap; }
.tel-nav a:hover { color: var(--brand); }
.tel-nav li.active a { box-shadow: inset 0 -4px 0 var(--brand); }

/* ---- sub-nav ---- */
.tel-subnav { background: #f6f7f8; border-bottom: 1px solid var(--rule); }
.tel-subnav ul {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  list-style: none; display: flex; gap: 0; height: 42px; align-items: stretch;
  font-family: "Source Sans 3", system-ui, sans-serif; font-weight: 600; font-size: 13.5px;
}
.tel-subnav li { display: flex; align-items: center; }
.tel-subnav a { display: flex; align-items: center; height: 100%; padding: 0 14px; text-decoration: none; color: #3c434a; white-space: nowrap; }
.tel-subnav a:hover { color: var(--brand); }
.tel-subnav li.active a { color: var(--brand); box-shadow: inset 0 -3px 0 var(--brand); }

/* ---- article ---- */
.tel-main { max-width: 1200px; margin: 0 auto; padding: 30px 24px 70px; }
.tel-kicker { font-family: "Source Sans 3", system-ui, sans-serif; font-weight: 800; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--brand); margin: 0 0 12px; }
.tel-h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800; font-size: clamp(34px, 5vw, 56px); line-height: 1.06;
  letter-spacing: -.005em; margin: 0 0 16px; color: #0c0e10; max-width: 16ch;
}
.tel-stand {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400; font-style: italic; font-size: clamp(19px, 2.6vw, 25px); line-height: 1.4;
  color: #2b3035; margin: 0 0 26px; max-width: 46ch;
}

.tel-grid { display: grid; grid-template-columns: 248px minmax(0, 1fr); gap: 40px; }

/* author rail */
.tel-rail { font-family: "Source Sans 3", system-ui, sans-serif; }
.tel-author { display: flex; gap: 12px; align-items: flex-start; }
.tel-author .pic { width: 46px; height: 46px; border-radius: 50%; flex: none; background: #dfe2e5; overflow: hidden; }
.tel-author b { font-size: 14.5px; font-weight: 800; color: #14171a; display: block; }
.tel-author span { font-size: 13px; color: var(--muted); }
.tel-bio { font-size: 13px; line-height: 1.5; color: #4a5158; margin: 12px 0 0; }
.tel-bio a { color: #14171a; font-weight: 700; text-decoration: none; }
.tel-pub { font-size: 12.5px; color: var(--muted); margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--rule); }
.tel-topics { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--rule); }
.tel-topics h4 { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin: 0 0 8px; }
.tel-topics a { display: inline-block; font-size: 13px; color: #14171a; text-decoration: none; margin: 0 10px 6px 0; }
.tel-topics a:hover { color: var(--brand); text-decoration: underline; }
.tel-tools { display: flex; align-items: center; gap: 18px; margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--rule); color: #14171a; }
.tel-tools .t { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; }
.tel-tools svg { width: 19px; height: 19px; }
.tel-gift { display: inline-flex; align-items: center; gap: 8px; margin: 18px 0 0; width: 100%; justify-content: center; border: 1px solid #cfd3d7; border-radius: 6px; padding: 11px 14px; font-weight: 700; font-size: 14px; background: #fff; color: #14171a; }
.tel-gift:hover { border-color: #b4b9be; }
.tel-gift svg { width: 17px; height: 17px; color: var(--brand); }

/* content column */
.tel-content { min-width: 0; }
.tel-hero { margin: 0 0 8px; }
.tel-hero .art { display: block; width: 100%; height: auto; background: #ece8e3; border-radius: 2px; }
.tel-cap { font-family: "Source Sans 3", system-ui, sans-serif; font-size: 12.5px; color: var(--muted); padding: 9px 0 0; line-height: 1.45; }
.tel-cap b { color: #14171a; font-weight: 700; }

.tel-body { font-family: "Source Serif 4", Georgia, serif; }
.tel-body p { margin: 0 0 22px; }
.tel-body p.lead::first-letter {
  font-family: "Playfair Display", Georgia, serif; font-weight: 800;
  font-size: 64px; line-height: .82; float: left; padding: 6px 12px 0 0; color: #0c0e10;
}
.tel-body .xhead { font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: 25px; line-height: 1.25; margin: 32px 0 14px; color: #0c0e10; }
.tel-pullquote { margin: 30px 0; padding-left: 22px; border-left: 3px solid var(--brand); font-family: "Playfair Display", Georgia, serif; font-style: italic; font-size: 25px; line-height: 1.4; color: #15181b; }

@media (max-width: 880px) {
  .tel-grid { grid-template-columns: 1fr; gap: 26px; }
  .tel-rail { order: 2; border-top: 1px solid var(--rule); padding-top: 18px; }
  .tel-header { grid-template-columns: 1fr auto; }
}
