:root{
  --bg:#481324;
  --bg2:#651935;
  --deep:#2a0813;
  --ink:#f3dfad;
  --soft:#e5c987;
  --line:#c99655;
  --muted:#c79a6d;
  --darkline:#7e2c37;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(900px 500px at 12% 0%, rgba(141,42,77,.55), transparent 65%),
    linear-gradient(180deg,var(--bg2),var(--bg) 34%,var(--deep));
  color:var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  line-height:1.58;
}
a{color:var(--ink); text-decoration-thickness:1px; text-underline-offset:3px}
.topbar{
  height:72px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 34px;
  border-bottom:1px solid rgba(201,150,85,.55);
  position:sticky; top:0; z-index:20;
  background:rgba(50,8,20,.86);
  backdrop-filter: blur(10px);
}
.brand{font-size:18px; text-transform:uppercase; letter-spacing:.14em; text-decoration:none; font-weight:bold; color:var(--soft)}
.issue{font-size:12px; text-transform:uppercase; letter-spacing:.16em; color:#d9b879}
main{max-width:1180px; margin:0 auto; padding:34px 28px 80px}
.hero{
  display:grid; grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);
  gap:28px; align-items:stretch; min-height:640px;
}
.hero-media,.hero-text,.editor-note,.chapter,.sources,.image-row figure,.factbox{
  border:1px solid rgba(210,162,91,.8);
  box-shadow:0 28px 60px rgba(0,0,0,.22);
}
.hero-media{background:#2e0915; overflow:hidden; min-height:520px}
.hero-media img{width:100%; height:100%; object-fit:cover; display:block; filter:saturate(1.02) contrast(1.04)}
.hero-text{
  padding:46px 40px;
  background:linear-gradient(160deg, rgba(93,21,48,.95), rgba(58,11,25,.96));
  display:flex; flex-direction:column; justify-content:center;
}
.kicker{font-size:13px; letter-spacing:.22em; text-transform:uppercase; color:var(--soft); margin-bottom:28px}
h1{font-size:clamp(58px,8vw,104px); line-height:.84; margin:0 0 30px; letter-spacing:-.055em; font-weight:500}
.subtitle{font-size:22px; line-height:1.35; color:#f0d99e; margin:0; max-width:560px}
.caption{max-width:900px; margin:18px 0 40px auto; padding:10px 0 0; color:var(--muted); font-size:15px; font-style:italic; border-top:1px solid rgba(210,162,91,.55)}
.article{max-width:980px; margin:0 auto; font-size:20px}
.lead-block{font-size:24px; line-height:1.48; margin:40px 0}
.drop:first-letter{font-size:74px; line-height:.8; padding:0 6px 0 0; color:var(--soft)}
.editor-note{
  margin:48px 0; padding:34px 38px;
  background:rgba(95,24,51,.72);
}
h2{font-weight:500; line-height:1.08; letter-spacing:-.025em; font-size:clamp(34px,4.2vw,56px); margin:0 0 24px; color:#f5daa2}
.editor-note h2{font-size:42px}
.image-row{margin:48px 0}
.image-row figure{margin:0; background:rgba(51,10,23,.64); padding:14px}
.image-row img{display:block; width:100%; max-height:760px; object-fit:contain; background:#18060d}
figcaption{font-size:15px; color:#d8ad75; margin-top:12px; padding-top:10px; border-top:1px solid rgba(210,162,91,.42); font-style:italic}
.poster-row figure{max-width:820px; margin:0 auto}
.chapter{
  margin:46px 0; padding:38px;
  background:rgba(48,10,22,.5);
}
.num{font-size:14px; letter-spacing:.24em; color:var(--soft); margin-bottom:16px; font-family:Arial, sans-serif; font-weight:bold}
.statement{font-size:25px; line-height:1.32; color:#f5d99b; border-left:4px solid var(--line); padding-left:22px; margin:30px 0}
.two-col{display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:30px; align-items:start}
.side-image{margin:0; position:sticky; top:100px}
.side-image img{width:100%; display:block; border:1px solid rgba(210,162,91,.8)}
.redcarpet-row figure{max-width:720px; margin:0 auto}
.split-note{display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:30px; align-items:start}
.factbox{background:rgba(115,33,57,.75); padding:24px; font-size:17px}
.factbox h3{margin:0 0 12px; font-size:26px; line-height:1.1; color:#f5daa2}
.conclusion{background:linear-gradient(160deg, rgba(108,28,55,.75), rgba(44,8,20,.72))}
.sources{margin:55px 0 0; padding:28px 34px; background:rgba(42,8,19,.7); font-size:16px}
.sources h2{font-size:30px}
.sources ol{margin:0; padding-left:22px}
.sources li{margin:8px 0}
footer{border-top:1px solid rgba(210,162,91,.45); display:flex; justify-content:space-between; padding:28px 34px 42px; color:var(--muted); text-transform:uppercase; letter-spacing:.16em; font-size:12px}
@media(max-width:860px){
  .topbar{height:auto; gap:10px; align-items:flex-start; flex-direction:column; padding:18px 20px}
  main{padding:18px 16px 60px}
  .hero{grid-template-columns:1fr; min-height:0}
  .hero-media{min-height:360px}
  .hero-text{padding:34px 24px}
  .subtitle{font-size:19px}
  .article{font-size:18px}
  .lead-block{font-size:20px}
  .chapter,.editor-note{padding:26px 22px}
  .two-col,.split-note{grid-template-columns:1fr}
  .side-image{position:static}
  footer{flex-direction:column; gap:10px}
}

/* v10: justified editorial text */
.article p,
.article li,
.caption,
figcaption,
.factbox p,
.sources li,
.subtitle {
  text-align: justify;
  text-justify: inter-word;
  text-align-last: auto;
  hyphens: auto;
}
.kicker,
.num,
.brand,
.issue,
h1,h2,h3,
footer {
  text-align: initial;
  hyphens: none;
}
.statement {
  text-align: left;
  hyphens: none;
}
.credit{
  display:block;
  margin-top:6px;
  font-style:normal;
  color:#f0d19a;
  letter-spacing:.02em;
}
