/* ============================================
   HERO BG — contact-hero-bg
   ============================================ */
.contact-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.contact-hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(184,149,106,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,149,106,0.06) 1px, transparent 1px);
  background-size: 80px 80px;
}

.contact-hero-filigrane {
  position: absolute;
  bottom: -170px;
  right: 50%;
  transform: translateX(50%);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(184,149,106,0.04);
  line-height: 1;
  user-select: none;
  white-space: nowrap;
}

.contact-hero-intro{
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ============================================
   CONTACT INFOS CARD
   ============================================ */
.contact-infos-card {
  border: 1px solid rgba(184,149,106,0.2);
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cic-block {
  padding: 18px 0;
  border-bottom: 1px solid rgba(184,149,106,0.12);
}
.cic-block:first-child { padding-top: 0; }
.cic-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cic-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B8956A;
  margin-bottom: 8px;
}

.cic-val {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  color: #36454F;
  line-height: 1.7;
}

.cic-note {
  font-size: 0.8rem;
  color: #7a8a93;
  font-style: italic;
}

.cic-link {
  color: #6B1C23;
  text-decoration: none;
  transition: color 0.3s;
}
.cic-link:hover { color: #B8956A; }



@media (max-width: 768px) {
  .contact-map {
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .contact-map iframe {
    width: 100% !important;
    max-width: 100% !important;
  }
}