:root {
  --paper: #e8ddc2;
  --paper-light: #f4ecd8;
  --ink: #171511;
  --red: #a23527;
  --muted: #6a6254;
  --line: rgba(23, 21, 17, .56);
  --serif: Georgia, "Times New Roman", serif;
  --mono: "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 17%, rgba(255,255,255,.28), transparent 24rem),
    repeating-linear-gradient(0deg, rgba(65,47,26,.025) 0 1px, transparent 1px 4px),
    var(--paper);
  font-family: var(--serif);
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: var(--ink); color: var(--paper-light); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.ticker { overflow: hidden; color: var(--paper-light); background: var(--ink); border-bottom: 1px solid #000; font: 700 .68rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.ticker__track { display: flex; width: max-content; gap: 1.5rem; padding: .62rem 0; animation: ticker 32s linear infinite; }
.ticker b { color: #e35a47; }
.ticker i { opacity: .45; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { width: min(1420px, calc(100% - 2.5rem)); margin: auto; min-height: 5.2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 3px double var(--ink); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 700; }
.brand img { width: 2.65rem; height: 2.65rem; border-radius: 50%; object-fit: cover; filter: grayscale(1) contrast(1.25); border: 1px solid var(--ink); }
nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 3rem); margin-left: auto; }
nav a, .header-buy { font: 700 .68rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; text-underline-offset: .25rem; }
.header-buy { padding: .78rem 1rem; color: var(--paper-light); background: var(--red); text-decoration: none; border: 1px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.header-buy:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }

.hero { width: min(1420px, calc(100% - 2.5rem)); min-height: calc(100vh - 7.6rem); margin: auto; padding: clamp(2.8rem, 6vw, 6rem) 0 4rem; display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr); gap: clamp(2rem, 5vw, 6rem); align-items: center; }
.eyebrow { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--ink); font: 700 .65rem/1.2 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
h1 { max-width: 11ch; margin: 1.8rem 0 .8rem; font-size: clamp(4.4rem, 9.5vw, 9.2rem); font-weight: 900; line-height: .72; letter-spacing: -.075em; text-transform: uppercase; }
h1 span, h1 em { display: block; }
h1 em { margin-left: .72em; color: var(--red); font-size: .72em; font-weight: 400; letter-spacing: -.055em; }
.dek { margin: 2rem 0 1rem; font-size: clamp(1.15rem, 2vw, 1.75rem); line-height: 1.12; font-style: italic; }
.intro { max-width: 52ch; margin: 0 0 2rem; color: #38332b; font-size: .95rem; line-height: 1.65; column-count: 2; column-gap: 1.4rem; }
.intro::first-letter { float: left; padding: .04em .1em 0 0; color: var(--red); font-size: 3.2em; line-height: .75; font-weight: 700; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.4rem; min-height: 2.75rem; padding: 0 .9rem; color: var(--ink); background: transparent; border: 1px solid var(--ink); font: 700 .67rem/1 var(--mono); text-decoration: none; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; transition: color .22s ease, background .22s ease, transform .22s ease; }
.button:hover { color: var(--paper-light); background: var(--red); transform: translateY(-3px); }
.button--ink { color: var(--paper-light); background: var(--ink); }
.button span { font-size: 1rem; }
.image-frame { position: relative; margin: 0; padding: .55rem; background: rgba(255,255,255,.2); border: 1px solid var(--ink); box-shadow: 10px 10px 0 rgba(23,21,17,.12); transform: rotate(1.25deg); }
.image-frame::before { content: ""; position: absolute; inset: .55rem; z-index: 1; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(232,221,194,.5); }
.image-frame img { width: 100%; aspect-ratio: 3/2; object-fit: cover; filter: contrast(1.04) saturate(.85); }
.image-frame figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem .2rem .2rem; font: .65rem/1.4 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.image-frame figcaption b { color: var(--red); }
.toast { position: fixed; left: 50%; bottom: 1.5rem; z-index: 20; padding: .8rem 1rem; color: var(--paper-light); background: var(--ink); border: 1px solid var(--paper-light); font: 700 .68rem/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; opacity: 0; pointer-events: none; transform: translate(-50%, 2rem); transition: .28s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.market-strip { width: min(1420px, calc(100% - 2.5rem)); margin: 0 auto clamp(6rem, 11vw, 10rem); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 3px double var(--ink); border-bottom: 3px double var(--ink); }
.market-strip > div { min-height: 7rem; padding: 1.2rem; display: flex; flex-wrap: wrap; align-content: space-between; border-right: 1px solid var(--ink); }
.market-strip > div:last-child { border-right: 0; }
.market-strip small { flex: 0 0 100%; font: 700 .62rem/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.market-strip strong { font-size: clamp(2.5rem, 5vw, 5rem); line-height: .72; letter-spacing: -.06em; }
.market-strip sup { align-self: end; margin: 0 0 .05rem .25rem; color: var(--red); font: 700 .7rem/1 var(--mono); text-transform: uppercase; }

.story, .committee, .prospectus { width: min(1220px, calc(100% - 2.5rem)); margin: 0 auto clamp(8rem, 14vw, 13rem); display: grid; grid-template-columns: 1.07fr .93fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.story--reverse { grid-template-columns: .82fr 1.18fr; }
.section-no { margin: 0 0 1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--ink); font: 700 .68rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
h2 { margin: 0 0 1.4rem; font-size: clamp(2.8rem, 6vw, 6.6rem); line-height: .87; letter-spacing: -.055em; }
.standfirst { margin: 0 0 1.5rem; font-size: clamp(1.1rem, 1.7vw, 1.45rem); line-height: 1.3; font-style: italic; }
.columns { columns: 2; column-gap: 2rem; column-rule: 1px solid var(--line); color: #39342c; font-size: .9rem; line-height: 1.65; }
.columns p { margin-top: 0; break-inside: avoid; }
.columns p:first-child::first-letter { float: left; margin: .1em .1em 0 0; color: var(--red); font-size: 3.3em; line-height: .72; font-weight: 700; }
.image-frame--flat { transform: rotate(-1deg); }
.story__image img { aspect-ratio: 1 / 1; }
.pull-stat { margin-top: 1.8rem; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: end; border-top: 3px double var(--ink); border-bottom: 1px solid var(--ink); }
.pull-stat span { color: var(--red); font-size: clamp(4rem, 9vw, 8rem); line-height: .78; letter-spacing: -.08em; }
.pull-stat p { max-width: 15rem; margin: .8rem 0; font: 700 .7rem/1.3 var(--mono); text-transform: uppercase; }

.quote-band { margin: 0 0 clamp(8rem, 14vw, 13rem); padding: clamp(2.5rem, 5vw, 5rem) max(1.25rem, calc((100vw - 1220px) / 2)); color: var(--paper-light); background: var(--red); transform: rotate(-.35deg); border-top: 3px double var(--ink); border-bottom: 3px double var(--ink); }
.quote-band p { max-width: 1200px; margin: 0; font-size: clamp(2rem, 4.7vw, 5.25rem); line-height: .98; letter-spacing: -.04em; font-style: italic; }
.quote-band span { display: block; margin-top: 1.4rem; font: 700 .67rem/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }

.method-list { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 3px double var(--ink); }
.method-list li { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--ink); }
.method-list > li > span { color: var(--red); font: 700 .7rem/1.3 var(--mono); }
.method-list b { display: block; margin-bottom: .25rem; text-transform: uppercase; letter-spacing: .04em; font-size: .85rem; }
.method-list small { color: var(--muted); font: .7rem/1.4 var(--mono); }

.intelligence { width: min(1420px, calc(100% - 2.5rem)); margin: 0 auto clamp(8rem, 14vw, 13rem); }
.section-heading { display: grid; grid-template-columns: .7fr 2fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.section-heading h2 { max-width: 12ch; }
.image-frame--wide { margin: 2rem 0 0; transform: none; }
.image-frame--wide img { aspect-ratio: 2 / 1; }
.data-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; border-top: 3px double var(--ink); border-bottom: 1px solid var(--ink); }
.data-grid article { min-height: 13rem; padding: 1.2rem; border-right: 1px solid var(--ink); }
.data-grid article:last-child { border-right: 0; }
.data-grid span { display: block; font: 700 .62rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.data-grid strong { display: block; margin: 1.5rem 0 .8rem; color: var(--red); font-size: clamp(2.3rem, 5vw, 4.7rem); line-height: .8; letter-spacing: -.06em; }
.data-grid p { max-width: 34ch; margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.5; }

.committee { grid-template-columns: 1.2fr .8fr; }
.committee__image img { aspect-ratio: 3 / 2; }
.committee__copy > p:not(.section-no, .stamp) { font-size: 1rem; line-height: 1.6; }
.committee ul { margin: 2rem 0; padding: 0; list-style: none; border-top: 3px double var(--ink); }
.committee li { padding: .9rem 0; border-bottom: 1px solid var(--ink); font-size: .88rem; font-style: italic; }
.committee li::before { content: "☞"; margin-right: .75rem; color: var(--red); font-style: normal; }
.stamp { display: inline-block; margin: 0; padding: .75rem 1rem; color: var(--red); border: 3px double var(--red); border-radius: 50%; font: 700 .66rem/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; transform: rotate(-8deg); }

.prospectus { width: min(1100px, calc(100% - 2.5rem)); grid-template-columns: .8fr 1.2fr; padding: clamp(2rem, 5vw, 4rem); color: var(--paper-light); background: var(--ink); border: 1px solid #000; box-shadow: 14px 14px 0 var(--red); }
.prospectus .section-no { border-color: rgba(244,236,216,.55); }
.prospectus__image { box-shadow: 8px 8px 0 rgba(0,0,0,.28); }
.prospectus__image img { aspect-ratio: 1 / 1.08; }
.contract-card { margin: 2rem 0 1.5rem; padding: 1rem; border: 1px solid rgba(244,236,216,.45); }
.contract-card > span { display: block; margin-bottom: .65rem; color: #c8baa0; font: 700 .61rem/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.contract-card code { display: block; overflow: hidden; color: #fff; font: .78rem/1.4 var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.contract-card button { margin-top: 1rem; padding: 0; color: #e46b59; background: none; border: 0; font: 700 .65rem/1 var(--mono); text-transform: uppercase; cursor: pointer; }
.contract-card button:hover { color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.prospectus .button { border-color: var(--paper-light); color: var(--paper-light); }
.prospectus .button--ink { color: var(--ink); background: var(--paper-light); }
.prospectus .button:hover { color: var(--paper-light); background: var(--red); }
.button--large { min-height: 3.25rem; flex: 1 1 12rem; }

footer { width: min(1420px, calc(100% - 2.5rem)); margin: clamp(8rem, 12vw, 11rem) auto 2rem; padding-top: 1.5rem; display: grid; grid-template-columns: .75fr 1.6fr .75fr; gap: clamp(1.5rem, 5vw, 5rem); align-items: start; border-top: 3px double var(--ink); }
.footer__brand { display: flex; gap: .8rem; align-items: center; }
.footer__brand img { width: 3rem; height: 3rem; border-radius: 50%; filter: grayscale(1) contrast(1.2); }
.footer__brand b, .footer__brand span { display: block; text-transform: uppercase; }
.footer__brand b { font-size: .78rem; }
.footer__brand span { margin-top: .2rem; color: var(--red); font: 700 .65rem/1 var(--mono); }
footer > p { margin: 0; color: var(--muted); font: .64rem/1.55 var(--mono); text-transform: uppercase; }
.footer__links { display: grid; justify-items: end; gap: .7rem; }
.footer__links a { font: 700 .65rem/1 var(--mono); text-transform: uppercase; text-underline-offset: .25rem; }

.reveal { opacity: 0; transform: translateY(2.5rem); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.image-frame img { transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.image-frame:hover img { transform: scale(1.018) perspective(800px) rotateY(var(--tilt-x, 0deg)) rotateX(var(--tilt-y, 0deg)); filter: contrast(1.1) saturate(.95); }
.image-frame { overflow: hidden; }
.image-frame figcaption { position: relative; z-index: 2; background: var(--paper); }

@media (max-width: 900px) {
  .site-header { min-height: 4.5rem; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero__copy { max-width: 720px; }
  .hero__media { width: 92%; justify-self: end; }
  .market-strip { grid-template-columns: repeat(2, 1fr); }
  .market-strip > div:nth-child(2) { border-right: 0; }
  .market-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .story, .story--reverse, .committee, .prospectus { grid-template-columns: 1fr; }
  .story__copy, .committee__copy, .prospectus__copy { max-width: 720px; }
  .story--reverse .story__image { grid-row: 1; }
  .section-heading { grid-template-columns: 1fr; gap: .5rem; }
  .section-heading .section-no { max-width: 22rem; }
  .committee__image { width: 92%; }
  .prospectus { width: min(760px, calc(100% - 2.5rem)); }
  footer { grid-template-columns: 1fr 1.5fr; }
  .footer__links { grid-column: 1 / -1; display: flex; justify-items: initial; }
}

@media (max-width: 560px) {
  .site-header, .hero { width: min(100% - 1.3rem, 1420px); }
  .brand span { display: none; }
  h1 { font-size: clamp(3.55rem, 21vw, 6.5rem); }
  .intro { column-count: 1; }
  .button { flex: 1 1 calc(50% - .65rem); }
  .hero__media { width: 100%; }
  .market-strip { width: calc(100% - 1.3rem); }
  .market-strip > div { min-height: 5.8rem; padding: .85rem; }
  .story, .committee, .prospectus, .intelligence { width: calc(100% - 1.3rem); }
  .columns { columns: 1; }
  .quote-band { padding-left: 1.25rem; padding-right: 1.25rem; }
  .image-frame figcaption { display: block; }
  .image-frame figcaption b { display: block; margin-bottom: .2rem; }
  .image-frame--wide img { aspect-ratio: 1 / 1; }
  .data-grid { grid-template-columns: 1fr; }
  .data-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--ink); }
  .data-grid article:last-child { border-bottom: 0; }
  .committee__image { width: 100%; }
  .prospectus { padding: 1rem; box-shadow: 7px 7px 0 var(--red); }
  .prospectus h2 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  footer { width: calc(100% - 1.3rem); grid-template-columns: 1fr; }
  .footer__links { grid-column: auto; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker__track { animation: none; }
  .reveal { opacity: 1; transform: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
