/* ZOO HEADER — airy menu, slimmer bar, forest-only decoration. */
@media (min-width: 1051px) {
  header {
    background:
      radial-gradient(circle at 10% 0%, rgba(85,145,92,.10), transparent 25%),
      radial-gradient(circle at 92% 8%, rgba(216,185,93,.055), transparent 22%),
      linear-gradient(180deg, rgba(5,42,30,.99) 0%, rgba(5,48,34,.99) 100%) !important;
  }

  /* Keep only subtle foliage/forest shapes. No giraffe, bear or animal artwork. */
  header::before {
    display: block !important;
    opacity: .20 !important;
  }

  header .nav::before {
    display: block !important;
    left: 96px !important;
    right: 235px !important;
    bottom: 0 !important;
    height: 16px !important;
    opacity: .22 !important;
  }

  /* Slimmer header so page previews start higher. */
  header .nav {
    min-height: 96px !important;
    gap: clamp(16px, 1.25vw, 26px) !important;
    padding-top: 4px !important;
    padding-bottom: 20px !important;
  }

  header .brand {
    width: 78px !important;
    min-width: 78px !important;
    margin-right: clamp(8px, .7vw, 14px) !important;
  }

  header .brand-logo {
    width: 70px !important;
    height: 70px !important;
  }

  header .menu {
    gap: clamp(7px, .58vw, 11px) !important;
    justify-content: center !important;
  }

  header .menu a {
    min-height: 66px !important;
    padding: 28px clamp(14px, .95vw, 18px) 9px !important;
  }

  html[lang="hu"] header .menu a,
  html[lang="en"] header .menu a {
    padding-left: clamp(11px, .72vw, 15px) !important;
    padding-right: clamp(11px, .72vw, 15px) !important;
  }

  header .menu a::before {
    top: 5px !important;
    width: 22px !important;
    height: 22px !important;
  }

  header .nav-actions {
    margin-left: clamp(8px, .8vw, 16px) !important;
  }

  header .nav::after {
    bottom: 1px !important;
    min-width: 190px !important;
    height: 20px !important;
    padding: 0 14px !important;
    font-size: 8.5px !important;
  }
}

/* Keep the compact mobile header exactly as before. */
@media (max-width: 1050px) {
  header {
    background-image: none !important;
  }
}
