/* ============================================================
   SITE NOTICE — "under construction" banner at the top of every
   public page. The markup sits right after <body> on each page,
   marked with a SITE NOTICE comment.

   To hide it everywhere without touching the pages, uncomment:
   .site-notice { display: none !important; }
   ============================================================ */
.site-notice {
  position: relative;
  z-index: 1001; /* above .main-header (1000) */
  margin: 0;
  padding: 9px 16px;
  background: #fff4d6;
  border-bottom: 1px solid #f0c36d;
  color: #5c4400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
}
.site-notice strong {
  font-weight: 700;
  color: inherit;
}
@media (max-width: 480px) {
  .site-notice { font-size: 13px; padding: 8px 12px; }
}
