﻿/* TaurusGrotesk Font Family - Regular & Italics */

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Thin.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-ThinItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Light.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-LightItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Regular.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Italic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
  }

    @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Medium.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }

    @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-MediumItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-MediumItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Bold.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-BoldItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Heavy.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-HeavyItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-HeavyItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
  }


  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-Black.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'TaurusGrotesk';
    src: url('/fonts/taurusgrotesk/TaurusGrotesk-BlackItalic.woff2') format('woff2'),
         url('/fonts/taurusgrotesk/TaurusGrotesk-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
  }


/* Global font override */
html, body, p, h1, h2, h3, h4, h5, h6,
a, li, span, div, td, th, input, textarea, button,
.wsite-content,
.wsite-section,
.wsite-button,
.wsite-headline,
.wsite-subtitle,
.wsite-menu,
.wsite-menu-default a,
.wsite-image div,
.wsite-caption,
.wsite-footer,
.wsite-header,
.wsite-title,
.wsite-nav,
.wsite-form-label,
.wsite-form-input,
.wsite-social {
  font-family: 'TaurusGrotesk', sans-serif !important;
}




html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}

/* Responsive images except logo */
img:not(.logo):not(.footer-logo) {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  display: block;
}



html.index-page {
  scroll-padding-top: 205px;
}

html.news-page {
  scroll-padding-top: 355px;
}

@media (max-width: 475px) {
  html.index-page,
  html.news-page {
    scroll-padding-top: 120px;
  }
}


:root {
     --bg: #212121;
      --text: #ffffff;
      --muted: #ededed;
    }

    body {
  margin: 0;
  font-family: 'TaurusGrotesk', sans-serif;
  font-weight: 100;
  background-color: var(--bg);
  color: var(--muted);
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: var(--bg);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 0px 20px;
      z-index: 1000;
      box-sizing: border-box;
    }

    .logo-long, .logo-square {
      display: block;
      height: 180px;
      max-width: 90%;
      object-fit: contain;
      margin-bottom: 0px;
    }

       .logo-square {
      display: none;
    }




    nav#menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    nav#menu a {
      color: var(--text);
      text-decoration: none;
      font-size: 1rem;
      white-space: nowrap;
    }

    main {
      padding-top: 180px;
      max-width: 1200px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
    }

    section {
      padding: 60px 20px;
    }

    h1 {
      font-size: 2.5rem;
      color: var(--text);
      text-align: center;
      margin-bottom: 20px;
    }

/* Featured Bandcamp embeds (top two) */
.featured-iframes {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

/* Mobile behaviour */
@media (max-width: 768px) {
  .featured-iframes {
    flex-direction: column;
    align-items: center;
  }

  .featured-iframes iframe {
    width: 100% !important;
    max-width: 450px;
    height: auto;
  }
}


 .iframe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .iframe-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .iframe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .iframe-grid {
    grid-template-columns: 1fr;
  }
}


    iframe {
      width: 100%;
      border: none;
    }

    footer {
      text-align: center;
      padding: 40px 20px;
      background: var(--bg);
      color: var(--muted);
      font-size: 0.9rem;
    }

  
.footer-logo {
  height: 54px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}



#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
  filter: brightness(0.8);
  transform: translateY(180px); /* shift matches full header height */
}

#bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0.65;
  z-index: -1;
  pointer-events: none;
}


#footer-fade {
  position: fixed;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  z-index: 0;
}

#header-fade {
  background: linear-gradient(to bottom, #212121 0%, transparent 100%);
}

#footer-fade {
  bottom: 0;
  background: linear-gradient(to top, #212121 0%, transparent 100%);
}




#header-fade {
  position: fixed;
  left: 0;
  width: 100%;
  height: 7cap;
  background: linear-gradient(to bottom, #212121, transparent);
  z-index: 0;
  pointer-events: none;
}


    

    

      nav#menu a {
        display: inline-block;
        margin: 0px;
        white-space: normal;
      }
    




  nav#menu a {
    font-size: 0.95rem;
  }

  .logo-square {
    height: 90px;
  }



/* Default visibility */
.logo-long {
  display: block;
}

.logo-square {
  display: none;
}

@media (max-width: 460px) {
  .logo-long {
    display: none !important;
  }
  .logo-square {
    display: block !important;
  }
  .logo-long {
    display: none;
  }

  .logo-square {
    display: block;
  }
}


html {
  overflow-y: scroll;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}


@media (min-width: 586px) {
  .logo-long {
    max-width: none;
  }
}

  html {
    scroll-padding-top: 205px;
  }

  @media (max-width: 475px) {
    html {
      scroll-padding-top: 120px;
    }
  }

:root {
      --bg: #212121;
      --text: #ffffff;
      --muted: #ededed;
      --accent: #0ff;
    }

    body {
      margin: 0;
      font-family: 'TaurusGrotesk', sans-serif;
      font-weight: 100;
      background-color: var(--bg);
      color: var(--muted);
      scroll-behavior: smooth;
      overflow-x: hidden;
      width: 100%;
      margin: 0 auto;
      padding: 60px 20px 20px 20px;
    }


  .topic {
    margin-bottom: 40px;
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
  }
  .topic > a {
    font-size: 20px;
    text-decoration: none;
    color: cyan;
  }
  .topic-content a {
    color: cyan;
    text-decoration: underline;
    font-size: 16px; /* keep normal size for body links */
  }
  .topic-content {
    margin-top: 10px;
    font-size: 16px;
    color: #ddd;
  }
  .topic p {
    font-size: 14px;
    color: #aaa;
    margin-top: 5px;
  }

    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: var(--bg);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 0 20px;
      z-index: 1000;
      box-sizing: border-box;
    }

    .logo-long,
    .logo-square {
      display: block;
      height: 180px;
      max-width: 90%;
      object-fit: contain;
      margin-bottom: 0;
    }

    .logo-square {
      display: none;
    }

    nav#menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    nav#menu a {
      color: var(--text);
      text-decoration: none;
      font-size: 1rem;
      white-space: nowrap;
    }

    nav#menu a.active {
      color: var(--accent);
      font-weight: bold;
    }

    main {
      padding-top: 200px;
      max-width: 1000px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
    }

    section {
      padding: 60px 20px;
      text-align: center;
    }

    h1 {
      font-size: 2.5rem;
      color: var(--text);
      margin-bottom: 20px;
    }

    p {
      font-size: 1.2rem;
      color: var(--muted);
      margin-bottom: 30px;
    }

    .btn {
      display: inline-block;
      padding: 12px 24px;
      background: var(--accent);
      color: #000;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
      transition: background 0.3s;
    }

    .btn:hover {
      background: #00cccc;
    }

    #bg-video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
      pointer-events: none;
      filter: brightness(0.8);
      transform: translateY(180px);
    }

    #bg-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--bg);
      opacity: 0.65;
      z-index: -1;
      pointer-events: none;
    }

    #footer-fade {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(to top, #212121 0%, transparent 100%);
      pointer-events: none;
      z-index: 0;
    }

    #header-fade {
      position: fixed;
      left: 0;
      width: 100%;
      height: 7cap;
      background: linear-gradient(to bottom, #212121, transparent);
      margin-top: -1px;

      z-index: 0;
      pointer-events: none;
    }


    @media (max-width: 460px) {
      .logo-long {
        display: none !important;
      }
      .logo-square {
        display: block !important;
        height: 90px;
      }
      nav#menu a {
        font-size: 0.95rem;
      }
    }

    @media (min-width: 586px) {
  .logo-long {
    max-width: none;
  }
}


.jump-nav-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jump-nav-toggle {
  display: none;
}
.jump-nav-toggle:hover {
  background-color: var(--link);
  color: var(--bg);
}

.jump-nav-content {
  display: block;
  width: 100%;
  max-height: none;
  opacity: 1;
  pointer-events: auto;
}

.jump-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}

.jump-nav a {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.9rem;
}

.jump-nav a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .jump-nav-toggle {
    display: block;
    background-color: var(--bg);
    color: var(--text);
    border: 1px solid var(--accent);
    padding: 10px 15px;
    font-family: 'TaurusGrotesk', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    margin: 10px 0;
    width: 80%;
    max-width: 300px;
    text-align: center;
    box-sizing: border-box;
  }

  .jump-nav-toggle:hover {
    background-color: var(--accent);
    color: var(--bg);
  }

  .jump-nav-content {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  }

  .jump-nav-content.is-open {
    max-height: 450px;
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
  }

  .jump-nav {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding: 10px 0;
    width: 100%;
  }

  .jump-nav a {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    padding: 4px 0;
  }
}

a {
  color: cyan;
}


html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}

  html {
    scroll-padding-top: 355px;
  }

  @media (max-width: 475px) {
    html {
      scroll-padding-top: 120px;
    }
  }


.topic-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

main img,
.wsite-content img,
.article-content img,
.discourse-post img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  display: block;
}

.content-wrapper {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}




/* Header Logo Swapping */

.desktop-logo {
  display: block;
  height: 180px;
  width: auto;
  object-fit: contain
  margin 0 auto;
}


.mobile-logo {
  display: none;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 585px) {
  .desktop-logo {
    display: none;
    width: 0;
    height: 0;
  }

  .mobile-logo {
    display: block;
  }
}



/* Track Index release browser */
.trackindex-wrapper {
  width: 100%;
  margin-top: 18px;
}

.desktop-sort-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(184, 217, 255, 0.24);
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.desktop-sort-controls > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.desktop-sort-controls .sort-heading {
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.86rem;
}

.desktop-release-list {
  display: grid;
  gap: 10px;
}

.desktop-release-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(12, 12, 12, 0.82);
  box-shadow: inset 3px 0 0 rgba(0, 255, 255, 0.2);
}

.desktop-release-card.is-expanded {
  border-color: rgba(184, 217, 255, 0.38);
  box-shadow: inset 3px 0 0 rgba(0, 255, 255, 0.58);
}

.desktop-release-main {
  display: grid;
  grid-template-columns: 58px 92px minmax(0, 1fr) 100px minmax(148px, auto);
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
}

.desktop-release-art,
.mobile-release-art {
  display: block;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.055);
  object-fit: cover;
}

.desktop-release-art {
  width: 58px;
  opacity: 0.82;
}

.desktop-release-card:hover .desktop-release-art,
.desktop-release-card.is-expanded .desktop-release-art {
  opacity: 1;
}

.desktop-release-code {
  display: grid;
  gap: 5px;
  color: #b8d9ff;
  text-align: center;
}

.desktop-release-code span {
  font-size: 1rem;
}

.desktop-release-code small,
.desktop-release-stats small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.desktop-release-info {
  min-width: 0;
  text-align: center;
}

.desktop-release-info h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  line-height: 1.12;
}

.desktop-release-artist {
  color: rgba(255, 255, 255, 0.82);
}

.desktop-release-artist .artist-link-button {
  color: #ffffff;
}

.desktop-release-stats {
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.desktop-release-tracklist {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 12px 18px 14px;
}

.mobile-release-list {
  display: none;
}

/* Artist profile panel */
.trackindex-count {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.trackindex-result-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  text-align: center;
}

.trackindex-signal {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid rgba(184, 217, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.trackindex-signal[hidden] {
  display: none;
}

.trackindex-signal span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
}

.trackindex-signal .trackindex-signal-label {
  border-color: rgba(0, 255, 255, 0.34);
  color: #b8d9ff;
}

.active-filter-control {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
  border: 1px solid rgba(184, 217, 255, 0.22);
  padding: 5px 7px;
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
}

.active-filter-control button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: #b8d9ff;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.artist-link-button {
  appearance: none;
  border: 0;
  padding: 0;
  color: #ffffff;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.artist-link-button:hover,
.artist-link-button:focus {
  color: #cde7ff;
}

.artist-profile {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 217, 255, 0.28);
  background: linear-gradient(135deg, rgba(15, 15, 15, 0.95), rgba(0, 255, 255, 0.055));
  box-shadow: inset 3px 0 0 rgba(0, 255, 255, 0.42);
  padding: 20px;
  margin: 0 0 22px;
}

.artist-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.18;
}

.artist-profile-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.artist-profile-identity {
  min-width: 0;
}

.artist-profile-kicker {
  margin: 0 0 4px;
  color: #b8d9ff;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.artist-profile h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.artist-profile-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.artist-profile-stats span {
  border: 1px solid rgba(184, 217, 255, 0.26);
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.artist-profile h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #ffffff;
}

.artist-profile-close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.artist-profile-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  margin-top: 18px;
}

.artist-profile-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
}

.artist-profile-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.artist-profile-pills span {
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.07);
}

.artist-profile-empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.artist-profile-links {
  margin: 0;
  padding-left: 18px;
}

.artist-profile-appearances {
  position: relative;
  margin-top: 20px;
}

.artist-profile-appearances h3 span {
  color: #b8d9ff;
  font-weight: 400;
}

.artist-profile-list {
  display: grid;
  gap: 6px;
}

.artist-profile-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  padding: 9px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.16);
}

.artist-profile-cat {
  color: #b8d9ff;
}

.artist-profile-main {
  min-width: 0;
}

.artist-profile-main small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
}

.artist-profile-play {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 700px) {
  .artist-profile {
    padding: 16px;
  }

  .artist-profile-header {
    align-items: flex-start;
  }

  .artist-profile-stats {
    gap: 6px;
  }

  .artist-profile-stats span {
    font-size: 0.78rem;
  }

  .artist-profile-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .artist-profile-row {
    grid-template-columns: 68px minmax(0, 1fr) 34px;
  }
}

.match-context {
  margin-top: 4px;
  color: rgba(184, 217, 255, 0.82);
  font-size: 0.78rem;
  line-height: 1.25;
}

.release-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.release-actions--mobile {
  justify-content: center;
}

.release-toggle,
.release-listen {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  padding: 5px 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  min-height: 30px;
  white-space: nowrap;
}

.release-toggle:hover,
.release-toggle:focus,
.release-listen:hover,
.release-listen:focus {
  border-color: rgba(184, 217, 255, 0.82);
  color: #cde7ff;
}

.release-player {
  padding: 10px;
  background: rgba(0, 0, 0, 0.26);
}

.release-player iframe {
  display: block;
  width: 100%;
  height: 120px;
  border: 0;
}

.track-player {
  padding: 6px 0 0;
}

.track-player iframe {
  display: block;
  width: 100%;
  height: 42px;
  border: 0;
}

.floating-player {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: min(380px, calc(100vw - 36px));
}

.floating-player:empty {
  display: none;
}

.floating-player-panel {
  border: 1px solid rgba(184, 217, 255, 0.34);
  background: rgba(12, 12, 12, 0.96);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.45), inset 3px 0 0 rgba(0, 255, 255, 0.44);
}

.floating-player-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 10px;
  align-items: start;
  padding: 10px 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.floating-player-header span,
.floating-player-header small {
  display: block;
  overflow: hidden;
  color: rgba(184, 217, 255, 0.78);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.floating-player-header strong {
  display: block;
  overflow: hidden;
  margin: 2px 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floating-player-header small {
  color: rgba(255, 255, 255, 0.62);
  text-transform: none;
}

.floating-player-close {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  line-height: 1;
}

.floating-player iframe {
  display: block;
  width: 100%;
  border: 0;
}

.floating-player-panel--track iframe {
  height: 120px;
}

.floating-player-panel--release iframe {
  height: 430px;
}

.release-tracklist {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.24);
}

.release-tracklist-header {
  display: grid;
  grid-template-columns: 42px minmax(120px, 0.35fr) minmax(180px, 1fr) 34px;
  gap: 12px;
  align-items: center;
  padding: 0 0 7px;
  border-bottom: 1px solid rgba(184, 217, 255, 0.18);
  color: rgba(184, 217, 255, 0.72);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.release-tracklist-header--title-only {
  grid-template-columns: 42px minmax(0, 1fr) 34px;
}

.release-tracklist-note {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
}

.release-track-group {
  display: grid;
  gap: 6px;
  padding: 4px 6px;
  border-left: 2px solid transparent;
}

.release-track-group.is-playing {
  border-left-color: #00ffff;
  background: rgba(0, 255, 255, 0.07);
}

.release-track {
  display: grid;
  grid-template-columns: 42px minmax(120px, 0.35fr) minmax(180px, 1fr) 34px;
  gap: 12px;
  align-items: center;
}

.release-track-number {
  color: #b8d9ff;
  text-align: center;
}

.release-track-artist,
.release-track-title {
  text-align: center;
}

.release-track-title {
  min-width: 0;
}

.release-track-title .match-context {
  display: block;
}

.release-track-play {
  display: flex;
  justify-content: center;
}

.release-track--title-only {
  grid-template-columns: 42px minmax(0, 1fr) 34px;
}

.release-track--title-only .release-track-title {
  grid-column: 2;
}

.release-track--title-only .release-track-play {
  grid-column: 3;
}

.track-play-button {
  appearance: none;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  line-height: 1;
}

.track-play-button:hover,
.track-play-button:focus {
  border-color: rgba(184, 217, 255, 0.82);
  color: #cde7ff;
}

.track-play-placeholder {
  display: block;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 700px) {
  .floating-player {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
  }

  .floating-player-panel--release iframe {
    height: 360px;
  }

  .release-track {
    grid-template-columns: 36px minmax(0, 1fr) 34px;
  }

  .release-track-artist,
  .release-track-title {
    grid-column: 2;
  }

  .release-track-play {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}

.trackindex-filters {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.filter-group > span {
  min-width: 72px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.filter-chip {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  padding: 5px 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
}

.filter-chip:hover,
.filter-chip:focus {
  border-color: rgba(184, 217, 255, 0.82);
  color: #cde7ff;
}

.filter-chip.is-active {
  border-color: #b8d9ff;
  background: rgba(184, 217, 255, 0.18);
  color: #ffffff;
}

@media screen and (max-width: 700px) {
  .filter-group > span {
    width: 100%;
  }
}

.trackindex-search {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-bottom: 20px;
}

.start-somewhere-panel {
  display: flex;
  justify-content: center;
  margin: -6px 0 18px;
}

.trackindex-search input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding: 10px;
}

.search-suggestions {
  margin: -10px 0 16px;
}

.search-suggestion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-suggestion {
  appearance: none;
  display: grid;
  gap: 2px;
  min-width: 170px;
  max-width: 260px;
  border: 1px solid rgba(184, 217, 255, 0.22);
  border-radius: 0;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.24);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.search-suggestion:hover,
.search-suggestion:focus {
  border-color: rgba(0, 255, 255, 0.58);
}

.search-suggestion span {
  color: #b8d9ff;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-suggestion strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-suggestion small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trackindex-clear-search,
.filter-toggle,
.filter-reset,
.discovery-button,
.signal-toggle,
.sort-heading {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  padding: 5px 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font: inherit;
}

.trackindex-clear-search:hover,
.trackindex-clear-search:focus,
.filter-toggle:hover,
.filter-toggle:focus,
.filter-reset:hover,
.filter-reset:focus,
.discovery-button:hover,
.discovery-button:focus,
.signal-toggle:hover,
.signal-toggle:focus,
.sort-heading:hover,
.sort-heading:focus {
  border-color: rgba(184, 217, 255, 0.82);
  color: #cde7ff;
}

.trackindex-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

.timeline-rail {
  position: relative;
  display: flex;
  gap: 0;
  align-items: flex-start;
  margin: 0 0 14px;
  padding: 12px 0 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.timeline-rail[hidden] {
  display: none;
}

.timeline-rail > span {
  flex: 0 0 auto;
  margin-right: 14px;
  padding-top: 22px;
  color: rgba(184, 217, 255, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.timeline-rail .filter-chip {
  position: relative;
  flex: 0 0 auto;
  min-width: 54px;
  border: 0;
  padding: 28px 10px 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  text-align: center;
}

.timeline-rail .filter-chip::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(184, 217, 255, 0.26);
}

.timeline-rail .filter-chip::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(184, 217, 255, 0.62);
  border-radius: 50%;
  background: #101010;
  transform: translateX(-50%);
}

.timeline-rail .filter-chip:hover,
.timeline-rail .filter-chip:focus {
  color: #cde7ff;
}

.timeline-rail .filter-chip:hover::after,
.timeline-rail .filter-chip:focus::after {
  border-color: #00ffff;
}

.timeline-rail .filter-chip.is-active {
  background: transparent;
  color: #ffffff;
}

.timeline-rail .filter-chip.is-active::after {
  border-color: #00ffff;
  background: #00ffff;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.65);
}

.trackindex-filters {
  display: none;
}

.trackindex-filters.is-open {
  display: grid;
}

.sort-heading {
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  font-weight: 700;
}

.sort-heading.is-active {
  color: #b8d9ff;
}

.discovery-button {
  border-color: rgba(0, 255, 255, 0.34);
}

.desktop-sort-controls .sort-heading {
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.86rem;
}

@media screen and (max-width: 700px) {
  .trackindex-search {
    flex-direction: column;
  }

  .trackindex-wrapper {
    display: none;
  }

  .mobile-release-list {
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }

  .mobile-sort-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.22);
  }

  .mobile-sort-controls > span {
    width: 100%;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
  }

  .mobile-sort-controls .sort-heading {
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 6px 8px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.86rem;
  }

  .mobile-release-card {
    display: grid;
    gap: 9px;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(15, 15, 15, 0.86);
  }

  .mobile-release-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #b8d9ff;
    font-size: 0.84rem;
  }

  .mobile-release-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.12;
  }

  .mobile-release-heading {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
  }

  .mobile-release-art {
    width: 54px;
    opacity: 0.9;
  }

  .mobile-release-title a {
    color: #00ffff;
  }

  .mobile-release-artist {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.3;
  }

  .mobile-release-artist .artist-link-button {
    color: #ffffff;
  }

  .mobile-release-card .release-actions {
    justify-self: center;
    margin-top: 2px;
  }

  .mobile-release-card .release-listen,
  .mobile-release-card .release-toggle {
    font-size: 0.92rem;
  }

  .release-player--mobile {
    padding: 8px;
  }

  .mobile-release-tracklist {
    margin-top: 2px;
    padding: 10px;
  }

  .mobile-release-tracklist .release-tracklist-header {
    grid-template-columns: 32px minmax(0, 1fr) 34px;
    gap: 5px 10px;
  }

  .mobile-release-tracklist .release-tracklist-header span:nth-child(2) {
    grid-column: 2;
  }

  .mobile-release-tracklist .release-tracklist-header:not(.release-tracklist-header--title-only) span:nth-child(2) {
    display: none;
  }

  .mobile-release-tracklist .release-tracklist-header:not(.release-tracklist-header--title-only) span:nth-child(3) {
    grid-column: 2;
  }

  .mobile-release-tracklist .release-tracklist-header span:last-child {
    grid-column: 3;
  }

  .mobile-release-tracklist .release-track {
    grid-template-columns: 32px minmax(0, 1fr) 34px;
    gap: 5px 10px;
    padding: 6px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .mobile-release-tracklist .release-track:first-of-type {
    border-top: 0;
  }

  .mobile-release-tracklist .release-track-artist,
  .mobile-release-tracklist .release-track-title {
    grid-column: 2;
  }

  .mobile-release-tracklist .release-track-play {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .mobile-release-tracklist .release-track-number {
    grid-row: 1 / span 2;
  }

  .mobile-release-tracklist .release-track--title-only {
    align-items: center;
    min-height: 42px;
  }

  .mobile-release-tracklist .release-track--title-only .release-track-number {
    grid-row: auto;
  }

  .mobile-release-tracklist .release-track--title-only .release-track-title {
    grid-column: 2;
  }

  .mobile-release-tracklist .release-track--title-only .release-track-play {
    grid-column: 3;
    grid-row: auto;
  }
}

.artist-profile-actions {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* Share card parked until artist card UI is redesigned.
.artist-profile-share {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  padding: 7px 10px;
}

.artist-profile-share:hover,
.artist-profile-share:focus {
  border-color: rgba(184, 217, 255, 0.82);
  color: #cde7ff;
}

@media screen and (max-width: 700px) {
  .artist-profile-header {
    align-items: flex-start;
  }

  .artist-profile-actions {
    flex-direction: column-reverse;
  }
}
*/


/* Label navigation and homepage catalogue entry */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 0 auto 18px;
}

.footer-nav a {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-nav a:hover,
.footer-nav a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section-intro {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
  line-height: 1.6;
}

.signal-index-entry {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.signal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.btn.btn-secondary {
  border: 1px solid rgba(0, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background: rgba(0, 255, 255, 0.16);
  color: var(--text);
}

/* Glitchpulse brand tokens and homepage forms */
:root {
  --color-bg: #212121;
  --color-surface: rgba(12, 12, 12, 0.82);
  --color-surface-soft: rgba(255, 255, 255, 0.07);
  --color-text: #ffffff;
  --color-muted: #ededed;
  --color-muted-soft: rgba(255, 255, 255, 0.72);
  --color-accent: #00ffff;
  --color-accent-hover: #00cccc;
  --color-signal-blue: #b8d9ff;
  --color-panel: grey;
  --color-panel-text: #222222;
  --color-border: rgba(255, 255, 255, 0.22);
  --color-input-border: #333333;
  --color-footnote: #999999;
  --bg: var(--color-bg);
  --text: var(--color-text);
  --muted: var(--color-muted);
  --accent: var(--color-accent);
  --link: var(--color-accent);
}

.accent-link,
a.accent-link {
  color: var(--color-accent);
}

.accent-strong {
  color: var(--color-accent);
  font-weight: 700;
}

.home-intro {
  padding-top: 80px;
  padding-bottom: 52px;
  text-align: center;
}

.home-intro h1 {
  margin-bottom: 14px;
}

.home-intro p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: var(--color-muted);
  font-size: 1.25rem;
  line-height: 1.55;
}

.home-actions,
.signal-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.submit-panel,
.contact-panel {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center;
}

.submit-panel {
  border: 0;
  border-radius: 8px;
  padding: 60px 20px;
  background: var(--color-panel);
  color: var(--color-panel-text);
}

.panel-title {
  margin-bottom: 20px;
  color: var(--color-panel-text);
  font-size: 2rem;
}

.contact-panel .panel-title {
  color: var(--color-text);
}

.panel-subtitle {
  margin-top: 40px;
  color: var(--color-panel-text);
  font-size: 1.4rem;
}

.panel-copy {
  color: var(--color-panel-text);
  font-size: 1.1rem;
  line-height: 1.7;
}

.director-note {
  margin-top: 40px;
  border-radius: 6px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.08);
  color: var(--color-panel-text);
  text-align: left;
}

.director-note-summary {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  list-style: none;
  outline: none;
  text-align: center;
}

.director-note-body {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.7;
}

.director-note-closing {
  margin-top: 20px;
  font-style: italic;
}

.submit-button {
  border: 2px solid #000000;
  font-size: 1.1rem;
}

.contact-copy {
  margin-bottom: 20px;
  font-size: 1rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.contact-form label {
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid var(--color-input-border);
  padding: 10px;
  font-size: 1rem;
}

.form-submit {
  border: 0;
  cursor: pointer;
  font-size: 1rem;
}

.form-powered-by {
  margin-top: 10px;
  color: var(--color-footnote);
  font-size: 0.8rem;
}


.page-intro {
  padding: 30px 20px 20px;
  text-align: center;
}

.page-intro p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: var(--color-muted);
  font-size: 1.1rem;
  line-height: 1.55;
}


.label-intro {
  padding: 70px 20px 26px;
  text-align: center;
}

.about-lede {
  max-width: 980px;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: 1.35rem;
  line-height: 1.55;
}


.press-intro {
  padding-bottom: 26px;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 20px 60px;
}

.press-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 12, 12, 0.72);
  padding: 22px;
  text-align: left;
}

.press-panel-wide {
  grid-column: 1 / -1;
}

.press-panel h2 {
  margin: 0 0 12px;
  color: var(--color-text);
  font-size: 1.4rem;
}

.press-panel p {
  margin: 0 0 14px;
  color: var(--color-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.press-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.coverage-panel {
  display: grid;
  gap: 18px;
}

.coverage-featured,
.coverage-list {
  display: grid;
  gap: 12px;
}

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

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

.coverage-card {
  display: grid;
  gap: 7px;
  min-height: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
  color: var(--color-text);
  text-decoration: none;
}

.coverage-card:hover,
.coverage-card:focus {
  border-color: rgba(0, 255, 255, 0.55);
  background: rgba(0, 255, 255, 0.08);
}

.coverage-card-featured {
  background: rgba(0, 255, 255, 0.07);
}

.coverage-source,
.coverage-meta,
.coverage-copy {
  color: var(--color-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.coverage-source {
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.coverage-card strong {
  color: var(--color-text);
  line-height: 1.28;
}

.coverage-subhead {
  margin: 8px 0 0;
  color: var(--color-text);
  font-size: 1.05rem;
}

@media screen and (max-width: 900px) {
  .coverage-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 700px) {
  .coverage-featured,
  .coverage-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 700px) {
  .press-grid {
    grid-template-columns: 1fr;
  }
}


.home-panel-grid {
  display: grid;
  gap: 22px;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 0 20px 40px;
}

.home-panel {
  margin: 0;
}

.home-panel h1 {
  margin-top: 0;
}

.home-panel p,
.home-panel li {
  color: var(--color-muted);
}

.home-panel .about-lede {
  font-size: 1.22rem;
}

.catalogue-panel {
  text-align: center;
}

.home-submit-section {
  padding: 0;
}

.home-submit-section .submit-panel,
.home-submit-section .contact-panel {
  margin-top: 0;
}

.home-submit-section .contact-panel {
  margin-top: 42px;
}


/* Homepage frame alignment refinements */
.home-submit-section {
  max-width: none;
  margin: 0;
}

.home-submit-section .submit-panel,
.home-submit-section .contact-panel {
  max-width: none;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  box-shadow: none;
}

.home-submit-section .submit-panel {
  background: rgba(185, 185, 185, 0.88);
}

.catalogue-panel .section-intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/* Submit panel nested inside the homepage frame system */
.home-submit-section.press-panel {
  padding: 22px;
}

.home-submit-section .submit-panel,
.home-submit-section .contact-panel {
  border-radius: 0;
}

.submit-inner-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(185, 185, 185, 0.86);
}

.submit-inner-panel .director-note {
  background: rgba(0, 0, 0, 0.16);
}

.home-submit-section .contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 12, 12, 0.52);
  padding: 32px 20px;
}


/* Framed forum-fed release/news pages */
.feed-frame {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 0 20px 50px;
}

.blog-posts {
  display: grid;
  gap: 22px;
}

.blog-post {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 12, 12, 0.72);
  padding: 24px;
  text-align: left;
}

.blog-title {
  margin-top: 0;
  text-align: center;
}

.blog-date {
  margin: 0 0 18px;
  color: var(--color-muted-soft);
  font-size: 0.95rem;
  text-align: center;
}

.blog-content,
.blog-content p,
.blog-content li {
  color: var(--color-muted);
  line-height: 1.55;
}

.blog-content img {
  margin: 18px auto;
}

.styled-hr {
  display: none;
}


