/* ============================================================
   KNOT Station Site — knot.css
   Brand colors:
     Yellow (on-air bar / weather band): #ffd300
     Blue (cards):                        #182f72
     White backgrounds:                   #ffffff
     Nav bg:                              #ffffff
   ============================================================ */

/* Hero section */
#hero-section { background: none; }

body { background: #ffffff !important; }
nav.main-nav, .main-nav { background: #ffffff !important; }

:root {
  --accent:    #182f72;
  --accent2:   #0f1e4e;
  --yellow:    #ffd300;
  --yellow2:   #e6be00;
  --navy:      #182f72;
  --navy2:     #0f1e4e;
  --cream:     #ffffff;
  --max-width: 1600px;
}

/* Nav */
nav.main-nav { background: #ffffff !important; }
.main-nav-inner { min-height: 220px !important; }

.nav-links li a { color: #182f72 !important; font-weight: 600; }
.nav-links li a:hover { color: #eb3945 !important; }
.nav-links li a.active {
  color: #eb3945 !important;
  border-bottom: 3px solid #eb3945 !important;
  font-weight: 800 !important;
}
.nav-logo img { height: 180px !important; padding: 7px 0 !important; min-width: 280px !important; }

/* Listen Live button */
.listen-btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .15s;
}
.listen-btn:hover { background: var(--accent2); }

/* Hero listen button */
.hero-listen {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 24px;
  transition: background .15s;
}
.hero-listen:hover { background: var(--accent2); }
.hero-schedule {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  padding: 14px 24px;
  border-radius: 8px;
  border: 2px solid var(--navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 24px;
  margin-left: 12px;
  transition: all .15s;
}
.hero-schedule:hover { background: var(--navy); color: #fff; }

/* ── ON AIR BAR — YELLOW ──────────────────────────────────── */
.on-air-bar {
  background: var(--yellow) !important;
  color: #1a1a1a !important;
  padding: 14px 48px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.on-air-badge {
  background: var(--navy);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  flex-shrink: 0;
}
.on-air-show { font-size: 15px; font-weight: 700; color: #1a1a1a; }
.on-air-host { font-size: 13px; color: rgba(0,0,0,.55); margin-left: 4px; }
.on-air-time { font-size: 12px; color: rgba(0,0,0,.45); margin-left: auto; }

/* On-air bar buttons on yellow bg */
.on-air-bar a[data-listen],
.on-air-bar a.listen-now-btn {
  background: var(--navy) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.on-air-bar a[data-listen]:hover,
.on-air-bar a.listen-now-btn:hover {
  background: var(--navy2) !important;
}
.on-air-bar #watch-live-btn {
  background: rgba(24,47,114,.15) !important;
  color: #1a1a1a !important;
  border: 1px solid rgba(24,47,114,.3) !important;
}

/* Section headers */
.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e8ecf0;
}
.section-title {
  font-family: var(--font-sans) !important;
  font-size: clamp(18px,2.5vw,26px);
  font-weight: 900;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.section-link {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.section-link:hover { text-decoration: underline; }

/* ── NEWS CARDS — BLUE #182f72 ────────────────────────────── */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 20px; }
.news-card {
  background: var(--navy);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,.12);
  overflow: hidden;
  transition: transform .15s, box-shadow .15s;
}
.news-card:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,.18); }
.news-card-img-wrap {
  background: var(--navy);
  padding: 10px 10px 0;
}
.news-card-img { width: 100%; height: 170px; object-fit: contain; background: var(--navy); display: block; border-radius: 4px 4px 0 0; }
.news-card-body { padding: 16px; }
.news-card-cat { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--yellow); margin-bottom: 6px; }
.news-card-title { font-size: 15px; font-weight: 700; color: #ffffff; line-height: 1.4; margin-bottom: 8px; }
.news-card-date { font-size: 11px; color: rgba(255,255,255,.55); }

/* ── WEATHER BAND ──────────────────────────────────────────────── */
#knot-weather-band {
  background: #ffd300 !important;
  overflow: hidden !important;
  height: 116px !important;
  display: flex !important;
  align-items: center !important;
  padding: 8px 12px !important;
}
/* Blue widget container inset inside yellow band */
#knot-weather-band > div:first-child {
  flex: 1;
  overflow: hidden;
  height: 100px !important;
  position: relative;
  background: #182f72;
  border-radius: 4px;
  margin-top: -8px !important;
}

/* Schedule */
.schedule-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 12px; }
.schedule-card {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  border-left: 4px solid var(--accent);
}
.schedule-time { font-size: 11px; font-weight: 800; color: var(--accent); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.schedule-show { font-size: 14px; font-weight: 700; color: var(--navy); }
.schedule-host { font-size: 12px; color: #546e7a; margin-top: 2px; }
.schedule-card.on-air-now { border-left-color: var(--yellow2); background: #fffbe6; }
.schedule-card.on-air-now .schedule-time { color: #b8860b; }

/* Shows grid */
.shows-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 24px; }
.show-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
  overflow: hidden;
  text-align: center;
}
.show-card-img { width: 100%; height: 200px; object-fit: cover; background: var(--navy); display: block; }
.show-card-body { padding: 20px 16px; }
.show-card-name { font-size: 16px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.show-card-host { font-size: 13px; color: var(--accent); font-weight: 600; margin-bottom: 8px; }
.show-card-time { font-size: 12px; color: #546e7a; }

/* Page hero */
.page-hero {
  background: transparent;
  padding: 32px 48px 24px;
  border-bottom: none;
}
.page-hero h1 {
  font-size: clamp(28px,4vw,48px);
  font-weight: 900;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 8px;
}
.page-hero p { font-size: 16px; color: #546e7a; max-width: 600px; }

/* Content wrap */
.content-wrap { max-width: var(--max-width); margin: 0 auto; padding: 48px 48px; }

/* FCC / Employment / Archive tables */
.info-table { width: 100%; border-collapse: collapse; margin-top: 24px; }
.info-table th { background: var(--navy); color: #fff; padding: 12px 16px; text-align: left; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.info-table td { padding: 12px 16px; border-bottom: 1px solid #e8ecf0; font-size: 14px; color: #333; }
.info-table tr:hover td { background: #f9f9f9; }
.info-table a { color: var(--accent); font-weight: 600; }

/* Responsive */
@media (max-width: 768px) {
  .on-air-bar { padding: 12px 20px; flex-wrap: wrap; gap: 8px; }
  .on-air-time { margin-left: 0; }
  .content-wrap { padding: 32px 20px; }
  .page-hero { padding: 32px 20px 24px; }
  .news-grid { grid-template-columns: 1fr; }
  .shows-grid { grid-template-columns: 1fr 1fr; }
  .schedule-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .shows-grid { grid-template-columns: 1fr; }
}

/* Footer graphic — natural height, no crop */
.more-than-radio {
  min-height: 0 !important;
  display: block !important;
  overflow: visible !important;
}
.more-than-radio-bg {
  position: static !important;
  background: none !important;
}
.more-than-radio-bg img {
  width: 100%;
  height: auto !important;
  object-fit: unset !important;
  display: block;
}

/* Footer logo */
.footer-logo img { height: 165px !important; }
.footer-tagline { display: none !important; }

/* ── STICKY HEADER ───────────────────────────────────────── */
#knot-sticky-stack {
  position: sticky;
  top: 0;
  z-index: 1000;
}
nav.main-nav {
  position: relative !important;
  top: auto !important;
}
.on-air-bar {
  position: relative !important;
  top: auto !important;
}
#knot-weather-band {
  position: relative !important;
  top: auto !important;
}

/* EEO page accent color overrides */
.eeo-header h1,
.eeo-section h3 { color: var(--accent) !important; }
.eeo-header { border-bottom-color: var(--navy) !important; }
.eeo-section h3 { border-bottom-color: var(--navy) !important; }
.eeo-event { border-left-color: var(--navy) !important; }
.eeo-event-date { color: var(--accent) !important; }

/* ── NAV APP STRIP ───────────────────────────────────────── */
.nav-app-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0 2px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-app-cta {
  font-size: 10px;
  font-weight: 700;
  color: rgba(24,47,114,0.55);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-right: 2px;
  white-space: nowrap;
}
.nav-app-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #182f72;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: background .15s;
  white-space: nowrap;
}
.nav-app-btn:hover { background: #eb3945; }
@media (max-width: 900px) { .nav-app-strip { display: none; } }

/* ── FOOTER LOGO ─────────────────────────────────────────────── */
.footer-logo img {
  height: 120px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
}
.footer-logo-col { min-width: 220px !important; }
.footer-grid {
  grid-template-columns: auto 1fr 1fr !important;
}

/* ── FOOTER LAYOUT ───────────────────────────────────────────── */
/* Logo stays left, everything else pushed right */
.footer-grid {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0 !important;
}
.footer-logo-col {
  flex-shrink: 0 !important;
}
.footer-right-group {
  display: flex;
  gap: 48px;
  margin-left: auto;
  align-items: flex-start;
}
/* Tighter column widths */
.footer-right-group .footer-col {
  min-width: 0 !important;
  width: auto !important;
}
.footer-right-group .footer-col ul {
  white-space: nowrap;
}

/* ── FOOTER PADDING ──────────────────────────────────────────── */
.footer-grid { padding-bottom: 16px !important; }
footer { padding-bottom: 0 !important; }

/* ══════════════════════════════════════════════════════════════
   KNOT GLOBAL WHITE BACKGROUND — overrides all inherited greys
   ══════════════════════════════════════════════════════════════ */
body,
.content-wrap,
.page-hero,
.editorial-section,
.inquiry-section,
.psa-section,
.event-submit-section,
.stay-connected-box,
.hero,
.news-controls,
.events-wrap,
.podcasts-wrap,
.schedule-wrap,
.shows-wrap,
.advertise-wrap,
.about-wrap,
.contact-wrap,
.employment-wrap,
.archive-wrap,
.eeo-wrap,
section:not(.more-than-radio),
div.content-wrap,
#news-section,
#schedule-section,
#home-top-row,
.news-grid-wrap,
.page-content {
  background: #ffffff !important;
}

/* News page cards — keep blue cards on inner news page too */
.news-card {
  background: #182f72 !important;
}

/* Schedule cards stay white with blue accent */
.schedule-card {
  background: #ffffff !important;
}

/* ── NEWS CARD TEXT + PADDING ────────────────────────────────── */
.news-card-title { color: #ffffff !important; }
.news-card-date  { color: rgba(255,255,255,0.65) !important; }
.news-card-cat   { color: #ffd300 !important; }

/* Top padding before the card grid */
.news-grid {
  padding-top: 24px !important;
}
