/* =========================================================
   Contact Page — La Bien Theme
   Scope: .lbn-contact (page CSS)
   Prefix: lbn-
   ========================================================= */

.lbn-contact{
  padding: clamp(26px, 4.2vw, 68px) 0;
}

.lbn-contact__head{
  max-width: 860px;
  margin: 0 auto clamp(14px, 2.6vw, 22px);
  text-align: center;
}

.lbn-contact__title{
  margin: 0 0 8px;
  color: var(--brand-navy);
  letter-spacing: -0.01em;
}

.lbn-contact__lead{
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1.05vw + 10px, 18px);
}

.lbn-contact__grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(14px, 2.4vw, 18px);
  align-items: start;
}

/* ----- Cards ----- */
.lbn-contact__cards{
  display: grid;
  gap: 12px;
}

.lbn-contact-card{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--card-br);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  padding: 16px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
}

.lbn-contact-card__icon{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(201,163,59,.24), rgba(10,35,66,.08));
  border: 1px solid rgba(0,0,0,.06);
  color: var(--brand-navy);
}

.lbn-contact-card__icon i{ font-size: 20px; }

.lbn-contact-card__title{
  margin: 0 0 6px;
  font-size: 16.5px;
  color: var(--brand-navy);
}

.lbn-contact-card__text{
  margin: 0;
  color: #2b2f36;
}

.lbn-contact-card__strong{
  text-decoration: none;
  font-weight: 900;
  color: var(--brand-navy);
}
.lbn-contact-card__strong:hover{ text-decoration: underline; }

.lbn-contact-card__link{
  display: inline-flex;
  margin-top: 8px;
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none;
  color: var(--brand-navy);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(10,35,66,.05);
}
.lbn-contact-card__link:hover{
  background: rgba(10,35,66,.09);
}

.lbn-contact-card__mini{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #8a7b66;
  font-weight: 800;
}

.lbn-mini-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--brand-navy);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(201,163,59,.18);
  border: 1px solid rgba(201,163,59,.28);
}
.lbn-mini-link:hover{ filter: brightness(1.02); }

.lbn-mini-sep{ opacity: .7; }

.lbn-contact-card__list{
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 8px;
}
.lbn-contact-card__list li{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(245,233,220,.55);
  border: 1px solid rgba(0,0,0,.06);
  color: #2b2f36;
}
.lbn-contact-card__list span{ color: var(--muted); font-weight: 700; }
.lbn-contact-card__list strong{ color: var(--brand-navy); }

.lbn-contact-card__hint{
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

/* ----- Actions ----- */
.lbn-contact__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.lbn-contact__btn-soft{
  background: rgba(10,35,66,.08);
  border-color: rgba(10,35,66,.10);
  color: var(--brand-navy);
}
.lbn-contact__btn-soft:hover{
  background: rgba(10,35,66,.12);
  color: var(--brand-navy);
}

/* ----- SEO mini block ----- */
.lbn-contact__seo{
  margin-top: 12px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--card-br);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  padding: 16px;
}
.lbn-contact__seo h3{
  margin: 0 0 8px;
  color: var(--brand-navy);
}
.lbn-contact__seo p{
  margin: 0;
  color: #2b2f36;
}

/* ----- Map ----- */
.lbn-contact__map{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--card-br);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  overflow: hidden;
}

.lbn-contact__map-top{
  padding: 14px 14px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.lbn-contact__map-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: var(--brand-navy);
}

.lbn-contact__map-link{
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none;
  color: var(--brand-navy);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(10,35,66,.05);
}
.lbn-contact__map-link:hover{ background: rgba(10,35,66,.09); }

.lbn-contact__map-frame{
  position: relative;
  aspect-ratio: 16 / 12;
  min-height: 360px;
  background: #fff;
}

.lbn-contact__map-frame iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ----- Form ----- */
.lbn-contact__form{
  margin-top: clamp(16px, 3vw, 26px);
}

.lbn-contact__form-card{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--card-br);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  padding: clamp(16px, 2.6vw, 22px);
}

.lbn-contact__form-head{
  text-align: left;
  margin-bottom: 10px;
}

.lbn-contact__form-head h3{
  margin: 0 0 6px;
  color: var(--brand-navy);
}

.lbn-contact__form-head p{
  margin: 0;
  color: var(--muted);
}

/* Fluent Forms (scoped) */
.lbn-contact .fluentform .ff-el-input--label label{
  font-weight: 800;
  color: var(--brand-navy);
}

.lbn-contact .fluentform .ff-el-form-control{
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  background: #fff !important;
  padding: 12px 12px !important;
  box-shadow: none !important;
}

.lbn-contact .fluentform .ff-el-form-control:focus{
  outline: 3px solid rgba(201,163,59,.45) !important;
  outline-offset: 2px !important;
}

.lbn-contact .fluentform .ff-btn{
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
}

/* ----- Responsive ----- */
@media (max-width: 992px){
  .lbn-contact__grid{ grid-template-columns: 1fr; }
  .lbn-contact__map-frame{ min-height: 320px; }
}

@media (max-width: 600px){
  .lbn-contact-card{ grid-template-columns: 44px 1fr; padding: 14px; }
  .lbn-contact-card__icon{ width: 44px; height: 44px; border-radius: 12px; }
  .lbn-contact__map-top{ flex-direction: column; align-items: flex-start; }
  .lbn-contact__map-link{ width: 100%; text-align: center; }
  .lbn-contact__actions .btn{ width: 100%; }
}
