:root {
  --ink: #17262e;
  --muted: #63717a;
  --paper: #f5f0e7;
  --white: #fffdf9;
  --line: #d9d1c5;
  --red: #b22d42;
  --teal: #146c78;
  --purple: #74518d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; }
a { color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { max-width: 100%; }
.topline { height: 6px; background: var(--red); }
.shell { width: min(1080px, calc(100% - 42px)); margin: 0 auto; }
.back { display: inline-flex; margin-top: 26px; color: var(--muted); font-size: 13px; font-weight: 750; text-decoration: none; }
.back:hover { color: var(--red); }
.hero { padding: 58px 0 52px; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 13px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.1; }
h1 { max-width: 970px; margin: 0; font-size: clamp(46px, 7vw, 79px); letter-spacing: -.042em; }
.dek { max-width: 850px; margin: 24px 0 0; color: #3f5059; font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 2.4vw, 26px); line-height: 1.45; }
.article { padding: 62px 0 76px; }
.article > p { max-width: 790px; margin: 0 auto 28px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.72; }
.plot { width: min(930px, 100%); margin: 42px auto 46px; }
.plot img { display: block; width: 100%; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: 0 14px 34px rgba(24, 35, 42, .08); }
.plot-wide { width: min(1000px, 100%); }
.plot-compact { width: min(820px, 100%); }
.actions { width: min(900px, 100%); margin: 62px auto 52px; padding-top: 48px; border-top: 2px solid var(--ink); }
.actions > h2 { max-width: 780px; margin: 0 0 34px; font-size: clamp(34px, 4.8vw, 51px); letter-spacing: -.025em; }
.action { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); }
.action-number { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.action h3 { margin: 2px 0 11px; font-size: 29px; }
.action p { margin: 0; color: #3c4c55; font-size: 17px; }
.article > .closing { margin-top: 48px; font-size: 23px; line-height: 1.6; }
.methodology { width: min(900px, 100%); margin: 70px auto 0; padding: 28px 30px; border-left: 5px solid var(--teal); background: rgba(255, 253, 249, .8); }
.methodology h2 { margin: 0 0 12px; font-size: 26px; }
.methodology p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.footer { padding: 35px 0 55px; border-top: 1px solid var(--line); }
.footer a { color: var(--muted); font-size: 13px; font-weight: 750; text-decoration: none; }
.footer a:hover { color: var(--red); }

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1080px); }
  .hero { padding: 42px 0 38px; }
  .article { padding-top: 44px; }
  .article > p { font-size: 18px; line-height: 1.65; }
  .plot { margin: 34px auto 38px; }
  .action { grid-template-columns: 42px 1fr; gap: 13px; }
  .action-number { width: 34px; height: 34px; font-size: 18px; }
  .action h3 { font-size: 24px; }
  .action p { font-size: 16px; }
  .methodology { padding: 22px 20px; }
}

@media print {
  .back, .footer { display: none; }
  body { background: #fff; }
  .shell { width: 100%; }
  .plot, .action, .methodology { break-inside: avoid; }
}
