/* Jessie Riot — official site
   Palette and type from the brand sheet.
   Smoke (#8A8580) is the brand neutral, but it sits too close to AA once
   the grain overlay is on, so secondary text uses --muted instead. */

@font-face {
  font-family: "Archivo Black";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/archivo-black-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/bebas-neue-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Black Ops One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/black-ops-one-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Permanent Marker";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/permanent-marker-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --cherry: #c8102e;
  --riot: #0e0e0e;
  --stage: #111111;
  --off: #f5efe2;
  --pink: #ff2e88;
  --smoke: #8a8580;
  --muted: #cfc9be;
  --ink-soft: #3a342c;
  --nav-h: 4.4rem;
  --wrap: 1160px;
  --gutter: clamp(1.15rem, 4vw, 2.4rem);
  --font-marker: "Permanent Marker", cursive;
  --font-stencil: "Black Ops One", Impact, sans-serif;
  --font-display: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  --font-label: "Archivo Black", Impact, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  color-scheme: dark;
}

/* The app shell sets body color and redefines --font-display on :root.
   Restate the brand tokens on the homepage so cream stays cream. */
.jessie-riot-home {
  --cherry: #c8102e;
  --riot: #0e0e0e;
  --stage: #111111;
  --off: #f5efe2;
  --pink: #ff2e88;
  --smoke: #8a8580;
  --muted: #cfc9be;
  --ink-soft: #3a342c;
  --font-marker: "Permanent Marker", cursive;
  --font-stencil: "Black Ops One", Impact, sans-serif;
  --font-display: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  --font-label: "Archivo Black", Impact, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  color: #f5efe2;
  background: var(--stage);
  font-family: var(--font-body);
  color-scheme: dark;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--stage);
  color: var(--off);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

img, video, svg { max-width: 100%; }

img { height: auto; display: block; }

button, input { font: inherit; color: inherit; }

h1, h2, h3, p, ul, ol, figure, blockquote { margin: 0; }

ul { padding: 0; }

a { color: inherit; }

::selection { background: var(--cherry); color: var(--off); }

.story ::selection,
.setlist ::selection,
.lyrics ::selection,
.nav-panel ::selection { background: var(--riot); color: var(--off); }

:focus { outline: none; }

:focus-visible {
  outline: 2px solid var(--cherry);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[hidden] { display: none !important; }

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon { display: block; flex: none; }

.wrap {
  width: min(var(--wrap), calc(100% - var(--gutter) * 2));
  margin-inline: auto;
}

section[id],
article[id],
#notify,
#lyrics,
#content { scroll-margin-top: calc(var(--nav-h) + .75rem); }

main:focus { outline: none; }

main h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3.15rem, 8.8vw, 6.5rem);
  line-height: .86;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 0 0 .55rem;
}

.lede {
  font-size: 1.125rem;
  line-height: 1.55;
  max-width: 38rem;
  text-wrap: pretty;
}

.kicker {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .7rem;
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--muted);
}

.kicker::before {
  content: "";
  width: .48rem;
  height: .48rem;
  flex: none;
  background: var(--cherry);
  transform: rotate(45deg);
}

.story .kicker,
.lyrics .kicker,
.setlist .kicker,
.extra-ep .kicker { color: var(--ink-soft); }

.ep > .wrap .ep-copy .kicker,
.ep .ep-copy .kicker { color: var(--off); }

.ep .ep-copy .kicker::before { background: var(--off); }

/* Buttons ---------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .85rem 1.15rem .65rem;
  border: 2px solid var(--off);
  background: transparent;
  color: var(--off);
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--cherry);
}

.btn:hover,
.btn:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--cherry);
}

.btn-solid {
  background: var(--cherry);
  border-color: var(--cherry);
  color: var(--off);
  box-shadow: 4px 4px 0 var(--off);
}

.btn-solid:hover,
.btn-solid:focus-visible {
  background: var(--pink);
  border-color: var(--pink);
  color: var(--riot);
  box-shadow: 6px 6px 0 var(--off);
}

.btn-solid:focus-visible,
.nav-toggle:focus-visible,
.nav-cta:focus-visible { outline-color: var(--off); }

.text-link {
  font-family: var(--font-label);
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--off);
  border-bottom: 2px solid var(--cherry);
  padding-bottom: .12rem;
}

.text-link:hover { color: var(--pink); border-bottom-color: var(--pink); }

.stamp {
  display: inline-block;
  margin: .15rem 0 .8rem;
  padding: .4rem .7rem .28rem;
  border: 3px solid var(--cherry);
  color: var(--cherry);
  font-family: var(--font-display);
  font-size: 1.85rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1;
  transform: rotate(-8deg);
  box-shadow: inset 0 0 0 1px var(--cherry);
}

.sticker {
  width: 100%;
  height: auto;
  transform: rotate(var(--tilt, -8deg));
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .45));
  transition: transform .25s ease;
}

.sticker:hover {
  transform: rotate(calc(var(--tilt, -8deg) * -.2)) scale(1.04);
}

/* Chrome ----------------------------------------------------------- */

.progress {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  z-index: 90;
  pointer-events: none;
}

.progress span {
  display: block;
  height: 100%;
  background: var(--cherry);
  transform: scaleX(0);
  transform-origin: 0 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  background: linear-gradient(180deg, rgba(14, 14, 14, .78), rgba(14, 14, 14, 0));
  color: var(--off);
}

.site-header.is-stuck {
  background: rgba(17, 17, 17, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(245, 239, 226, .12);
}

.nav-bar {
  display: flex;
  align-items: center;
  gap: .75rem;
  height: var(--nav-h);
  padding-inline: var(--gutter);
}

.brand {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin-right: auto;
}

.brand-word { height: 42px; width: auto; }
.brand-mark { display: none; width: 40px; height: auto; }

.nav-desktop { display: none; }

.nav-cta { display: none; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: var(--off);
  cursor: pointer;
}

.nav-toggle-box {
  display: grid;
  gap: 6px;
  width: 22px;
}

.nav-toggle-box span {
  display: block;
  height: 2px;
  background: currentColor;
  transform-origin: center;
}

body.nav-open .nav-toggle-box span:first-child { transform: translateY(4px) rotate(45deg); }
body.nav-open .nav-toggle-box span:last-child { transform: translateY(-4px) rotate(-45deg); }

.skip {
  position: absolute;
  left: var(--gutter);
  top: .5rem;
  transform: translateY(-160%);
  z-index: 120;
  background: var(--off);
  color: var(--riot);
  padding: .7rem 1rem;
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}

.skip:focus {
  transform: none;
  position: fixed;
}

.nav-panel {
  position: fixed;
  inset: 0;
  z-index: 74;
  background: var(--off);
  color: var(--riot);
  color-scheme: light;
  padding: calc(var(--nav-h) + 1rem) var(--gutter) 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .4rem;
}

.nav-panel a {
  font-family: var(--font-display);
  font-size: clamp(3.3rem, 16vw, 5.6rem);
  line-height: .88;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--riot);
}

.nav-panel a:hover,
.nav-panel a[aria-current="true"] { color: var(--cherry); }

.panel-handle {
  margin-top: 1.2rem;
  font-family: var(--font-label);
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.panel-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.1rem;
  list-style: none;
  margin-top: .35rem;
}

.panel-socials a {
  font-family: var(--font-label);
  font-size: .85rem;
  letter-spacing: .12em;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

body.nav-open .site-header {
  background: var(--off);
  color: var(--riot);
}

/* Hero ------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--stage);
  isolation: isolate;
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media { z-index: 0; }

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 70% 30%;
}

.hero-scrim {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(14, 14, 14, .9) 0%, rgba(14, 14, 14, .62) 34%, rgba(14, 14, 14, .12) 62%, rgba(14, 14, 14, .4) 100%),
    linear-gradient(180deg, rgba(14, 14, 14, .55), transparent 26%, transparent 62%, rgba(14, 14, 14, .72));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  padding: calc(var(--nav-h) + .8rem) var(--gutter) calc(1rem + env(safe-area-inset-bottom));
}

.hero-logo {
  width: min(64vw, 240px);
  height: auto;
  margin: 0 0 .35rem;
}

.hero h1 { font-weight: 400; }

.hero-tag {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 15vw, 5.4rem);
  line-height: .82;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #f5efe2;
}

.hero-tag span { display: block; }
.hero-tag span:last-child { font-size: .62em; }
.hero-tag .loud { color: var(--cherry); }

.dek { max-width: 36rem; }

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: .9rem;
}

.hero-handle {
  margin: .85rem 0 0;
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .15rem 1rem;
  list-style: none;
  margin-top: .15rem;
}

.hero-socials a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-height: 44px;
  text-decoration: none;
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-socials a:hover { color: var(--pink); }

.hero-badge {
  position: absolute;
  z-index: 3;
  width: 74px;
  right: .75rem;
  top: calc(var(--nav-h) + .35rem);
}

.hero-badge .sticker { --tilt: 8deg; }

@media (max-width: 899px) {
  /* The 9:16 plate is shorter than a phone, so cover shows her full height
     and the headline lands on her face. Scale from the top to keep the
     dark haze for type and drop her face into the open middle. */
  .hero-media { overflow: hidden; }
  .hero-media img {
    object-position: center top;
    transform: scale(1.56);
    transform-origin: center top;
  }
  .hero-scrim {
    background: linear-gradient(180deg,
      rgba(14, 14, 14, .9) 0%,
      rgba(14, 14, 14, .62) 24%,
      rgba(14, 14, 14, .08) 40%,
      rgba(14, 14, 14, .05) 58%,
      rgba(14, 14, 14, .78) 78%,
      rgba(14, 14, 14, .94) 100%);
  }
  .hero-inner { justify-content: flex-start; }
  .hero-copy { max-width: 17rem; }
  .hero-logo { width: min(46vw, 188px); }
  .hero-tag { font-size: clamp(2.7rem, 11.6vw, 4.05rem); }
  .hero-actions {
    position: relative;
    isolation: isolate;
    margin-top: auto;
    margin-inline: calc(var(--gutter) * -1);
    padding: 1.15rem var(--gutter) .15rem;
  }
  .hero-actions::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 155%;
    background: linear-gradient(180deg, transparent, rgba(14, 14, 14, .94) 42%);
    z-index: -1;
    pointer-events: none;
  }
}

@media (max-width: 420px) {
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
}

@media (max-width: 539px) {
  .brand-word { display: none; }
  .brand-mark { display: block; }
}

/* Ticker ----------------------------------------------------------- */

.ticker {
  background: var(--cherry);
  color: var(--off);
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 38s linear infinite;
}

.ticker:hover .ticker-track { animation-play-state: paused; }

.ticker ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: .62rem 1rem .48rem 0;
}

.ticker li {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}

.tick-sep {
  width: .42rem;
  height: .42rem;
  background: var(--off);
  transform: rotate(45deg);
  flex: none;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Single ------------------------------------------------------------ */

.single,
.ep,
.videos,
.story,
.press,
.more,
.follow { position: relative; }

.single { z-index: 4; padding: 4.2rem 0 5.2rem; background: var(--stage) url("../assets/img/textures/texture-halftone-red-2560x1440.png") top right / cover no-repeat; }
.ep { z-index: 3; padding: 7.4rem 0 6rem; background: var(--cherry); color: var(--off); }
.videos { z-index: 2; padding: 7.2rem 0 6.5rem; }
.story { z-index: 2; padding: 5.2rem 0 5.5rem; background: var(--off); color: var(--riot); color-scheme: light; }
.press { z-index: 1; padding: 7.2rem 0 4.5rem; }
.more { padding: 3rem 0 4rem; }

.single::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, .78), rgba(17, 17, 17, .28) 48%, rgba(17, 17, 17, .12));
  pointer-events: none;
}

.single .wrap { position: relative; z-index: 1; }

.tear {
  position: absolute;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
  background-repeat: repeat-x;
  background-size: auto 120px;
  background-position: center top;
  z-index: 3;
}

.tear-down { bottom: -88px; }
.tear-up { top: -88px; transform: scaleY(-1); }
.tear-black { background-image: url("../assets/img/textures/torn-paper-edge-black-2560.png"); }
.tear-red { background-image: url("../assets/img/textures/torn-paper-edge-red-2560.png"); }
.tear-off { background-image: url("../assets/img/textures/torn-paper-edge-offwhite-2560.png"); }

.single-grid { display: grid; gap: 1.6rem; align-items: start; }

.sleeve-fig {
  position: relative;
  margin: 0;
  background: #1a1a1a;
  padding: .55rem;
  box-shadow: 10px 14px 0 rgba(0, 0, 0, .38);
}

.sleeve-fig > picture img,
.sleeve-fig > picture {
  display: block;
}

.sleeve-fig > picture:first-of-type img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.sticker-btm {
  position: absolute;
  z-index: 2;
  left: 3%;
  bottom: 4%;
  width: min(210px, 54%);
  display: block;
}

.sticker-btm .sticker { --tilt: -8deg; }
.sticker-btm img { aspect-ratio: auto; }

.single h2 { max-width: 12ch; }

/* Red ink on the red halftone fails. A solid paper patch keeps the
   rubber-stamp look and puts the type on a light ground. */
.single .stamp {
  background: var(--off);
  box-shadow: inset 0 0 0 1px var(--cherry), 5px 5px 0 rgba(14, 14, 14, .9);
}

.lyrics {
  position: relative;
  margin-top: 1.5rem;
  background: var(--off);
  color: var(--riot);
  color-scheme: light;
  padding: 1.35rem 1.15rem 1.15rem;
  box-shadow: 8px 10px 0 rgba(0, 0, 0, .35);
  transform: rotate(-.5deg);
}

.lyrics::before {
  content: "";
  position: absolute;
  top: -.65rem;
  left: 14%;
  width: 5.4rem;
  height: 1.3rem;
  background: var(--cherry);
  transform: rotate(-4deg);
  box-shadow: 0 8px 12px rgba(0, 0, 0, .18);
}

.verse-label {
  margin: .85rem 0 .25rem;
  font-family: var(--font-label);
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.lyrics blockquote {
  font-size: 1.05rem;
  line-height: 1.55;
}

.lyrics .chorus {
  margin-top: .2rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: .95;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.lyrics .hey {
  font-family: var(--font-marker);
  color: var(--cherry);
  text-transform: none;
  font-size: .85em;
  letter-spacing: 0;
}

.lyrics-credit {
  margin-top: .8rem;
  font-family: var(--font-marker);
  font-size: 1.05rem;
}

.notify { margin-top: 1.5rem; }

.presave,
.presave-done {
  padding: 1rem 1rem .95rem;
  border: 1px solid rgba(245, 239, 226, .22);
  background: rgba(14, 14, 14, .55);
}

.presave-hint,
.presave-error,
.setlist-foot,
.presave-done p { font-size: .95rem; }

.presave-hint { color: var(--muted); margin-bottom: .7rem; }

.presave-label {
  display: block;
  margin-bottom: .35rem;
  font-family: var(--font-label);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.presave-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

@media (max-width: 560px) {
  .presave-row .btn { flex: 1 1 100%; }
}

.presave input[type="email"] {
  flex: 1 1 14rem;
  min-height: 48px;
  border: 2px solid var(--off);
  background: var(--off);
  color: var(--riot);
  color-scheme: light;
  padding: .55rem .75rem;
  font-size: 1rem;
}

.presave input[type="email"]::placeholder { color: #5c564e; }

.presave-error { min-height: 1.3em; margin-top: .45rem; color: var(--off); }

.presave-error:empty { margin: 0; }

.presave-done p { margin: .35rem 0 .9rem; max-width: 46ch; }

/* EP --------------------------------------------------------------- */

.ep-grid {
  display: grid;
  gap: 1.4rem;
  align-items: center;
}

.setlist {
  position: relative;
  background: var(--off);
  color: var(--riot);
  color-scheme: light;
  padding: 1.35rem 1.1rem 1rem;
  box-shadow: 8px 12px 0 rgba(14, 14, 14, .28);
  transform: rotate(.6deg);
}

.setlist .stamp {
  position: absolute;
  top: -.7rem;
  right: .6rem;
  background: var(--off);
  margin: 0;
}

.setlist ol { list-style: none; }

.setlist li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  column-gap: .7rem;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(14, 14, 14, .16);
}

.setlist .n {
  grid-row: span 2;
  font-family: var(--font-stencil);
  font-size: 1.35rem;
  color: var(--cherry);
  line-height: 1.1;
}

.setlist .t {
  font-family: var(--font-display);
  font-size: 1.85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: .9;
}

.setlist .d {
  font-family: var(--font-label);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.setlist li.is-tba .t {
  font-family: var(--font-marker);
  font-size: 1.35rem;
  letter-spacing: 0;
  text-transform: none;
}

.setlist-foot { margin-top: .75rem; color: var(--ink-soft); }

.ep-extra:empty { display: none; }

.extra-ep {
  margin-top: 1.4rem;
  background: var(--off);
  color: var(--riot);
  color-scheme: light;
  padding: 1.2rem 1.1rem;
}

.extra-ep h3 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: .9;
  margin: 0 0 .5rem;
}

.extra-ep .ep-tracks { list-style: none; margin-top: .6rem; }

.more-list { display: grid; gap: .75rem; }

.more-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: .9rem;
  align-items: center;
  padding: .65rem;
  text-decoration: none;
  color: inherit;
  background: rgba(245, 239, 226, .04);
  border: 1px solid rgba(245, 239, 226, .16);
}

.more-card img,
.more-fallback { width: 96px; height: 96px; object-fit: cover; }

.more-fallback {
  background: var(--stage) url("../assets/icons/icon-cherries-transparent.svg") center / 62% no-repeat;
}

.more-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: .9;
  margin: 0 0 .25rem;
}

.more-card:hover { box-shadow: 5px 5px 0 var(--cherry); }

/* Videos ----------------------------------------------------------- */

.videos-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.rack-nav { display: flex; gap: .5rem; }

.rack-nav button,
.lb-nav,
.lb-close {
  min-width: 48px;
  min-height: 48px;
  border: 2px solid var(--off);
  background: transparent;
  color: var(--off);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rack-nav button { box-shadow: 3px 3px 0 var(--cherry); }
.rack-nav button:hover,
.lb-nav:hover,
.lb-close:hover { background: var(--cherry); }

#reel-prev .icon,
#lb-prev .icon { transform: rotate(180deg); }

.rack {
  display: flex;
  gap: 1.15rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  padding: .25rem var(--gutter) 1.4rem;
  scrollbar-width: thin;
  scrollbar-color: var(--cherry) transparent;
}

.rack:focus-visible { outline-offset: -4px; }

.reel {
  flex: 0 0 min(78vw, 300px);
  scroll-snap-align: center;
}

.reel-frame {
  background: #070707;
  border-radius: 1.7rem;
  padding: .5rem;
  border: 1px solid rgba(245, 239, 226, .22);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .45), 6px 6px 0 rgba(200, 16, 46, .45);
}

.reel-screen {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #000;
}

.reel-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.reel-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  padding: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .12), transparent 28%, rgba(0, 0, 0, .5));
  color: var(--off);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.reel-play {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: var(--cherry);
  color: var(--off);
  display: grid;
  place-items: center;
  box-shadow: 4px 4px 0 var(--off);
}

.reel-hit:hover .reel-play,
.reel-hit:focus-visible .reel-play {
  background: var(--pink);
  color: var(--riot);
}

.reel .icon-sound { display: none; }
.reel.is-preview .icon-play { display: none; }
.reel.is-preview .icon-sound { display: grid; }
.reel.is-live .reel-hit { display: none; }

.ai-pill {
  position: absolute;
  z-index: 3;
  top: .65rem;
  left: .65rem;
  right: .65rem;
  margin: 0;
  pointer-events: none;
  background: rgba(14, 14, 14, .84);
  color: var(--off);
  font-family: var(--font-label);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.25;
  padding: .4rem .45rem .32rem;
  width: max-content;
  max-width: calc(100% - 1.3rem);
}

.reel-meta { padding: .85rem .1rem 0; }

.reel-meta .kicker { margin-bottom: .3rem; }

.reel-meta h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 2.15rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: .9;
}

.reel-meta p:last-child {
  margin-top: .4rem;
  color: var(--muted);
}

.noscript-videos {
  display: grid;
  gap: 1.4rem;
  padding-bottom: 2rem;
}

.noscript-videos video {
  width: min(100%, 320px);
  background: #000;
}

.noscript-videos figcaption {
  margin-top: .4rem;
  max-width: 36ch;
  color: var(--muted);
}

/* Story ------------------------------------------------------------ */

.story-head {
  display: grid;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.15rem;
}

.story-badge { width: min(230px, 68%); }
.story-badge .sticker { --tilt: 4deg; }

.chapter-nav {
  display: flex;
  gap: .45rem;
  overflow-x: auto;
  padding-bottom: .35rem;
  margin-bottom: .4rem;
}

.chapter-nav a {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-height: 44px;
  padding: .45rem .7rem;
  border: 1px solid rgba(14, 14, 14, .28);
  color: var(--riot);
  text-decoration: none;
  font-family: var(--font-label);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.chapter-nav a span { font-family: var(--font-stencil); font-size: .95rem; letter-spacing: 0; color: var(--cherry); }

.chapter-nav a[aria-current="true"] {
  background: var(--riot);
  color: var(--off);
  border-color: var(--riot);
}

.chapter-nav a[aria-current="true"] span { color: var(--off); }

.chapter {
  display: grid;
  gap: 1rem;
  align-items: center;
  padding-block: clamp(1.6rem, 4vw, 3.2rem);
}

.print {
  margin: 0;
  background: #fffef9;
  padding: .7rem .7rem 1.7rem;
  box-shadow: 0 16px 34px rgba(14, 14, 14, .16);
}

.print img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.print figcaption {
  font-family: var(--font-marker);
  font-size: 1.15rem;
  line-height: 1.2;
  padding-top: .5rem;
  color: var(--riot);
}

.chap-no {
  margin: 0 0 .15rem;
  font-family: var(--font-stencil);
  font-size: clamp(3.4rem, 8vw, 5.5rem);
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--cherry);
}

.chapter h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: .9;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 .65rem;
  text-wrap: balance;
}

.chapter p { max-width: 42rem; }

.heckle {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem 1rem;
  margin-top: .9rem;
}

.heckle s {
  font-family: var(--font-label);
  font-size: .95rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #4e4943;
}

.heckle strong {
  font-family: var(--font-marker);
  font-weight: 400;
  font-size: 1.7rem;
  color: var(--cherry);
}

.pull {
  margin-top: 1rem;
  font-family: var(--font-marker);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.25;
  color: var(--cherry);
}

.persona-note {
  margin-top: 1rem;
  padding: .9rem .95rem .85rem;
  border: 2px solid var(--riot);
  max-width: 42rem;
}

/* Press ------------------------------------------------------------ */

.section-head { margin-bottom: 1.3rem; }

.gallery {
  display: grid;
  gap: .85rem .7rem;
}

.gallery figure { margin: 0; }

.shot {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #000;
  cursor: zoom-in;
  overflow: hidden;
}

.shot img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .5s ease;
}

.shot:hover img,
.shot:focus-visible img { transform: scale(1.04); }

.gallery figure:hover .shot,
.gallery figure:focus-within .shot { box-shadow: 6px 6px 0 var(--cherry); }

.gallery figcaption {
  margin-top: .4rem;
  font-family: var(--font-label);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Follow ----------------------------------------------------------- */

.follow { padding-top: 1.5rem; }

.follow-list { list-style: none; }

.follow-list a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "idx name go"
    "idx handle go";
  column-gap: .9rem;
  row-gap: .1rem;
  align-items: center;
  padding: 1rem var(--gutter) .85rem;
  text-decoration: none;
  color: var(--off);
  border-top: 1px solid rgba(245, 239, 226, .18);
  min-height: 44px;
}

.follow-list li:last-child a { border-bottom: 1px solid rgba(245, 239, 226, .18); }

.follow-index {
  grid-area: idx;
  font-family: var(--font-stencil);
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  color: var(--cherry);
  line-height: 1;
}

.follow-name {
  grid-area: name;
  font-family: var(--font-display);
  font-size: clamp(3.3rem, 12vw, 6.6rem);
  line-height: .82;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.follow-handle {
  grid-area: handle;
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

.follow-go { grid-area: go; }

.follow-list a:hover,
.follow-list a:focus-visible {
  background: var(--cherry);
  color: var(--off);
  outline-offset: -4px;
}

.follow-list a:hover .follow-index,
.follow-list a:hover .follow-handle,
.follow-list a:focus-visible .follow-index,
.follow-list a:focus-visible .follow-handle { color: var(--off); }

.follow-list a:hover .follow-go { transform: translateX(6px); }

/* Footer ----------------------------------------------------------- */

.site-footer {
  position: relative;
  z-index: 1;
  background-color: var(--stage);
  background-image:
    linear-gradient(180deg, rgba(17, 17, 17, .94), rgba(17, 17, 17, .88) 40%, rgba(14, 14, 14, .94)),
    url("../assets/img/textures/texture-duotone-red-pier-2560x1440.jpg");
  background-image:
    linear-gradient(180deg, rgba(17, 17, 17, .94), rgba(17, 17, 17, .88) 40%, rgba(14, 14, 14, .94)),
    image-set(
      url("../assets/img/textures/texture-duotone-red-pier-2560x1440.webp") type("image/webp"),
      url("../assets/img/textures/texture-duotone-red-pier-2560x1440.jpg") type("image/jpeg")
    );
  background-size: cover;
  background-position: center 40%;
  padding: 3.5rem 0 1.4rem;
}

.footer-grid {
  display: grid;
  gap: 1.8rem;
}

.footer-brand img { width: min(240px, 62vw); }

.footer-tag {
  margin-top: .7rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: .9;
}

.footer-badge {
  float: right;
  width: 108px;
  margin: 0 0 .4rem 1rem;
}

.footer-badge .sticker { --tilt: 7deg; }

.disclosure h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: .9;
  margin: 0 0 .6rem;
}

.disclosure p { max-width: 48ch; }

.footer-machines {
  margin-top: .8rem;
  font-family: var(--font-marker);
  font-size: 1.25rem;
  line-height: 1.3;
}

.footer-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.4rem;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(245, 239, 226, .16);
  color: var(--muted);
  font-size: .95rem;
}

.footer-bar nav {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  margin-left: auto;
}

.footer-bar a {
  color: var(--off);
  text-decoration: none;
  font-family: var(--font-label);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.footer-bar a:hover { color: var(--pink); }

/* Lightbox --------------------------------------------------------- */

.lightbox {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(8, 8, 8, .96);
  color: var(--off);
}

.lightbox::backdrop { background: rgba(0, 0, 0, .55); }

.lightbox-layout {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: .55rem;
  padding: .75rem .75rem calc(.8rem + env(safe-area-inset-bottom));
}

.lightbox-bar,
.lightbox-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}

.lightbox-caption {
  display: block;
  text-align: center;
  max-width: 62ch;
  margin-inline: auto;
}

.lb-count,
.lb-title,
.lb-hint {
  font-family: var(--font-label);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .68rem;
}

.lb-title { color: var(--off); margin-bottom: .25rem; }

.lightbox-caption p { color: var(--muted); }

.lb-close {
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .4rem .8rem;
}

.lightbox-stage {
  min-height: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: .35rem;
}

.lightbox-stage img {
  max-width: 100%;
  max-height: min(68dvh, 860px);
  width: auto;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  justify-self: center;
}

/* Grain ------------------------------------------------------------ */

.grain {
  position: fixed;
  inset: 0;
  z-index: 55;
  pointer-events: none;
  opacity: .38;
  background-image: url("../assets/img/textures/grain-overlay-256.png");
  mix-blend-mode: overlay;
}

/* Motion ----------------------------------------------------------- */

.js .reveal {
  opacity: 0;
  transform: translateY(1.1rem);
  transition: opacity .7s ease, transform .7s ease;
}

.js .reveal.is-in { opacity: 1; transform: none; }

.js .gallery .reveal:nth-child(2) { transition-delay: .05s; }
.js .gallery .reveal:nth-child(3) { transition-delay: .1s; }
.js .gallery .reveal:nth-child(4) { transition-delay: .15s; }
.js .gallery .reveal:nth-child(5) { transition-delay: .2s; }

.js .hero-copy > *,
.js .hero-actions > * { animation: rise .75s both; }

.js .hero-copy > *:nth-child(2) { animation-delay: .08s; }
.js .hero-actions > * { animation-delay: .16s; }

@keyframes rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

/* Wider layouts ---------------------------------------------------- */

@media (min-width: 700px) {
  .gallery { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 800px) {
  .story-head { grid-template-columns: 1fr auto; gap: 2rem; }
  .footer-grid { grid-template-columns: .8fr 1.2fr; align-items: start; }
}

@media (min-width: 900px) {
  .nav-toggle { display: none; }
  .nav-panel { display: none !important; }
  .nav-desktop {
    display: flex;
    align-items: center;
    gap: 1.15rem;
  }
  .nav-desktop a {
    color: var(--muted);
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 1.35rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .nav-desktop a:hover,
  .nav-desktop a[aria-current="true"] {
    color: var(--off);
    box-shadow: inset 0 -2px 0 var(--cherry);
  }
  .nav-cta {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: .55rem .85rem .4rem;
    background: var(--cherry);
    color: var(--off);
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 1.3rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 var(--off);
  }
  .nav-cta:hover { background: var(--pink); color: var(--riot); }
  .hero-inner {
    width: min(640px, 48vw);
    justify-content: center;
    gap: 1.35rem;
    /* Room for the AI sticker, which sits in the lower-left. */
    padding-bottom: 10.5rem;
  }
  .hero-logo { width: min(28vw, 360px); }
  .hero-tag { font-size: clamp(4rem, 5.2vw, 6.4rem); }
  .hero-actions { margin: 0; padding: 0; }
  .hero-actions::before { display: none; }
  .hero-badge {
    width: 108px;
    left: var(--gutter);
    right: auto;
    top: auto;
    bottom: 1.35rem;
  }
  .single-grid {
    grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
    gap: clamp(1.8rem, 4vw, 4.2rem);
  }
  .sleeve { position: sticky; top: calc(var(--nav-h) + 1.2rem); }
  .sticker-btm { left: 3%; bottom: 7%; }
  .ep-grid {
    grid-template-columns: 1fr .9fr;
    gap: clamp(1.5rem, 4vw, 3.5rem);
  }
  .chapter {
    grid-template-columns: 1.12fr .88fr;
    gap: clamp(1.4rem, 4vw, 3.6rem);
    min-height: calc(100svh - var(--nav-h));
  }
  .chapter.is-flip .print { order: 2; }
  .print { position: sticky; top: calc(var(--nav-h) + 1.2rem); }
}

@media (min-width: 900px) and (max-height: 760px) {
  .hero-inner { padding-bottom: 8rem; }
  .hero-logo { width: min(22vw, 280px); }
  .hero-tag { font-size: clamp(3.4rem, 4.6vw, 5rem); }
  .hero-badge { width: 88px; }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .nav-desktop { gap: .75rem; }
  .nav-desktop a { font-size: 1.15rem; }
  .brand-word { height: 36px; }
}

@media (min-width: 1000px) {
  .gallery { grid-template-columns: repeat(6, 1fr); }
  .gallery figure { grid-column: span 2; }
  .gallery figure:nth-child(4),
  .gallery figure:nth-child(5) { grid-column: span 3; }
}

@media (min-width: 1100px) {
  .rack { justify-content: safe center; }
}

@media (max-aspect-ratio: 3/4) {
  .hero-media { overflow: hidden; }
  .hero-media img {
    object-position: center top;
    transform: scale(1.56);
    transform-origin: center top;
  }
}

/* Reduced motion + forced colours ---------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .ticker-track { width: auto; }
  .ticker-track ul:last-child { display: none; }
  .ticker ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: .55rem var(--gutter);
    row-gap: .3rem;
  }
  .sticker:hover { transform: rotate(var(--tilt, -8deg)); }
}

@media (forced-colors: active) {
  .hero-scrim,
  .grain,
  .tear { display: none; }
  .btn,
  .shot,
  .reel-frame,
  .setlist,
  .follow-list a,
  .nav-panel a { border: 1px solid ButtonText; }
  .hero-copy,
  .hero-actions { background: Canvas; }
}

.nav-login {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: .35rem .2rem;
  color: var(--off);
  text-decoration: none;
  font-family: var(--font-label);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--cherry);
}

.nav-login:hover { color: var(--pink); border-bottom-color: var(--pink); }

.nav-panel .nav-login {
  display: inline-flex;
  margin: .4rem 0 0;
}

@media (max-width: 899px) {
  .nav-bar > .nav-login { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
}

@media print {
  .grain,
  .progress,
  .site-header,
  .ticker,
  .tear,
  .nav-toggle,
  .rack-nav,
  .lightbox,
  .hero-badge { display: none !important; }
  body { background: #fff; color: #000; }
  .hero { min-height: 0; }
  .hero-inner { min-height: 0; }
  a { text-decoration: underline; }
}
