/* DONGTAN_DIETRE only — linked from this site's index.html.
   Shared src/styles keep Bukosan hero ratios; these rules must win the cascade. */

#hero.hero {
  aspect-ratio: auto !important;
  height: auto !important;
  min-height: unset !important;
}

#hero.hero .hero__media {
  display: block;
  width: 100% !important;
  height: auto !important;
  line-height: 0;
}

#hero.hero .hero__media img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  object-fit: unset !important;
  object-position: center top;
}

@media (max-width: 767px) {
  #hero.hero {
    aspect-ratio: auto !important;
    height: auto !important;
    min-height: unset !important;
  }

  #hero.hero .hero__media,
  #hero.hero .hero__media img {
    width: 100% !important;
    height: auto !important;
  }

  #hero.hero .hero__media img {
    object-fit: unset !important;
  }
}

/* Premium banners: text is baked into the image — no top clip, no caption overlay */
#premium.premium-gallery .premium-gallery-card__visual {
  clip-path: none !important;
  border-radius: 16px;
}

#premium.premium-gallery .premium-gallery-card__caption {
  display: none !important;
}

#premium.premium-gallery .premium-gallery-card__image {
  width: 100%;
  height: auto;
  object-fit: unset;
}
