:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", Courier, monospace;
  --black: #080808;
  --ink: #101010;
  --paper: #f2f0ec;
  --white: #ffffff;
  --pink: #d10082;
  --pink-bright: #ff3fc8;
  --line: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

.arrow-icon {
  display: inline-block;
  flex: 0 0 auto;
  height: .9em;
  overflow: visible;
  vertical-align: -.08em;
  width: .9em;
}

.arrow-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  color: var(--white);
  background: var(--pink);
}

.site-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 78px;
  left: 0;
  padding: 0 4vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.mini-mark {
  align-items: flex-start;
  display: inline-flex;
  width: fit-content;
}

.mini-mark img {
  display: block;
  height: auto;
  width: 76px;
}

.mini-mark span {
  color: var(--pink-bright);
  font-size: .72rem;
  line-height: 1;
  margin-left: .22rem;
  margin-top: -.05rem;
}

.site-header nav {
  display: flex;
  gap: clamp(1rem, 3vw, 3.4rem);
}

.site-header nav a,
.header-contact {
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-header nav a {
  color: rgba(255,255,255,.68);
  transition: color .2s ease;
}

.site-header nav a:hover {
  color: var(--white);
}

.header-contact {
  justify-self: end;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 74% 46%, rgba(209, 0, 130, .13), transparent 27%),
    linear-gradient(115deg, #050505 0%, #0a0a0a 58%, #111 100%);
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  padding: 120px 7vw 64px;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, transparent 49.95%, rgba(255,255,255,.04) 50%, transparent 50.05%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-grain {
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, black);
  opacity: .55;
  position: absolute;
}

.hero-star {
  filter: drop-shadow(0 24px 50px rgba(209, 0, 130, .16));
  height: auto;
  max-width: none;
  opacity: .94;
  pointer-events: none;
  position: absolute;
  right: -9vw;
  top: 8%;
  transform: rotate(-5deg);
  width: min(72vw, 970px);
}

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

.eyebrow {
  font-family: var(--font-geist-mono), monospace;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .2em;
  margin: 0 0 1.8rem;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255,255,255,.58);
}

.hero h1,
.section-heading h2,
.story-copy h2,
.licensing-title h2,
.footer-mark > span {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .82;
  margin: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin-left: -.04em;
}

.hero-wordmark {
  width: min(62vw, 760px);
}

.hero-wordmark img {
  display: block;
  height: auto;
  width: 100%;
}

.tagline {
  color: var(--pink-bright);
  font-size: clamp(1.1rem, 2.1vw, 1.75rem);
  font-weight: 560;
  letter-spacing: -.025em;
  margin: .8rem 0 1.3rem;
}

.hero-intro {
  color: rgba(255,255,255,.68);
  font-size: clamp(.92rem, 1.2vw, 1.05rem);
  line-height: 1.65;
  margin: 0;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2.3rem;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 750;
  gap: 2.8rem;
  justify-content: space-between;
  letter-spacing: .12em;
  min-height: 52px;
  padding: 0 1.25rem;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.button-primary {
  background: var(--pink);
  border: 1px solid var(--pink);
  color: var(--white);
}

.button-primary:hover {
  background: var(--pink-bright);
  border-color: var(--pink-bright);
  color: var(--black);
}

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

.button-ghost:hover {
  background: var(--white);
  color: var(--black);
}

.hero-index {
  bottom: 5.5rem;
  color: rgba(255,255,255,.32);
  display: flex;
  flex-direction: column;
  font-family: var(--font-geist-mono), monospace;
  font-size: .58rem;
  gap: .25rem;
  letter-spacing: .13em;
  position: absolute;
  right: 4vw;
  text-transform: uppercase;
  z-index: 3;
}

.scroll-cue {
  bottom: 2rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: .58rem;
  letter-spacing: .14em;
  position: absolute;
  right: 4vw;
  text-transform: uppercase;
  z-index: 4;
}

.scroll-cue .arrow-icon { color: var(--pink-bright); margin-left: .4rem; }

.world-marquee {
  background: var(--pink);
  color: var(--white);
  overflow: hidden;
  padding: 1rem 0;
  white-space: nowrap;
}

.world-marquee-track,
.world-marquee-group {
  align-items: center;
  display: flex;
}

.world-marquee-track {
  width: 100%;
}

.world-marquee-group {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1rem;
  gap: 2rem;
  justify-content: space-around;
  letter-spacing: .08em;
  padding: 0 2rem;
  flex-shrink: 0;
  text-transform: uppercase;
  width: 100%;
}

.world-marquee-group[aria-hidden="true"] { display: none; }

.world-marquee b { font-size: .65rem; }

.marquee-item {
  align-items: center;
  display: inline-flex;
  gap: 2rem;
}

.section {
  padding: clamp(6rem, 10vw, 10rem) 6vw;
}

.worlds-section {
  background: var(--paper);
  color: var(--ink);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 1.4rem 5vw;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5rem;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-heading h2,
.story-copy h2,
.licensing-title h2 {
  font-size: clamp(4.5rem, 10vw, 9.5rem);
}

.section-heading > p:last-child {
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.45;
  margin: 0;
  max-width: 480px;
}

.world-grid {
  border-top: 1px solid rgba(0,0,0,.2);
}

.world-card {
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,.2);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  min-height: 130px;
  overflow: hidden;
  padding: 1.5rem 2rem;
  position: relative;
  transition: color .25s ease, padding .25s ease;
}

.world-card::before {
  background: var(--world-color);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-101%);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

.world-card:hover::before { transform: translateX(0); }
.world-card:hover { color: var(--world-text, #fff); padding-left: 2.7rem; }
.world-card:focus-visible {
  color: var(--world-text, #fff);
  outline: 2px solid var(--world-color);
  outline-offset: 4px;
  padding-left: 2.7rem;
}
.world-card:focus-visible::before { transform: translateX(0); }
.world-card > * { position: relative; z-index: 1; }
.world-card h3 { font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(2.6rem, 5.3vw, 5rem); font-weight: 900; letter-spacing: -.02em; line-height: .9; margin: 0; }
.world-card p { font-family: var(--font-geist-mono), monospace; font-size: .65rem; letter-spacing: .08em; margin: .7rem 0 0; text-transform: uppercase; }
.world-arrow { font-size: 1.5rem; }
.world-card:hover p,
.world-card:hover .world-arrow,
.world-card:focus-visible p,
.world-card:focus-visible .world-arrow { color: var(--world-accent); }
.world-signal { --world-color: #415542; --world-accent: #a4dcfb; }
.world-oasis { --world-color: #013949; --world-accent: #fdfcfd; }
.world-memory { --world-color: #1d0a37; --world-accent: #9863df; }
.world-night { --world-color: #050614; --world-accent: #90a3ba; }
.world-crash { --world-color: #0e0a0b; --world-accent: #fb6500; }

.music-section {
  background: #0a0a0a;
}

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

.works-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 3rem;
}

.work-card {
  aspect-ratio: 3 / 4;
  background: var(--work-color);
  color: var(--work-text, #fff);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.4rem;
  position: relative;
}

.work-card::after {
  background: linear-gradient(145deg, rgba(255,255,255,.17), transparent 40%, rgba(0,0,0,.2));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.work-series,
.work-play {
  font-family: var(--font-geist-mono), monospace;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .13em;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.work-series,
.work-play,
.work-copy p,
.work-star { color: var(--work-accent, currentColor); }

.work-play { align-self: flex-end; }

.work-copy { position: relative; z-index: 2; }
.work-copy h3 { font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(2rem, 2.8vw, 3.5rem); letter-spacing: -.04em; line-height: .8; margin: 0; }
.work-copy p { font-size: .82rem; margin: 1rem 0 2rem; opacity: .78; }

@media (min-width: 901px) {
  .work-copy { flex: 0 0 10rem; }
  .work-copy p { line-height: 1.35; }
}

.work-star {
  background: var(--work-accent, currentColor);
  height: 72%;
  -webkit-mask: url("/assets/ericzo-star.png") center / contain no-repeat;
  mask: url("/assets/ericzo-star.png") center / contain no-repeat;
  opacity: .2;
  position: absolute;
  right: -38%;
  top: 5%;
  transform: rotate(-10deg);
  transition: opacity .3s ease, transform .5s ease;
  width: 130%;
}

.work-card:hover .work-star,
.work-card:focus-visible .work-star {
  opacity: .34;
  transform: rotate(-7deg) translate3d(-2%, -1%, 0);
}
.work-hood { --work-color: #415542; --work-accent: #a4dcfb; }
.work-riviera { --work-color: #013949; --work-accent: #fdfcfd; }
.work-inception { --work-color: #1d0a37; --work-accent: #9863df; }
.work-memento { --work-color: #050614; --work-accent: #90a3ba; }
.work-hydro { --work-color: #0e0a0b; --work-accent: #fb6500; }

@media (max-width: 1200px) and (min-width: 901px) {
  .works-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .work-copy h3 { font-size: clamp(2.8rem, 4.8vw, 4.8rem); }
}

.text-link {
  border-bottom: 1px solid rgba(255,255,255,.4);
  display: flex;
  font-size: .78rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .1em;
  margin: 3.5rem 0 0 auto;
  max-width: 410px;
  padding: 0 0 .8rem;
  text-transform: uppercase;
}

.albums-section {
  background: #111;
  border-top: 1px solid var(--line);
}

.albums-heading {
  margin-bottom: 4rem;
}

.albums-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 2rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.album-card {
  display: block;
}

.album-cover {
  aspect-ratio: 1;
  background: #080808;
  overflow: hidden;
}

.album-cover img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
  width: 100%;
}

.album-card:hover .album-cover img,
.album-card:focus-visible .album-cover img {
  transform: scale(1.025);
}

.album-card:focus-visible {
  outline: 2px solid var(--pink-bright);
  outline-offset: 5px;
}

.album-meta {
  align-items: flex-end;
  border-bottom: 1px solid rgba(255,255,255,.25);
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0 1rem;
}

.album-meta h3 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  letter-spacing: -.035em;
  line-height: .9;
  margin: 0;
  text-transform: uppercase;
}

.album-meta p,
.album-meta span {
  font-family: var(--font-geist-mono), monospace;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.album-meta p {
  color: rgba(255,255,255,.5);
  margin: .65rem 0 0;
}

.album-meta span {
  align-items: center;
  display: inline-flex;
  gap: .55rem;
  padding-bottom: .2rem;
  transition: color .2s ease;
}

.album-card:hover .album-meta span,
.album-card:focus-visible .album-meta span {
  color: var(--pink-bright);
}

.story-section {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 820px;
}

.story-art {
  align-items: center;
  background: #0a0a0a;
  display: flex;
  justify-content: center;
  min-height: 700px;
  overflow: hidden;
  position: relative;
}

.story-portrait {
  filter: saturate(.82) contrast(1.08);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 52% center;
  position: absolute;
  width: 100%;
}

.story-wash {
  background:
    linear-gradient(180deg, rgba(0,0,0,.2), transparent 36%, rgba(0,0,0,.28)),
    linear-gradient(90deg, transparent 50%, rgba(209,0,130,.16));
  inset: 0;
  position: absolute;
  z-index: 1;
}

.story-star {
  bottom: -23%;
  max-width: none;
  opacity: .64;
  position: absolute;
  right: -45%;
  transform: rotate(-11deg);
  width: 115%;
  z-index: 2;
}

.story-art span {
  color: white;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(4rem, 8vw, 8.5rem);
  letter-spacing: -.04em;
  position: absolute;
  z-index: 2;
}

.story-art span:first-of-type { left: 5%; top: 7%; }
.story-art span:last-of-type { bottom: 5%; right: 4%; }

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw;
}

.story-copy .eyebrow { margin-bottom: 3rem; }
.story-copy > p:not(.eyebrow) { line-height: 1.75; max-width: 570px; }
.story-copy .story-lead { font-size: 1.25rem; font-weight: 650; line-height: 1.45; margin-top: 0; }
.story-signoff { border-top: 1px solid rgba(0,0,0,.28); font-weight: 650; margin-top: 1.8rem; padding-top: 1.5rem; }
.dark-link { border-color: rgba(0,0,0,.35); margin-left: 0; }

.licensing-section {
  background: var(--pink);
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
}

.licensing-title .eyebrow { margin-bottom: 4rem; }
.licensing-title h2 { font-size: clamp(4.5rem, 7vw, 7.5rem); }
.licensing-copy { padding-top: 4.5rem; }
.licensing-copy > p:first-child { font-size: clamp(1.2rem, 2.2vw, 1.7rem); line-height: 1.45; margin: 0 0 3rem; max-width: 600px; }
.licensing-copy ul { border-top: 1px solid rgba(255,255,255,.42); list-style: none; margin: 0 0 2rem; padding: 0; }
.licensing-copy li { border-bottom: 1px solid rgba(255,255,255,.42); font-size: 1.05rem; font-weight: 650; padding: 1.1rem 0; text-transform: uppercase; }
.licensing-copy li span { font-family: var(--font-geist-mono), monospace; font-size: .6rem; margin-right: 2rem; opacity: .65; }
.rights-note { font-family: var(--font-geist-mono), monospace; font-size: .67rem; letter-spacing: .1em; margin: 2rem 0; text-transform: uppercase; }
.licensing-copy .button-primary { background: #0a0a0a; border-color: #0a0a0a; }
.licensing-copy .button-primary:hover { background: white; border-color: white; }
.licensing-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button-outline-dark { border: 1px solid rgba(0,0,0,.7); color: #0a0a0a; }
.button-outline-dark:hover { background: #0a0a0a; color: white; }

footer {
  background: #070707;
  min-height: 530px;
  overflow: hidden;
  padding: 5vw 6vw 2rem;
  position: relative;
}

.footer-mark {
  align-items: flex-end;
  display: flex;
  min-height: clamp(290px, 27vw, 440px);
  padding-bottom: clamp(1.5rem, 2.5vw, 3rem);
  position: relative;
}

.footer-wordmark {
  height: auto;
  position: relative;
  width: min(82vw, 1250px);
  z-index: 2;
}

.footer-star {
  opacity: .86;
  position: absolute;
  right: -12%;
  top: -65%;
  transform: rotate(-8deg);
  width: min(70vw, 900px);
}

footer > p { color: var(--pink-bright); font-size: 1.1rem; margin: 0 0 4rem; position: relative; z-index: 3; }
.social-links { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 2rem; padding-top: 1.3rem; }
.social-links a { font-family: var(--font-geist-mono), monospace; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.social-links a:hover { color: var(--pink-bright); }
.copyright { color: rgba(255,255,255,.35); float: right; font-family: var(--font-geist-mono), monospace; font-size: .6rem; letter-spacing: .1em; margin-top: -1rem; }

.series-page {
  --series-color: var(--pink);
  --series-bg: #080808;
  --series-text: #fff;
  background: var(--series-bg);
  min-height: 100svh;
}

.series-page.world-signal { --series-bg: #415542; --series-color: #a4dcfb; --series-text: #10212a; }
.series-page.world-oasis { --series-bg: #013949; --series-color: #fdfcfd; --series-text: #013949; }
.series-page.world-memory { --series-bg: #1d0a37; --series-color: #9863df; --series-text: #1d0a37; }
.series-page.world-night { --series-bg: #050614; --series-color: #90a3ba; --series-text: #050614; }
.series-page.world-crash { --series-bg: #0e0a0b; --series-color: #fb6500; --series-text: #0e0a0b; }

.series-page .mini-mark span { color: var(--series-color); }
.series-page .site-header a:hover { color: var(--series-color); }

.series-site-header {
  position: absolute;
}

.series-hero {
  align-items: center;
  background:
    radial-gradient(circle at 76% 48%, color-mix(in srgb, var(--series-color) 28%, transparent), transparent 29%),
    linear-gradient(120deg, color-mix(in srgb, var(--series-bg) 88%, #000) 0%, var(--series-bg) 58%, color-mix(in srgb, var(--series-bg) 76%, #000) 100%);
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  padding: 128px 7vw 72px;
  position: relative;
}

.series-hero::after {
  background: var(--series-color);
  bottom: 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
}

.series-hero-copy {
  max-width: 880px;
  position: relative;
  z-index: 3;
}

.series-hero-copy .eyebrow {
  color: rgba(255,255,255,.6);
}

.series-hero h1,
.series-feature h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .82;
  margin: 0;
  text-transform: uppercase;
}

.series-hero h1 {
  font-size: clamp(7rem, 18vw, 17rem);
  margin-left: -.04em;
}

.series-line {
  color: var(--series-color);
  font-family: var(--font-geist-mono), monospace;
  font-size: clamp(.78rem, 1.2vw, 1rem);
  font-weight: 700;
  letter-spacing: .13em;
  margin: 2rem 0 1.4rem;
  text-transform: uppercase;
}

.series-description {
  color: rgba(255,255,255,.72);
  font-size: clamp(1.05rem, 1.65vw, 1.35rem);
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}

.button-series {
  background: var(--series-color);
  border: 1px solid var(--series-color);
  color: var(--series-text);
}

.button-series:hover {
  background: white;
  border-color: white;
  color: #080808;
}

.series-visual {
  aspect-ratio: 2048 / 1878;
  background: var(--series-color);
  -webkit-mask-image: url("/assets/ericzo-star.png");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("/assets/ericzo-star.png");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  opacity: .34;
  position: absolute;
  right: -10vw;
  top: 8%;
  transform: rotate(-4deg);
  width: min(68vw, 980px);
}

.series-feature {
  background: var(--series-color);
  color: var(--series-text);
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr .9fr;
  padding: clamp(6rem, 10vw, 10rem) 7vw;
}

.series-feature-title h2 {
  font-size: clamp(5rem, 12vw, 12rem);
}

.series-feature-phrase {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  margin: 2rem 0 0;
}

.series-track-platforms {
  margin-top: 3rem;
  max-width: 620px;
}

.series-listen-panel {
  align-self: center;
}

.series-listen-panel > p:not(.eyebrow) {
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  line-height: 1.55;
  margin: 0 0 2.5rem;
  max-width: 560px;
}

.series-platforms {
  border-top: 1px solid currentColor;
}

.platform-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: flex;
  font-size: .78rem;
  font-weight: 750;
  justify-content: space-between;
  letter-spacing: .1em;
  padding: 1.35rem 0;
  text-transform: uppercase;
}

.platform-link:hover {
  padding-left: .8rem;
}

.series-switcher {
  align-items: center;
  background: #080808;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 180px;
  padding: 2rem 7vw;
}

.series-switcher > a {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.series-switcher > a:last-child {
  align-items: flex-end;
}

.series-switcher span,
.series-switcher-home {
  color: rgba(255,255,255,.42);
  font-family: var(--font-geist-mono), monospace;
  font-size: .58rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.series-switcher strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(1.6rem, 3vw, 3rem);
  letter-spacing: -.02em;
}

.series-switcher-home {
  border: 1px solid rgba(255,255,255,.22);
  padding: .8rem 1.1rem;
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: 860px; padding-left: 6vw; }
  .hero-star { opacity: .63; right: -42vw; top: 9%; width: 135vw; }
  .hero-wordmark { width: min(84vw, 760px); }
  .hero-copy { margin-top: 9rem; }
  .section-heading { align-items: start; grid-template-columns: 1fr; }
  .section-heading .eyebrow { grid-column: auto; }
  .works-grid { grid-template-columns: 1fr; }
  .work-card { aspect-ratio: 4 / 3; }
  .work-copy h3 { font-size: clamp(4rem, 15vw, 8rem); }
  .story-section { grid-template-columns: 1fr; }
  .story-art { min-height: 620px; }
  .licensing-section { grid-template-columns: 1fr; }
  .licensing-copy { padding-top: 0; }
  .series-hero { min-height: 860px; }
  .series-visual { opacity: .3; right: -36vw; top: 14%; width: 112vw; }
  .series-feature { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { height: 66px; padding: 0 5vw; }
  .header-contact { font-size: .62rem; }
  .hero { min-height: 760px; padding: 100px 5vw 45px; }
  .hero-copy { margin-top: 5rem; }
  .hero-wordmark { width: 90vw; }
  .hero-star { right: -73vw; top: 8%; width: 190vw; }
  .hero-index { display: none; }
  .tagline { max-width: 290px; }
  .hero-intro { max-width: 88%; }
  .button { gap: 1.5rem; }
  .section { padding: 5rem 5vw; }
  .section-heading { margin-bottom: 3rem; }
  .section-heading h2,
  .licensing-title h2 { font-size: 19vw; }
  .world-marquee-group { gap: 1.4rem; justify-content: flex-start; padding: 0 1.4rem; width: auto; }
  .world-marquee-group[aria-hidden="true"] { display: flex; }
  .world-marquee-track { animation: world-marquee-mobile 16s linear infinite; width: max-content; }
  .world-card { gap: 1.4rem; grid-template-columns: minmax(0, 1fr) auto; min-height: 102px; padding: 1rem .5rem; }
  .world-card:hover { padding-left: .5rem; }
  .world-card h3 { font-size: 10vw; }
  .world-card p { font-size: .52rem; }
  .work-card { aspect-ratio: 3 / 4; }
  .albums-grid { grid-template-columns: 1fr; }
  .album-meta h3 { font-size: 14vw; }
  .story-art { min-height: 500px; }
  .story-star { bottom: -12%; right: -58%; width: 145%; }
  .story-copy { padding: 5rem 6vw; }
  .story-copy h2 { font-size: 18vw; }
  .footer-mark { min-height: 200px; padding-bottom: 1rem; }
  .footer-wordmark { width: 94vw; }
  .footer-star { right: -45%; top: -62%; width: 125vw; }
  .copyright { display: block; float: none; margin-top: 2rem; }
  .series-hero { min-height: 760px; padding: 110px 5vw 56px; }
  .series-hero h1 { font-size: 22vw; }
  .series-description { max-width: 92%; }
  .series-visual { opacity: .27; right: -62vw; top: 19%; width: 168vw; }
  .series-feature { padding: 5rem 5vw; }
  .series-feature-title h2 { font-size: 20vw; }
  .series-switcher { gap: 1rem; grid-template-columns: 1fr 1fr; padding: 2rem 5vw; }
  .series-switcher-home { display: none !important; }
}

@keyframes world-marquee-mobile {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .world-marquee { overflow-x: auto; }
  .world-marquee-track { animation: none; }
}

html { scroll-behavior: smooth; }

/* v45 — keep decorative footer artwork from blocking social links */
.footer-mark,
.footer-star {
  pointer-events: none;
}

.social-links {
  position: relative;
  z-index: 5;
}

/* v46 — keep footer links clickable at every responsive width */
.social-links a {
  position: relative;
  z-index: 6;
}

.copyright {
  display: block;
  float: none;
  margin-top: 2rem;
  position: relative;
  text-align: right;
  z-index: 5;
}

/* --- Visual previews: poster first, video loads only after click --- */
.series-preview-panel {
  align-self: center;
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(180px, 1fr);
  gap: 2rem;
  align-items: end;
  justify-self: end;
  max-width: 610px;
}
.series-preview-panel > .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -.8rem;
}
.preview-card {
  aspect-ratio: 608 / 1080;
  background: #080808;
  border: 1px solid currentColor;
  color: inherit;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.preview-video {
  background: #080808;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.preview-launch {
  align-items: center;
  appearance: none;
  background: linear-gradient(180deg, rgba(8,8,8,.04), rgba(8,8,8,.74));
  border: 0;
  bottom: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: flex-end;
  left: 0;
  padding: 1.4rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .18s ease;
}
.preview-launch:hover .preview-play { transform: scale(1.06); }
.preview-play {
  align-items: center;
  background: var(--series-color);
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--series-text);
  display: flex;
  font-size: 1rem;
  height: 54px;
  justify-content: center;
  margin-bottom: .35rem;
  padding-left: 3px;
  transition: transform .18s ease;
  width: 54px;
}
.preview-launch > span:nth-child(2) {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.preview-launch small {
  font-size: .56rem;
  letter-spacing: .12em;
  opacity: .75;
}
.preview-card.is-playing .preview-launch {
  opacity: 0;
  pointer-events: none;
}
.preview-series-link {
  align-self: end;
  padding-bottom: .1rem;
}
.preview-series-link > p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.2rem;
  max-width: 230px;
}
@media (max-width: 1180px) {
  .series-feature { gap: 5vw; }
  .series-preview-panel {
    grid-template-columns: minmax(230px, 280px);
    justify-self: start;
    max-width: 300px;
  }
  .series-preview-panel > .eyebrow { grid-column: auto; }
}
@media (max-width: 900px) {
  .series-preview-panel {
    grid-template-columns: minmax(210px, 300px);
    margin-top: -1rem;
    width: min(78vw, 300px);
  }
  .series-feature { gap: 4rem; }
}
@media (max-width: 600px) {
  .series-preview-panel { width: min(78vw, 300px); }
  .preview-card { box-shadow: 12px 12px 0 rgba(8,8,8,.12); }
}

/* v48 — validated direct-play visual previews */
@media (min-width: 1181px) {
  .series-feature {
    align-items: center;
    gap: clamp(2.5rem, 4vw, 5rem);
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 280px) minmax(220px, .72fr);
  }
  .series-preview-panel {
    align-self: center;
    display: block;
    justify-self: center;
    max-width: 280px;
    width: 100%;
  }
  .series-listen-panel {
    justify-self: stretch;
  }
  .world-crash .series-feature-title h2 {
    font-size: clamp(4.2rem, 7.2vw, 8rem);
  }
}

.series-preview-panel > .eyebrow {
  display: block;
  margin: 0 0 1rem;
  white-space: nowrap;
}

.preview-card {
  aspect-ratio: 608 / 1080;
  background: #080808;
  border: 1px solid currentColor;
  color: inherit;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.preview-video {
  background: #080808;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.preview-launch {
  align-items: center;
  appearance: none;
  background: linear-gradient(180deg, rgba(8,8,8,0) 55%, rgba(8,8,8,.72) 100%);
  border: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .18s ease;
}

.preview-play {
  align-items: center;
  background: #080808;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1rem;
  height: 58px;
  justify-content: center;
  padding-left: 3px;
  transition: transform .18s ease, background .18s ease;
  width: 58px;
}

.preview-launch > span:nth-child(2) {
  bottom: 1.65rem;
  font-size: .68rem;
  font-weight: 800;
  left: 1rem;
  letter-spacing: .12em;
  position: absolute;
}

.preview-launch small {
  bottom: .72rem;
  font-size: .52rem;
  left: 1rem;
  letter-spacing: .12em;
  opacity: .72;
  position: absolute;
}

.preview-launch:hover .preview-play,
.preview-launch:focus-visible .preview-play {
  background: var(--series-bg);
  transform: scale(1.06);
}

.preview-card.is-playing .preview-launch {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1180px) and (min-width: 901px) {
  .series-feature {
    align-items: start;
    gap: 4rem 6vw;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
  }
  .series-preview-panel {
    display: block;
    justify-self: end;
    max-width: 280px;
    width: 100%;
  }
  .series-listen-panel {
    grid-column: 1 / -1;
    max-width: 620px;
  }
}

@media (max-width: 900px) {
  .series-preview-panel {
    display: block;
    justify-self: start;
    margin-top: -1rem;
    max-width: 300px;
    width: min(78vw, 300px);
  }
}

/* v49 — compact previews: entire poster clickable, no overlay caption */
.series-preview-panel {
  display: block !important;
  justify-self: center !important;
  max-width: 240px !important;
  width: 240px !important;
}

.series-preview-panel > .eyebrow {
  display: block !important;
  font-size: .64rem !important;
  letter-spacing: .16em !important;
  line-height: 1.2 !important;
  margin: 0 0 .7rem !important;
  white-space: nowrap !important;
}

.preview-card {
  aspect-ratio: 608 / 1080 !important;
  width: 100% !important;
  height: auto !important;
  box-shadow: none !important;
}

.preview-launch {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background: rgba(8, 8, 8, .05) !important;
  cursor: pointer !important;
  justify-content: center !important;
}

.preview-launch > span:not(.preview-play),
.preview-launch small {
  display: none !important;
}

.preview-play {
  width: 44px !important;
  height: 44px !important;
  font-size: .82rem !important;
  background: rgba(8, 8, 8, .72) !important;
  border: 1px solid rgba(255,255,255,.86) !important;
  opacity: .92;
}

@media (min-width: 1181px) {
  .series-feature {
    grid-template-columns: minmax(0, 1.35fr) 240px minmax(220px, .72fr) !important;
  }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .series-preview-panel {
    max-width: 230px !important;
    width: 230px !important;
  }
}

@media (max-width: 900px) {
  .series-preview-panel {
    justify-self: center !important;
    margin: 0 auto !important;
    max-width: none !important;
    width: fit-content !important;
  }

  .series-preview-panel > .eyebrow {
    font-size: .58rem !important;
    margin-bottom: .6rem !important;
  }

  .preview-card {
    height: min(46svh, 390px) !important;
    width: auto !important;
    max-width: 68vw !important;
  }

  .preview-play {
    width: 42px !important;
    height: 42px !important;
  }
}

@media (max-width: 480px) {
  .preview-card {
    height: min(44svh, 370px) !important;
    max-width: 62vw !important;
  }
}
