:root {
  --ink: #11130f;
  --ink-2: #191c17;
  --ink-3: #252920;
  --paper: #eee8d6;
  --paper-2: #d8d0bb;
  --white: #f8f5e9;
  --muted: #a7ab9d;
  --acid: #d8ff57;
  --acid-dark: #9fbd2e;
  --red: #ff5c4d;
  --blue: #79dff2;
  --purple: #c290ff;
  --line: rgba(238, 232, 214, .18);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --sans: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  --mono: "Courier New", Courier, monospace;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 6%, rgba(216, 255, 87, .08), transparent 25rem),
    radial-gradient(circle at 96% 34%, rgba(255, 92, 77, .07), transparent 28rem),
    var(--ink);
  color: var(--white);
  font-family: var(--sans);
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .015) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  pointer-events: none;
}

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

a {
  color: inherit;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10000;
  padding: 10px 14px;
  background: var(--acid);
  color: var(--ink);
  font: 800 13px/1 var(--mono);
  text-decoration: none;
  transform: translateY(-160%);
}

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

.site-header {
  position: relative;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, transparent 0 63%, rgba(216, 255, 87, .045) 63% 64%, transparent 64%),
    linear-gradient(155deg, #11130f 0%, #1c2018 52%, #11130f 100%);
}

.topbar {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid var(--line);
  padding: 0 clamp(18px, 5vw, 72px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--acid);
  color: var(--acid);
  font: 900 18px/1 var(--display);
  letter-spacing: 1px;
  transform: rotate(-3deg);
}

.brand-copy {
  font: 900 13px/1.05 var(--mono);
  letter-spacing: 1.4px;
}

.brand-copy small {
  display: block;
  margin-top: 5px;
  color: #74796e;
  font-size: 8px;
  letter-spacing: 2.2px;
}

.topbar-links {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
}

.topbar-links a {
  position: relative;
  padding: 28px 0 25px;
  color: #aeb2a6;
  font: 800 11px/1 var(--mono);
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.topbar-links a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--acid);
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

.topbar-links a:hover,
.topbar-links a.active {
  color: var(--white);
}

.topbar-links a:hover::after,
.topbar-links a.active::after {
  transform: scaleX(1);
}

.topbar-cta {
  padding: 11px 14px;
  border: 1px solid #565d4b;
  color: var(--white);
  font: 800 10px/1 var(--mono);
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.topbar-cta:hover {
  border-color: var(--acid);
  color: var(--acid);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  width: min(1440px, calc(100% - 36px));
  min-height: 650px;
  margin: 0 auto;
  padding: 54px clamp(0px, 3vw, 38px) 64px;
}

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

.eyebrow,
.micro-label {
  margin: 0 0 18px;
  color: var(--acid);
  font: 800 10px/1.3 var(--mono);
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 32px;
  height: 2px;
  background: var(--acid);
}

.hero h1 {
  max-width: 880px;
  margin: 0;
  font: 900 clamp(5rem, 9vw, 9.5rem)/.75 var(--display);
  letter-spacing: -3px;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  margin: 0 0 .08em .09em;
  color: var(--paper-2);
  font: 800 clamp(.82rem, 1.3vw, 1.15rem)/1 var(--mono);
  letter-spacing: 7px;
}

.hero h1 em {
  display: block;
  color: var(--acid);
  font-style: normal;
  -webkit-text-stroke: 1px var(--acid);
  text-shadow: 7px 7px 0 #2e351c;
}

.hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: #c4c7bd;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions,
.closing-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 20px;
  border: 1px solid transparent;
  font: 900 11px/1 var(--mono);
  letter-spacing: 1.1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

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

.button-acid {
  background: var(--acid);
  color: #12150c;
  box-shadow: 5px 5px 0 #6a7e22;
}

.button-acid:hover {
  background: #e7ff91;
}

.button-ghost {
  border-color: #555b4c;
  color: var(--white);
}

.button-ghost:hover {
  border-color: var(--acid);
  color: var(--acid);
}

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

.adult-note {
  max-width: 660px;
  margin: 20px 0 0;
  color: #82877b;
  font: 700 10px/1.6 var(--mono);
}

.adult-note strong {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 5px;
  background: var(--red);
  color: #1b0503;
}

.hero-file {
  position: relative;
  justify-self: center;
  width: min(100%, 400px);
  padding: 20px 20px 28px;
  background: var(--paper);
  box-shadow: 18px 22px 0 rgba(0, 0, 0, .28), 18px 22px 0 1px rgba(216, 255, 87, .2);
  color: var(--ink);
  transform: rotate(2deg);
}

.hero-file::before {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 84px;
  height: 23px;
  background: rgba(210, 190, 137, .62);
  content: "";
  transform: translate(-50%, -60%) rotate(-2deg);
}

.file-tab {
  position: absolute;
  top: -29px;
  left: 0;
  padding: 8px 13px 7px;
  background: var(--acid);
  font: 900 9px/1 var(--mono);
  letter-spacing: 1.5px;
}

.hero-file figure {
  margin: 0;
}

.hero-file figure > a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #3b3b34;
}

.hero-file img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.08);
  transition: transform .3s ease, filter .3s ease;
}

.hero-file a:hover img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.025);
}

.hero-file figcaption {
  display: grid;
  gap: 3px;
  padding: 18px 3px 0;
  font-family: var(--mono);
}

.hero-file figcaption span,
.hero-file figcaption small {
  font-size: 9px;
  letter-spacing: 1px;
}

.hero-file figcaption span {
  color: #676559;
}

.hero-file figcaption strong {
  font-size: 16px;
  text-transform: uppercase;
}

.hero-file figcaption small {
  color: #5d5a4f;
}

.file-stamp {
  position: absolute;
  right: -25px;
  bottom: 23px;
  padding: 9px 13px;
  border: 3px double #d0493c;
  color: #d0493c;
  font: 900 13px/.95 var(--mono);
  letter-spacing: 1px;
  text-align: center;
  transform: rotate(-11deg);
}

.catalog-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr)) auto;
  border-top: 1px solid var(--line);
  background: #0b0d0a;
  padding: 0 clamp(18px, 5vw, 72px);
}

.catalog-strip > span {
  min-height: 62px;
  padding: 12px clamp(10px, 2vw, 28px);
  border-right: 1px solid var(--line);
  color: #8b9084;
  font: 800 9px/1.25 var(--mono);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.catalog-strip > span:first-child {
  border-left: 1px solid var(--line);
}

.catalog-strip b {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 18px;
}

.catalog-strip .catalog-status {
  display: flex;
  align-items: center;
  gap: 9px;
  border-right: 0;
  color: var(--acid);
}

.catalog-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 12px var(--acid);
}

main {
  width: min(1500px, calc(100% - 32px));
  margin: 0 auto;
}

.reading-key {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
  gap: 40px;
  margin: 34px 0 18px;
  padding: clamp(22px, 3.5vw, 38px);
  border: 1px solid var(--line);
  background: #171a15;
}

.reading-key h2,
.section-heading h2,
.closing-cta h2 {
  margin: 0;
  font: 900 clamp(2.5rem, 4.6vw, 4.8rem)/.9 var(--display);
  letter-spacing: -1px;
  text-transform: uppercase;
}

.reading-key > div > p:last-child {
  max-width: 800px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.legend {
  display: grid;
  gap: 10px;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legend li {
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #4b5045;
  color: #9ca094;
  font: 700 10px/1.4 var(--mono);
}

.source-tag {
  display: inline-flex;
  width: fit-content;
  min-height: 23px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid currentColor;
  font: 900 8px/1 var(--mono);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.source-original { color: var(--acid); }
.source-web { color: var(--blue); }
.source-record { color: var(--red); }
.source-ai { color: var(--purple); }
.source-remix { color: #ffb766; }

.drawer-nav {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 18px 0 56px;
  border: 1px solid #3b4037;
  background: #0c0e0b;
}

.drawer-nav a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-right: 1px solid #3b4037;
  color: #a7ab9f;
  font: 900 10px/1 var(--mono);
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.drawer-nav a:last-child {
  border-right: 0;
}

.drawer-nav a:hover {
  background: var(--acid);
  color: var(--ink);
}

.drawer-nav span {
  color: var(--acid);
}

.drawer-nav a:hover span {
  color: inherit;
}

.archive-section {
  position: relative;
  margin-bottom: clamp(72px, 7vw, 110px);
}

.archive-section::before {
  position: absolute;
  top: -38px;
  right: 0;
  color: rgba(238, 232, 214, .035);
  font: 900 clamp(7rem, 16vw, 16rem)/1 var(--display);
  pointer-events: none;
}

.media-section::before { content: "01"; }
.photo-archive-section::before { content: "02"; }
.web-section::before { content: "03"; }
.records-section::before { content: "04"; }
.ai-section::before { content: "05"; color: rgba(194, 144, 255, .055); }
.method-section::before { content: "06"; }

.section-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 520px);
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.section-heading .micro-label {
  margin-bottom: 14px;
}

.section-heading a {
  color: var(--acid);
}

.archive-source-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 92, 77, .38);
  background: rgba(255, 92, 77, .07);
}

.archive-source-note > span {
  padding: 5px 6px;
  background: var(--red);
  color: #190504;
  font: 900 10px/1 var(--mono);
}

.archive-source-note p {
  margin: 0;
  color: #d0c5be;
  font-size: .92rem;
}

.archive-file-list {
  border: 1px solid var(--line);
  background: #151814;
}

.archive-file-row {
  display: grid;
  grid-template-columns: 76px 128px minmax(220px, 1.55fr) minmax(150px, .7fr) 64px 24px;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--white);
  text-decoration: none;
}

.archive-file-row:last-child {
  border-bottom: 0;
}

.archive-file-row:hover {
  background: var(--acid);
  color: var(--ink);
}

.archive-file-id,
.archive-file-duration,
.archive-file-row > span:last-child {
  font: 900 9px/1.3 var(--mono);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.archive-file-thumb {
  position: relative;
  display: block;
  width: 128px;
  height: 72px;
  overflow: hidden;
  background: #080908;
}

.archive-file-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.06);
}

.archive-file-thumb b {
  position: absolute;
  inset: auto 7px 7px auto;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  background: var(--acid);
  color: var(--ink);
  font-size: 10px;
}

.archive-file-row:hover .archive-file-thumb img {
  filter: saturate(.9) contrast(1.02);
}

.archive-file-id {
  color: var(--acid);
}

.archive-file-row:hover .archive-file-id {
  color: var(--ink);
}

.archive-file-name {
  overflow-wrap: anywhere;
  font: 800 .93rem/1.28 var(--sans);
}

.archive-file-group {
  color: var(--muted);
  font: 700 9px/1.35 var(--mono);
  letter-spacing: .4px;
  text-transform: uppercase;
}

.archive-file-row:hover .archive-file-group {
  color: #343729;
}

.archive-file-duration {
  color: var(--blue);
  text-align: right;
}

.archive-file-row:hover .archive-file-duration {
  color: var(--ink);
}

.is-mature-row .archive-file-group::before {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 4px;
  background: var(--red);
  color: #190504;
  content: "18+";
  font-weight: 900;
}

.photo-archive-section {
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid rgba(121, 223, 242, .28);
  background:
    linear-gradient(rgba(121, 223, 242, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 223, 242, .025) 1px, transparent 1px),
    #101516;
  background-size: 34px 34px, 34px 34px, auto;
}

.photo-cta {
  margin-bottom: 0;
  background: var(--blue);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.media-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: #171a15;
  transition: border-color .2s ease, transform .2s ease;
}

.media-card:hover {
  border-color: #5d654f;
  transform: translateY(-4px);
}

.media-card.wide-card {
  grid-column: auto;
}

.media-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #080908;
}

.media-visual > a {
  display: block;
  width: 100%;
  height: 100%;
}

.media-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.74) contrast(1.06);
  transition: filter .25s ease, transform .35s ease;
}

.media-card:hover .media-visual img {
  filter: saturate(.98) contrast(1.02);
  transform: scale(1.018);
}

.portrait-card .media-visual img {
  object-position: center 24%;
}

.pixelated img {
  image-rendering: auto;
}

.is-sensitive .media-visual img {
  filter: blur(22px) saturate(.25) brightness(.45);
  transform: scale(1.12);
}

.is-sensitive:hover .media-visual img {
  filter: blur(22px) saturate(.25) brightness(.45);
  transform: scale(1.12);
}

.reveal-button {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  padding: 10px 13px;
  border: 1px solid #e6e1d5;
  background: rgba(10, 11, 9, .9);
  color: var(--white);
  cursor: pointer;
  font: 900 9px/1 var(--mono);
  letter-spacing: .8px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.reveal-button span {
  padding: 3px 4px;
  background: var(--red);
  color: #190504;
}

.media-card.revealed .reveal-button {
  display: none;
}

.card-copy {
  min-height: 168px;
  padding: 18px;
}

.card-copy h3,
.snapshot-card h3,
.record-copy h3,
.official-routes h3,
.method-grid h3 {
  margin: 14px 0 7px;
  color: var(--white);
  font: 900 1.45rem/1 var(--sans);
  text-transform: uppercase;
}

.card-copy p,
.snapshot-card p,
.record-copy p,
.official-routes p,
.method-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.55;
}

.card-copy small,
.record-copy small {
  display: block;
  margin-top: 17px;
  color: #969c8e;
  font: 700 8px/1.4 var(--mono);
  letter-spacing: .7px;
  text-transform: uppercase;
}

.collection-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 20px;
  padding: clamp(22px, 4vw, 38px);
  background: var(--acid);
  color: var(--ink);
}

.collection-cta > div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.collection-cta p {
  margin: 0;
  font-size: .97rem;
}

.cta-index {
  color: #15180e;
  font: 900 clamp(3.4rem, 7vw, 6rem)/.7 var(--display);
}

.snapshot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.snapshot-card {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(0, 1.1fr);
  min-width: 0;
  border: 1px solid var(--line);
  background: #171a15;
}

.snapshot-image {
  position: relative;
  display: block;
  min-height: 310px;
  overflow: hidden;
  background: #050605;
}

.snapshot-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.3) contrast(1.1);
  transition: transform .3s ease, filter .3s ease;
}

.snapshot-image:hover img {
  filter: grayscale(0) contrast(1.05);
  transform: scale(1.03);
}

.snapshot-image > span,
.record-preview > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  background: var(--blue);
  color: #071416;
  font: 900 9px/1 var(--mono);
  letter-spacing: .8px;
  text-transform: uppercase;
}

.snapshot-card > div {
  padding: 30px;
}

.snapshot-date,
.record-number {
  margin: 20px 0 0 !important;
  color: var(--blue) !important;
  font: 800 9px/1.3 var(--mono) !important;
  letter-spacing: 1px;
}

.snapshot-card code {
  overflow-wrap: anywhere;
  color: #cdd1c6;
  font-size: .78rem;
}

.records-section {
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid rgba(255, 92, 77, .28);
  background:
    linear-gradient(rgba(255, 92, 77, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 92, 77, .025) 1px, transparent 1px),
    #120f0e;
  background-size: 34px 34px, 34px 34px, auto;
}

.records-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 28px;
  padding: 20px;
  border-left: 5px solid var(--red);
  background: rgba(255, 92, 77, .08);
}

.records-notice > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font: 900 18px/1 var(--mono);
}

.records-notice h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  text-transform: uppercase;
}

.records-notice p {
  max-width: 1000px;
  margin: 0;
  color: #b6aaa7;
  font-size: .9rem;
}

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

.record-card {
  min-width: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 7px 8px 0 #080706;
}

.record-preview {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid #a7a18f;
  background: #d3cfbf;
}

.record-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(.3) contrast(1.08);
  transition: transform .25s ease, filter .25s ease;
}

.record-preview:hover img {
  filter: grayscale(0) contrast(1.03);
  transform: scale(1.02);
}

.record-preview > span {
  background: var(--red);
  color: #210503;
}

.record-copy {
  padding: 24px;
}

.record-copy .source-tag {
  color: #b72d22;
}

.record-copy h3 {
  color: var(--ink);
}

.record-copy p {
  color: #555448;
}

.record-copy .record-number {
  color: #b72d22 !important;
}

.record-copy small {
  color: #5d5a4f;
}

.official-routes {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr);
  gap: 50px;
  margin-top: 38px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 92, 77, .3);
}

.official-routes h3 {
  margin-top: 0;
  font-size: 1.8rem;
}

.route-links {
  display: grid;
}

.route-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 92, 77, .25);
  color: #d7ceca;
  font: 800 11px/1.35 var(--mono);
  text-decoration: none;
  text-transform: uppercase;
}

.route-links a:hover {
  color: var(--red);
}

.ai-section {
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid rgba(194, 144, 255, .34);
  background:
    radial-gradient(circle at 84% 10%, rgba(121, 223, 242, .1), transparent 27rem),
    radial-gradient(circle at 13% 77%, rgba(194, 144, 255, .1), transparent 24rem),
    #11101a;
}

.ai-section .micro-label {
  color: var(--purple);
}

.ai-notice {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 15px 18px;
  border: 1px solid rgba(194, 144, 255, .4);
  background: rgba(194, 144, 255, .08);
}

.ai-notice p {
  margin: 0;
  color: #c9bed8;
  font: 700 10px/1.5 var(--mono);
}

.ai-notice strong {
  color: var(--purple);
}

.ai-spark {
  color: var(--purple);
  font-size: 24px;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ai-card {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(194, 144, 255, .3);
  background: #0a0910;
  transition: transform .2s ease, border-color .2s ease;
}

.ai-card:hover {
  border-color: var(--purple);
  transform: translateY(-5px);
}

.ai-card > a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.ai-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.ai-card:hover img {
  transform: scale(1.02);
}

.ai-badge {
  position: absolute;
  right: 11px;
  bottom: 11px;
  left: 11px;
  padding: 10px 8px;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(8, 5, 14, .86);
  color: #f0dfff;
  font: 900 9px/1 var(--mono);
  letter-spacing: 1.7px;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.ai-card figcaption {
  min-height: 170px;
  padding: 18px;
}

.ai-card figcaption > span {
  color: var(--purple);
  font: 900 9px/1 var(--mono);
  letter-spacing: 1px;
}

.ai-card h3 {
  margin: 10px 0 7px;
  font: 900 1.45rem/1 var(--sans);
  text-transform: uppercase;
}

.ai-card p {
  margin: 0;
  color: #aaa1b2;
  font-size: .92rem;
}

.ai-card small {
  display: block;
  margin-top: 16px;
  color: #9b91a5;
  font: 700 8px/1.4 var(--mono);
  text-transform: uppercase;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.method-grid article {
  min-height: 225px;
  padding: 24px;
  background: #171a15;
}

.method-grid article > span {
  color: var(--acid);
  font: 900 2.6rem/1 var(--display);
}

.method-grid h3 {
  margin-top: 30px;
}

.method-grid a {
  color: var(--acid);
}

.closing-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 54px;
  padding: clamp(32px, 5vw, 68px);
  background: var(--ink-3);
}

.closing-cta::after {
  position: absolute;
  right: -15px;
  bottom: -62px;
  color: rgba(216, 255, 87, .06);
  content: "END";
  font: 900 clamp(9rem, 24vw, 24rem)/.7 var(--display);
  pointer-events: none;
}

.closing-cta > * {
  position: relative;
  z-index: 1;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 30px clamp(18px, 5vw, 72px) 44px;
  border-top: 1px solid var(--line);
  color: #74796e;
  font: 700 9px/1.5 var(--mono);
}

.footer-brand {
  color: var(--acid);
  font: 900 24px/1 var(--display);
  text-decoration: none;
}

.footer-brand span {
  display: block;
  color: #73786c;
  font: 700 7px/1 var(--mono);
  letter-spacing: 2px;
}

.site-footer p {
  max-width: 650px;
  margin: 0;
}

.site-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer > div a:hover {
  color: var(--acid);
}

.lightbox {
  width: min(1120px, calc(100% - 28px));
  max-width: none;
  max-height: calc(100dvh - 28px);
  margin: auto;
  padding: 46px 14px 14px;
  overflow: hidden;
  border: 1px solid #59604e;
  background: #0a0b09;
  color: var(--white);
  box-shadow: 0 35px 100px #000;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, .9);
  backdrop-filter: blur(10px);
}

.lightbox-stage {
  display: grid;
  height: min(75dvh, 800px);
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(45deg, #171917 25%, transparent 25%),
    linear-gradient(-45deg, #171917 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #171917 75%),
    linear-gradient(-45deg, transparent 75%, #171917 75%),
    #111310;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0;
  background-size: 18px 18px;
}

.lightbox-stage img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.lightbox > p {
  margin: 12px 4px 0;
  color: #aeb2a6;
  font: 700 10px/1.45 var(--mono);
}

.lightbox-close {
  position: absolute;
  top: 9px;
  right: 12px;
  padding: 6px 9px;
  border: 0;
  background: transparent;
  color: #b8bcb1;
  cursor: pointer;
  font: 800 10px/1 var(--mono);
  text-transform: uppercase;
}

.lightbox-close span {
  margin-left: 5px;
  color: var(--acid);
  font-size: 18px;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    gap: 44px;
  }

  .hero h1 {
    font-size: clamp(5rem, 10vw, 8rem);
  }

  .snapshot-card {
    grid-template-columns: 1fr;
  }

  .snapshot-image {
    min-height: 240px;
  }

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

@media (max-width: 880px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow,
  .hero-actions {
    justify-content: center;
  }

  .hero-lead,
  .adult-note {
    margin-right: auto;
    margin-left: auto;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(5rem, 18vw, 9rem);
  }

  .hero h1 span {
    margin-left: 0;
  }

  .hero-file {
    width: min(82%, 420px);
  }

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

  .catalog-strip .catalog-status {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 45px;
  }

  .reading-key,
  .section-heading,
  .official-routes {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .drawer-nav {
    overflow-x: auto;
    grid-template-columns: repeat(6, minmax(116px, 1fr));
  }

  .media-grid,
  .records-grid,
  .ai-grid {
    grid-template-columns: 1fr 1fr;
  }

  .media-card.wide-card {
    grid-column: span 1;
  }

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

  .official-routes {
    grid-template-columns: 1fr;
  }

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

  .site-footer > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 18px;
  }

  .topbar {
    min-height: 68px;
    padding: 0 14px;
  }

  .topbar-cta {
    padding: 10px;
    font-size: 8px;
  }

  .brand-copy {
    display: none;
  }

  .hero {
    width: calc(100% - 24px);
    min-height: auto;
    gap: 34px;
    padding: 34px 0 44px;
  }

  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
    letter-spacing: -2px;
  }

  .hero h1 em {
    text-shadow: 4px 4px 0 #2e351c;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: .94rem;
  }

  .hero-actions,
  .closing-cta > div {
    display: grid;
    margin-top: 18px;
  }

  .hero-file {
    width: calc(100% - 18px);
    padding: 13px 13px 18px;
  }

  .hero-file figure > a {
    aspect-ratio: 4 / 3;
  }

  .hero-file img {
    object-position: center 22%;
  }

  .hero-file figcaption {
    padding-top: 12px;
  }

  .file-stamp {
    right: -9px;
  }

  .catalog-strip {
    padding: 0 12px;
  }

  .catalog-strip > span {
    min-height: 56px;
    padding: 10px;
  }

  main {
    width: min(100% - 16px, 1500px);
  }

  .reading-key {
    margin-top: 14px;
    padding: 18px 14px;
  }

  .reading-key h2,
  .section-heading h2,
  .closing-cta h2 {
    font-size: clamp(2.45rem, 11.5vw, 3.8rem);
  }

  .legend li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .drawer-nav {
    margin: 14px 0 48px;
  }

  .drawer-nav a {
    min-height: 48px;
  }

  .archive-section {
    margin-bottom: 64px;
  }

  .section-heading {
    gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 16px;
  }

  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .media-visual {
    aspect-ratio: 1;
  }

  .card-copy {
    min-height: 0;
    padding: 12px;
  }

  .card-copy h3 {
    margin: 9px 0 5px;
    font-size: 1.05rem;
  }

  .card-copy p {
    display: none;
  }

  .card-copy small {
    margin-top: 9px;
    font-size: 7.5px;
  }

  .source-tag {
    min-height: 20px;
    padding: 0 6px;
    font-size: 7px;
  }

  .reveal-button {
    width: calc(100% - 16px);
    min-width: 0;
    justify-content: center;
    padding: 8px 5px;
    font-size: 7px;
    line-height: 1.25;
    white-space: normal;
  }

  .collection-cta,
  .collection-cta > div {
    display: grid;
  }

  .collection-cta .button {
    width: 100%;
  }

  .snapshot-card {
    grid-template-columns: 1fr;
  }

  .snapshot-image {
    min-height: 180px;
  }

  .snapshot-card > div,
  .record-copy {
    padding: 17px;
  }

  .records-section,
  .ai-section,
  .photo-archive-section {
    margin-right: -2px;
    margin-left: -2px;
    padding: 18px 10px;
  }

  .records-notice {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
    padding: 14px;
  }

  .archive-file-row {
    grid-template-columns: 44px 78px minmax(0, 1fr) 40px 14px;
    gap: 7px;
    min-height: 72px;
    padding: 10px;
  }

  .archive-file-group {
    grid-column: 3 / 4;
    font-size: 7px;
  }

  .archive-file-duration {
    grid-column: 4;
    grid-row: 1 / span 2;
  }

  .archive-file-row > span:last-child {
    grid-column: 5;
    grid-row: 1 / span 2;
  }

  .archive-file-name {
    font-size: .84rem;
  }

  .archive-file-thumb {
    width: 78px;
    height: 48px;
  }

  .archive-file-thumb b {
    width: 17px;
    height: 17px;
    right: 4px;
    bottom: 4px;
    font-size: 7px;
  }

  .archive-source-note {
    gap: 10px;
    padding: 13px;
  }

  .records-grid,
  .ai-grid {
    display: flex;
    gap: 12px;
    margin-right: -10px;
    padding: 0 10px 13px 1px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--acid) #292d25;
    scrollbar-width: thin;
  }

  .record-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  .record-copy h3 {
    font-size: 1.18rem;
  }

  .official-routes {
    gap: 18px;
    margin-top: 24px;
    padding-top: 22px;
  }

  .ai-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .ai-card figcaption {
    min-height: 0;
    padding: 16px;
  }

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

  .method-grid article {
    min-height: 190px;
    padding: 16px;
  }

  .method-grid h3 {
    margin-top: 20px;
    font-size: 1.05rem;
  }

  .method-grid p {
    font-size: .8rem;
  }

  .closing-cta {
    margin-bottom: 28px;
    padding: 28px 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 25px 18px 90px;
  }

  .site-footer > div {
    grid-column: auto;
  }

  .lightbox {
    width: calc(100% - 12px);
    max-height: calc(100dvh - 12px);
    padding: 43px 8px 10px;
  }

  .lightbox-stage {
    height: 72dvh;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
