:root {
  --bg: #080909;
  --bg-soft: #101111;
  --bg-lift: #151616;
  --paper: #f2f0eb;
  --ink: #0a0b0b;
  --text: #f2f0eb;
  --muted: #aaa9a3;
  --muted-dark: #66665f;
  --champagne: #c9b88a;
  --champagne-soft: #dfd2ad;
  --line: rgba(242, 240, 235, .15);
  --line-soft: rgba(242, 240, 235, .09);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
  --mono: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  --shell: min(1400px, calc(100vw - 12vw));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--sans); font-weight: 400; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { position: fixed; z-index: 20; inset: 0; pointer-events: none; content: ""; opacity: .07; background-image: radial-gradient(rgba(255,255,255,.7) .45px, transparent .55px); background-size: 5px 5px; mix-blend-mode: soft-light; }
main { overflow: clip; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--champagne); color: var(--ink); }
.mono { font-family: var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .7rem 1rem; background: var(--champagne); color: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled { border-color: var(--line-soft); background: rgba(8, 9, 9, .76); backdrop-filter: blur(18px); }
.site-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: var(--shell); min-height: 76px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: .45rem; width: max-content; color: var(--text); font-size: .71rem; font-weight: 700; letter-spacing: .24em; line-height: 1; }
.brand__law, .brand__epoch { display: block; }
.brand__epoch { color: var(--champagne-soft); }
.brand__rule { display: block; width: 1px; height: 1.15rem; background: var(--champagne); transform: rotate(24deg); }
.site-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.5rem); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; color: var(--muted); }
.site-nav a, .header-cta { transition: color .25s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .header-cta:hover, .header-cta:focus-visible { color: var(--champagne-soft); }
.header-cta { justify-self: end; color: var(--paper); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.header-cta span { margin-left: .4rem; color: var(--champagne); font-size: 1rem; }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

.hero { position: relative; display: flex; min-height: 100svh; isolation: isolate; overflow: hidden; background: var(--bg); }
.hero-media, .hero-overlay, .hero-frame, .hero-coordinate, .hero-footer { position: absolute; }
.hero-media { z-index: -3; inset: 0; overflow: hidden; }
.hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 49%; filter: brightness(.62) contrast(1.08) saturate(.58); transform: scale(var(--hero-scale, 1.035)) translate3d(0, var(--hero-shift, 0px), 0); animation: hero-breathe 18s ease-in-out infinite alternate; }
.hero-overlay { z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(8,9,9,.96) 0%, rgba(8,9,9,.82) 28%, rgba(8,9,9,.27) 60%, rgba(8,9,9,.48) 100%), linear-gradient(0deg, rgba(8,9,9,.96) 0%, rgba(8,9,9,.13) 42%, rgba(8,9,9,.8) 100%), radial-gradient(ellipse at center, transparent 25%, rgba(0,0,0,.58) 100%); }
.hero::after { position: absolute; z-index: -1; inset: 0; pointer-events: none; content: ""; background: linear-gradient(90deg, rgba(201,184,138,.1), transparent 16%, transparent 82%, rgba(201,184,138,.08)); mix-blend-mode: screen; }
.hero-frame { z-index: 1; inset: 24px; pointer-events: none; border: 1px solid rgba(242,240,235,.13); opacity: .65; }
.hero-frame i { position: absolute; width: 22px; height: 22px; border-color: var(--champagne); border-style: solid; opacity: .72; }
.hero-frame i:nth-child(1) { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.hero-frame i:nth-child(2) { top: -1px; right: -1px; border-width: 1px 1px 0 0; }
.hero-frame i:nth-child(3) { right: -1px; bottom: -1px; border-width: 0 1px 1px 0; }
.hero-frame i:nth-child(4) { bottom: -1px; left: -1px; border-width: 0 0 1px 1px; }
.hero-coordinate { z-index: 2; top: 7.3rem; right: max(6vw, 2.5rem); display: flex; gap: 2rem; color: rgba(242,240,235,.48); font-size: .58rem; }
.hero-coordinate span:last-child { color: var(--champagne-soft); }
.hero-content { position: relative; z-index: 2; align-self: center; width: var(--shell); padding: 7.6rem 0 8rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.8rem; color: var(--champagne-soft); font-family: var(--mono); font-size: .66rem; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 3.2rem; height: 1px; background: var(--champagne); }
.hero h1 { max-width: 8.2ch; margin: 0; color: var(--paper); font-size: clamp(4.3rem, 9.2vw, 9.5rem); font-weight: 500; letter-spacing: -.085em; line-height: .87; }
.hero h1 span { display: block; margin-left: .08em; color: var(--champagne-soft); font-family: var(--serif); font-size: .97em; font-style: italic; font-weight: 400; letter-spacing: -.085em; }
.hero-intro { max-width: 33rem; margin: 2.35rem 0 0; color: rgba(242,240,235,.72); font-size: clamp(.95rem, 1.2vw, 1.1rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 3.2rem; padding: .7rem 1.25rem; border: 1px solid transparent; font-size: .71rem; letter-spacing: .1em; text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--accent { background: var(--champagne); color: var(--ink); }
.button--accent:hover, .button--accent:focus-visible { background: var(--champagne-soft); }
.button--quiet { border-color: rgba(242,240,235,.28); color: var(--paper); background: rgba(8,9,9,.18); }
.button--quiet:hover, .button--quiet:focus-visible { border-color: var(--champagne); color: var(--champagne-soft); }
.button span { font-size: 1.05rem; line-height: 0; }
.hero-footer { z-index: 2; right: max(6vw, 2.5rem); bottom: 2.4rem; left: max(6vw, 2.5rem); display: flex; justify-content: space-between; gap: 2rem; color: rgba(242,240,235,.49); font-size: .56rem; }
.hero-footer b { color: var(--champagne); font-size: .9rem; }

.section { width: var(--shell); margin: 0 auto; padding: clamp(7rem, 13vw, 12rem) 0; }
.section-kicker { display: flex; align-items: center; gap: .8rem; color: var(--champagne); font-size: .63rem; }
.section-kicker span:first-child { color: var(--paper); }
.section-kicker i { display: block; width: min(15vw, 9rem); height: 1px; background: var(--line); }
.section-aside, .section-note { color: var(--muted); font-size: .9rem; line-height: 1.7; }
.section-aside { max-width: 15rem; margin: .6rem 0 0; }
.epoch-intro { display: grid; grid-template-columns: minmax(11rem, .35fr) 1fr; gap: 4vw; align-items: end; margin-top: 4.5rem; }
.epoch h2, .section-head h2, .meaning-head h2, .final-cta h2 { max-width: 12ch; margin: 0; color: var(--paper); font-size: clamp(3.2rem, 6.7vw, 8rem); font-weight: 500; letter-spacing: -.08em; line-height: .9; }
h2 em { color: var(--champagne-soft); font-family: var(--serif); font-style: italic; font-weight: 400; }
.epoch-list { margin: clamp(5rem, 10vw, 9.5rem) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.epoch-list li { display: grid; grid-template-columns: 5.5rem minmax(0, 1fr) minmax(13rem, .38fr); gap: 2rem; align-items: start; padding: 2rem 0 2.3rem; border-bottom: 1px solid var(--line); }
.epoch-number, .word-index, .future-number { color: var(--champagne); font-size: .63rem; }
.epoch-list strong { max-width: 24ch; font-size: clamp(1.25rem, 2.1vw, 2rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.14; }
.epoch-list p { max-width: 18rem; margin: .2rem 0 0; color: var(--muted); font-size: .83rem; line-height: 1.6; }

.categories { padding-top: 0; }
.section-head--split { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(13rem, .48fr); gap: 4vw; align-items: end; }
.section-head h2 { margin-top: 3.1rem; max-width: 10.5ch; }
.section-note { margin: 0 0 .25rem; }
.category-grid { display: grid; grid-template-columns: 1.18fr .82fr .92fr; grid-template-rows: minmax(20rem, 1fr) minmax(18rem, .88fr) minmax(15rem, .72fr); gap: 1px; margin-top: clamp(4rem, 8vw, 7rem); background: var(--line); }
.category { position: relative; display: flex; min-height: 16rem; flex-direction: column; padding: clamp(1.25rem, 2.1vw, 2.1rem); overflow: hidden; isolation: isolate; background: var(--bg-soft); }
.category::after { position: absolute; z-index: -1; right: -18%; bottom: -30%; width: 60%; aspect-ratio: 1; border-radius: 50%; content: ""; background: radial-gradient(circle, rgba(201,184,138,.12), transparent 68%); }
.category--large { grid-column: span 2; grid-row: span 2; min-height: 35rem; background: #111313; }
.category--tall { grid-column: 3; grid-row: span 2; }
.category--wide { grid-column: span 2; }
.category--institutions { grid-column: span 2; }
.category-top { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted-dark); font-size: .56rem; }
.category-top span:last-child { color: var(--champagne); text-align: right; }
.category h3 { position: relative; z-index: 2; max-width: 10ch; margin: auto 0 .85rem; color: var(--paper); font-size: clamp(1.55rem, 2.7vw, 3.35rem); font-weight: 400; letter-spacing: -.075em; line-height: .95; }
.category--large h3 { max-width: 6ch; font-size: clamp(3rem, 7vw, 8rem); line-height: .82; }
.category--wide h3 { max-width: 18ch; font-size: clamp(2rem, 4vw, 4.5rem); }
.category p { position: relative; z-index: 2; max-width: 25rem; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.category-pattern { position: absolute; z-index: -1; pointer-events: none; opacity: .65; }
.pattern--network { right: 5%; bottom: 3%; width: 58%; height: 58%; background: radial-gradient(circle at 20% 70%, var(--champagne) 0 2px, transparent 3px), radial-gradient(circle at 55% 35%, var(--champagne) 0 2px, transparent 3px), radial-gradient(circle at 84% 60%, var(--champagne) 0 2px, transparent 3px), linear-gradient(31deg, transparent 49.7%, rgba(201,184,138,.38) 49.9% 50.1%, transparent 50.3%), linear-gradient(134deg, transparent 49.7%, rgba(201,184,138,.35) 49.9% 50.1%, transparent 50.3%); opacity: .55; }
.pattern--rings { right: -18%; bottom: 7%; width: 125%; height: 62%; border: 1px solid rgba(201,184,138,.3); border-radius: 50%; box-shadow: 0 0 0 2.5rem rgba(201,184,138,.04), 0 0 0 5.5rem rgba(201,184,138,.035), 0 0 0 9rem rgba(201,184,138,.025); transform: rotate(-23deg); }
.pattern--steps { right: 4%; bottom: 12%; width: 56%; height: 68%; background: repeating-linear-gradient(135deg, transparent 0 16px, rgba(201,184,138,.22) 17px 18px, transparent 19px 36px); clip-path: polygon(0 90%, 20% 70%, 38% 79%, 57% 42%, 74% 54%, 100% 0, 100% 100%, 0 100%); }
.pattern--column { right: 17%; bottom: 0; width: 32%; height: 78%; border-left: 1px solid rgba(201,184,138,.3); border-right: 1px solid rgba(201,184,138,.22); background: repeating-linear-gradient(90deg, transparent 0 16px, rgba(201,184,138,.15) 17px 18px); }
.pattern--brackets { right: 8%; bottom: 14%; width: 41%; height: 55%; border: 1px solid rgba(201,184,138,.36); clip-path: polygon(0 0, 60% 0, 60% 9%, 9% 9%, 9% 91%, 60% 91%, 60% 100%, 0 100%); box-shadow: 42px 0 0 -1px var(--bg-soft), 42px 0 0 0 rgba(201,184,138,.3); }
.pattern--horizon { right: 5%; bottom: 17%; width: 45%; height: 45%; background: repeating-linear-gradient(0deg, transparent 0 16px, rgba(201,184,138,.18) 17px 18px), linear-gradient(90deg, transparent 49.5%, rgba(201,184,138,.4) 50%, transparent 50.5%); transform: perspective(300px) rotateX(58deg) rotateZ(-7deg); transform-origin: bottom; }

.statement { position: relative; overflow: hidden; padding: clamp(7rem, 14vw, 13rem) max(6vw, 1.25rem); background: #050606; }
.statement-lines { position: absolute; inset: 0; opacity: .56; background: linear-gradient(90deg, transparent 0 17%, rgba(242,240,235,.08) 17.05% 17.1%, transparent 17.15% 67%, rgba(201,184,138,.13) 67.05% 67.1%, transparent 67.15%), linear-gradient(0deg, transparent 0 25%, rgba(242,240,235,.07) 25.05% 25.1%, transparent 25.15% 76%, rgba(201,184,138,.1) 76.05% 76.1%, transparent 76.15%); }
.statement-inner { position: relative; display: grid; grid-template-columns: 1fr minmax(15rem, 24rem); width: min(1400px, 100%); margin: 0 auto; }
.section-kicker--light span:first-child { color: var(--champagne-soft); }
.statement h2 { grid-column: 1 / -1; display: flex; flex-direction: column; margin: clamp(4rem, 8vw, 7.5rem) 0 clamp(3rem, 6vw, 6rem); color: var(--paper); font-size: clamp(5rem, 15.7vw, 18rem); font-weight: 500; letter-spacing: -.12em; line-height: .75; }
.statement h2 span:nth-child(2) { margin-left: 12%; color: var(--champagne-soft); font-family: var(--serif); font-style: italic; font-weight: 400; }
.statement h2 span:nth-child(3) { margin-left: 25%; }
.statement h2 em { margin-left: 43%; color: var(--champagne); font-family: var(--sans); font-size: .97em; font-style: normal; font-weight: 500; }
.statement aside { grid-column: 2; color: var(--muted); font-size: .9rem; line-height: 1.75; }

.meaning { padding-bottom: clamp(6.5rem, 12vw, 11rem); }
.meaning-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-top: 4.8rem; }
.meaning-head h2 { max-width: 7ch; }
.meaning-head p { max-width: 20rem; margin: 0 0 .3rem; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.meaning-words { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(1.2rem, 4vw, 4rem); align-items: center; margin-top: clamp(4rem, 9vw, 8.5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.meaning-words article { padding: 2rem 0 2.5rem; }
.meaning-words h3 { margin: 2.5rem 0 1rem; color: var(--paper); font-size: clamp(4rem, 9vw, 10rem); font-weight: 500; letter-spacing: -.12em; line-height: .78; }
.meaning-words article:last-child h3 { color: var(--champagne-soft); font-family: var(--serif); font-style: italic; font-weight: 400; }
.meaning-words p { max-width: 20rem; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.meaning-plus { color: var(--champagne); font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); font-style: italic; }
.meaning-summary { margin: 2rem 0 0 auto; max-width: 26rem; color: var(--muted); font-size: .85rem; line-height: 1.6; }
.meaning-summary span { display: block; margin-bottom: .35rem; color: var(--champagne-soft); font-family: var(--mono); font-size: .62rem; letter-spacing: .16em; }

.futures { padding-top: 0; }
.future-list { margin-top: clamp(4rem, 8vw, 7rem); border-top: 1px solid var(--line); }
.future-list article { display: grid; grid-template-columns: 4.4rem minmax(13rem, .85fr) 1fr auto; gap: 2rem; align-items: center; padding: 1.55rem 0; border-bottom: 1px solid var(--line); transition: padding .3s ease, color .3s ease; }
.future-list article:hover { padding-right: .65rem; padding-left: .65rem; background: rgba(201,184,138,.05); }
.future-list h3 { margin: 0; color: var(--paper); font-size: clamp(1.1rem, 1.8vw, 1.7rem); font-weight: 400; letter-spacing: -.045em; }
.future-list p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.future-arrow { color: var(--champagne); font-size: 1.15rem; }

.asset { background: var(--paper); color: var(--ink); }
.asset-inner { width: var(--shell); margin: 0 auto; padding: clamp(6rem, 12vw, 11rem) 0 clamp(2rem, 5vw, 4rem); }
.asset-topline { display: flex; justify-content: space-between; gap: 2rem; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(8,9,9,.2); color: var(--muted-dark); font-size: .6rem; }
.asset-heading { margin-top: clamp(4rem, 8vw, 7.5rem); }
.eyebrow--dark { color: var(--muted-dark); }
.asset-heading h2 { margin: 0; color: var(--ink); font-size: clamp(4.5rem, 12.6vw, 15rem); font-weight: 500; letter-spacing: -.12em; line-height: .78; }
.asset-heading h2 span { color: #8d7d55; font-family: var(--serif); font-style: italic; font-weight: 400; }
.asset-heading > p:last-child { max-width: 23rem; margin: 2.3rem 0 0 auto; color: #595951; font-size: .95rem; line-height: 1.65; }
.asset-ledger { display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(5rem, 10vw, 9rem) 0 0; border-top: 1px solid rgba(8,9,9,.2); border-bottom: 1px solid rgba(8,9,9,.2); }
.asset-ledger div { min-height: 7rem; padding: 1.2rem 1rem 1.3rem 0; border-right: 1px solid rgba(8,9,9,.2); }
.asset-ledger div:not(:first-child) { padding-left: 1rem; }
.asset-ledger div:last-child { border-right: 0; }
.asset-ledger dt { color: #77766d; font-family: var(--mono); font-size: .56rem; letter-spacing: .12em; }
.asset-ledger dd { margin: 1rem 0 0; color: var(--ink); font-size: .9rem; line-height: 1.35; }
.asset-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.25rem; color: #77766d; font-family: var(--mono); font-size: .56rem; letter-spacing: .12em; }
.asset-bottom span:last-child { color: #8d7d55; }

.final-cta { position: relative; display: grid; min-height: 82vh; align-items: center; overflow: hidden; background: var(--bg); }
.final-cta__halo { position: absolute; top: 50%; left: 50%; width: min(75vw, 900px); aspect-ratio: 1; border: 1px solid rgba(201,184,138,.15); border-radius: 50%; box-shadow: 0 0 0 6rem rgba(201,184,138,.025), 0 0 0 12rem rgba(201,184,138,.018); transform: translate(-50%, -50%); }
.final-cta__halo::after { position: absolute; top: 50%; left: -14%; width: 128%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(201,184,138,.3), transparent); transform: rotate(-29deg); }
.final-cta__inner { position: relative; width: var(--shell); margin: 0 auto; }
.final-cta h2 { max-width: 10ch; margin-top: clamp(4rem, 8vw, 7rem); font-size: clamp(4rem, 8vw, 9rem); }
.final-cta p { margin: 2.5rem 0 0; color: var(--muted); font-size: .95rem; }
.final-cta .button { margin-top: 1.9rem; }
.final-cta small { display: block; margin-top: 1.1rem; color: var(--muted-dark); font-size: .72rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 2rem; align-items: center; width: var(--shell); min-height: 7rem; margin: 0 auto; color: var(--muted-dark); font-size: .68rem; }
.brand--footer { color: var(--paper); font-size: .62rem; }
.brand--footer .brand__epoch { color: var(--champagne); }
.site-footer small { color: var(--muted-dark); }

html.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
html.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
html.js .category-grid [data-reveal]:nth-child(2), html.js .future-list [data-reveal]:nth-child(2) { transition-delay: 80ms; }
html.js .category-grid [data-reveal]:nth-child(3), html.js .future-list [data-reveal]:nth-child(3) { transition-delay: 140ms; }
html.js .category-grid [data-reveal]:nth-child(4), html.js .future-list [data-reveal]:nth-child(4) { transition-delay: 200ms; }
html.js .category-grid [data-reveal]:nth-child(5), html.js .future-list [data-reveal]:nth-child(5) { transition-delay: 260ms; }
html.js .category-grid [data-reveal]:nth-child(6) { transition-delay: 320ms; }
@keyframes hero-breathe { from { transform: scale(1.035) translate3d(0, var(--hero-shift, 0px), 0); } to { transform: scale(1.07) translate3d(0, var(--hero-shift, 0px), 0); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 3rem, 740px); }
  .site-header__inner { grid-template-columns: 1fr auto; min-height: 68px; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 1.5rem; left: 1.5rem; display: grid; gap: 0; padding: .4rem; border: 1px solid var(--line); background: rgba(8,9,9,.95); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 1rem; border-bottom: 1px solid var(--line-soft); }
  .site-nav a:last-child { border-bottom: 0; }
  .header-cta { display: none; }
  .nav-toggle { display: flex; flex-direction: column; gap: 5px; justify-self: end; padding: .6rem 0 .6rem .6rem; }
  .nav-toggle span { display: block; width: 24px; height: 1px; background: var(--paper); transition: transform .25s ease; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: 800px; }
  .hero-media img { object-position: 55% center; }
  .hero-coordinate { top: 5.6rem; right: 1.5rem; }
  .hero-content { padding-top: 9rem; }
  .hero-footer { right: 1.5rem; bottom: 1.5rem; left: 1.5rem; }
  .hero-footer span:first-child { max-width: 28rem; line-height: 1.6; }
  .hero-footer span:last-child { display: none; }
  .epoch-intro, .section-head--split { grid-template-columns: 1fr; gap: 2rem; }
  .epoch h2 { max-width: 11ch; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, minmax(16rem, auto)); }
  .category--large { grid-column: span 2; grid-row: span 1; min-height: 27rem; }
  .category--tall { grid-column: span 1; grid-row: span 1; }
  .category--wide, .category--institutions { grid-column: span 2; }
  .statement-inner { grid-template-columns: 1fr; }
  .statement aside { grid-column: 1; max-width: 25rem; }
  .statement h2 span:nth-child(3) { margin-left: 17%; }
  .statement h2 em { margin-left: 29%; }
  .meaning-head { display: block; }
  .meaning-head p { margin-top: 2rem; }
  .future-list article { grid-template-columns: 3rem minmax(11rem, .8fr) 1fr auto; gap: 1rem; }
  .asset-ledger { grid-template-columns: repeat(2, 1fr); }
  .asset-ledger div:nth-child(2) { border-right: 0; }
  .asset-ledger div:nth-child(3), .asset-ledger div:nth-child(4) { border-top: 1px solid rgba(8,9,9,.2); }
  .asset-ledger div:nth-child(3) { padding-left: 0; }
  .asset-bottom { flex-wrap: wrap; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 1.5rem 0; }
  .site-footer span:nth-child(2) { justify-self: end; }
  .site-footer span:nth-child(3), .site-footer small { grid-column: span 2; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 2.5rem); }
  .hero { min-height: 760px; }
  .hero-frame { inset: 12px; }
  .hero-coordinate { display: none; }
  .hero-media img { object-position: 53% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,9,9,.94), rgba(8,9,9,.62)), linear-gradient(0deg, rgba(8,9,9,.97), rgba(8,9,9,.1) 64%, rgba(8,9,9,.84)); }
  .hero h1 { max-width: 7.1ch; font-size: clamp(3.65rem, 17vw, 6.8rem); }
  .hero-intro { max-width: 22rem; font-size: .9rem; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 20rem; }
  .button { width: 100%; }
  .hero-footer { font-size: .5rem; }
  .epoch-intro { margin-top: 3rem; }
  .epoch-list li { grid-template-columns: 2.7rem 1fr; gap: 1rem; padding: 1.6rem 0 1.8rem; }
  .epoch-list strong { font-size: 1.2rem; }
  .epoch-list p { grid-column: 2; margin-top: -.3rem; }
  .category-grid { display: block; margin-top: 3.5rem; }
  .category { min-height: 18rem; border-bottom: 1px solid var(--line); }
  .category--large { min-height: 24rem; }
  .category--large h3 { font-size: clamp(3.2rem, 15vw, 5.8rem); }
  .category--wide h3 { font-size: 2.2rem; }
  .statement { padding-right: 1.25rem; padding-left: 1.25rem; }
  .statement h2 { margin-top: 4.5rem; font-size: clamp(4.2rem, 18vw, 7.5rem); }
  .statement h2 span:nth-child(2) { margin-left: 8%; }
  .statement h2 span:nth-child(3) { margin-left: 11%; }
  .statement h2 em { margin-left: 21%; }
  .meaning-words { grid-template-columns: 1fr; gap: 0; }
  .meaning-words article { padding: 1.5rem 0 2rem; }
  .meaning-words h3 { margin-top: 2rem; }
  .meaning-plus { padding: .4rem 0; }
  .future-list article { grid-template-columns: 2.6rem 1fr auto; gap: .7rem; align-items: start; }
  .future-list h3 { font-size: 1.1rem; }
  .future-list p { grid-column: 2 / -1; }
  .future-arrow { grid-column: 3; grid-row: 1; }
  .asset-heading h2 { font-size: clamp(3.65rem, 16vw, 7rem); }
  .asset-heading > p:last-child { margin-left: 0; }
  .asset-ledger { display: block; }
  .asset-ledger div, .asset-ledger div:not(:first-child) { min-height: auto; padding: 1rem 0; border-right: 0; border-bottom: 1px solid rgba(8,9,9,.2); }
  .asset-ledger div:last-child { border-bottom: 0; }
  .site-footer { display: flex; flex-wrap: wrap; gap: 1rem; min-height: 9rem; padding: 2rem 0; }
  .site-footer span:nth-child(2) { margin-left: auto; }
  .site-footer span:nth-child(3), .site-footer small { width: 100%; }
}

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