:root {
  --bg: #0b0a12;
  --bg-card: #161325;
  --text: #f4f0ff;
  --muted: #b7aecf;
  --accent: #5ef0ff;
  --accent-2: #ff4d6d;
  --border: rgba(255, 255, 255, 0.08);
  --radius: 14px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font);
  background: radial-gradient(1200px 600px at 10% -10%, #2a1538 0%, transparent 50%),
              radial-gradient(900px 500px at 100% 0%, #123048 0%, transparent 45%),
              var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100vh;
}
a { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--border);
  background: rgba(8, 6, 14, 0.85);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
}
.brand-logo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 10px;
}
.brand-logo--hero { width: 56px; height: 56px; }
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}
.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
}
.nav a:hover { color: var(--text); }
.nav-cta {
  color: #071018 !important;
  background: var(--accent);
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
}
.nav-cta--disabled {
  background: #3a3548;
  color: #8a849c !important;
  cursor: not-allowed;
  opacity: 0.85;
}
.btn-disabled {
  background: #3a3548 !important;
  color: #9a94aa !important;
  cursor: not-allowed;
  border-color: transparent !important;
  pointer-events: none;
  opacity: 0.9;
}
.season-now--off {
  border-color: rgba(255, 77, 109, 0.35);
}
.season-now-detail {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 500;
}
.season-now--on {
  border-color: rgba(255, 186, 73, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 186, 73, 0.14);
}
.season-now--live,
.season-now.lights-on {
  border-color: rgba(94, 240, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(94, 240, 255, 0.12);
}
.season-now-live {
  display: block;
  margin-top: 0.5rem;
}
.season-now-line {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
}

main { padding: 0 1.25rem 3rem; max-width: 1100px; margin: 0 auto; }

.hero {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem 0 2rem;
}
@media (min-width: 800px) {
  .hero { grid-template-columns: 1.1fr 1fr; align-items: center; }
}
.hero-visual img {
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  width: 100%;
}
.eyebrow { text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.75rem; color: var(--accent); margin: 0 0 0.5rem; }
.hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 0.5rem; }
.lede { color: var(--muted); font-size: 1.1rem; }
.season-now { background: var(--bg-card); border: 1px solid var(--border); padding: 0.75rem 1rem; border-radius: var(--radius); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; }

.btn {
  display: inline-block;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
}
.btn-primary { background: var(--accent); color: #071018; }
.btn-secondary { background: transparent; border-color: var(--border); color: var(--text); }
.btn-ghost { background: transparent; color: var(--muted); border-color: transparent; }
.btn-lg { font-size: 1.1rem; padding: 0.85rem 1.4rem; }

.section { padding: 1.75rem 0; }
.section h2, .section h1 { margin-top: 0; }
.section-intro { color: var(--muted); max-width: 50rem; }
.narrow { max-width: 40rem; }

.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.card-grid.two { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
}
.season-card { text-decoration: none; color: inherit; overflow: hidden; padding: 0; }
.season-card-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: radial-gradient(circle at 30% 20%, #2a1a40, #0a0812 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.season-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* full logo visible — no hard crop */
  object-position: center;
  padding: 0.5rem;
}
.season-card h3, .season-card p { padding: 0 1rem; }
.season-card h3 { margin-bottom: 0.25rem; }
.season-card .meta { color: var(--muted); font-size: 0.9rem; padding-bottom: 1rem; }

.cta-band {
  text-align: center;
  background: linear-gradient(135deg, rgba(94,240,255,0.12), rgba(255,77,109,0.12));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1rem;
}

/* Songs + YouTube links */
.song-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.song-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.75rem;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.65rem;
}
.song-cover {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  background: #000;
}
.song-cover--placeholder {
  background: linear-gradient(135deg, #2a2040, #1a3040);
}
.song-title-wrap { margin: 0; font-size: 1rem; line-height: 1.3; }
.song-title-link {
  color: var(--text);
  text-decoration: none;
  font-weight: 650;
  border-bottom: 1px solid rgba(94, 240, 255, 0.35);
}
.song-title-link:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.song-title { font-weight: 650; }
.song-artist { margin: 0.2rem 0 0; color: var(--muted); font-size: 0.85rem; }
.song-yt-badge {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: var(--accent-2);
  text-decoration: none;
  font-weight: 700;
}
.song-list-compact { padding-left: 1.1rem; }
.song-list-compact a { font-weight: 600; }

.season-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0; }
.chip {
  text-decoration: none;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.9rem;
}
.chip.is-active { background: var(--accent); color: #071018; border-color: transparent; font-weight: 700; }
.chip-major { border-color: rgba(94, 240, 255, 0.35); }
.chip-count {
  display: inline-block;
  margin-left: 0.25rem;
  padding: 0.05rem 0.4rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.25);
  font-size: 0.8em;
  font-weight: 700;
}
.chip.is-active .chip-count { background: rgba(0,0,0,0.15); }
.season-detail {
  display: grid;
  gap: 1rem;
  grid-template-columns: 120px 1fr;
  align-items: start;
  margin-bottom: 1.5rem;
}
.season-logo {
  width: 140px;
  height: 140px;
  object-fit: contain; /* full patriotic / season mark visible */
  object-position: center;
  border-radius: var(--radius);
  background: radial-gradient(circle at 30% 20%, #1a2448, #0a0812 70%);
  padding: 0.35rem;
}
.fact-list { padding-left: 1.1rem; color: var(--muted); }

.form label { display: block; margin-bottom: 0.85rem; font-weight: 600; }
.form input[type="text"], .form textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #0d0b16;
  color: var(--text);
  font: inherit;
}
.checkbox { font-weight: 500; display: flex !important; gap: 0.5rem; align-items: center; }
.muted { color: var(--muted); }
.notice { border-color: rgba(94, 240, 255, 0.3); }
.quote p { margin-top: 0; }
.quote footer { color: var(--muted); font-size: 0.9rem; }

.flash-list { list-style: none; padding: 0; }
.flash { padding: 0.75rem 1rem; border-radius: 10px; margin: 0.5rem 0; }
.flash-success { background: rgba(60, 200, 120, 0.15); border: 1px solid rgba(60, 200, 120, 0.4); }
.flash-error { background: rgba(255, 77, 109, 0.12); border: 1px solid rgba(255, 77, 109, 0.4); }

.secondary-brand img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  object-position: center;
  border-radius: var(--radius);
  margin-bottom: 1rem;
  background: radial-gradient(circle at 30% 20%, #1a2448, #0a0812 70%);
  padding: 0.35rem;
}

.nav-social {
  display: inline-flex;
  align-items: center;
}
.nav-social img {
  width: 22px;
  height: 22px;
  display: block;
}
.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.5rem 1.25rem 2.5rem;
  color: var(--muted);
  text-align: center;
  font-size: 0.95rem;
}
.site-footer a { color: var(--accent); }
.footer-address { color: var(--text); opacity: 0.9; }

.footer-social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin: 0.85rem 0 0.2rem;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer-social-link img {
  width: 22px;
  height: 22px;
  display: block;
}
.footer-sep { color: var(--muted); }
.footer-note {
  margin: 0.2rem 0 0;
  color: var(--muted);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 0.5rem;
}
.stat {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 0.75rem;
  text-align: center;
}
.stat-num {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: var(--muted);
}

/* ——— Interact (branded RF jukebox / voting) ——— */
.page-interact main { max-width: 960px; }
.interact-header { margin-bottom: 1rem; }
.interact-banner { margin-bottom: 1rem; }
.interact-banner--error {
  border-color: rgba(255, 77, 109, 0.45);
  background: rgba(255, 77, 109, 0.1);
}
.interact-banner--ok {
  border-color: rgba(60, 200, 120, 0.45);
  background: rgba(60, 200, 120, 0.1);
}
.interact-now { margin-bottom: 1.25rem; }
.interact-now-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .interact-now-grid { grid-template-columns: 1.2fr 1fr auto; align-items: start; }
}
.interact-now-title, .interact-next-title {
  font-size: 1.25rem;
  font-weight: 750;
  margin: 0.25rem 0 0;
  word-break: break-word;
}
.interact-mode-pill {
  background: rgba(94, 240, 255, 0.08);
  border: 1px solid rgba(94, 240, 255, 0.25);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  min-width: 8rem;
}
.interact-mode-pill strong { display: block; margin: 0.2rem 0; }
.interact-queue-wrap { margin: 1.5rem 0; }
.interact-queue {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: grid;
  gap: 0.45rem;
}
.interact-queue li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: baseline;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.55rem 0.85rem;
}
.interact-q-pos {
  font-weight: 800;
  color: var(--accent);
  min-width: 1.5rem;
}
.interact-q-name { font-weight: 650; }
.interact-seq-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.interact-seq-header h2 { margin: 0; }
.interact-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.75rem 0 1rem;
}
.interact-filters .chip {
  background: transparent;
  cursor: pointer;
  font: inherit;
}
.interact-seq-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.interact-seq {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.75rem;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.65rem;
}
.interact-seq.is-disabled { opacity: 0.55; }
.interact-cover {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  background: #000;
}
.interact-cover--ph {
  background: linear-gradient(135deg, #2a2040, #1a3040);
}
.interact-seq-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 650;
}
.interact-seq-body .btn {
  margin-top: 0.45rem;
  font-size: 0.9rem;
  padding: 0.4rem 0.9rem;
}
.interact-blocked { font-size: 0.8rem; margin: 0.25rem 0 0; }
.interact-footnote { margin-top: 2rem; font-size: 0.9rem; }

/* Seasonal accents on Interact (subtle — keeps Loyalsock dark base) */
.season-theme--halloween {
  --accent: #ff9a3c;
  --accent-2: #b84dff;
}
.season-theme--halloween .interact-header .eyebrow { color: #ff9a3c; }
.season-theme--christmas {
  --accent: #5ef0a8;
  --accent-2: #ff5c5c;
}
.season-theme--christmas .interact-header .eyebrow { color: #7dffc0; }
.season-theme--memorial_day,
.season-theme--july4,
.season-theme--veterans_day,
.season-theme--superbowl {
  --accent: #6ec8ff;
  --accent-2: #ff5c6b;
}
.season-theme--valentines {
  --accent: #ff7eb3;
  --accent-2: #ff4d6d;
}
.season-theme--easter {
  --accent: #c4a1ff;
  --accent-2: #7dffc0;
}
.season-theme--st_patrick {
  --accent: #5ef0a8;
  --accent-2: #ffe066;
}
.season-theme--mardi_gras {
  --accent: #c4a1ff;
  --accent-2: #ffe066;
}

  line-height: 1.3;
}
.stat-label a { color: var(--accent); }

.address-block { font-size: 1.1rem; line-height: 1.5; }
.hours-big { font-size: 1.35rem; font-weight: 700; margin: 0.35rem 0; }
.hero-listen {
  margin: 0.65rem 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--muted);
  letter-spacing: 0.01em;
}
.hero-listen--live {
  color: var(--accent);
}
.hero-listen--live strong {
  font-weight: 800;
  letter-spacing: 0.04em;
}
.hero-address { margin: 0.35rem 0 0.75rem; }
.hero-address a { color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--border); }
.hero-address a:hover { color: var(--accent); }

.map-card { padding: 0.65rem; overflow: hidden; }
.map-frame {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 10px;
  background: #111;
}
.map-caption { margin: 0.5rem 0.25rem 0.15rem; font-size: 0.85rem; }

.weather-panel { display: grid; gap: 1rem; }
.weather-now {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
}
.weather-temp {
  font-size: 2.75rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  color: var(--accent);
}
.weather-label { font-size: 1.2rem; margin: 0.35rem 0 0.5rem; }
.weather-tip {
  margin: 0.85rem 0 0;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(94, 240, 255, 0.08);
  border: 1px solid rgba(94, 240, 255, 0.2);
}
.weather-days {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}
.weather-day { margin: 0; }
.weather-day-date { font-weight: 700; margin: 0 0 0.35rem; color: var(--accent); }
