/* Only the configured public home banner; the original four slides keep their CSS. */
.hero[data-custom-banner='true'],
html.platform-mobile .atgoyum-mobile-carousel-shell > .m-home-hero[data-custom-banner='true'] {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  align-items: center;
  height: auto !important;
  max-height: none;
  aspect-ratio: auto;
}
html.platform-desktop .hero[data-custom-banner='true'] .hero-copy,
html.platform-mobile .atgoyum-mobile-carousel-shell .m-home-hero[data-custom-banner='true'] .mh-copy {
  width: auto !important;
  min-width: 0;
  padding: 28px !important;
}
[data-custom-banner='true'] h1,
[data-custom-banner='true'] p,
[data-custom-banner='true'] a {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
[data-custom-banner='true'] p { line-height: 1.5; }
.hero[data-custom-banner='true'] > img,
.m-home-hero[data-custom-banner='true'] > img {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: 100%;
  max-height: 330px;
  height: auto;
  object-fit: contain;
  filter: none;
}
[data-custom-banner='true'] .hero-actions { min-width: 0; }
[data-custom-banner='true'] .hero-actions a,
[data-custom-banner='true'] .mh-copy a {
  max-width: 100%;
  width: auto;
  min-height: 40px;
  height: auto;
  text-align: center;
  padding: 11px 16px;
  line-height: 1.35;
}
.atgoyum-mobile-carousel-shell > .mh-dots[hidden] { display: none !important; }
html.platform-mobile .atgoyum-mobile-carousel-shell .m-home-hero[data-custom-banner='true'] .mh-copy { padding: 18px 0 18px 16px !important; }
.m-home-hero[data-custom-banner='true'] .mh-copy h1 { font-size: 21px; margin: 0 0 10px; }
.m-home-hero[data-custom-banner='true'] .mh-copy p { font-size: 12px; margin: 0 0 14px; }
.m-home-hero[data-custom-banner='true'] > img { padding: 12px 8px; max-height: 250px; box-sizing: border-box; }
html.atgoyum-lite [data-custom-banner='true'] { grid-template-columns: minmax(0, 1fr) !important; }
