/* Chi siamo v88 — impaginazione istituzionale: immagine a sinistra, storia a destra. */
.innerPage .story {
  display: block !important;
  min-height: 100svh !important;
  height: auto !important;
  padding: 126px 5vw 100px !important;
  overflow: visible !important;
}

.innerPage .story .sectionHead {
  position: relative !important;
  inset: auto !important;
  width: min(1280px, 100%) !important;
  margin: 0 auto 26px !important;
  transform: none !important;
}

.innerPage .story .storyGrid {
  display: grid !important;
  grid-template-columns: minmax(360px, .92fr) minmax(470px, 1.08fr) !important;
  align-items: stretch !important;
  gap: clamp(28px, 3.4vw, 54px) !important;
  width: min(1280px, 100%) !important;
  margin: 0 auto !important;
}

.innerPage .story .storyPhoto {
  position: relative !important;
  inset: auto !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: stretch !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 3 / 2 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.28) !important;
}

.innerPage .story .storyPhoto > img.leadershipLandscape {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  transform: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: inherit !important;
}

.innerPage .story .storyCopy {
  position: static !important;
  inset: auto !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(27px, 3vw, 44px) !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 24px !important;
  background: rgba(2,18,50,.34) !important;
  box-shadow: 0 20px 52px rgba(0,0,0,.16) !important;
}

.innerPage .story .storyCopy > p,
.innerPage .story .storyCopy > p.big {
  margin: 0 0 13px !important;
  padding: 0 !important;
  font-size: clamp(15px, 1.02vw, 17px) !important;
  line-height: 1.57 !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,.92) !important;
  border: 0 !important;
  background: transparent !important;
}

.innerPage .story .storyCopy > p.big {
  font-size: clamp(16px, 1.1vw, 18px) !important;
}

.innerPage .story .storyCopy > p:last-of-type { margin-bottom: 0 !important; }
.innerPage .story .storyCopy .values { margin-top: 22px !important; }

.innerPage .story .numbers {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 14px !important;
  width: min(1280px, 100%) !important;
  margin: 26px auto 0 !important;
}

.innerPage .story .numbers > div {
  min-width: 0 !important;
  padding: 22px 18px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.08) !important;
}

.innerPage .story .numbers b {
  color: #efb830 !important;
  text-shadow: 0 8px 24px rgba(239,184,48,.18) !important;
}

@media (max-width: 980px) {
  .innerPage .story { padding: 108px 24px 80px !important; }
  .innerPage .story .storyGrid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  .innerPage .story .storyPhoto,
  .innerPage .story .storyCopy {
    grid-column: 1 !important;
    width: min(720px, 100%) !important;
    margin-inline: auto !important;
  }
  .innerPage .story .storyPhoto { grid-row: 1 !important; }
  .innerPage .story .storyCopy { grid-row: 2 !important; }
  .innerPage .story .numbers { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}

@media (max-width: 560px) {
  .innerPage .story .sectionHead { margin-bottom: 20px !important; }
  .innerPage .story .storyPhoto { border-radius: 18px !important; }
  .innerPage .story .storyCopy { padding: 24px 21px !important; border-radius: 18px !important; }
  .innerPage .story .numbers { grid-template-columns: 1fr !important; }
}

/* v93 — fotografia e racconto hanno lo stesso peso e la stessa altezza visiva. */
@media (min-width: 981px) {
  .innerPage .story .storyGrid {
    grid-template-columns: minmax(400px, 1fr) minmax(480px, 1fr) !important;
    align-items: stretch !important;
  }

  .innerPage .story .storyPhoto {
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 410px !important;
    aspect-ratio: auto !important;
    background: #21140f !important;
  }

  .innerPage .story .storyPhoto > img.leadershipLandscape {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .innerPage .story .storyCopy {
    justify-content: space-between !important;
    padding: clamp(25px, 2.25vw, 34px) !important;
  }

  .innerPage .story .storyCopy > p,
  .innerPage .story .storyCopy > p.big {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }

  .innerPage .story .storyCopy > p.big { font-size: 16.5px !important; }
  .innerPage .story .storyCopy .values {
    justify-content: space-between !important;
    gap: 8px !important;
    margin-top: 15px !important;
  }
}

/* v94 — foto senza fasce, nitida e proporzionata al riquadro del racconto. */
@media (min-width: 1181px) {
  .innerPage .story .storyGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }

  .innerPage .story .storyPhoto,
  .innerPage .story .storyCopy {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 2 !important;
  }

  .innerPage .story .storyPhoto {
    display: block !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  .innerPage .story .storyPhoto > img.leadershipLandscape {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .innerPage .story .storyCopy {
    justify-content: center !important;
    padding: clamp(21px, 1.65vw, 28px) !important;
  }

  .innerPage .story .storyCopy > p,
  .innerPage .story .storyCopy > p.big {
    font-size: clamp(14px, .86vw, 15.5px) !important;
    line-height: 1.42 !important;
    margin-bottom: 8px !important;
  }

  .innerPage .story .storyCopy > p.big {
    font-size: clamp(14.5px, .9vw, 16px) !important;
  }

  .innerPage .story .storyCopy .values {
    gap: 7px !important;
    margin-top: 11px !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .innerPage .story .storyGrid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .innerPage .story .storyPhoto,
  .innerPage .story .storyCopy {
    grid-column: 1 !important;
    width: min(720px, 100%) !important;
    height: auto !important;
    min-height: 0 !important;
    margin-inline: auto !important;
  }

  .innerPage .story .storyPhoto {
    grid-row: 1 !important;
    aspect-ratio: 3 / 2 !important;
    background: transparent !important;
  }

  .innerPage .story .storyPhoto > img.leadershipLandscape {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .innerPage .story .storyCopy {
    grid-row: 2 !important;
    aspect-ratio: auto !important;
  }
}

/* v97 — fotografia completa nel formato originale, senza alcun ritaglio. */
.innerPage .story .storyPhoto {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  background: transparent !important;
}

.innerPage .story .storyPhoto > img.leadershipLandscape {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* v95 — tutto il racconto e i valori restano ordinati nel pannello. */
.innerPage .story .storyCopy > p,
.innerPage .story .storyCopy > p.big {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  max-width: none !important;
  transform: none !important;
}

.innerPage .story .storyCopy .values {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  transform: none !important;
}

.innerPage .story .storyCopy .values > span {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding: 8px 7px !important;
  font-size: 12.5px !important;
  white-space: nowrap !important;
}

.innerPage .story .storyCopy .values svg {
  width: 18px !important;
  height: 18px !important;
}

@media (min-width: 1181px) {
  .innerPage .story .storyCopy {
    overflow: hidden !important;
    padding: clamp(20px, 1.45vw, 25px) !important;
  }

  .innerPage .story .storyCopy > p,
  .innerPage .story .storyCopy > p.big {
    font-size: clamp(14.5px, .8vw, 15.5px) !important;
    line-height: 1.38 !important;
    margin: 0 0 8px !important;
  }

  .innerPage .story .storyCopy > p.big {
    font-size: clamp(15px, .84vw, 16px) !important;
  }

  .innerPage .story .storyCopy .values {
    gap: 6px !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 720px) {
  .innerPage .story .storyCopy .values {
    flex-wrap: wrap !important;
  }

  .innerPage .story .storyCopy .values > span {
    flex-basis: calc(50% - 6px) !important;
  }
}

/* v96 — nessun contenuto viene tagliato: testo e parole chiave sempre completi. */
@media (min-width: 1181px) {
  .innerPage .story .storyGrid {
    align-items: start !important;
  }

  .innerPage .story .storyCopy {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    justify-content: flex-start !important;
  }

  .innerPage .story .storyCopy > p,
  .innerPage .story .storyCopy > p.big,
  .innerPage .story .storyCopy .values {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* v98 — il riquadro coincide con la foto ed è centrato, senza fascia inferiore. */
.innerPage .story .storyPhoto {
  align-self: center !important;
  display: block !important;
  height: fit-content !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  background: transparent !important;
}

.innerPage .story .storyPhoto > img.leadershipLandscape {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* v99 — tutti i paragrafi del racconto hanno la stessa tipografia. */
.innerPage .story .storyCopy > p,
.innerPage .story .storyCopy > p.big {
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
