@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("/assets/fonts/48282a415ec22e31.woff2") format("woff2");
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/e3b56e90510a84ac.woff2") format("woff2");
}
:root {
  color-scheme: dark;
  --ink: #08192b;
  --navy: #0b2035;
  --paper: #edf0ed;
  --white: #f4f3ed;
  --blue: #aac8ee;
  --gold: #d8c69c;
  --muted: #a7b5c5;
  --line: #3c5066;
  --serif: Fraunces, Georgia, serif;
  --sans: "Schibsted Grotesk", system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
button,
input,
select {
  font: inherit;
}
button,
select {
  cursor: pointer;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:hover {
  color: var(--blue);
}
button {
  color: inherit;
  border: 1px solid var(--line);
  background: transparent;
  padding: 10px 17px;
  min-height: 44px;
}
button:hover {
  border-color: var(--blue);
  background: #abc9ee10;
}
button[aria-pressed="true"] {
  border-color: var(--gold);
  color: var(--gold);
  background: #d8c69c0c;
}
select {
  color: inherit;
  background: var(--navy);
  border: 1px solid var(--line);
  padding: 10px;
  max-width: 100%;
  min-height: 44px;
}
input[type="range"] {
  accent-color: #375f8b;
  width: 100%;
  min-height: 28px;
}
:focus-visible {
  outline: 3px solid #6da5f2;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 350;
  line-height: 1.06;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(48px, 5.1vw, 82px);
}
h2 {
  font-size: clamp(40px, 4.6vw, 72px);
}
h3 {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.3;
}
em {
  font-weight: 350;
  color: var(--blue);
}
p {
  max-width: 72ch;
}
small,
.small {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}
.wrap {
  max-width: 1280px;
  margin: auto;
  padding-left: 64px;
  padding-right: 64px;
}
.eyebrow,
.edition,
.scene-caption,
.folio-rule,
.path-row label,
.scenario-instrument > label {
  font: 11px/1.6 var(--sans);
  letter-spacing: 0.14em;
  font-weight: 500;
}
.eyebrow {
  color: var(--gold);
  margin-bottom: 24px;
}
.enhance {
  display: none;
}
.js .enhance {
  display: block;
}
.skip {
  position: fixed;
  left: 18px;
  top: -100px;
  background: var(--paper);
  color: var(--ink);
  padding: 12px;
  z-index: 100;
}
.skip:focus {
  top: 12px;
}
.masthead {
  height: 86px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 0 4.5%;
}
.brand {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.17em;
  font-size: 14px;
  font-weight: 600;
}
.brand span {
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 11px;
  opacity: 0.8;
}
.masthead nav {
  display: flex;
  gap: 32px;
}
.masthead nav a {
  font-size: 12px;
  text-decoration: none;
}
.edition {
  color: var(--muted);
}
.atlas {
  max-width: 1600px;
  margin: auto;
  padding: 30px 4.5% 0;
}
.atlas-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.atlas-top .eyebrow {
  color: var(--muted);
  font-size: 10px;
}
.opening {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 650px;
  position: relative;
}
.opening-copy {
  position: relative;
  z-index: 1;
  padding: 38px 0;
}
.tagline {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: var(--gold);
  margin-bottom: 30px;
}
.dek {
  font-size: 16px;
  line-height: 1.8;
  color: #c2cfda;
  margin: 28px 0 34px;
  max-width: 39ch;
}
.enter {
  width: max-content;
  border: 1px solid var(--gold);
  padding: 12px 20px;
  text-decoration: none;
  font-size: 13px;
  color: var(--gold);
}
.enter span {
  padding-left: 30px;
}
.plain-read {
  display: block;
  font-size: 12px;
  margin-top: 20px;
  color: var(--muted);
}
.hero-note {
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.025em;
  margin: 35px 0 0;
  color: var(--muted);
}
.spatial {
  position: relative;
  height: 640px;
  min-width: 0;
  margin-left: -30px;
}
.spatial canvas {
  width: 100%;
  height: 100%;
  display: block;
  touch-action: pan-y;
}
.scene-static {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.2em;
  border: 1px solid var(--line);
}
.scene-static i {
  height: 40px;
  width: 1px;
  background: var(--line);
}
canvas {
  display: none !important;
}
.canvas-ready canvas {
  display: block !important;
}
.canvas-ready .scene-static {
  display: none;
}
.scene-caption {
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 8px;
  color: var(--muted);
}
.scene-caption span:first-child {
  color: var(--gold);
}
.js .scene-tools {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 7px;
  justify-content: center;
}
.scene-tools button {
  font-size: 10px;
  padding: 8px 12px;
  border-color: var(--line);
}
.atlas-interface {
  margin-top: 20px;
  border-top: 1px solid var(--line);
}
.path-row {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.path-row label {
  color: var(--muted);
}
.path-row select {
  border: 0;
  background: transparent;
  font-size: 12px;
  padding-left: 0;
}
.path-row option {
  background: var(--ink);
}
#path-progress {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-left: auto;
}
.layer-layout {
  display: grid;
  grid-template-columns: 245px 1fr 230px;
  gap: 45px;
  padding: 32px 0 44px;
}
.layer-nav {
  display: flex;
  flex-direction: column;
}
.layer-nav button {
  border: 0;
  border-left: 1px solid var(--line);
  text-align: left;
  font-size: 12px;
  padding: 12px 16px;
}
.layer-nav button span {
  font-size: 10px;
  padding-right: 16px;
  color: var(--muted);
}
.layer-nav button[aria-pressed="true"] {
  border-left: 2px solid var(--gold);
}
.layer-copy h2 {
  font-size: 32px;
  letter-spacing: -0.025em;
  max-width: 22ch;
}
.layer-copy p {
  font-size: 13px;
  color: #c2cfda;
}
.layer-copy .eyebrow {
  font-size: 9px;
  color: var(--gold);
  margin-bottom: 15px;
}
.layer-copy details {
  font-size: 12px;
  border-top: 1px solid var(--line);
  padding: 12px 0;
}
.layer-copy details p {
  padding-top: 15px;
  font-size: 12px;
}
.layer-links {
  display: flex;
  gap: 24px;
  font-size: 11px;
}
.connection {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}
.connection .eyebrow {
  font-size: 9px;
}
.connection p {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.45;
  color: var(--blue);
}
.connection button {
  font-size: 11px;
}
.folio-rule {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 17px;
  color: var(--muted);
  font-size: 9px;
}
.interlude {
  padding-top: 120px;
  padding-bottom: 120px;
}
.interlude h2 {
  max-width: 950px;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  margin-top: 45px;
}
.lead {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.55;
  font-weight: 350;
}
.two-col > div p {
  font-size: 14px;
  color: var(--muted);
}
.instrument {
  background: var(--paper);
  color: var(--ink);
  padding: 90px 0 100px;
  color-scheme: light;
  --line: #8d9ba9;
  --muted: #4d5f70;
  --blue: #375e8f;
  --gold: #685432;
  --navy: #e3e8e8;
}
.instrument .eyebrow {
  color: #5c4930;
}
.section-head {
  max-width: 1280px;
}
.section-head p:not(.eyebrow) {
  max-width: 55ch;
  color: var(--muted);
  font-size: 15px;
}
.segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 35px 0 25px;
}
.instrument .segmented button[aria-pressed="true"] {
  color: #f4f3ed;
  background: var(--ink);
  border-color: var(--ink);
}
.architecture-view {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 30px;
  align-items: center;
}
.architecture-view svg {
  width: 100%;
  overflow: visible;
}
.boundary {
  fill: #d9e2e8;
  stroke: #687f94;
  stroke-width: 1;
  stroke-dasharray: 4 5;
  transition: width 750ms;
}
.boundary-label {
  font: 13px var(--sans);
  letter-spacing: 2px;
  fill: #334d64;
}
.flow-lines path {
  fill: none;
  stroke: #537598;
  stroke-width: 2;
}
.arch-node rect {
  fill: #edf0ed;
  stroke: #526b81;
}
.arch-node text {
  fill: #182f44;
  text-anchor: middle;
  font: 17px var(--sans);
}
.arch-node text.node-sub {
  font-size: 12px;
}
.return-label {
  font: 11px var(--sans);
  fill: #3f576b;
  letter-spacing: 1px;
}
.architecture-notes {
  border-left: 1px solid #93a3ae;
  padding-left: 25px;
}
.architecture-notes p {
  font-size: 13px;
}
.architecture-notes .eyebrow {
  font-size: 10px;
}
.architecture-notes a {
  font-size: 12px;
}
.scenario,
.market {
  padding-top: 110px;
  padding-bottom: 110px;
}
.scenario {
  border-bottom: 1px solid var(--line);
}
.scenario-instrument {
  border-top: 1px solid var(--line);
  padding: 25px 0 40px;
  margin-top: 40px;
}
.scenario-instrument > label {
  margin-right: 22px;
  color: var(--gold);
}
.scenario-instrument > select {
  font-size: 13px;
}
.scenario-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
  margin-top: 45px;
}
.scenario-brief {
  border-left: 1px solid var(--gold);
  padding: 0 28px;
}
.scenario-brief > p {
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.4;
}
.scenario-brief .eyebrow {
  font-size: 10px;
}
#scenario-steps {
  display: flex;
  gap: 8px;
}
#scenario-steps button {
  font-size: 10px;
  padding: 8px 12px;
}
.scenario-result {
  position: relative;
  padding: 35px 0 20px;
  min-height: 235px;
}
.large-number {
  font-family: var(--serif);
  font-size: 70px;
  line-height: 1;
  color: #6e8399;
  float: right;
  padding-left: 18px;
}
.scenario-result h3 {
  font-size: 30px;
  max-width: 75%;
}
.scenario-result p {
  font-size: 14px;
  color: var(--muted);
}
#scenario-next {
  font-size: 12px;
}
.scenario > a {
  font-size: 12px;
}
.market-lenses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.market-lenses > div {
  padding: 28px 25px;
  border-right: 1px solid var(--line);
}
.market-lenses > div:first-child {
  padding-left: 0;
}
.market-lenses > div:last-child {
  border: 0;
}
.market-lenses span {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.market-lenses strong {
  font-family: var(--serif);
  font-size: 38px;
  display: block;
  font-weight: 400;
  color: var(--gold);
  margin: 15px 0;
}
.market-lenses p {
  font-size: 13px;
  color: var(--muted);
}
.market > .small {
  margin-top: 22px;
}
.market-question {
  padding-top: 25px;
}
.market-question a {
  font-size: 12px;
}
.finance-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
}
.finance-controls fieldset {
  padding: 0;
  margin: 0 0 25px;
  border: 0;
}
.finance-controls legend {
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 15px;
}
.input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  margin-bottom: 12px;
}
.input-row label,
.input-row output {
  font-size: 12px;
}
.input-row input {
  grid-column: 1/-1;
}
.input-row output {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.finance-controls button {
  font-size: 12px;
}
.finance-results {
  padding-top: 3px;
  min-width: 0;
}
.finance-results .eyebrow {
  font-size: 10px;
}
.revenue-number {
  display: block;
  font-family: var(--serif);
  font-size: clamp(35px, 4.6vw, 67px);
  line-height: 1.2;
  margin: 15px 0 25px;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.revenue-bar {
  height: 30px;
  display: flex;
  background: #bccad4;
  overflow: hidden;
}
.revenue-bar span {
  height: 100%;
  transition: width 0.25s;
}
#self-bar {
  background: #527cad;
}
#institution-bar {
  background: #152f46;
}
.bar-legend {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
  margin-top: 10px;
}
.finance-insight {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.45;
  margin-top: 30px;
}
.unit-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #9cabb5;
  border-bottom: 1px solid #9cabb5;
  padding: 18px 0;
  gap: 15px;
}
.unit-results span {
  display: block;
  font-size: 10px;
}
.unit-results output {
  font-family: var(--serif);
  font-size: 28px;
}
#retention-chart {
  width: 100%;
  margin-top: 24px;
}
#retention-chart text {
  font: 10px var(--sans);
  fill: #41566b;
}
.grid-line {
  fill: none;
  stroke: #aebbc4;
  stroke-width: 1;
}
#retention-line {
  fill: none;
  stroke: #315e90;
  stroke-width: 3;
}
#retention-area {
  fill: #315e9015;
}
.finance-results p.small {
  margin-top: 14px;
}
.finance-results details {
  border-top: 1px solid #9cabb5;
  padding: 15px 0;
  font-size: 12px;
}
.arrival {
  padding-top: 120px;
  padding-bottom: 120px;
}
.arrival h2 {
  font-size: clamp(44px, 5vw, 78px);
}
.synthesis-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  margin-top: 45px;
  font-size: 12px;
  color: var(--gold);
}
.synthesis-line b {
  color: var(--muted);
  font-weight: 400;
}
.next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-top: 45px;
  font-size: 12px;
}
.next-actions .primary {
  background: var(--paper);
  color: var(--ink);
  padding: 13px 21px;
  text-decoration: none;
}
.return-system {
  font-size: 12px;
}
.reading {
  padding: 100px 0;
  background: #f4f3ee;
  color: #162d43;
  color-scheme: light;
  --muted: #526170;
  --line: #a7b2b8;
  --blue: #315780;
  --gold: #685432;
}
.reading-header {
  padding-bottom: 60px;
}
.reading-header > p:not(.eyebrow) {
  font-size: 14px;
  max-width: 70ch;
}
.reading-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  font-size: 12px;
}
.js .reading-tools button {
  display: inline-block;
}
.reading-tools button {
  font-size: 12px;
}
.reading-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px;
  align-items: start;
}
.contents {
  position: sticky;
  top: 35px;
  max-height: 85vh;
  overflow: auto;
  padding-right: 16px;
}
.contents > a {
  display: block;
  font-size: 11px;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid #c8cfd1;
}
.contents > a:hover {
  text-decoration: underline;
}
.manuscript {
  min-width: 0;
  font-size: 15px;
  line-height: 1.85;
}
.manuscript h2 {
  font-size: 35px;
  line-height: 1.2;
  padding-top: 60px;
  margin-top: 30px;
  border-top: 1px solid #adb9c0;
  letter-spacing: -0.025em;
}
.manuscript > h2:first-child {
  padding-top: 0;
  border: 0;
  margin-top: 0;
}
.manuscript h3 {
  font-size: 23px;
  line-height: 1.4;
  margin: 36px 0 18px;
}
.manuscript ul {
  padding-left: 20px;
}
.manuscript li {
  margin: 14px 0;
}
.manuscript strong {
  font-weight: 600;
}
.manuscript em {
  color: inherit;
  font-weight: 400;
}
.manuscript code {
  font-size: 12px;
  overflow-wrap: anywhere;
}
.table-scroll {
  overflow: auto;
  max-width: 100%;
  margin: 25px 0;
}
.manuscript table {
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.6;
  min-width: 550px;
  width: 100%;
}
.manuscript th {
  text-align: left;
  font-weight: 600;
  background: #e6e9e6;
}
.manuscript td,
.manuscript th {
  padding: 12px 14px;
  border-bottom: 1px solid #c0c9ce;
  vertical-align: top;
}
.manuscript td:first-child {
  font-weight: 500;
}
.manuscript .citation {
  font-size: 11px;
  vertical-align: super;
  line-height: 1;
  padding: 2px;
}
.manuscript [id^="source-"] {
  font-size: 12px;
  overflow-wrap: anywhere;
  margin-bottom: 18px;
}
.manuscript > p {
  margin-bottom: 22px;
}
footer.wrap {
  padding-top: 65px;
  padding-bottom: 70px;
}
footer .brand {
  margin-bottom: 25px;
}
footer > p {
  font-size: 13px;
  color: var(--muted);
}
footer .disclaimer {
  max-width: 80ch;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 12px;
}
dialog {
  background: var(--paper);
  color: var(--ink);
  padding: 35px;
  max-width: 600px;
  width: calc(100% - 40px);
  border: 1px solid #677d91;
  box-shadow: 0 30px 100px #0005;
  color-scheme: light;
}
dialog::backdrop {
  background: #03111be6;
}
dialog form {
  text-align: right;
}
dialog button {
  color: var(--ink);
  font-size: 12px;
}
dialog .eyebrow {
  color: #665332;
  margin-top: 25px;
}
dialog h2 {
  font-size: 35px;
}
dialog p {
  font-size: 14px;
}
dialog a {
  font-size: 13px;
}
dialog a:hover {
  color: #315b86;
}
.nojs-note {
  font-size: 14px;
  padding: 20px 0;
}
@media (min-width: 1500px) {
  .opening {
    min-height: 720px;
  }
  .spatial {
    height: 700px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .layer-layout {
    grid-template-columns: 200px 1fr;
    gap: 35px;
  }
  .connection {
    display: none;
  }
  .architecture-view {
    grid-template-columns: 1fr;
  }
  .architecture-notes {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px 25px;
    border-left: 0;
    border-top: 1px solid #94a6b2;
    padding: 22px 0;
  }
  .opening {
    min-height: 610px;
  }
  .spatial {
    height: 600px;
  }
  .scene-caption {
    flex-direction: column;
    gap: 3px;
  }
  .finance-layout {
    gap: 40px;
  }
  .reading-layout {
    grid-template-columns: 190px 1fr;
    gap: 40px;
  }
  .brand span {
    display: none;
  }
  .scenario-grid {
    gap: 40px;
  }
  .market-lenses strong {
    font-size: 31px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 20px;
  }
  .masthead {
    height: 72px;
    gap: 15px;
    padding: 0 22px;
  }
  .masthead nav {
    gap: 20px;
  }
  .masthead nav a {
    font-size: 11px;
  }
  .masthead nav a:first-child,
  .masthead > .edition {
    display: none;
  }
  .brand {
    font-size: 11px;
    gap: 8px;
    letter-spacing: 0.12em;
  }
  .brand img {
    width: 22px;
    height: 22px;
  }
  .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .atlas {
    padding: 22px 25px 0;
  }
  .atlas-top > .edition {
    display: none;
  }
  .atlas-top .eyebrow {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .opening {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .opening-copy {
    padding: 20px 0 0;
  }
  .tagline {
    font-size: 11px;
    margin-bottom: 24px;
  }
  h1 {
    font-size: clamp(43px, 10.3vw, 72px);
    margin-bottom: 22px;
  }
  .dek {
    font-size: 14px;
    margin: 0 0 24px;
    max-width: 42ch;
  }
  .desktop {
    display: none;
  }
  .hero-note {
    display: none;
  }
  .plain-read {
    display: inline-block;
    margin-top: 15px;
  }
  .spatial {
    height: 470px;
    margin: 0 -10px;
  }
  .scene-caption {
    bottom: 58px;
    font-size: 7px;
    left: 10px;
  }
  .scene-tools button {
    font-size: 9px;
    padding: 8px 10px;
  }
  .atlas-interface {
    margin-top: 20px;
  }
  .path-row {
    gap: 10px;
    flex-wrap: wrap;
    padding: 18px 0;
  }
  .path-row label {
    width: 100%;
    font-size: 9px;
  }
  .path-row select {
    font-size: 12px;
    padding: 0;
    max-width: 80%;
  }
  .layer-layout {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 23px;
  }
  .layer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
  .layer-nav button {
    font-size: 10px;
    padding: 9px 8px;
    min-height: 44px;
  }
  .layer-nav button span {
    padding-right: 9px;
    font-size: 9px;
  }
  .layer-copy h2 {
    font-size: 31px;
  }
  .layer-copy p {
    font-size: 13px;
  }
  .layer-copy .eyebrow {
    margin-top: 4px;
  }
  .folio-rule {
    font-size: 7px;
    padding: 15px 5px;
    letter-spacing: 0.09em;
  }
  .interlude,
  .arrival {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  h2 {
    font-size: clamp(36px, 8.5vw, 56px);
  }
  .eyebrow {
    font-size: 9px;
  }
  .two-col {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .lead {
    font-size: 23px;
  }
  .two-col > div p {
    font-size: 13px;
  }
  .instrument {
    padding: 65px 0;
  }
  .section-head p:not(.eyebrow) {
    font-size: 13px;
  }
  .segmented {
    gap: 8px;
    margin-top: 25px;
  }
  .segmented button {
    font-size: 11px;
    padding: 10px 12px;
  }
  .architecture-view {
    gap: 0;
  }
  .architecture-view svg {
    min-height: 190px;
  }
  .architecture-notes {
    display: block;
  }
  .architecture-notes .eyebrow {
    margin-bottom: 12px;
  }
  .scenario,
  .market {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .scenario-instrument > label {
    display: block;
    font-size: 9px;
    margin-bottom: 10px;
  }
  .scenario-instrument > select {
    width: 100%;
  }
  .scenario-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 25px;
  }
  .scenario-brief {
    padding: 0 18px;
  }
  .scenario-brief > p {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .scenario-brief .small {
    font-size: 11px;
  }
  .scenario-brief .eyebrow {
    margin-bottom: 10px;
  }
  #scenario-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #scenario-steps button {
    font-size: 10px;
    padding: 8px 10px;
  }
  .scenario-result {
    padding-top: 26px;
    min-height: 240px;
  }
  .market-lenses {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .market-lenses > div,
  .market-lenses > div:first-child {
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .market-lenses strong {
    font-size: 40px;
    margin: 8px 0;
  }
  .market-lenses span {
    font-size: 8px;
  }
  .market-lenses p {
    margin-bottom: 0;
  }
  .market-question {
    padding-top: 0;
  }
  .finance-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .finance-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .finance-controls fieldset {
    min-width: 0;
    margin: 0;
  }
  .finance-controls legend {
    font-size: 10px;
    min-height: 45px;
  }
  .input-row {
    grid-template-columns: 1fr;
  }
  .input-row label {
    font-size: 10px;
    min-height: 32px;
  }
  .input-row output {
    font-size: 12px;
  }
  .finance-controls > button {
    grid-column: 1/-1;
  }
  .revenue-number {
    font-size: 48px;
  }
  .finance-insight {
    font-size: 23px;
  }
  .unit-results {
    gap: 10px;
  }
  .unit-results output {
    font-size: 25px;
  }
  .unit-results span {
    font-size: 9px;
  }
  .synthesis-line {
    gap: 12px;
    font-size: 10px;
    margin-top: 35px;
    padding: 20px 0;
  }
  .arrival h2 {
    font-size: clamp(39px, 8.8vw, 64px);
  }
  .next-actions {
    gap: 20px;
    font-size: 11px;
  }
  .next-actions .primary {
    width: 100%;
    text-align: center;
  }
  .reading {
    padding: 65px 0;
  }
  .reading-header {
    padding-bottom: 30px;
  }
  .reading-header > p:not(.eyebrow) {
    font-size: 13px;
  }
  .reading-tools {
    gap: 18px;
    font-size: 11px;
  }
  .reading-tools button {
    font-size: 11px;
  }
  .reading-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contents {
    position: static;
    max-height: 240px;
    border: 1px solid #a7b2b8;
    padding: 16px;
  }
  .contents .eyebrow {
    display: block;
  }
  .contents > a {
    font-size: 12px;
    min-height: 44px;
    padding: 10px 0;
  }
  .manuscript {
    font-size: 14px;
    line-height: 1.8;
  }
  .manuscript h2 {
    font-size: 30px;
    padding-top: 40px;
  }
  .manuscript h3 {
    font-size: 23px;
  }
  .table-scroll {
    margin-right: 0;
  }
  .manuscript table {
    font-size: 11px;
  }
  .manuscript td,
  .manuscript th {
    padding: 10px;
  }
  footer.wrap {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  dialog {
    padding: 24px;
  }
  .scene-static {
    margin: 15px;
  }
  .scene-static i {
    height: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
html.reduced {
  scroll-behavior: auto;
}
.reduced * {
  transition: none !important;
  animation: none !important;
}
@media print {
  html,
  body {
    background: white;
    color: black;
  }
  body {
    font:
      11pt Georgia,
      serif;
  }
  .masthead,
  .atlas,
  .folio-rule,
  .interlude,
  .instrument,
  .scenario,
  .market,
  .arrival,
  footer,
  .contents,
  .reading-tools,
  dialog,
  .skip {
    display: none !important;
  }
  .reading {
    padding: 0;
    background: white;
    color: black;
  }
  .wrap {
    padding: 0;
    max-width: none;
  }
  .reading-layout {
    display: block;
  }
  .reading-header {
    padding: 0;
  }
  .reading-header h2 {
    font-size: 28pt;
  }
  .manuscript h2 {
    break-after: avoid;
    font-size: 21pt;
  }
  .manuscript h3 {
    break-after: avoid;
    font-size: 15pt;
  }
  .manuscript {
    font-size: 11pt;
  }
  .table-scroll {
    overflow: visible;
  }
  .manuscript table {
    min-width: 0;
    font-size: 8pt;
  }
  tr {
    break-inside: avoid;
  }
  a {
    color: black;
  }
  .manuscript em {
    color: black;
  }
  @page {
    margin: 18mm;
  }
}
