/* =========================================================
   NAV — top fixed, bigger logo
========================================================= */
nav#navbar {
  top: 0 !important;
}

body.has-announce nav#navbar {
  top: 42px !important;
}

.nav-brand img {
  height: 52px !important;
  max-height: 52px !important;
}

@media (min-width: 768px) {
  .nav-brand img {
    height: 58px !important;
    max-height: 58px !important;
  }
}

.hero-logo {
  max-width: min(92vw, 520px) !important;
}

.hero-logo-wrap {
  margin-bottom: 24px;
}

/* =========================================================
   FOOTER — clean
========================================================= */
footer.site-footer {
  padding: 48px 5vw 40px;
  background: #000;
  border-top: none;
}

.footer-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-logo-sm {
  width: 64px;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}

.footer-tagline {
  font-family: var(--font-display, "Unbounded", sans-serif);
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, #fff, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-school-name {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 8px;
}

.footer-social-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.footer-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #e2e8f0;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-social-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-social-btn:hover {
  border-color: rgba(168, 85, 247, 0.5);
  background: rgba(124, 58, 237, 0.2);
  color: #c084fc;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.25);
}

.footer-legal {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
}

.footer-made-by {
  color: rgba(192, 132, 252, 0.9);
  background: linear-gradient(135deg, #c084fc 0%, #e0d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(192, 132, 252, 0.3);
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* Scroll reveal boost - faster transitions */
.reveal {
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
