:root {
  --black: #050505;
  --charcoal: #111111;
  --paper: #f6efe2;
  --white: #fffdf6;
  --red: #e21f26;
  --acid: #d7ff2f;
  --blue: #36b7ff;
  --violet: #8c66ff;
  --muted: rgba(246, 239, 226, 0.68);
  --dark-muted: rgba(5, 5, 5, 0.62);
  --line: rgba(246, 239, 226, 0.18);
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(246, 239, 226, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 226, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(226, 31, 38, 0.17), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(54, 183, 255, 0.14), transparent 28%),
    radial-gradient(circle at 72% 86%, rgba(215, 255, 47, 0.12), transparent 26%);
  content: "";
}

.motion-ready main,
.motion-ready .site-header,
.motion-ready .site-footer {
  transition:
    opacity 420ms ease,
    filter 420ms ease,
    transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.motion-ready.is-loading main,
.motion-ready.is-loading .site-header,
.motion-ready.is-loading .site-footer {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(18px) scale(0.992);
}

.motion-ready.is-leaving main,
.motion-ready.is-leaving .site-header,
.motion-ready.is-leaving .site-footer {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(-8px) scale(0.986);
}

.signal-loader {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(246, 239, 226, 0.08) 0,
      rgba(246, 239, 226, 0.08) 1px,
      transparent 1px,
      transparent 7px
    ),
    linear-gradient(135deg, #050505 0%, #090909 46%, #1b0506 100%);
  transition:
    opacity 620ms ease,
    visibility 620ms ease,
    transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.signal-loader::before,
.signal-loader::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.signal-loader::before {
  background:
    linear-gradient(90deg, transparent 0 42%, rgba(226, 31, 38, 0.56) 48%, transparent 54%),
    linear-gradient(180deg, transparent 0 38%, rgba(215, 255, 47, 0.24) 48%, transparent 58%);
  mix-blend-mode: screen;
  opacity: 0.9;
  transform: translateX(-120%) skewX(-16deg);
  animation: loader-scan 980ms cubic-bezier(0.7, 0, 0.2, 1) both;
}

.signal-loader::after {
  background:
    linear-gradient(rgba(246, 239, 226, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 226, 0.035) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
  opacity: 0.72;
}

.site-loaded .signal-loader {
  visibility: hidden;
  opacity: 0;
  transform: scale(1.035);
}

.loader-mark {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 24px;
  width: min(72vw, 620px);
}

.loader-mark .q101-logo-crop {
  width: min(72vw, 620px);
  animation: mark-lock 840ms steps(3, end) both;
}

.loader-mark i {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, var(--acid), var(--red), transparent);
  box-shadow: 0 0 30px rgba(215, 255, 47, 0.38);
  transform-origin: left center;
  animation: tuner-line 920ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.loader-bars {
  position: absolute;
  right: clamp(20px, 7vw, 96px);
  bottom: clamp(22px, 8vw, 82px);
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 74px;
}

.loader-bars span {
  display: block;
  width: 9px;
  min-height: 14px;
  border-radius: 999px;
  background: var(--acid);
  animation: loader-bars 560ms ease-in-out infinite alternate;
}

.loader-bars span:nth-child(2n) {
  background: var(--red);
  animation-duration: 430ms;
}

.loader-bars span:nth-child(3n) {
  background: var(--blue);
  animation-duration: 680ms;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 82px;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(246, 239, 226, 0.14);
  background: rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 190px;
}

.brand-lockup img {
  width: 86px;
  height: 45px;
  object-fit: cover;
  object-position: top;
}

.brand-lockup span {
  max-width: 78px;
  color: rgba(246, 239, 226, 0.7);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.main-nav,
.header-actions,
.hero-actions,
.broadcast-dock,
.live-id,
.now-track,
.manifesto-marquee,
.section-label,
.panel-top,
.events-head,
.segmented-control,
.site-footer {
  display: flex;
  align-items: center;
}

.main-nav {
  justify-content: center;
  gap: 34px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a {
  color: rgba(246, 239, 226, 0.74);
}

.main-nav a:hover {
  color: var(--acid);
}

.header-actions {
  justify-content: flex-end;
  gap: 12px;
}

.icon-button,
.listen-pill,
.play-control,
.playlist-panel article > a {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
}

.icon-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(246, 239, 226, 0.18);
  background: rgba(246, 239, 226, 0.06);
  color: var(--paper);
}

.listen-pill,
.solid-action,
.outline-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 700;
}

.listen-pill {
  padding: 0 20px;
  background: var(--acid);
  color: var(--black);
}

.solid-action {
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white);
  padding: 0 24px;
  box-shadow: 0 16px 36px rgba(226, 31, 38, 0.28);
}

.outline-action {
  border: 1px solid rgba(246, 239, 226, 0.34);
  background: rgba(246, 239, 226, 0.08);
  color: var(--paper);
  padding: 0 22px;
}

.icon-button svg,
.listen-pill svg,
.solid-action svg,
.outline-action svg,
.play-control svg,
.playlist-panel article > a svg {
  width: 18px;
  height: 18px;
}

.main-nav a,
.icon-button,
.listen-pill,
.solid-action,
.outline-action,
.play-control,
.stack-card,
.manifesto-grid a,
.song-row,
.club-card,
.event-card,
.field-card,
.value-card,
.show-card,
.site-footer a {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease,
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.icon-button:hover,
.listen-pill:hover,
.solid-action:hover,
.outline-action:hover,
.play-control:hover,
.site-footer a:hover {
  transform: translateY(-2px);
}

.listen-pill:hover,
.play-control:hover {
  box-shadow: 0 0 0 8px rgba(215, 255, 47, 0.13);
}

.solid-action:hover {
  box-shadow: 0 20px 46px rgba(226, 31, 38, 0.42);
}

.outline-action:hover,
.icon-button:hover {
  border-color: rgba(215, 255, 47, 0.7);
  color: var(--acid);
}

.hero {
  position: relative;
  min-height: 86vh;
  overflow: hidden;
  padding: 126px 42px 48px;
  isolation: isolate;
}

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

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

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.12) contrast(1.18) saturate(1.2);
  transform: scale(1.06);
}

.poster-ink {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.7) 47%, rgba(5, 5, 5, 0.22) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.22) 58%, rgba(5, 5, 5, 0.62) 100%);
}

.poster-ink::after {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background:
    repeating-linear-gradient(0deg, rgba(246, 239, 226, 0.12) 0 1px, transparent 1px 7px),
    linear-gradient(120deg, transparent 0 58%, rgba(226, 31, 38, 0.72) 58% 66%, transparent 66%);
  mix-blend-mode: screen;
  content: "";
}

.frequency-ruler {
  position: absolute;
  top: 118px;
  right: 30px;
  bottom: 140px;
  z-index: 2;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  align-items: center;
  width: 88px;
  border-left: 1px solid rgba(246, 239, 226, 0.26);
  color: rgba(246, 239, 226, 0.52);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.frequency-ruler span,
.frequency-ruler strong {
  position: relative;
  padding-left: 16px;
}

.frequency-ruler span::before,
.frequency-ruler strong::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background: currentColor;
  content: "";
}

.frequency-ruler strong {
  color: var(--acid);
  font-size: 0.86rem;
}

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

.kicker,
.section-label,
.panel-top a,
.event-body span,
.value-list span,
.shows-grid span,
.date-chip span,
.manifesto-grid span,
.live-id span,
.now-track span,
.club-form span,
.club-form legend {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
}

.kicker {
  margin: 0 0 18px;
  color: var(--acid);
  font-size: 0.78rem;
}

.hero h1 {
  margin: 0;
}

.q101-logo-crop {
  display: block;
  width: min(66vw, 650px);
  aspect-ratio: 450 / 235;
  overflow: hidden;
}

.q101-logo-crop img {
  width: 100%;
  max-width: none;
  height: auto;
}

.hero-logo {
  width: min(66vw, 650px);
  filter: drop-shadow(12px 18px 34px rgba(0, 0, 0, 0.42));
}

.brand-line {
  margin: 16px 0 0;
  color: var(--red);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2.35rem, 6vw, 6.2rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.hero-statement {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(246, 239, 226, 0.86);
  font-size: clamp(1.05rem, 1.7vw, 1.42rem);
  font-weight: 500;
  line-height: 1.42;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.motion-ready.site-loaded .site-header {
  animation: header-drop 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.motion-ready.site-loaded .hero-media img {
  animation: hero-image-in 1600ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.motion-ready.site-loaded .poster-ink::after {
  animation: poster-strike 1120ms cubic-bezier(0.7, 0, 0.2, 1) both;
}

.motion-ready.site-loaded .frequency-ruler {
  animation: frequency-rise 760ms cubic-bezier(0.2, 0.8, 0.2, 1) 520ms both;
}

.motion-ready.site-loaded .hero-copy .kicker {
  animation: hero-rise 660ms cubic-bezier(0.2, 0.8, 0.2, 1) 300ms both;
}

.motion-ready.site-loaded .hero-logo {
  animation: hero-lock 720ms steps(4, end) 420ms both;
}

.motion-ready.site-loaded .brand-line {
  animation: hero-rise 720ms cubic-bezier(0.2, 0.8, 0.2, 1) 560ms both;
}

.motion-ready.site-loaded .hero-statement {
  animation: hero-rise 720ms cubic-bezier(0.2, 0.8, 0.2, 1) 690ms both;
}

.motion-ready.site-loaded .hero-actions {
  animation: hero-rise 720ms cubic-bezier(0.2, 0.8, 0.2, 1) 820ms both;
}

.image-stack {
  position: absolute;
  right: 122px;
  bottom: 40px;
  z-index: 4;
  display: grid;
  grid-template-columns: 150px 190px;
  grid-template-rows: 116px 148px;
  gap: 12px;
  transform: rotate(-2deg);
}

.stack-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 239, 226, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.stack-card span,
.stack-card strong {
  position: relative;
  z-index: 2;
}

.stack-card span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
}

.stack-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.05rem;
  line-height: 1.04;
}

.card-red,
.card-acid {
  padding: 16px;
}

.card-red {
  background: var(--red);
  color: var(--white);
}

.card-photo {
  grid-row: span 2;
}

.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.12) saturate(1.08);
}

.card-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(5, 5, 5, 0.88));
  content: "";
}

.card-photo span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  color: var(--white);
}

.card-acid {
  background: var(--acid);
  color: var(--black);
}

.motion-ready.site-loaded .image-stack .stack-card {
  animation: stack-pop 760ms cubic-bezier(0.18, 0.9, 0.18, 1.18) both;
}

.motion-ready.site-loaded .image-stack .stack-card:nth-child(1) {
  animation-delay: 880ms;
}

.motion-ready.site-loaded .image-stack .stack-card:nth-child(2) {
  animation-delay: 980ms;
}

.motion-ready.site-loaded .image-stack .stack-card:nth-child(3) {
  animation-delay: 1080ms;
}

.stack-card:hover,
.manifesto-grid a:hover,
.song-row:hover,
.club-card:hover,
.event-card:hover,
.field-card:hover,
.value-card:hover,
.show-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.card-photo img,
.event-card img,
.history-feature img,
.show-card img {
  transition: transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card-photo:hover img,
.event-card:hover img,
.history-feature:hover img,
.show-card:hover img {
  transform: scale(1.045);
}

.broadcast-dock {
  position: sticky;
  top: 82px;
  z-index: 55;
  gap: 26px;
  min-height: 96px;
  padding: 14px 42px;
  border-top: 1px solid rgba(246, 239, 226, 0.16);
  border-bottom: 1px solid rgba(246, 239, 226, 0.16);
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(18px);
}

.live-id {
  min-width: 210px;
  gap: 14px;
}

.pulse-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 9px rgba(226, 31, 38, 0.16);
}

.live-id span,
.now-track span {
  display: block;
  margin-bottom: 4px;
  color: rgba(246, 239, 226, 0.55);
  font-size: 0.68rem;
}

.live-id strong,
.now-track strong {
  display: block;
  color: var(--white);
  line-height: 1;
}

.now-track {
  min-width: 250px;
  gap: 14px;
}

.now-track img {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  object-fit: cover;
}

.now-track p {
  margin: 4px 0 0;
  color: rgba(246, 239, 226, 0.7);
}

.wave-wrap {
  display: grid;
  grid-template-columns: repeat(12, minmax(7px, 1fr));
  align-items: center;
  gap: 7px;
  height: 48px;
  flex: 1;
}

.wave-wrap span {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--acid), var(--blue));
  opacity: 0.84;
}

.wave-wrap span:nth-child(2) { height: 28px; }
.wave-wrap span:nth-child(3) { height: 18px; }
.wave-wrap span:nth-child(4) { height: 42px; }
.wave-wrap span:nth-child(5) { height: 22px; }
.wave-wrap span:nth-child(6) { height: 36px; }
.wave-wrap span:nth-child(7) { height: 14px; }
.wave-wrap span:nth-child(8) { height: 44px; }
.wave-wrap span:nth-child(9) { height: 20px; }
.wave-wrap span:nth-child(10) { height: 32px; }
.wave-wrap span:nth-child(11) { height: 16px; }
.wave-wrap span:nth-child(12) { height: 38px; }

.broadcast-dock.is-playing .wave-wrap span {
  animation: signal 620ms ease-in-out infinite alternate;
}

.broadcast-dock.is-playing .wave-wrap span:nth-child(2n) {
  animation-duration: 430ms;
}

.broadcast-dock.is-playing .wave-wrap span:nth-child(3n) {
  animation-duration: 860ms;
}

@keyframes signal {
  from { transform: scaleY(0.42); }
  to { transform: scaleY(1); }
}

@keyframes loader-scan {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-16deg);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-16deg);
  }
}

@keyframes mark-lock {
  0% {
    opacity: 0;
    filter: blur(16px);
    transform: scale(0.9) skewX(-7deg);
  }
  35% {
    opacity: 1;
    filter: blur(2px);
    transform: translateX(8px) scale(1.03);
  }
  58% {
    transform: translateX(-5px) scale(0.99);
    text-shadow:
      -9px 0 0 rgba(226, 31, 38, 0.74),
      6px 0 0 rgba(54, 183, 255, 0.5);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
}

@keyframes tuner-line {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  72% {
    opacity: 1;
    transform: scaleX(1.08);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes loader-bars {
  from {
    height: 14px;
    opacity: 0.62;
    transform: scaleY(0.55);
  }
  to {
    height: 74px;
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes header-drop {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(-22px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes hero-image-in {
  from {
    filter: grayscale(0.4) contrast(1.45) saturate(0.9) blur(12px);
    transform: scale(1.16);
  }
  to {
    filter: grayscale(0.12) contrast(1.18) saturate(1.2) blur(0);
    transform: scale(1.06);
  }
}

@keyframes poster-strike {
  0% {
    opacity: 0;
    transform: translateX(-18%) skewX(-12deg);
  }
  42% {
    opacity: 0.72;
  }
  100% {
    opacity: 0.34;
    transform: translateX(0) skewX(0);
  }
}

@keyframes frequency-rise {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes hero-lock {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: translateY(24px) scale(0.96);
  }
  38% {
    opacity: 1;
    filter: blur(2px);
    transform: translateX(7px) scale(1.01);
  }
  62% {
    transform: translateX(-5px) scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
}

@keyframes stack-pop {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(26px, 32px, 0) rotate(4deg) scale(0.88);
  }
  72% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(-3px, -5px, 0) rotate(-1deg) scale(1.025);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}

.play-control {
  width: 58px;
  height: 58px;
  border: 0;
  background: var(--acid);
  color: var(--black);
}

.manifesto {
  overflow: hidden;
  background: var(--paper);
  color: var(--black);
}

.community-thread {
  position: relative;
  overflow: hidden;
  padding: 86px 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.7)),
    url("https://media-cdn.socastsrm.com/wordpress/wp-content/blogs.dir/3306/files/2026/06/20260619-joyce-manor-the-lounge-27-800x450.png") center/cover;
}

.community-thread::after {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background:
    linear-gradient(rgba(246, 239, 226, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 226, 0.11) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
}

.community-thread > * {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.community-thread h2 {
  margin: 0;
  color: var(--white);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(3rem, 8vw, 8.6rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.community-thread p:last-child {
  max-width: 820px;
  margin-top: 26px;
  color: rgba(246, 239, 226, 0.78);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.48;
}

.manifesto-marquee {
  gap: 40px;
  width: max-content;
  padding: 18px 0;
  color: var(--red);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 0.85;
  white-space: nowrap;
  animation: marquee 24s linear infinite;
}

.manifesto-marquee span {
  padding-right: 40px;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-42%); }
}

.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(5, 5, 5, 0.14);
}

.manifesto-grid a {
  min-height: 156px;
  padding: 24px;
  border-right: 1px solid rgba(5, 5, 5, 0.14);
}

.manifesto-grid span {
  display: block;
  margin-bottom: 26px;
  color: var(--red);
  font-size: 0.72rem;
}

.manifesto-grid strong {
  display: block;
  max-width: 260px;
  font-size: 1.18rem;
  line-height: 1.16;
}

.section {
  padding: 92px 42px;
}

.reveal-ready {
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(0, 44px, 0);
  transition:
    opacity 760ms ease,
    filter 820ms ease,
    transform 860ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, filter, transform;
}

.reveal-ready.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.section-label {
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: rgba(246, 239, 226, 0.62);
  font-size: 0.72rem;
}

.music-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.history-feature {
  position: relative;
  display: grid;
  min-height: 610px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--charcoal);
}

.history-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
}

.history-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.94) 80%);
  content: "";
}

.history-feature div {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 36px;
}

.history-feature h2,
.club-copy h2,
.events-head h2,
.value-copy h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2.55rem, 5.4vw, 5.5rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.history-feature p:not(.kicker),
.club-copy p,
.value-copy p,
.shows-grid p {
  color: rgba(246, 239, 226, 0.74);
  font-size: 1.05rem;
  line-height: 1.55;
}

.playlist-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(246, 239, 226, 0.065);
}

.panel-top {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.panel-top h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.4rem;
}

.panel-top a {
  color: var(--acid);
  font-size: 0.72rem;
}

.playlist-panel article {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.34);
}

.playlist-panel img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
}

.playlist-panel article span {
  color: rgba(246, 239, 226, 0.55);
  font-size: 0.72rem;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
}

.playlist-panel strong {
  display: block;
  margin-top: 4px;
}

.playlist-panel p {
  margin: 2px 0 0;
  color: rgba(246, 239, 226, 0.68);
}

.playlist-panel article > a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(246, 239, 226, 0.18);
  background: rgba(246, 239, 226, 0.08);
  color: var(--paper);
}

.club-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 42px;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--red);
  color: var(--white);
}

.club-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.18;
}

.club-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.4);
}

.club-copy,
.club-form {
  position: relative;
  z-index: 2;
}

.club-copy {
  max-width: 820px;
}

.club-copy .kicker {
  color: var(--acid);
}

.club-copy p {
  max-width: 720px;
  color: rgba(255, 253, 246, 0.86);
}

.club-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 253, 246, 0.24);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.club-form label,
.club-form fieldset {
  display: grid;
  gap: 8px;
}

.club-form span,
.club-form legend {
  color: rgba(246, 239, 226, 0.68);
  font-size: 0.7rem;
}

.club-form input[type="email"],
.club-form input[type="text"] {
  min-height: 50px;
  width: 100%;
  border: 1px solid rgba(246, 239, 226, 0.24);
  border-radius: 8px;
  background: rgba(246, 239, 226, 0.1);
  color: var(--paper);
  padding: 0 14px;
  outline: none;
}

.club-form input:focus {
  border-color: var(--acid);
  box-shadow: 0 0 0 4px rgba(215, 255, 47, 0.16);
}

.club-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.club-form fieldset label {
  grid-template-columns: auto 1fr;
  align-items: center;
  color: rgba(246, 239, 226, 0.86);
  font-weight: 700;
}

.club-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--acid);
}

.form-submit {
  width: 100%;
  border: 0;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--acid);
  font-weight: 700;
}

.club-modal-open {
  overflow: hidden;
}

.club-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.club-modal[hidden] {
  display: none;
}

.club-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.club-modal-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(226, 31, 38, 0.42), transparent 30%),
    rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(14px);
}

.club-modal-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  width: min(980px, calc(100vw - 34px));
  max-height: calc(100vh - 34px);
  overflow: auto;
  border: 1px solid rgba(246, 239, 226, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(226, 31, 38, 0.24), transparent 46%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.9));
  box-shadow: var(--shadow);
  transform: translateY(24px) scale(0.98);
  transition: transform 180ms ease;
}

.club-modal.is-open .club-modal-shell {
  transform: translateY(0) scale(1);
}

.club-modal-shell::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(246, 239, 226, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 226, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  content: "";
}

.club-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(246, 239, 226, 0.22);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.7);
  color: var(--paper);
}

.club-modal-close svg {
  width: 18px;
  height: 18px;
}

.club-modal-copy,
.club-modal-form {
  position: relative;
  z-index: 2;
}

.club-modal-copy {
  padding: 44px 34px 38px 42px;
}

.club-modal-copy h2 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(3rem, 5.5vw, 5.7rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.club-modal-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(246, 239, 226, 0.78);
  font-size: 1.04rem;
  line-height: 1.52;
}

.club-modal-signal {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 58px;
  margin: 24px 0 18px;
}

.club-modal-signal span {
  width: 11%;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--acid), var(--blue));
  transform-origin: center;
  animation: signal 720ms ease-in-out infinite alternate;
}

.club-modal-signal span:nth-child(2n) {
  height: 34px;
  animation-delay: 120ms;
}

.club-modal-signal span:nth-child(3n) {
  height: 50px;
  animation-delay: 240ms;
}

.club-modal-perks {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(246, 239, 226, 0.16);
}

.club-modal-perks li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(246, 239, 226, 0.14);
}

.club-modal-perks span {
  color: var(--acid);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.club-modal-perks strong {
  color: rgba(246, 239, 226, 0.88);
  line-height: 1.32;
}

.club-modal .club-form {
  align-self: stretch;
  margin: 0;
  padding: 78px 32px 34px;
  border: 0;
  border-left: 1px solid rgba(246, 239, 226, 0.18);
  border-radius: 0;
  background: rgba(5, 5, 5, 0.56);
  box-shadow: none;
}

.events-section {
  background: var(--black);
}

.events-head {
  justify-content: space-between;
  gap: 28px;
  max-width: 1240px;
  margin: 0 auto 28px;
}

.segmented-control {
  min-height: 48px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(246, 239, 226, 0.06);
}

.segmented-control button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(246, 239, 226, 0.68);
  padding: 0 16px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.segmented-control button.active {
  background: var(--acid);
  color: var(--black);
}

.event-board {
  display: grid;
  grid-template-columns: 0.86fr 1.28fr 0.86fr;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.event-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 8px;
  background: var(--charcoal);
}

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

.event-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.08);
}

.event-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(5, 5, 5, 0.92) 90%);
  content: "";
}

.date-chip,
.event-body {
  position: absolute;
  z-index: 2;
}

.date-chip {
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--black);
}

.date-chip strong {
  font-size: 1.85rem;
  line-height: 0.78;
}

.event-body {
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.event-body span {
  color: var(--blue);
  font-size: 0.72rem;
}

.event-body h3,
.value-list h3,
.shows-grid h3 {
  margin: 8px 0 0;
  color: var(--white);
  font-size: 1.62rem;
  line-height: 1.04;
}

.feature-event .event-body h3 {
  font-size: 2.35rem;
}

.event-body a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--acid);
  font-weight: 700;
}

.value-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  background: var(--paper);
  color: var(--black);
}

.value-poster img {
  width: min(520px, 100%);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(5, 5, 5, 0.22);
}

.value-copy .kicker {
  color: var(--red);
}

.value-copy h2 {
  color: var(--black);
}

.value-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.value-list article,
.shows-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 8px;
}

.value-list article {
  background: var(--white);
  border: 1px solid rgba(5, 5, 5, 0.1);
}

.value-list span {
  color: var(--red);
  font-size: 0.72rem;
}

.value-list h3 {
  color: var(--black);
}

.value-list p {
  color: var(--dark-muted);
}

.shows-section {
  background: #16110d;
}

.shows-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.shows-grid article {
  border: 1px solid var(--line);
  background: rgba(246, 239, 226, 0.055);
}

.shows-grid span {
  display: block;
  margin-bottom: 56px;
  color: var(--acid);
  font-size: 0.72rem;
}

.site-footer {
  justify-content: space-between;
  gap: 22px;
  padding: 30px 42px;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 92px;
}

.site-footer p {
  margin: 0;
  color: rgba(246, 239, 226, 0.68);
}

.site-footer a {
  color: var(--acid);
  font-weight: 700;
}

.field-section {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.95), rgba(22, 17, 13, 0.96)),
    url("https://media-cdn.socastsrm.com/wordpress/wp-content/blogs.dir/3306/files/2026/06/20260619-joyce-manor-the-lounge-27-800x450.png") center/cover;
}

.field-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto;
}

.field-copy h2,
.page-hero h1,
.interior-head h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  text-transform: uppercase;
}

.field-copy h2,
.page-hero h1 {
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  line-height: 0.86;
}

.field-copy p,
.page-hero p,
.interior-head p {
  color: rgba(246, 239, 226, 0.76);
  font-size: 1.08rem;
  line-height: 1.55;
}

.field-copy .outline-action {
  margin-top: 18px;
}

.field-board {
  display: grid;
  gap: 14px;
}

.field-board article,
.interior-card,
.show-card,
.drop-card,
.venue-card,
.feature-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(246, 239, 226, 0.07);
  backdrop-filter: blur(16px);
}

.field-board article {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 22px;
}

.field-board span,
.interior-card span,
.show-card span,
.drop-card span,
.venue-card span,
.feature-band span {
  color: var(--acid);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.field-board strong {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.04;
}

.field-board p {
  margin: 0;
  color: rgba(246, 239, 226, 0.68);
  line-height: 1.45;
}

.player-open {
  overflow: hidden;
}

.player-drawer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.player-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}

.player-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(226, 31, 38, 0.42), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(215, 255, 47, 0.16), transparent 28%),
    rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(14px);
}

.player-shell {
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(1040px, calc(100vw - 34px));
  height: min(720px, calc(100vh - 34px));
  overflow: hidden;
  border: 1px solid rgba(246, 239, 226, 0.22);
  border-radius: 8px;
  background: #050505;
  box-shadow: var(--shadow);
  transform: translateY(18px) scale(0.98);
  transition: transform 180ms ease;
}

.player-drawer.is-open .player-shell {
  transform: translateY(0) scale(1);
}

.player-shell-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(246, 239, 226, 0.14);
  background: rgba(5, 5, 5, 0.96);
}

.player-shell-head span {
  display: block;
  color: var(--acid);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.player-shell-head strong {
  display: block;
  margin-top: 2px;
}

.player-shell-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.player-shell-actions a {
  color: var(--acid);
  font-weight: 700;
}

.player-shell-actions button {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(246, 239, 226, 0.2);
  border-radius: 999px;
  background: rgba(246, 239, 226, 0.08);
  color: var(--paper);
}

.player-native-shell {
  height: auto;
  max-height: calc(100vh - 34px);
  overflow: auto;
}

.player-stage {
  display: grid;
  gap: 22px;
  padding: 28px;
  background:
    linear-gradient(120deg, rgba(226, 31, 38, 0.2), transparent 38%),
    linear-gradient(rgba(246, 239, 226, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 226, 0.07) 1px, transparent 1px);
  background-size: auto, 30px 30px, 30px 30px;
}

.player-now-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) 1fr;
  gap: 28px;
  align-items: end;
}

.player-now-card img {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(246, 239, 226, 0.2);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.player-now-copy span {
  display: block;
  color: var(--acid);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.player-now-copy strong {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(3.2rem, 8vw, 8rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.player-now-copy p {
  margin: 16px 0 0;
  color: rgba(246, 239, 226, 0.76);
  font-size: clamp(1.3rem, 3vw, 2.4rem);
  font-weight: 700;
}

.native-stream-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  width: min(430px, 100%);
  border: 0;
  border-radius: 999px;
  background: var(--acid);
  color: var(--black);
  font-weight: 800;
  box-shadow: 0 20px 45px rgba(215, 255, 47, 0.18);
}

.native-stream-button svg {
  width: 20px;
  height: 20px;
}

.stream-status {
  margin: -8px 0 0;
  color: rgba(246, 239, 226, 0.72);
  font-weight: 700;
}

.native-wave {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
}

.native-wave span {
  flex: 1;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--acid), var(--blue));
  transform-origin: center;
}

.broadcast-dock.is-playing ~ .player-drawer .native-wave span,
.player-drawer.is-open .native-wave span {
  animation: signal 760ms ease-in-out infinite alternate;
}

.native-wave span:nth-child(2n) {
  height: 34px;
  animation-delay: 120ms;
}

.native-wave span:nth-child(3n) {
  height: 50px;
  animation-delay: 240ms;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 150px 42px 72px;
  background: var(--black);
  isolation: isolate;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--page-bg, linear-gradient(135deg, rgba(226, 31, 38, 0.24), transparent 52%));
  content: "";
}

.page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.56)),
    repeating-linear-gradient(0deg, rgba(246, 239, 226, 0.12) 0 1px, transparent 1px 7px);
  content: "";
}

.page-hero-inner {
  max-width: 980px;
}

.page-hero p {
  max-width: 720px;
  margin: 24px 0 0;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.interior-grid,
.drop-grid,
.venue-grid,
.shows-list {
  display: grid;
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.interior-grid {
  grid-template-columns: repeat(3, 1fr);
}

.interior-card,
.show-card,
.drop-card,
.venue-card {
  min-height: 230px;
  padding: 24px;
}

.interior-card h3,
.show-card h3,
.drop-card h3,
.venue-card h3,
.feature-band h2 {
  margin: 12px 0 0;
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1.04;
}

.interior-card p,
.show-card p,
.drop-card p,
.venue-card p,
.feature-band p {
  color: rgba(246, 239, 226, 0.68);
  line-height: 1.5;
}

.feature-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px;
  overflow: hidden;
}

.feature-band img {
  width: 100%;
  min-height: 360px;
  border-radius: 8px;
  object-fit: cover;
}

.feature-band h2 {
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  text-transform: uppercase;
}

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

.shows-list {
  grid-template-columns: repeat(4, 1fr);
}

.show-card {
  min-height: 260px;
}

.map-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1240px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.map-strip span {
  min-height: 92px;
  padding: 18px;
  border-right: 1px solid var(--line);
  color: var(--acid);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.map-strip span:last-child {
  border-right: 0;
}

@media (max-width: 1100px) {
  .main-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

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

  .hero {
    min-height: 84vh;
  }

  .image-stack {
    right: 28px;
    bottom: 34px;
    opacity: 0.74;
  }

  .frequency-ruler {
    display: none;
  }

  .music-layout,
  .club-section,
  .value-section,
  .field-layout,
  .feature-band {
    grid-template-columns: 1fr;
  }

  .event-board,
  .value-list,
  .shows-grid,
  .interior-grid,
  .shows-list {
    grid-template-columns: 1fr 1fr;
  }

  .broadcast-dock {
    flex-wrap: wrap;
  }

  .wave-wrap {
    order: 5;
    flex-basis: 100%;
  }

  .club-modal-shell {
    grid-template-columns: 1fr;
  }

  .club-modal .club-form {
    padding: 0 34px 34px;
    border-top: 1px solid rgba(246, 239, 226, 0.18);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 72px;
    padding: 12px 16px;
  }

  .brand-lockup {
    min-width: 0;
  }

  .brand-lockup img {
    width: 74px;
    height: 39px;
  }

  .brand-lockup span,
  .icon-button,
  .listen-pill span {
    display: none;
  }

  .listen-pill {
    width: 46px;
    padding: 0;
  }

  .hero {
    min-height: 82vh;
    padding: 102px 18px 28px;
  }

  .hero-logo,
  .hero-logo .q101-logo-crop {
    width: min(88vw, 430px);
  }

  .brand-line {
    font-size: clamp(2rem, 10.8vw, 3.2rem);
    line-height: 0.9;
  }

  .hero-statement {
    max-width: 95%;
    margin-top: 22px;
  }

  .solid-action,
  .outline-action {
    width: 100%;
    min-height: 46px;
  }

  .image-stack {
    display: none;
  }

  .broadcast-dock {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 16px 18px;
  }

  .live-id,
  .now-track {
    min-width: 0;
  }

  .now-track {
    grid-column: 1 / -1;
    order: 3;
  }

  .wave-wrap {
    grid-column: 1 / -1;
    order: 4;
    height: 38px;
  }

  .play-control {
    width: 52px;
    height: 52px;
  }

  .manifesto-grid,
  .event-board,
  .value-list,
  .shows-grid,
  .interior-grid,
  .drop-grid,
  .venue-grid,
  .shows-list,
  .map-strip {
    grid-template-columns: 1fr;
  }

  .manifesto-grid a {
    min-height: 118px;
  }

  .section {
    padding: 68px 18px;
  }

  .community-thread {
    padding: 62px 18px;
  }

  .page-hero {
    min-height: 480px;
    padding: 112px 18px 54px;
  }

  .section-label,
  .events-head {
    display: grid;
    align-items: start;
  }

  .history-feature {
    min-height: 500px;
  }

  .history-feature div {
    padding: 24px;
  }

  .playlist-panel article {
    grid-template-columns: 62px 1fr auto;
    gap: 12px;
    padding: 12px;
  }

  .playlist-panel img {
    width: 62px;
    height: 62px;
  }

  .club-section {
    gap: 26px;
  }

  .club-modal {
    padding: 10px;
  }

  .club-modal-shell {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }

  .club-modal-copy {
    padding: 62px 18px 24px;
  }

  .club-modal-copy h2 {
    font-size: clamp(2.55rem, 13.5vw, 4.1rem);
  }

  .club-modal-copy p {
    font-size: 0.98rem;
  }

  .club-modal-perks li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .club-modal .club-form {
    padding: 22px 18px 24px;
  }

  .segmented-control {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    border-radius: 8px;
  }

  .segmented-control button {
    border-radius: 6px;
  }

  .event-card,
  .event-card img {
    min-height: 430px;
  }

  .feature-event .event-body h3 {
    font-size: 1.62rem;
  }

  .value-section {
    gap: 30px;
  }

  .site-footer {
    display: grid;
    padding: 28px 18px;
  }

  .field-layout {
    gap: 26px;
  }

  .field-copy h2,
  .page-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.8rem);
  }

  .player-shell {
    width: calc(100vw - 20px);
    height: auto;
    max-height: calc(100vh - 20px);
  }

  .player-shell-head {
    align-items: start;
  }

  .player-shell-actions a {
    display: none;
  }

  .player-stage {
    padding: 18px;
  }

  .player-now-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .player-now-card img {
    max-height: 320px;
  }

  .player-now-copy strong {
    font-size: clamp(2.7rem, 16vw, 4.7rem);
  }

  .native-stream-button {
    width: 100%;
  }
}

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

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

  .signal-loader {
    display: none !important;
  }

  .motion-ready.is-loading main,
  .motion-ready.is-loading .site-header,
  .motion-ready.is-loading .site-footer,
  .motion-ready.is-leaving main,
  .motion-ready.is-leaving .site-header,
  .motion-ready.is-leaving .site-footer,
  .reveal-ready,
  .reveal-ready.is-visible {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
