:root {
  color-scheme: light;
  --paper: #f4efdf;
  --ink: #16140f;
  --muted: #6b6559;
  --yellow: #ffd400;
  --red: #e3311d;
  --line: #1f1d17;
  --white: #fffdf7;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); overflow-x: hidden; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: .18em; }
img { max-width: 100%; height: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header {
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 53px);
  border-bottom: 2px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: var(--white);
}
.brand { display: inline-grid; text-decoration: none; line-height: .92; }
.brand span { font: 900 clamp(24px, 3vw, 35px)/.85 Arial Black, Arial, sans-serif; letter-spacing: -.08em; }
.brand b { margin-top: 7px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: 14px; font-weight: 700; }
.site-header nav a { text-decoration: none; border-bottom: 3px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus { border-color: var(--yellow); }

.hero {
  min-height: 546px;
  padding: clamp(37px, 7vw, 97px) clamp(18px, 5.3vw, 79px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  align-items: center;
  gap: clamp(25px, 5.3vw, 79px);
  border-bottom: 2px solid var(--line);
  background: linear-gradient(120deg, var(--yellow) 0 58%, var(--paper) 58% 100%);
}
.hero > * { min-width: 0; }
.hero__copy { min-width: 0; max-width: 669px; }
.hero h1, .page-intro h1, .info-page h1 {
  margin: 11px 0 21px;
  font: 900 clamp(46px, 7.5vw, 111px)/.82 Georgia, 'Times New Roman', serif;
  letter-spacing: -.065em;
}
.hero__copy > p:not(.eyebrow) { max-width: 650px; font: 22px/1.45 Georgia, serif; }
.hero__actions { margin-top: 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; }
.hero__actions .button { margin-top: 0; }
.hero__research-link { padding: 10px 0 7px; border-bottom: 3px solid var(--red); font-size: 14px; font-weight: 900; text-decoration: none; }
.hero__research-link:hover, .hero__research-link:focus { border-color: var(--ink); }
.eyebrow { margin: 0; font-size: 12px; line-height: 1.2; letter-spacing: .18em; font-weight: 900; text-transform: uppercase; }
.button { display: inline-block; margin-top: 14px; padding: 12px 16px; background: var(--ink); color: white; text-decoration: none; font-weight: 800; box-shadow: 6px 6px 0 var(--red); }
.button:hover, .button:focus { transform: translate(2px, 2px); box-shadow: 5px 5px 0 var(--red); }
.hero__mark { aspect-ratio: 1; border: 3px solid var(--line); background: var(--red); color: white; display: grid; place-content: center; transform: rotate(3deg); box-shadow: 16px 16px 0 var(--ink); }
.hero__mark span, .hero__mark b { display: block; font: 900 clamp(31px, 5.3vw, 69px)/.82 Arial Black, Arial, sans-serif; letter-spacing: -.07em; }
.hero__mark b { color: var(--yellow); }
.hero__mark i { margin-top: 21px; font: 900 63px/1 Georgia, serif; }

.latest, .story-grid, .method-strip, .archive-main, .info-main { width: min(1214px, calc(100% - 36px)); margin-inline: auto; }
.latest { padding: 70px 0 30px; }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; padding-bottom: 18px; border-bottom: 2px solid var(--line); }
.section-heading a { font-size: 14px; font-weight: 800; }
.story-card { background: var(--white); border: 2px solid var(--line); box-shadow: 6px 6px 0 rgba(22,20,15,.2); overflow: hidden; }
.story-card__image { display: block; background: var(--ink); overflow: hidden; aspect-ratio: 16/9; }
.story-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.story-card:hover .story-card__image img { transform: scale(1.025); }
.story-card__body { padding: 19px; }
.story-card__body > span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.story-card h2 { margin: 10px 0 14px; font: 800 clamp(24px, 2.7vw, 42px)/1.02 Georgia, serif; letter-spacing: -.035em; }
.story-card h2 a { text-decoration: none; }
.story-card p { margin: 0; color: #4e493f; font: 17px/1.5 Georgia, serif; }
.story-card--featured { margin-top: 26px; display: grid; grid-template-columns: 1.35fr .85fr; }
.story-card--featured .story-card__image { aspect-ratio: auto; min-height: 405px; }
.story-card--featured .story-card__body { padding: clamp(26px, 4.4vw, 62px); align-self: center; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding: 26px 0 70px; }
.method-strip { margin-bottom: 79px; padding: clamp(26px, 5.3vw, 70px); color: white; background: var(--ink); border-left: 16px solid var(--yellow); }
.method-strip h2 { max-width: 1000px; margin: 15px 0; font: 800 clamp(34px, 5vw, 68px)/1 Georgia, serif; letter-spacing: -.04em; }
.method-strip > p:not(.eyebrow) { max-width: 840px; font: 20px/1.55 Georgia, serif; color: #e7e0d1; }
.method-strip a { color: var(--yellow); font-weight: 800; }

.story-main { padding: clamp(26px, 5.3vw, 79px) 18px 88px; }
.story { width: min(792px, 100%); margin: auto; }
.story-kicker { display: inline-block; padding: 8px 11px; background: var(--yellow); font-size: 11px; letter-spacing: .12em; font-weight: 900; text-transform: uppercase; }
.story > h1 { margin: 26px 0 18px; font: 900 clamp(42px, 7vw, 80px)/.96 Georgia, serif; letter-spacing: -.055em; }
.story-lead { max-width: 760px; margin: 0 0 34px; font: 23px/1.45 Georgia, serif; color: #4a453c; }
.story-cover { margin: 0 0 48px; border: 2px solid var(--line); box-shadow: 11px 11px 0 var(--yellow); }
.story-cover img { display: block; width: 100%; }
.story-body { width: min(700px, 100%); margin-inline: auto; }
.story-body p, .story-body li, .story-body blockquote { font: 20px/1.72 Georgia, 'Times New Roman', serif; }
.story-body p { margin: 0 0 1.3em; }
.story-body h2 { margin: 2em 0 .7em; font: 800 36px/1.1 Georgia, serif; }
.story-body blockquote { margin: 1.8em 0; padding: 4px 0 4px 24px; border-left: 7px solid var(--red); }
.story-body blockquote p { margin: 0; }
.story-body p:nth-last-child(2) { margin-top: 2.2em; padding: 22px; background: var(--yellow); border: 2px solid var(--line); font-weight: 700; }
.story-body p:last-child { color: var(--muted); font-size: 16px; font-style: italic; }
.story-signature { width: min(700px, 100%); margin: 50px auto 0; padding-top: 24px; border-top: 2px solid var(--line); display: flex; justify-content: space-between; gap: 12px; }
.story-signature span { color: var(--muted); }

.archive-main, .info-main { padding-top: clamp(44px, 7vw, 97px); padding-bottom: 88px; }
.page-intro { max-width: 950px; }
.page-intro > p:last-child, .info-page .lede { max-width: 760px; font: 24px/1.5 Georgia, serif; }
.archive-main .story-grid { width: 100%; }
.info-page { width: min(722px, 100%); }
.info-page h1 { font-size: clamp(48px, 8vw, 94px); }
.info-page h2 { margin-top: 2em; font: 800 38px/1.1 Georgia, serif; }
.info-page p, .info-page li, .info-page blockquote { font: 20px/1.65 Georgia, serif; }
.info-page blockquote { margin: 36px 0; padding: 12px 24px; background: var(--yellow); border: 2px solid var(--line); }

.site-footer { padding: 40px clamp(18px, 4.4vw, 62px); border-top: 2px solid var(--line); background: var(--white); display: grid; grid-template-columns: 1fr auto; gap: 21px; align-items: start; }
.site-footer > p:last-child { grid-column: 1/-1; color: var(--muted); font-size: 12px; }

.data-strip {
  width: min(1214px, calc(100% - 36px));
  margin: 70px auto 0;
  padding: clamp(26px, 4vw, 48px);
  border: 2px solid var(--line);
  border-left: 14px solid var(--red);
  background: var(--yellow);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  box-shadow: 7px 7px 0 var(--ink);
}
.data-strip h2 { margin: 10px 0 12px; max-width: 790px; font: 800 clamp(32px, 4.5vw, 58px)/.98 Georgia, serif; letter-spacing: -.045em; }
.data-strip p:not(.eyebrow) { margin: 0; max-width: 760px; font: 20px/1.5 Georgia, serif; }
.data-strip .button { margin: 0; white-space: nowrap; }

.breadcrumbs, .data-main, .price-index { width: min(1214px, calc(100% - 36px)); margin-inline: auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 24px 0 16px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { font-weight: 700; }
.data-main { padding-bottom: 88px; }
.data-hero {
  min-height: 330px;
  padding: clamp(28px, 4vw, 48px);
  border: 2px solid var(--line);
  background: var(--yellow);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(26px, 5vw, 62px);
  align-items: end;
  box-shadow: 8px 8px 0 var(--ink);
}
.data-hero h1 { max-width: 760px; margin: 12px 0 13px; font: 900 clamp(34px, 4vw, 46px)/1.01 Georgia, serif; letter-spacing: -.045em; overflow-wrap: anywhere; text-wrap: balance; }
.data-hero__descriptor { max-width: 710px; margin: 0 0 22px; font: 18px/1.5 Georgia, serif; }
.data-mobile-summary { display: none; }
.data-question { max-width: 760px; margin: -3px 0 16px; font: 800 clamp(25px, 3vw, 40px)/1 Georgia, serif; letter-spacing: -.035em; }
.data-query.button { max-width: 700px; margin: 0; font-size: 17px; line-height: 1.25; }
.data-verdict { padding: 25px; border: 2px solid var(--line); background: var(--white); box-shadow: 6px 6px 0 var(--red); }
.data-verdict > span { display: block; margin-bottom: 12px; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.data-verdict > strong { display: block; font: 800 clamp(28px, 3.4vw, 46px)/1.02 Georgia, serif; letter-spacing: -.035em; }
.data-verdict p { margin: 22px 0 0; padding-top: 17px; border-top: 2px solid var(--line); font-size: 15px; line-height: 1.55; }
.data-verdict b { font-size: 18px; }
.data-stats { margin: 36px 0 70px; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 16px; }
.data-stats article { min-width: 0; padding: 21px; border: 2px solid var(--line); background: var(--white); }
.data-stats article:first-child { background: var(--red); color: white; }
.data-stats span { display: block; min-height: 32px; margin-bottom: 12px; color: inherit; opacity: .72; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.data-stats strong { display: block; font: 900 clamp(24px, 3vw, 38px)/1 Georgia, serif; overflow-wrap: anywhere; }
.data-insight { margin: -22px 0 54px; padding: clamp(24px, 4vw, 48px); border: 2px solid var(--line); border-left: 12px solid var(--red); background: var(--white); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(26px, 5vw, 64px); align-items: end; }
.data-insight h2 { max-width: 760px; margin: 9px 0 18px; font: 800 clamp(31px, 4vw, 49px)/1 Georgia, serif; letter-spacing: -.04em; }
.data-insight p:not(.eyebrow) { max-width: 780px; margin: 0 0 15px; font: 19px/1.58 Georgia, serif; }
.data-insight aside { padding: 21px; background: var(--yellow); border: 2px solid var(--line); box-shadow: 5px 5px 0 var(--ink); }
.data-insight aside > span { display: block; margin-bottom: 13px; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.data-insight aside p { margin: 0 !important; font: 15px/1.52 Arial, sans-serif !important; }
.data-narrative { margin: -22px 0 54px; padding: clamp(26px, 4.3vw, 54px); border: 2px solid var(--line); border-left: 12px solid var(--red); background: var(--white); }
.data-narrative > * { max-width: 880px; margin-inline: auto; }
.data-narrative > .eyebrow { margin-bottom: 18px; }
.data-narrative h2 { margin-top: 44px; margin-bottom: 17px; font: 800 clamp(28px, 3.6vw, 43px)/1.03 Georgia, serif; letter-spacing: -.035em; }
.data-narrative p, .data-narrative li { font: 19px/1.62 Georgia, serif; }
.data-narrative p { margin-top: 0; margin-bottom: 18px; }
.data-narrative ul, .data-narrative ol { margin-top: 7px; margin-bottom: 24px; padding-left: 28px; }
.data-narrative li { margin-bottom: 9px; padding-left: 5px; }
.data-narrative b { font-weight: 800; }
.data-section { margin: 0 0 54px; padding: clamp(22px, 3.8vw, 46px); border: 2px solid var(--line); background: var(--white); }
.data-section .section-heading h2, .data-related .section-heading h2, .data-stories .section-heading h2 { margin: 8px 0 0; font: 800 clamp(30px, 4vw, 50px)/1 Georgia, serif; letter-spacing: -.04em; }
.data-section .section-heading > span { color: var(--muted); font-size: 13px; font-weight: 700; }
.data-chart { margin: 26px 0 0; }
.data-chart img { display: block; width: 100%; border: 1px solid #d8d0bf; background: var(--white); }
.data-chart figcaption { margin-top: 11px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.mobile-chart-hint { display: none; }
.region-columns { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.region-columns > div { border-top: 7px solid var(--yellow); }
.region-columns > div:last-child { border-color: var(--red); }
.region-columns h3 { margin: 17px 0 10px; font: 800 27px/1 Georgia, serif; }
.region-columns ol { margin: 0; padding: 0; list-style: none; }
.region-columns li { padding: 11px 0; border-top: 1px solid #d8d0bf; display: flex; justify-content: space-between; gap: 16px; font-size: 14px; line-height: 1.35; }
.region-columns li span { max-width: 72%; }
.region-columns li b { white-space: nowrap; }
.table-scroll { max-height: 570px; margin-top: 24px; overflow: auto; border: 2px solid var(--line); }
.table-scroll table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.table-scroll th { position: sticky; top: 0; z-index: 1; padding: 14px 17px; background: var(--ink); color: white; text-align: left; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.table-scroll td { padding: 13px 17px; border-top: 1px solid #d8d0bf; font-size: 15px; }
.table-scroll td:last-child { font-weight: 800; }
.data-method { margin: 0 0 54px; padding: clamp(26px, 4.5vw, 54px); background: var(--ink); color: white; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(28px, 5vw, 70px); }
.data-method h2 { max-width: 700px; margin: 10px 0 16px; font: 800 clamp(32px, 4.5vw, 58px)/.98 Georgia, serif; letter-spacing: -.04em; }
.data-method p { max-width: 760px; font: 20px/1.55 Georgia, serif; color: #e7e0d1; }
.data-method aside { align-self: end; padding: 22px; border-left: 8px solid var(--yellow); background: #28251e; }
.data-method aside span { display: block; margin-bottom: 10px; color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.data-method aside a { color: white; font-weight: 800; line-height: 1.45; }
.data-method aside p { margin-bottom: 0; font: 13px/1.5 Arial, sans-serif; }
.data-official-name { padding-top: 18px; border-top: 1px solid #4e493d; font-size: 15px !important; }
.data-ring { margin-bottom: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.data-ring a { min-width: 0; padding: 22px; border: 2px solid var(--line); background: var(--yellow); text-decoration: none; }
.data-ring a:last-child { background: var(--red); color: white; text-align: right; }
.data-ring span { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.data-ring b { display: block; font: 800 24px/1.05 Georgia, serif; overflow-wrap: anywhere; }
.data-related, .data-stories { margin-bottom: 70px; }
.data-related__grid { padding-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.data-related__grid a { min-height: 145px; padding: 20px; border: 2px solid var(--line); background: var(--white); text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; transition: transform .18s ease, box-shadow .18s ease; }
.data-related__grid a:hover, .data-related__grid a:focus { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--yellow); }
.data-related__grid span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.data-related__grid b { font: 800 23px/1.05 Georgia, serif; }
.data-stories .story-grid { width: 100%; }
.data-main--streamed { padding-top: 76px; border-top: 12px solid var(--yellow); content-visibility: auto; contain-intrinsic-size: auto 11000px; }
.data-stream { width: min(1214px, calc(100% - 36px)); margin: 0 auto 88px; padding: 28px 30px; border: 2px solid var(--line); background: var(--yellow); box-shadow: 7px 7px 0 var(--ink); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; }
.data-stream h2 { margin: 8px 0 9px; font: 800 clamp(28px, 3.6vw, 46px)/1 Georgia, serif; letter-spacing: -.04em; }
.data-stream p:not(.eyebrow) { max-width: 760px; margin: 0; font-size: 15px; line-height: 1.55; }
.data-stream .button { margin: 0; white-space: nowrap; }
.data-stream .button:disabled { cursor: wait; opacity: .55; }
.data-stream-divider { width: min(1214px, calc(100% - 36px)); margin: 0 auto 22px; padding: 13px 16px; background: var(--ink); color: white; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.data-stream-divider b { color: var(--yellow); }

.price-index { padding: 54px 0 88px; }
.price-index__hero { margin-bottom: 70px; padding: clamp(34px, 5.5vw, 70px); border: 2px solid var(--line); background: var(--yellow); box-shadow: 8px 8px 0 var(--ink); }
.price-index__hero h1 { margin: 12px 0 20px; font: 900 clamp(52px, 8vw, 104px)/.83 Georgia, serif; letter-spacing: -.065em; }
.price-index__hero > p:not(.eyebrow) { max-width: 780px; margin: 0; font: 22px/1.48 Georgia, serif; }
.price-search { max-width: 760px; margin-top: 34px; display: block; }
.price-search span { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-search input { width: 100%; padding: 17px 19px; border: 2px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font: 18px/1.2 Arial, sans-serif; box-shadow: 5px 5px 0 var(--red); }
.price-search input:focus { outline: 4px solid rgba(227,49,29,.32); }
.price-group { margin-bottom: 64px; content-visibility: auto; contain-intrinsic-size: auto 900px; }
.price-group > header { margin-bottom: 22px; display: flex; justify-content: space-between; align-items: end; gap: 20px; border-bottom: 2px solid var(--line); }
.price-group h2 { margin: 0 0 13px; font: 800 clamp(27px, 3.5vw, 42px)/1 Georgia, serif; }
.price-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-index-card { min-height: 214px; padding: 18px; border: 2px solid var(--line); background: var(--white); text-decoration: none; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.price-index-card:hover, .price-index-card:focus { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--yellow); }
.price-index-card > span { margin-bottom: 10px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.price-index-card > b { font: 800 20px/1.08 Georgia, serif; overflow-wrap: anywhere; }
.price-index-card > small { margin-top: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.price-index-card__spark { width: 100%; height: 54px; margin: 7px 0 0; overflow: visible; }
.price-index-card__spark polygon { fill: var(--yellow); opacity: .42; }
.price-index-card__spark polyline { fill: none; stroke: var(--ink); stroke-width: 3; vector-effect: non-scaling-stroke; }
.price-index-card__spark circle { fill: var(--red); stroke: var(--white); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.price-index-card > i { padding-top: 10px; color: var(--muted); font-size: 13px; font-style: normal; }
.price-empty { padding: 30px; border: 2px solid var(--line); background: var(--white); font: 22px/1.4 Georgia, serif; }

.facts-block { margin: 30px 0 42px; }
.facts-heading { margin-bottom: 14px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.facts-heading h2 { margin: 0; font: 800 clamp(28px, 4vw, 42px)/1 Georgia, serif; }
.facts-heading p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.45; }
.fact-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.fact-proof { width: 100%; min-height: 170px; padding: 20px; border: 2px solid var(--line); background: var(--white); color: var(--ink); text-align: left; cursor: pointer; box-shadow: 4px 4px 0 rgba(22,20,15,.14); transition: transform .15s ease, box-shadow .15s ease; }
.fact-proof:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--yellow); }
.fact-proof:focus-visible { outline: 4px solid var(--red); outline-offset: 3px; }
.fact-proof span, .fact-proof small { display: block; color: var(--muted); font-size: 12px; font-weight: 800; line-height: 1.35; }
.fact-proof b { display: block; margin: 10px 0 7px; font: 900 clamp(23px, 3vw, 35px)/1 Arial, sans-serif; letter-spacing: -.04em; }
.fact-proof i { display: block; margin-top: 14px; color: #5e4b00; font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.recognition-card { margin: 0 0 58px; padding: clamp(24px, 5vw, 52px); border: 2px solid var(--ink); background: var(--yellow); box-shadow: 8px 8px 0 var(--ink); }
.recognition-card h2 { margin: 9px 0 0; font: 900 clamp(36px, 6vw, 68px)/.96 Georgia, serif; letter-spacing: -.05em; }
.recognition-doorway { max-width: 880px; margin: 22px 0 0; font: clamp(20px, 2.7vw, 30px)/1.34 Georgia, serif; }
.recognition-bridge { max-width: 830px; margin: 15px 0 0; font-size: 17px; line-height: 1.5; }
.recognition-mirrors { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.recognition-mirror { min-height: 176px; padding: 20px; border: 1px solid #af9300; background: var(--white); }
.recognition-mirror span { display: block; color: var(--red); font-size: 11px; font-weight: 900; line-height: 1.25; letter-spacing: .06em; text-transform: uppercase; }
.recognition-mirror p { margin: 13px 0 0; font: 18px/1.42 Georgia, serif; }
.recognition-prompt { margin: 24px 0 0; padding-top: 18px; border-top: 2px solid rgba(23,21,15,.22); font-size: clamp(19px, 2.5vw, 27px); font-weight: 900; line-height: 1.25; }
.data-receipt { margin: -8px 0 56px; padding: 20px 22px; border: 1px solid var(--line); background: rgba(255,253,247,.72); color: #484338; font-size: 13px; line-height: 1.5; }
.data-receipt p { margin: 0; }
.data-receipt p b { margin-right: 8px; color: var(--ink); }
.data-receipt dl { margin: 16px 0; display: grid; gap: 8px; }
.data-receipt dl div { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 12px; }
.data-receipt dt { color: var(--muted); font-weight: 800; }
.data-receipt dd { min-width: 0; margin: 0; }
.data-receipt code, .methodology code { overflow-wrap: anywhere; font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; }
.data-receipt a { font-weight: 800; }
.proof-drawer[hidden] { display: none; }
.proof-drawer { position: fixed; z-index: 200; inset: 0; display: grid; align-items: end; }
.proof-drawer__shade { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(14,13,10,.67); cursor: pointer; }
.proof-drawer__panel { position: relative; width: min(760px, calc(100% - 28px)); max-height: min(86vh, 920px); margin: 0 auto 18px; padding: clamp(24px, 5vw, 48px); overflow: auto; border: 2px solid var(--ink); background: var(--white); box-shadow: 8px 8px 0 var(--yellow); }
.proof-drawer__panel:focus { outline: none; }
.proof-drawer__close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); color: var(--ink); font: 900 25px/1 Arial, sans-serif; cursor: pointer; }
.proof-drawer h2 { max-width: 580px; margin: 0; font: 900 clamp(34px, 6vw, 60px)/.98 Georgia, serif; letter-spacing: -.045em; }
.proof-drawer__value { display: block; margin: 20px 0 26px; color: var(--red); font: 900 clamp(32px, 6vw, 58px)/1 Arial, sans-serif; }
.proof-steps { display: grid; gap: 10px; }
.proof-steps article { padding: 16px 18px; border: 1px solid var(--line); }
.proof-steps span { display: block; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.proof-steps p { margin: 8px 0 0; font-size: 16px; line-height: 1.45; }
.proof-open { overflow: hidden; }
.methodology { max-width: 960px; margin: 0 auto; }
.methodology-card { padding: clamp(26px, 6vw, 62px); border: 2px solid var(--line); background: var(--white); box-shadow: 8px 8px 0 rgba(22,20,15,.18); }
.methodology-card h1 { max-width: 760px; margin: 10px 0 0; font: 900 clamp(42px, 7vw, 76px)/.94 Georgia, serif; letter-spacing: -.055em; }
.methodology-lead { max-width: 720px; margin: 25px 0; font: 23px/1.45 Georgia, serif; }
.methodology-card ol { padding: 0; display: grid; gap: 12px; list-style: none; counter-reset: method; }
.methodology-card li { counter-increment: method; padding: 18px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 44px 170px minmax(0,1fr); gap: 16px; align-items: baseline; }
.methodology-card li::before { content: counter(method, decimal-leading-zero); color: var(--red); font-size: 13px; font-weight: 900; }
.methodology-card li b { font-size: 15px; font-weight: 900; }
.methodology-card li span { font: 17px/1.45 Georgia, serif; }
.methodology-note { margin: 30px 0; padding: 24px; border: 2px solid var(--ink); background: var(--yellow); }
.methodology-note h2 { margin: 0 0 12px; font: 900 30px/1 Georgia, serif; }
.methodology-note p { font-size: 17px; line-height: 1.45; }
.methodology-note dl { margin: 20px 0 0; }
.methodology-note dd { margin: 8px 0 0; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; background: var(--yellow); }
  .hero__mark { width: min(520px, 88%); justify-self: end; }
  .story-card--featured { grid-template-columns: 1fr; }
  .story-card--featured .story-card__image { min-height: 0; aspect-ratio: 16/9; }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .data-hero { grid-template-columns: 1fr; }
  .data-stats { grid-template-columns: repeat(2, 1fr); }
  .data-insight { grid-template-columns: 1fr; }
  .data-method { grid-template-columns: 1fr; }
  .data-related__grid, .price-index-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .recognition-mirrors { grid-template-columns: 1fr; }
  .recognition-mirror { min-height: 0; }
}

@media (max-width: 620px) {
  .site-header { align-items: flex-start; flex-wrap: wrap; gap: 14px; }
  .site-header nav { width: 100%; display: grid; grid-template-columns: repeat(4, max-content); justify-content: start; gap: 8px 14px; font-size: 12px; }
  .brand span { font-size: 27px; }
  .hero { min-height: auto; padding-top: 52px; }
  .hero__copy { width: 100%; max-width: 100%; }
  .hero h1 { font-size: clamp(42px, 12.5vw, 54px); line-height: .88; }
  .hero__copy > p:not(.eyebrow) { width: 100%; max-width: 100%; font-size: 18px; overflow-wrap: break-word; }
  .hero__mark { width: calc(100% - 20px); justify-self: center; box-shadow: 10px 10px 0 var(--ink); }
  .story-grid { grid-template-columns: 1fr; gap: 22px; }
  .latest { padding-top: 54px; }
  .story-card h2 { font-size: 28px; }
  .story > h1 { font-size: clamp(38px, 12vw, 58px); }
  .story-lead { font-size: 20px; }
  .story-body p, .story-body li, .story-body blockquote { font-size: 18px; line-height: 1.68; }
  .story-cover { box-shadow: 7px 7px 0 var(--yellow); }
  .story-signature { display: grid; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p:last-child { grid-column: auto; }
  .data-strip { margin-top: 52px; grid-template-columns: 1fr; gap: 22px; box-shadow: 5px 5px 0 var(--ink); }
  .data-strip .button { justify-self: start; white-space: normal; }
  .breadcrumbs { padding-top: 18px; font-size: 12px; }
  .data-main { padding-bottom: 62px; }
  .data-hero { min-height: 0; padding: 25px 21px; box-shadow: 5px 5px 0 var(--ink); }
  .data-hero h1 { margin-bottom: 10px; font-size: clamp(23px, 6.4vw, 26px); line-height: 1.04; text-wrap: pretty; }
  .data-hero__descriptor { margin-bottom: 16px; font-size: 17px; line-height: 1.45; }
  .data-mobile-summary { margin: 0 0 18px; padding: 11px 12px; border: 2px solid var(--line); background: var(--white); box-shadow: 4px 4px 0 var(--red); display: grid; gap: 4px; }
  .data-mobile-summary strong { font: 800 20px/1.1 Georgia, serif; }
  .data-mobile-summary span { font-size: 14px; font-weight: 800; }
  .data-question { margin-top: -5px; font-size: clamp(24px, 7.5vw, 34px); }
  .data-query.button { font-size: 16px; }
  .data-verdict { display: none; }
  .data-stats { margin: 28px 0 50px; gap: 10px; }
  .data-stats article { padding: 16px; }
  .data-stats span { min-height: 42px; font-size: 10px; }
  .data-stats strong { font-size: 23px; }
  .data-insight { margin-top: -18px; margin-bottom: 40px; padding: 24px 19px; border-left-width: 8px; }
  .data-insight h2 { font-size: 31px; }
  .data-insight p:not(.eyebrow) { font-size: 18px; }
  .data-narrative { margin-top: -18px; margin-bottom: 40px; padding: 25px 19px; border-left-width: 8px; }
  .data-narrative h2 { margin-top: 36px; font-size: 30px; }
  .data-narrative p, .data-narrative li { font-size: 18px; line-height: 1.68; }
  .data-section { margin-bottom: 40px; padding: 19px 15px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .data-chart { margin-top: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .data-chart img { width: 700px; min-width: 700px; max-width: none; transform: none; }
  .mobile-chart-hint { margin: 0 0 10px; padding: 8px 10px; background: var(--yellow); display: block; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
  .region-columns { grid-template-columns: 1fr; gap: 24px; }
  .region-columns li { font-size: 13px; }
  .table-scroll { max-height: 490px; }
  .data-method { margin-bottom: 40px; padding: 28px 21px; }
  .data-method p { font-size: 18px; }
  .facts-heading { align-items: flex-start; flex-direction: column; }
  .fact-proof { min-height: 150px; padding: 16px; }
  .recognition-card { box-shadow: 5px 5px 0 var(--ink); }
  .recognition-doorway { font-size: 19px; }
  .data-receipt dl div { grid-template-columns: 1fr; gap: 2px; }
  .proof-drawer__panel { width: calc(100% - 12px); margin-bottom: 6px; box-shadow: 4px 4px 0 var(--yellow); }
  .methodology-card li { grid-template-columns: 34px minmax(0,1fr); }
  .methodology-card li span { grid-column: 2; }
  .data-ring { margin-bottom: 52px; grid-template-columns: 1fr; gap: 12px; }
  .data-ring a:last-child { text-align: left; }
  .data-related, .data-stories { margin-bottom: 52px; }
  .data-main--streamed { padding-top: 52px; border-top-width: 8px; }
  .data-stream { margin-bottom: 64px; padding: 24px 21px; grid-template-columns: 1fr; gap: 20px; box-shadow: 5px 5px 0 var(--ink); }
  .data-stream .button { justify-self: start; white-space: normal; }
  .data-stream-divider { align-items: flex-start; flex-direction: column; gap: 5px; }
  .data-related__grid, .price-index-grid { grid-template-columns: 1fr; gap: 12px; }
  .data-related__grid a { min-height: 124px; }
  .price-index { padding: 28px 0 64px; }
  .price-index__hero { margin-bottom: 52px; padding: 31px 21px; box-shadow: 5px 5px 0 var(--ink); }
  .price-index__hero h1 { font-size: clamp(47px, 14vw, 68px); }
  .price-index__hero > p:not(.eyebrow) { font-size: 19px; }
  .price-group { margin-bottom: 48px; }
  .price-group > header { align-items: flex-start; flex-direction: column; gap: 4px; }
  .price-index-card { min-height: 205px; }
  .price-index-card > b { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
