/* ====== HEADER – MOBIL ====== */
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }

@media (max-width: 768px) {
  .header-logo {
      width: 56vw;  /* ex. ~56% av skärmen */
      max-width: 220px;
      height: auto;
    }
  }

@media (max-width: 768px){
  .image-scroll-container{
    scroll-behavior: auto;           /* avoid smooth auto-animations */
    /* If you ever add snap later, ensure it’s off on mobile: */
    scroll-snap-type: none;
  }
}


  .center-logo {
    position: absolute;
    display: block;
    margin: 0 auto 40px auto; /* Centrera + utrymme nedåt */
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    z-index: 1000;
  }

  h1 {
    z-index: 20;
    position: relative;
    margin-top: 120px;
    text-align: center;
  }

  .hamburger {
    display: block;
  }

  body {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  }
}
