/* ============================================================
   SLICK FONTAINE — SITE STYLES
   Crooked Staff Records LLC | 2026
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #c9a84c;
  --gold-light: #e8c96a;
  --cream: #f5efe0;
  --dark: #0a0a0a;
  --dark-mid: #111111;
  --dark-card: #161616;
  --text: #e8e0d0;
  --text-muted: #8a8070;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--dark);
  color: var(--text);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

/* NAV */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, transparent 100%);
}
.nav-logo img { height: 48px; width: auto; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-connect {
  border: 1px solid var(--gold);
  padding: 0.4rem 1rem;
  color: var(--gold) !important;
}

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  padding: 0 2rem 5rem;
}
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-video {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.hero-still {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 0;
}
@media (min-width: 1px) {
  .hero-still { display: block; }
  .hero-video { position: absolute; inset: 0; z-index: 1; }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 70%, var(--dark) 100%);
}
.hero-content { position: relative; z-index: 2; }
.ticker {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 1rem;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 700;
  line-height: 0.9;
  color: var(--cream);
}
.hero-title em {
  font-style: italic;
  color: var(--gold);
}
.hero-sub {
  margin-top: 1rem;
  font-size: 1rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

/* SHARED SECTION STYLES */
section { padding: 6rem 2rem; max-width: 1100px; margin: 0 auto; }
.section-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.section-headline {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 1.5rem;
}
.section-sub {
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 3rem;
}

/* BUTTONS */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem 2rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--gold-light); }
.btn-primary:active { transform: scale(0.97); }
.btn-outline {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem 2rem;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover { background: var(--gold); color: var(--dark); }

/* DIAMONDS */
.diamonds {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
.diamond { width: 48px; height: 48px; object-fit: contain; opacity: 0.8; }

/* CALL SECTION */
.call-section { text-align: center; }
.call-card {
  display: inline-block;
  border: 1px solid rgba(201,168,76,0.3);
  background: var(--dark-card);
  padding: 2rem 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.call-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.call-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 0.25rem;
}
.call-number {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}
.call-sub {
  margin-top: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--text-muted);
}

/* CATALOGUE */
.catalogue { text-align: center; }
.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
  text-align: left;
}
.album-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}
.album-card:hover img { opacity: 0.85; }
.album-title {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  color: var(--cream);
  margin-top: 0.75rem;
}
.album-share a {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-decoration: none;
  display: inline-block;
  margin-top: 0.4rem;
}

/* RULES */
.rules { border-top: 1px solid rgba(201,168,76,0.15); }
.rules-list { display: flex; flex-direction: column; gap: 2rem; margin-top: 3rem; }
.rule-item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rule-num {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  white-space: nowrap;
  padding-top: 0.2rem;
  min-width: 60px;
}
.rule-item p {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--cream);
  line-height: 1.5;
}

/* BIO */
.bio { border-top: 1px solid rgba(201,168,76,0.15); }
.bio-inner { max-width: 680px; }
.bio-inner p {
  color: var(--text);
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
}
.bio-inner p em { color: var(--gold); font-style: italic; }
.bio-inner .btn-outline { margin-top: 1.5rem; }

/* SIGNUP */
.signup { text-align: center; background: var(--dark-mid); max-width: 100%; padding: 6rem 2rem; }
.signup-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}
.signup-form input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--text);
  padding: 0.9rem 1.25rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
}
.signup-form input:focus { border-color: var(--gold); }
.signup-form input::placeholder { color: var(--text-muted); }
.signup-form .btn-primary { width: 100%; text-align: center; }
.call-hint {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-style: italic;
  font-family: var(--font-serif);
}
.call-hint a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.4); }
.call-hint a:hover { color: var(--gold-light); }

.signup-confirm { color: var(--gold); font-family: var(--font-serif); font-style: italic; margin-top: 1rem; }
.sms-disclosure {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
  margin: 0.5rem 0 1rem;
  max-width: 420px;
  text-align: left;
}
.sms-disclosure a {
  color: rgba(255,255,255,0.6);
  text-decoration: underline;
}

/* FOOTER CTA */
.footer-cta {
  text-align: center;
  max-width: 100%;
  padding: 6rem 2rem;
  background: var(--dark);
}
.footer-logo { height: 56px; max-width: min(520px, 100%); width: auto; margin-bottom: 2rem; }
.footer-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.footer-copy {
  margin-top: 4rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

/* RESPONSIVE */
/* ============================================================
   EXPANDED CHARACTER SECTIONS
   ============================================================ */

/* WHO THE HELL IS SLICK FONTAINE */
.who-section {
  border-top: 1px solid rgba(201,168,76,0.15);
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.who-inner { width: 100%; }
.who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  margin-top: 2rem;
}
.who-text p {
  color: var(--text);
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
}
.who-lead {
  font-family: var(--font-serif);
  font-size: 1.4rem !important;
  font-style: italic;
  color: var(--cream) !important;
}
.who-tag {
  font-size: 0.65rem !important;
  letter-spacing: 0.15em;
  color: var(--gold) !important;
  margin-top: 2rem !important;
}
.dossier-card {
  border: 1px solid rgba(201,168,76,0.35);
  background: var(--dark-card);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.dossier-header {
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.dossier-row {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 0.85rem;
}
.dossier-row span:first-child { color: var(--text-muted); }
.dossier-row span:last-child { color: var(--cream); }
.dossier-row a { color: var(--gold); text-decoration: none; }
.status-active { color: var(--gold) !important; }
.dossier-stamp {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-family: var(--font-serif);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: rgba(201,168,76,0.25);
  border: 1px solid rgba(201,168,76,0.2);
  padding: 0.3rem 0.8rem;
  transform: rotate(-8deg);
}

/* ORIGIN FRAGMENTS */
.origin-section {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.fragments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.fragment-card {
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 2rem;
  position: relative;
}
.fragment-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px; height: 100%;
  background: var(--gold);
  opacity: 0.4;
}
.fragment-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 1rem;
}
.fragment-card p {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--text);
  line-height: 1.7;
  font-size: 0.95rem;
}
.fragment-pending { opacity: 0.35; }
.pending-text {
  color: var(--text-muted) !important;
  font-style: normal !important;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1rem 0;
}

/* DETROIT MYTHOLOGY */
.detroit-section {
  position: relative;
  padding: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.detroit-bg-video {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.detroit-bg-video video {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.detroit-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.6) 100%);
}
.detroit-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 6rem 2rem;
  width: 100%;
}
.detroit-text p {
  color: var(--text);
  max-width: 620px;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
}
.detroit-details {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.detroit-detail {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--gold);
}

/* FONTAINE-ISMS */
.fontainisms-section {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(201,168,76,0.15);
  text-align: center;
}
.fontainism-display { max-width: 700px; margin: 0 auto; }
.fontainism-quote {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-style: italic;
  color: var(--cream);
  line-height: 1.5;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  transition: opacity 0.4s ease;
}
.fontainism-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.fontainism-btn {
  background: transparent;
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold);
  width: 36px; height: 36px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.fontainism-btn:hover { background: var(--gold); color: var(--dark); }
.fontainism-dots { display: flex; gap: 0.5rem; }
.fontainism-dot {
  width: 6px; height: 6px;
  background: rgba(201,168,76,0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.fontainism-dot.active { background: var(--gold); }

/* CALL SECTION — add context line */
.call-context {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* CHAPTERS — MUSIC AS CHAPTERS */
.chapters-section {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.chapters-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 3rem 0;
}
.chapter-item {
  display: grid;
  grid-template-columns: 80px 140px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s;
}
.chapter-item:hover { background: rgba(201,168,76,0.03); }
.chapter-num {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-align: right;
  padding-right: 1rem;
  border-right: 1px solid rgba(201,168,76,0.2);
}
.chapter-art img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}
.chapter-item:hover .chapter-art img { opacity: 0.85; }
.chapter-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}
.chapter-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0.75rem;
  font-style: italic;
}
.chapter-stream {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s;
}
.chapter-stream:hover { color: var(--gold-light); }

/* ARTIFACTS / EVIDENCE */
.artifacts-section {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.artifacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.artifact-item { display: flex; flex-direction: column; }
.artifact-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  filter: sepia(0.15) contrast(1.05);
  transition: filter 0.3s;
}
.artifact-photo:hover img { filter: sepia(0) contrast(1.1); }
.artifact-caption {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-top: 0.6rem;
  font-style: italic;
}
.artifact-document .artifact-doc-inner {
  background: #f5efe0;
  color: #1a1a1a;
  padding: 1.5rem;
  font-family: 'Special Elite', 'Courier New', monospace;
  position: relative;
  min-height: 200px;
}
.artifact-doc-header {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: #555;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.artifact-doc-rule {
  font-size: 0.8rem;
  color: #2a2a2a;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.artifact-doc-stamp {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  color: rgba(0,0,0,0.3);
  font-style: italic;
}
.artifact-card .artifact-card-inner {
  background: var(--dark-card);
  border: 1px solid rgba(201,168,76,0.4);
  padding: 2rem;
  text-align: center;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.artifact-card-diamond { font-size: 1.5rem; color: var(--gold); margin-bottom: 0.5rem; }
.artifact-card-name {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--cream);
}
.artifact-card-sub {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.artifact-card-line {
  font-size: 0.7rem;
  color: var(--text-muted);
}
.artifact-card-italic { font-style: italic; }
.artifact-pending .artifact-pending-inner {
  background: rgba(255,255,255,0.02);
  border: 1px dashed rgba(201,168,76,0.2);
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.artifact-pending-icon { font-size: 1.5rem; color: rgba(201,168,76,0.3); }
.artifact-pending-text {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.6;
}
.artifact-file .artifact-file-inner {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(201,168,76,0.18);
  min-height: 200px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.artifact-file-kicker {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  font-family: 'Special Elite', serif;
  margin-bottom: 1rem;
}
.artifact-file-title {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.25;
  color: var(--cream);
  margin-bottom: 0.8rem;
}
.artifact-file-copy {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.65;
  font-style: italic;
}
.artifact-file-stamp {
  align-self: flex-start;
  border: 1px solid rgba(201,168,76,0.28);
  color: rgba(201,168,76,0.55);
  font-family: 'Special Elite', serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  padding: 0.28rem 0.55rem;
  margin-top: 1.25rem;
  transform: rotate(-3deg);
}

/* CHARACTERS */
.characters-section {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.characters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0 2rem;
}
.character-card {
  background: var(--dark-card);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 2rem;
  text-align: center;
}
.character-silhouette {
  font-size: 2rem;
  color: rgba(201,168,76,0.3);
  margin-bottom: 1rem;
}
.character-name {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--cream);
  margin-bottom: 0.4rem;
}
.character-role {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-style: italic;
}
.character-pending { opacity: 0.4; }
.characters-note {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

/* Character card content */
.character-desc {
  font-size: 0.82rem;
  color: rgba(245, 239, 224, 0.75);
  line-height: 1.6;
  margin: 0.75rem 0 0.5rem;
  font-family: 'Inter', sans-serif;
}
.character-code {
  font-size: 0.78rem;
  color: var(--gold);
  font-family: 'Special Elite', serif;
  margin-top: 0.5rem;
  opacity: 0.85;
}

/* SPECIAL THANKS — liner notes style */
.thanks-section {
  padding: 5rem 2rem;
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.thanks-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.thanks-item {
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  padding-bottom: 1.25rem;
}
.thanks-name {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--cream);
  min-width: 140px;
  font-weight: 600;
  flex-shrink: 0;
}
.thanks-line {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
}
/* Artifact flyer — slightly different treatment */
.artifact-flyer img {
  filter: sepia(0.3) contrast(1.05);
}

/* ACTIVE NOW */
.active-section {
  padding: 6rem 2rem;
  max-width: 100%;
  background: var(--dark-mid);
  border-top: 1px solid rgba(201,168,76,0.15);
}
.active-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.active-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}
.active-item {
  padding: 2rem;
  border: 1px solid rgba(201,168,76,0.15);
  background: var(--dark-card);
}
.active-icon { font-size: 1.2rem; color: var(--gold); margin-bottom: 1rem; }
.active-label {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}
.active-detail {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* DEEP LORE / EXPANDABLE ARCHIVE */
.lore-section {
  padding: 6rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.lore-items { margin-top: 3rem; }
.lore-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.lore-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.lore-summary::-webkit-details-marker { display: none; }
.lore-title {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--text);
  transition: color 0.2s;
}
.lore-item[open] .lore-title { color: var(--gold); }
.lore-toggle {
  font-size: 1.2rem;
  color: var(--gold);
  transition: transform 0.3s cubic-bezier(0.23,1,0.32,1);
  line-height: 1;
}
.lore-item[open] .lore-toggle { transform: rotate(45deg); }
.lore-content {
  padding: 0 0 2rem;
  max-width: 680px;
}
.lore-content p {
  color: var(--text);
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.8;
}
.lore-content p em { color: var(--gold); font-style: italic; }
.lore-pending { opacity: 0.5; }

/* RESPONSIVE — NEW SECTIONS */
@media (max-width: 640px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.85rem 1rem 1rem;
    background: linear-gradient(to bottom, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.45) 78%, transparent 100%);
  }
  .nav-logo img { height: 38px; }
  .nav-links {
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
  }
  .nav-links a {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }
  .nav-connect { padding: 0.32rem 0.7rem; }
  .hero { padding: 0 1rem 4rem; }
  section { padding: 4rem 1rem; }
  .album-grid { grid-template-columns: repeat(2, 1fr); }
  .rule-item { flex-direction: column; gap: 0.5rem; }
  .footer-btns { flex-direction: column; align-items: center; }
  .who-grid { grid-template-columns: 1fr; gap: 2rem; }
  .chapter-item { grid-template-columns: 1fr; gap: 1rem; }
  .chapter-num { text-align: left; border-right: none; border-bottom: 1px solid rgba(201,168,76,0.2); padding-right: 0; padding-bottom: 0.5rem; }
  .chapter-art img { max-width: 120px; }
  .detroit-content { padding: 4rem 1rem; }
  .active-section { padding: 4rem 1rem; }
  .lore-section { padding: 4rem 1rem; }
  .who-section { padding: 4rem 1rem; }
  .origin-section { padding: 4rem 1rem; }
  .artifacts-section { padding: 4rem 1rem; }
  .characters-section { padding: 4rem 1rem; }
  .fontainisms-section { padding: 4rem 1rem; }
  .chapters-section { padding: 4rem 1rem; }
}

/* ANIMATIONS */
@media (prefers-reduced-motion: no-preference) {
  .album-card { transition: transform 0.2s cubic-bezier(0.23,1,0.32,1); }
  .album-card:hover { transform: translateY(-4px); }
  .fragment-card { transition: transform 0.2s cubic-bezier(0.23,1,0.32,1); }
  .fragment-card:hover { transform: translateY(-2px); }
  .artifact-item { transition: transform 0.2s cubic-bezier(0.23,1,0.32,1); }
  .artifact-item:hover { transform: translateY(-2px); }
  .active-item { transition: border-color 0.2s; }
  .active-item:hover { border-color: rgba(201,168,76,0.4); }
}

/* ═══════════════════════════════════════════════════
   TIMELINE — ORIGIN FRAGMENTS
═══════════════════════════════════════════════════ */
.timeline {
  position: relative;
  max-width: 700px;
  margin: 3rem auto 0;
  padding-left: 80px;
}
.timeline-spine {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold) 10%, var(--gold) 90%, transparent);
  opacity: 0.4;
}
.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.timeline-year {
  position: absolute;
  left: -70px;
  top: 0.1rem;
  font-size: 0.72rem;
  color: var(--gold);
  font-family: 'Special Elite', serif;
  letter-spacing: 0.05em;
  text-align: right;
  width: 52px;
  opacity: 0.8;
}
.timeline-dot {
  position: absolute;
  left: -48px;
  top: 0;
  color: var(--gold);
  font-size: 0.65rem;
  line-height: 1.6;
  opacity: 0.9;
}
.timeline-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.12);
  border-left: 2px solid rgba(201,168,76,0.4);
  border-radius: 2px;
  padding: 1.25rem 1.5rem;
  flex: 1;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.timeline-card:hover {
  border-left-color: var(--gold);
  background: rgba(201,168,76,0.04);
}
.timeline-card .fragment-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  font-family: 'Special Elite', serif;
  margin-bottom: 0.6rem;
}
.timeline-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}

/* ═══════════════════════════════════════════════════
   FONTAINE-ISMS UPGRADE
═══════════════════════════════════════════════════ */
.fontainism-deco-quote {
  font-family: var(--font-serif);
  font-size: 8rem;
  color: var(--gold);
  opacity: 0.12;
  line-height: 0.6;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}
.fontainisms-section {
  position: relative;
  overflow: hidden;
}
.fontainism-display {
  position: relative;
}
.fontainism-quote {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-style: italic;
  color: var(--cream);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  min-height: 4rem;
  position: relative;
  z-index: 1;
}
.fontainism-attribution {
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-transform: uppercase;
  font-family: 'Special Elite', serif;
  margin-top: 1rem;
  opacity: 0.8;
}

/* ═══════════════════════════════════════════════════
   CHAPTER HOVER EFFECTS
═══════════════════════════════════════════════════ */
.chapter-item {
  transition: background 0.25s ease, border-color 0.25s ease;
}
.chapter-item:hover {
  background: rgba(201,168,76,0.05);
  border-color: rgba(201,168,76,0.3);
}
.chapter-item:hover .chapter-stream {
  background: var(--gold);
  color: #000;
}
.chapter-art-placeholder {
  width: 80px;
  height: 80px;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.chapter-art-diamond {
  color: var(--gold);
  font-size: 1.5rem;
  opacity: 0.5;
}

/* ═══════════════════════════════════════════════════
   STATUS BAR — ACTIVE NOW
═══════════════════════════════════════════════════ */
.status-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 3px;
  padding: 1.25rem 2rem;
  margin: 2rem auto;
  max-width: 800px;
}
.status-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.status-green {
  background: #4ade80;
  box-shadow: 0 0 6px rgba(74,222,128,0.6);
  animation: pulse-green 2s ease-in-out infinite;
}
.status-gold {
  background: var(--gold);
  box-shadow: 0 0 6px rgba(201,168,76,0.6);
  animation: pulse-gold 2s ease-in-out infinite;
}
@keyframes pulse-green {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
@keyframes pulse-gold {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.status-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--cream);
  font-family: 'Special Elite', serif;
  text-transform: uppercase;
}
.status-sep {
  color: var(--gold);
  font-size: 0.6rem;
  opacity: 0.5;
}
.status-detail {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-family: 'Inter', sans-serif;
}
.status-divider {
  color: var(--gold);
  opacity: 0.3;
  font-size: 0.8rem;
}
@media (max-width: 600px) {
  .status-bar { flex-direction: column; gap: 1rem; }
  .status-divider { display: none; }
}

/* ═══════════════════════════════════════════════════
   LIGHTBOX
═══════════════════════════════════════════════════ */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.lightbox-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox-close {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold);
  font-size: 1.1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10000;
}
.lightbox-close:hover { background: rgba(201,168,76,0.15); }
.lightbox-inner {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  max-width: 1000px;
  width: 100%;
  transform: scale(0.95);
  transition: transform 0.25s cubic-bezier(0.23,1,0.32,1);
}
.lightbox-overlay.active .lightbox-inner {
  transform: scale(1);
}
.lightbox-img {
  max-width: 55%;
  max-height: 80vh;
  object-fit: contain;
  border: 1px solid rgba(201,168,76,0.2);
  filter: sepia(0.15);
}
.lightbox-info {
  flex: 1;
  padding-top: 0.5rem;
}
.lightbox-caption {
  font-family: 'Special Elite', serif;
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  opacity: 0.8;
}
.lightbox-lore {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
  font-style: italic;
  border-left: 2px solid rgba(201,168,76,0.3);
  padding-left: 1rem;
}
.lightbox-stamp {
  margin-top: 2rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: rgba(201,168,76,0.3);
  font-family: 'Special Elite', serif;
  text-transform: uppercase;
}
.artifact-lightbox-trigger {
  cursor: pointer;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.artifact-lightbox-trigger:hover {
  filter: sepia(0) brightness(1.1) !important;
  transform: scale(1.02);
}
@media (max-width: 640px) {
  .lightbox-inner { flex-direction: column; }
  .lightbox-img { max-width: 100%; max-height: 50vh; }
}

/* ═══════════════════════════════════════════════════
   PARALLAX HERO
═══════════════════════════════════════════════════ */
.hero-bg {
  will-change: transform;
}

/* ═══════════════════════════════════════════════════
   PUBLIC SUBPAGES
═══════════════════════════════════════════════════ */
.site-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(80,18,24,0.18), transparent 28rem),
    radial-gradient(circle at 82% 0%, rgba(201,168,76,0.12), transparent 24rem),
    var(--dark);
}
.page-nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.page-nav img {
  height: 44px;
  width: auto;
  display: block;
}
.page-nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  flex-wrap: wrap;
}
.page-nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 500;
}
.page-nav-links a:hover,
.page-nav-links a[aria-current="page"] {
  color: var(--gold);
}
.page-hero,
.track-hero,
.page-section,
.page-footer {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-hero {
  padding-top: 5rem;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 3rem;
  align-items: end;
}
.page-hero-centered {
  display: block;
  max-width: 860px;
}
.page-kicker {
  color: var(--gold);
  font-family: 'Special Elite', serif;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.94;
  color: var(--cream);
  letter-spacing: 0;
}
.page-title em {
  color: var(--gold);
  font-style: italic;
}
.page-lead {
  margin-top: 1.4rem;
  max-width: 680px;
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.8;
}
.page-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.page-media {
  border: 1px solid rgba(201,168,76,0.18);
  background: rgba(255,255,255,0.025);
  overflow: hidden;
}
.page-media img {
  width: 100%;
  height: clamp(340px, 54vh, 560px);
  object-fit: cover;
  display: block;
  filter: sepia(0.08) contrast(1.03);
}
.page-media.call-room img {
  object-position: 46% center;
}
.page-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgba(201,168,76,0.13);
}
.page-section h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  color: var(--cream);
  line-height: 1.14;
  margin-bottom: 1.2rem;
}
.page-section p {
  max-width: 760px;
  color: var(--text);
  margin-bottom: 1rem;
}
.catalogue-note {
  color: var(--text-muted) !important;
  font-size: 0.9rem;
  font-style: italic;
}
.fact-grid,
.signal-grid,
.call-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.fact-tile,
.signal-tile,
.call-tile {
  border: 1px solid rgba(201,168,76,0.14);
  background: rgba(255,255,255,0.025);
  padding: 1.25rem;
}
.fact-label,
.signal-label,
.call-label-small {
  color: var(--gold);
  font-family: 'Special Elite', serif;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}
.fact-value,
.signal-value,
.call-value {
  color: var(--cream);
  font-size: 0.92rem;
  line-height: 1.55;
}
.music-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.2rem;
  margin-top: 2.5rem;
}
.music-card {
  border: 1px solid rgba(201,168,76,0.16);
  background: rgba(255,255,255,0.025);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.music-card:hover {
  border-color: rgba(201,168,76,0.38);
  background: rgba(201,168,76,0.035);
  transform: translateY(-2px);
}
.music-card a {
  color: inherit;
  text-decoration: none;
}
.music-card-media {
  background: #111;
  border-bottom: 1px solid rgba(201,168,76,0.12);
}
.music-card-media img,
.track-art img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.art-placeholder {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(201,168,76,0.16), rgba(80,18,24,0.18)),
    #111;
  color: rgba(201,168,76,0.58);
  font-family: var(--font-serif);
  font-size: 3rem;
}
.music-card-body {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.chapter-tag,
.release-tag {
  color: var(--gold);
  font-family: 'Special Elite', serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.music-card-title {
  font-family: var(--font-serif);
  color: var(--cream);
  font-size: 1.18rem;
  line-height: 1.2;
  margin-top: 0.55rem;
}
.music-card-desc {
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.6;
  margin-top: 0.7rem;
  flex: 1;
}
.track-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 1.1rem;
}
.track-action {
  border: 1px solid rgba(201,168,76,0.55);
  color: var(--gold);
  padding: 0.55rem 0.85rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
.track-action:hover {
  background: var(--gold);
  color: var(--dark);
}
.track-hero {
  padding-top: 5rem;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}
.track-art {
  border: 1px solid rgba(201,168,76,0.18);
  background: rgba(255,255,255,0.025);
}
.track-meta-list {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.catalogue-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  max-width: 760px;
  margin: 1rem 0 0;
}
.catalogue-tags span {
  color: var(--gold);
  font-family: 'Special Elite', serif;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.catalogue-tags b {
  border: 1px solid rgba(201,168,76,0.22);
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.6rem;
}
.track-pill {
  border: 1px solid rgba(201,168,76,0.22);
  color: var(--text-muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.6rem;
}
.related-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.related-link {
  display: block;
  border: 1px solid rgba(201,168,76,0.14);
  padding: 1rem;
  color: var(--cream);
  text-decoration: none;
}
.related-link span {
  display: block;
  color: var(--text-muted);
  font-size: 0.78rem;
  margin-top: 0.35rem;
}
.related-link:hover {
  border-color: rgba(201,168,76,0.42);
  color: var(--gold);
}
.call-panel {
  border: 1px solid rgba(201,168,76,0.22);
  background: rgba(255,255,255,0.025);
  padding: 2rem;
  max-width: 620px;
  margin-top: 2rem;
}
.call-number-large {
  font-family: var(--font-serif);
  color: var(--cream);
  font-size: clamp(2rem, 7vw, 3.6rem);
  line-height: 1;
}
.page-footer {
  padding-top: 3rem;
  padding-bottom: 4rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-footer a {
  color: var(--text-muted);
  text-decoration: none;
}
.page-footer a:hover {
  color: var(--gold);
}

@media (max-width: 760px) {
  .page-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-nav-links {
    gap: 0.85rem;
  }
  .page-hero,
  .track-hero {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }
  .page-media {
    max-width: 420px;
  }
  .page-media img {
    height: auto;
    aspect-ratio: auto;
  }
}

/* ═══════════════════════════════════════════════════
   SCROLL REVEAL
═══════════════════════════════════════════════════ */
.reveal-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal-item.revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal-item { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   2026 LOCAL REDESIGN PASS
   Cinematic Detroit artist experience without changing routes.
   ============================================================ */

body {
  background:
    linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(180deg, rgba(255,255,255,0.025) 1px, transparent 1px) 0 0 / 100% 42px,
    linear-gradient(135deg, #070707 0%, #120b0b 44%, #080808 100%);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(201,168,76,0.05), transparent 34%, rgba(90,24,28,0.08) 68%, transparent),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 5px);
  opacity: 0.75;
}

.nav,
.page-nav {
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(201,168,76,0.12);
}

.nav {
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: linear-gradient(to bottom, rgba(0,0,0,0.78), rgba(0,0,0,0.18));
}

.nav-links a,
.page-nav-links a {
  position: relative;
}

.nav-links a::after,
.page-nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-links a:hover::after,
.page-nav-links a:hover::after,
.page-nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.hero {
  min-height: 720px;
  padding: 0 clamp(1.25rem, 8vw, 8rem) clamp(3.5rem, 9vh, 7rem);
  align-items: flex-end;
}

.hero-still {
  opacity: 0.94;
  object-position: center 56%;
  filter: sepia(0.08) contrast(1.12) brightness(1.18);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.46) 38%, rgba(0,0,0,0.08) 68%, rgba(0,0,0,0.48) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.13) 54%, var(--dark) 100%);
}

.hero-content {
  width: min(780px, 100%);
}

.ticker,
.page-kicker,
.section-label {
  font-family: 'Special Elite', Courier, monospace;
}

.hero-title {
  text-shadow: 0 12px 34px rgba(0,0,0,0.52);
}

.hero-sub {
  color: rgba(245,239,224,0.74);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.hero-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(720px, 100%);
  margin-top: 2rem;
  border: 1px solid rgba(201,168,76,0.24);
  background: rgba(201,168,76,0.18);
}

.hero-proof-strip span {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 76px;
  padding: 0.9rem 1rem;
  background: rgba(8,8,8,0.68);
  color: rgba(232,224,208,0.78);
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-proof-strip b {
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1;
}

.catalogue-stats,
.canon-strip,
.call-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(680px, 100%);
  margin-top: 1.75rem;
  border: 1px solid rgba(201,168,76,0.2);
  background: rgba(201,168,76,0.16);
}

.catalogue-stats span,
.canon-strip span,
.call-signal-strip span {
  background: rgba(10,10,10,0.68);
  color: rgba(232,224,208,0.72);
  padding: 0.85rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalogue-stats b,
.canon-strip b {
  display: block;
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.catalogue-browser-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.6rem;
}

.catalogue-browser-note span {
  border: 1px solid rgba(201,168,76,0.22);
  color: rgba(232,224,208,0.74);
  background: rgba(255,255,255,0.025);
  padding: 0.55rem 0.8rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-record {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: center;
  margin: 2rem 0 2.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(201,168,76,0.18);
  background:
    linear-gradient(135deg, rgba(201,168,76,0.06), rgba(255,255,255,0.014)),
    rgba(8,8,8,0.72);
}

.featured-record-art {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.18);
  background: #080808;
}

.featured-record-art img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.featured-record-art:hover img {
  transform: scale(1.04);
}

.featured-record-copy h3 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 0.98;
  color: var(--cream);
  margin-bottom: 1rem;
}

.featured-record-copy p {
  color: rgba(232,224,208,0.82);
  max-width: 62ch;
}

.catalogue-lens {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin: 1.5rem 0 2rem;
  padding: 1rem;
  border: 1px solid rgba(201,168,76,0.18);
  background: rgba(255,255,255,0.018);
}

.catalogue-lens > span,
.catalogue-lens > strong {
  color: var(--gold);
  font-family: 'Special Elite', Courier, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
}

.catalogue-lens > strong {
  color: rgba(232,224,208,0.68);
  text-align: right;
}

.catalogue-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.catalogue-filter-buttons button {
  border: 1px solid rgba(201,168,76,0.24);
  background: transparent;
  color: rgba(232,224,208,0.76);
  padding: 0.5rem 0.7rem;
  font: inherit;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.catalogue-filter-buttons button:hover,
.catalogue-filter-buttons button[aria-pressed="true"] {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--dark);
}

.music-card.is-hidden {
  display: none;
}

.arrival-strip {
  max-width: 1180px;
  margin: -2.5rem auto 0;
  padding: 0 clamp(1rem, 4vw, 2rem) 5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
  z-index: 4;
}

.arrival-card {
  display: grid;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.18);
  color: var(--cream);
  text-decoration: none;
  position: relative;
  background: #080808;
}

.arrival-card img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  opacity: 0.62;
  filter: sepia(0.12) contrast(1.05);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.arrival-card::after {
  content: '';
  grid-area: 1 / 1;
  background: linear-gradient(to bottom, transparent 26%, rgba(0,0,0,0.86));
  z-index: 1;
}

.arrival-card span,
.arrival-card strong {
  grid-area: 1 / 1;
  align-self: end;
  z-index: 2;
  padding: 1.1rem;
}

.arrival-card span {
  align-self: start;
  color: var(--gold);
  font-family: 'Special Elite', Courier, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.arrival-card strong {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.1;
  max-width: 14ch;
}

.arrival-card:hover img {
  opacity: 0.78;
  transform: scale(1.04);
}

section {
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.section-headline {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  letter-spacing: 0;
}

.who-grid,
.detroit-content,
.active-inner {
  position: relative;
}

.dossier-card,
.fact-tile,
.signal-tile,
.call-tile,
.music-card,
.related-link,
.call-panel,
.pick-shell {
  box-shadow: 0 18px 60px rgba(0,0,0,0.22);
}

.dossier-card,
.fact-tile,
.signal-tile,
.call-tile,
.related-link,
.call-panel {
  background:
    linear-gradient(135deg, rgba(201,168,76,0.045), rgba(255,255,255,0.018)),
    rgba(14,14,14,0.72);
}

.who-section {
  max-width: 1180px;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.62), rgba(0,0,0,0.18)),
    linear-gradient(135deg, rgba(201,168,76,0.05), transparent 42%);
}

.who-card {
  display: grid;
  gap: 1rem;
}

.who-portrait-card {
  margin: 0;
  border: 1px solid rgba(201,168,76,0.18);
  overflow: hidden;
  background: #080808;
}

.who-portrait-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  opacity: 0.9;
}

.who-portrait-card figcaption {
  padding: 0.75rem 0.9rem;
  color: rgba(232,224,208,0.64);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 1px solid rgba(201,168,76,0.12);
}

.origin-section {
  max-width: 1180px;
}

.timeline-card {
  background:
    linear-gradient(135deg, rgba(201,168,76,0.05), rgba(255,255,255,0.018)),
    rgba(10,10,10,0.76);
  border: 1px solid rgba(201,168,76,0.14);
  box-shadow: 0 18px 60px rgba(0,0,0,0.24);
}

.detroit-section {
  min-height: 76vh;
  border-block: 1px solid rgba(201,168,76,0.14);
}

.detroit-bg-video::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.94), rgba(0,0,0,0.5) 46%, rgba(0,0,0,0.88)),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 5px);
}

.fontainisms-section {
  max-width: 1180px;
}

.fontainism-display {
  border: 1px solid rgba(201,168,76,0.16);
  background:
    linear-gradient(135deg, rgba(201,168,76,0.05), rgba(255,255,255,0.018)),
    rgba(8,8,8,0.62);
  padding: clamp(1.4rem, 4vw, 3rem);
}

.chapter-item {
  border: 1px solid rgba(201,168,76,0.11);
  border-left: 3px solid rgba(201,168,76,0.34);
  background: rgba(255,255,255,0.018);
  padding: 1.2rem 1.2rem 1.2rem 0;
  margin-bottom: 0.9rem;
}

.artifacts-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.artifact-item {
  position: relative;
}

.artifact-photo img,
.artifact-file .artifact-file-inner,
.artifact-card .artifact-card-inner,
.artifact-document .artifact-doc-inner,
.artifact-pending .artifact-pending-inner {
  min-height: 250px;
  border: 1px solid rgba(201,168,76,0.18);
}

.site-shell {
  min-height: 100vh;
}

.page-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  max-width: none;
  padding: 1rem clamp(1.25rem, 7vw, 5rem);
  background: rgba(7,7,7,0.72);
}

.page-nav img {
  height: 46px;
}

.page-hero,
.track-hero {
  max-width: 1180px;
  min-height: min(760px, calc(100svh - 78px));
  padding-top: clamp(3rem, 6vh, 5rem);
  padding-bottom: clamp(3rem, 6vh, 5rem);
  align-items: center;
}

.page-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.78fr);
}

.page-title {
  font-size: clamp(3.6rem, 8.8vw, 6.9rem);
  text-wrap: balance;
}

.page-lead {
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  color: rgba(232,224,208,0.88);
}

.page-media {
  position: relative;
  background: #080808;
}

.page-media::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(245,239,224,0.06);
  pointer-events: none;
}

.page-media img {
  height: clamp(360px, 58vh, 560px);
}

.page-section {
  max-width: 1180px;
}

.page-section h2 {
  font-size: clamp(2rem, 4.8vw, 3.45rem);
  text-wrap: balance;
}

.music-grid {
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1.5rem;
}

.music-card {
  border-color: rgba(201,168,76,0.18);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
    rgba(10,10,10,0.78);
  overflow: hidden;
}

.music-card-media {
  position: relative;
  overflow: hidden;
}

.music-card-media::after {
  content: 'SLICK FONTAINE';
  position: absolute;
  left: 0.9rem;
  bottom: 0.75rem;
  color: rgba(245,239,224,0.58);
  font-family: 'Special Elite', Courier, monospace;
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-shadow: 0 1px 8px #000;
}

.music-card-media img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.music-card:hover .music-card-media img {
  transform: scale(1.045);
  filter: sepia(0.08) contrast(1.08);
}

.music-card-title {
  font-size: 1.42rem;
}

.track-hero {
  grid-template-columns: minmax(280px, 450px) minmax(0, 1fr);
}

.track-art {
  padding: 0.7rem;
  background:
    linear-gradient(135deg, rgba(201,168,76,0.13), rgba(255,255,255,0.025)),
    rgba(8,8,8,0.82);
}

.track-art img {
  box-shadow: 0 22px 70px rgba(0,0,0,0.34);
}

.track-meta-list,
.catalogue-tags {
  gap: 0.7rem;
}

.track-pill,
.catalogue-tags b {
  background: rgba(255,255,255,0.035);
}

.call-panel {
  max-width: 680px;
}

.call-number-large {
  font-size: clamp(2.6rem, 7vw, 4.3rem);
}

.page-media.call-room img {
  object-position: 39% center;
}

.portrait-media img {
  object-position: center top;
  opacity: 0.98;
}

.portrait-media {
  background:
    linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.16)),
    url('/assets/media/SlickFontaine_CurrentPortrait_2026_ProductionArt_v01.jpg') center top / cover no-repeat,
    #080808;
}

.music-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.music-card .catalogue-tags {
  margin-top: 1rem;
}

.music-card .catalogue-tags span {
  display: none;
}

.music-card .catalogue-tags b {
  font-size: 0.6rem;
  padding: 0.28rem 0.48rem;
}

.track-file-card {
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 1px;
  margin-top: 2rem;
  border: 1px solid rgba(201,168,76,0.18);
  background: rgba(201,168,76,0.14);
}

.track-file-card span,
.track-file-card strong {
  padding: 0.75rem 0.9rem;
  background: rgba(255,255,255,0.025);
}

.track-file-card span {
  color: var(--gold);
  font-family: 'Special Elite', Courier, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.track-file-card strong {
  color: var(--cream);
  font-size: 0.86rem;
  font-weight: 400;
  text-transform: capitalize;
}

.call-hero {
  position: relative;
}

.call-room {
  isolation: isolate;
}

.call-room-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  display: block;
  cursor: pointer;
  position: relative;
}

.call-room-trigger:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: -6px;
}

.call-room::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 42%, rgba(0,0,0,0.72));
  z-index: 1;
  pointer-events: none;
}

.call-room-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgba(232,201,106,0.82);
  background: rgba(10,10,10,0.48);
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  box-shadow: 0 1.3rem 3rem rgba(0,0,0,0.46);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.call-room-play::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.22rem;
  border-top: 0.58rem solid transparent;
  border-bottom: 0.58rem solid transparent;
  border-left: 0.86rem solid var(--gold-light);
}

.call-room-trigger:hover .call-room-play,
.call-room-trigger:focus-visible .call-room-play {
  background: rgba(80,18,24,0.62);
  border-color: var(--gold-light);
  transform: translate(-50%, -50%) scale(1.04);
}

.call-room-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  color: var(--cream);
}

.call-room-caption span {
  display: block;
  color: var(--gold);
  font-family: 'Special Elite', Courier, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.call-room-caption strong {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.1;
  max-width: 16ch;
}

body.has-call-room-dialog {
  overflow: hidden;
}

.call-room-dialog[hidden] {
  display: none;
}

.call-room-dialog {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
}

.call-room-dialog-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(201,168,76,0.16), transparent 28rem),
    rgba(0,0,0,0.84);
  cursor: pointer;
}

.call-room-dialog-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  border: 1px solid rgba(201,168,76,0.26);
  background: #050505;
  box-shadow: 0 2rem 5rem rgba(0,0,0,0.62);
}

.call-room-dialog-close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(201,168,76,0.38);
  background: rgba(10,10,10,0.72);
  color: var(--cream);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.call-room-dialog-close:hover,
.call-room-dialog-close:focus-visible {
  color: var(--gold-light);
  border-color: var(--gold-light);
  outline: none;
}

.call-room-dialog video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #000;
}

@media (max-width: 900px) {
  .arrival-strip,
  .hero-proof-strip,
  .catalogue-stats,
  .canon-strip,
  .call-signal-strip {
    grid-template-columns: 1fr;
  }

  .arrival-strip {
    margin-top: 0;
  }

  .who-grid,
  .page-hero,
  .track-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 680px;
    padding: 7rem 1rem 3rem;
  }

  .hero-title {
    font-size: clamp(4rem, 20vw, 5.8rem);
  }

  .hero-proof-strip span {
    min-height: auto;
  }

  .arrival-card,
  .arrival-card img {
    min-height: 210px;
  }

  .page-nav {
    position: relative;
    padding: 1rem;
  }

  .page-nav-links {
    row-gap: 0.65rem;
  }

  .page-hero,
  .track-hero {
    min-height: auto;
  }

  .featured-record {
    grid-template-columns: 1fr;
  }

  .catalogue-lens {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .catalogue-filter-buttons {
    justify-content: flex-start;
  }

  .catalogue-lens > strong {
    text-align: left;
  }

  .page-media {
    max-width: none;
  }

  .page-media img {
    width: 100%;
    height: auto;
  }

  .chapter-item {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .chapter-num {
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(201,168,76,0.18);
    padding: 0 0 0.7rem;
  }

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

/* ============================================================
   2026 LOCAL BUILD BRIEF PASS - WHOLE-SITE EXPERIENCE
   Premium Detroit artist system, static architecture preserved.
   ============================================================ */

:root {
  --ruby: #8f1f2d;
  --ruby-glow: #cf3447;
  --sodium: #d88a32;
  --paper: #eadfc6;
  --asphalt: #070807;
  --asphalt-2: #11100e;
  --chrome: #b9b9ad;
  --deep-green: #12241e;
}

body {
  background:
    radial-gradient(circle at 16% 8%, rgba(143,31,45,0.18), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(216,138,50,0.12), transparent 26rem),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(180deg, #090907 0%, #11100e 44%, #050505 100%);
  background-size: auto, auto, 84px 84px, auto;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(234,223,198,0.035), transparent 30%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 4px);
  opacity: 0.45;
  mix-blend-mode: screen;
}

body a {
  text-underline-offset: 0.2em;
}

.nav,
.page-nav {
  background:
    linear-gradient(180deg, rgba(5,5,5,0.96), rgba(5,5,5,0.68)),
    linear-gradient(90deg, rgba(143,31,45,0.16), transparent 45%, rgba(216,138,50,0.1));
  border-bottom: 1px solid rgba(201,168,76,0.16);
  backdrop-filter: blur(18px);
}

.nav-logo img,
.page-nav img {
  filter: drop-shadow(0 8px 22px rgba(0,0,0,0.6));
}

.nav-links a,
.page-nav-links a {
  border-bottom: 1px solid transparent;
}

.nav-links a:hover,
.page-nav-links a:hover,
.page-nav-links a[aria-current="page"] {
  border-color: rgba(201,168,76,0.75);
}

.hero {
  min-height: 760px;
  align-items: stretch;
  padding: 7rem clamp(1.25rem, 4vw, 4rem) 3rem;
  max-width: none;
  overflow: hidden;
}

.hero::before {
  content: 'SLICK FONTAINE';
  position: absolute;
  top: 9rem;
  left: clamp(1rem, 4vw, 4rem);
  z-index: 1;
  color: rgba(234,223,198,0.045);
  font-family: var(--font-serif);
  font-size: clamp(4rem, 15vw, 15rem);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: 0;
  max-width: 8ch;
  pointer-events: none;
}

.hero-still {
  opacity: 0.72;
  filter: saturate(0.92) contrast(1.08);
  object-position: 56% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5,5,5,0.95) 0%, rgba(5,5,5,0.72) 35%, rgba(5,5,5,0.24) 68%, rgba(5,5,5,0.72) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.74) 72%, var(--dark) 100%);
}

.hero-content {
  width: min(1180px, 100%);
  margin: auto auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

.hero-title {
  font-size: clamp(4.5rem, 10vw, 9.2rem);
  max-width: 8ch;
  text-shadow: 0 18px 60px rgba(0,0,0,0.72);
}

.hero-sub {
  max-width: 42ch;
  color: rgba(245,239,224,0.78);
  font-size: clamp(1rem, 1.7vw, 1.24rem);
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.hero-proof-strip {
  align-self: stretch;
  grid-template-columns: 1fr;
  min-width: 0;
  border-color: rgba(201,168,76,0.22);
  background:
    linear-gradient(135deg, rgba(143,31,45,0.12), rgba(216,138,50,0.06)),
    rgba(5,5,5,0.68);
  box-shadow: 0 22px 70px rgba(0,0,0,0.35);
}

.hero-proof-strip span {
  min-height: 92px;
}

.hero-intel p {
  margin-top: 1rem;
  color: rgba(232,224,208,0.72);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 42ch;
}

.arrival-strip {
  width: min(1320px, calc(100% - 2rem));
  max-width: none;
  margin-top: -2rem;
  padding-top: 0;
  position: relative;
  z-index: 5;
}

.arrival-card {
  border-color: rgba(201,168,76,0.2);
  background: rgba(7,8,7,0.82);
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}

.arrival-card::after {
  background:
    linear-gradient(to bottom, transparent 18%, rgba(0,0,0,0.42) 58%, rgba(0,0,0,0.92)),
    linear-gradient(135deg, rgba(143,31,45,0.22), transparent 38%);
}

.answer-bank {
  width: min(1220px, calc(100% - 2rem));
  max-width: none;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.answer-bank-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.answer-bank h2,
.page-section h2 {
  font-family: var(--font-serif);
  color: var(--cream);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.02;
  margin-bottom: 1rem;
}

.answer-bank-heading p,
.answer-card p,
.answer-lead {
  color: rgba(232,224,208,0.76);
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(201,168,76,0.18);
  background: rgba(201,168,76,0.2);
}

.answer-card {
  min-height: 280px;
  padding: clamp(1.15rem, 2vw, 1.6rem);
  background:
    linear-gradient(160deg, rgba(143,31,45,0.12), transparent 48%),
    rgba(12,12,11,0.94);
  position: relative;
}

.answer-card span,
.track-answer-grid span {
  display: block;
  color: var(--gold);
  font-family: 'Special Elite', Courier, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.answer-card h3 {
  color: var(--paper);
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.08;
  margin-bottom: 0.8rem;
}

.answer-card a {
  color: var(--gold-light);
}

.home-answer-bank {
  padding-top: clamp(3rem, 6vw, 5.5rem);
}

.home-answer-bank .answer-bank-heading {
  max-width: 900px;
}

.home-answer-bank .answer-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-color: rgba(201,168,76,0.24);
  box-shadow: 0 26px 80px rgba(0,0,0,0.28);
}

.door-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  overflow: hidden;
  isolation: isolate;
}

.home-answer-bank .door-card {
  grid-column: span 3;
}

.door-card::after {
  content: '♦';
  position: absolute;
  right: 0.8rem;
  bottom: 0.3rem;
  z-index: -1;
  color: rgba(201,168,76,0.08);
  font-family: var(--font-serif);
  font-size: 6.5rem;
  line-height: 1;
}

.door-card-feature {
  min-height: 360px;
  background:
    linear-gradient(145deg, rgba(143,31,45,0.2), transparent 48%),
    linear-gradient(315deg, rgba(216,138,50,0.12), transparent 42%),
    rgba(10,10,9,0.96);
}

.door-card-call {
  background:
    linear-gradient(145deg, rgba(216,138,50,0.14), transparent 44%),
    linear-gradient(315deg, rgba(143,31,45,0.18), transparent 46%),
    rgba(10,10,9,0.96);
}

.door-card h3 {
  font-size: clamp(1.65rem, 3.2vw, 2.8rem);
  max-width: 11ch;
}

.door-card p {
  max-width: 44ch;
}

.door-card p em {
  color: var(--paper);
}

.door-card a {
  width: fit-content;
  border-bottom: 1px solid rgba(201,168,76,0.55);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.door-card a:hover {
  color: var(--paper);
  border-color: var(--paper);
}

.who-section,
.origin-section,
.detroit-section,
.fontainisms-section,
.call-section,
.chapters-section,
.artifacts-section,
.thanks-section,
.rules,
.active-section,
.lore-section,
.bio,
.signup,
.footer-cta {
  max-width: none;
  width: 100%;
  padding-left: max(1.25rem, calc((100vw - 1220px) / 2));
  padding-right: max(1.25rem, calc((100vw - 1220px) / 2));
}

.who-section,
.chapters-section,
.artifacts-section,
.active-section,
.signup {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0)),
    rgba(255,255,255,0.008);
  border-top: 1px solid rgba(201,168,76,0.08);
  border-bottom: 1px solid rgba(201,168,76,0.08);
}

.section-headline,
.page-title {
  letter-spacing: 0;
}

.who-grid,
.active-grid,
.fact-grid,
.call-grid,
.artifacts-grid {
  gap: 1px;
  background: rgba(201,168,76,0.16);
  border: 1px solid rgba(201,168,76,0.16);
}

.who-text,
.dossier-card,
.active-item,
.fact-tile,
.call-tile,
.artifact-item {
  background:
    linear-gradient(145deg, rgba(143,31,45,0.08), transparent 45%),
    rgba(12,12,11,0.94);
}

.page-hero,
.track-hero {
  width: min(1240px, calc(100% - 2rem));
  max-width: none;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 6rem) 0 clamp(2.5rem, 5vw, 5rem);
}

.site-shell {
  background:
    radial-gradient(circle at 86% 8%, rgba(216,138,50,0.08), transparent 22rem),
    radial-gradient(circle at 8% 18%, rgba(143,31,45,0.12), transparent 24rem);
}

.page-hero {
  min-height: min(780px, calc(100vh - 4rem));
}

.page-kicker,
.ticker,
.chapter-tag,
.release-tag,
.catalogue-note,
.fact-label,
.call-label-small {
  color: var(--gold);
}

.page-lead {
  max-width: 60ch;
  color: rgba(232,224,208,0.78);
}

.page-media,
.track-art,
.featured-record,
.music-card,
.call-panel,
.canon-strip,
.call-signal-strip,
.catalogue-stats,
.track-file-card,
.related-link {
  border-color: rgba(201,168,76,0.22);
  background:
    linear-gradient(145deg, rgba(143,31,45,0.1), transparent 42%),
    rgba(8,8,8,0.82);
  box-shadow: 0 24px 70px rgba(0,0,0,0.32);
}

.page-media {
  position: relative;
  overflow: hidden;
}

.page-media::after,
.track-art::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, transparent 55%, rgba(0,0,0,0.42)),
    linear-gradient(135deg, rgba(216,138,50,0.12), transparent 34%, rgba(143,31,45,0.12));
}

.page-media img,
.track-art img {
  filter: saturate(0.94) contrast(1.05);
}

.music-hero .page-media img {
  object-position: 58% center;
}

.catalogue-answer-bank {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.featured-record {
  border-radius: 0;
  overflow: hidden;
}

.featured-record-copy h3 {
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.95;
}

.catalogue-lens {
  background:
    linear-gradient(90deg, rgba(143,31,45,0.12), transparent),
    rgba(6,6,6,0.88);
  border-color: rgba(201,168,76,0.22);
}

.catalogue-filter-buttons button {
  border-color: rgba(201,168,76,0.24);
  background: rgba(255,255,255,0.025);
}

.catalogue-filter-buttons button[aria-pressed="true"],
.catalogue-filter-buttons button:hover {
  background: var(--gold);
  color: var(--dark);
}

.music-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.music-card {
  overflow: hidden;
}

.music-card-body {
  padding: 1.15rem;
}

.music-card-desc {
  color: rgba(232,224,208,0.72);
}

.track-hero-premium {
  min-height: min(760px, calc(100vh - 4rem));
}

.track-answer-section {
  border-top: 1px solid rgba(201,168,76,0.1);
  border-bottom: 1px solid rgba(201,168,76,0.1);
}

.track-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1.5rem;
  border: 1px solid rgba(201,168,76,0.18);
  background: rgba(201,168,76,0.16);
}

.track-answer-grid div {
  min-height: 150px;
  padding: 1.15rem;
  background: rgba(10,10,9,0.94);
}

.track-answer-grid strong {
  color: var(--paper);
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.1;
  font-weight: 400;
}

.related-link {
  display: block;
  padding: 1.25rem;
}

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

.call-panel {
  padding: clamp(1rem, 3vw, 2rem);
}

.call-card {
  width: min(560px, 100%);
}

.call-sub {
  overflow-wrap: anywhere;
}

.call-number-large {
  color: var(--paper);
  text-shadow: 0 16px 42px rgba(143,31,45,0.22);
}

.call-room-caption {
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
}

.pick-shell {
  border-radius: 0 !important;
}

.pick-title {
  color: var(--paper);
}

.btn-primary,
.btn-outline,
.track-action {
  border-radius: 0;
}

@media (min-width: 980px) {
  .about-hero,
  .call-hero,
  .music-hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  }
}

@media (max-width: 1040px) {
  .hero-content,
  .answer-grid,
  .track-answer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-answer-bank .answer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-answer-bank .door-card {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .nav {
    position: absolute;
    padding: 0.9rem 1rem;
  }

  .nav-links,
  .page-nav-links {
    gap: 0.75rem;
  }

  .nav-links a,
  .page-nav-links a {
    font-size: 0.68rem;
  }

  .hero {
    min-height: 760px;
    padding: 6.5rem 1rem 2rem;
  }

  .hero::before {
    right: 1rem;
    top: 7rem;
    font-size: clamp(4rem, 24vw, 7rem);
    max-width: calc(100% - 2rem);
    overflow: hidden;
  }

  .hero-content,
  .answer-grid,
  .track-answer-grid {
    grid-template-columns: 1fr;
  }

  .home-answer-bank .answer-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: clamp(3.5rem, 16vw, 4.7rem);
  }

  .ticker {
    max-width: 30ch;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.55;
    letter-spacing: 0.14em;
  }

  .hero-actions a,
  .page-actions a,
  .track-actions a,
  .pick-actions a {
    width: 100%;
    text-align: center;
  }

  .answer-card {
    min-height: 220px;
  }

  .fontainism-nav,
  .fontainism-dots {
    flex-wrap: wrap;
    justify-content: center;
  }

  .door-card,
  .door-card-feature {
    min-height: 240px;
  }

  .page-hero,
  .track-hero,
  .answer-bank {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow-x: hidden;
  }

  .page-hero > *,
  .track-hero > *,
  .page-lead {
    min-width: 0;
    max-width: 100%;
  }

  .page-title {
    max-width: 100%;
    font-size: clamp(2.7rem, 13vw, 3.6rem);
    overflow-wrap: break-word;
    text-wrap: pretty;
  }

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