@font-face {
  font-family: "Oswald Local";
  src: url("../fonts/oswald/Oswald-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Extra Condensed Local";
  src: url("../fonts/sofia-sans-extra-condensed/SofiaSansExtraCondensed-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Local";
  src: url("../fonts/bebas-neue/BebasNeue-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #f7f0e7;
  --paper-2: #fffaf4;
  --blush: #f8d5cf;
  --red: #ed3b24;
  --red-dark: #c92719;
  --blue: #08679a;
  --navy: #071321;
  --ink: #101010;
  --muted: #665f58;
  --line: #cabfb5;
  --white: #fff;
  --display: "Bebas Neue Local", "Sofia Extra Condensed Local", "Oswald Local", "Arial Narrow", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.48; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.icon { width: 1.45rem; height: 1.45rem; fill: currentColor; flex: 0 0 auto; }
.eyebrow { margin: 0 0 .65rem; color: var(--red-dark); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-family: var(--display); font-stretch: condensed; font-weight: 900; letter-spacing: -.035em; line-height: .93; text-transform: uppercase; }
h3 { margin: 0; font-size: 1rem; line-height: 1.15; }

.site-header, main, .site-footer { width: min(100%, 1440px); margin-inline: auto; }
.site-header { min-height: 68px; padding: .85rem 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); background: rgba(247,240,231,.97); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 0; }
.brand:hover { text-decoration: none; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--red); border: 1.5px solid var(--red); }
.brand-mark .icon { width: 1.1rem; height: 1.1rem; }
.brand-copy { display: grid; line-height: 1; min-width: 0; }
.brand-copy b { font-size: .95rem; white-space: nowrap; }
.brand-copy small { display: none; color: var(--muted); font-size: .62rem; font-weight: 650; margin-top: .35rem; }
.nav-shell summary { list-style: none; display: inline-flex; align-items: center; gap: .4rem; cursor: pointer; font-weight: 800; font-size: .78rem; text-transform: uppercase; }
.nav-shell summary::-webkit-details-marker { display: none; }
.main-nav { position: absolute; inset: 68px 0 auto 0; padding: 1rem 1.1rem 1.2rem; display: grid; gap: .5rem; background: var(--paper-2); border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(28,20,13,.12); }
.main-nav--desktop { display: none; }
.main-nav a { padding: .8rem 0; font-size: .88rem; font-weight: 800; border-bottom: 1px solid var(--line); }
.main-nav .nav-cta { color: var(--red-dark); border-bottom: 0; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .85rem; padding: .9rem 1.25rem; color: var(--white); background: var(--red); border: 1px solid var(--red-dark); font-weight: 850; font-size: .76rem; letter-spacing: .01em; text-transform: uppercase; text-align: center; }
.button::after { content: "→"; font-size: 1.2rem; font-weight: 400; line-height: 1; }
.button:hover { background: var(--red-dark); text-decoration: none; }

.forecast-hero { display: grid; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.forecast-hero__copy { padding: 2.4rem 1.1rem 2rem; }
.forecast-hero h1 { max-width: 11ch; font-size: clamp(3.25rem, 14vw, 6.2rem); overflow-wrap: normal; word-break: normal; }
.forecast-hero h1 span { display: block; }
.hero-lead { max-width: 37rem; margin: 1.35rem 0; font-size: 1rem; line-height: 1.4; }
.button--hero { width: 100%; }
.hero-proof { margin: .9rem 0 0; display: flex; gap: .45rem; align-items: flex-start; font-size: .68rem; font-weight: 650; }
.hero-proof .icon { width: .95rem; height: .95rem; color: var(--blue); }
.forecast-hero__media { min-height: 390px; margin: 0; position: relative; overflow: hidden; background: var(--red-dark); }
.forecast-hero__media img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; }
.forecast-hero__media figcaption { position: absolute; top: 1rem; right: 1rem; width: 11rem; color: var(--white); font-size: .62rem; font-weight: 650; line-height: 1.3; text-align: right; text-shadow: 0 1px 8px #000; }
.hero-seal { width: 145px; aspect-ratio: 1; position: absolute; left: 1rem; bottom: 1rem; display: grid; place-items: center; padding: 1rem; color: var(--white); background: var(--blue); border-radius: 50%; font-family: var(--display); font-size: .83rem; font-weight: 900; line-height: 1.05; text-align: center; text-transform: uppercase; }

.section-shell { padding: 2.8rem 1.1rem; border-bottom: 1px solid var(--line); }
.section-title-line { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; margin-bottom: 1.8rem; }
.section-title-line h2 { font-family: var(--body); font-size: 1.5rem; line-height: 1.05; letter-spacing: -.025em; }
.section-title-line h2 em { color: var(--red); font-style: normal; }
.section-title-line > p { max-width: 42rem; margin: 0; color: var(--muted); }

.timeline { display: grid; gap: 0; }
.timeline__item { position: relative; padding: 1rem 0 1.3rem 3.4rem; border-left: 1px solid var(--ink); }
.timeline__item > b { color: var(--ink); font-size: .75rem; }
.timeline__dot { width: 9px; height: 9px; position: absolute; top: 1.28rem; left: -5px; border-radius: 50%; background: var(--ink); }
.timeline__item > .icon { position: absolute; left: .85rem; top: 2.55rem; width: 1.55rem; height: 1.55rem; }
.timeline__item h3 { margin-top: 1.25rem; max-width: 15rem; font-size: .8rem; text-transform: uppercase; }
.timeline__item p { max-width: 17rem; margin: .55rem 0 0; color: var(--muted); font-size: .76rem; }

.signals { background: linear-gradient(90deg, #f8ded9 0%, #fff6f0 72%); }
.signals__grid { display: grid; gap: 1.35rem; }
.signals__grid article { display: grid; grid-template-columns: 2.2rem 1fr; gap: .55rem; }
.signals__grid article > b { color: var(--red); font-family: var(--display); font-size: 2.2rem; line-height: .9; }
.signals__grid h3 { font-size: .78rem; }
.signals__grid p { margin: .4rem 0 0; color: #514640; font-size: .72rem; }

.corpus { display: grid; background: var(--navy); color: var(--white); }
.corpus__numbers { display: grid; }
.corpus-stat { min-height: 160px; padding: 1.4rem 1.1rem; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 1rem; color: var(--white); }
.corpus-stat:hover { text-decoration: none; filter: brightness(.97); }
.corpus-stat--red { background: var(--red-dark); }
.corpus-stat--blush { color: var(--red-dark); background: var(--blush); }
.corpus-stat b { grid-row: 1 / 3; font-family: var(--display); font-size: 4.8rem; line-height: .8; }
.corpus-stat span { align-self: end; font-size: .85rem; font-weight: 900; text-transform: uppercase; }
.corpus-stat small { align-self: start; margin-top: .3rem; font-size: .65rem; line-height: 1.35; }
.corpus > img { width: 100%; height: 320px; display: block; object-fit: cover; }
.corpus__total { padding: 1.7rem 1.1rem 2rem; }
.corpus__total > b { font-family: var(--display); font-size: 4rem; line-height: .8; }
.corpus__total > span { margin-left: .35rem; font-weight: 900; text-transform: uppercase; }
.corpus__total > p { max-width: 20rem; color: #d4d7dc; font-size: .78rem; }
.corpus__total dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.4rem 0 0; }
.corpus__total dl div { padding-top: .55rem; border-top: 2px solid var(--red); }
.corpus__total dt { color: #cbd1d8; font-size: .65rem; text-transform: uppercase; }
.corpus__total dd { margin: .2rem 0 0; font-family: var(--display); font-size: 2rem; }

.research-graph { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.graph-node { min-height: 92px; padding: 1rem; display: flex; align-items: center; gap: .9rem; background: var(--paper-2); position: relative; }
.graph-node:hover, .graph-node.is-active { color: var(--white); background: var(--blue); text-decoration: none; }
.graph-node .icon { width: 1.6rem; height: 1.6rem; }
.graph-node span { display: grid; gap: .28rem; }
.graph-node strong { font-size: .78rem; text-transform: uppercase; }
.graph-node small { color: var(--muted); font-size: .65rem; }
.graph-node:hover small, .graph-node.is-active small { color: #dcedf5; }

.insight-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.insight-grid article { padding: 1.2rem; background: var(--paper-2); }
.insight-grid span { color: var(--muted); font-size: .65rem; }
.insight-grid h3 { margin-top: .28rem; font-size: .87rem; }
.insight-grid ul { margin: 1.2rem 0 0; padding: 0; list-style: none; }
.insight-grid li { padding: .55rem 0; font-size: .72rem; border-bottom: 1px solid var(--line); }
.insight-grid li::before { content: ""; width: 1.5rem; height: .38rem; display: inline-block; margin-right: .45rem; background: var(--red); }

.package { background: linear-gradient(90deg, #ffe8e4 0, #fff8f1 100%); }
.package__grid { display: grid; gap: 0; }
.package__grid article { padding: 1.2rem 0; border-top: 1px solid #e8bdb6; }
.package__grid .icon { color: var(--red); }
.package__grid h3 { margin-top: .85rem; font-size: .76rem; text-transform: uppercase; }
.package__grid p { max-width: 18rem; margin: .45rem 0 0; color: var(--muted); font-size: .7rem; }

.closing-cta { min-height: 460px; padding: 2.3rem 1.1rem; display: grid; align-content: end; gap: 1.2rem; color: var(--white); background: var(--navy); position: relative; overflow: hidden; isolation: isolate; }
.closing-cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,11,18,.96) 0%, rgba(4,11,18,.82) 50%, rgba(4,11,18,.16) 100%); }
.closing-cta > img { width: 100%; height: 100%; position: absolute; inset: 0; z-index: -2; object-fit: cover; }
.closing-cta h2 { max-width: 14ch; font-size: clamp(2.8rem, 11vw, 5rem); }
.closing-cta p { max-width: 32rem; font-size: .78rem; }

.breadcrumbs { padding: 1rem 1.1rem 0; display: flex; flex-wrap: wrap; gap: .45rem; color: var(--muted); font-size: .68rem; }
.page-hero { padding: 1.2rem 1.1rem 2.3rem; display: grid; gap: 1.5rem; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.hero-copy { max-width: 49rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-bottom: 1rem; color: var(--red-dark); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.page-hero h1 { font-size: clamp(2.8rem, 10vw, 5.2rem); overflow-wrap: break-word; word-break: normal; }
.hero-copy > p { max-width: 44rem; margin: 1rem 0; color: var(--muted); font-size: 1rem; }
.hero-media { min-height: 270px; margin: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.partner-cta--compact { margin-top: 1.2rem; }
.partner-cta--compact > div { display: none; }

.article-context { padding-block: 1rem; display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.article-context a { color: var(--blue); font-weight: 850; }
.content-body, .evidence-block, .related-links, .partner-cta, .claim-note, .article-hub { margin: 0 auto; padding: 2.8rem 1.1rem; }
.content-body { max-width: 900px; font-size: 1rem; background: var(--paper); }
.content-body h2 { margin-top: 3rem; padding-top: 1rem; font-family: var(--body); font-size: 1.65rem; line-height: 1.08; letter-spacing: -.025em; border-top: 1px solid var(--line); text-transform: none; }
.content-body h3 { margin-top: 2rem; font-size: 1.15rem; }
.content-body p, .content-body li { font-size: 1rem; line-height: 1.65; }
.content-body a { color: var(--blue); text-decoration: underline; }
.content-body table, .market-table table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; background: var(--paper-2); }
.content-body th, .content-body td, .market-table th, .market-table td { min-width: 160px; padding: .8rem; border: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .76rem; }
.content-body th, .market-table th { background: var(--blush); text-transform: uppercase; }

.graph-section--hub { border-top: 0; }
.article-grid, .source-grid, .related-grid, .page-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cluster-section { margin-top: 2.6rem; }
.cluster-heading { margin-bottom: 1rem; }
.cluster-heading span { color: var(--red-dark); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.cluster-heading h3 { margin-top: .25rem; font-size: 1.25rem; }
.article-card, .source-card, .related-grid a, .page-card { min-width: 0; padding: 1rem; display: grid; align-content: start; gap: .7rem; background: var(--paper-2); }
.article-card:hover, .related-grid a:hover, .page-card:hover { background: var(--white); text-decoration: none; }
.article-card img { width: 100%; aspect-ratio: 16/10; display: block; object-fit: cover; }
.article-card__meta, .article-card__foot { color: var(--red-dark); font-size: .63rem; font-weight: 850; text-transform: uppercase; }
.article-card strong { font-size: 1rem; line-height: 1.18; }
.article-card p { margin: 0; color: var(--muted); font-size: .75rem; }
.article-card__foot { margin-top: auto; padding-top: .5rem; border-top: 1px solid var(--line); }
.article-card--news-review img { filter: saturate(.75); }
.article-card--historical { background: #eee8df; }
.article-card--historical img { display: none; }

.evidence-block, .related-links, .partner-cta, .claim-note { max-width: 1120px; }
.section-heading span { color: var(--red-dark); font-size: .65rem; font-weight: 850; text-transform: uppercase; }
.section-heading h2 { margin-top: .25rem; font-family: var(--body); font-size: 1.5rem; line-height: 1.05; text-transform: none; }
.source-grid, .related-grid { margin-top: 1rem; }
.source-card h3 { font-size: .9rem; }
.source-card p, .source-card dd, .source-card a { font-size: .72rem; }
.source-card dl { margin: .5rem 0; }
.source-card dt { color: var(--muted); font-size: .58rem; text-transform: uppercase; }
.source-card dd { margin: 0; }
.claim-note { border-top: 1px solid var(--line); }
.claim-note p { color: var(--muted); }
.partner-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; border-top: 1px solid var(--line); }
.partner-cta p { color: var(--muted); }

.site-footer { padding: 1.5rem 1.1rem; display: flex; flex-direction: column; gap: 1rem; color: var(--white); background: var(--navy); }
.site-footer p { max-width: 34rem; margin: .4rem 0 0; color: #b9c2cc; font-size: .72rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .65rem 1rem; font-size: .7rem; }

.mvp-map, .market-table, .tech-summary { padding: 2.8rem 1.1rem; }
.rf-badge { margin: 1rem 0; padding: .75rem; color: #6f4218; border: 1px solid #dca85d; background: #fff0c8; font-size: .72rem; }

@media (min-width: 700px) {
  .brand-copy small { display: block; }
  .signals__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .research-graph { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .package__grid article { padding: 1.2rem; border-top: 0; border-left: 1px solid #e8bdb6; }
  .article-grid, .source-grid, .related-grid, .page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { flex-direction: row; justify-content: space-between; align-items: end; }
}

@media (min-width: 900px) {
  .site-header { min-height: 58px; padding: .55rem 3.25rem; }
  .brand-mark { width: 28px; height: 28px; }
  .nav-shell { display: none; }
  .main-nav--desktop { position: static; padding: 0; display: flex; align-items: center; gap: 1.5rem; background: transparent; border: 0; box-shadow: none; }
  .main-nav a { padding: .4rem 0; border: 0; font-size: .7rem; }
  .main-nav .nav-cta { padding: .65rem .9rem; color: var(--white); background: var(--red); }
  .forecast-hero { min-height: 630px; grid-template-columns: 49% 51%; }
  .forecast-hero__copy { padding: 1.45rem 2rem 2rem 3.25rem; align-self: center; }
  .forecast-hero h1 { font-size: clamp(5.4rem, 6.6vw, 6.5rem); font-weight: 400; }
  .forecast-hero h1 { max-width: 100%; }
  .hero-lead { max-width: 28rem; font-size: 1.05rem; }
  .button--hero { min-width: 350px; width: auto; }
  .forecast-hero__media { min-height: 630px; overflow: visible; }
  .forecast-hero__media figcaption { top: 1.5rem; right: 2rem; }
  .hero-seal { width: 164px; left: -82px; bottom: 1.6rem; z-index: 2; font-size: .9rem; }
  .section-shell { padding: 3.5rem 3.25rem; }
  .section-title-line { flex-direction: row; align-items: end; justify-content: space-between; }
  .section-title-line h2 { font-size: 1.75rem; }
  .timeline { grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
  .timeline__item { padding: 1.1rem 1rem 0 0; border-left: 0; }
  .timeline__dot { top: -5px; left: .7rem; }
  .timeline__item > .icon { position: static; margin-top: 1.8rem; width: 1.8rem; height: 1.8rem; }
  .timeline__item h3 { margin-top: .9rem; }
  .signals__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .signals__grid article:nth-child(n+7) { grid-column: span 2; }
  .corpus { grid-template-columns: 1.05fr .78fr .62fr; }
  .corpus > img { height: 100%; min-height: 420px; }
  .corpus__total { padding: 2.6rem 2.2rem; align-self: center; }
  .insight-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .package__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .closing-cta { min-height: 430px; padding: 3rem 3.25rem; grid-template-columns: 1fr auto; align-items: end; }
  .closing-cta h2 { font-size: 4.2rem; }
  .closing-cta .button { margin-bottom: 1rem; }
  .breadcrumbs { padding: 1.3rem 3.25rem 0; }
  .page-hero { min-height: 470px; padding: 2rem 3.25rem 3rem; grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr); align-items: center; }
  .page-hero h1 { font-size: clamp(3.8rem, 5vw, 5.3rem); }
  .hero-media { height: 390px; }
  .article-context { padding-inline: 3.25rem; }
  .article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .article-grid--collection { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .content-body, .evidence-block, .related-links, .partner-cta, .claim-note, .article-hub { padding-block: 3.5rem; }
  .mvp-map, .market-table, .tech-summary { padding: 3.5rem 3.25rem; }
  .site-footer { padding: 2rem 3.25rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
