.contact-section-band {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0;
  background-color: #9e937f;
  text-align: center;
}

#pg-7-11 {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
}

#pg-7-11 > .contact-section-band {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.contact-section-band .contact-section {
  float: none !important;
  width: min(100%, 1400px) !important;
  max-width: 1400px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 15px;
  color: #fff;
}

.contact-section-band .contact-section-title {
  position: relative;
  margin: 0;
  padding-bottom: 24px;
  color: #fff !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-section-band .contact-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #fff !important;
}

.contact-section-band .contact-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 60px);
  align-items: stretch;
  margin-top: 44px;
  text-align: left;
}

.contact-section-band .contact-section-grid > * {
  min-height: 156px;
}

.contact-section-band .contact-details {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-section-band .contact-detail {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 360px;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 18px;
  color: #fff;
  text-decoration: none;
}

.contact-section-band .contact-detail:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: clamp(32px, 4vw, 60px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.contact-section-band .contact-detail-icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
}

.contact-section-band .contact-detail-icon svg,
.contact-section-band .contact-address svg {
  display: block;
  width: 28px;
  height: 28px;
}

.contact-section-band .contact-detail-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.contact-section-band .contact-detail-title,
.contact-section-band .contact-explore-title {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-section-band .contact-address,
.contact-section-band .contact-explore a {
  color: #fff;
  text-decoration: none;
}

.contact-section-band .contact-detail-value {
  overflow-wrap: anywhere;
  font-size: 16px;
}

.contact-section-band .contact-map-frame {
  display: block;
  width: 100%;
  height: 120px;
  border: 0;
}

.contact-section-band .contact-address {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.contact-section-band .contact-address svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.contact-section-band .contact-explore {
  position: relative;
}

.contact-section-band .contact-explore-title {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 10px;
  text-align: center;
  transform: translateX(-33px);
}

.contact-section-band .contact-explore-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1.5px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.4);
}

.contact-section-band .contact-explore-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 6px clamp(28px, 3vw, 52px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-section-band .contact-explore a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.45;
}

.contact-section-band .contact-detail:hover,
.contact-section-band .contact-detail:focus,
.contact-section-band .contact-address:hover,
.contact-section-band .contact-address:focus,
.contact-section-band .contact-explore a:hover,
.contact-section-band .contact-explore a:focus {
  color: rgba(255, 255, 255, 0.72);
}

/* Social condivisi: Facebook e Instagram a metà schermo sul lato destro. */
#social-left.social {
  position: fixed !important;
  top: 50% !important;
  right: 20px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  width: 40px !important;
  height: auto !important;
  padding: 0 !important;
  text-align: center;
  transform: translateY(-50%) !important;
}

#social-left.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* Footer condiviso: sempre visibile subito dopo il feed Instagram. */
.site-footer {
  display: block !important;
  clear: both;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .contact-section-band .contact-section-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px) minmax(0, 1fr);
    gap: 28px;
  }

  .contact-section-band .contact-detail:not(:last-child)::after {
    left: 28px;
  }
}

@media only screen and (max-width: 800px) {
  .contact-section-band .contact-section {
    padding: 0 20px;
  }

  .contact-section-band .contact-section-title {
    font-size: 26px !important;
  }

  .contact-section-band .contact-section-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 36px;
  }

  .contact-section-band .contact-section-grid > * {
    min-height: 0;
  }

  .contact-section-band .contact-details {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-section-band .contact-detail:not(:last-child)::after {
    left: 0;
  }

  .contact-section-band .contact-map-frame {
    height: 180px;
  }

  .contact-section-band .contact-explore-title {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-bottom: 12px;
    transform: none;
  }
}

@media only screen and (max-width: 420px) {
  .contact-section-band .contact-explore-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
  }

  .contact-section-band .contact-explore-list li {
    min-width: 0;
    text-align: center;
  }
}

/* Navbar mobile condivisa con la home. */
@media only screen and (max-width: 991px) {
  html.responsive-menu-open,
  html.responsive-menu-open body {
    overflow-x: hidden !important;
  }

  html.responsive-menu-open #responsive-menu-button {
    position: fixed;
    right: 20px !important;
    left: auto !important;
  }
}
