/* Home: testo più disteso e logo Mediatel originale sfumato. */
.hero::before {
  width: min(54vw, 860px) !important;
  right: 2.5vw !important;
  opacity: 0.28 !important;
  filter: none !important;
}

.heroCopy {
  width: min(70vw, 980px) !important;
  max-width: min(70vw, 980px) !important;
}

.heroCopy h1 {
  max-width: 920px;
}

.heroCopy > p {
  max-width: 820px;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.6;
}

/* Negozio: la nuova fotografia riempie il riquadro senza deformazioni. */
.storeSinglePhoto {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 900px) {
  .hero::before {
    width: 98vw !important;
    right: -20vw !important;
    opacity: 0.2 !important;
  }

  .heroCopy {
    width: 100% !important;
    max-width: 100% !important;
  }

  .heroCopy > p {
    font-size: 17px;
  }

  .storeSinglePhoto {
    min-height: 300px;
    object-position: 44% center !important;
  }
}
