/* Custom CSS for etp-landing */

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

/* Popup */
.popup {
  display: none;
}
.popup.is-open {
  display: flex;
}

/* Hero image aspect ratio safety */
section img {
  max-width: 100%;
  height: auto;
}
