/* Mobile navigation fix - replaces JS-dependent hamburger menu */

/* Hide the broken JS-dependent mobile drawer on all sizes */
.G4Yk_ {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  /* Make the header wrap vertically */
  .DyyGf {
    flex-wrap: wrap;
    min-height: auto;
    padding: 10px 16px;
  }

  /* Top row: logo + Instagram button */
  .VMnwf {
    flex: 1;
    margin: 0;
  }
  .S7q2B {
    flex: 0;
    margin: 0;
  }

  /* Show desktop nav on mobile */
  .kqI0W {
    display: flex !important;
    flex-basis: 100%;
    margin: 8px 0 4px;
    order: 10;
  }

  /* Nav list: horizontal wrap */
  .DjAD4,
  .FZhvH .NIvq5 {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    position: static;
  }

  /* Nav items */
  .L2ZRx.Ptk8T {
    white-space: nowrap;
  }

  /* Nav links: compact padding */
  .d6OwN.xVIEQ {
    padding: 6px 10px;
    font-size: 13px;
  }
  .d6OwN {
    padding: 6px 10px;
  }

  /* Reduce header padding-bottom placeholder */
  .pJynI + div > div:first-child {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 480px) {
  .d6OwN.xVIEQ {
    padding: 5px 8px;
    font-size: 12px;
  }
  .d6OwN {
    padding: 5px 8px;
  }
}
