#site-header { min-height:64px; }
header.site-header,
.site-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: flex-start;
  min-height: 64px;
  padding: 0.55rem max(4%, calc((100% - 1180px) / 2));
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 30;
  box-sizing: border-box;
}
.site-header .brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  line-height: 0;
  margin: 0;
  text-decoration: none;
}
.site-header .brand-logo {
  display: block;
  flex-shrink: 0;
  height: 36px;
  width: auto;
  max-width: min(210px, 62vw);
  object-fit: contain;
  object-position: left center;
}
.site-header .nav-toggle {
  align-items: center;
  background: #0f172a;
  border: 0;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  display: none;
  flex: 0 0 auto;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 0.45rem;
  margin-left: auto;
  min-height: 40px;
  padding: 0.5rem 0.8rem;
}
.nav-toggle-bars { background:#fff; display:inline-block; height:2px; position:relative; width:16px; }
.nav-toggle-bars::before,.nav-toggle-bars::after { background:#fff; content:''; height:2px; left:0; position:absolute; width:16px; }
.nav-toggle-bars::before { top:-5px; }
.nav-toggle-bars::after { top:5px; }
.site-header .main-nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0.55rem 0.95rem;
  justify-content: flex-end;
  margin-left: auto;
}
.site-header .main-nav a {
  color: #1e293b;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.site-header .main-nav a[aria-current='page'] { color: #2563eb; }
.site-header .main-nav .schedule {
  background: #2563eb;
  border-radius: 9px;
  color: #fff;
  padding: 0.6rem 0.85rem;
}
.site-footer { background:#020617; color:#94a3b8; font-size:.76rem; line-height:1.6; padding:1.8rem 4%; text-align:center; }
.site-footer .footer-links { display:flex; flex-wrap:wrap; gap:.7rem 1.2rem; justify-content:center; margin-bottom:.8rem; }
.site-footer .footer-links a { color:#fff; font-weight:700; text-decoration:none; }
.site-footer .footer-legal { color:#cbd5e1; }
.site-footer .copyright-note { margin:.5rem auto 0; max-width:900px; }
@media (max-width: 1100px) {
  .site-header .nav-toggle { display: inline-flex; }
  .site-header .main-nav {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(15,23,42,.12);
    display: none;
    flex: 1 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    justify-content: flex-start;
    margin-left: 0;
    padding: 0.45rem;
  }
  .site-header .main-nav.is-open { display: flex; }
  .site-header .main-nav a { border-radius: 9px; padding: 0.75rem 0.85rem; }
  .site-header .main-nav a:hover,
  .site-header .main-nav a[aria-current='page'] { background: #eff6ff; }
  .site-header .main-nav .schedule { margin-top: 0.2rem; text-align: center; }
}
