body.contact-page {
  background: #f6f4f1;
}

.contact-shell {
  width: min(1440px, calc(100% - 56px));
  margin: 0 auto;
}

.contact-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.48);
  margin-bottom: 22px;
}

.contact-label--gold {
  color: #c89a52;
  position: relative;
  padding-bottom: 15px;
}

.contact-label--gold::after,
.contact-visit-panel .contact-label::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  margin-top: 14px;
  background: #c89a52;
}

/* HERO MAPPA */
.contact-map-hero {
  position: relative;
  min-height: 820px;
  background: #000;
  color: #fff;
  padding: 160px 0 72px;
  overflow: hidden;
}

.contact-map-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("img-sito/contatti-mappa-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.98;
  transform: scale(1.02);
}

.contact-map-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 45%, rgba(201, 154, 82, 0.08) 0, rgba(201, 154, 82, 0.00) 20%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.38) 38%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.76) 100%);
  pointer-events: none;
}

.contact-map-hero__content {
  position: relative;
  z-index: 2;
  min-height: 588px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-map-hero__intro {
  max-width: 620px;
}

.contact-map-hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(72px, 8.2vw, 142px);
  line-height: 0.86;
  font-weight: 500;
  letter-spacing: -0.055em;
  color: #fff;
}

.contact-map-hero__lead {
  max-width: 560px;
  margin: 28px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.84);
}

/* MARKER CSS DISATTIVATO:
   il marker ora è dentro l'immagine di sfondo */
.contact-map-hero__pin,
.contact-map-hero__pin-label {
  display: none !important;
}

/* INFO GRID */
.contact-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.8fr) minmax(0, 1.18fr);
  gap: 38px;
  align-items: stretch;
  max-width: 1180px;
}

.contact-info-card {
  position: relative;
  padding-right: 38px;
}

.contact-info-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(201, 154, 82, 0.58);
}

.contact-info-card__title {
  margin-bottom: 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c89a52;
}

.contact-info-card__title::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin-top: 14px;
  background: #c89a52;
}

.contact-info-card__line {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.contact-info-card__line:hover {
  color: #fff;
}

.contact-info-card__line i {
  min-width: 20px;
  margin-top: 3px;
  color: #c89a52;
  font-size: 18px;
}

.contact-info-card p {
  margin: 0 0 22px;
  max-width: 410px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
}

.contact-map-btn,
.contact-outline-btn {
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(201, 154, 82, 0.86);
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #c89a52;
  background: rgba(0, 0, 0, 0.18);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.contact-map-btn:hover,
.contact-outline-btn:hover {
  background: #c89a52;
  border-color: #c89a52;
  color: #000;
}

/* VISIT */
.contact-visit-section {
  background: #f6f4f1;
}

.contact-visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 620px;
}

.contact-visit-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #d8d3ca;
}

.contact-visit-image img {
  width: 100%;
  height: 112%;
  display: block;
  object-fit: cover;
  will-change: transform;
}

.contact-visit-panel {
  padding: clamp(70px, 7vw, 120px) clamp(48px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f6f4f1;
}

.contact-visit-panel h2 {
  max-width: 660px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 0.94;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #111;
}

.contact-visit-panel p {
  max-width: 620px;
  margin: 30px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 300;
  color: #2a2a2a;
}

.contact-visit-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 42px;
}

.contact-outline-btn {
  background: transparent;
  color: #7d5a24;
  border-color: rgba(125, 90, 36, 0.55);
}

.contact-outline-btn:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.contact-text-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.contact-text-link:hover {
  color: #000;
}

@media (max-width: 1200px) {
  .contact-shell {
    width: min(1440px, calc(100% - 40px));
  }

  .contact-map-hero__bg {
    background-position: 60% center;
  }

  .contact-info-grid {
    gap: 28px;
  }
}

@media (max-width: 992px) {
  .contact-map-hero {
    min-height: auto;
    padding: 124px 0 58px;
  }

  .contact-map-hero__bg {
    background-position: 62% center;
  }

  .contact-map-hero__content {
    min-height: auto;
    gap: 64px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-info-card {
    padding-right: 0;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(201, 154, 82, 0.36);
  }

  .contact-info-card:not(:last-child)::after {
    display: none;
  }

  .contact-info-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .contact-visit-grid {
    grid-template-columns: 1fr;
  }

  .contact-visit-image {
    min-height: 430px;
  }

  .contact-visit-panel {
    padding: 72px 40px 82px;
  }
}

@media (max-width: 640px) {
  .contact-shell {
    width: calc(100% - 24px);
  }

  .contact-map-hero {
    padding: 106px 0 48px;
  }

  .contact-map-hero__bg {
    background-position: 67% center;
  }

  .contact-map-hero__title {
    font-size: 64px;
  }

  .contact-map-hero__lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .contact-info-card__title {
    margin-bottom: 22px;
  }

  .contact-info-card__line {
    font-size: 16px;
    gap: 13px;
  }

  .contact-info-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .contact-map-btn,
  .contact-outline-btn {
    min-height: 46px;
    padding: 0 18px;
    font-size: 11px;
    gap: 14px;
  }

  .contact-visit-image {
    min-height: 330px;
  }

  .contact-visit-panel {
    padding: 62px 24px 72px;
  }

  .contact-visit-panel h2 {
    font-size: 48px;
  }

  .contact-visit-panel p {
    font-size: 16px;
    line-height: 1.7;
  }

  .contact-visit-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .contact-map-hero__bg {
    background-position: 70% center;
  }
}

@media (max-width: 390px) {
  .contact-map-hero__bg {
    background-position: 72% center;
  }
}