:root {
  --ink: #1b111a;
  --ink-soft: #332532;
  --night: #120914;
  --night-2: #211126;
  --cream: #f3efe7;
  --paper: #fbf8f1;
  --white: #fffdf9;
  --pink: #f04486;
  --pink-hot: #ff4e9d;
  --gold: #efb44d;
  --lime: #b9d967;
  --aqua: #77d4c5;
  --muted: #776b76;
  --line: rgba(27, 17, 26, 0.16);
  --line-light: rgba(255, 255, 255, 0.17);
  --shadow: 0 24px 64px rgba(27, 10, 25, 0.18);
  --sans: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --shell: min(1260px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 16px;
  left: 16px;
  padding: 10px 16px;
  transform: translateY(-200%);
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: none;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 84px;
  padding: 0 max(32px, calc((100vw - 1440px) / 2));
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--white);
  transition: background 220ms ease, height 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  height: 68px;
  background: rgba(18, 9, 20, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.wordmark {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.wordmark-mark {
  display: grid;
  width: 39px;
  height: 39px;
  border: 2px solid currentColor;
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
  line-height: 1;
}

.wordmark > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.wordmark strong {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.wordmark small {
  margin-top: 6px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.3em;
}

.site-header nav {
  display: flex;
  gap: clamp(18px, 2.5vw, 38px);
  align-items: center;
}

.site-header nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--pink);
  content: "";
  transition: transform 180ms ease;
}

.site-header nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  justify-self: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  padding: 134px max(32px, calc((100vw - 1440px) / 2)) 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 72%, rgba(240, 68, 134, 0.18), transparent 32%),
    radial-gradient(circle at 84% 16%, rgba(119, 212, 197, 0.13), transparent 27%),
    var(--night);
  color: var(--white);
  grid-template-columns: minmax(420px, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 6vw, 94px);
}

.hero::before {
  position: absolute;
  top: 0;
  left: 51%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.16) 20%, rgba(255, 255, 255, 0.05) 80%, transparent);
  content: "";
}

.hero-aura {
  position: absolute;
  right: -10vw;
  bottom: -38vw;
  width: 68vw;
  height: 68vw;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow:
    0 0 0 8vw rgba(255, 255, 255, 0.018),
    0 0 0 18vw rgba(255, 255, 255, 0.012);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.eyebrow {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  background: var(--pink);
}

.hero h1,
.manifesto h2,
.timeline-heading h2,
.gallery-heading h2,
.places-heading h2,
.ledger-heading h2,
.video-heading h2,
.founder-copy h2,
.next-content h2,
.archive-grid h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(58px, 6.3vw, 104px);
  font-weight: 900;
  letter-spacing: -0.062em;
  line-height: 0.88;
  text-transform: uppercase;
}

.hero h1 em,
.manifesto h2 em,
.gallery-heading h2 em {
  color: var(--pink);
  font-family: var(--serif);
  font-size: 0.92em;
  font-weight: 400;
  letter-spacing: -0.045em;
  text-transform: none;
}

.hero h1 em {
  color: var(--gold);
}

.hero-lede {
  max-width: 620px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--serif);
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.48;
}

.hero-actions,
.next-actions {
  display: flex;
  margin-top: 38px;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg,
.text-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-primary {
  background: var(--pink);
  color: var(--white);
}

.button-primary:hover {
  background: var(--pink-hot);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.84);
}

.button-ghost:hover,
.button-ghost-light:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-ghost-light {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.hero-proof {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-proof strong {
  color: rgba(255, 255, 255, 0.76);
}

.hero-collage {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  height: min(610px, 64vw);
  min-height: 520px;
  justify-self: end;
}

.hero-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #2a1c29;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.hero-photo::after,
.next-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(240, 68, 134, 0.14), transparent 40%);
  content: "";
  pointer-events: none;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.04);
}

.hero-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-photo figcaption span {
  color: var(--gold);
}

.hero-photo-main {
  top: 11%;
  right: 10%;
  width: 68%;
  height: 63%;
  transform: rotate(1.5deg);
}

.hero-photo-top {
  top: 0;
  left: 0;
  width: 38%;
  height: 33%;
  transform: rotate(-5deg);
  border: 8px solid var(--white);
}

.hero-photo-bottom {
  right: 0;
  bottom: 0;
  width: 47%;
  height: 35%;
  transform: rotate(4deg);
  border: 8px solid var(--white);
}

.hero-stamp {
  position: absolute;
  z-index: 4;
  bottom: 5%;
  left: 7%;
  display: flex;
  width: 142px;
  height: 142px;
  transform: rotate(-7deg);
  border: 1px solid var(--gold);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--gold);
}

.hero-stamp::before {
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(239, 180, 77, 0.65);
  border-radius: 50%;
  content: "";
}

.hero-stamp span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.hero-stamp strong {
  margin: 4px 0;
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
}

.hero-scroll {
  position: absolute;
  bottom: 24px;
  left: max(32px, calc((100vw - 1440px) / 2));
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.hero-scroll i {
  display: block;
  width: 62px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.proof-strip {
  display: grid;
  min-height: 138px;
  padding: 25px max(32px, calc((100vw - 1440px) / 2));
  background: var(--gold);
  grid-template-columns: 0.65fr 2fr;
  align-items: center;
  gap: 36px;
}

.proof-intro {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.15em;
}

.signal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 6px rgba(240, 68, 134, 0.17);
}

.proof-strip dl {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(4, 1fr);
}

.proof-strip dl > div {
  padding: 0 28px;
  border-left: 1px solid rgba(27, 17, 26, 0.22);
}

.proof-strip dt {
  font-size: clamp(31px, 3.2vw, 50px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}

.proof-strip dd {
  margin: 7px 0 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lounge-banner {
  display: grid;
  min-height: 88px;
  padding: 20px max(32px, calc((100vw - 1440px) / 2));
  background: var(--pink);
  color: var(--white);
  grid-template-columns: auto minmax(max-content, 0.7fr) minmax(260px, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  text-decoration: none;
  transition: background 180ms ease;
}

.lounge-banner:hover {
  background: var(--pink-hot);
}

.lounge-banner-live {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lounge-banner-live i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(185, 217, 103, 0.2);
}

.lounge-banner strong {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 29px);
  font-style: italic;
  font-weight: 400;
}

.lounge-banner-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.lounge-banner-arrow {
  font-size: 32px;
  transition: transform 180ms ease;
}

.lounge-banner:hover .lounge-banner-arrow {
  transform: translateX(5px);
}

.manifesto {
  padding-block: 120px 140px;
}

.section-kicker {
  display: flex;
  margin-bottom: 66px;
  align-items: center;
  gap: 16px;
  color: var(--muted);
}

.section-kicker::after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}

.section-kicker span {
  color: var(--pink);
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
}

.section-kicker p {
  margin: 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.section-kicker.light {
  color: rgba(255, 255, 255, 0.52);
}

.section-kicker.light::after {
  background: var(--line-light);
}

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

.manifesto-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(60px, 9vw, 150px);
}

.manifesto h2,
.gallery-heading h2,
.ledger-heading h2,
.founder-copy h2,
.archive-grid h2 {
  font-size: clamp(48px, 5.4vw, 78px);
}

.manifesto-copy {
  max-width: 590px;
}

.manifesto-copy p {
  color: #5d515b;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.75;
}

.manifesto-copy .large-copy {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(20px, 1.75vw, 27px);
  line-height: 1.48;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ink);
  align-items: center;
  gap: 20px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline-section {
  position: relative;
  padding-block: 118px 140px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 80%, rgba(240, 68, 134, 0.14), transparent 29%),
    var(--night-2);
  color: var(--white);
}

.timeline-section::after {
  position: absolute;
  right: -140px;
  bottom: -280px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.timeline-heading,
.places-heading,
.video-heading {
  display: grid;
  margin-bottom: 76px;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
}

.timeline-heading h2,
.places-heading h2,
.video-heading h2,
.next-content h2 {
  font-size: clamp(50px, 5.7vw, 82px);
}

.timeline-heading p,
.places-heading > p,
.video-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.61);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.7;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.timeline-card {
  position: relative;
  min-height: 320px;
  padding: 34px 32px 38px;
  overflow: hidden;
  background: var(--night-2);
}

.timeline-card::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  color: rgba(255, 255, 255, 0.03);
  content: attr(data-index);
  font-size: 190px;
  font-weight: 900;
  line-height: 1;
}

.timeline-card time {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 52px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 27px;
  font-style: italic;
}

.timeline-card h3 {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 0 0 18px;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.timeline-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.65;
}

.gallery-section {
  padding-block: 120px 140px;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
}

.gallery-heading > div:first-child {
  display: grid;
  grid-template-columns: auto minmax(280px, 440px);
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
}

.gallery-heading p,
.ledger-heading > div > p,
.founder-copy > p,
.archive-grid > div > p {
  margin: 0;
  color: #655861;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.7;
}

.recovery-counter {
  display: flex;
  min-width: 215px;
  padding: 24px 0 4px 30px;
  border-left: 1px solid var(--line);
  align-items: center;
  gap: 17px;
}

.recovery-counter strong {
  color: var(--pink);
  font-size: 50px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.recovery-counter span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.gallery-controls {
  display: flex;
  margin: 64px 0 34px;
  border-bottom: 1px solid var(--line);
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.gallery-tabs {
  display: flex;
  max-width: calc(100% - 180px);
  padding-bottom: 1px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.gallery-tab {
  position: relative;
  min-width: max-content;
  padding: 13px 17px 17px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gallery-tab::after {
  position: absolute;
  right: 8px;
  bottom: -1px;
  left: 8px;
  height: 3px;
  transform: scaleX(0);
  background: var(--pink);
  content: "";
  transition: transform 180ms ease;
}

.gallery-tab[aria-selected="true"] {
  color: var(--ink);
}

.gallery-tab[aria-selected="true"]::after {
  transform: scaleX(1);
}

#gallery-summary {
  min-width: max-content;
  margin: 0 0 16px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
}

.photo-grid {
  columns: 4;
  column-gap: 13px;
}

.photo-card {
  position: relative;
  width: 100%;
  margin: 0 0 13px;
  break-inside: avoid;
  overflow: hidden;
  background: #d9d1ca;
  cursor: zoom-in;
}

.photo-card button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.photo-card img {
  width: 100%;
  height: auto;
  min-height: 150px;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 500ms ease;
  filter: saturate(0.82) contrast(1.02);
}

.photo-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(18, 9, 20, 0.82));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
}

.photo-card figcaption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 12px;
  left: 14px;
  display: flex;
  transform: translateY(8px);
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transition: opacity 220ms ease, transform 220ms ease;
}

.photo-card figcaption span:last-child {
  color: var(--gold);
}

.photo-card:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.03);
}

.photo-card:hover::after,
.photo-card:hover figcaption {
  opacity: 1;
}

.photo-card:hover figcaption {
  transform: none;
}

.gallery-footer {
  display: flex;
  margin-top: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.download-link {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.download-link::before {
  display: grid;
  width: 37px;
  height: 37px;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  content: "↓";
  font-size: 17px;
}

.download-link span {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.places-section {
  padding-block: 120px 130px;
  overflow: hidden;
  background: var(--night);
  color: var(--white);
}

.places-heading .eyebrow {
  margin-bottom: 20px;
  color: var(--aqua);
}

.places-heading .eyebrow > span {
  background: var(--aqua);
}

.place-visual {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 60px;
}

.route-line {
  position: relative;
  min-height: 460px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 72px 72px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.route-line::before {
  position: absolute;
  top: 49%;
  right: 8%;
  left: 8%;
  height: 2px;
  transform: rotate(7deg);
  transform-origin: center;
  background: linear-gradient(90deg, var(--pink), var(--gold) 57%, var(--aqua));
  box-shadow: 0 0 20px rgba(240, 68, 134, 0.4);
  content: "";
}

.route-node {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border: 3px solid var(--night);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.node-ct { top: 35%; left: 15%; width: 19px; height: 19px; background: var(--pink); }
.node-ny { top: 39%; left: 28%; }
.node-nj { top: 44%; left: 42%; }
.node-ma { top: 43%; left: 55%; }
.node-pa { top: 50%; left: 67%; }
.node-fl { top: 65%; left: 85%; width: 19px; height: 19px; background: var(--aqua); }

.route-label,
.route-year {
  position: absolute;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.route-year {
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
}

.route-year-start { top: 24%; left: 10%; }
.route-year-end { right: 5%; bottom: 19%; color: var(--aqua); }
.label-ct { top: 27%; left: 15%; color: var(--pink); }
.label-northeast { top: 57%; left: 36%; color: rgba(255, 255, 255, 0.65); }
.label-fl { top: 72%; left: 79%; color: var(--aqua); }

.state-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.state-row {
  display: grid;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 16px;
}

.state-row strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
}

.state-row span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.state-row small {
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.city-cloud {
  display: flex;
  margin-top: 62px;
  flex-wrap: wrap;
  gap: 8px;
}

.city-chip {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.67);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-chip.is-major {
  border-color: rgba(240, 68, 134, 0.55);
  color: var(--white);
}

.place-note {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--serif);
  font-size: 12px;
  font-style: italic;
}

.ledger-section {
  padding-block: 120px 140px;
}

.ledger-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
}

.ledger-heading > div:first-child {
  display: grid;
  grid-template-columns: auto minmax(280px, 460px);
  align-items: end;
  gap: clamp(45px, 8vw, 120px);
}

.legend {
  display: flex;
  padding-bottom: 4px;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.legend i,
.event-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.legend .held,
.event-status.status-held::before { background: #3a9a7b; }
.legend .listed,
.event-status.status-listed::before { background: var(--gold); }
.legend .planned,
.event-status.status-planned::before { background: var(--pink); }

.ledger-controls {
  display: grid;
  margin-top: 60px;
  padding: 24px;
  background: var(--paper);
  box-shadow: 0 8px 30px rgba(27, 17, 26, 0.07);
  grid-template-columns: 1.8fr repeat(3, 0.8fr);
  gap: 12px;
}

.ledger-controls label {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ledger-controls label > span {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ledger-controls input,
.ledger-controls select {
  width: 100%;
  height: 47px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  outline: none;
}

.ledger-controls input:focus,
.ledger-controls select:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 2px rgba(240, 68, 134, 0.12);
}

.search-control input {
  padding-left: 39px;
}

.search-control svg {
  position: absolute;
  bottom: 15px;
  left: 13px;
  width: 17px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 1.5;
}

.ledger-result-bar {
  display: flex;
  padding: 20px 0 13px;
  align-items: center;
  justify-content: space-between;
}

.ledger-result-bar p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ledger-result-bar button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.event-list {
  border-top: 2px solid var(--ink);
}

.event-row {
  display: grid;
  min-height: 120px;
  padding: 23px 12px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 110px minmax(240px, 1.2fr) minmax(190px, 0.8fr) minmax(230px, 1fr) 38px;
  align-items: center;
  gap: 24px;
  transition: background 160ms ease;
}

.event-row:hover {
  background: rgba(255, 255, 255, 0.45);
}

.event-date time {
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.1;
}

.event-date span,
.event-place span,
.event-detail span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-name h3 {
  margin: 0 0 9px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.15;
  text-transform: uppercase;
}

.event-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-place strong,
.event-detail strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.event-detail strong {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 400;
}

.event-source {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.event-source:hover {
  border-color: var(--pink);
  background: var(--pink);
  color: var(--white);
}

.event-source svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.event-source.no-source {
  color: #aaa0a8;
  pointer-events: none;
}

.empty-ledger {
  padding: 80px 24px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 20px;
  text-align: center;
}

.ledger-more {
  margin: 34px auto 0;
}

.video-section {
  padding-block: 120px 135px;
  background: var(--ink-soft);
  color: var(--white);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.video-grid article {
  margin: 0;
}

.video-frame {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  background: var(--night);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-grid article > p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-grid article > p span {
  margin-right: 9px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
}

.founder-section {
  padding-block: 130px;
}

.founder-card {
  position: relative;
  display: grid;
  min-height: 470px;
  padding: clamp(44px, 6vw, 82px);
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
  grid-template-columns: 1fr 0.55fr;
  align-items: end;
  gap: 70px;
}

.founder-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: linear-gradient(var(--pink), var(--gold));
  content: "";
}

.founder-number {
  position: absolute;
  top: -75px;
  right: 11%;
  color: rgba(27, 17, 26, 0.035);
  font-size: 330px;
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 1;
}

.founder-copy {
  position: relative;
  z-index: 1;
}

.founder-copy h2 {
  margin-bottom: 30px;
}

.founder-copy > p {
  max-width: 620px;
  margin-top: 14px;
}

.founder-stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.founder-stats > div {
  display: flex;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.founder-stats strong {
  color: var(--pink);
  font-family: var(--serif);
  font-size: 31px;
  font-style: italic;
  font-weight: 400;
}

.founder-stats span {
  max-width: 150px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}

.next-section {
  position: relative;
  display: grid;
  min-height: 780px;
  overflow: hidden;
  color: var(--white);
  place-items: center;
}

.next-photo,
.next-overlay {
  position: absolute;
  inset: 0;
}

.next-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.05);
}

.next-overlay {
  background:
    linear-gradient(90deg, rgba(18, 9, 20, 0.96) 0%, rgba(18, 9, 20, 0.82) 45%, rgba(18, 9, 20, 0.4) 100%),
    linear-gradient(0deg, rgba(18, 9, 20, 0.55), transparent 60%);
}

.next-content {
  position: relative;
  z-index: 2;
}

.next-content h2 {
  max-width: 760px;
  font-size: clamp(62px, 7.5vw, 110px);
}

.next-content > p:not(.eyebrow):not(.next-note) {
  max-width: 660px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.65;
}

.next-note {
  margin: 24px 0 0;
  color: var(--aqua);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.archive-section {
  padding-block: 120px 135px;
}

.archive-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(70px, 10vw, 150px);
}

.archive-grid h2 {
  margin-bottom: 27px;
}

.archive-downloads {
  border-top: 2px solid var(--ink);
}

.archive-downloads a {
  display: flex;
  min-height: 92px;
  padding: 17px 12px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-decoration: none;
  transition: padding 180ms ease, background 180ms ease;
}

.archive-downloads a:hover {
  padding-inline: 20px;
  background: var(--paper);
}

.archive-downloads span {
  font-family: var(--serif);
  font-size: 15px;
}

.archive-downloads small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.archive-downloads strong {
  min-width: max-content;
  color: var(--pink);
  font-size: 9px;
  letter-spacing: 0.1em;
}

footer {
  padding: 70px max(32px, calc((100vw - 1440px) / 2)) 34px;
  background: var(--night);
  color: var(--white);
}

.footer-top {
  display: grid;
  padding-bottom: 58px;
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 1fr 1fr auto;
  align-items: start;
  gap: 60px;
}

.footer-top > p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.7;
}

.footer-top nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 30px;
}

.footer-top nav a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  padding-top: 28px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.footer-bottom p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.33);
  font-family: var(--serif);
  font-size: 11px;
  line-height: 1.65;
}

.footer-bottom p:last-child {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.lightbox {
  width: min(1100px, calc(100vw - 40px));
  height: min(850px, calc(100svh - 40px));
  padding: 0;
  border: 0;
  overflow: hidden;
  background: rgba(18, 9, 20, 0.98);
  color: var(--white);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.6);
}

.lightbox::backdrop {
  background: rgba(5, 2, 6, 0.86);
  backdrop-filter: blur(8px);
}

.lightbox figure {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 54px 72px 64px;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
}

.lightbox figure img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.36);
  object-fit: contain;
}

.lightbox figcaption {
  width: 100%;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(18, 9, 20, 0.75);
  color: var(--white);
  cursor: pointer;
  place-items: center;
}

.lightbox-close {
  top: 14px;
  right: 14px;
  font-size: 26px;
  font-weight: 200;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: 30px;
}

.lightbox-prev { left: 14px; }
.lightbox-next { right: 14px; }

@media (max-width: 1100px) {
  :root {
    --shell: min(100% - 48px, 980px);
  }

  .site-header {
    padding-inline: 24px;
  }

  .site-header nav {
    gap: 18px;
  }

  .hero {
    padding-inline: 28px;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
  }

  .hero-collage {
    min-height: 470px;
  }

  .proof-strip {
    padding-inline: 28px;
    grid-template-columns: 0.5fr 2fr;
  }

  .manifesto-grid,
  .archive-grid {
    gap: 65px;
  }

  .gallery-heading > div:first-child,
  .ledger-heading > div:first-child {
    display: block;
  }

  .gallery-heading > div:first-child p,
  .ledger-heading > div:first-child p {
    max-width: 600px;
    margin-top: 26px;
  }

  .photo-grid {
    columns: 3;
  }

  .event-row {
    grid-template-columns: 92px minmax(200px, 1.2fr) minmax(160px, 0.8fr) minmax(190px, 1fr) 34px;
    gap: 15px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: calc(100% - 36px);
  }

  .site-header {
    height: 68px;
    grid-template-columns: 1fr auto;
  }

  .site-header nav,
  .site-header .header-cta {
    display: none;
  }

  .site-header.menu-visible nav {
    position: fixed;
    inset: 68px 0 0;
    display: flex;
    padding: 50px 28px;
    background: rgba(18, 9, 20, 0.98);
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .site-header.menu-visible nav a {
    font-size: 21px;
  }

  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 0;
    background: transparent;
    place-items: center;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--white);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-5px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    padding: 116px 22px 88px;
    grid-template-columns: 1fr;
  }

  .hero::before,
  .hero-scroll {
    display: none;
  }

  .hero-copy {
    max-width: 650px;
  }

  .hero h1 {
    font-size: clamp(52px, 14vw, 88px);
  }

  .hero-collage {
    width: 100%;
    height: 570px;
    min-height: 0;
    margin-top: 12px;
  }

  .proof-strip {
    padding: 28px 22px 34px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .proof-strip dl {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .lounge-banner {
    padding-inline: 22px;
    grid-template-columns: auto 1fr auto;
  }

  .lounge-banner-copy {
    display: none;
  }

  .proof-strip dl > div {
    padding-left: 20px;
  }

  .manifesto,
  .gallery-section,
  .ledger-section,
  .founder-section,
  .archive-section {
    padding-block: 86px 96px;
  }

  .timeline-section,
  .places-section,
  .video-section {
    padding-block: 86px 96px;
  }

  .section-kicker {
    margin-bottom: 44px;
  }

  .manifesto-grid,
  .timeline-heading,
  .places-heading,
  .video-heading,
  .archive-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .gallery-heading,
  .ledger-heading {
    grid-template-columns: 1fr;
  }

  .gallery-heading > div:first-child {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
  }

  .recovery-counter {
    width: fit-content;
    min-width: 0;
    padding-left: 0;
    border: 0;
  }

  .photo-grid {
    columns: 2;
  }

  .place-visual {
    grid-template-columns: 1fr;
  }

  .route-line {
    min-height: 390px;
  }

  .ledger-heading > div:first-child {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
  }

  .legend {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ledger-controls {
    grid-template-columns: repeat(3, 1fr);
  }

  .ledger-controls .search-control {
    grid-column: 1 / -1;
  }

  .event-row {
    grid-template-columns: 85px 1fr 34px;
    gap: 16px;
  }

  .event-place,
  .event-detail {
    grid-column: 2 / 3;
  }

  .event-detail {
    padding-top: 8px;
  }

  .event-source {
    grid-column: 3;
    grid-row: 1;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .founder-card {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .founder-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .founder-stats > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .founder-stats span {
    text-align: left;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top nav {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .wordmark strong {
    font-size: 13px;
  }

  .hero {
    padding-inline: 15px;
  }

  .hero h1 {
    font-size: clamp(47px, 15vw, 74px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .hero-actions,
  .next-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .next-actions .button {
    width: 100%;
  }

  .hero-collage {
    height: 420px;
  }

  .hero-photo-main {
    top: 14%;
    right: 3%;
    width: 80%;
    height: 60%;
  }

  .hero-photo-top {
    width: 46%;
    height: 31%;
  }

  .hero-photo-bottom {
    width: 58%;
    height: 33%;
  }

  .hero-stamp {
    bottom: 0;
    left: 2%;
    width: 110px;
    height: 110px;
  }

  .hero-stamp strong {
    font-size: 19px;
  }

  .proof-strip dl > div {
    padding-left: 13px;
  }

  .proof-strip dt {
    font-size: 34px;
  }

  .lounge-banner {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .lounge-banner-live {
    font-size: 10px;
  }

  .lounge-banner strong {
    grid-column: 1;
    font-size: 19px;
  }

  .lounge-banner-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .manifesto h2,
  .gallery-heading h2,
  .ledger-heading h2,
  .founder-copy h2,
  .archive-grid h2,
  .timeline-heading h2,
  .places-heading h2,
  .video-heading h2 {
    font-size: 45px;
  }

  .gallery-heading > div:first-child,
  .ledger-heading > div:first-child {
    display: block;
  }

  .gallery-heading > div:first-child p,
  .ledger-heading > div:first-child p {
    margin-top: 24px;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-card {
    min-height: 280px;
  }

  .gallery-controls {
    display: block;
  }

  .gallery-tabs {
    max-width: 100%;
  }

  #gallery-summary {
    padding-top: 14px;
    text-align: right;
  }

  .photo-grid {
    columns: 1;
  }

  .gallery-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .gallery-footer .button {
    width: 100%;
  }

  .download-link {
    justify-content: center;
  }

  .route-line {
    min-height: 310px;
  }

  .route-label {
    font-size: 7px;
  }

  .label-northeast {
    left: 28%;
  }

  .ledger-controls {
    grid-template-columns: 1fr;
  }

  .ledger-controls .search-control {
    grid-column: auto;
  }

  .event-row {
    padding: 22px 5px;
    grid-template-columns: 70px 1fr 32px;
  }

  .event-date time {
    font-size: 18px;
  }

  .founder-card {
    padding: 44px 26px 38px;
  }

  .founder-number {
    right: -20px;
    font-size: 250px;
  }

  .founder-stats {
    grid-template-columns: 1fr;
  }

  .founder-stats > div {
    align-items: baseline;
    flex-direction: row;
  }

  .founder-stats span {
    text-align: right;
  }

  .next-section {
    min-height: 720px;
  }

  .next-content h2 {
    font-size: clamp(56px, 17vw, 78px);
  }

  .archive-downloads a {
    min-height: 105px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-top nav {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }

  .lightbox figure {
    padding: 58px 36px 70px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 14px;
    transform: none;
  }
}

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