/* ==========================================================================
   Club Copy — shared design system
   Warm ground + chrome-glass Y2K: liquid-metal edges, broadcast type,
   specular media surfaces. Cool steel accents — not costume neon.
   ========================================================================== */

:root {
  --bg: #F7F5F1;
  --card: #FFFFFF;
  --card-solid: #FFFFFF;
  --soft: #EEECE7;
  --line: rgba(210,214,222,.72);
  --line-hi: rgba(255,255,255,.72);
  --ink: #111111;
  --muted: #5F636B;
  --dim: #727780;
  --fill: rgba(17,17,17,.04);
  --fill-hi: rgba(17,17,17,.07);
  --glass: rgba(255,255,255,.58);
  --glass-hi: rgba(255,255,255,.92);
  --glass-dark: rgba(17,17,17,.72);
  /* Chrome / liquid metal */
  --chrome-hi: rgba(255,255,255,.82);
  --chrome-mid: rgba(186,198,214,.42);
  --chrome-lo: rgba(88,98,116,.16);
  --chrome-steel: #A8B4C4;
  --chrome-ink: #1A1E26;
  --iridescent: linear-gradient(118deg,
    rgba(190,210,230,.2) 0%,
    rgba(255,255,255,.12) 38%,
    rgba(210,200,185,.14) 72%,
    rgba(180,195,215,.16) 100%);
  --chrome-edge: linear-gradient(135deg,
    rgba(255,255,255,.85) 0%,
    rgba(176,188,206,.55) 42%,
    rgba(255,255,255,.7) 68%,
    rgba(150,162,180,.4) 100%);
  --blur: 22px;
  --blur-lg: 36px;
  --shadow: 0 1px 2px rgba(17,17,17,.04), 0 10px 28px rgba(26,30,38,.06);
  --shadow-lg: 0 2px 6px rgba(17,17,17,.05), 0 28px 64px rgba(26,30,38,.12);
  --radius: 6px;
  --radius-lg: 10px;
  --pill: 980px;
  --ease: cubic-bezier(.22,1,.36,1);
  --dur: 280ms;
  --display: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --sans: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --callsign: 'Oswald', 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
  --safe-l: env(safe-area-inset-left, 0px);
  --safe-r: env(safe-area-inset-right, 0px);
  --wrap: 1200px;
  --nav-h: 64px;
  --site-origin: https://vcrrecords.com;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background:
    radial-gradient(780px 480px at 92% -6%, rgba(210,222,236,.55), transparent 58%),
    radial-gradient(640px 420px at 6% 8%, rgba(236,230,220,.7), transparent 52%),
    radial-gradient(520px 360px at 70% 100%, rgba(186,198,214,.18), transparent 55%),
    linear-gradient(180deg, #F4F3F0 0%, var(--bg) 40%, #F0EEE9 100%);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -.011em;
  font-weight: 400;
  padding-bottom: var(--safe-b);
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button {
  font-family: inherit; cursor: pointer; border: none; background: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
::selection { background: rgba(17,17,17,.12); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: 10px 16px;
  font-size: 13px; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }

/* Glass utility — chrome-glass --------------------------------------------- */
.glass {
  background:
    var(--iridescent),
    var(--glass);
  backdrop-filter: saturate(160%) blur(var(--blur));
  -webkit-backdrop-filter: saturate(160%) blur(var(--blur));
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow:
    var(--shadow),
    inset 0 1px 0 var(--chrome-hi),
    inset 0 0 0 1px rgba(170,182,200,.28);
}

/* Layout ------------------------------------------------------------------ */
.band {
  max-width: var(--wrap); margin: 0 auto;
  padding: 0 max(24px, var(--safe-r)) 0 max(24px, var(--safe-l));
}
@media (min-width: 800px) {
  .band { padding: 0 max(40px, var(--safe-r)) 0 max(40px, var(--safe-l)); }
}

/* Section heads — station ID strip ---------------------------------------- */
.section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  padding: 72px 0 32px;
  border-bottom: 1px solid transparent;
  box-shadow:
    inset 0 -1px 0 rgba(170,182,200,.35),
    0 1px 0 rgba(255,255,255,.55);
  margin-bottom: 40px;
}
@media (min-width: 800px) { .section-head { padding: 104px 0 36px; margin-bottom: 56px; } }
.eyebrow {
  font-family: var(--callsign);
  font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--dim); margin-bottom: 12px;
}
.section-head h1, .section-head h2 {
  font-family: var(--display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 600; letter-spacing: -.03em; line-height: 1.04;
}
.section-head .head-link {
  font-family: var(--callsign);
  font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.section-head .head-link:hover { color: var(--ink); border-bottom-color: var(--chrome-steel); }

/* Nav — frosted glass ------------------------------------------------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: calc(var(--nav-h) + var(--safe-t));
  padding-top: var(--safe-t);
  background: rgba(247,245,241,.55);
  backdrop-filter: saturate(180%) blur(var(--blur-lg));
  -webkit-backdrop-filter: saturate(180%) blur(var(--blur-lg));
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 -1px 0 transparent;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.nav.scrolled {
  background: rgba(247,245,241,.78);
  border-bottom-color: rgba(170,182,200,.32);
  box-shadow:
    inset 0 1px 0 var(--chrome-hi),
    inset 0 -1px 0 rgba(255,255,255,.4),
    0 8px 28px rgba(26,30,38,.05);
}
.nav-inner {
  max-width: var(--wrap); margin: 0 auto; height: var(--nav-h);
  padding: 0 max(24px, var(--safe-r)) 0 max(24px, var(--safe-l));
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
@media (min-width: 800px) {
  .nav-inner {
    padding: 0 max(40px, var(--safe-r)) 0 max(40px, var(--safe-l));
  }
}
.nav-logo {
  font-size: 15px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink); white-space: nowrap;
  display: inline-flex; align-items: center;
  flex-shrink: 0;
  transition: opacity var(--dur) var(--ease);
}
/* One stacked oval mark — invert to white on dark headers (never dual images) */
.nav-logo img {
  display: block;
  height: 38px;
  width: auto;
  max-width: min(168px, 42vw);
  transition: filter var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
@media (min-width: 800px) {
  .nav-logo img { height: 42px; max-width: 190px; }
}
body.hero-top:not(.nav-light) .nav-logo img,
body.shop-page:not(.nav-light) .nav-logo img,
body.nav-on-dark:not(.nav-light) .nav-logo img {
  filter: invert(1);
}
@media (hover:hover) { .nav-logo:hover { opacity: .72; } }
.nav-links { display: flex; gap: 4px; }
.nav-links a {
  padding: 8px 14px; font-size: 14px; font-weight: 500; color: var(--muted);
  letter-spacing: -.01em; border-radius: var(--pill);
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.nav-links a[aria-current="page"] { color: var(--ink); }
@media (hover:hover) { .nav-links a:hover { color: var(--ink); background: var(--fill); } }
.nav-end { display: flex; align-items: center; gap: 4px; }
.nav-cart {
  position: relative; width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--pill); color: var(--ink);
  transition: background var(--dur) var(--ease);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
@media (hover:hover) { .nav-cart:hover { background: var(--fill); } }
.nav-cart svg { width: 20px; height: 20px; }
.nav-cart-count {
  position: absolute; top: 3px; right: 1px;
  min-width: 17px; height: 17px; padding: 0 5px;
  border-radius: var(--pill); background: var(--ink); color: #fff;
  font-size: 10px; font-weight: 600; line-height: 17px; text-align: center;
}
.nav-ham {
  display: none; flex-direction: column; gap: 5px;
  width: 44px; height: 44px; padding: 0;
  align-items: center; justify-content: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.nav-ham span {
  display: block; width: 18px; height: 1.5px; background: var(--ink);
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.nav-ham.on span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-ham.on span:nth-child(2) { opacity: 0; }
.nav-ham.on span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
@media (max-width: 720px) { .nav-links { display: none; } .nav-ham { display: flex; } }
.nav-scrim {
  display: none;
  position: fixed; inset: 0; z-index: 280;
  background: rgba(17,17,17,.28);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.nav-scrim.on { display: block; }
.nav-drawer {
  display: none; position: fixed;
  top: calc(var(--nav-h) + var(--safe-t)); left: 0; right: 0; z-index: 290;
  background: rgba(247,245,241,.96);
  backdrop-filter: saturate(180%) blur(var(--blur-lg));
  -webkit-backdrop-filter: saturate(180%) blur(var(--blur-lg));
  border-bottom: 1px solid rgba(170,182,200,.35);
  box-shadow: inset 0 1px 0 var(--chrome-hi);
  padding: 8px 24px calc(20px + var(--safe-b));
  max-height: calc(100svh - var(--nav-h) - var(--safe-t));
  overflow-y: auto;
}
.nav-drawer.on { display: block; }
.nav-drawer a {
  display: block; padding: 16px 0; border-bottom: 1px solid var(--line);
  font-size: 17px; font-weight: 500; color: var(--ink); letter-spacing: -.01em;
}
.nav-drawer a:last-child { border-bottom: none; }

/* Buttons — chrome metal accents ------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 46px; padding: 0 24px; border-radius: var(--pill);
  font-size: 14px; font-weight: 500; letter-spacing: -.01em;
  transition: opacity var(--dur) var(--ease), transform 160ms var(--ease),
              background var(--dur) var(--ease), border-color var(--dur) var(--ease),
              color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.btn:active { transform: scale(.98); }
.btn-dark {
  background: linear-gradient(180deg, #2a2e36 0%, var(--chrome-ink) 100%);
  color: #fff;
  box-shadow:
    0 1px 0 rgba(255,255,255,.18) inset,
    0 8px 24px rgba(26,30,38,.22);
  border: 1px solid rgba(255,255,255,.08);
}
.btn-ghost {
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.28)),
    rgba(255,255,255,.35);
  color: var(--ink);
  border: 1px solid rgba(150,162,180,.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 var(--chrome-hi);
}
.btn-soft {
  background:
    var(--iridescent),
    rgba(255,255,255,.48);
  color: var(--ink);
  border: 1px solid rgba(170,182,200,.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 var(--chrome-hi);
}
@media (hover:hover) {
  .btn-dark:hover { opacity: .9; }
  .btn-ghost:hover {
    background: var(--chrome-ink); color: #fff;
    border-color: var(--chrome-ink);
    box-shadow: 0 1px 0 rgba(255,255,255,.14) inset, 0 10px 28px rgba(26,30,38,.2);
  }
  .btn-soft:hover {
    border-color: rgba(120,136,158,.55);
    background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(236,240,246,.7));
  }
}

/* Cards — chrome-glass panels ----------------------------------------------- */
.card {
  background:
    linear-gradient(165deg, rgba(255,255,255,.92) 0%, rgba(248,250,252,.88) 100%);
  border: 1px solid rgba(170,182,200,.38);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 var(--chrome-hi),
    0 1px 0 rgba(255,255,255,.4);
  transition: border-color .4s var(--ease), box-shadow .4s var(--ease);
}
@media (hover:hover) {
  a.card:hover, .card.is-link:hover {
    border-color: rgba(120,136,158,.55);
    box-shadow:
      inset 0 1px 0 var(--chrome-hi),
      0 12px 32px rgba(26,30,38,.08);
  }
}
.card-art {
  background: var(--soft);
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  position: relative;
}
.card-art img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
@media (hover:hover) {
  a.card:hover .card-art img, .card.is-link:hover .card-art img { transform: scale(1.025); }
}

/* Release / provenance badges — chrome chips ------------------------------- */
.badge {
  display: inline-flex; align-items: center;
  height: 24px; padding: 0 10px;
  font-family: var(--callsign);
  font-size: 10px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted);
  border: 1px solid rgba(170,182,200,.45);
  border-radius: var(--pill);
  background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,.35));
  box-shadow: inset 0 1px 0 var(--chrome-hi);
  white-space: nowrap;
}
.badge-ink {
  color: var(--chrome-ink);
  border-color: rgba(88,98,116,.4);
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(230,236,244,.55));
}
.badge-row { display: flex; flex-wrap: wrap; gap: 6px; }

/* Trust line ---------------------------------------------------------------- */
.trust-line {
  display: flex; flex-wrap: wrap; gap: 8px 14px;
  align-items: center;
  font-size: 12px; color: var(--dim); line-height: 1.4;
  margin-top: 14px;
}
.trust-line a {
  color: var(--muted);
  text-decoration: underline; text-underline-offset: 2px;
  text-decoration-color: transparent;
  transition: color var(--dur) var(--ease), text-decoration-color var(--dur) var(--ease);
}
@media (hover:hover) {
  .trust-line a:hover { color: var(--ink); text-decoration-color: var(--ink); }
}

/* Reveal on scroll ---------------------------------------------------------- */
.rv { opacity: 0; transform: translateY(14px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv.in { opacity: 1; transform: none; }

/* Newsletter — soft chrome band -------------------------------------------- */
.newsletter {
  position: relative;
  margin-top: 96px;
  padding: 88px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow:
    inset 0 1px 0 rgba(170,182,200,.35),
    inset 0 -1px 0 rgba(170,182,200,.28),
    0 1px 0 rgba(255,255,255,.5);
  background:
    var(--iridescent),
    rgba(236,238,242,.55);
}
.newsletter-inner { max-width: 560px; }
.newsletter h2 {
  font-family: var(--display);
  font-size: clamp(26px, 3.6vw, 36px);
  font-weight: 600; letter-spacing: -.025em; line-height: 1.1;
  margin-bottom: 10px;
}
.newsletter p { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-form input[type="email"] {
  flex: 1; min-width: 220px; height: 48px;
  border-radius: var(--pill); border: 1px solid rgba(170,182,200,.45);
  padding: 0 18px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--ink); font: inherit; font-size: 15px;
  box-shadow: inset 0 1px 0 var(--chrome-hi);
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--ink); background: #fff; }
.newsletter-form input[type="email"]::placeholder { color: var(--dim); }
.newsletter-form button {
  height: 48px; padding: 0 26px; border-radius: var(--pill);
  background: linear-gradient(180deg, #2a2e36 0%, var(--chrome-ink) 100%);
  color: #fff; font-size: 14px; font-weight: 500;
  letter-spacing: -.01em;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 1px 0 rgba(255,255,255,.16) inset, 0 8px 24px rgba(26,30,38,.2);
  transition: opacity var(--dur) var(--ease);
}
@media (hover:hover) { .newsletter-form button:hover { opacity: .84; } }

/* Footer -------------------------------------------------------------------- */
.footer {
  background: transparent;
  padding: 72px 0 calc(32px + var(--safe-b));
}
.footer-top {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  padding-bottom: 48px; margin-bottom: 28px;
  border-bottom: 1px solid transparent;
  box-shadow:
    inset 0 -1px 0 rgba(170,182,200,.32),
    0 1px 0 rgba(255,255,255,.5);
}
@media (max-width: 700px) { .footer-top { grid-template-columns: 1fr; } }
.footer-wordmark {
  font-size: 15px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-logo-link { display: inline-block; margin-bottom: 14px; line-height: 0; opacity: .58; transition: opacity var(--dur) var(--ease); }
@media (hover:hover) {
  .footer-logo-link:hover { opacity: .82; }
}
.footer-logo-link .footer-logo { margin-bottom: 0; }
.footer-logo { width: min(156px, 44vw); height: auto; margin-bottom: 14px; display: block; }
.footer-manifesto {
  font-size: 18px; font-weight: 500; letter-spacing: -.015em; line-height: 1.4;
  color: var(--muted); max-width: 20em;
}
.footer label {
  display: block; font-size: 13px; font-weight: 500; letter-spacing: -.01em;
  color: var(--muted); margin-bottom: 10px;
}
.footer-form { display: flex; gap: 8px; }
.footer-form input[type="email"] {
  flex: 1; height: 46px; border-radius: var(--pill); border: 1px solid rgba(170,182,200,.45);
  padding: 0 16px;
  background: rgba(255,255,255,.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--ink); font: inherit;
  box-shadow: inset 0 1px 0 var(--chrome-hi);
  transition: border-color var(--dur) var(--ease);
}
.footer-form input[type="email"]:focus { outline: none; border-color: var(--ink); background: #fff; }
.footer-form input[type="email"]::placeholder { color: var(--dim); }
.footer-form button {
  height: 46px; padding: 0 20px; border-radius: var(--pill);
  background: linear-gradient(180deg, #2a2e36 0%, var(--chrome-ink) 100%);
  color: #fff; font-size: 14px; font-weight: 500;
  letter-spacing: -.01em;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 1px 0 rgba(255,255,255,.14) inset;
  transition: opacity var(--dur) var(--ease);
}
@media (hover:hover) { .footer-form button:hover { opacity: .84; } }
.footer-note { font-size: 12px; color: var(--dim); margin-top: 10px; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 16px;
  justify-content: space-between; align-items: center;
}
.footer-copy { font-size: 12px; color: var(--dim); letter-spacing: -.01em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px; }
.footer-links a {
  font-size: 13px; font-weight: 500; color: var(--muted);
  padding: 6px 10px; border-radius: var(--pill); letter-spacing: -.01em;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}
@media (hover:hover) { .footer-links a:hover { background: var(--fill); color: var(--ink); } }

/* Reduced motion -------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv { opacity: 1; transform: none; }
}

/* Soften blur on low-power / no-backdrop environments ---------------------- */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .nav, .nav-drawer, .card, .newsletter, .btn-ghost, .btn-soft,
  .newsletter-form input[type="email"], .footer-form input[type="email"] {
    background: rgba(255,255,255,.92);
  }
}

/* Coarse pointer — keep interactive controls tappable on iOS --------------- */
@media (pointer: coarse) {
  .nav-cart,
  .nav-ham,
  .btn,
  .merch-opt,
  .shop-jump a,
  .product-drawer__close,
  .toast-link,
  .qty-btn,
  .modal-close,
  .track-play-btn,
  .redeem-btn {
    min-width: 44px;
    min-height: 44px;
  }
  .merch-opt { padding: 0 14px; height: 44px; }
  .shop-jump a { height: 44px; padding: 0 16px; }
  .qty-btn { width: 44px; height: 44px; }
  input[type="email"],
  input[type="text"],
  .redeem-input {
    font-size: 16px !important;
  }
}

/* ==========================================================================
   Chrome media surfaces — bezel + specular + scan (Y2K interaction)
   Apply .media-bezel / .fx-spec on covers, product art, library thumbs.
   ========================================================================== */

.media-bezel {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(150,162,180,.4);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 0 0 1px rgba(255,255,255,.12),
    0 10px 28px rgba(26,30,38,.08);
  transition: border-color .45s var(--ease), box-shadow .45s var(--ease);
}

.is-now-playing .media-bezel,
.media-bezel.is-live,
.is-now-playing.media-bezel {
  border-color: rgba(186,198,214,.72);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.65),
    inset 0 0 0 1px rgba(220,230,242,.35),
    0 0 0 1px rgba(200,214,230,.35),
    0 0 28px rgba(170,190,220,.22),
    0 14px 36px rgba(26,30,38,.14);
}

.is-up-next .media-bezel,
.is-up-next.media-bezel {
  border-color: rgba(150,162,180,.55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.5),
    0 0 0 1px rgba(170,182,200,.22),
    0 12px 28px rgba(26,30,38,.1);
}

/* Specular sweep + soft scan on hover */
.fx-spec {
  position: relative;
  overflow: hidden;
}
.fx-spec > img,
.fx-spec > a,
.fx-spec > a > img {
  position: relative;
  z-index: 0;
}
.fx-spec__shine,
.fx-spec::before {
  content: "";
  position: absolute;
  inset: -10% -40%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    108deg,
    transparent 42%,
    rgba(255,255,255,.08) 46%,
    rgba(255,255,255,.38) 50%,
    rgba(210,222,236,.18) 54%,
    transparent 58%
  );
  transform: translateX(-130%) skewX(-12deg);
  opacity: 0;
}
.fx-spec__scan,
.fx-spec::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(255,255,255,.035) 2px,
    rgba(255,255,255,.035) 3px
  );
  mix-blend-mode: soft-light;
  opacity: 0;
  transition: opacity .45s var(--ease);
}
@media (hover:hover) {
  .fx-spec:hover::before,
  .product:hover .fx-spec::before,
  .wall-item:hover .fx-spec::before,
  .cat-row:hover .fx-spec::before,
  a.card:hover .fx-spec::before {
    animation: chromeSpecSweep .9s var(--ease) both;
  }
  .fx-spec:hover::after,
  .product:hover .fx-spec::after,
  .wall-item:hover .fx-spec::after,
  .cat-row:hover .fx-spec::after,
  a.card:hover .fx-spec::after {
    opacity: 1;
  }
}
.is-now-playing .fx-spec::after,
.is-now-playing.fx-spec::after {
  opacity: .55;
}

@keyframes chromeSpecSweep {
  0% { transform: translateX(-130%) skewX(-12deg); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateX(130%) skewX(-12deg); opacity: 0; }
}

/* Catalog / station display type ------------------------------------------- */
.cat-display {
  font-family: var(--callsign);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  color: var(--chrome-ink);
}
.cat-display--lg {
  font-size: clamp(28px, 4.2vw, 44px);
  letter-spacing: .08em;
}
.cat-display--md {
  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing: .12em;
}
.cat-display--sm {
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--dim);
}

.broadcast-meta {
  font-family: var(--callsign);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--dim);
  font-variant-numeric: tabular-nums;
}

/* ON AIR / STANDBY chips */
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  font-family: var(--callsign);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(8,8,10,.78);
  border: 1px solid rgba(220,230,242,.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.status-chip::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  box-shadow: 0 0 0 0 rgba(200,220,240,.0);
}
.status-chip--air::before {
  background: #C8D8EC;
  box-shadow: 0 0 8px rgba(190,210,235,.7);
  animation: airPulse 1.8s ease-in-out infinite;
}
.status-chip--standby {
  color: rgba(255,255,255,.72);
  background: rgba(8,8,10,.52);
  border-color: rgba(255,255,255,.16);
}
.status-chip--standby::before {
  background: rgba(200,210,225,.55);
}

@keyframes airPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(190,210,235,.55); }
  50% { opacity: .55; box-shadow: 0 0 12px rgba(190,210,235,.85); }
}

@media (prefers-reduced-motion: reduce) {
  .fx-spec::before,
  .fx-spec:hover::before,
  .status-chip--air::before {
    animation: none !important;
  }
  .fx-spec::before { opacity: 0 !important; }
}
