/* =========================================================
   JAM Audio Live - Fixed Full Stylesheet
   Use with index.html referencing /style.css?v=253
========================================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #050505;
  color: #ffffff;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

section {
  scroll-margin-top: 90px;
}

/* =========================================================
   NAVIGATION / STATUS
========================================================= */

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.74);
  border-bottom: 1px solid rgba(0, 118, 206, 0.24);
  box-shadow: 0 0 24px rgba(0, 118, 206, 0.14);
  backdrop-filter: blur(14px);
}

.top-nav a {
  color: #e8eef7;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.top-nav a:hover,
.nav-live {
  color: #8dc9ff;
  text-shadow: 0 0 14px rgba(0, 118, 206, 0.6);
}

.status-strip {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  margin: 6px 0 60px;
  padding: 12px 20px;
  background: rgba(0, 118, 206, 0.08);
  border-top: 1px solid rgba(141, 201, 255, 0.12);
  border-bottom: 1px solid rgba(141, 201, 255, 0.12);
}

.status-strip span {
  color: #8dc9ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================================================
   GLOBAL TYPOGRAPHY / BUTTONS
========================================================= */

h1,
.section h2,
.radio-flow-header h2,
.artist-section-header h2,
.live-feed-card h2,
.current-number-one-info h2,
.jal-programming-title,
.top-songs-card h2,
.top-shared-card h2 {
  font-family: "Anton", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.15rem);
  line-height: 0.96;
  margin: 10px 0 12px;
}

.section-kicker,
.artist-kicker,
.radio-flow-label,
.jal-programming-kicker {
  color: #8dc9ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-kicker::before,
.section-kicker::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  margin: 0 14px 5px;
  background: linear-gradient(90deg, transparent, #4db8ff, transparent);
  box-shadow: 0 0 12px rgba(77, 184, 255, 0.6);
}

.buttons,
.artist-buttons,
.featured-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.03em;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #0076ce, #1b8fe4);
  box-shadow: 0 0 24px rgba(0, 118, 206, 0.34);
}

.secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

/* =========================================================
   HERO / PLAYER
========================================================= */

.hero,
.hero-upgraded {
  position: relative;
  min-height: 62vh;
  padding: 118px 20px 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.94)),
    radial-gradient(circle at 50% 35%, rgba(0, 118, 206, 0.35), transparent 58%),
    url("/images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.7;
  pointer-events: none;
}

.glow {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(82px);
  opacity: 0.38;
  pointer-events: none;
}

.glow-one {
  width: 360px;
  height: 360px;
  background: #0076ce;
  top: 10%;
  left: 8%;
}

.glow-two {
  width: 300px;
  height: 300px;
  background: #1b8fe4;
  right: 7%;
  bottom: 8%;
}

.hero-eq {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 150px;
  opacity: 0.14;
  pointer-events: none;
}

.hero-eq span {
  width: 13px;
  border-radius: 999px;
  background: linear-gradient(to top, #0076ce, #8dc9ff);
  box-shadow: 0 0 22px rgba(0, 118, 206, 0.68);
}

.hero-content {
  position: relative;
  z-index: 5;
  width: min(900px, 94vw);
  margin: 0 auto;
  padding: 34px 30px 38px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(5, 8, 20, 0.90), rgba(10, 18, 42, 0.74));
  border: 1px solid rgba(100, 217, 255, 0.20);
  box-shadow: 0 0 42px rgba(0, 118, 206, 0.20), 0 28px 90px rgba(0, 0, 0, 0.38);
}

.site-logo {
  width: auto;
  max-width: 165px;
  margin: 0 auto 16px;
  border-radius: 24px;
}

.tagline {
  margin: 0 0 10px;
  color: #8dc9ff;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-subtitle,
.intro {
  max-width: 700px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-mini-link {
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.hero-mini-link a {
  color: #8dc9ff;
  font-weight: 900;
  text-decoration: none;
}

.hero-live-player {
  margin: 28px auto 0;
  padding: 22px;
  border-radius: 26px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(141, 201, 255, 0.18);
}

.hero-live-label,
.live-pulse {
  color: #ff9500;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.live-pulse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 0.78rem;
}

.live-pulse span,
.next-track-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff9500;
  box-shadow: 0 0 16px rgba(255, 149, 0, 0.65);
}

.hero-live-main {
  display: grid;
  gap: 18px;
}

.hero-live-artwork {
  width: 145px;
  height: 145px;
  object-fit: cover;
  margin: 0 auto 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

#originalTrackTitle {
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  line-height: 1.1;
  margin-bottom: 14px;
}

.hero-live-player audio {
  width: 100%;
  display: block;
  margin-top: 18px;
}

.now-playing-mini,
.song-progress-wrap {
  margin-top: 14px;
  padding: 11px 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(141, 201, 255, 0.18);
}

.np-label {
  display: block;
  margin-bottom: 4px;
  color: #8dc9ff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#now-playing-title {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
}

.song-time {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 800;
}

.song-progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

#song-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #00e5ff, #7c4dff);
}

#song-remaining,
.song-next-track {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 700;
}

.song-next-track {
  color: #8dc9ff;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
}

.track-like,
.artist-boost-btn {
  margin-top: 18px;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b00, #ff9500);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(255, 149, 0, 0.36);
}

.track-like:disabled {
  opacity: 0.82;
  cursor: default;
}

#originalTrackCount {
  display: inline-block;
  margin: 0.9rem 0 0 10px;
  color: #ff9800;
  font-size: 1.1rem;
  font-weight: 900;
}

.now-playing-artist-action {
  margin-top: 14px;
  text-align: center;
}

.now-playing-artist-action p {
  color: #8dc9ff;
  font-size: 0.86rem;
  font-weight: 800;
}

.now-playing-artist-action a {
  display: inline-block;
  margin-top: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #8dc9ff;
  color: #000000;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 900;
}

@media (min-width: 900px) {
  .hero-live-player {
    max-width: 1040px;
  }

  .hero-live-main {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    text-align: left;
  }

  .hero-live-artwork {
    width: 100%;
    height: auto;
    max-width: 320px;
    aspect-ratio: 1 / 1;
    justify-self: center;
    margin: 0;
  }

  .hero-live-copy h2 {
    text-align: left;
  }
}

/* =========================================================
   STATION PULSE / LIVE FEED
========================================================= */

.radio-flow-section,
.live-feed-section {
  width: min(1200px, 92%);
  margin: 70px auto;
}

.radio-flow-header,
.artist-section-header {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.radio-flow-header h2,
.artist-section-header h2,
.live-feed-card h2,
.top-songs-card h2,
.top-shared-card h2 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.06;
  margin-bottom: 14px;
}

.radio-flow-header p,
.artist-section-text,
.live-feed-subtitle,
.top-songs-intro,
.top-songs-note,
.top-shared-intro,
.top-shared-note {
  max-width: 760px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

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

.radio-flow-card,
.live-feed-card {
  padding: 32px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(12, 18, 32, 0.96), rgba(5, 8, 15, 0.98));
  border: 1px solid rgba(141, 201, 255, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.radio-flow-feature,
.live-feed-card {
  text-align: center;
}

.radio-track-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.radio-track-list li,
.feed-item {
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(141, 201, 255, 0.12);
}

.radio-track-list .track-name,
.radio-track-list .artist-name {
  display: block;
}

.radio-track-list .track-name {
  color: #ffffff;
  font-weight: 900;
}

.radio-track-list .artist-name {
  color: #8dc9ff;
  font-size: 0.88rem;
  font-weight: 800;
  margin-top: 4px;
}

.next-track-card {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.up-next-artwork {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 8px;
}

.up-next-eq {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 34px;
}

.up-next-eq span {
  display: block;
  width: 6px;
  height: 18px;
  border-radius: 999px;
  background: rgba(141, 201, 255, 0.9);
}

#liveRotationStatus {
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.2;
}

#liveRotationText {
  color: rgba(255, 255, 255, 0.72);
}

.up-next-tags,
.live-feed {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.up-next-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(141, 201, 255, 0.18);
  color: #8dc9ff;
  font-size: 0.74rem;
  font-weight: 900;
}

.live-feed-card {
  max-width: 900px;
  margin: 0 auto;
}

.live-feed {
  display: grid;
  gap: 12px;
}

.feed-item {
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}

/* =========================================================
   CURRENT #1 / TOP 5 / TOP ARTISTS
========================================================= */

.current-number-one-section,
.top-songs-section,
.top-shared-section {
  max-width: 1120px;
  margin: 60px auto;
  padding: 0 20px;
}

.current-number-one-card,
.top-songs-card,
.top-shared-card {
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(8, 15, 28, 0.96), rgba(18, 25, 38, 0.92));
  border: 1px solid rgba(0, 118, 206, 0.28);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.44);
  text-align: center;
}

.current-number-one-card {
  max-width: 860px;
  margin: 0 auto;
  border-color: rgba(255, 152, 0, 0.28);
}

.current-number-one-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 24px 0;
}

.current-number-one-artwork {
  width: 140px;
  height: 140px;
  min-width: 140px;
  max-width: 140px;
  object-fit: cover;
  border-radius: 18px;
}

.current-number-one-info {
  text-align: left;
}

.current-number-one-info h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
}

.current-number-one-info p {
  margin: 0 0 0.8rem;
  color: #29a8ff;
  font-size: 1.05rem;
  font-weight: 800;
}

.current-number-one-likes,
.top-song-likes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  min-width: 86px;
  border-radius: 999px;
  background: rgba(255, 152, 0, 0.14);
  border: 1px solid rgba(255, 152, 0, 0.4);
  color: #ff9800;
  font-size: 1.05rem;
  font-weight: 900;
  white-space: nowrap;
}

.top-songs-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.top-song-full-link {
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.top-song-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 128px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 170, 255, 0.18);
}

.top-song-card:first-child {
  border-color: rgba(255, 215, 0, 0.55);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.12), rgba(255, 255, 255, 0.04));
}

.top-song-card:first-child .top-song-rank::after {
  content: " 👑";
}

.top-song-main {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  grid-template-columns: 58px 92px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.top-song-rank {
  color: #ff9800;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
}

.top-song-artwork {
  width: 92px;
  height: 92px;
  min-width: 92px;
  max-width: 92px;
  object-fit: cover;
  border-radius: 14px;
}

.top-song-info {
  min-width: 0;
  text-align: left;
}

.top-song-info h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.top-song-info p {
  margin: 0;
  color: #4db8ff;
  font-size: 0.95rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.top-song-likes {
  flex: 0 0 auto;
  margin-left: auto;
}

.top-songs-actions {
  margin: 24px 0 12px;
  text-align: center;
}

.top-shared-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.shared-artist-card {
  display: block;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 170, 255, 0.18);
  color: inherit;
  text-decoration: none;
}

.shared-rank {
  display: inline-block;
  margin-bottom: 14px;
  color: #8dc9ff;
  font-size: 1.85rem;
  font-weight: 900;
}

.leaderboard-image {
  width: 135px;
  height: 135px;
  object-fit: cover;
  margin: 0 auto 16px;
  border-radius: 20px;
}

.view-spotlight-text {
  display: inline-block;
  margin-top: 14px;
  color: #8dc9ff;
  font-size: 0.88rem;
  font-weight: 900;
}

/* =========================================================
   ARTIST CAROUSEL / CARDS
========================================================= */

.artist-links-section {
  padding: 60px 20px;
  text-align: center;
  background: #050505;
}

.artist-links-section h2 {
  color: #8dc9ff;
}

.artist-carousel-shell {
  width: min(1240px, 100%);
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.artist-rail-wrap {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.artist-grid {
  max-width: 1300px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 28px;
}

.artist-grid.artist-rail {
  max-width: none;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 18px;
  scrollbar-width: none;
}

.artist-grid.artist-rail::-webkit-scrollbar {
  display: none;
}

.artist-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 560px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(10, 18, 30, 0.96), rgba(4, 8, 14, 0.98));
  border: 1px solid rgba(0, 170, 255, 0.18);
  box-shadow: 0 0 24px rgba(0, 170, 255, 0.08);
  overflow: hidden;
}

.artist-grid.artist-rail .artist-card {
  flex: 0 0 320px;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  min-height: 560px;
  scroll-snap-align: start;
}

/* Equal height artist cards */
.artist-grid.artist-rail .artist-card {
  display: flex;
  flex-direction: column;
}

.artist-grid.artist-rail .artist-description {
  min-height: 88px;
  line-height: 1.5;
}

.artist-grid.artist-rail .artist-meta {
  min-height: 80px;
}

.artist-grid.artist-rail .artist-buttons {
  margin-top: auto;
}

.artist-image,
.artist-card img {
  width: 100%;
  height: 220px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto 18px;
  border-radius: 18px;
}

.artist-badge {
  margin-bottom: 10px;
  color: #8dc9ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.new-badge {
  display: inline-block;
  align-self: center;
  margin: 0.2rem auto 0.8rem;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 42, 117, 0.95), rgba(255, 120, 40, 0.92));
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.artist-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1.1;
}

.artist-description {
  margin: 0 auto 14px;
  color: #dddddd;
  font-size: 0.95rem;
  line-height: 1.55;
}

.artist-added {
  margin-bottom: 16px;
  color: #888888;
  font-size: 0.84rem;
  letter-spacing: 0.05em;
}

.artist-meta,
.broadcast-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.artist-meta span,
.broadcast-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(141, 201, 255, 0.22);
  color: #8dc9ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.artist-buttons {
  margin-top: 18px;
}

.artist-buttons a,
.artist-card .btn {
  padding: 10px 16px;
  border-radius: 999px;
  background: #00a3ff;
  color: #000000;
  text-decoration: none;
  font-weight: 900;
}

.artist-arrow {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(141, 201, 255, 0.35);
  background: rgba(0, 118, 206, 0.20);
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 900;
  cursor: pointer;
}

.artist-arrow.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.artist-cta {
  max-width: 720px;
  margin: 60px auto 0;
  text-align: center;
}

.artist-cta h3 {
  color: #ffffff;
  font-size: 1.75rem;
}

.artist-cta p {
  margin-bottom: 24px;
  color: #cccccc;
}

/* =========================================================
   ROTATION PROOF / GENERIC SECTIONS
========================================================= */

.section {
  max-width: 1000px;
  margin: auto;
  padding: 78px 20px;
  text-align: center;
}

.section h2 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.06;
  margin-bottom: 20px;
}

.section p {
  max-width: 780px;
  margin: 0 auto 26px;
  color: #d0d0d0;
  font-size: 1.06rem;
  line-height: 1.75;
}

#artists {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at center, rgba(0, 118, 206, 0.12), transparent 60%);
}

.rotation-proof {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px auto 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.rotation-proof a {
  color: #8dc9ff;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 118, 206, 0.12);
  border: 1px solid rgba(141, 201, 255, 0.22);
}

/* =========================================================
   NIGHTLY PROGRAMMING / PROMO / FOOTER
========================================================= */

.jal-programming {
  position: relative;
  overflow: hidden;
  padding: 64px 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 118, 206, 0.22), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(255, 149, 0, 0.10), transparent 32%),
    linear-gradient(180deg, #050505 0%, #07101b 48%, #050505 100%);
  border-top: 1px solid rgba(141, 201, 255, 0.12);
  border-bottom: 1px solid rgba(141, 201, 255, 0.10);
}

.jal-programming-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.jal-programming-header {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.jal-programming-title {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  line-height: 0.95;
}

.jal-programming-copy {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.7;
}

.jal-programming-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 118, 206, 0.13);
  border: 1px solid rgba(141, 201, 255, 0.26);
  color: #8dc9ff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jal-lineup {
  display: grid;
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
}

.jal-show {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(141, 201, 255, 0.13);
}

.jal-show-time {
  color: #8dc9ff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.jal-show-title {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.1;
}

.jal-show-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.55;
}

.jal-show-featured {
  border-color: rgba(255, 149, 0, 0.46);
  background: linear-gradient(135deg, rgba(255, 149, 0, 0.12), rgba(0, 118, 206, 0.07));
}

.jal-show-featured .jal-show-title {
  color: #ffb347;
}

.jal-schedule-note {
  margin: 20px auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.50);
  font-size: 0.82rem;
}

.promo-video-section {
  padding: 50px 20px 80px;
  background: #000000;
  text-align: center;
}

.promo-video-container {
  max-width: 1100px;
  margin: 0 auto;
}

.creative-chaos-banner {
  width: 100%;
  margin: 0 auto 28px;
  border-radius: 22px;
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000000;
  border-radius: 18px;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.promo-video-btn {
  margin-top: 28px;
}

footer {
  margin-top: 60px;
  padding: 34px 20px;
  text-align: center;
  color: #777777;
}

.footer-links {
  margin-top: 10px;
}

.footer-links a,
.social-links a {
  color: #8dc9ff;
  text-decoration: none;
  font-weight: 800;
}

.social-links {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-station {
  margin-top: 18px;
  color: #777777;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.genre-blocks-section[style*="display:none"],
.genre-strip-section[style*="display:none"],
.recent-artists-strip[style*="display:none"] {
  display: none !important;
}

/* =========================================================
   ARTIST PAGE SUPPORT
========================================================= */

.artist-page-hero,
.artist-spotlights-page {
  max-width: 1200px;
  margin: 80px auto;
  padding: 32px;
  text-align: center;
}

.artist-page-image {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 24px;
  border-radius: 22px;
}

.artist-page-section {
  padding: 70px 20px;
  text-align: center;
  background: #090909;
  color: #ffffff;
}

.share-box {
  display: block;
  width: min(420px, 92vw);
  margin: 28px auto 0;
  padding: 22px 20px 18px;
  text-align: center;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0, 170, 255, 0.14), rgba(0, 0, 0, 0.45));
  border: 1px solid rgba(0, 170, 255, 0.32);
}

.signal-boost-btn,
.share-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #00aaff, #005eff);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {
  .top-nav {
    gap: 10px;
    padding: 11px 8px;
    flex-wrap: wrap;
  }

  .top-nav a {
    font-size: 0.68rem;
  }

  .status-strip {
    gap: 8px;
    padding: 6px 8px;
    margin-bottom: 20px;
  }

  .status-strip span {
    font-size: 0.62rem;
  }

  .hero,
  .hero-upgraded {
    min-height: auto;
    padding: 108px 12px 34px;
  }

  .hero-content {
    width: 100%;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .glow,
  .hero-eq {
    display: none;
  }

  .site-logo {
    max-width: 132px;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 3.8rem);
  }

  .buttons,
  .artist-buttons,
  .featured-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 100%;
  }

  .section-kicker::before,
  .section-kicker::after {
    width: 24px;
    margin: 0 8px 4px;
  }

  .radio-flow-section,
  .live-feed-section,
  .current-number-one-section,
  .top-songs-section,
  .top-shared-section,
  .artist-links-section,
  .promo-video-section,
  .section {
    width: 100%;
    margin: 34px auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .radio-flow-grid,
  .top-shared-grid {
    grid-template-columns: 1fr;
  }

  .radio-flow-card,
  .live-feed-card,
  .current-number-one-card,
  .top-songs-card,
  .top-shared-card {
    padding: 18px;
    border-radius: 20px;
    box-shadow: none;
  }

  .current-number-one-content {
    flex-direction: column;
    text-align: center;
  }

  .current-number-one-info {
    text-align: center;
  }

  .current-number-one-artwork {
    width: 120px;
    height: 120px;
    min-width: 120px;
    max-width: 120px;
  }

  .top-song-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 14px;
  }

  .top-song-main {
    display: grid;
    grid-template-columns: 40px 74px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }

  .top-song-artwork {
    width: 74px;
    height: 74px;
    min-width: 74px;
    max-width: 74px;
  }

  .top-song-likes {
    width: 100%;
    margin: 0;
  }

  .artist-carousel-shell {
    display: block;
  }

  .artist-arrow {
    display: none;
  }

  .artist-grid.artist-rail {
    display: flex;
    overflow-x: auto;
  }

  .artist-grid.artist-rail .artist-card {
    flex: 0 0 82vw;
    width: 82vw;
    min-width: 82vw;
    max-width: 82vw;
  }

  .artist-card {
    min-height: auto;
    padding: 18px 14px;
    border-radius: 18px;
    box-shadow: none;
  }

  .artist-card h3 {
    font-size: 1.4rem;
  }

  .artist-image,
  .artist-card img {
    height: 210px;
  }

  .jal-programming {
    padding: 46px 14px;
  }

  .jal-show {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 17px 15px;
    text-align: center;
    border-radius: 18px;
  }

  .promo-video-section,
  .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  footer {
    padding: 28px 14px;
    font-size: 0.84rem;
  }
}


/* =========================================================
   FINAL SAFETY LOCKS - HOMEPAGE ROWS/CAROUSEL
========================================================= */

.top-songs-grid .top-song-card.top-song-full-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.top-songs-grid .top-song-main {
  display: grid !important;
  grid-template-columns: 58px 92px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.top-songs-grid .top-song-likes {
  flex: 0 0 auto !important;
  margin-left: 18px !important;
}

.artist-grid.artist-rail {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.artist-grid.artist-rail .artist-card {
  flex: 0 0 320px !important;
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
}

@media (max-width: 800px) {
  .top-songs-grid .top-song-card.top-song-full-link {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .top-songs-grid .top-song-main {
    grid-template-columns: 40px 74px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .top-songs-grid .top-song-likes {
    width: 100% !important;
    margin: 0 !important;
  }

  .artist-grid.artist-rail .artist-card {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
  }
}

/* =========================
   UNDERGROUND BATTLE SECTION - FINAL CLEAN VERSION
   ========================= */

.battle-section {
  max-width: 1120px;
  margin: 60px auto;
  padding: 0 20px;
}

.battle-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(8,15,28,0.96), rgba(18,25,38,0.92));
  border: 1px solid rgba(0,118,206,0.28);
  box-shadow: 0 28px 78px rgba(0,0,0,0.44);
  text-align: center;
}

.battle-subtitle {
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,0.76);
  line-height: 1.6;
}

.battle-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.battle-artist-card {
  min-height: 360px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(141,201,255,0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.battle-artwork {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
  border-radius: 18px;
  margin: 0 auto 16px;
}

.battle-label {
  color: #8dc9ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.battle-artist-card h3 {
  margin: 8px 0 4px;
  font-size: 1.45rem;
  line-height: 1.15;
}

.battle-vote-btn {
  margin-top: 16px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b00, #ff9500);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.battle-middle {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  display: grid;
  place-items: center;
  gap: 10px;
}

.battle-vs {
  color: #ff9800;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.battle-leader {
  width: 115px;
  padding: 7px 8px;
  border-radius: 999px;
  background: rgba(255,149,0,0.12);
  border: 1px solid rgba(255,149,0,0.32);
  color: #ffb347;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.battle-score-box {
  width: 115px;
  display: grid;
  justify-items: center;
  gap: 7px;
}

.battle-results {
  min-width: 110px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(141,201,255,0.22);
  color: #8dc9ff;
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.battle-vote-count {
  color: rgba(255,255,255,0.74);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.battle-deadline {
  width: 110px;
  padding: 7px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(141,201,255,0.18);
  color: rgba(255,255,255,0.72);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.battle-note {
  max-width: 780px;
  margin: 24px auto 0;
  color: #8dc9ff;
  font-weight: 800;
}

@media (max-width: 768px) {
  .battle-section {
    width: 100%;
    margin: 34px auto;
    padding: 0 14px;
  }

  .battle-card {
    padding: 22px 16px;
    border-radius: 22px;
  }

  .battle-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .battle-artist-card {
    width: 100%;
    max-width: 320px;
    min-height: auto;
  }

  .battle-middle {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 10px auto;
  }

  .battle-leader,
  .battle-score-box,
  .battle-deadline {
    width: auto;
  }

  .battle-leader {
    max-width: 260px;
  }

  .battle-artwork {
    width: 140px !important;
    height: 140px !important;
  }

  .battle-vote-btn {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .battle-note {
    font-size: 0.9rem;
    line-height: 1.45;
  }
}

/* FIX ARTIST SPOTLIGHT GRID CARDS */
.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.spotlight-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(141, 201, 255, 0.15);
  border-radius: 22px;
  padding: 22px;
  text-align: center;
  overflow: hidden;
}

.spotlight-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 18px;
}

.spotlight-card h2 {
  margin: 8px 0;
}

.spotlight-card p {
  font-size: 0.95rem;
  line-height: 1.55;
}

.spotlight-card {
  display: flex;
  flex-direction: column;
}

.spotlight-card .btn {
  margin-top: auto;
}

.artist-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 16px;
}

.artist-badges span {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0,118,206,.15);
  border: 1px solid rgba(141,201,255,.25);
  color: #8dc9ff;
  font-size: .75rem;
  font-weight: 700;
}

.spotlight-card p {
  flex-grow: 1;
}
/* =========================================================
   ARTIST SERVICES PAGE - FINAL POLISH
   Keeps the services page premium on desktop and mobile.
========================================================= */

.artist-services-page {
  padding: 112px 20px 70px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 118, 206, 0.24), transparent 34%),
    radial-gradient(circle at 15% 22%, rgba(255, 149, 0, 0.09), transparent 24%),
    linear-gradient(180deg, #050505 0%, #07101b 42%, #050505 100%);
  overflow: hidden;
}

.artist-services-page .services-hero,
.artist-services-page .info-panel,
.artist-services-page .faq-section,
.artist-services-page .email-cta {
  width: min(1050px, 100%);
  margin: 0 auto 46px;
  text-align: center;
}

.artist-services-page .services-hero {
  padding: 58px 28px 36px;
  border-radius: 30px;

  background:
    linear-gradient(
      135deg,
      rgba(5, 8, 20, 0.92),
      rgba(10, 18, 42, 0.75)
    );

  border: 1px solid rgba(141, 201, 255, 0.16);
  box-shadow: 0 24px 80px rgba(0,0,0,.38);
}

.artist-services-page .eyebrow,
.artist-services-page .service-badge {
  margin-bottom: 12px;
  color: #8dc9ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.artist-services-page .services-hero h1 {
  font-family: "Anton", Arial, Helvetica, sans-serif;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(0, 118, 206, 0.26);
}

.artist-services-page .hero-copy,
.artist-services-page .hero-trust,
.artist-services-page .service-card p,
.artist-services-page .info-panel p,
.artist-services-page .faq-section p,
.artist-services-page .email-cta p,
.artist-services-page .price-card p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.artist-services-page .hero-trust {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
}

.artist-services-page .hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.artist-services-page .services-grid,
.artist-services-page .pricing-grid,
.artist-services-page .file-list {
  width: min(1120px, 100%);
  margin: 0 auto 46px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.artist-services-page .service-card,
.artist-services-page .price-card,
.artist-services-page .info-panel,
.artist-services-page .faq-section,
.artist-services-page .email-cta {
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(10, 18, 30, 0.96), rgba(4, 8, 14, 0.98));
  border: 1px solid rgba(141, 201, 255, 0.18);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
}

.artist-services-page .service-card {
  position: relative;
  min-height: 250px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.artist-services-page .service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(141, 201, 255, 0.35);
  box-shadow: 0 0 30px rgba(0, 118, 206, 0.18), 0 22px 60px rgba(0, 0, 0, 0.35);
}

.artist-services-page .service-card span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 2rem;
}

.artist-services-page .service-card h2,
.artist-services-page .info-panel h2,
.artist-services-page .faq-section h2,
.artist-services-page .email-cta h2 {
  margin: 8px 0 12px;
  color: #ffffff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.artist-services-page .info-panel,
.artist-services-page .faq-section,
.artist-services-page .email-cta {
  width: min(1050px, 100%);
}

.artist-services-page .file-list {
  margin-top: 24px;
  margin-bottom: 0;
}

.artist-services-page .file-list > div {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(141, 201, 255, 0.12);
}

.artist-services-page .file-list h3,
.artist-services-page .price-card h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 1.25rem;
}

.artist-services-page .pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.artist-services-page .price-card {
  text-align: center;
}

.artist-services-page .price-card strong {
  display: block;
  margin-top: 4px;
  color: #8dc9ff;
  font-size: 2.4rem;
  line-height: 1;
}

.artist-services-page .price-card.featured {
  border-color: rgba(255, 149, 0, 0.5);
  background:
    linear-gradient(145deg, rgba(255, 149, 0, 0.12), rgba(0, 118, 206, 0.12)),
    linear-gradient(145deg, rgba(10, 18, 30, 0.96), rgba(4, 8, 14, 0.98));
}

.artist-services-page .artist-services-trust {
  width: min(1050px, 100%);
  margin: 0 auto 46px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.artist-services-page .artist-services-trust span {
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(0, 118, 206, 0.12);
  border: 1px solid rgba(141, 201, 255, 0.22);
  color: #8dc9ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.artist-services-page .faq-section p {
  max-width: 860px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.artist-services-page .faq-section p:last-child {
  border-bottom: 0;
}

.artist-services-page .email-line {
  color: #8dc9ff !important;
  font-weight: 900;
}

.artist-services-page .small-note {
  margin-top: 18px;
  font-size: 0.9rem !important;
}

@media (max-width: 920px) {
  .artist-services-page .pricing-grid,
  .artist-services-page .artist-services-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .artist-services-page {
    padding: 112px 14px 50px;
  }

  .artist-services-page .services-hero {
    padding: 36px 18px 26px;
    border-radius: 24px;
  }

  .artist-services-page .services-hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
    line-height: 0.92;
  }

  .artist-services-page .hero-copy,
  .artist-services-page .hero-trust,
  .artist-services-page .service-card p,
  .artist-services-page .info-panel p,
  .artist-services-page .faq-section p,
  .artist-services-page .email-cta p,
  .artist-services-page .price-card p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .artist-services-page .hero-buttons,
  .artist-services-page .services-grid,
  .artist-services-page .pricing-grid,
  .artist-services-page .file-list,
  .artist-services-page .artist-services-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .artist-services-page .hero-buttons .btn,
  .artist-services-page .email-cta .btn {
    width: 100%;
  }

  .artist-services-page .service-card,
  .artist-services-page .price-card,
  .artist-services-page .info-panel,
  .artist-services-page .faq-section,
  .artist-services-page .email-cta {
    padding: 22px 18px;
    border-radius: 22px;
  }
}


/* =========================================================
   ARTIST SERVICES PAGE - HARD FINAL OVERRIDES
   Paste-safe. These rules must stay at the very bottom.
========================================================= */

.artist-services-page {
  padding-top: 125px !important;
}

.artist-services-page .services-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: 64px 32px 42px !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.72), rgba(0,0,0,0.90)),
    radial-gradient(circle at 50% 10%, rgba(0,118,206,0.38), transparent 48%),
    url("/images/creative-chaos-banner.jpg") center / cover no-repeat !important;
  border: 1px solid rgba(141,201,255,0.22) !important;
  box-shadow:
    0 0 46px rgba(0,118,206,0.16),
    0 30px 90px rgba(0,0,0,0.48) !important;
}

.artist-services-page .services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
  pointer-events: none;
}

.artist-services-page .services-hero > * {
  position: relative;
  z-index: 1;
}

.artist-services-page .service-badge {
  display: inline-block !important;
  width: auto !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  background: rgba(255,149,0,0.16) !important;
  border: 1px solid rgba(255,149,0,0.38) !important;
  color: #ffb347 !important;
  font-size: 0.72rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin: 0 0 14px !important;
}

.artist-services-page .service-card:first-child {
  border-color: rgba(255,149,0,0.42) !important;
  background:
    linear-gradient(145deg, rgba(255,149,0,0.10), rgba(0,118,206,0.08)),
    linear-gradient(145deg, rgba(10,18,30,0.96), rgba(4,8,14,0.98)) !important;
}

.artist-services-page .service-card,
.artist-services-page .price-card {
  text-align: center !important;
}

.artist-services-page .price-card.featured {
  transform: translateY(-6px);
  box-shadow:
    0 0 34px rgba(255,149,0,0.14),
    0 22px 60px rgba(0,0,0,0.40) !important;
}

.artist-services-page .price-card.featured h3::after {
  content: "Best Value";
  display: block;
  width: fit-content;
  margin: 10px auto 0;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255,149,0,0.16);
  border: 1px solid rgba(255,149,0,0.38);
  color: #ffb347;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.artist-services-page .pricing-grid::after {
  content: "✓ Independent Artist Friendly   ✓ Fast Turnaround   ✓ Quotes Before Work Begins   ✓ Live Performance Experience";
  grid-column: 1 / -1;
  display: block;
  margin-top: 6px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(0,118,206,0.10);
  border: 1px solid rgba(141,201,255,0.22);
  color: #8dc9ff;
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
}

.artist-services-page .email-cta {
  border-color: rgba(255,149,0,0.34) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,149,0,0.12), transparent 42%),
    linear-gradient(145deg, rgba(10,18,30,0.96), rgba(4,8,14,0.98)) !important;
}

@media (max-width: 760px) {
  .artist-services-page {
    padding-top: 118px !important;
  }

  .artist-services-page .services-hero {
    padding: 42px 18px 30px !important;
  }

  .artist-services-page .price-card.featured {
    transform: none;
  }

  .artist-services-page .pricing-grid::after {
    content: "✓ Independent Artist Friendly\A✓ Fast Turnaround\A✓ Quotes Before Work Begins\A✓ Live Performance Experience";
    white-space: pre-line;
    line-height: 1.7;
  }
}

/* =========================================================
   MIKE GOSSAGE PREMIUM PAGE - HERO FIX ONLY
   Safe bottom override. Does not affect other pages.
========================================================= */

.premium-spotlight-page .premium-hero {
  max-width: 980px;
  margin: 0 auto 38px;
  padding: 28px 24px 34px;
}

.premium-spotlight-page .premium-artist-image {
  width: min(280px, 100%);
  margin: 0 auto 20px;
}

.premium-spotlight-page h1 {
  font-size: clamp(2.9rem, 7vw, 4.8rem);
  margin-bottom: 12px;
}

.premium-spotlight-page .premium-subtitle {
  max-width: 760px;
  margin-bottom: 14px;
}

.premium-spotlight-page .premium-meta {
  margin: 18px auto;
}

.premium-spotlight-page .share-box {
  margin-top: 22px;
}

@media (max-width: 820px) {
  .premium-spotlight-page .premium-hero {
    padding: 24px 16px 28px;
  }

  .premium-spotlight-page .premium-artist-image {
    width: min(250px, 100%);
  }
}

.premium-spotlight-home{
  max-width:900px;
  margin:60px auto;
  text-align:center;
  padding:40px 30px;
  border-radius:24px;
  background:linear-gradient(
    135deg,
    rgba(0,118,206,.12),
    rgba(255,255,255,.03)
  );
  border:1px solid rgba(141,201,255,.18);
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}

.premium-spotlight-home h2{
  margin-bottom:16px;
}

.premium-spotlight-home p{
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}

.chaos-start-btn {
  width: 100%;
  margin: 22px 0 10px;
  padding: 18px 22px;
  border: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at top left, rgba(255,149,0,.42), transparent 34%),
    linear-gradient(135deg, #0076ce, #111, #ff9500);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;
  box-shadow: 0 0 28px rgba(0,118,206,.45), 0 0 22px rgba(255,149,0,.22);
  animation: chaosPulse 1.7s ease-in-out infinite;
}

.chaos-play-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.18);
  font-size: 1.4rem;
}

.chaos-start-btn strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.chaos-start-btn small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

@keyframes chaosPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 24px rgba(0,118,206,.36), 0 0 18px rgba(255,149,0,.18);
  }

  50% {
    transform: scale(1.025);
    box-shadow: 0 0 42px rgba(0,118,206,.62), 0 0 34px rgba(255,149,0,.34);
  }
}

.chaos-launch-btn {
  width: 100%;
  max-width: 520px;
  margin: 24px auto 18px;
  padding: 18px 24px;
  border: 1px solid rgba(255,149,0,.65);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255,149,0,.42), transparent 38%),
    linear-gradient(135deg, #07101b, #0076ce 48%, #ff9500);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  box-shadow:
    0 0 34px rgba(0,118,206,.45),
    0 0 30px rgba(255,149,0,.28);
  animation: chaosButtonPulse 1.6s ease-in-out infinite;
}

.chaos-launch-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.26);
  font-size: 1.6rem;
  box-shadow: inset 0 0 18px rgba(255,255,255,.12);
}

.chaos-launch-text strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: .06em;
}

.chaos-launch-text small {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.8);
  font-size: .82rem;
  font-weight: 800;
}

@keyframes chaosButtonPulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
  }
}

.chaos-launch-btn.is-live {
  animation: none;
  background:
    linear-gradient(135deg, #111, #0076ce);
  border-color: rgba(141,201,255,.55);
}

.home-collab-callout {
  width: min(1120px, calc(100% - 32px));
  margin: 54px auto;
}

.home-collab-card {
  padding: 34px 26px;
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(0,118,206,.22), transparent 35%),
    linear-gradient(145deg, rgba(10,18,30,.96), rgba(4,8,14,.98));
  border: 1px solid rgba(141,201,255,.18);
  box-shadow: 0 22px 60px rgba(0,0,0,.35);
}

.home-collab-card h2 {
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.home-collab-card p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

@media (max-width: 760px) {
  .home-collab-card {
    padding: 26px 18px;
  }
}