/* Shared public-site chrome and cursor behavior. */
.navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  background: #050403 !important;
  border-bottom: 1px solid rgba(224, 124, 60, 0.25) !important;
  padding: 0.4rem 0 !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35) !important;
}
.nav-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0.5rem 2.5rem !important;
  min-height: 68px !important;
}
.navbar .brand img,
.navbar .brand-logo img {
  height: 58px !important;
  width: auto !important;
}
.nav-links { align-items: center !important; }
.nav-links a {
  white-space: nowrap;
  font-family: 'Cinzel', 'Playfair Display', serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #f4ece1 !important;
}
.nav-links a:hover { color: #f5b485 !important; }
.nav-toggle {
  cursor: pointer !important;
  display: none;
  background: transparent !important;
  border: 1px solid rgba(224, 124, 60, 0.3) !important;
  color: #f4ece1 !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.nav-toggle i { display: none !important; }
.nav-toggle::before {
  content: '';
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 2px;
  background: #f4ece1;
  box-shadow: 0 -6px 0 #f4ece1, 0 6px 0 #f4ece1;
}

footer {
  background: #0d0a08 !important;
  padding: 4.5rem 2.5rem 2rem !important;
}
footer .footer-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr !important;
  gap: 3rem !important;
  padding-bottom: 3rem !important;
  border-bottom: 1px solid rgba(239, 232, 221, 0.1) !important;
}
footer .footer-brand img { height: 64px !important; width: auto !important; }
footer .footer-col h6 {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: #f7f1e6 !important;
  margin-bottom: 1.5rem !important;
}
footer .footer-bottom {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding-top: 2rem !important;
}

body { cursor: auto !important; }
body .site-cursor-dot,
body .site-cursor-ring,
body .cursor-dot, body .cursor-ring { display: none !important; }

@media (max-width: 768px) {
  .nav-inner { padding: 0.5rem 1.25rem !important; }
  .navbar .brand img { height: 52px !important; }
  .nav-links {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 1.5rem !important;
    background: #050403 !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    border-bottom: 1px solid rgba(224, 124, 60, 0.25) !important;
  }
  .nav-links.open { display: flex !important; }
  .nav-toggle { display: inline-flex !important; align-items: center !important; justify-content: center !important; }
  footer { padding: 3rem 1.25rem 1.5rem !important; }
  footer .footer-inner { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
  footer .footer-bottom { align-items: flex-start !important; flex-direction: column !important; gap: 0.5rem !important; }
}

@media (hover: none), (max-width: 768px) {
  body { cursor: auto !important; }
}
