/* WGen-X Radio — site stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root{
  --bg-0:#0A0A0A;
  --bg-1:#141414;
  --bg-2:#1C1C1C;
  --border:#2A2A2A;
  --red:#E2231A;
  --red-dim:#A31A13;
  --text-1:#F5F3EF;
  --text-2:#A8A8A8;
  --text-3:#6E6E6E;
}

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

body{
  background:var(--bg-0);
  color:var(--text-1);
  font-family:'Inter',sans-serif;
  line-height:1.5;
}

h1,h2,h3,.display{
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.01em;
}

.mono{font-family:'IBM Plex Mono',monospace;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}
.wrap{max-width:1240px;margin:0 auto;padding:0 32px;}

/* ---------- Player bar ---------- */
.player-bar{
  position:sticky;top:0;z-index:60;
  background:var(--bg-1);
  border-bottom:1px solid var(--border);
}
.player-inner{
  max-width:1240px;margin:0 auto;padding:9px 32px;
  display:flex;align-items:center;gap:16px;
}
.play-btn{
  width:32px;height:32px;border-radius:50%;
  background:var(--red);color:#1A0605;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;cursor:pointer;
}
.play-btn svg{width:12px;height:12px;}
.now-playing{flex:1;min-width:0;}
.now-playing .label{font-size:10px;color:var(--red);letter-spacing:0.1em;text-transform:uppercase;font-weight:600;}
.now-playing .track{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bars{display:flex;align-items:flex-end;gap:2px;height:14px;flex-shrink:0;}
.bars span{width:3px;background:var(--red);border-radius:1px;animation:eq 1s ease-in-out infinite;}
.bars span:nth-child(1){height:40%;animation-delay:0s;}
.bars span:nth-child(2){height:100%;animation-delay:.2s;}
.bars span:nth-child(3){height:65%;animation-delay:.4s;}
.bars span:nth-child(4){height:85%;animation-delay:.1s;}
@keyframes eq{0%,100%{transform:scaleY(0.4);}50%{transform:scaleY(1);}}
.live-tag{
  display:flex;align-items:center;gap:6px;flex-shrink:0;
  font-size:10px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-2);
}
.live-dot{width:6px;height:6px;border-radius:50%;background:var(--red);}

/* ---------- Header / nav ---------- */
header.site{padding:22px 0;}
.site-nav{display:flex;align-items:center;justify-content:space-between;}
.wordmark{font-family:'Oswald',sans-serif;font-size:24px;font-weight:700;text-transform:uppercase;}
.wordmark .x{color:var(--red);}
.wordmark small{display:block;font-size:10px;letter-spacing:0.25em;color:var(--text-2);font-weight:500;}
nav.links{display:flex;gap:30px;font-size:13px;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;color:var(--text-1);}
nav.links a{color:var(--text-1);opacity:0.85;}
nav.links a:hover{opacity:1;color:var(--red);}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  border-bottom:3px solid var(--red);
  padding:64px 0 44px;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.8) 40%, rgba(10,10,10,0.3) 70%, rgba(10,10,10,0.05) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.15), rgba(10,10,10,0.55)),
    url('images/hero-background.png') center/cover no-repeat,
    var(--bg-1);
}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;font-weight:600;color:var(--red);
  letter-spacing:0.1em;text-transform:uppercase;margin-bottom:16px;
}
.hero h1{font-size:52px;line-height:1.02;font-weight:700;margin-bottom:10px;}
.hero h1 .accent{color:var(--red);}
.hero .tagline{font-size:16px;color:var(--text-2);margin-bottom:28px;}
.hero-actions{display:flex;align-items:center;gap:18px;}
.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 24px;font-size:14px;font-weight:600;letter-spacing:0.03em;text-transform:uppercase;
  cursor:pointer;border:1px solid transparent;border-radius:2px;
}
.btn-primary{background:var(--red);color:#1A0605;}
.btn-primary:hover{background:var(--red-dim);}
.btn-secondary{background:transparent;border-color:var(--border);color:var(--text-1);}
.waveform{display:flex;align-items:center;gap:2px;height:18px;}
.waveform span{width:2px;background:var(--red-dim);border-radius:1px;}

/* ---------- Now playing card ---------- */
.now-playing-card{
  margin-top:36px;
  display:flex;align-items:center;gap:16px;
  background:var(--bg-1);border:1px solid var(--border);
  padding:14px 18px;max-width:560px;
}
.np-logo{
  width:44px;height:44px;flex-shrink:0;
  background:var(--bg-2);border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  font-family:'Oswald',sans-serif;font-weight:700;color:var(--red);font-size:18px;
}
.np-body{flex:1;min-width:0;}
.np-label{font-size:10px;color:var(--text-3);letter-spacing:0.1em;text-transform:uppercase;margin-bottom:4px;}
.np-track{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.np-artist{font-size:13px;color:var(--text-2);margin-bottom:8px;}
.np-progress{height:3px;background:var(--border);border-radius:2px;overflow:hidden;}
.np-progress-fill{height:100%;width:0%;background:var(--red);transition:width 0.8s linear;}
.np-onair{
  flex-shrink:0;display:flex;align-items:center;gap:6px;
  background:var(--red);color:#1A0605;
  font-size:11px;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;
  padding:8px 14px;border-radius:999px;
}
.np-onair .live-dot{background:#1A0605;}

/* ---------- Feature strip ---------- */
.feature-strip{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1px;
  background:var(--border);
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
}
.feature-item{
  background:var(--bg-0);padding:32px 24px;text-align:center;
}
.feature-item .icon{
  width:40px;height:40px;margin:0 auto 14px;color:var(--red);
}
.feature-item .icon svg{width:100%;height:100%;}
.feature-item h3{font-size:14px;font-weight:600;margin-bottom:6px;letter-spacing:0.04em;}
.feature-item p{font-size:13px;color:var(--text-2);}

/* ---------- Section shell ---------- */
.section{padding:56px 0;border-bottom:1px solid var(--border);}
.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:28px;}
.section-head h2{font-size:22px;font-weight:600;}
.section-head .view-all{font-size:12px;font-weight:600;color:var(--red);letter-spacing:0.05em;text-transform:uppercase;}

/* ---------- Featured shows ---------- */
.shows-grid{display:grid;grid-template-columns:repeat(var(--show-count, 4), 1fr);gap:16px;}
.show-card{
  background:var(--bg-1);border:1px solid var(--border);
  overflow:hidden;position:relative;
}
.show-photo{
  aspect-ratio:3/4;background:var(--bg-2);
  overflow:hidden;position:relative;
}
.show-photo img{
  width:100%;height:100%;object-fit:contain;object-position:center;display:block;
}
.show-body{padding:16px 18px;}
.show-time{font-family:'IBM Plex Mono',monospace;font-size:11px;color:var(--red);margin-bottom:8px;letter-spacing:0.05em;}
.show-name{font-size:16px;font-weight:600;text-transform:uppercase;margin-bottom:4px;letter-spacing:0.01em;}
.show-host{font-size:13px;color:var(--text-2);margin-bottom:6px;}
.show-blurb{font-size:12px;color:var(--text-3);}
.show-card.live{border-color:var(--red);}
.live-badge{
  position:absolute;top:12px;left:12px;
  background:var(--red);color:#1A0605;
  font-size:10px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;
  padding:4px 8px;display:flex;align-items:center;gap:6px;
}
.live-badge .dot{width:5px;height:5px;border-radius:50%;background:#1A0605;}

/* ---------- Local spotlight ---------- */
.spotlight-card{
  display:grid;grid-template-columns:340px 1fr;gap:32px;
  background:var(--bg-1);border:1px solid var(--border);overflow:hidden;
}
.spotlight-photo{aspect-ratio:4/3;background:var(--bg-2);overflow:hidden;}
.spotlight-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.spotlight-body{padding:28px 28px 28px 0;display:flex;flex-direction:column;justify-content:center;}
.spotlight-eyebrow{font-size:12px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:8px;}
.spotlight-name{font-size:26px;font-weight:700;text-transform:uppercase;color:var(--red);margin-bottom:6px;}
.spotlight-tagline{font-size:14px;font-weight:600;color:var(--text-1);text-transform:uppercase;letter-spacing:0.04em;margin-bottom:14px;}
.spotlight-blurb{font-size:14px;color:var(--text-2);margin-bottom:20px;max-width:44ch;}
.spotlight-body .btn{align-self:flex-start;}

/* ---------- Spotlight + news side-by-side row ---------- */
.spotlight-news-row{
  display:grid;grid-template-columns:2fr 1fr;gap:32px;
  padding:56px 0;border-bottom:1px solid var(--border);
}
.spotlight-news-row .section{padding:0;border-bottom:none;}
.spotlight-news-row .news-grid{grid-template-columns:1fr;gap:0;}
.spotlight-news-row .news-card{
  display:flex;gap:14px;align-items:flex-start;
  background:transparent;border:none;border-bottom:1px solid var(--border);
  padding:16px 0;
}
.spotlight-news-row .news-card:first-child{padding-top:0;}
.spotlight-news-row .news-card:last-child{border-bottom:none;}
.spotlight-news-row .news-photo{
  width:72px;height:72px;flex-shrink:0;aspect-ratio:1;
}
.spotlight-news-row .news-body{padding:0;}
.spotlight-news-row .news-excerpt{display:none;}

/* ---------- News ---------- */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.news-card{background:var(--bg-1);border:1px solid var(--border);overflow:hidden;}
.news-photo{aspect-ratio:16/10;background:var(--bg-2);overflow:hidden;}
.news-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.news-body{padding:18px 20px;}
.news-date{font-size:11px;color:var(--text-3);text-transform:uppercase;letter-spacing:0.06em;margin-bottom:8px;}
.news-title{font-size:15px;font-weight:600;margin-bottom:6px;}
.news-excerpt{font-size:13px;color:var(--text-2);}

/* ---------- Newsletter footer ---------- */
footer.site{background:var(--bg-1);border-top:1px solid var(--border);padding:44px 0;}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-bottom:32px;border-bottom:1px solid var(--border);margin-bottom:24px;}
.footer-top h2{font-size:22px;font-weight:700;margin-bottom:4px;}
.footer-top p{font-size:13px;color:var(--text-2);}
.signup-form{display:flex;gap:0;}
.signup-form input{
  background:var(--bg-0);border:1px solid var(--border);border-right:none;
  padding:13px 16px;color:var(--text-1);font-size:14px;width:260px;border-radius:2px 0 0 2px;
}
.signup-form .btn{border-radius:0 2px 2px 0;}
.social{display:flex;gap:16px;}
.social a{width:34px;height:34px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;}
.social a:hover{border-color:var(--red);color:var(--red);}
.footer-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;}
.sponsors{display:flex;gap:22px;color:var(--text-3);font-size:12px;}
.copyright{font-size:12px;color:var(--text-3);}

@media (max-width: 900px){
  .hero-grid, .feature-strip, .shows-grid, .news-grid{grid-template-columns:repeat(2,1fr);}
  .spotlight-news-row{grid-template-columns:1fr;padding:32px 0;}
  .spotlight-card{grid-template-columns:1fr;}
  .spotlight-body{padding:20px 0 0;}
  .timeline{flex-direction:column;}
  .slot{border-right:none;border-bottom:1px solid var(--border);}
  nav.links{display:none;}
}