/* Mobile navigation and restrained frontend polish. */
@media (max-width: 1023px) {
  header button[aria-label="Meni"] {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border: 1px solid rgba(26, 47, 35, .14);
    border-radius: 999px;
    background: rgba(249, 248, 244, .96) !important;
    box-shadow: 0 8px 24px rgba(18, 42, 27, .12);
    backdrop-filter: none;
  }

  header button[aria-label="Meni"][aria-expanded="true"] {
    color: #f9f8f4;
    border-color: #1a2f23;
    background: #1a2f23 !important;
  }

  .ob-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 49;
    border: 0;
    background: rgba(9, 24, 15, .42);
    backdrop-filter: blur(2px);
    touch-action: none;
  }

  body.ob-mobile-menu-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
  }
}

/* Hero branding should float naturally over the photograph, without cards. */
main section:first-child img[alt*="logo" i],
main section:first-child img[alt*="Otoka" i] {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

main section:first-child h1,
main section:first-child h1 + p,
main section:first-child > .relative > p:first-child,
main section:first-child > .relative > div:nth-child(2) {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

main section {
  overflow: clip;
}

main > section h2 {
  text-wrap: balance;
}
