/* FABLE — THE GRAND TOUR
   One page, seven chapters, each performing a cluster of the fleet's signature techniques.
   Master frame: obsidian. Chapters override. Fonts: Instrument Serif / IBM Plex Mono / Archivo. */

:root {
  --void: #0b0b10;
  --paper: #f2f0ea;
  --parchment: #f1ebdd;
  --bone: #ece9e1;
  --ink: #16140f;
  --crt: #29f07a;
  --crt-dim: rgba(41, 240, 122, 0.55);
  --neon-m: #ff3ea5;
  --neon-c: #27e6ff;
  --magenta: #c9336a;
  --gold: #d9a441;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --grotesk: "Archivo", Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--void);
  color: #efece4;
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--magenta); color: #fff; }
.tnum { font-variant-numeric: tabular-nums; }
.mono { font-family: var(--mono); }
.serif { font-family: var(--serif); font-weight: 400; }
.grotesk { font-family: var(--grotesk); }

img { max-width: 100%; display: block; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--magenta); color: #fff; padding: 0.7rem 1.2rem;
}
.skip-link:focus { left: 0; }

/* ————— chapter rail ————— */
.rail {
  position: fixed; left: 1.1rem; top: 50%; transform: translateY(-50%);
  z-index: 50; display: flex; flex-direction: column; gap: 0.35rem;
}
.rail a {
  display: grid; place-items: center; width: 2rem; height: 2rem;
  font-family: var(--serif); font-size: 0.8rem; text-decoration: none;
  color: rgba(255, 255, 255, 0.6); border: 1px solid transparent; border-radius: 50%;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
  mix-blend-mode: difference;
}
.rail a.is-here { color: #fff; border-color: rgba(255, 255, 255, 0.55); }
.rail a:hover { color: #fff; }
@media (max-width: 900px) { .rail { display: none; } }

/* ————— reveals ————— */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ═══════════ OVERTURE ═══════════ */
.ov { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; }
.ov-gl { position: absolute; inset: 0; width: 100%; height: 100%; }
.ov-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(90% 65% at 50% 58%, rgba(11, 11, 16, 0.55) 0%, rgba(11, 11, 16, 0.18) 55%, transparent 100%),
    linear-gradient(to bottom, rgba(11,11,16,0.35), transparent 30%, transparent 72%, var(--void) 100%);
  /* grain */
}
.ov-scrim::after {
  content: ""; position: absolute; inset: 0; mix-blend-mode: overlay; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
}
.ov-inner { position: relative; z-index: 2; text-align: center; padding: 4rem 1.5rem 5rem; max-width: 62rem; }
.ov-kicker { font-size: 0.6875rem; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
.ov-title {
  font-family: var(--serif); font-weight: 400; line-height: 0.9;
  font-size: clamp(5.2rem, 20vw, 15rem); letter-spacing: 0.02em; margin-top: 1.2rem;
  text-shadow: 0 8px 60px rgba(0, 0, 0, 0.45);
}
.ov-title em { font-style: italic; }
.ov-line { margin-top: 1.4rem; font-size: 0.8125rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.ov-sub { margin: 1.6rem auto 0; max-width: 34rem; font-size: 0.875rem; color: rgba(255,255,255,0.68); }
.ov-sub strong { color: #fff; font-weight: 500; }
.ov-sub em { font-family: var(--serif); font-style: italic; font-size: 1.05em; color: #fff; }
.ov-stats { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; font-size: 0.75rem; color: rgba(255,255,255,0.62); }
.ov-stats b { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; color: #fff; margin-right: 0.3rem; }
.ov-stats i { color: rgba(255,255,255,0.3); font-style: normal; }
.ov-cue { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; width: 1px; height: 56px; overflow: hidden; }
.ov-cue span { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent, #fff); animation: cue 2.2s ease-in-out infinite; }
@keyframes cue { 0% { transform: translateY(-100%);} 60%,100% { transform: translateY(100%);} }
@media (prefers-reduced-motion: reduce) { .ov-cue { display: none; } }

/* ————— ticker ————— */
.ticker { overflow: hidden; border-top: 1px solid rgba(255,255,255,0.14); border-bottom: 1px solid rgba(255,255,255,0.14); padding: 0.85rem 0; background: var(--void); }
.ticker-track {
  display: inline-flex; white-space: nowrap; gap: 2.4rem; padding-right: 2.4rem;
  font-size: 0.6875rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.4);
  animation: tick 95s linear infinite; will-change: transform;
}
.ticker-track b { color: #fff; font-weight: 400; }
@keyframes tick { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ————— shared chapter scaffolding ————— */
.ch { position: relative; padding: clamp(5rem, 12vh, 9rem) clamp(1.25rem, 5vw, 4.5rem); overflow: hidden; }
.ch-head { position: relative; z-index: 3; max-width: 60rem; }
.ch-no { font-size: 0.6875rem; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 1.4rem; }
.ch-title { font-size: clamp(2.6rem, 6.5vw, 5rem); line-height: 1.02; letter-spacing: -0.01em; text-wrap: balance; }
.ch-desc { margin-top: 1.5rem; max-width: 36rem; font-size: 0.875rem; }
.cards { position: relative; z-index: 3; display: grid; gap: 1.5rem; margin-top: 3.5rem; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); }

/* card chassis (chapters re-skin it) */
.card { position: relative; display: flex; flex-direction: column; min-width: 0; text-decoration: none; color: inherit; }
.card-frame { position: relative; overflow: hidden; aspect-ratio: 8/5; }
.card-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.card:hover .card-frame img { transform: scale(1.045); }
.card-cap { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: 0.9rem; }
.card-name { font-family: var(--serif); font-size: 1.5rem; letter-spacing: 0.02em; }
.card-no { font-size: 0.6875rem; opacity: 0.55; }
.card-tech { margin-top: 0.2rem; font-size: 0.72rem; opacity: 0.66; }
.card-visit { margin-top: 0.7rem; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.5; transition: opacity 0.3s; }
.card:hover .card-visit { opacity: 1; }
.card:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

/* ═══════════ I · LIGHT — caustics + glass + dispersion ═══════════ */
.ch-light { background: #06121c; color: #eaf4f8; }
.caustics { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.85; }
.ch-light .ch-no { color: #7fd8e8; }
.ch-light .ch-title em { font-style: italic; color: #9be8f4; }
.glass-cards .card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.9rem;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), box-shadow 0.5s, border-color 0.5s;
}
.glass-cards .card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.34);
  /* prism: chromatic dispersion on the edges */
  box-shadow: -3px 0 14px rgba(255, 62, 100, 0.28), 3px 0 14px rgba(39, 160, 255, 0.28), 0 24px 50px -18px rgba(0, 0, 0, 0.6);
}
.glass-cards .card-frame { border: 1px solid rgba(255,255,255,0.12); }

/* ═══════════ II · COSMOS — starfield, vapor floor, neon ═══════════ */
.ch-cosmos { background: #05050c; color: #e8e6f4; padding-bottom: clamp(7rem, 16vh, 12rem); }
.stars { position: absolute; inset: 0; width: 100%; height: 100%; }
.vapor-floor {
  position: absolute; left: -20%; right: -20%; bottom: -6%; height: 42%;
  background:
    linear-gradient(to top, rgba(255, 62, 165, 0.16), transparent 70%),
    repeating-linear-gradient(90deg, rgba(255, 62, 165, 0.34) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(39, 230, 255, 0.26) 0 1px, transparent 1px 46px);
  transform: perspective(520px) rotateX(63deg);
  transform-origin: 50% 100%;
  mask-image: linear-gradient(to top, black 55%, transparent);
  -webkit-mask-image: linear-gradient(to top, black 55%, transparent);
}
.ch-cosmos .ch-no { color: var(--neon-c); }
.ch-cosmos .ch-title em { font-style: italic; color: var(--neon-m); text-shadow: 0 0 18px rgba(255, 62, 165, 0.75), 0 0 60px rgba(255, 62, 165, 0.4); }
.neon-flicker { animation: flick 6.5s infinite; }
@keyframes flick {
  0%, 100% { opacity: 1; } 41% { opacity: 1; } 42% { opacity: 0.35; } 43% { opacity: 1; }
  45% { opacity: 0.5; } 46% { opacity: 1; } 72% { opacity: 1; } 73% { opacity: 0.4; } 74% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) { .neon-flicker { animation: none; } }
.neon-cards .card { border: 1px solid rgba(255, 62, 165, 0.4); padding: 0.9rem; background: rgba(8, 8, 18, 0.72); transition: box-shadow 0.4s, border-color 0.4s, transform 0.5s; }
.neon-cards .card:hover { border-color: var(--neon-m); box-shadow: 0 0 0 1px rgba(255,62,165,0.5), 0 0 26px rgba(255, 62, 165, 0.36), inset 0 0 22px rgba(39, 230, 255, 0.08); transform: translateY(-5px); }
.neon-cards .card-name { color: #fff; text-shadow: 0 0 12px rgba(39, 230, 255, 0.5); }

/* ═══════════ III · TYPE — kinetic, swiss, brutalist ═══════════ */
.ch-type { background: var(--paper); color: var(--ink); }
.ch-type .ch-no.ink, .ch-type .ch-desc.ink { color: rgba(22, 20, 15, 0.62); }
.ch-type .ch-title {
  font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em;
  font-size: clamp(2.8rem, 8.5vw, 7rem); line-height: 0.95;
}
.kinetic-word {
  display: inline-block; color: var(--magenta);
  font-style: italic; font-family: var(--serif); font-weight: 400; text-transform: none;
  transform: skewX(calc(var(--vel, 0) * -1deg)) scaleY(calc(1 + var(--velabs, 0) * 0.012));
  will-change: transform;
}
.swiss-cards { grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); }
.swiss-cards .card { border-top: 3px solid var(--ink); padding-top: 1rem; }
.swiss-cards .card-frame { border: 1px solid rgba(22,20,15,0.2); }
.swiss-cards .card-name { font-family: var(--grotesk); font-weight: 700; letter-spacing: -0.01em; }
.swiss-cards .card:hover .card-name { color: var(--magenta); }
.swiss-cards .card[data-slug="monolith"] { background: #1d1c1a; color: var(--paper); padding: 1rem; border-top-color: #1d1c1a; }
.swiss-cards .card[data-slug="monolith"] .card-no { font-size: 2.2rem; font-family: var(--grotesk); font-weight: 900; opacity: 0.25; line-height: 1; }

/* ═══════════ IV · MACHINE — CRT shell, traces, glitch ═══════════ */
.ch-machine { background: #030803; color: var(--crt); }
.crt-dim { color: var(--crt-dim); }
.traces { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.5; }
.traces path {
  fill: none; stroke: rgba(41, 240, 122, 0.16); stroke-width: 1.5;
  stroke-dasharray: 8 460; stroke-dashoffset: 0; animation: current 7s linear infinite;
}
.traces path:nth-child(2) { animation-delay: -2.4s; }
.traces path:nth-child(3) { animation-delay: -4.8s; }
@keyframes current { to { stroke-dashoffset: -468; } }
@media (prefers-reduced-motion: reduce) { .traces path { animation: none; stroke-dasharray: none; } }
.mono-title { font-family: var(--mono); font-weight: 500; font-size: clamp(1.4rem, 4.2vw, 2.6rem); letter-spacing: 0; }
.crt-prompt { color: var(--crt-dim); }
.crt-flag { color: #baffd6; }
.crt-caret { display: inline-block; width: 0.55em; height: 1.05em; margin-left: 0.25em; background: var(--crt); vertical-align: text-bottom; animation: caret 1.1s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.crt-cards .card { border: 1px solid rgba(41, 240, 122, 0.35); padding: 0.9rem; background: rgba(3, 12, 5, 0.85); }
.crt-cards .card-frame { filter: saturate(0.85); border: 1px solid rgba(41,240,122,0.2); }
.crt-cards .card-name { font-family: var(--mono); font-weight: 500; font-size: 1.2rem; letter-spacing: 0.08em; position: relative; }
.crt-cards .card:hover { border-color: var(--crt); box-shadow: 0 0 22px rgba(41, 240, 122, 0.22); }
/* RGB split on hover — the GLITCH signature */
.crt-cards .card:hover .card-name { animation: jitter 0.32s steps(2) infinite; text-shadow: -2px 0 rgba(255, 40, 90, 0.9), 2px 0 rgba(40, 170, 255, 0.9); }
@keyframes jitter { 0% { transform: translateX(0);} 25% { transform: translateX(-1.5px);} 50% { transform: translateX(1.5px);} 75% { transform: translateX(-0.5px);} 100% { transform: translateX(0);} }
@media (prefers-reduced-motion: reduce) { .crt-cards .card:hover .card-name { animation: none; } }
.scanlines { position: absolute; inset: 0; z-index: 4; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.22) 0 1px, transparent 1px 3px); mix-blend-mode: multiply; }

/* ═══════════ V · NATURE — vine, ensō, fog, embers ═══════════ */
.ch-nature { background: linear-gradient(to bottom, var(--parchment) 0%, var(--parchment) 72%, #2a1f1c 100%); color: var(--ink); }
.ch-nature .ink { color: rgba(22, 20, 15, 0.66); }
.ch-nature .ch-title.ink, .ch-nature .ch-title { color: var(--ink); }
.ch-nature .ch-title em { font-style: italic; color: #4c6b3c; }
.earth { color: #77683f; }
.vine { position: absolute; top: 2.2rem; left: 0; width: min(920px, 96vw); height: 140px; z-index: 1; }
#vine-path { fill: none; stroke: #4c6b3c; stroke-width: 2; stroke-linecap: round; }
#vine-leaves path { fill: #5d7c49; opacity: 0.85; }
.ink-cards .card { background: rgba(255, 255, 255, 0.5); border: 1px solid rgba(22, 20, 15, 0.25); padding: 0.9rem; transition: transform 0.5s, box-shadow 0.5s; }
.ink-cards .card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -16px rgba(22, 20, 15, 0.35); }
.ink-cards .card-frame { border: 1px solid rgba(22,20,15,0.2); }
/* FOREST fog on hover */
.ink-cards .card[data-slug="forest"] .card-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(236, 240, 236, 0.75), transparent 60%);
  opacity: 0; transition: opacity 0.6s;
}
.ink-cards .card[data-slug="forest"]:hover .card-frame::after { opacity: 1; }
/* EMBER heat glow */
.ink-cards .card[data-slug="ember"]:hover { box-shadow: 0 18px 44px -14px rgba(214, 92, 24, 0.55); border-color: rgba(214, 92, 24, 0.55); }
.enso { position: absolute; right: clamp(0.5rem, 6vw, 5rem); top: 3.2rem; width: clamp(80px, 12vw, 150px); z-index: 1; opacity: 0.9; }
#enso-path { stroke: var(--ink); stroke-width: 7; stroke-linecap: round; opacity: 0.85; }
.embers { position: absolute; left: 0; right: 0; bottom: 0; height: 34%; width: 100%; pointer-events: none; z-index: 2; }

/* ═══════════ VI · MATTER — marble, origami, impasto, helix ═══════════ */
.ch-matter {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.004 0.011' numOctaves='4' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 0.75 0 0 0 0 0.75 0 0 0 0 0.78 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='500' height='500' filter='url(%23m)'/%3E%3C/svg%3E"),
    #17181c;
  color: #e6e4df;
}
.stone { color: rgba(230, 228, 223, 0.6); }
.ch-matter .ch-title em { font-style: italic; color: var(--gold); }
.matter-cards .card { background: #1f2126; border: 1px solid rgba(230, 228, 223, 0.16); padding: 0.9rem; transition: transform 0.5s, border-color 0.5s; }
.matter-cards .card:hover { border-color: rgba(230, 228, 223, 0.4); transform: translateY(-4px); }
/* ORIGAMI: the plate folds open */
.matter-cards .card[data-slug="origami"] .card-frame { perspective: 900px; overflow: visible; }
.matter-cards .card[data-slug="origami"] .card-frame img {
  transform-origin: top center; transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transform: rotateX(38deg); box-shadow: 0 30px 40px -20px rgba(0,0,0,0.7);
}
.matter-cards .card[data-slug="origami"]:hover .card-frame img { transform: rotateX(0deg) scale(1.01); }
/* CANVAS: impasto edge */
.matter-cards .card[data-slug="canvas"] .card-frame { box-shadow: inset 0 0 0 6px rgba(230, 228, 223, 0.07); }
.helix { position: absolute; right: clamp(1rem, 7vw, 6rem); top: clamp(4rem, 10vh, 7rem); height: 170px; width: 60px; opacity: 1; }
.helix-col { position: absolute; top: 0; bottom: 0; width: 100%; }
.helix-col::before {
  content: "· · · · · · · ·"; position: absolute; inset: 0;
  writing-mode: vertical-rl; text-orientation: upright;
  font-size: 16px; letter-spacing: 5px; color: var(--gold);
  animation: helixspin 3.2s linear infinite;
}
.helix-col.b::before { animation-delay: -1.6s; color: rgba(230, 228, 223, 0.65); }
@keyframes helixspin {
  0% { transform: translateX(20px) scaleX(1); } 25% { transform: translateX(0) scaleX(0.4); }
  50% { transform: translateX(-20px) scaleX(1); } 75% { transform: translateX(0) scaleX(0.4); }
  100% { transform: translateX(20px) scaleX(1); }
}
@media (prefers-reduced-motion: reduce) { .helix-col::before { animation: none; } }

/* ═══════════ VII · SHADOW — noir spotlight ═══════════ */
.ch-shadow { background: #000; color: #dcd7cc; min-height: 100svh; cursor: none; }
.ch-shadow .dim { color: rgba(220, 215, 204, 0.55); }
.ch-shadow .ch-title em { font-style: italic; color: #fff; }
.noir-cards { grid-template-columns: minmax(0, 460px); }
.noir-cards .card { border: 1px solid rgba(220, 215, 204, 0.28); padding: 0.9rem; background: rgba(10, 10, 10, 0.8); }
.noir-cards .card-frame img { filter: grayscale(0.3) contrast(1.05); }
.constellation {
  position: relative; z-index: 3; margin-top: 4rem;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 0.6rem;
}
.mini {
  position: relative; display: block; aspect-ratio: 8/5; overflow: hidden;
  border: 1px solid rgba(220, 215, 204, 0.2); text-decoration: none;
}
.mini img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.mini span {
  position: absolute; inset: auto 0 0 0; padding: 0.2rem 0.4rem;
  font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff; background: rgba(0, 0, 0, 0.72);
  opacity: 0; transition: opacity 0.3s;
}
.mini:hover span, .mini:focus-visible span { opacity: 1; }
.mini:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
/* the darkness + the light. JS drives --tx/--ty. */
.shadow-veil { position: absolute; inset: 0; z-index: 5; pointer-events: none;
  background: rgba(0, 0, 0, 0.88);
  -webkit-mask-image: radial-gradient(circle 300px at var(--tx, 50%) var(--ty, 40%), transparent 0 36%, rgba(0,0,0,0.35) 62%, black 100%);
  mask-image: radial-gradient(circle 300px at var(--tx, 50%) var(--ty, 40%), transparent 0 36%, rgba(0,0,0,0.35) 62%, black 100%);
}
/* the chapter heading stays readable above the dark — the works live under the light */
.ch-shadow .ch-head { z-index: 6; }
.torch { position: absolute; z-index: 6; width: 10px; height: 10px; border-radius: 50%;
  background: #fff; box-shadow: 0 0 26px 10px rgba(255, 248, 220, 0.35);
  transform: translate(-50%, -50%); left: var(--tx, 50%); top: var(--ty, 40%);
  pointer-events: none; opacity: 0.9;
}
@media (hover: none), (prefers-reduced-motion: reduce) {
  .ch-shadow { cursor: auto; }
  .torch { display: none; }
}

/* ————— colophon ————— */
.colophon { background: #000; color: rgba(220, 215, 204, 0.75); padding: 4rem clamp(1.25rem, 5vw, 4.5rem) 3.5rem; }
.col-rule { height: 1px; background: rgba(220, 215, 204, 0.35); margin-bottom: 1.6rem; }
.col-credit { max-width: 46rem; font-size: 0.875rem; }
.col-credit strong { color: #fff; font-weight: 500; }
.col-credit a { color: var(--gold); text-decoration: none; }
.col-credit a:hover { text-decoration: underline; }
.col-perf { margin-top: 1.4rem; font-size: 0.6875rem; letter-spacing: 0.06em; color: rgba(220, 215, 204, 0.45); max-width: 52rem; }
.col-meta { margin-top: 1.6rem; font-size: 0.6875rem; color: rgba(220, 215, 204, 0.35); }
