:root {
  --pink: #FF2E86;
  --pink-deep: #D81B6A;
  --pink-soft: #FFD3E4;
  --cream: #FFF1DC;
  --ink: #14110F;
  --butter: #FFD23F;
  --lime: #C6FF5E;
  --paper: #FAF6EE;
  --red: #E63946;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
/* paper grain — magazine print feel */
body::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='2' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9000;
  mix-blend-mode: multiply;
  opacity: .12;
}

a { color: inherit; }

.serif { font-family: 'Instrument Serif', serif; font-weight: 400; }
.serif-i { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; }
.mono-cap { font-family: 'Archivo', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.condensed { font-family: 'Anton', 'Archivo Black', sans-serif; text-transform: uppercase; letter-spacing: -0.005em; }

/* ---------- Top nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--cream);
  border-bottom: 3px solid var(--ink);
}
.nav-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 16px 32px;
  display: flex; align-items: center; gap: 32px;
}
.nav-logo {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 30px; line-height: 1;
  letter-spacing: 0.005em;
  display: inline-flex; gap: 6px; align-items: baseline;
  text-decoration: none;
}
.nav-logo b { color: var(--pink); font-weight: 400; }
.nav-logo span {
  font-family: 'Instrument Serif', serif !important;
  font-style: italic !important;
  text-transform: none;
  font-size: 32px;
  font-weight: 400;
}

.nav-links { display: flex; gap: 26px; margin-left: auto; font-family: 'Anton', sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--pink); }
.nav-cta {
  background: var(--ink); color: var(--cream);
  padding: 12px 20px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase; letter-spacing: 0.06em;
  font-size: 14px; font-weight: 400;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--butter);
  transition: transform .15s, box-shadow .15s;
}
.nav-cta:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--butter); }
.nav-cta::before { content: '★'; color: var(--butter); font-family: serif; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--pink);
  color: var(--cream);
  border-bottom: 4px solid var(--ink);
  overflow: hidden;
}
/* halftone dot overlay */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(20,17,15,0.32) 1px, transparent 1.4px);
  background-size: 14px 14px;
  mix-blend-mode: multiply;
  opacity: .42;
  pointer-events: none;
  z-index: 1;
}
.hero-grid {
  position: relative; z-index: 2;
  max-width: 1320px; margin: 0 auto;
  padding: 64px 32px 72px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}

/* magazine corner labels */
.hero-corner {
  position: absolute; z-index: 3;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cream);
  display: inline-flex; align-items: center; gap: 10px;
}
.hero-corner.tl { top: 22px; left: max(32px, calc((100vw - 1320px) / 2 + 32px)); font-size: 13px; }
.hero-corner.tr { top: 22px; right: max(32px, calc((100vw - 1320px) / 2 + 32px)); font-size: 13px; }
.hero-corner.bl { bottom: 26px; left: max(32px, calc((100vw - 1320px) / 2 + 32px)); font-size: 12px; opacity: .9; }
.hero-corner.br { bottom: 26px; right: max(32px, calc((100vw - 1320px) / 2 + 32px)); font-size: 12px; opacity: .9; }
.hero-corner .barcode {
  display: inline-block; width: 56px; height: 16px;
  background-image: repeating-linear-gradient(90deg,
    var(--cream) 0, var(--cream) 1px, transparent 1px, transparent 3px,
    var(--cream) 3px, var(--cream) 5px, transparent 5px, transparent 8px,
    var(--cream) 8px, var(--cream) 10px, transparent 10px, transparent 13px);
}
.hero-corner .star { color: var(--butter); }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--cream);
  padding: 8px 14px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
}
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 var(--lime); animation: pulse 1.6s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(198,255,94,.7); }
  70% { box-shadow: 0 0 0 10px rgba(198,255,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(198,255,94,0); }
}

.hero h1 {
  font-family: 'Anton', 'Archivo Black', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(64px, 9.5vw, 156px);
  line-height: 0.88;
  letter-spacing: -0.005em;
  color: var(--butter);
  margin: 16px 0 0;
}
.hero h1 .i {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: 0;
  font-size: 0.9em;
  display: inline-block;
  margin: 0 0.04em 0 0.02em;
  transform: translateY(-0.06em);
}
.hero h1 .underline {
  display: inline-block; position: relative;
  color: var(--ink);
  background: var(--butter);
  padding: 0 0.1em;
  margin: 0 -0.04em;
}
.hero h1 .underline .i { color: var(--pink-deep); }
.hero h1 .underline::after { content: none; }

.hero-tag {
  margin: 24px 0 0; max-width: 480px;
  font-size: 17px; line-height: 1.5;
  color: rgba(255,241,220,.92);
}
.hero-tag b { color: var(--cream); font-weight: 700; }

.hero-listen { margin-top: 28px; }
.hero-listen-label {
  font-family: 'Anton', sans-serif;
  font-size: 13px; opacity: .9; margin-bottom: 12px;
  letter-spacing: .14em;
}
.listen-row { display: flex; flex-wrap: wrap; gap: 10px; }
.listen-pill {
  background: var(--cream); color: var(--ink);
  padding: 11px 16px;
  font-family: 'Anton', sans-serif;
  font-size: 14px; font-weight: 400;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--ink);
  transition: transform .15s, box-shadow .15s;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.listen-pill:hover { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--ink); }
.listen-pill svg { width: 16px; height: 16px; }

/* hero right — host portrait stack */
.hero-art {
  position: relative;
  aspect-ratio: 1/1.05;
  width: 100%;
  max-width: 540px;
  justify-self: end;
  margin: 8px 0;
}
.host-card {
  position: absolute;
  border: 3px solid var(--ink);
  background: var(--cream);
  box-shadow: 8px 8px 0 var(--ink);
  overflow: hidden;
}
.host-card image-slot { width: 100%; height: 100%; display: block; }
.host-card .name {
  position: absolute; left: 8px; bottom: 8px;
  background: var(--butter); color: var(--ink);
  padding: 4px 10px;
  font-size: 12px;
  font-family: 'Anton'; letter-spacing: .1em; text-transform: uppercase;
  border: 1.5px solid var(--ink);
}
.host-card.h1 { left: 0; top: 6%; width: 56%; height: 60%; transform: rotate(-3deg); }
.host-card.h2 { right: 2%; top: 12%; width: 46%; height: 56%; transform: rotate(4deg); z-index: 2; }
.host-card.h3 { left: 26%; bottom: 4%; width: 52%; height: 42%; transform: rotate(-2deg); z-index: 3; }

.sticker {
  position: absolute;
  background: var(--lime); color: var(--ink);
  width: 130px; height: 130px;
  border-radius: 50%;
  display: grid; place-items: center;
  text-align: center;
  font-family: 'Anton'; font-size: 17px;
  text-transform: uppercase; letter-spacing: .04em;
  line-height: 1.05;
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  transform: rotate(-12deg);
  z-index: 5;
  padding: 10px;
}
.sticker.s-new { right: -28px; top: 28%; }

/* marquee */
.marquee {
  background: var(--ink); color: var(--butter);
  border-bottom: 4px solid var(--ink);
  overflow: hidden;
  padding: 18px 0;
}
.marquee-track {
  display: flex; gap: 40px;
  animation: scroll 40s linear infinite;
  white-space: nowrap;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  letter-spacing: 0.02em;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 40px; }
.marquee-track .star { color: var(--pink); font-style: normal; }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Section frame ---------- */
section { padding: 80px 32px; }
.wrap { max-width: 1320px; margin: 0 auto; }
.section-head {
  display: flex; align-items: end; justify-content: space-between;
  gap: 32px; margin-bottom: 56px;
  border-bottom: 2px solid var(--ink); padding-bottom: 24px;
}
.section-head h2 {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: clamp(60px, 9vw, 140px);
  font-weight: 400; line-height: 0.85;
  letter-spacing: -0.005em;
  margin: 0;
}
.section-head h2 .i {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  text-transform: none;
  font-size: 0.78em;
  color: var(--pink);
  margin-left: -0.04em;
}
.eyebrow {
  font-family: 'Anton'; font-weight: 400;
  font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 12px;
}
.eyebrow::before { content: '✦'; color: var(--pink); }
.section-head .meta { font-size: 14px; max-width: 380px; opacity: .82; text-wrap: pretty; align-self: end; padding-bottom: 8px; }
.section-head .meta a { color: var(--pink-deep); font-weight: 700; }
.section-head .meta .meta-link { white-space: nowrap; }

/* ---------- Episodes ---------- */
.ep-feature {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
  background: var(--cream);
  border: 3px solid var(--ink);
  padding: 44px 40px 40px;
  margin-bottom: 32px;
  box-shadow: 12px 12px 0 var(--ink);
  position: relative;
}
.ep-feature::before {
  content: 'Now Playing ★ Just Dropped';
  position: absolute; top: -16px; left: 32px;
  background: var(--butter);
  color: var(--ink);
  font-family: 'Anton'; font-size: 14px;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 14px;
  border: 2px solid var(--ink);
}
.ep-feature .art {
  aspect-ratio: 16/10;
  border: 3px solid var(--ink);
  background: var(--pink-soft);
  position: relative;
  overflow: hidden;
}
.ep-feature .art image-slot { width: 100%; height: 100%; display: block; }
.ep-feature .art .badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--ink); color: var(--butter);
  padding: 8px 14px;
  font-family: 'Anton'; font-size: 12px; font-weight: 400;
  letter-spacing: .14em; text-transform: uppercase;
}
.ep-feature .num {
  font-family: 'Anton'; font-size: 14px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--pink-deep);
  margin-bottom: 12px;
}
.ep-feature h3 {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 0.9; letter-spacing: -0.005em;
  margin: 0 0 16px;
  font-weight: 400;
}
.ep-feature h3 .i {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  text-transform: none;
  font-size: 0.82em;
  color: var(--pink);
}
.ep-feature p { font-size: 16px; max-width: 480px; opacity: .82; margin: 0 0 24px; line-height: 1.55; }
.ep-meta {
  display: flex; gap: 14px; font-size: 12px; color: rgba(20,17,15,.7);
  margin-bottom: 28px;
  font-family: 'Anton'; letter-spacing: .12em; text-transform: uppercase;
  align-items: center;
}
.ep-meta b { color: var(--ink); }
.play-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.play-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--ink); color: var(--cream);
  border: 2px solid var(--ink);
  padding: 14px 22px;
  font-family: 'Anton'; font-weight: 400;
  font-size: 16px; text-transform: uppercase; letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--pink);
  transition: transform .15s, box-shadow .15s;
}
.play-btn:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--pink); }
.play-btn .ico {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--butter); display: grid; place-items: center;
  color: var(--ink); font-size: 12px;
}
.play-row .add {
  background: transparent; color: var(--ink);
  border: 2px solid var(--ink);
  padding: 13px 18px;
  font-family: 'Anton'; font-size: 14px; font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.08em;
  cursor: pointer;
}
.play-row .add:hover { background: var(--ink); color: var(--cream); }

.ep-list {
  display: grid;
  gap: 0;
  border-top: 2px solid var(--ink);
}
.ep-row {
  display: grid;
  grid-template-columns: 80px 130px 1fr auto auto 44px;
  gap: 24px;
  padding: 22px 12px;
  border-bottom: 1.5px solid rgba(20,17,15,.18);
  align-items: center;
  cursor: pointer;
  transition: background .15s;
}
.ep-row:hover { background: var(--pink-soft); }
.ep-row .n {
  font-family: 'Anton'; font-weight: 400; font-size: 26px;
  letter-spacing: .02em; color: var(--ink);
  line-height: 1;
}
.ep-row .thumb {
  width: 124px; height: 70px;
  border: 2px solid var(--ink);
  overflow: hidden; background: var(--pink-soft);
  aspect-ratio: 16/9;
}
.ep-row .thumb image-slot { width: 100%; height: 100%; display: block; }
.ep-row .ti h4 {
  margin: 0 0 4px;
  font-size: 18px; font-weight: 700;
  font-family: 'DM Sans';
  letter-spacing: -0.01em;
}
.ep-row .ti p { margin: 0; font-size: 13px; opacity: .65; max-width: 540px; }
.ep-row .date { font-size: 12px; font-family: 'Anton'; letter-spacing: .1em; text-transform: uppercase; color: rgba(20,17,15,.65); }
.ep-row .dur { font-size: 12px; font-family: 'Anton'; letter-spacing: .1em; text-transform: uppercase; color: rgba(20,17,15,.65); }
.ep-row .play {
  width: 38px; height: 38px;
  background: var(--ink); color: var(--butter);
  display: grid; place-items: center;
  border: 2px solid var(--ink);
  cursor: pointer;
}
.ep-row:hover .play { background: var(--pink); color: var(--ink); }
.ep-row .premium-tag {
  background: var(--ink); color: var(--butter);
  font-family: 'Anton'; font-weight: 400;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 3px 7px;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
}

/* ---------- Global Elite ---------- */
.elite {
  background: var(--ink); color: var(--cream);
  position: relative;
  overflow: hidden;
}
.elite::before {
  content: '★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★';
  position: absolute; top: 36px; left: 0; right: 0;
  font-size: 14px; letter-spacing: 2em;
  text-align: center;
  color: var(--butter);
  pointer-events: none;
}
.elite::after {
  content: '★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★';
  position: absolute; bottom: 36px; left: 0; right: 0;
  font-size: 14px; letter-spacing: 2em;
  text-align: center;
  color: var(--butter);
  pointer-events: none;
}
.elite-inner {
  max-width: 1320px; margin: 0 auto;
  text-align: center;
  position: relative; z-index: 1;
}
.elite .crest {
  font-family: 'Anton'; font-weight: 400;
  font-size: 13px; letter-spacing: .3em;
  color: var(--butter);
  margin-bottom: 24px;
}
.elite h2 {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(80px, 14vw, 240px);
  line-height: 0.82;
  letter-spacing: -0.005em;
  margin: 0 0 32px;
}
.elite h2 .i {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  text-transform: none;
  font-size: 0.78em;
  color: var(--pink);
}
.elite-sub {
  max-width: 640px; margin: 0 auto 56px;
  font-size: 19px; line-height: 1.55;
  color: rgba(255,241,220,.78);
}

.elite-perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 56px;
  text-align: left;
}
.perk {
  background: rgba(255,241,220,.04);
  border: 2px solid rgba(255,241,220,.22);
  padding: 28px 24px;
  display: flex; gap: 18px; align-items: flex-start;
}
.perk .check {
  flex: 0 0 36px; height: 36px;
  background: var(--pink); color: var(--ink);
  display: grid; place-items: center;
  font-family: 'Anton'; font-size: 20px;
  border: 2px solid var(--cream);
}
.perk h4 {
  margin: 0 0 6px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 22px; font-weight: 400;
  letter-spacing: 0.005em;
  color: var(--butter);
}
.perk p { margin: 0; font-size: 14px; opacity: .78; line-height: 1.55; }

.elite-cta {
  display: inline-flex; align-items: center; gap: 16px;
  background: var(--pink); color: var(--ink);
  padding: 22px 40px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-weight: 400; font-size: 22px;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 3px solid var(--cream);
  box-shadow: 6px 6px 0 var(--butter);
  transition: transform .2s, box-shadow .2s;
}
.elite-cta:hover { transform: translate(-3px,-3px); box-shadow: 9px 9px 0 var(--butter); }
.elite-cta .price { background: var(--ink); color: var(--butter); padding: 8px 14px; font-size: 14px; }
.elite-finePrint {
  display: block; margin-top: 18px; font-size: 12px;
  color: rgba(255,241,220,.55);
  font-family: 'Anton'; letter-spacing: .12em; text-transform: uppercase;
}

/* ---------- Merch ---------- */
.merch {
  background: var(--cream);
  border-top: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
}
.merch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.product {
  background: var(--paper);
  border: 3px solid var(--ink);
  overflow: hidden;
  position: relative;
  display: flex; flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .2s, box-shadow .2s;
}
.product:hover { transform: translate(-3px,-3px); box-shadow: 14px 14px 0 var(--ink); }
.product .pic {
  aspect-ratio: 1/1;
  background: var(--pink-soft);
  position: relative; overflow: hidden;
  border-bottom: 3px solid var(--ink);
}
.product .pic image-slot { width: 100%; height: 100%; display: block; }
.product .price-tag {
  position: absolute; top: 14px; right: 14px;
  background: var(--butter); color: var(--ink);
  border: 2.5px solid var(--ink);
  width: 64px; height: 64px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Anton'; font-weight: 400;
  font-size: 18px;
  transform: rotate(8deg);
  box-shadow: 3px 3px 0 var(--ink);
  z-index: 2;
}
.product .badge2 {
  position: absolute; top: 16px; left: 16px;
  background: var(--ink); color: var(--cream);
  padding: 6px 12px;
  font-family: 'Anton'; font-size: 12px;
  font-weight: 400; letter-spacing: .12em; text-transform: uppercase;
  z-index: 2;
}
.product-body {
  padding: 22px 22px 22px;
  display: flex; flex-direction: column; gap: 12px;
}
.product-body h3 {
  margin: 0;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 30px; line-height: 0.95; font-weight: 400;
  letter-spacing: -0.005em;
}
.product-body h3 .i {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  text-transform: none;
  color: var(--pink);
  font-size: 0.85em;
}
.product-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 4px;
}
.colors-meta { font-size: 11px; opacity: .6; margin-left: 8px; font-family: 'Anton'; letter-spacing: .1em; text-transform: uppercase; }
.view-link {
  font-family: 'Anton'; font-weight: 400; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase;
  background: var(--ink); color: var(--cream);
  padding: 8px 14px;
}
.product-body .colors {
  display: flex; gap: 8px; align-items: center;
}
.swatch {
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid var(--ink);
}

.merch-shop-link {
  margin-top: 40px;
  text-align: center;
}
.merch-shop-link a {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 3px solid var(--ink);
  padding-bottom: 4px;
  letter-spacing: 0.005em;
}
.merch-shop-link a:hover { color: var(--pink-deep); border-color: var(--pink-deep); }

/* ---------- Footer ---------- */
footer {
  background: var(--ink); color: var(--cream);
  padding: 80px 32px 32px;
}
.footer-grid {
  max-width: 1320px; margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 2px solid rgba(255,241,220,.2);
}
.footer-grid h5 {
  font-family: 'Anton'; font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--butter);
  margin: 0 0 18px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: 14px; }
.footer-grid a { text-decoration: none; opacity: .85; }
.footer-grid a:hover { opacity: 1; color: var(--pink); }
.foot-brand {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 0.95;
  margin-bottom: 12px;
  letter-spacing: -0.005em;
  display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap;
}
.foot-brand b { color: var(--pink); font-weight: 400; }
.foot-tag { font-size: 14px; opacity: .72; max-width: 360px; margin-bottom: 24px; }
.foot-news {
  display: flex; gap: 0;
  border: 2px solid var(--cream);
  overflow: hidden;
  max-width: 380px;
  background: rgba(255,241,220,.06);
}
.foot-news input {
  background: transparent; color: var(--cream);
  border: none; outline: none;
  padding: 12px 18px; font: inherit; flex: 1;
}
.foot-news input::placeholder { color: rgba(255,241,220,.45); }
.foot-news button {
  background: var(--butter); color: var(--ink);
  border: none; padding: 12px 22px;
  font-family: 'Anton'; font-size: 14px;
  font-weight: 400; cursor: pointer;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.footer-bottom {
  max-width: 1320px; margin: 32px auto 0;
  display: flex; justify-content: space-between; gap: 24px;
  font-size: 12px; opacity: .6;
  font-family: 'Anton'; text-transform: uppercase; letter-spacing: 0.1em;
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .ep-feature, .merch-grid, .footer-grid, .elite-perks {
    grid-template-columns: 1fr;
  }
  .ep-row { grid-template-columns: 60px 70px 1fr auto; }
  .ep-row .date, .ep-row .dur { display: none; }
  .nav-links { display: none; }
  .hero-art { max-width: 420px; margin: 24px auto 0; }
  .hero-corner.bl, .hero-corner.br { display: none; }
}
