﻿:root {
  color-scheme: dark;
  --ink: #080706;
  --panel: #12100e;
  --panel-soft: #1d1914;
  --paper: #fff8dc;
  --muted: #cbbf9a;
  --yellow: #fff700;
  --magenta: #ff3d8b;
  --cyan: #35d7df;
  --line: rgba(255, 248, 220, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: clamp(10px, 1.8vw, 18px);
  min-height: 92px;
  padding: 10px clamp(14px, 3vw, 40px);
  background: rgba(8, 7, 6, 0.72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--yellow);
  border: 2px solid rgba(255, 247, 0, 0.9);
  border-radius: 50%;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.brand-name {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(8px, 1.45vw, 20px);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.archive-nav {
  gap: clamp(8px, 1.5vw, 18px);
  font-size: 0.78rem;
}

.nav-links a,
.shop-link,
.listen-link,
.share-link {
  text-decoration: none;
}

.top-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  padding: 10px 12px;
  background: var(--yellow);
  border: 2px solid #141006;
  border-radius: 50%;
  color: #141006;
  font-size: 0.74rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.nav-links a {
  color: var(--yellow);
}

.nav-links a:hover,
.shop-link:hover,
.listen-link:hover,
.share-link:hover {
  color: var(--paper);
}

.shop-link,
.listen-link,
.share-link {
  padding: 9px 14px;
  border: 1px solid var(--yellow);
  border-radius: 999px;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.listen-link {
  background: var(--yellow);
  color: #141006;
}

.share-link {
  background: rgba(255, 247, 0, 0.08);
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 118px clamp(18px, 5vw, 72px) 76px;
  background: var(--ink);
}

.blog-hero {
  position: relative;
  min-height: 58vh;
  display: grid;
  align-content: end;
  padding: 160px clamp(18px, 5vw, 72px) 72px;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.92), rgba(8, 7, 6, 0.62)),
    url("assets/osb-hero.png") center / cover;
}

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

.hero-media {
  background-image: url("assets/osb-rave-queue-hero-diverse.png");
  background-size: cover;
  background-position: center bottom;
  transform: scale(1.01);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 7%, #000 88%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 86%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 7%, #000 88%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.9) 0%, rgba(8, 7, 6, 0.58) 34%, rgba(8, 7, 6, 0.08) 72%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.02) 0%, rgba(8, 7, 6, 0.34) 82%, rgba(8, 7, 6, 0.9) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 12ch;
  font-family: Impact, "Arial Black", "Arial Rounded MT Bold", sans-serif;
  font-size: clamp(4.8rem, 15vw, 10rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: none;
  transform: rotate(-2deg) skew(-4deg);
  -webkit-text-stroke: 2px rgba(255, 247, 0, 0.92);
  paint-order: stroke fill;
  text-shadow:
    3px 3px 0 rgba(255, 61, 139, 0.82),
    7px 7px 0 rgba(53, 215, 223, 0.32),
    12px 12px 20px rgba(0, 0, 0, 0.62);
}

.page-logo-title {
  max-width: min(920px, 94vw);
  margin: 0 0 28px;
  transform: rotate(-0.8deg);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.page-logo-title img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 247, 0, 0.18);
  filter: brightness(1.08) saturate(1.1);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.46),
    0 0 0 3px rgba(255, 247, 0, 0.08);
}

h2 {
  margin-bottom: 18px;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shop-preview-heading h2,
.archive-intro h2,
.video-heading h2,
.listen-copy h2,
.feed-heading h2,
.brand-scene .feed-heading h2,
.culture-heading h2,
.contact-panel h2 {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 9px 14px 11px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.72)),
    #050505;
  border: 1px solid rgba(255, 247, 0, 0.34);
  border-left: 7px solid var(--yellow);
  border-radius: 6px;
  color: var(--yellow);
  font-family: Impact, "Arial Black", "Arial Rounded MT Bold", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.9;
  text-shadow:
    2px 2px 0 #000,
    4px 4px 0 rgba(255, 247, 0, 0.16);
  -webkit-text-stroke: 1px #080806;
  box-shadow:
    6px 6px 0 rgba(255, 247, 0, 0.1),
    0 16px 32px rgba(0, 0, 0, 0.28);
}

.culture-heading h2 {
  box-shadow:
    6px 6px 0 rgba(20, 16, 6, 0.16),
    0 16px 32px rgba(20, 16, 6, 0.16);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 640px;
  color: rgba(255, 248, 220, 0.86);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.42;
}

.hero-quote {
  width: fit-content;
  max-width: 720px;
  margin: 18px 0 0;
  padding: 10px 14px;
  background: rgba(255, 247, 0, 0.12);
  border-left: 4px solid var(--yellow);
  color: var(--yellow);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.25rem, 3vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
  animation: quote-flicker 5.5s steps(1, end) infinite;
}

.hero-actions,
.inline-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  background: var(--yellow);
  color: #151008;
  border-color: var(--yellow);
}

.button.ghost,
.button.secondary {
  color: var(--paper);
  background: rgba(255, 248, 220, 0.08);
}

.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.82;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--yellow);
  color: #141006;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.signal-strip span {
  padding: 14px 12px;
  border-right: 1px solid rgba(20, 16, 6, 0.28);
}

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

.shop-preview {
  background:
    linear-gradient(180deg, rgba(255, 247, 0, 0.12), transparent 34%),
    #0c0a08;
  border-bottom: 1px solid var(--line);
}

.shop-preview-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.shop-preview-heading h2 {
  margin-bottom: 0;
}

.shop-intro {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 248, 220, 0.76);
  font-size: 1.05rem;
}

.shop-preview-actions {
  margin-top: 6px;
}

.music-usb-feature {
  display: grid;
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  min-height: 320px;
  margin-bottom: 22px;
  overflow: hidden;
  background: #10100c;
  border: 1px solid rgba(255, 247, 0, 0.42);
  border-radius: 6px;
  color: var(--paper);
  text-decoration: none;
}

.music-usb-feature-media {
  display: block;
  min-height: 320px;
  overflow: hidden;
  background: #050505;
}

.music-usb-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.music-usb-feature:hover .music-usb-feature-media img {
  transform: scale(1.025);
}

.music-usb-feature-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-width: 0;
  padding: clamp(28px, 5vw, 68px);
}

.music-usb-feature-copy strong {
  max-width: 15ch;
  font-size: clamp(2rem, 4.5vw, 4.8rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.music-usb-feature-copy > span:not(.eyebrow):not(.music-usb-feature-link):not(strong) {
  max-width: 650px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1rem;
}

.music-usb-feature-link {
  margin-top: 26px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.telegram-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1.5fr) auto;
  align-items: center;
  gap: 24px;
  margin: 18px 0 34px;
  padding: 22px 24px;
  background: #101820;
  border: 1px solid rgba(42, 171, 238, 0.65);
  border-radius: 6px;
  color: var(--paper);
  text-decoration: none;
}

.telegram-feature:hover {
  border-color: var(--yellow);
}

.telegram-feature-label {
  color: #55bdf2;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.telegram-feature strong {
  font-size: clamp(1.05rem, 1.9vw, 1.5rem);
  line-height: 1.1;
}

.telegram-feature-link {
  padding: 10px 14px;
  background: var(--yellow);
  border-radius: 4px;
  color: #111;
  font-size: 0.74rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
}

.featured-merch {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  margin: 26px 0 24px;
}

.featured-merch-card {
  border: 1px solid rgba(255, 247, 0, 0.28);
  background: rgba(8, 7, 6, 0.64);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  min-height: 360px;
  padding: clamp(18px, 4vw, 34px);
  color: var(--paper);
  text-decoration: none;
}

.featured-merch-card:hover {
  border-color: rgba(255, 247, 0, 0.58);
  transform: translateY(-1px);
}

.featured-merch-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  background: #050505;
  border-radius: 8px;
  border: 1px solid rgba(255, 248, 220, 0.08);
}

.featured-merch-media img {
  width: min(92%, 420px);
  height: auto;
  object-fit: contain;
}

.featured-merch-copy {
  display: grid;
  gap: 12px;
}

.featured-merch-copy strong {
  max-width: 18ch;
  color: var(--paper);
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.featured-merch-copy span:last-child {
  color: rgba(255, 248, 220, 0.76);
}

.merch-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 24px;
}

.merch-collection-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 28px 0 10px;
}

.merch-collection-heading h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.merch-collection-heading p {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 248, 220, 0.72);
  line-height: 1.45;
  text-align: right;
}

.merch-product-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plur-brand-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(140px, 16vw, 190px);
}

.plur-brand-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  background: #050505;
  border: 1px solid rgba(255, 247, 0, 0.32);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.plur-brand-media img {
  width: min(90%, 520px);
  height: auto;
}

.plur-brand-copy {
  display: grid;
  gap: 18px;
}

.plur-brand-copy h1 {
  margin: 0;
  max-width: 10ch;
  color: var(--paper);
  font-family: Impact, "Arial Black", "Arial Rounded MT Bold", sans-serif;
  font-size: clamp(3.5rem, 9vw, 8.5rem);
  line-height: 0.86;
  text-transform: uppercase;
  transform: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
  text-shadow: none;
}

.plur-brand-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 248, 220, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.5;
}

.plur-brand-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  border-top: 1px solid rgba(255, 247, 0, 0.22);
  border-bottom: 1px solid rgba(255, 247, 0, 0.22);
}

.plur-brand-story h2 {
  margin: 0;
}

.plur-brand-story p {
  margin: 0;
  color: rgba(255, 248, 220, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.plur-faq {
  display: grid;
  gap: 24px;
}

.plur-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.plur-faq-grid article {
  border: 1px solid rgba(255, 247, 0, 0.2);
  border-radius: 8px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.38);
}

.plur-faq-grid h3 {
  margin: 0 0 10px;
  color: var(--yellow);
}

.plur-faq-grid p {
  margin: 0;
  color: rgba(255, 248, 220, 0.78);
  line-height: 1.55;
}

.plur-seo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.plur-seo-grid article {
  border-top: 3px solid var(--yellow);
  padding: 18px 0 0;
}

.plur-seo-grid h2 {
  margin: 0 0 10px;
}

.plur-seo-grid p {
  margin: 0;
  color: rgba(255, 248, 220, 0.78);
  line-height: 1.55;
}

.merch-product-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  padding: 12px;
  background: #050505;
  border: 1px solid rgba(255, 247, 0, 0.26);
  border-radius: 8px;
  color: var(--paper);
  text-decoration: none;
  box-shadow: var(--shadow);
}

.merch-product-card:hover {
  border-color: rgba(255, 247, 0, 0.62);
  transform: translateY(-1px);
}

.merch-product-card img,
.merch-flyer-art {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f8f8f8;
  border-radius: 6px;
}

.merch-product-card-dark img {
  background: #050505;
}

.merch-product-card span:not(.merch-flyer-art) {
  color: var(--yellow);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.merch-product-card strong {
  align-self: end;
  color: var(--paper);
  font-size: clamp(1.1rem, 1.5vw, 1.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.merch-product-card-artwork strong {
  font-size: clamp(0.95rem, 1.25vw, 1.25rem);
  line-height: 1.05;
}

.merch-product-card-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.merch-flyer-art {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 247, 0, 0.92), rgba(255, 61, 139, 0.84)),
    #111;
  color: #050505;
}

.merch-flyer-art span,
.merch-flyer-art strong {
  color: #050505;
  font-family: Impact, "Arial Black", sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
}

.merch-flyer-art span {
  font-size: clamp(1.5rem, 4vw, 3.4rem);
}

.merch-flyer-art strong {
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.carousel-controls {
  display: flex;
  gap: 10px;
}

.carousel-controls button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--yellow);
  border-radius: 999px;
  background: transparent;
  color: var(--yellow);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.shop-carousel {
  display: grid;
  grid-auto-columns: minmax(230px, 310px);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 4px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--yellow) rgba(255, 248, 220, 0.12);
}

.shop-tile {
  min-height: 420px;
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 10px;
  scroll-snap-align: start;
  padding: 14px;
  background: var(--panel);
  border: 1px solid rgba(255, 247, 0, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-decoration: none;
}

.shop-tile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  background: #111;
  border-radius: 6px;
}

.shop-tile span,
.shop-tile p {
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-tile h3 {
  margin: 0;
  color: var(--paper);
}

.shop-tile p {
  margin: 0;
}

.section,
.feature-band {
  padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.intro-grid,
.about-band,
.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.intro-grid p,
.about-notes p,
.split-section p,
.feature-copy p,
.contact-panel p {
  color: rgba(255, 248, 220, 0.76);
  font-size: 1.05rem;
}

.product-paths {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 0;
}

.path-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-decoration: none;
}

.path-card:nth-child(2) {
  border-top: 4px solid var(--magenta);
}

.path-card:nth-child(3) {
  border-top: 4px solid var(--cyan);
}

.path-card:nth-child(4) {
  border-top: 4px solid var(--yellow);
}

.path-card:hover {
  transform: translateY(-3px);
  transition: transform 160ms ease;
}

.path-kicker {
  color: var(--yellow);
  font-weight: 900;
}

.path-card p,
.about-notes p,
.event-card p,
.archive-grid p,
.culture-columns p,
.detail-list p {
  color: rgba(255, 248, 220, 0.72);
}

.about-band {
  background:
    linear-gradient(90deg, rgba(255, 61, 139, 0.12), transparent 40%),
    var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-notes {
  display: grid;
  gap: 12px;
}

.about-notes p {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.archive-section {
  background:
    linear-gradient(180deg, rgba(255, 247, 0, 0.08), transparent 32%),
    #0c0a08;
}

.archive-intro {
  max-width: 920px;
  margin-bottom: 28px;
}

.archive-intro p {
  max-width: 720px;
  color: rgba(255, 248, 220, 0.76);
  font-size: 1.05rem;
}

.archive-history {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 18px;
  margin: 28px 0;
}

.history-copy,
.history-timeline,
.venue-archive {
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 247, 0, 0.1), transparent 38%),
    var(--panel);
  border: 1px solid rgba(255, 247, 0, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.history-copy h3,
.venue-archive h3 {
  color: var(--yellow);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: 0.95;
}

.history-copy p,
.venue-archive p,
.archive-route-card p {
  color: rgba(255, 248, 220, 0.74);
}

.history-timeline {
  display: grid;
  grid-auto-columns: minmax(190px, 1fr);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.history-timeline a {
  position: relative;
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 10px;
  scroll-snap-align: start;
  padding: 10px 12px;
  background: rgba(255, 247, 0, 0.1);
  border-top: 4px solid var(--yellow);
  border-radius: 6px;
  color: rgba(255, 248, 220, 0.86);
  font-weight: 800;
  text-decoration: none;
}

.history-timeline a::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--yellow);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(255, 247, 0, 0.76);
}

.history-timeline strong {
  color: var(--yellow);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.9rem;
  line-height: 0.9;
}

.history-timeline span {
  display: block;
}

.archive-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.archive-route-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 247, 0, 0.18), transparent 42%),
    repeating-linear-gradient(135deg, rgba(255, 247, 0, 0.07) 0 2px, transparent 2px 18px),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--paper);
  text-decoration: none;
}

.archive-route-card span {
  width: fit-content;
  padding: 6px 8px;
  background: var(--yellow);
  color: #141006;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-route-card strong {
  margin: 18px 0 10px;
  color: var(--yellow);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 2.1rem;
  line-height: 0.92;
  text-transform: uppercase;
}

.share-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 24px 0;
  padding: 14px;
  background: rgba(255, 247, 0, 0.08);
  border: 1px solid rgba(255, 247, 0, 0.22);
  border-radius: 8px;
}

.share-panel strong {
  color: var(--yellow);
  text-transform: uppercase;
}

.share-panel a {
  padding: 8px 10px;
  background: var(--yellow);
  border-radius: 999px;
  color: #141006;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.venue-archive {
  margin: 28px 0;
}

.venue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.venue-grid a {
  display: block;
  padding: 14px;
  background: rgba(255, 248, 220, 0.06);
  border: 1px solid rgba(255, 247, 0, 0.16);
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
}

.venue-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  text-transform: uppercase;
}

.venue-grid a:hover {
  border-color: rgba(255, 247, 0, 0.48);
}

.archive-page-hero h1 {
  max-width: 980px;
  width: fit-content;
  max-width: min(980px, 100%);
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.82);
  border: 1px solid rgba(255, 247, 0, 0.34);
  border-left: 7px solid var(--yellow);
  border-radius: 6px;
  color: var(--yellow);
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  text-shadow:
    2px 2px 0 #000,
    4px 4px 0 rgba(255, 247, 0, 0.16);
  transform: rotate(-0.6deg);
  -webkit-text-stroke: 1px #080806;
}

.longform-archive,
.archive-directory {
  max-width: 1120px;
}

.longform-archive p,
.archive-directory p,
.archive-directory li {
  color: rgba(255, 248, 220, 0.78);
  font-size: 1.08rem;
}

.archive-directory {
  display: grid;
  gap: 18px;
}

.archive-directory article {
  padding: 22px;
  background: var(--panel);
  border: 1px solid rgba(255, 247, 0, 0.2);
  border-radius: 8px;
}

.archive-directory h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.venue-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dj-bio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.venue-card,
.dj-bio-card {
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 247, 0, 0.11), transparent 38%),
    var(--panel);
  border: 1px solid rgba(255, 247, 0, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.venue-card span,
.dj-bio-card span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.venue-card h2,
.dj-bio-card h2 {
  margin: 12px 0;
  color: var(--yellow);
  font-family: Impact, "Arial Black", sans-serif;
  line-height: 0.92;
}

.venue-card p,
.dj-bio-card p {
  color: rgba(255, 248, 220, 0.76);
}

.dj-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 16px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 247, 0, 0.18), transparent 42%),
    #050505;
  border: 1px solid rgba(255, 247, 0, 0.24);
  border-radius: 6px;
}

.dj-bio-card a {
  width: fit-content;
  margin-top: 10px;
  display: inline-flex;
  padding: 8px 10px;
  background: var(--yellow);
  border-radius: 999px;
  color: #141006;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.venue-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.venue-links a {
  flex: 1 1 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 10px;
  background: var(--yellow);
  border-radius: 999px;
  color: #141006;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.archive-grid > a {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 247, 0, 0.12), transparent 42%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-decoration: none;
}

.flyer-controls {
  justify-content: flex-end;
  margin-bottom: 16px;
}

.flyer-carousel {
  display: grid;
  grid-auto-columns: minmax(280px, 390px);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 4px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--yellow) rgba(255, 248, 220, 0.12);
}

.flyer-slide {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  scroll-snap-align: start;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255, 247, 0, 0.18), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255, 247, 0, 0.08) 0 2px, transparent 2px 18px),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-decoration: none;
}

.flyer-slide:nth-child(2n) {
  background:
    linear-gradient(145deg, rgba(255, 61, 139, 0.14), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255, 247, 0, 0.08) 0 2px, transparent 2px 18px),
    var(--panel);
}

.flyer-slide:nth-child(3n) {
  background:
    linear-gradient(145deg, rgba(53, 215, 223, 0.16), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255, 247, 0, 0.08) 0 2px, transparent 2px 18px),
    var(--panel);
}

.flyer-slide-shop {
  border-color: rgba(255, 247, 0, 0.7);
}

.flyer-art {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 247, 0, 0.95), transparent 22%),
    radial-gradient(circle at 80% 12%, rgba(255, 61, 139, 0.82), transparent 24%),
    radial-gradient(circle at 55% 78%, rgba(53, 215, 223, 0.75), transparent 26%),
    repeating-linear-gradient(90deg, #101010 0 8px, var(--yellow) 8px 13px, #101010 13px 24px);
  border: 1px solid rgba(255, 247, 0, 0.34);
  border-radius: 6px;
  color: #141006;
  overflow: hidden;
}

.flyer-slide-two .flyer-art {
  background:
    linear-gradient(135deg, var(--yellow) 0 20%, #ff3d8b 20% 44%, #141006 44% 70%, #35d7df 70%),
    var(--yellow);
}

.flyer-slide-three .flyer-art {
  background:
    radial-gradient(circle, var(--yellow) 0 18%, transparent 19%),
    repeating-conic-gradient(from 30deg, #141006 0 8deg, #35d7df 8deg 14deg, #ff3d8b 14deg 20deg);
}

.flyer-slide-four .flyer-art {
  background:
    repeating-linear-gradient(135deg, var(--yellow) 0 16px, #141006 16px 26px, #ff3d8b 26px 36px),
    #141006;
}

.flyer-slide-five .flyer-art,
.flyer-slide-six .flyer-art,
.flyer-slide-seven .flyer-art,
.flyer-slide-eight .flyer-art {
  background:
    radial-gradient(circle at 50% 42%, var(--yellow) 0 24%, transparent 25%),
    linear-gradient(135deg, #141006 0 28%, #35d7df 28% 54%, #ff3d8b 54% 78%, var(--yellow) 78%);
}

.flyer-slide-shop .flyer-art {
  background:
    linear-gradient(135deg, var(--yellow) 0 18%, #141006 18% 36%, #ff3d8b 36% 58%, #35d7df 58% 80%, var(--yellow) 80%),
    var(--yellow);
}

.flyer-art span,
.flyer-art strong {
  width: fit-content;
  padding: 6px 8px;
  background: var(--yellow);
  color: #141006;
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.flyer-art strong {
  align-self: end;
  background: #141006;
  color: var(--yellow);
  font-size: 2.6rem;
  line-height: 0.9;
}

.flyer-slide > span,
.flyer-slide small {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flyer-slide > strong {
  display: block;
  margin: 4px 0 0;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.flyer-slide p {
  color: rgba(255, 248, 220, 0.72);
}

.archive-grid > a:nth-child(2) {
  border-top: 4px solid var(--magenta);
}

.archive-grid > a:nth-child(3) {
  border-top: 4px solid var(--cyan);
}

.archive-grid > a:nth-child(4) {
  border-top: 4px solid var(--yellow);
}

.archive-grid span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.archive-grid strong {
  display: block;
  margin: 16px 0 10px;
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 247, 0, 0.14), transparent 38%),
    linear-gradient(315deg, rgba(53, 215, 223, 0.15), transparent 34%),
    var(--panel-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-copy h2 {
  color: var(--paper);
  text-shadow: 3px 3px 0 rgba(255, 61, 139, 0.46);
}

.shop-band {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  text-align: center;
}

.shop-band .inline-actions {
  justify-content: center;
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.merch-grid span {
  min-height: 84px;
  display: grid;
  place-items: center;
  padding: 14px;
  background: #f4ecd0;
  color: #151008;
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--magenta);
}

.detail-list {
  display: grid;
  gap: 16px;
}

.detail-list p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.events-feed {
  background:
    linear-gradient(135deg, rgba(53, 215, 223, 0.12), transparent 36%),
    var(--panel-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-scene {
  background:
    linear-gradient(180deg, rgba(255, 247, 0, 0.1), transparent 32%),
    #0c0a08;
  border-bottom: 1px solid var(--line);
}

.video-radio {
  background:
    linear-gradient(180deg, rgba(255, 247, 0, 0.09), transparent 38%),
    var(--ink);
  border-bottom: 1px solid var(--line);
}

.video-heading {
  max-width: 900px;
  margin-bottom: 24px;
}

.video-heading p {
  color: rgba(255, 248, 220, 0.76);
  font-size: 1.05rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.video-card {
  min-height: 360px;
  padding: 14px;
  background: var(--panel);
  border: 1px solid rgba(255, 247, 0, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-link-card {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
  border-radius: 6px;
  color: var(--yellow);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.video-link-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.72;
}

.video-link-card span {
  position: absolute;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid var(--yellow);
  border-radius: 999px;
}

.stream-card .video-link-card {
  min-height: 190px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 247, 0, 0.28), transparent 36%),
    repeating-linear-gradient(90deg, rgba(255, 247, 0, 0.2) 0 3px, transparent 3px 14px),
    #050505;
}

.video-card h3 {
  margin: 16px 0 8px;
}

.video-card p {
  color: rgba(255, 248, 220, 0.72);
}

.listen-now {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 247, 0, 0.18), transparent 34%),
    linear-gradient(315deg, rgba(53, 215, 223, 0.14), transparent 34%),
    #050505;
  border-top: 1px solid rgba(255, 247, 0, 0.2);
  border-bottom: 1px solid rgba(255, 247, 0, 0.2);
}

.listen-copy p {
  max-width: 680px;
  color: rgba(255, 248, 220, 0.76);
  font-size: 1.05rem;
}

.genre-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.genre-tags a {
  padding: 8px 10px;
  background: rgba(255, 247, 0, 0.11);
  border: 1px solid rgba(255, 247, 0, 0.32);
  border-radius: 999px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.genre-tags a:hover,
.genre-tags a:focus-visible {
  background: var(--yellow);
  color: #141006;
}

.stack-player {
  display: grid;
  gap: 10px;
  padding: 18px;
  background:
    linear-gradient(145deg, #2f2f2f, #050505 70%),
    #111;
  border: 1px solid rgba(255, 247, 0, 0.28);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 70px rgba(0, 0, 0, 0.52);
}

.stack-unit {
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    #151515;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.deck-top {
  text-align: center;
  color: rgba(255, 248, 220, 0.76);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.display-unit {
  display: grid;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%),
    #070907;
  border-color: rgba(255, 247, 0, 0.34);
}

.equaliser {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(36, minmax(3px, 1fr));
  align-items: end;
  gap: 4px;
  padding: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
    #050505;
  border: 1px solid rgba(255, 247, 0, 0.18);
  border-radius: 4px;
}

.equaliser span {
  height: 84px;
  min-height: 12px;
  background:
    linear-gradient(180deg, #ff2b1c 0 22%, var(--yellow) 22% 44%, #1bd760 44% 100%);
  box-shadow:
    0 0 8px rgba(27, 215, 96, 0.7),
    0 0 14px rgba(255, 225, 0, 0.42);
  animation: eq-bounce 900ms ease-in-out infinite;
  transform: scaleY(0.22);
  transform-origin: bottom;
}

.equaliser span:nth-child(2n) { animation-delay: 120ms; animation-duration: 780ms; }
.equaliser span:nth-child(3n) { animation-delay: 240ms; animation-duration: 960ms; }
.equaliser span:nth-child(4n) { animation-delay: 90ms; animation-duration: 840ms; }
.equaliser span:nth-child(5n) { animation-delay: 300ms; animation-duration: 1020ms; }
.equaliser span:nth-child(6n) { animation-delay: 180ms; animation-duration: 720ms; }
.equaliser span:nth-child(7n) { animation-delay: 360ms; animation-duration: 1110ms; }

.radio-display {
  overflow: hidden;
  padding: 12px;
  background: #111900;
  border: 1px solid rgba(255, 247, 0, 0.36);
  color: var(--yellow);
  font-family: "Courier New", monospace;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.radio-display span {
  display: inline-block;
  min-width: 100%;
  animation: display-scroll 18s linear infinite;
}

.controls-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.controls-unit a,
.controls-unit button {
  padding: 10px 12px;
  background: var(--yellow);
  border: 0;
  border-radius: 999px;
  color: #141006;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.controls-unit .featured-listen {
  flex: 1 1 100%;
  justify-content: center;
  text-align: center;
  background: #fff8dc;
  border: 2px solid var(--yellow);
  color: #141006;
}

.stack-player::before {
  content: "";
  min-height: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 248, 220, 0.32) 0 2px, transparent 2px 9px),
    #070707;
  border: 1px solid rgba(255, 247, 0, 0.18);
  border-radius: 4px;
}

.feed-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.feed-heading p {
  color: rgba(255, 248, 220, 0.76);
  font-size: 1.05rem;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.post-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.home-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-card,
.post-card,
.scene-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.scene-card {
  color: var(--paper);
  text-decoration: none;
}

.scene-logo {
  display: grid;
  place-items: center;
  min-height: 132px;
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 247, 0, 0.9), transparent 32%),
    repeating-linear-gradient(135deg, rgba(255, 247, 0, 0.16) 0 5px, transparent 5px 15px),
    #050505;
  border: 1px solid rgba(255, 247, 0, 0.42);
  border-radius: 6px;
  overflow: hidden;
}

.scene-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06);
}

.scene-logo-dark {
  padding: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 247, 0, 0.14), transparent 42%),
    #050505;
}

.scene-logo-dark img {
  height: auto;
  max-height: 90px;
  object-fit: contain;
}

.event-card span,
.post-card span,
.scene-card span {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.event-card h3,
.post-card h2,
.post-card h3,
.scene-card h3 {
  margin: 14px 0 10px;
}

.scene-card p {
  color: rgba(255, 248, 220, 0.72);
}

.scene-card:hover {
  border-color: rgba(255, 247, 0, 0.52);
  transform: translateY(-3px);
  transition: transform 160ms ease, border-color 160ms ease;
}

.event-meta {
  color: var(--cyan) !important;
  font-size: 0.88rem !important;
  font-weight: 900;
}

.event-card a,
.post-card a,
.culture-columns a {
  width: fit-content;
  margin-top: 12px;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-feed {
  background: var(--ink);
}

.empty-state {
  color: rgba(255, 248, 220, 0.72);
}

.blog-preview-section {
  background: #f4ecd0;
  color: #141006;
}

.blog-preview-section .eyebrow {
  width: fit-content;
  padding: 6px 9px;
  background: #141006;
  color: var(--yellow);
}

.blog-preview-section .feed-heading p {
  color: rgba(20, 16, 6, 0.72);
}

.blog-preview-section .post-card {
  background: #fff8dc;
  border-color: rgba(20, 16, 6, 0.16);
  color: #141006;
}

.blog-preview-section .post-card p {
  color: rgba(20, 16, 6, 0.72);
}

.blog-preview-section .post-card a {
  color: #141006;
}

.blog-preview-section .event-meta {
  color: #5a4a00 !important;
}

.subscribe-section {
  background:
    linear-gradient(135deg, rgba(255, 247, 0, 0.14), transparent 36%),
    var(--ink);
  border-top: 1px solid var(--line);
}

.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  max-width: 760px;
}

.subscribe-form label {
  display: grid;
  gap: 8px;
  flex: 1 1 280px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.subscribe-form input {
  min-height: 52px;
  padding: 12px 14px;
  background: #050505;
  border: 1px solid rgba(255, 247, 0, 0.42);
  border-radius: 6px;
  color: var(--paper);
  font: inherit;
}

.subscribe-consent {
  flex: 1 1 100%;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  color: rgba(255, 248, 220, 0.76);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: none;
}

.subscribe-consent input {
  width: 20px;
  min-height: 20px;
  padding: 0;
  accent-color: var(--yellow);
}

.subscribe-form button {
  min-height: 52px;
  padding: 12px 18px;
  background: var(--yellow);
  border: 0;
  border-radius: 999px;
  color: #141006;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.subscribe-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.subscribe-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  color: var(--yellow);
  font-weight: 800;
}

.subscribe-note {
  color: rgba(255, 248, 220, 0.66);
}

.admin-panel {
  padding-top: clamp(140px, 16vw, 190px);
}

.admin-token-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  max-width: 760px;
}

.admin-token-form label {
  display: grid;
  gap: 8px;
  flex: 1 1 300px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-token-form input {
  min-height: 52px;
  padding: 12px 14px;
  background: #050505;
  border: 1px solid rgba(255, 247, 0, 0.42);
  border-radius: 6px;
  color: var(--paper);
  font: inherit;
}

.admin-token-form button,
.admin-actions button {
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-token-form button {
  background: var(--yellow);
  border: 0;
  color: #141006;
}

.admin-actions {
  margin-top: 18px;
}

.admin-table-wrap {
  overflow-x: auto;
  margin-top: 18px;
  border: 1px solid rgba(255, 247, 0, 0.24);
  border-radius: 8px;
}

.admin-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--paper);
}

.admin-table th,
.admin-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 248, 220, 0.12);
  text-align: left;
}

.admin-table th {
  color: var(--yellow);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.culture-heading {
  max-width: 820px;
}

.culture-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.culture-link-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: #fff8dc;
  border: 1px solid rgba(20, 16, 6, 0.16);
  border-radius: 8px;
  color: #141006;
  text-decoration: none;
}

.culture-link-card h3 {
  width: fit-content;
  padding: 9px 12px;
  background: #141006;
  border-radius: 999px;
  color: var(--yellow);
}

.culture-columns p {
  color: rgba(20, 16, 6, 0.72);
}

.culture-link-card span {
  width: fit-content;
  margin-top: 12px;
  padding: 9px 12px;
  background: #141006;
  border-radius: 999px;
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

@keyframes quote-flicker {
  0%,
  88%,
  100% {
    opacity: 1;
    text-shadow: 0 0 0 rgba(255, 247, 0, 0);
  }
  90% {
    opacity: 0.7;
    text-shadow: 0 0 18px rgba(255, 247, 0, 0.85);
  }
  92% {
    opacity: 1;
  }
  94% {
    opacity: 0.82;
  }
}

@keyframes eq-bounce {
  0%,
  100% {
    transform: scaleY(0.18);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes display-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-quote {
    animation: none;
  }

  .shop-carousel {
    scroll-behavior: auto;
  }

  .flyer-carousel {
    scroll-behavior: auto;
  }

  .equaliser span,
  .radio-display span {
    animation: none;
  }
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) auto;
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 61, 139, 0.16), transparent),
    var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: rgba(255, 248, 220, 0.62);
  font-size: 0.84rem;
}

.site-footer > div:first-child {
  display: grid;
  gap: 6px;
}

.footer-share {
  margin: 0;
  background: transparent;
  border-color: rgba(255, 247, 0, 0.28);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto auto auto;
  }

  .nav-links {
    display: none;
  }

  .product-paths,
  .archive-grid,
  .archive-routes,
  .venue-grid,
  .venue-card-grid,
  .dj-bio-grid,
  .event-grid,
  .scene-grid,
  .home-post-grid,
  .culture-columns,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-grid,
  .about-band,
  .archive-history,
  .feature-band,
  .split-section,
  .contact-panel,
  .listen-now {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    margin-top: 0;
  }

  .shop-preview-heading {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .telegram-feature {
    grid-template-columns: 1fr;
  }

  .telegram-feature-link {
    width: fit-content;
  }

  .merch-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 88px;
    gap: 12px;
  }

  .brand-mark {
    width: 68px;
    height: 68px;
  }

  .brand-name {
    display: none;
  }

  .shop-link,
  .listen-link,
  .share-link {
    padding: 8px 10px;
  }

  .hero {
    min-height: 76vh;
    padding-top: 116px;
  }

  h1 {
    font-size: clamp(4rem, 20vw, 6rem);
    -webkit-text-stroke-width: 1px;
  }

  .shop-carousel {
    grid-auto-columns: minmax(240px, 82vw);
  }

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

  .plur-brand-hero,
  .plur-brand-story {
    grid-template-columns: 1fr;
  }

  .plur-brand-copy h1 {
    max-width: 9ch;
  }

  .plur-faq-grid {
    grid-template-columns: 1fr;
  }

  .plur-seo-grid {
    grid-template-columns: 1fr;
  }

  .music-usb-feature {
    grid-template-columns: minmax(0, 1fr);
  }

  .music-usb-feature-media {
    min-height: 0;
    aspect-ratio: 1;
  }

  .featured-merch-copy strong {
    max-width: 12ch;
    font-size: clamp(2rem, 12vw, 3.25rem);
  }

  .merch-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .merch-collection-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .merch-collection-heading p {
    max-width: none;
    text-align: left;
  }

  .merch-product-card-feature {
    grid-column: span 2;
    grid-row: span 1;
  }

  .flyer-carousel {
    grid-auto-columns: minmax(260px, 86vw);
  }

  .shop-tile {
    min-height: 370px;
  }

  .signal-strip,
  .product-paths,
  .archive-grid,
  .archive-routes,
  .venue-grid,
  .venue-card-grid,
  .dj-bio-grid,
  .event-grid,
  .scene-grid,
  .home-post-grid,
  .video-grid,
  .culture-columns,
  .merch-grid {
    grid-template-columns: 1fr;
  }

  .signal-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(20, 16, 6, 0.24);
  }

  .path-card,
  .culture-link-card {
    min-height: 190px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

