:root {
  color-scheme: light;
  --marble: #efe6d5;
  --marble-light: #fff6e7;
  --marble-shadow: #d6c8af;
  --ink: #090806;
  --ink-soft: #1b1710;
  --gold: #d4af37;
  --gold-deep: #9a7416;
  --green: #2f6658;
  --green-dark: #173b34;
  --red: #8f1717;
  --red-bright: #c9291d;
  --paper: #f8edda;
  --muted: #6b5b42;
  --line: rgba(9, 8, 6, 0.24);
  --shadow: 0 28px 70px rgba(6, 5, 4, 0.26);
  --display: "Six Caps", "Jost", sans-serif;
  --body: "Jost", sans-serif;
  --ticker: "Zilla Slab", serif;
  --crash-progress: 0;
  --crash-red-alpha: 0.22;
  --crash-wash-alpha: 0.14;
  --crash-slash-alpha: 0;
  --crash-line-alpha: 0;
  --crash-curtain-opacity: 0.28;
  --crash-curtain-y: -8rem;
  --crash-stamp-opacity: 0;
  --crash-stamp-y: 24vh;
  --crash-stamp-scale: 0.88;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--ink);
  scrollbar-color: var(--gold) var(--ink);
}

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.08), transparent 45% 55%, rgba(47, 102, 88, 0.12)),
    var(--ink);
}

::-webkit-scrollbar-thumb {
  border: 3px solid var(--ink);
  background:
    linear-gradient(180deg, var(--gold), var(--gold-deep));
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, var(--marble-light), var(--gold));
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(212, 175, 55, 0.26), transparent 20rem),
    radial-gradient(circle at 84% 4%, rgba(47, 102, 88, 0.22), transparent 23rem),
    linear-gradient(125deg, rgba(255, 255, 255, 0.42), transparent 28%),
    var(--marble);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0;
  font-kerning: normal;
  font-synthesis-weight: none;
  touch-action: manipulation;
  transition: background-color 0.45s ease, color 0.45s ease;
  -webkit-tap-highlight-color: rgba(212, 175, 55, 0.28);
}

::selection {
  background: var(--green-dark);
  color: var(--marble-light);
  text-shadow: none;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
}

body::before {
  z-index: 0;
  opacity: 0.52;
  background:
    linear-gradient(112deg, transparent 0 16%, rgba(115, 99, 74, 0.16) 16.2%, transparent 16.8% 47%, rgba(115, 99, 74, 0.12) 47.2%, transparent 48%),
    linear-gradient(24deg, transparent 0 31%, rgba(255, 255, 255, 0.42) 31.2%, transparent 32% 64%, rgba(92, 75, 54, 0.12) 64.4%, transparent 65%),
    repeating-linear-gradient(96deg, rgba(9, 8, 6, 0.035) 0 1px, transparent 1px 19px);
  mix-blend-mode: multiply;
}

body::after {
  z-index: 20;
  opacity: 0.16;
  background-image:
    radial-gradient(circle, rgba(9, 8, 6, 0.32) 0 0.7px, transparent 0.9px),
    radial-gradient(circle, rgba(255, 255, 255, 0.5) 0 0.6px, transparent 0.9px);
  background-position: 0 0, 11px 17px;
  background-size: 23px 23px, 29px 29px;
}

a {
  color: inherit;
  text-decoration-color: rgba(212, 175, 55, 0.8);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--gold);
}

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: 92px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 50;
  min-height: 44px;
  padding: 0.7rem 1rem;
  transform: translateY(-140%);
  border: 2px solid var(--gold);
  background: var(--ink);
  color: var(--marble-light);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 18;
  border-bottom: 1px solid rgba(212, 175, 55, 0.46);
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.12), transparent 26% 74%, rgba(47, 102, 88, 0.18)),
    rgba(9, 8, 6, 0.86);
  color: var(--marble-light);
  backdrop-filter: blur(16px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 1500px);
  min-height: 70px;
  margin: 0 auto;
  padding: 0.5rem clamp(1rem, 3vw, 2.5rem);
}

.brand-mark {
  display: inline-flex;
  align-items: baseline;
  min-height: 44px;
  gap: 0.34rem;
  color: var(--marble-light);
  text-decoration: none;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
}

.brand-mark span,
.brand-mark strong {
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.82;
}

.brand-mark span {
  color: var(--gold);
  font-size: 2.25rem;
}

.brand-mark strong {
  font-size: 3rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.2rem;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 0.85rem;
  border-left: 1px solid rgba(212, 175, 55, 0.28);
  color: rgba(255, 246, 231, 0.88);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nav-links a:hover {
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold);
  transform: translateY(-1px);
}

.nav-links a:focus-visible,
.site-footer a:focus-visible,
.brand-mark:focus-visible {
  outline-color: var(--gold);
  background: rgba(212, 175, 55, 0.14);
}

.quote-drift {
  position: fixed;
  inset: -8vh -4vw;
  z-index: 1;
  overflow: hidden;
  opacity: 0.25;
  pointer-events: none;
  transform: rotate(-2deg);
  mask-image: linear-gradient(90deg, transparent, black 13%, black 87%, transparent);
}

.drift-lane {
  position: absolute;
  top: -20vh;
  width: clamp(210px, 22vw, 330px);
  animation: drift-up 38s linear infinite;
}

.drift-lane:nth-child(1) {
  left: 2vw;
  animation-duration: 46s;
}

.drift-lane:nth-child(2) {
  left: 34vw;
  animation-duration: 39s;
}

.drift-lane:nth-child(3) {
  right: 6vw;
  animation-duration: 44s;
}

.drift-row {
  display: grid;
  grid-template-columns: 3.4rem 1fr auto;
  gap: 0.55rem;
  align-items: center;
  min-height: 42px;
  margin: 0.45rem 0;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(9, 8, 6, 0.28);
  background: rgba(248, 237, 218, 0.72);
  box-shadow: 0 10px 24px rgba(9, 8, 6, 0.12);
  color: rgba(9, 8, 6, 0.72);
  font-family: var(--ticker);
  font-size: 0.78rem;
  font-weight: 700;
}

.drift-row span:first-child {
  color: var(--green-dark);
}

@keyframes drift-up {
  from { transform: translateY(12vh); }
  to { transform: translateY(-58vh); }
}

.ticker-canvas {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: block;
  width: 100%;
  height: 54px;
  pointer-events: none;
}

.confetti-canvas {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.content-section,
.section-stage {
  position: relative;
  overflow: hidden;
}

.section-shell {
  width: min(100% - clamp(2rem, 6vw, 6rem), 1340px);
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  isolation: isolate;
  min-height: 94svh;
  padding: clamp(2.8rem, 6vw, 6rem) clamp(1rem, 4vw, 4rem) clamp(4rem, 8vw, 7rem);
  background:
    linear-gradient(90deg, rgba(9, 8, 6, 0.92) 0 5px, transparent 5px calc(100% - 5px), rgba(9, 8, 6, 0.92) calc(100% - 5px)),
    linear-gradient(108deg, rgba(9, 8, 6, 0.07) 0 38%, transparent 38.2% 62%, rgba(212, 175, 55, 0.18) 62.2% 63%, transparent 63.2%),
    radial-gradient(circle at 50% 18%, rgba(212, 175, 55, 0.48), transparent 34rem),
    linear-gradient(140deg, rgba(255, 246, 231, 0.48), rgba(239, 230, 213, 0.22) 42%, rgba(47, 102, 88, 0.2));
}

.hero::before {
  position: absolute;
  inset: 70px clamp(1rem, 4vw, 4rem) 86px;
  z-index: -1;
  border: 1px solid rgba(212, 175, 55, 0.34);
  background:
    linear-gradient(90deg, rgba(9, 8, 6, 0.12) 0 1px, transparent 1px 25%),
    linear-gradient(0deg, rgba(9, 8, 6, 0.08) 0 1px, transparent 1px 25%);
  mask-image: linear-gradient(90deg, black, transparent 44%, black 56%);
  content: "";
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1.1rem;
  background: repeating-linear-gradient(90deg, var(--ink) 0 26px, var(--gold) 26px 38px, var(--ink) 38px 64px);
  content: "";
}

.hero-sun {
  position: absolute;
  top: -22rem;
  right: -18rem;
  width: min(82vw, 820px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.68;
  background:
    radial-gradient(circle, rgba(212, 175, 55, 0.55) 0 12%, transparent 12.5%),
    repeating-conic-gradient(from 8deg, rgba(212, 175, 55, 0.32) 0deg 4deg, transparent 4deg 10deg);
  filter: drop-shadow(0 20px 44px rgba(212, 175, 55, 0.18));
}

.floor-map {
  position: absolute;
  inset: 6.5rem 7vw auto auto;
  z-index: 0;
  display: grid;
  grid-template-columns: 13rem 9rem;
  gap: 0.75rem;
  width: min(42vw, 560px);
  opacity: 0.18;
  transform: rotate(-3deg);
  color: var(--green-dark);
  font-family: var(--ticker);
  font-size: 0.82rem;
  font-weight: 700;
  pointer-events: none;
}

.floor-map span {
  min-height: 82px;
  padding: 0.75rem;
  border: 1px solid rgba(9, 8, 6, 0.26);
  background: rgba(255, 246, 231, 0.5);
}

.floor-map span:nth-child(2) {
  transform: translateY(3rem);
}

.floor-map span:nth-child(3) {
  grid-column: 1 / -1;
  min-height: 58px;
  transform: translateX(4rem);
}

.session-ribbon {
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  bottom: clamp(5.8rem, 9vw, 8rem);
  left: clamp(1rem, 12vw, 18rem);
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.7rem;
  align-items: center;
  opacity: 0.84;
  transform: rotate(-1.4deg);
  pointer-events: none;
}

.session-ribbon span {
  min-height: 34px;
  padding: 0.35rem 0.65rem;
  border-top: 1px solid rgba(212, 175, 55, 0.72);
  border-bottom: 1px solid rgba(212, 175, 55, 0.42);
  background: rgba(9, 8, 6, 0.82);
  color: var(--marble-light);
  font-family: var(--ticker);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hero-copy,
.hero-board-stack {
  position: relative;
  z-index: 2;
}

.kicker {
  margin: 0 0 0.8rem;
  color: var(--green-dark);
  font-family: var(--ticker);
  font-size: clamp(0.82rem, 1.5vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
}

.hero .kicker,
.crash-section .kicker,
.wall-section .kicker {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.78;
  text-wrap: balance;
}

h1 {
  max-width: 9ch;
  color: var(--ink);
  font-size: clamp(9rem, 17vw, 18rem);
  text-shadow:
    0 3px 0 rgba(212, 175, 55, 0.5),
    0 16px 0 rgba(212, 175, 55, 0.08),
    0 34px 70px rgba(9, 8, 6, 0.2);
}

h2 {
  color: var(--ink);
  font-size: clamp(5.2rem, 10vw, 11.5rem);
}

h3 {
  margin: 0;
  font-family: var(--ticker);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.1;
}

.hero-lede {
  max-width: 42rem;
  margin: 1.2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.36rem);
  font-weight: 500;
  text-wrap: pretty;
}

.hero-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 48rem;
  margin-top: 1.7rem;
}

.hero-ledger span {
  min-width: 0;
  padding: 0.85rem;
  border-top: 3px solid var(--gold);
  background: rgba(255, 246, 231, 0.68);
  box-shadow: 0 12px 26px rgba(9, 8, 6, 0.12);
  font-family: var(--ticker);
  font-size: 0.88rem;
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.hero-ledger b {
  display: block;
  color: var(--green-dark);
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 0.8;
}

.deco-ornament {
  position: absolute;
  pointer-events: none;
}

.deco-ornament svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-ornament {
  right: clamp(0.5rem, 4vw, 4rem);
  bottom: clamp(2.2rem, 4vw, 4rem);
  z-index: 1;
  width: min(52vw, 650px);
  height: 170px;
  opacity: 0.62;
}

.quote-board {
  position: relative;
  overflow: hidden;
  --slip-y: 86px;
  border: 1px solid rgba(212, 175, 55, 0.66);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 10%),
    repeating-linear-gradient(0deg, transparent 0 43px, rgba(212, 175, 55, 0.14) 43px 44px),
    linear-gradient(140deg, #15120e, #050504 58%, #102720);
  box-shadow: var(--shadow), inset 0 0 0 8px rgba(212, 175, 55, 0.08);
  color: var(--marble-light);
  transform-style: preserve-3d;
}

.quote-board::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.18) 0 1px, transparent 1px 20%),
    radial-gradient(circle at 18% 0, rgba(212, 175, 55, 0.24), transparent 30%);
  content: "";
  pointer-events: none;
}

.quote-board::after {
  position: absolute;
  inset: 8px;
  z-index: 0;
  border: 1px solid rgba(255, 246, 231, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18% 82%, rgba(212, 175, 55, 0.08)),
    repeating-linear-gradient(90deg, transparent 0 11px, rgba(255, 246, 231, 0.025) 11px 12px);
  content: "";
  pointer-events: none;
}

.hero-board-stack {
  min-width: 0;
  padding: 2.5rem 1.1rem 4.2rem 1.6rem;
  transform: translateY(1rem) rotate(0.45deg);
}

.hero-board-stack::before {
  position: absolute;
  inset: 1.1rem 0.2rem 3.2rem 0;
  z-index: -1;
  border: 1px solid rgba(9, 8, 6, 0.28);
  background:
    linear-gradient(90deg, rgba(47, 102, 88, 0.28), transparent 38%),
    rgba(212, 175, 55, 0.18);
  box-shadow: 0 36px 90px rgba(9, 8, 6, 0.26);
  content: "";
}

.board-crown {
  position: absolute;
  top: 0;
  right: 2.5rem;
  left: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}

.board-crown span {
  height: 34px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.78), rgba(47, 102, 88, 0.6));
}

.hero-board {
  min-height: 548px;
  padding: 1rem;
}

.broker-note {
  position: absolute;
  right: 0;
  bottom: 0.7rem;
  z-index: 3;
  width: min(390px, 78%);
  padding: 0.9rem 1rem;
  border-left: 7px solid var(--gold);
  background:
    linear-gradient(105deg, rgba(47, 102, 88, 0.16), transparent 42%),
    rgba(255, 246, 231, 0.94);
  box-shadow: 0 22px 48px rgba(9, 8, 6, 0.26);
  color: var(--ink);
  transform: rotate(-2.2deg);
}

.broker-note p {
  margin: 0 0 0.25rem;
  color: var(--green-dark);
  font-family: var(--ticker);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.broker-note strong,
.broker-note span {
  display: block;
}

.broker-note strong {
  line-height: 1.15;
}

.broker-note span {
  margin-top: 0.4rem;
  color: rgba(9, 8, 6, 0.72);
  font-size: 0.82rem;
}

.quote-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 4.2rem minmax(7rem, 1fr) 5.3rem 4.1rem;
  gap: 0.55rem;
  align-items: center;
  min-height: 44px;
  padding: 0.32rem 0.4rem;
  border-bottom: 1px solid rgba(239, 230, 213, 0.1);
  cursor: crosshair;
  font-family: var(--ticker);
  transition: background-color 0.24s ease, transform 0.24s ease;
}

.quote-row::before {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.24), transparent);
  content: "";
}

.quote-row:hover {
  background: rgba(212, 175, 55, 0.08);
  transform: translateX(2px);
}

.quote-row:focus-visible,
.quote-row.is-selected {
  outline: 2px solid rgba(212, 175, 55, 0.72);
  outline-offset: -2px;
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.16), transparent 62%),
    rgba(47, 102, 88, 0.14);
}

.quote-row:focus-visible .quote-symbol,
.quote-row.is-selected .quote-symbol {
  color: var(--marble-light);
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.8);
}

.quote-symbol {
  color: var(--gold);
  font-weight: 700;
}

.quote-name {
  overflow: hidden;
  color: rgba(255, 246, 231, 0.88);
  font-size: 0.92rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quote-number,
.quote-delta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 30px;
  padding: 0.2rem 0.34rem;
  background: linear-gradient(#1d1a15 0 48%, #060605 48% 52%, #14110e 52%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), inset 0 -1px rgba(0, 0, 0, 0.7);
  color: var(--marble-light);
  font-variant-numeric: tabular-nums;
  transform-origin: center;
}

.quote-delta {
  color: #a6d8c3;
}

.quote-row.is-falling .quote-delta,
.quote-row.is-falling .quote-number {
  color: #ffb4a8;
}

.quote-number.flip,
.quote-delta.flip {
  animation: split-flip 0.42s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.quote-row.is-flash .quote-number,
.quote-row.is-flash .quote-delta {
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.12),
    inset 0 -1px rgba(0, 0, 0, 0.78),
    0 0 0 1px rgba(212, 175, 55, 0.32);
}

.rail-slip {
  position: absolute;
  top: 0;
  right: clamp(0.7rem, 2vw, 1.15rem);
  z-index: 6;
  width: min(360px, calc(100% - 2rem));
  padding: 0.8rem 0.9rem 0.85rem;
  border-left: 6px solid var(--gold);
  background:
    linear-gradient(102deg, rgba(47, 102, 88, 0.18), transparent 48%),
    repeating-linear-gradient(0deg, transparent 0 20px, rgba(9, 8, 6, 0.035) 20px 21px),
    rgba(255, 246, 231, 0.96);
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(9, 8, 6, 0.08);
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(var(--slip-y) - 50%), 0) rotate(-1.6deg) scale(0.94);
  transform-origin: 90% 50%;
  transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.2, 0.78, 0.18, 1);
}

.rail-slip::after {
  position: absolute;
  right: 0.7rem;
  bottom: 0.55rem;
  width: 3.6rem;
  height: 2.15rem;
  border: 2px solid rgba(143, 23, 23, 0.42);
  content: "";
  opacity: 0.38;
  transform: rotate(-8deg);
}

.quote-board.has-rail-slip .rail-slip {
  opacity: 1;
  transform: translate3d(0, calc(var(--slip-y) - 50%), 0) rotate(-1.6deg) scale(1);
}

.rail-slip p,
.rail-slip strong,
.rail-slip span,
.rail-slip em {
  position: relative;
  z-index: 1;
  display: block;
}

.rail-slip p {
  margin: 0 0 0.22rem;
  color: var(--green-dark);
  font-family: var(--ticker);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rail-slip strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 0.78;
  font-variant-numeric: tabular-nums;
}

.rail-slip span {
  margin-top: 0.35rem;
  color: rgba(9, 8, 6, 0.78);
  font-size: 0.82rem;
  line-height: 1.28;
}

.rail-slip em {
  margin-top: 0.5rem;
  color: var(--red);
  font-family: var(--ticker);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

@keyframes split-flip {
  0% { transform: rotateX(0deg); filter: brightness(1); }
  45% { transform: rotateX(-82deg); filter: brightness(1.7); }
  100% { transform: rotateX(0deg); filter: brightness(1); }
}

.content-section {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.split-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading.narrow {
  max-width: 820px;
}

.section-intro {
  max-width: 48rem;
  margin: 1.2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-weight: 500;
}

.opening-section {
  background:
    linear-gradient(100deg, rgba(9, 8, 6, 0.08), transparent 34% 68%, rgba(47, 102, 88, 0.14)),
    linear-gradient(180deg, rgba(239, 230, 213, 0.28), rgba(47, 102, 88, 0.09)),
    repeating-linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0 2px, transparent 2px 32px);
}

.hour-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hour-ledger article {
  position: relative;
  min-height: 235px;
  padding: 1.2rem 1.1rem 1.1rem;
  border: 1px solid rgba(9, 8, 6, 0.18);
  border-top: 5px solid var(--gold);
  background:
    linear-gradient(135deg, rgba(255, 246, 231, 0.86), rgba(239, 230, 213, 0.62)),
    linear-gradient(90deg, transparent 0 92%, rgba(47, 102, 88, 0.18) 92%);
  box-shadow: 0 18px 38px rgba(9, 8, 6, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hour-ledger article:nth-child(2),
.hour-ledger article:nth-child(4) {
  transform: translateY(1.3rem);
}

.hour-ledger article:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 26px 54px rgba(9, 8, 6, 0.16);
}

.hour-ledger article:nth-child(2):hover,
.hour-ledger article:nth-child(4):hover {
  transform: translateY(0.9rem);
}

.hour-ledger time {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--green-dark);
  font-family: var(--display);
  font-size: 4.6rem;
  line-height: 0.76;
}

.hour-ledger p,
.issue-tile p,
.closing-ledger p,
.closing-note {
  margin: 0.8rem 0 0;
}

.issues-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(212, 175, 55, 0.16), transparent 24rem),
    linear-gradient(122deg, rgba(47, 102, 88, 0.28), transparent 34%),
    linear-gradient(180deg, rgba(9, 8, 6, 0.97), rgba(18, 15, 11, 0.94)),
    var(--ink);
  color: var(--marble-light);
}

.issues-section .section-intro,
.issues-section h2 {
  color: var(--marble-light);
}

.issues-section .kicker {
  color: var(--gold);
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.4vw, 1.1rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.issue-tile {
  position: relative;
  grid-column: span 2;
  overflow: hidden;
  min-height: 310px;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(212, 175, 55, 0.34);
  background:
    linear-gradient(160deg, rgba(255, 246, 231, 0.12), rgba(47, 102, 88, 0.18) 46%, rgba(9, 8, 6, 0.4)),
    #14100c;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.issue-tile:nth-child(1),
.issue-tile:nth-child(6) {
  grid-column: span 3;
}

.issue-tile:nth-child(2),
.issue-tile:nth-child(5) {
  transform: translateY(1.5rem);
}

.issue-tile:hover {
  border-color: rgba(212, 175, 55, 0.7);
  box-shadow: 0 32px 66px rgba(0, 0, 0, 0.32);
  transform: translateY(-0.25rem);
}

.issue-tile:nth-child(2):hover,
.issue-tile:nth-child(5):hover {
  transform: translateY(1rem);
}

.issue-tile::after {
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 10rem;
  aspect-ratio: 1;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 50%;
  background: repeating-conic-gradient(rgba(212, 175, 55, 0.18) 0deg 6deg, transparent 6deg 14deg);
  content: "";
}

.issue-tile::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(212, 175, 55, 0.12) 48% 48.5%, transparent 48.5%),
    repeating-linear-gradient(0deg, transparent 0 23px, rgba(255, 246, 231, 0.035) 23px 24px);
  content: "";
  opacity: 0.8;
  pointer-events: none;
}

.tile-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  font-family: var(--ticker);
}

.tile-topline span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.2rem 0.55rem;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
}

.tile-topline strong {
  color: var(--marble-light);
  font-size: 1.35rem;
}

.issue-tile p {
  position: relative;
  z-index: 1;
  color: rgba(255, 246, 231, 0.82);
}

.issue-tile dl {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 2rem 0 0;
}

.prospectus-strip {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 0.7rem;
  margin-top: clamp(2rem, 4vw, 3.4rem);
  transform: rotate(-0.8deg);
}

.prospectus-strip span {
  min-height: 74px;
  padding: 0.85rem 1rem;
  border-top: 4px solid var(--gold);
  background:
    linear-gradient(90deg, rgba(201, 41, 29, 0.14), transparent 48%),
    rgba(255, 246, 231, 0.1);
  color: rgba(255, 246, 231, 0.86);
  font-family: var(--ticker);
  font-weight: 700;
}

.issue-tile dt {
  color: var(--gold);
  font-family: var(--ticker);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.issue-tile dd {
  margin: 0.1rem 0 0;
  color: var(--marble-light);
}

.wall-section {
  background:
    radial-gradient(circle at 0 22%, rgba(212, 175, 55, 0.2), transparent 30rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 26% 74%, rgba(212, 175, 55, 0.08)),
    linear-gradient(135deg, var(--green-dark), #060504 62%);
  color: var(--marble-light);
}

.wall-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 34px;
  background:
    linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.32), transparent),
    repeating-linear-gradient(135deg, rgba(212, 175, 55, 0.76) 0 10px, rgba(47, 102, 88, 0.76) 10px 20px, transparent 20px 34px);
  content: "";
  opacity: 0.82;
}

.wall-section h2,
.wall-section .section-intro {
  color: var(--marble-light);
}

.wall-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.quote-theater {
  position: relative;
  min-width: 0;
  padding-bottom: 3.6rem;
}

.quote-theater::before {
  position: absolute;
  inset: -1.3rem -1rem 3.2rem;
  z-index: -1;
  border: 1px solid rgba(212, 175, 55, 0.24);
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.14), transparent 22%),
    rgba(0, 0, 0, 0.18);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.34);
  content: "";
}

.station-header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
  align-items: center;
  margin: 0 0 0.65rem;
  color: var(--marble-light);
  font-family: var(--ticker);
  font-weight: 700;
  text-transform: uppercase;
}

.station-header span {
  color: rgba(255, 246, 231, 0.58);
  font-size: 0.78rem;
}

.station-header span:last-child {
  text-align: right;
}

.station-header strong {
  padding: 0.28rem 0.8rem;
  border: 1px solid rgba(212, 175, 55, 0.42);
  background: rgba(9, 8, 6, 0.6);
  color: var(--gold);
  letter-spacing: 0.04em;
}

.theater-ornament {
  top: -3rem;
  right: -1rem;
  left: -1rem;
  height: 90px;
  opacity: 0.76;
}

.wide-board {
  min-height: 650px;
  padding: 1.2rem;
  transform: perspective(1100px) rotateY(-1.4deg);
}

.wide-board .quote-row {
  grid-template-columns: 4.6rem minmax(8rem, 1fr) 5.8rem 4.5rem;
  min-height: 47px;
}

.call-slip {
  position: relative;
  z-index: 3;
  width: min(430px, calc(100% - 3rem));
  margin: -1.6rem 1.4rem 0 auto;
  padding: 1rem;
  border-left: 6px solid var(--gold);
  background: rgba(248, 237, 218, 0.94);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  transform: rotate(-1.4deg);
}

.call-slip p {
  margin: 0 0 0.35rem;
  color: var(--green-dark);
  font-family: var(--ticker);
  font-weight: 700;
}

.call-slip strong,
.call-slip span {
  display: block;
}

.call-slip span {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.crash-section {
  min-height: 128svh;
  padding-top: clamp(7rem, 14vw, 12rem);
  padding-bottom: clamp(8rem, 15vw, 14rem);
  background:
    radial-gradient(circle at 76% 18%, rgba(201, 41, 29, var(--crash-red-alpha)), transparent 25rem),
    linear-gradient(90deg, rgba(143, 23, 23, var(--crash-wash-alpha)), transparent 42%),
    linear-gradient(180deg, #0a0605, #230706 54%, #080504);
  color: var(--marble-light);
}

.crash-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background:
    linear-gradient(90deg, rgba(201, 41, 29, 0.18), transparent 22% 78%, rgba(201, 41, 29, 0.18)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px);
  content: "";
}

.crash-section::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(201, 41, 29, var(--crash-slash-alpha)) 42.2% 48%, transparent 48.2%),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(255, 246, 231, var(--crash-line-alpha)) 72px 74px);
  content: "";
  pointer-events: none;
}

.crash-curtain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: var(--crash-curtain-opacity);
  background:
    linear-gradient(180deg, transparent 0 18%, rgba(143, 23, 23, 0.34) 36%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(201, 41, 29, 0.22) 0 1px, transparent 1px 12px);
  transform: translateY(var(--crash-curtain-y));
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.crash-stamp {
  position: absolute;
  top: clamp(5.8rem, 11vw, 10rem);
  right: clamp(-2rem, 4vw, 5rem);
  z-index: 0;
  max-width: min(88vw, 780px);
  opacity: var(--crash-stamp-opacity);
  color: rgba(201, 41, 29, 0.82);
  pointer-events: none;
  transform: translate3d(0, var(--crash-stamp-y), 0) rotate(-9deg) scale(var(--crash-stamp-scale));
  transform-origin: 70% 50%;
  transition: opacity 0.2s ease;
  mix-blend-mode: screen;
}

.crash-stamp span {
  display: block;
  font-family: var(--display);
  font-size: clamp(8rem, 18vw, 19rem);
  line-height: 0.72;
  text-transform: uppercase;
  text-shadow:
    0 0 0.05em rgba(212, 175, 55, 0.22),
    0 0 0.22em rgba(201, 41, 29, 0.42);
  -webkit-text-stroke: 1px rgba(255, 246, 231, 0.2);
}

.crash-stamp small {
  display: block;
  margin-top: 0.4rem;
  padding: 0.22rem 0.5rem;
  border-top: 1px solid rgba(255, 246, 231, 0.32);
  border-bottom: 1px solid rgba(255, 246, 231, 0.16);
  color: rgba(255, 246, 231, 0.72);
  font-family: var(--ticker);
  font-size: clamp(0.8rem, 1.4vw, 1.05rem);
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.crash-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.crash-copy {
  position: sticky;
  top: 110px;
}

.crash-section h2 {
  color: var(--marble-light);
}

.crash-lede {
  max-width: 38rem;
  color: rgba(255, 246, 231, 0.82);
  font-size: clamp(1.06rem, 1.8vw, 1.3rem);
  font-weight: 500;
}

.crash-telegraph {
  display: grid;
  gap: 0.55rem;
  max-width: 36rem;
  margin-top: 1.6rem;
}

.crash-telegraph span {
  padding: 0.68rem 0.8rem;
  border-left: 5px solid var(--red-bright);
  background:
    linear-gradient(90deg, rgba(201, 41, 29, 0.24), transparent 58%),
    rgba(255, 246, 231, 0.07);
  color: rgba(255, 246, 231, 0.88);
  font-family: var(--ticker);
  font-weight: 700;
}

.panic-stage {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 1rem;
  align-items: start;
  position: relative;
}

.panic-stage::before {
  position: absolute;
  inset: -1.2rem -1rem;
  z-index: -1;
  border: 1px solid rgba(201, 41, 29, 0.38);
  background:
    radial-gradient(circle at 50% 0, rgba(212, 175, 55, 0.14), transparent 18rem),
    rgba(0, 0, 0, 0.22);
  box-shadow: 0 36px 110px rgba(143, 23, 23, 0.28);
  content: "";
}

.panic-dial {
  min-height: 300px;
  padding: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.46);
  background:
    radial-gradient(circle at 50% 32%, rgba(212, 175, 55, 0.22), transparent 9rem),
    #120807;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
  transform: rotate(-1.6deg);
}

.panic-dial span {
  display: block;
  color: var(--red-bright);
  font-family: var(--display);
  font-size: clamp(6rem, 13vw, 12rem);
  line-height: 0.74;
}

.panic-dial small {
  display: block;
  color: rgba(255, 246, 231, 0.78);
  font-family: var(--ticker);
  font-size: 1rem;
  font-weight: 700;
}

.panic-board {
  min-height: 500px;
  padding: 1rem;
  border-color: rgba(201, 41, 29, 0.7);
  background:
    repeating-linear-gradient(0deg, transparent 0 43px, rgba(201, 41, 29, 0.24) 43px 44px),
    linear-gradient(140deg, #260706, #070303 54%, #2b0907);
  transform: rotate(0.8deg);
}

.panic-ledger {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.panic-ledger li {
  min-height: 135px;
  padding: 1rem;
  border-top: 4px solid var(--red-bright);
  background: rgba(255, 246, 231, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 246, 231, 0.04);
}

.panic-ledger time {
  display: block;
  color: var(--gold);
  font-family: var(--display);
  font-size: 3.4rem;
  line-height: 0.8;
}

.panic-ledger span {
  color: rgba(255, 246, 231, 0.82);
}

.margin-call {
  grid-column: 1 / -1;
  width: min(640px, 100%);
  margin-left: auto;
  padding: 1rem 1.1rem;
  border-left: 7px solid var(--red-bright);
  background:
    linear-gradient(92deg, rgba(201, 41, 29, 0.2), transparent 50%),
    rgba(255, 246, 231, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  transform: rotate(1deg);
}

.margin-call p {
  margin: 0 0 0.35rem;
  color: var(--gold);
  font-family: var(--ticker);
  font-weight: 700;
  text-transform: uppercase;
}

.margin-call strong,
.margin-call span {
  display: block;
}

.margin-call span {
  margin-top: 0.3rem;
  color: rgba(255, 246, 231, 0.76);
}

.closing-section {
  position: relative;
  padding-bottom: clamp(8rem, 13vw, 12rem);
  background:
    linear-gradient(100deg, rgba(212, 175, 55, 0.12), transparent 32% 70%, rgba(47, 102, 88, 0.12)),
    radial-gradient(circle at 12% 12%, rgba(47, 102, 88, 0.2), transparent 25rem),
    linear-gradient(180deg, rgba(239, 230, 213, 0.96), var(--marble));
}

.closing-section::before {
  position: absolute;
  right: -7rem;
  bottom: 3rem;
  width: min(62vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(212, 175, 55, 0.18) 0 12%, transparent 12.5%),
    repeating-conic-gradient(rgba(212, 175, 55, 0.12) 0deg 4deg, transparent 4deg 12deg);
  content: "";
  pointer-events: none;
}

.closing-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.closing-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.closing-ledger div {
  min-height: 270px;
  padding: 1rem;
  border: 1px solid rgba(9, 8, 6, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 246, 231, 0.74), rgba(239, 230, 213, 0.68)),
    repeating-linear-gradient(90deg, transparent 0 21px, rgba(212, 175, 55, 0.16) 21px 22px);
  box-shadow: 0 18px 45px rgba(9, 8, 6, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.closing-ledger div:nth-child(2) {
  transform: translateY(-1rem);
}

.closing-ledger div:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 26px 58px rgba(9, 8, 6, 0.16);
}

.closing-ledger div:nth-child(2):hover {
  transform: translateY(-1.4rem);
}

.big-number {
  display: block;
  color: var(--green-dark);
  font-family: var(--display);
  font-size: clamp(6rem, 12vw, 11rem);
  line-height: 0.74;
}

.closing-note {
  grid-column: 1 / -1;
  max-width: none;
  margin-top: 0.4rem;
  padding: 1.2rem clamp(1rem, 3vw, 2rem);
  border-top: 3px solid var(--gold);
  background:
    linear-gradient(90deg, rgba(47, 102, 88, 0.28), transparent 58%),
    rgba(255, 246, 231, 0.74);
  box-shadow: 0 16px 44px rgba(9, 8, 6, 0.1);
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 1.9vw, 1.45rem);
  font-weight: 600;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 3vw, 2.5rem) calc(54px + 1.5rem);
  border-top: 1px solid rgba(212, 175, 55, 0.42);
  background:
    linear-gradient(90deg, rgba(47, 102, 88, 0.24), transparent 30% 70%, rgba(212, 175, 55, 0.16)),
    var(--ink);
  color: var(--marble-light);
  z-index: 17;
}

.site-footer p {
  margin: 0;
  font-family: var(--ticker);
  font-weight: 700;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem;
}

.site-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 246, 231, 0.86);
  transition: color 0.18s ease, transform 0.18s ease;
}

.site-footer a:hover {
  color: var(--gold);
  transform: translateY(-1px);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js body:not(.ready) .hero .reveal,
.js body:not(.ready) .guide-hero .reveal {
  opacity: 0;
  transform: translateY(24px);
}

body.ready .reveal.is-visible,
body.ready .hero .reveal {
  opacity: 1;
  transform: translateY(0);
}

body.ready .hero .hero-board {
  transition-delay: 0.16s;
}

body.market-crash .quote-drift {
  opacity: 0.46;
}

body.market-crash .drift-lane {
  animation-duration: 13s;
}

body.market-crash .drift-row {
  border-color: rgba(201, 41, 29, 0.5);
  background: rgba(77, 9, 7, 0.72);
  color: rgba(255, 246, 231, 0.82);
}

body.market-crash .drift-row span:first-child {
  color: var(--gold);
}

body.market-crash .quote-board {
  border-color: rgba(201, 41, 29, 0.78);
  background:
    repeating-linear-gradient(0deg, transparent 0 43px, rgba(201, 41, 29, 0.22) 43px 44px),
    linear-gradient(140deg, #2a0907, #060303 54%, #3a0c09);
  box-shadow: 0 30px 90px rgba(143, 23, 23, 0.34), inset 0 0 0 8px rgba(201, 41, 29, 0.08);
}

body.market-crash .rail-slip {
  border-left-color: var(--red-bright);
  background:
    linear-gradient(102deg, rgba(201, 41, 29, 0.16), transparent 46%),
    repeating-linear-gradient(0deg, transparent 0 20px, rgba(9, 8, 6, 0.045) 20px 21px),
    rgba(255, 230, 213, 0.95);
}

body.market-crash .rail-slip p {
  color: var(--red);
}

body.market-crash .wide-board .quote-row,
body.market-crash .panic-board .quote-row {
  animation: quote-shudder 0.56s steps(2, end) infinite;
  animation-delay: calc(var(--row-index) * -46ms);
}

@keyframes quote-shudder {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3px); }
}

body.market-crash .session-ribbon span {
  border-color: rgba(201, 41, 29, 0.72);
  background: rgba(77, 9, 7, 0.82);
}

body.market-crash .ticker-canvas {
  filter: saturate(1.25) contrast(1.06);
}

.guide-body {
  background:
    radial-gradient(circle at 68% 0, rgba(212, 175, 55, 0.28), transparent 28rem),
    radial-gradient(circle at 0 32%, rgba(47, 102, 88, 0.22), transparent 24rem),
    var(--marble);
}

.guide-main {
  position: relative;
  z-index: 2;
}

.guide-hero {
  min-height: 62svh;
  padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 5vw, 4rem) clamp(3rem, 7vw, 6rem);
  border-bottom: 8px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(9, 8, 6, 0.92) 0 5px, transparent 5px calc(100% - 5px), rgba(9, 8, 6, 0.92) calc(100% - 5px)),
    linear-gradient(118deg, rgba(9, 8, 6, 0.12) 0 35%, transparent 35.2% 72%, rgba(47, 102, 88, 0.13) 72.2%),
    radial-gradient(circle at 50% 0, rgba(212, 175, 55, 0.42), transparent 32rem);
}

.guide-hero .section-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.48fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}

.guide-hero h1 {
  max-width: 12ch;
  font-size: clamp(7rem, 17vw, 16rem);
}

.guide-hero-copy {
  min-width: 0;
}

.guide-hero-ledger {
  align-self: center;
  display: grid;
  gap: 0.65rem;
  transform: rotate(1.2deg);
}

.guide-hero-ledger span {
  min-height: 58px;
  padding: 0.85rem 1rem;
  border-left: 6px solid var(--gold);
  background:
    linear-gradient(90deg, rgba(47, 102, 88, 0.16), transparent 54%),
    rgba(255, 246, 231, 0.74);
  box-shadow: 0 16px 36px rgba(9, 8, 6, 0.12);
  color: var(--ink);
  font-family: var(--ticker);
  font-weight: 700;
}

.guide-article {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 840px);
  justify-content: space-between;
  gap: clamp(2.5rem, 7vw, 6.5rem);
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(8rem, 12vw, 10rem);
}

.guide-aside {
  position: sticky;
  top: 100px;
  align-self: start;
  z-index: 2;
  padding: 1rem 1rem 1.2rem;
  border-top: 5px solid var(--gold);
  background:
    linear-gradient(130deg, rgba(255, 246, 231, 0.94), rgba(239, 230, 213, 0.84)),
    repeating-linear-gradient(90deg, transparent 0 23px, rgba(212, 175, 55, 0.12) 23px 24px);
  box-shadow: 0 24px 54px rgba(9, 8, 6, 0.16);
}

.guide-aside h2 {
  font-size: clamp(4.6rem, 8vw, 8rem);
}

.guide-aside ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.guide-aside li {
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(9, 8, 6, 0.16);
  font-family: var(--ticker);
  font-weight: 700;
}

.guide-specimen {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4rem 0.7rem;
  margin-top: 1.2rem;
  padding: 0.8rem;
  background:
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(212, 175, 55, 0.18) 30px 31px),
    linear-gradient(140deg, #15120e, #050504 62%, #102720);
  color: var(--marble-light);
  font-family: var(--ticker);
}

.guide-specimen span {
  color: var(--gold);
  font-weight: 700;
}

.guide-specimen strong {
  justify-self: end;
  font-variant-numeric: tabular-nums;
}

.guide-specimen em {
  grid-column: 1 / -1;
  color: #ffb4a8;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.guide-copy {
  min-width: 0;
  padding: clamp(1.2rem, 2.4vw, 2.2rem);
  border-left: 5px solid rgba(212, 175, 55, 0.48);
  background:
    linear-gradient(90deg, rgba(47, 102, 88, 0.08), transparent 48%),
    rgba(255, 246, 231, 0.46);
  box-shadow: 0 24px 70px rgba(9, 8, 6, 0.09);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.guide-copy h2 {
  margin-top: 2.2rem;
  font-size: clamp(4.2rem, 7vw, 7rem);
}

.guide-copy h2:first-child {
  margin-top: 0;
}

.guide-copy p {
  margin: 0.85rem 0 0;
  text-wrap: pretty;
}

.guide-copy code {
  padding: 0.05rem 0.28rem;
  background: rgba(9, 8, 6, 0.1);
  font-family: var(--ticker);
  font-size: 0.94em;
}

@media (max-width: 1050px) {
  .hero,
  .split-shell,
  .wall-shell,
  .crash-shell,
  .closing-shell,
  .guide-hero .section-shell,
  .guide-article {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .floor-map {
    width: min(72vw, 560px);
    opacity: 0.12;
  }

  .hero-board {
    min-height: 500px;
  }

  .hero-board-stack,
  .wide-board,
  .panic-board,
  .panic-dial,
  .margin-call {
    transform: none;
  }

  .section-heading.narrow,
  .section-intro,
  .crash-lede {
    max-width: 100%;
  }

  .crash-copy {
    position: relative;
    top: auto;
  }

  .guide-aside {
    position: relative;
    top: auto;
  }

  .closing-note {
    grid-column: auto;
  }

  .issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .issue-tile,
  .issue-tile:nth-child(1),
  .issue-tile:nth-child(6) {
    grid-column: auto;
  }

  .issue-tile:nth-child(2),
  .issue-tile:nth-child(5),
  .hour-ledger article:nth-child(2),
  .hour-ledger article:nth-child(4) {
    transform: none;
  }

  .prospectus-strip {
    grid-template-columns: 1fr;
    transform: none;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .site-nav {
    align-items: center;
    flex-direction: row;
    gap: 0.3rem;
    min-height: 0;
    padding-block: 0.45rem;
  }

  .brand-mark {
    gap: 0.24rem;
  }

  .brand-mark span {
    font-size: 1.85rem;
  }

  .brand-mark strong {
    font-size: 2.35rem;
  }

  .nav-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.08rem;
    width: auto;
    flex: 0 0 auto;
  }

  .nav-links a {
    justify-content: center;
    min-width: 44px;
    border-top: 0;
    border-left: 1px solid rgba(212, 175, 55, 0.22);
    padding-inline: 0.36rem;
    font-size: 0.68rem;
  }

  .quote-drift {
    inset: -4vh -24vw;
    opacity: 0.18;
  }

  .drift-lane {
    width: 240px;
  }

  .hero {
    padding: 1.45rem 1rem 5.2rem;
  }

  .hero-sun {
    top: -10rem;
    right: -12rem;
    width: 520px;
  }

  .floor-map {
    inset: 7rem -6rem auto auto;
    width: 340px;
    grid-template-columns: 1fr 0.7fr;
  }

  .session-ribbon {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    order: 3;
    margin-top: -2rem;
    transform: none;
  }

  .session-ribbon span {
    min-height: 30px;
    padding: 0.28rem 0.48rem;
    font-size: 0.64rem;
  }

  h1 {
    font-size: clamp(7.2rem, 31vw, 10rem);
  }

  h2 {
    font-size: clamp(3.9rem, 16.5vw, 6.2rem);
  }

  .hero-ledger,
  .hour-ledger,
  .issue-grid,
  .closing-ledger,
  .panic-stage,
  .panic-ledger {
    grid-template-columns: 1fr;
  }

  .hero-ledger {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .hero-ledger span {
    padding: 0.58rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .hero-ledger b {
    font-size: 1.85rem;
  }

  .hero-ledger span,
  .hour-ledger article,
  .issue-tile,
  .closing-ledger div,
  .panic-ledger li {
    min-height: auto;
  }

  .section-shell {
    width: min(100% - 2rem, 1340px);
  }

  .content-section {
    padding: 4.5rem 0;
  }

  .wall-section {
    padding-top: 3.5rem;
  }

  .hero-board,
  .wide-board,
  .panic-board {
    min-height: 420px;
    padding: 0.6rem;
  }

  .hero-board-stack {
    padding: 1.7rem 0.5rem 4.5rem;
  }

  .board-crown {
    right: 1.2rem;
    left: 1.4rem;
  }

  .broker-note {
    width: calc(100% - 1rem);
    right: 0.5rem;
    bottom: 0.5rem;
    padding: 0.72rem 0.8rem;
  }

  .quote-row,
  .wide-board .quote-row {
    grid-template-columns: 3.5rem minmax(0, 1fr) 4.6rem;
    gap: 0.35rem;
    min-height: 44px;
    font-size: 0.88rem;
  }

  .quote-row .quote-delta {
    display: none;
  }

  .quote-name {
    font-size: 0.84rem;
  }

  .rail-slip {
    right: 0.55rem;
    left: 0.55rem;
    width: auto;
    padding: 0.68rem 0.72rem;
    transform-origin: 50% 50%;
  }

  .rail-slip strong {
    font-size: 2.7rem;
  }

  .call-slip {
    position: relative;
    width: 100%;
    margin: 1rem 0 0;
    transform: none;
  }

  .panic-dial {
    min-height: 190px;
  }

  .crash-telegraph {
    margin-top: 1.1rem;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: calc(38px + 1rem);
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .ticker-canvas {
    height: 36px;
  }

  .guide-hero h1 {
    font-size: clamp(6.2rem, 28vw, 9rem);
  }

  .guide-hero {
    min-height: auto;
    padding-top: 3.2rem;
  }

  .guide-hero-ledger {
    transform: none;
  }

  .guide-aside {
    position: relative;
    top: auto;
  }

  .guide-copy {
    padding: 1rem;
    border-left: 0;
    border-top: 4px solid rgba(212, 175, 55, 0.54);
    background: rgba(255, 246, 231, 0.42);
  }

  .station-header {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .station-header span {
    display: none;
  }
}

@media (max-width: 430px) {
  .brand-mark span {
    font-size: 1.7rem;
  }

  .brand-mark strong {
    font-size: 2.05rem;
  }

  .hero-lede,
  .section-intro,
  .crash-lede,
  .closing-note {
    font-size: 1rem;
  }

  .issue-tile dl {
    grid-template-columns: 1fr;
  }

  .hero-ledger b {
    font-size: 1.55rem;
  }

  .hero-ledger span {
    padding: 0.48rem 0.38rem;
    font-size: 0.64rem;
  }

  .nav-links {
    width: auto;
  }

  .nav-links a {
    padding-inline: 0.24rem;
    font-size: 0.63rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
