/* ============================================================
   Sky Blue Radio — stylesheet
   Brand: deep navy → sky blue, clouds, aviation
   ============================================================ */

:root {
  --navy-900: #06173f;
  --navy-800: #0a2a6b;
  --navy-700: #0d3a8f;
  --blue-600: #0a5cc7;
  --blue-500: #1276e0;
  --sky-400: #3aa6ee;
  --sky-300: #7cc6f5;
  --sky-100: #e8f3fd;
  --ink: #0e1b33;
  --slate: #5b6b86;
  --line: #e3e9f2;
  --bg: #ffffff;
  --bg-alt: #f4f8fd;
  --live: #ff3b5c;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(10, 42, 107, .06);
  --shadow: 0 14px 40px rgba(10, 42, 107, .12);
  --shadow-lg: 0 30px 70px rgba(6, 23, 63, .22);
  --container: 1180px;
  --header-h: 76px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --grad-brand: linear-gradient(120deg, var(--navy-900) 0%, var(--navy-700) 45%, var(--blue-600) 100%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-600); text-decoration: none; transition: color .2s; }
a:hover { color: var(--navy-800); }

h1, h2, h3, h4, h5 { font-family: 'Sora', 'Inter', sans-serif; line-height: 1.15; color: var(--ink); font-weight: 800; letter-spacing: -.02em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.3rem; }

.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 110px) 0; }
.section-alt { background: var(--bg-alt); }
.center { text-align: center; }
.muted { color: var(--slate); }
.eyebrow {
  text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 700;
  color: var(--blue-500); margin-bottom: .6rem;
}
.eyebrow.light { color: var(--sky-300); }
.lead { font-size: 1.25rem; color: var(--ink); }

.section-head { margin-bottom: clamp(32px, 5vw, 56px); display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.section-head.center { flex-direction: column; align-items: center; text-align: center; }
.section-head.center p { max-width: 620px; }

/* ---------- Buttons ---------- */
.btn {
  --b: var(--blue-600);
  display: inline-flex; align-items: center; gap: .55rem; justify-content: center;
  font-family: 'Sora', sans-serif; font-weight: 700; font-size: .98rem;
  padding: .8rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s, background .2s, color .2s;
  background: var(--b); color: #fff; line-height: 1; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); color: #fff; }
.btn-primary { background: var(--blue-600); box-shadow: 0 10px 24px rgba(10, 92, 199, .35); }
.btn-primary:hover { background: var(--blue-500); box-shadow: 0 14px 30px rgba(10, 92, 199, .45); }
.btn-ghost { background: transparent; border-color: rgba(10, 42, 107, .25); color: var(--navy-800); }
.btn-ghost:hover { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.btn-lg { padding: 1rem 2rem; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-live { background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.4); color: #fff; padding: .6rem 1.1rem; }
.btn-live:hover { background: var(--live); border-color: var(--live); }

.live-dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--live);
  box-shadow: 0 0 0 0 rgba(255, 59, 92, .7); animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 59, 92, .65); }
  70% { box-shadow: 0 0 0 8px rgba(255, 59, 92, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 59, 92, 0); }
}

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; height: var(--header-h); z-index: 100;
  display: flex; align-items: center;
  background: linear-gradient(180deg, rgba(6,23,63,.85), rgba(6,23,63,.55));
  backdrop-filter: blur(8px);
  transition: background .3s, box-shadow .3s;
}
.site-header.scrolled { background: var(--navy-900); box-shadow: 0 6px 24px rgba(0,0,0,.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(100% - 40px, var(--container)); margin-inline: auto; gap: 16px; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand-logo { height: 54px; width: auto; display: block; }
.brand:hover { opacity: .88; }

.main-nav ul { display: flex; align-items: center; flex-wrap: nowrap; gap: 2px; list-style: none; }
.main-nav li { flex-shrink: 0; }
.main-nav a {
  display: block; white-space: nowrap; color: rgba(255,255,255,.82); font-weight: 600;
  font-size: .9rem; padding: .5rem .62rem; border-radius: 8px; position: relative;
}
.main-nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.main-nav a.is-active { color: #fff; }
.main-nav a.is-active::after {
  content: ''; position: absolute; left: .62rem; right: .62rem; bottom: .15rem; height: 2px;
  background: var(--sky-400); border-radius: 2px;
}
.nav-news a { color: var(--sky-300); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2.5px; background: #fff; border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  padding-top: var(--header-h); color: #fff; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); animation: slowzoom 24s ease-in-out infinite alternate; }
@keyframes slowzoom { to { transform: scale(1.15); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(6,23,63,.94) 0%, rgba(10,42,107,.82) 42%, rgba(10,92,199,.45) 100%); }
.hero-content { position: relative; max-width: 760px; padding: 60px 0; }
.hero-station {
  display: inline-flex; align-items: center; gap: 10px; font-family: 'Sora', sans-serif;
  font-weight: 800; font-size: 1.05rem; letter-spacing: .04em; color: #fff; margin-bottom: 1rem;
  padding: 8px 18px 8px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px;
  background: rgba(255,255,255,.08); backdrop-filter: blur(6px);
}
.hero-station::before {
  content: ''; width: 9px; height: 9px; border-radius: 50%;
  background: var(--sky-400); box-shadow: 0 0 0 4px rgba(58,166,238,.3);
}
.hero h1 { color: #fff; margin-bottom: 1.1rem; }
.hero h1 span { background: linear-gradient(90deg, var(--sky-300), #fff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { font-size: 1.25rem; color: rgba(255,255,255,.9); max-width: 620px; margin-bottom: 2rem; }
.hero-lead strong { color: var(--sky-300); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .btn-ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.hero .btn-ghost:hover { background: #fff; color: var(--navy-800); }
.hero-stats { list-style: none; display: flex; gap: clamp(20px, 5vw, 56px); margin-top: 3rem; flex-wrap: wrap; }
.hero-stats strong { display: block; font-family: 'Sora'; font-size: 1.9rem; color: #fff; }
.hero-stats span { color: rgba(255,255,255,.7); font-size: .9rem; }

/* clouds */
.clouds { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.clouds span {
  position: absolute; background: radial-gradient(closest-side, rgba(255,255,255,.28), rgba(255,255,255,.05) 70%, rgba(255,255,255,0));
  border-radius: 50%; filter: blur(6px); animation: drift linear infinite;
}
.clouds span:nth-child(1) { width: 340px; height: 160px; top: 18%; left: -20%; animation-duration: 46s; }
.clouds span:nth-child(2) { width: 240px; height: 120px; top: 55%; left: -15%; animation-duration: 64s; animation-delay: -10s; }
.clouds span:nth-child(3) { width: 420px; height: 180px; top: 72%; left: -25%; animation-duration: 80s; animation-delay: -30s; }
@keyframes drift { to { transform: translateX(160vw); } }

/* ---------- Features ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--sky-300); }
.feature-ico {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: var(--sky-100); color: var(--blue-600); margin-bottom: 18px;
}
.feature-ico svg { width: 28px; height: 28px; }
.feature-card h3 { margin-bottom: .5rem; }
.feature-card p { color: var(--slate); font-size: .96rem; }
.card-link { display: inline-block; margin-top: .8rem; font-weight: 700; font-size: .9rem; }

/* ---------- On air ---------- */
.onair { background: var(--grad-brand); color: #fff; position: relative; overflow: hidden; }
.onair-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.onair h2 { color: #fff; }
.onair .muted { color: rgba(255,255,255,.78); }
.onair .muted em { color: var(--sky-300); font-style: normal; font-weight: 600; }
.onair-now .btn { margin-top: 1.4rem; }
.onair-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.onair-day { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-sm); padding: 18px 20px; }
.onair-dayname { font-family: 'Sora'; font-weight: 700; color: var(--sky-300); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.onair-day ul { list-style: none; margin-top: 10px; display: grid; gap: 8px; }
.onair-day li { display: flex; gap: 12px; font-size: .92rem; }
.onair-time { color: var(--sky-300); font-variant-numeric: tabular-nums; font-weight: 600; min-width: 44px; }
.onair-title { color: rgba(255,255,255,.92); }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.team-grid-full { grid-template-columns: repeat(3, 1fr); }
.team-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s;
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.team-photo { aspect-ratio: 4 / 3; background-size: cover; background-position: center top; background-color: var(--navy-800); }
.team-card-full .team-photo { aspect-ratio: 4 / 3; }
/* Crawlable <img> variant (Google Images + accessibility) */
img.team-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.team-meta { padding: 20px 22px; }
.team-meta h3 { margin-bottom: .15rem; }
.team-role { color: var(--blue-600); font-weight: 600; font-size: .9rem; }
.team-loc, .team-show { color: var(--slate); font-size: .85rem; margin-top: .25rem; }
.team-bio { color: var(--slate); font-size: .92rem; margin-top: .8rem; }

.join-band, .cta-card {
  margin-top: 56px; background: var(--grad-brand); color: #fff; border-radius: var(--radius);
  padding: clamp(36px, 5vw, 60px); text-align: center;
}
.join-band h2 { color: #fff; margin-bottom: .6rem; }
.join-band p { color: rgba(255,255,255,.85); margin-bottom: 1.6rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--bg-alt); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  background: var(--grad-brand); color: #fff; border-radius: var(--radius); padding: clamp(34px, 5vw, 56px); }
.cta-inner h2 { color: #fff; margin-bottom: .4rem; }
.cta-inner p { color: rgba(255,255,255,.85); max-width: 560px; }
.cta-card { margin-top: 0; text-align: left; }
.cta-inline { text-align: center; margin-top: 50px; }

/* ---------- Page banner ---------- */
.page-banner {
  position: relative; padding: calc(var(--header-h) + 60px) 0 60px; color: #fff;
  background: var(--grad-brand); overflow: hidden; text-align: center;
}
.page-banner h1 { color: #fff; }
.page-banner p { color: rgba(255,255,255,.85); margin-top: .6rem; font-size: 1.1rem; }

/* ---------- Prose / About ---------- */
.prose-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.prose p { margin-bottom: 1.1rem; color: #2a3550; }
.prose h3 { margin: 2rem 0 .6rem; }
.prose .btn { margin-top: 1rem; }
.prose h2 { margin: 2.2rem 0 .6rem; font-size: 1.4rem; }
.prose ul { margin: 0 0 1.1rem 1.2rem; color: #2a3550; }
.prose ul li { margin-bottom: .4rem; }
.prose .legal-meta { color: var(--slate); font-size: .9rem; margin-bottom: 1.4rem; }
.prose table.legal-table { width: 100%; border-collapse: collapse; margin: 0 0 1.2rem; font-size: .92rem; }
.prose .legal-table th, .prose .legal-table td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose .legal-table th { color: var(--navy-800); }
.legal-wrap { max-width: 820px; }
.fact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); position: sticky; top: 100px; }
.fact-card h4 { margin-bottom: 1rem; font-size: 1.05rem; }
.fact-list { list-style: none; display: grid; gap: 12px; margin-bottom: 1.4rem; }
.fact-list li { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: .94rem; }
.fact-list li:last-child { border: 0; padding: 0; }
.fact-list strong { color: var(--navy-800); }
.fact-list span { color: var(--slate); text-align: right; }

/* ---------- Schedule ---------- */
.sched-note { max-width: 680px; margin: 0 auto 40px; }
.schedule-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.sched-col { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px; box-shadow: var(--shadow-sm); }
.sched-day { font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; color: var(--navy-800); padding-bottom: 10px; border-bottom: 2px solid var(--sky-100); margin-bottom: 12px; }
.sched-slot { background: var(--bg-alt); border-left: 3px solid var(--sky-400); border-radius: 8px; padding: 10px 12px; margin-bottom: 10px; }
.sched-time { font-size: .78rem; color: var(--blue-600); font-weight: 700; font-variant-numeric: tabular-nums; }
.sched-show { font-weight: 700; font-size: .92rem; font-family: 'Sora'; margin: 2px 0; }
.sched-host { font-size: .8rem; color: var(--slate); }
.sched-empty { color: var(--slate); font-size: .85rem; font-style: italic; padding: 10px 4px; }
.sched-local { font-size: .72rem; color: var(--slate); font-variant-numeric: tabular-nums; margin-top: 1px; }
.sched-slot.is-live { border-left-color: var(--live); background: #fff6f7; box-shadow: 0 2px 10px rgba(224,49,84,.12); }
.sched-live-badge { display: inline-flex; align-items: center; gap: 5px; font-size: .62rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--live); margin-bottom: 3px; }
.onair-list li.is-live { color: var(--sky-100); }
.onair-live { display: inline-flex; align-items: center; gap: 5px; font-size: .58rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #ff9db0; margin-right: 6px; }

/* ---------- Advertise ---------- */
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.advantage-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.advantage-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.advantage-card h3 { margin-bottom: .5rem; }
.advantage-card p { color: var(--slate); }
.timeline { list-style: none; max-width: 760px; margin: 0 auto; display: grid; gap: 4px; }
.timeline li { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.timeline li:last-child { border: 0; }
.t-day { font-family: 'Sora'; font-weight: 800; color: var(--blue-600); font-size: 1.1rem; }
.timeline h4 { margin-bottom: .2rem; }
.timeline p { color: var(--slate); }

/* ---------- Roles ---------- */
.roles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.role-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.role-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--sky-300); }
.role-head { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.role-head .feature-ico { margin: 0; flex-shrink: 0; }
.role-card h5 { margin: 1.1rem 0 .5rem; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; color: var(--slate); }
.role-reqs { list-style: none; display: grid; gap: 8px; margin-bottom: 1rem; }
.role-reqs li { position: relative; padding-left: 26px; color: #2a3550; font-size: .94rem; }
.role-reqs li::before { content: '✓'; position: absolute; left: 0; color: var(--blue-600); font-weight: 800; }
.role-note { color: var(--slate); font-size: .9rem; font-style: italic; margin-bottom: 1.2rem; }

/* ---------- Apply form ---------- */
.apply-wrap { max-width: 720px; margin: 60px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 4vw, 48px); box-shadow: var(--shadow-sm); scroll-margin-top: 100px; }
.apply-head { margin-bottom: 22px; }
.apply-head h2 { margin-bottom: .4rem; }
.apply-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.apply-form select {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font: inherit; color: var(--ink); background: #fff; cursor: pointer;
}
.apply-form select:focus { outline: 0; border-color: var(--sky-400); box-shadow: 0 0 0 4px rgba(58,166,238,.15); }
@media (max-width: 600px) { .apply-grid { grid-template-columns: 1fr; } }

/* ---------- Events ---------- */
.ev-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.ev-pill { background: #fff; border: 1.5px solid var(--line); color: var(--slate); font-family: 'Sora', sans-serif; font-weight: 600; font-size: .9rem; padding: 8px 18px; border-radius: 999px; cursor: pointer; transition: all .2s; }
.ev-pill:hover { border-color: var(--sky-400); color: var(--blue-600); }
.ev-pill.is-active { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }

.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.event-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; display: flex; flex-direction: column; }
.event-card.ev-clickable { cursor: pointer; }
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--sky-300); }
.event-card:focus-visible { outline: 3px solid var(--sky-300); outline-offset: 2px; }
.event-img { position: relative; aspect-ratio: 16 / 9; background-size: cover; background-position: center; background-color: var(--navy-800); }
.event-feat { position: absolute; top: 12px; left: 12px; background: var(--blue-600); color: #fff; font-size: .72rem; font-weight: 700; padding: 4px 11px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.event-source { position: absolute; top: 12px; right: 12px; background: rgba(6,23,63,.85); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .06em; padding: 4px 10px; border-radius: 999px; box-shadow: var(--shadow-sm); text-transform: uppercase; }
.event-img-plain { display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-800), var(--blue-600)); }
.event-img-plain .event-source { position: static; }
.event-card-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.event-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.event-tag { display: inline-block; align-self: flex-start; background: var(--sky-100); color: var(--blue-600); font-weight: 700; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; padding: 4px 12px; border-radius: 999px; }
.event-tags .event-tag { margin-bottom: 0; }
.event-card h3 { margin-bottom: .3rem; }
.event-date { color: var(--blue-600); font-weight: 600; font-size: .88rem; }
.event-loc { color: var(--slate); font-size: .85rem; margin-top: 2px; }
.event-sum { color: var(--slate); margin-top: .7rem; }
.event-more { margin-top: auto; padding-top: 14px; color: var(--blue-600); font-weight: 700; font-size: .88rem; }

/* Event modal */
.ev-modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; }
.ev-modal.open { display: flex; }
.ev-modal-backdrop { position: absolute; inset: 0; background: rgba(6,23,63,.65); backdrop-filter: blur(4px); animation: fade .25s ease; }
.ev-modal-card { position: relative; background: #fff; border-radius: var(--radius); max-width: 620px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: var(--shadow-lg); animation: pop .3s var(--ease); }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.ev-modal-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); color: var(--ink); font-size: 1.5rem; line-height: 1; cursor: pointer; box-shadow: var(--shadow-sm); transition: background .2s, transform .2s; }
.ev-modal-close:hover { background: var(--live); color: #fff; transform: rotate(90deg); }
.ev-modal-img { aspect-ratio: 16 / 9; background-size: cover; background-position: center; background-color: var(--navy-800); }
.ev-modal-content { padding: clamp(24px, 4vw, 40px); }
.ev-modal-content h2 { margin-bottom: .5rem; }
.evm-meta { color: var(--blue-600); font-weight: 600; margin-bottom: 1.1rem; }
.evm-body { color: #2a3550; white-space: pre-line; line-height: 1.7; }
.evm-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 1.8rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(30px, 5vw, 56px); align-items: start; }
.contact-form { display: grid; gap: 20px; margin-top: 24px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 600; font-size: .9rem; color: var(--navy-800); }
.field input, .field textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font: inherit; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--sky-400); box-shadow: 0 0 0 4px rgba(58,166,238,.15); }
.field-err { color: var(--live); font-size: .82rem; }
.alert-success { background: var(--sky-100); border: 1px solid var(--sky-300); border-radius: var(--radius); padding: 32px; }
.alert-success h3 { color: var(--navy-800); margin-bottom: .4rem; }
.alert-error { background: #fdecef; border: 1px solid #f5c4ce; color: #c01e3c; border-radius: var(--radius); padding: 14px 18px; margin-top: 14px; }
.alert-error p { margin: 0; }

/* Event detail page */
.event-crumbs { margin-bottom: 16px; font-size: .9rem; }
.event-detail-img { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius); display: block; margin-bottom: 20px; }
.event-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 4px 0 18px; padding: 0; }
.event-facts li { font-size: .95rem; color: var(--slate); }
.event-facts strong { color: var(--navy-800); margin-right: 6px; }
.event-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* Advertise page */
.container.narrow { max-width: 720px; }
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-card { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 16px; text-align: center; }
.stat-num { display: block; font-family: 'Sora'; font-weight: 800; font-size: 1.9rem; color: var(--blue-600); line-height: 1; }
.stat-lbl { display: block; margin-top: 8px; font-size: .82rem; color: var(--slate); }
.rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rate-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; }
.rate-card.featured { border-color: var(--sky-400); box-shadow: 0 12px 30px rgba(18,118,224,.14); }
.rate-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.rate-head h3 { font-family: 'Sora'; font-size: 1.15rem; }
.rate-badge { font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: #fff; background: var(--sky-400); padding: 3px 8px; border-radius: 999px; }
.rate-badge.alt { background: var(--slate); }
.rate-lead { font-size: 1rem; color: var(--slate); margin: 4px 0 14px; }
.rate-lead strong { font-family: 'Sora'; font-size: 2rem; color: var(--navy-800); }
.rate-lead span { font-size: .9rem; }
.rate-terms { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 14px; }
.rate-terms li { font-size: .84rem; color: var(--slate); display: flex; justify-content: space-between; background: var(--bg-alt); padding: 7px 10px; border-radius: 7px; }
.rate-terms b { color: var(--navy-800); }
.rate-note { font-size: .82rem; color: var(--slate); margin-top: auto; }
.bundle-band { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; justify-content: center; margin-top: 26px; }
.bundle-band-lead { font-weight: 700; color: var(--navy-800); }
.bundle-chip { background: var(--bg-alt); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-size: .9rem; }
.bundle-chip.feature { border-color: var(--sky-400); background: var(--sky-100); }
.bundle-chip em { color: var(--blue-600); font-style: normal; font-weight: 700; font-size: .82rem; margin-left: 4px; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.spec-list { list-style: none; display: grid; gap: 10px; margin: 14px 0; }
.spec-list li { padding: 10px 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; font-size: .9rem; }
.spec-list b { display: inline-block; min-width: 92px; color: var(--blue-600); }
.ad-interest { border: 0; padding: 0; margin: 0 0 4px; }
.ad-interest legend { font-weight: 600; font-size: .88rem; margin-bottom: 8px; }
.ad-check { display: inline-flex; align-items: center; gap: 7px; margin: 0 14px 8px 0; font-size: .9rem; }
@media (max-width: 820px) {
  .stat-band { grid-template-columns: repeat(2, 1fr); }
  .rate-grid { grid-template-columns: 1fr; }
  .spec-grid { grid-template-columns: 1fr; gap: 24px; }
}
.link-btn { background: none; border: 0; color: var(--blue-600); font: inherit; font-weight: 700; cursor: pointer; padding: 0; text-decoration: underline; }
.contact-links { list-style: none; display: grid; gap: 14px; }
.contact-links li { display: grid; gap: 2px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.contact-links li:last-child { border: 0; }
.contact-links span { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--slate); }

/* ---------- Live player ---------- */
.live-player {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  transform: translateY(110%); transition: transform .45s var(--ease);
  background: linear-gradient(180deg, #0b2c70 0%, var(--navy-900) 100%);
  border-top: 1px solid rgba(124, 198, 245, .35);
  box-shadow: 0 -1px 0 rgba(255,255,255,.06), 0 -18px 50px rgba(0,0,0,.5);
}
.live-player.open { transform: translateY(0); }
.live-player-inner {
  display: grid; grid-template-columns: auto auto 1fr auto auto auto auto; align-items: center;
  gap: 18px; padding: 14px 0;
}

/* Play / pause button */
.lp-play {
  position: relative; width: 54px; height: 54px; flex-shrink: 0; border: 0; cursor: pointer;
  border-radius: 50%; background: linear-gradient(140deg, var(--sky-400), var(--blue-600));
  box-shadow: 0 8px 22px rgba(18, 118, 224, .5); display: grid; place-items: center;
  transition: transform .2s var(--ease), box-shadow .2s;
}
.lp-play:hover { transform: scale(1.06); box-shadow: 0 10px 26px rgba(18, 118, 224, .65); }
.lp-play:active { transform: scale(.97); }
.lp-play .ico { width: 24px; height: 24px; fill: #fff; grid-area: 1 / 1; }
.lp-play .ico-pause, .lp-play .lp-spinner { display: none; }
.live-player.is-playing .ico-play { display: none; }
.live-player.is-playing .ico-pause { display: block; }
.live-player.is-loading .ico-play, .live-player.is-loading .ico-pause { opacity: 0; }
.live-player.is-loading .lp-spinner {
  display: block; grid-area: 1 / 1; width: 24px; height: 24px; border-radius: 50%;
  border: 3px solid rgba(255,255,255,.35); border-top-color: #fff; animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Artwork */
.lp-art {
  position: relative; width: 54px; height: 54px; flex-shrink: 0; border-radius: 10px; overflow: hidden;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center;
}
.lp-art img { width: 100%; height: 100%; object-fit: cover; display: none; }
.lp-art.has-art img { display: block; }
.lp-art.has-art .lp-art-fallback { display: none; }
.lp-art-fallback { font-family: 'Sora', sans-serif; font-weight: 800; font-size: .8rem; color: var(--sky-300); letter-spacing: .05em; }

/* Track metadata */
.lp-meta { display: flex; flex-direction: column; min-width: 0; line-height: 1.3; }
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 7px; color: var(--sky-300);
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 2px;
}
.lp-title {
  font-family: 'Sora', sans-serif; font-weight: 700; color: #fff; font-size: 1rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.lp-artist { color: rgba(255,255,255,.78); font-size: .85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Animated equaliser (only animates while playing) */
.lp-eq { display: flex; align-items: flex-end; gap: 3px; height: 26px; flex-shrink: 0; opacity: .35; }
.lp-eq span { width: 3px; height: 30%; background: var(--sky-300); border-radius: 2px; }
.live-player.is-playing .lp-eq { opacity: 1; }
.live-player.is-playing .lp-eq span { animation: eq .9s ease-in-out infinite; }
.live-player.is-playing .lp-eq span:nth-child(2) { animation-delay: .15s; }
.live-player.is-playing .lp-eq span:nth-child(3) { animation-delay: .3s; }
.live-player.is-playing .lp-eq span:nth-child(4) { animation-delay: .45s; }
.live-player.is-playing .lp-eq span:nth-child(5) { animation-delay: .6s; }
@keyframes eq { 0%, 100% { height: 25%; } 50% { height: 100%; } }

/* Volume */
.lp-volume { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.lp-vol-ico { width: 20px; height: 20px; fill: none; stroke: rgba(255,255,255,.7); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lp-volume input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 92px; height: 4px; border-radius: 4px;
  background: rgba(255,255,255,.2); cursor: pointer; outline: none;
}
.lp-volume input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 14px; height: 14px; border-radius: 50%; background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.4); transition: transform .15s;
}
.lp-volume input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.15); }
.lp-volume input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 0; border-radius: 50%; background: #fff; cursor: pointer; }

/* Close */
.live-player-close {
  justify-self: end; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.85); font-size: 1.5rem; line-height: 1; width: 40px; height: 40px;
  border-radius: 50%; cursor: pointer; transition: background .2s, color .2s, transform .2s;
}
.live-player-close:hover { background: var(--live); border-color: var(--live); color: #fff; transform: rotate(90deg); }

/* Player chat button */
.lp-chat { position: relative; flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.85); cursor: pointer; display: grid; place-items: center; transition: background .2s, color .2s, transform .2s; }
.lp-chat svg { width: 20px; height: 20px; }
.lp-chat:hover { background: var(--sky-400); border-color: var(--sky-400); color: #fff; transform: translateY(-1px); }

/* Stream-unavailable state */
.live-player.is-error .lp-title { color: #ffd7b0; }
.live-player.is-error .lp-eq { opacity: .25; }

/* Floating mobile "Listen" button — every page can start playback on a phone */
.listen-fab { display: none; }
@media (max-width: 600px) {
  .listen-fab {
    display: inline-flex; align-items: center; gap: 8px;
    position: fixed; right: 14px; bottom: 14px; z-index: 60;
    padding: 12px 20px; border: 0; border-radius: 999px;
    background: linear-gradient(135deg, var(--sky-400), var(--blue-600)); color: #fff;
    font: inherit; font-weight: 700; font-size: .95rem; cursor: pointer;
    box-shadow: 0 8px 22px rgba(18,118,224,.5);
  }
  .live-player.open ~ .listen-fab { display: none; } /* hide once the player is up */
}

/* ---------- Public chat widget ---------- */
.chat-widget {
  position: fixed; right: 18px; bottom: 92px; z-index: 130; width: 360px; max-width: calc(100vw - 24px);
  height: 480px; max-height: calc(100vh - 130px); background: #fff; border: 1px solid var(--line);
  border-radius: 16px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; overflow: hidden;
  transform: translateY(20px) scale(.98); opacity: 0; pointer-events: none; transition: transform .25s var(--ease), opacity .25s;
}
.chat-widget.open { transform: none; opacity: 1; pointer-events: auto; }
.chat-widget [hidden] { display: none !important; }
.cw-head { position: relative; background: var(--grad-brand); color: #fff; padding: 14px 18px; }
.cw-title { display: flex; align-items: center; gap: 8px; font-family: 'Sora', sans-serif; font-weight: 800; }
.cw-sub { display: block; font-size: .78rem; color: rgba(255,255,255,.8); margin-top: 2px; }
.cw-close { position: absolute; top: 10px; right: 12px; background: rgba(255,255,255,.15); border: 0; color: #fff; width: 30px; height: 30px; border-radius: 50%; font-size: 1.3rem; line-height: 1; cursor: pointer; }
.cw-close:hover { background: var(--live); }
.cw-log { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 9px; background: var(--bg-alt); }
.cw-empty { color: var(--slate); text-align: center; margin: auto; font-size: .9rem; }
.cw-msg { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px 11px; max-width: 90%; align-self: flex-start; }
.cw-msg.cw-crew { background: var(--sky-100); border-color: var(--sky-300); }
.cw-meta { display: flex; align-items: center; gap: 6px; font-size: .76rem; color: var(--slate); margin-bottom: 2px; }
.cw-meta b { color: var(--navy-800); }
.cw-badge { background: var(--blue-600); color: #fff; font-size: .6rem; font-weight: 800; letter-spacing: .04em; padding: 1px 6px; border-radius: 999px; }
.cw-badge-staff { background: var(--amber, #e0a008); }
.cw-body { color: var(--ink); font-size: .92rem; word-wrap: break-word; }
.cw-join { padding: 16px; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--line); }
.cw-join-intro { font-size: .86rem; color: var(--slate); }
.cw-join input[type=text], .cw-join input[type=number] { width: 100%; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 9px; font: inherit; }
.cw-join input:focus { outline: 0; border-color: var(--sky-400); box-shadow: 0 0 0 3px rgba(58,166,238,.15); }
.cw-captcha { display: flex; align-items: center; gap: 10px; }
.cw-captcha label { font-weight: 600; font-size: .9rem; color: var(--navy-800); white-space: nowrap; }
.cw-captcha input { width: 90px; }
.cw-honey { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.cw-btn { background: var(--blue-600); color: #fff; border: 0; border-radius: 9px; padding: 11px; font-family: 'Sora', sans-serif; font-weight: 700; cursor: pointer; }
.cw-btn:hover { background: var(--blue-500); }
.cw-error { color: var(--live); font-size: .82rem; min-height: 1em; }
.cw-compose { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }
.cw-compose input { flex: 1; padding: 11px 13px; border: 1.5px solid var(--line); border-radius: 999px; font: inherit; }
.cw-compose input:focus { outline: 0; border-color: var(--sky-400); box-shadow: 0 0 0 3px rgba(58,166,238,.15); }
.cw-send { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; border: 0; background: var(--blue-600); color: #fff; font-size: 1rem; cursor: pointer; }
.cw-send:hover { background: var(--blue-500); }
@media (max-width: 600px) {
  .chat-widget { right: 12px; left: 12px; width: auto; bottom: 84px; height: 70vh; }
  .lp-chat { width: 38px; height: 38px; }
}

/* ---------- Ad slots ---------- */
.ad-footer-wrap { padding: 26px 0 6px; }
.home-banner-section { padding-top: 0; padding-bottom: clamp(40px, 6vw, 80px); }
.ad-slot { position: relative; border-radius: var(--radius); overflow: hidden; }
.ad-link { display: block; line-height: 0; }
.ad-link img { width: 100%; height: auto; display: block; }
.ad-tag { position: absolute; top: 6px; right: 6px; background: rgba(6,23,63,.6); color: #fff; font-size: .58rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 2px 6px; border-radius: 5px; }
/* House fallback */
.ad-house { border: 1.5px dashed var(--line); background: var(--bg-alt); }
.ad-house-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; text-align: center; padding: 22px 20px; min-height: 96px; color: var(--slate); transition: background .2s, border-color .2s; }
.ad-house-inner:hover { background: var(--sky-100); }
.ad-house-eyebrow { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--blue-500); }
.ad-house-title { font-family: 'Sora', sans-serif; font-size: 1.15rem; color: var(--navy-800); }
.ad-house-cta { font-size: .9rem; color: var(--slate); }
/* Premium home-page banner fallback — distinct from the plain footer slot */
.ad-house-premium { border: 1.5px solid var(--sky-300); background: linear-gradient(135deg, var(--sky-100), #fff); box-shadow: var(--shadow-sm); }
.ad-house-premium .ad-house-inner { min-height: 120px; }
.ad-house-premium .ad-house-eyebrow { color: var(--blue-600); }
.ad-house-premium .ad-house-title { font-size: 1.35rem; }
.ad-house-premium:hover .ad-house-inner { background: transparent; }

/* ---------- Cookie consent ---------- */
.cookie-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: var(--navy-900); color: rgba(255,255,255,.9); border-top: 2px solid var(--sky-400); box-shadow: 0 -10px 40px rgba(0,0,0,.4); }
.cookie-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; flex-wrap: wrap; }
.cookie-text { font-size: .92rem; max-width: 760px; }
.cookie-text a { color: var(--sky-300); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn { font-family: 'Sora', sans-serif; font-weight: 700; font-size: .9rem; padding: 10px 18px; border-radius: 999px; cursor: pointer; border: 1.5px solid transparent; transition: background .2s, border-color .2s; }
.cookie-reject { background: transparent; border-color: rgba(255,255,255,.35); color: #fff; }
.cookie-reject:hover { border-color: #fff; }
.cookie-accept { background: var(--blue-600); color: #fff; }
.cookie-accept:hover { background: var(--blue-500); }
@media (max-width: 600px) { .cookie-inner { flex-direction: column; align-items: stretch; } .cookie-actions { justify-content: center; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,.75); padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 48px; }
.footer-brand .brand-logo { height: 72px; margin-bottom: 14px; }
.footer-tag { color: var(--sky-300); font-family: 'Sora'; font-weight: 700; margin-bottom: .8rem; }
.footer-desc { font-size: .92rem; max-width: 340px; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.82); font-size: .93rem; }
.footer-col a:hover { color: var(--sky-300); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem; }
.footer-built { color: var(--sky-300); }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-legal a { color: rgba(255,255,255,.7); font-size: .85rem; }
.footer-legal a:hover { color: var(--sky-300); }

/* ---------- Error page ---------- */
.error-page { position: relative; background: var(--grad-brand); color: #fff; padding-top: calc(var(--header-h) + 80px); padding-bottom: 120px; overflow: hidden; }
.error-page h1 { color: #fff; }
.error-page .muted { color: rgba(255,255,255,.8); max-width: 480px; margin: 1rem auto 2rem; }

/* ---------- Navigation progress bar ---------- */
body::after {
  content: ''; position: fixed; top: 0; left: 0; z-index: 200; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--sky-400), var(--blue-500)); opacity: 0;
  transition: width .3s ease, opacity .35s ease;
}
body.is-navigating::after { width: 85%; opacity: 1; transition: width 6s cubic-bezier(.1, .7, .1, 1); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--delay, 0ms); }
.reveal.in-view { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .feature-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid-full { grid-template-columns: repeat(2, 1fr); }
  .onair-grid { grid-template-columns: 1fr; }
  .schedule-grid { grid-template-columns: repeat(2, 1fr); }
  .roles-grid { grid-template-columns: 1fr; }
  .advantage-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .prose-grid, .contact-grid { grid-template-columns: 1fr; }
  .fact-card { position: static; }
}
@media (max-width: 960px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto 0; background: var(--navy-900);
    transform: translateY(-150%); transition: transform .35s var(--ease); padding: 16px 0 24px; border-bottom: 1px solid rgba(255,255,255,.1);
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
  }
  body.nav-open .main-nav { transform: translateY(0); }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; width: min(100% - 40px, var(--container)); margin-inline: auto; }
  .main-nav a { padding: .85rem 1rem; border-radius: 8px; }
  .main-nav a.is-active::after { display: none; }
  .main-nav a.is-active { background: rgba(255,255,255,.08); }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}
@media (max-width: 600px) {
  .feature-grid, .team-grid, .team-grid-full, .schedule-grid, .onair-list, .events-grid { grid-template-columns: 1fr; }
  .btn-live { display: none; }
  .hero-stats { gap: 26px; }
  .cta-inner, .cta-card { text-align: center; flex-direction: column; }
  .timeline li { grid-template-columns: 70px 1fr; gap: 14px; }
  .live-player-inner { grid-template-columns: auto auto 1fr auto auto; gap: 12px; }
  .lp-eq, .lp-volume { display: none; }
  .footer-bottom-inner { justify-content: center; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
