/* Privada Rigel — marca El Arco (identidad/entregables) */
:root {
  --rigel-espresso-deep: #2a241c;
  --rigel-espresso: #3d2c1e;
  --rigel-dorado: #c9a84c;
  --rigel-crema: #f6efe1;
  --rigel-arena: #9a8862;
  --rigel-verde: #3f7d5f;
}

.rigel-logo-h { height: 40px; width: auto; max-width: 100%; display: block; }
.rigel-logo-h-sm { height: 36px; width: auto; max-width: 260px; display: block; object-fit: contain; }
.rigel-logo-h-lg { height: 52px; width: auto; max-width: 280px; display: block; margin-bottom: 32px; object-fit: contain; }
.rigel-icon-app { flex-shrink: 0; object-fit: cover; border-radius: 9px; display: block; }
.topbar .rigel-logo-h-sm { margin-right: 4px; }
.topbar-left { flex-shrink: 0; min-width: 0; }
.topbar-brand { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; min-width: 0; }
.topbar-brand .topbar-logo-img {
  height: 44px;
  max-width: 300px;
}
.topbar-logo-fallback { font-size: 20px; white-space: nowrap; }
.topbar-logo-fallback--hidden { display: none !important; }
.nav-more-brand { text-align: center; padding: 8px 0 14px; border-bottom: 1px solid var(--c2); margin-bottom: 4px; }
.nav-more-brand .rigel-logo-h-sm { margin: 0 auto; height: 48px; max-width: 280px; }

@media (max-width: 600px) {
  .topbar-brand .topbar-logo-img {
    height: 40px;
    max-width: min(62vw, 240px);
  }
  .topbar-logo-fallback { font-size: 18px; }
  .nav-more-brand .rigel-logo-h-sm { height: 44px; max-width: min(80vw, 280px); }
}
