.topbar .collections-nav-link { margin-left: 0; white-space: nowrap; }
.topbar .profile-button { display: grid; place-items: center; flex-shrink: 0; text-decoration: none; overflow: hidden; }
.site-menu { display: none; position: relative; flex-shrink: 0; }
.desktop-editor-links { display: flex; gap: 6px; }
.desktop-editor-links a { padding: 8px; color: var(--vkl-text-secondary); font-size: 13px; font-weight: 700; white-space: nowrap; text-decoration: none; border-radius: 10px; }
.desktop-editor-links a:hover { background: var(--vkl-purple-100); color: var(--vkl-purple-700); }
.desktop-editor-links:has(> .hidden):not(:has(> a:not(.hidden))) { display: none; }
.site-menu summary { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--vkl-card-border); border-radius: 12px; background: white; cursor: pointer; list-style: none; color: var(--vkl-purple-700); font-size: 25px; }
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary:focus-visible { outline: 2px solid var(--vkl-purple-700); outline-offset: 3px; }
.site-menu[open] summary { background: var(--vkl-purple-100); }
.site-menu > nav { position: absolute; right: 0; top: calc(100% + 12px); width: 280px; max-width: calc(100vw - 28px); max-height: calc(100dvh - 160px); overflow-y: auto; padding: 10px; display: grid; gap: 4px; background: white; border: 1px solid var(--vkl-card-border); border-radius: 18px; box-shadow: var(--vkl-shadow-md); }
.site-menu nav a { display: flex; align-items: center; gap: 10px; padding: 12px; min-height: 44px; color: var(--vkl-text); font-size: 15px; font-weight: 600; text-decoration: none; border-radius: 10px; }
.site-menu nav a:hover, .site-menu nav a:focus-visible { background: var(--vkl-purple-100); }
.site-menu nav a.hidden { display: none; }
.site-menu nav .nav-icon { width: 24px; height: 24px; }
@media (max-width: 1150px) {
  .desktop-editor-links { flex-direction: column; gap: 0; }
  .desktop-editor-links a { padding: 2px 6px; font-size: 12px; }
  .topbar .brand { font-size: 18px; }
  .topbar { gap: 10px; }
  .topbar #share-top span:last-child { display: none; }
  .topbar #share-top { width: 44px; padding: 0; }
}
@media (max-width: 820px) {
  .topbar > .blog-nav-link { display: none; }
  .topbar .top-actions { position: relative; margin-left: auto; gap: 8px; }
  .site-menu { display: block; position: static; }
  .desktop-editor-links { display: none; }
  .topbar #share-top { display: none; }
  .topbar .brand { flex-shrink: 1; gap: 6px; }
  .topbar .brand .brand-name { display: inline; white-space: nowrap; font-size: clamp(14px, 3.8vw, 19px); }
  .topbar .brand-mark, .topbar .brand-mark img { width: 36px; height: 36px; }
  .topbar .profile-button { width: 40px; height: 40px; }
  .site-menu summary { width: 40px; height: 40px; }
  .mobile-nav:not(.hidden) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mobile-nav button, .mobile-nav a { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; }
  .mobile-nav button small, .mobile-nav a small { font-size: 13px; }
}
