@media (min-width: 901px) {
  .main-nav {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }

  .site-header {
    max-width: var(--section-max-width);
    margin: 0 auto;
    backdrop-filter: blur(14px);
    background: linear-gradient(
      to bottom,
      rgba(5, 3, 8, 0.95),
      rgba(5, 3, 8, 0.82),
      rgba(5, 3, 8, 0)
    );
  }

  .experience-display {
    display: block;
  }

  .experience-cards {
    display: none;
  }
}
