/* Kelly preview overlay — disables cross-page navigation to stripped pages.
   Wed 4/22 meeting. Only index.html and cole.html are live in this preview. */

/* Nav + footer links to stripped pages: visibly disabled */
.nav-links a[href$="involved.html"],
.nav-links a[href$="event.html"],
.nav-links a[href$="gallery.html"],
.nav-links a[href$="contact.html"],
.nav-links a[href^="involved.html#"],
.nav-links a[href^="event.html#"],
.nav-links a[href^="gallery.html#"],
.nav-links a[href^="contact.html#"],
.footer-grid a[href$="involved.html"],
.footer-grid a[href$="event.html"],
.footer-grid a[href$="gallery.html"],
.footer-grid a[href$="contact.html"],
.footer-grid a[href^="involved.html#"],
.footer-grid a[href^="event.html#"],
.footer-grid a[href^="gallery.html#"],
.footer-grid a[href^="contact.html#"] {
  pointer-events: none !important;
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  color: #8A7B5E !important;
}

/* Body CTAs and in-flow links to stripped pages */
body a[href$="involved.html"],
body a[href$="event.html"],
body a[href$="gallery.html"],
body a[href$="contact.html"],
body a[href^="involved.html#"],
body a[href^="event.html#"],
body a[href^="gallery.html#"],
body a[href^="contact.html#"] {
  pointer-events: none !important;
  opacity: 0.45 !important;
  cursor: not-allowed !important;
}

/* Donate CTA in nav gets the same treatment but holds its ochre pill shape */
.nav-links a.cta[href$="involved.html"],
.nav-links a.cta[href^="involved.html#"] {
  background: #D8D2C4 !important;
  color: #8A7B5E !important;
}

/* Preview banner — small, top of page, non-intrusive */
.kelly-preview-banner {
  background: #5D5084;
  color: #F4EFE6;
  padding: 9px 16px;
  text-align: center;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  position: sticky;
  top: 0;
  z-index: 200;
}
.kelly-preview-banner strong { letter-spacing: 0.12em; text-transform: uppercase; margin-right: 6px; font-weight: 700; }
