/* CTPF-NET-012: homepage hero only; supplied dot-map reference used as a palette-colored mask. */
.home-page .hero-composition {
  min-height: 560px;
}

.home-page .home-hero-reference-map {
  right: calc((100vw - 100%) / -2 + 24px);
  width: 1160px;
  aspect-ratio: 201 / 97;
  overflow: visible;
  opacity: .9;
  background: var(--line);
  -webkit-mask: url("/assets/world-map-reference-012.svg?v=20260820-012") center / contain no-repeat;
  mask: url("/assets/world-map-reference-012.svg?v=20260820-012") center / contain no-repeat;
}

@media (max-width: 1200px) {
  .home-page .hero-composition {
    min-height: 520px;
  }

  .home-page .home-hero-reference-map {
    width: 920px;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .home-page .hero-composition {
    min-height: 500px;
  }

  .home-page .home-hero-reference-map {
    position: absolute;
    top: 50%;
    right: 0;
    width: 720px;
    margin: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 900px) {
  .home-page .hero-composition {
    min-height: 0;
  }

  .home-page .home-hero-reference-map {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 48px);
    margin: 0 0 0 -24px;
    transform: none;
  }
}

@media (max-width: 768px) {
  .home-page .home-hero-reference-map {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

@media (orientation: landscape) and (max-height: 540px) and (max-width: 900px) {
  .home-page .home-hero-reference-map {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 360px) {
  .home-page .home-hero-reference-map {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
