/* ============================================================
   PRESCOTT BROADCASTING — pb.css
   Site-specific overrides on top of style2.css base.
   All PB-specific color/layout tweaks live here.
   style2.css = shared base, pb.css = PB identity.
   ============================================================ */

:root {
  --pb-cream:     #f6efe1;
  --pb-cream-nav: #fbf3e7;
  --pb-navy:      #032a48;
  --pb-red:       #c0392b;
  --pb-red-dark:  #a93226;
}

/* Page background */
body { background: var(--pb-cream) !important; }

/* Nav */
nav.main-nav { background: var(--pb-cream-nav) !important; }

/* Content cards — white on cream */
.news-card,
.pod-card,
.station-profile,
.event-card,
.cal-day { background: #ffffff; }

/* Form sections — match page bg */
.inquiry-section,
.psa-section,
.event-submit-section { background: var(--pb-cream); }

/* Layout containers — transparent, inherit body */
.editorial-section,
.content-wrap,
.events-wrap,
.cards-section,
.schedule-wrap,
.page-hero,
.hero { background: transparent; }
