/** People profiles — no marketing top nav; hero flush to viewport top */
body.profile-page.ainna-theme {
  background: var(--profile-bg, var(--ainna-bg, #FAFAF8));
  color: var(--profile-text, var(--ainna-text, #1A1A1E));
  padding-top: 0 !important;
}

/* Masli uses day/night + --bg-primary tokens from masli-lofi */
body.masli-theme.profile-page.ainna-theme {
  background: var(--bg-primary) !important;
  color: var(--text-primary) !important;
}

body.profile-page .desktop-nav,
body.profile-page .ainna-mobile-topbar,
body.profile-page #mobile-panel,
body.profile-page .mobile-only#mobile-burger {
  display: none !important;
}

body.profile-page .hero {
  margin-top: 0;
  padding-top: 0;
  min-height: 100vh;
  min-height: 100dvh;
}

body.profile-page .hero-video-bg,
body.profile-page .hero-bg,
body.profile-page .hero-overlay {
  top: 0;
}

/* ===== Team Profiles dropdown — Day Mode contrast fix ===== */
html[data-theme="light"] .profile-dropdown-btn,
html[data-ainna-theme="light"] .profile-dropdown-btn,
body[data-theme="light"] .profile-dropdown-btn {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(100, 116, 139, 0.32);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.10);
}
html[data-theme="light"] .profile-dropdown-btn:hover,
html[data-ainna-theme="light"] .profile-dropdown-btn:hover,
body[data-theme="light"] .profile-dropdown-btn:hover {
  background: #f0f9ff;
  border-color: #0ea5e9;
}
html[data-theme="light"] .profile-dropdown-menu,
html[data-ainna-theme="light"] .profile-dropdown-menu,
body[data-theme="light"] .profile-dropdown-menu {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(100, 116, 139, 0.22);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}
html[data-theme="light"] .profile-dropdown-head,
html[data-ainna-theme="light"] .profile-dropdown-head,
body[data-theme="light"] .profile-dropdown-head {
  color: #475569;
  border-bottom-color: rgba(100, 116, 139, 0.16);
}
html[data-theme="light"] .profile-nav-link,
html[data-theme="light"] .profile-nav-loading,
html[data-ainna-theme="light"] .profile-nav-link,
html[data-ainna-theme="light"] .profile-nav-loading,
body[data-theme="light"] .profile-nav-link,
body[data-theme="light"] .profile-nav-loading {
  color: #0f172a !important;
  background: #f8fafc;
  border-color: rgba(100, 116, 139, 0.18);
}
html[data-theme="light"] .profile-nav-link:hover,
html[data-ainna-theme="light"] .profile-nav-link:hover,
body[data-theme="light"] .profile-nav-link:hover {
  background: #f0f9ff;
  border-color: #0ea5e9;
}
html[data-theme="light"] .profile-nav-link.active,
html[data-ainna-theme="light"] .profile-nav-link.active,
body[data-theme="light"] .profile-nav-link.active {
  background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
  border-color: #0ea5e9;
  color: #0369a1 !important;
}
html[data-theme="light"] .profile-nav-meta,
html[data-ainna-theme="light"] .profile-nav-meta,
body[data-theme="light"] .profile-nav-meta {
  color: #64748b;
}

/* Keep profile day/night toggle clear of SOON badge — no phantom nav offset */
@media (max-width: 768px) {
  body.profile-page:not(:has(.ainna-mobile-topbar)) .profile-theme-slot {
    top: 12px;
    left: 12px;
  }

  /* Theme toggle fixed top-left overlaps Team Profiles button on mobile */
  body.masli-theme .hero-content {
    padding-top: 70px !important;
  }
}