/* Phase 5B - mobile Explore discovery hub. Desktop unchanged. */

@media (max-width: 1279px) {
  body.mv-mobile-shell-on .mv-mobile-explore-hub {
    margin: 0.25rem 0 1.25rem;
  }

  body.mv-mobile-shell-on .mv-mobile-explore-hub__context {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--mv-shell-muted, #5b6b62);
  }

  body.mv-mobile-shell-on .mv-mobile-explore-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  body.mv-mobile-shell-on .mv-mobile-explore-hub__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.55rem;
    min-height: 5.5rem;
    padding: 0.85rem;
    border-radius: 0.95rem;
    border: 1px solid var(--mv-shell-border, rgba(31, 42, 36, 0.12));
    background: color-mix(in oklab, var(--mv-shell-green, #0c6b34) 5%, #fff);
    color: var(--mv-shell-fg, #1f2a24);
    text-decoration: none;
  }

  body.mv-mobile-shell-on .mv-mobile-explore-hub__card:focus-visible {
    outline: 2px solid var(--mv-shell-green, #0c6b34);
    outline-offset: 2px;
  }

  body.mv-mobile-shell-on .mv-mobile-explore-hub__icon {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
  }

  body.mv-mobile-shell-on .mv-mobile-explore-hub__label {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
  }

  body.mv-mobile-shell-on .mv-explore-empty-hint {
    display: none;
  }

  body.mv-mobile-shell-on.mv-explore-landing .page-surface {
    padding: 0.85rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}
