:root {
  --black: #000;
  --ink: #111;
  --graphite: #3e3e3e;
  --gray: #737373;
  --line: #d9d9d9;
  --soft: #f5f5f3;
  --white: #fff;
  --max: 1180px;
  --text: 760px;
}
* { box-sizing: border-box; }
html { background: var(--white); scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--black); font-family: 'Public Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.display { font-family: 'Bodoni Moda', Didot, 'Times New Roman', serif; font-weight: 400; }
.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(0,0,0,.22); }
.wordmark { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: -.015em; }
.ib-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(0,0,0,.65); font: 400 17px/1 'Bodoni Moda', serif; }
.back { display: inline-flex; align-items: center; gap: 9px; color: rgba(0,0,0,.68); text-decoration: none; font-size: 13px; }
.back:hover { color: var(--black); }
.hero { padding: clamp(82px,11vw,148px) 0 clamp(76px,9vw,118px); border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 28px; color: var(--gray); font-size: 11px; font-weight: 600; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; }
h1 { max-width: 1080px; margin: 0; font-size: clamp(54px,7.8vw,102px); line-height: .94; letter-spacing: -.04em; text-wrap: balance; }
.hero-lede { max-width: 820px; margin: 48px 0 0; color: var(--ink); font-size: clamp(22px,2.5vw,33px); font-weight: 300; line-height: 1.5; letter-spacing: -.025em; text-wrap: pretty; }
.hero-lede strong { font-weight: 500; }
.meta-row { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 34px; color: var(--gray); font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.article { padding: clamp(74px,9vw,124px) 0; }
.article-grid { display: grid; grid-template-columns: minmax(180px,.38fr) minmax(0,1.62fr); gap: clamp(48px,8vw,118px); align-items: start; }
.aside { position: sticky; top: 32px; }
.aside-label { margin: 0 0 16px; color: var(--gray); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.aside nav { display: grid; gap: 11px; }
.aside a { color: var(--gray); font-size: 12px; line-height: 1.5; text-decoration: none; }
.aside a:hover { color: var(--black); text-decoration: underline; text-underline-offset: 4px; }
.content { max-width: var(--text); }
.content section { scroll-margin-top: 36px; }
.content h2 { margin: 72px 0 28px; font: 400 clamp(38px,4.8vw,62px)/1.02 'Bodoni Moda', serif; letter-spacing: -.035em; text-wrap: balance; }
.content h2:first-child { margin-top: 0; }
.content h3 { margin: 40px 0 16px; font: 400 28px/1.2 'Bodoni Moda', serif; letter-spacing: -.02em; }
.content p { margin: 0 0 24px; color: var(--graphite); font-size: 17px; line-height: 1.8; text-wrap: pretty; }
.content p.lede { color: var(--black); font-size: clamp(21px,2.35vw,29px); font-weight: 300; line-height: 1.55; letter-spacing: -.02em; }
.content strong { color: var(--black); font-weight: 600; }
.content a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.outcome { margin: 0 0 62px; padding: 34px 36px; background: var(--black); color: var(--white); }
.outcome-label { display: block; margin-bottom: 12px; color: rgba(255,255,255,.58); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.outcome p { margin: 0; color: var(--white); font-size: 20px; line-height: 1.6; }
.outcome a { color: var(--white); }
.claim-list { margin: 32px 0 54px; padding: 0; list-style: none; border-top: 1px solid var(--black); }
.claim-list li { position: relative; margin: 0; padding: 22px 0 22px 34px; border-bottom: 1px solid var(--line); color: var(--graphite); font-size: 16px; line-height: 1.7; }
.claim-list li::before { content: ''; position: absolute; left: 1px; top: 34px; width: 12px; height: 1px; background: var(--black); }
.note { margin: 46px 0; padding: 28px 30px; background: var(--soft); border-left: 3px solid var(--black); }
.note p { margin: 0; color: var(--ink); font-size: 16px; line-height: 1.7; }
.timeline { margin: 44px 0 64px; border-top: 1px solid var(--black); }
.event { display: grid; grid-template-columns: 145px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.event time { color: var(--gray); font-size: 12px; line-height: 1.6; }
.event h3 { margin: 0 0 8px; font-size: 27px; }
.event p { margin: 0; font-size: 15px; line-height: 1.7; }
.source-list { margin: 36px 0 0; border-top: 1px solid var(--black); }
.source-link { min-height: 90px; display: grid; grid-template-columns: 38px 1fr 24px; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.source-link:hover .source-title { text-decoration: underline; text-underline-offset: 5px; }
.source-title { display: block; color: var(--black); font-size: 15px; font-weight: 600; line-height: 1.45; }
.source-meta { display: block; margin-top: 5px; color: var(--gray); font-size: 11px; line-height: 1.5; }
.faq { margin-top: 72px; }
.faq-item { padding: 26px 0; border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 10px; font: 500 18px/1.45 'Public Sans', Arial, sans-serif; letter-spacing: -.01em; }
.faq-item p { margin: 0; font-size: 15px; line-height: 1.7; }
.next-post { margin-top: 72px; padding: 36px; background: var(--soft); }
.next-post span { display: block; margin-bottom: 12px; color: var(--gray); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.next-post a { display: inline-flex; align-items: center; gap: 10px; color: var(--black); font: 400 29px/1.25 'Bodoni Moda', serif; letter-spacing: -.02em; text-decoration: none; }
.next-post a:hover { text-decoration: underline; text-underline-offset: 6px; }
footer { padding: 38px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; color: var(--gray); font-size: 11px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--black); text-decoration: none; }
@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .nav { height: 72px; }
  .article-grid { grid-template-columns: 1fr; gap: 34px; }
  .aside { position: static; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
  .aside nav { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 18px; }
  .event { grid-template-columns: 1fr; gap: 7px; }
  .outcome, .next-post { padding: 28px 24px; }
  .source-link { grid-template-columns: 32px 1fr 21px; }
  .footer-inner { flex-direction: column; }
}
@media (max-width: 420px) {
  h1 { font-size: clamp(50px,15vw,64px); }
  .back span { display: none; }
  .aside nav { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
