/* ═══════════════════════════════════════════════════════════
   Ciao Riviera — Contact Page Stylesheet
   ═══════════════════════════════════════════════════════════ */

/* ── PAGE HEADER ── */
.page-header {
  background: var(--forest);
  color: var(--cream);
  text-align: center;
  padding: 56px 20px 46px;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(184,151,58,.18) 0%, transparent 70%);
  pointer-events: none;
}
.page-eyebrow {
  font-size: 10px; font-weight: 500; letter-spacing: 5px;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 14px;
}
.page-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(38px, 6vw, 72px); line-height: 1; margin-bottom: 10px;
}
.page-title em { font-style: italic; color: var(--gold-light); }
.page-sub {
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(245,240,232,.5); margin-bottom: 26px;
}
.page-divider {
  display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--gold);
}
.page-divider::before, .page-divider::after {
  content: ''; width: 60px; height: 1px; background: var(--gold); opacity: .5;
}

/* ── MAIN ── */
main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 24px 90px;
}

/* ── SECTION HEADER ── */
.section-header { text-align: center; margin-bottom: 52px; }
.section-label {
  font-size: 10px; font-weight: 500; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 300;
  font-size: clamp(34px, 5vw, 54px); color: var(--forest); line-height: 1; margin-bottom: 14px;
}
.section-rule { width: 40px; height: 1px; background: var(--gold); margin: 18px auto 0; }

/* ── CONTACT GRID ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 56px;
}

/* ── INFO CARDS ── */
.info-cards { display: flex; flex-direction: column; gap: 20px; }
.info-card {
  border: 1px solid var(--border);
  padding: 28px 30px;
  background: var(--warm-white);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: background .2s;
}
.info-card:hover { background: var(--cream); }
.info-card-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: var(--forest);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
}
.info-card-icon svg { width: 20px; height: 20px; }
.info-card-label {
  font-size: 9.5px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 5px;
}
.info-card-title {
  font-family: 'Cormorant Garamond', serif; font-size: 19px;
  font-weight: 600; color: var(--forest); margin-bottom: 4px;
}
.info-card-text {
  font-size: 14px; font-weight: 300; color: #4a4540; line-height: 1.65;
}
.info-card-text a {
  color: var(--forest); text-decoration: none; font-weight: 400; transition: color .2s;
}
.info-card-text a:hover { color: var(--gold); }

/* WhatsApp reserve button */
.btn-wa {
  display: inline-flex; align-items: center; gap: 9px;
  background: #25D366; color: #fff;
  padding: 12px 22px; border-radius: 4px; text-decoration: none;
  font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  margin-top: 12px; transition: background .2s;
}
.btn-wa:hover { background: #1EB858; }
.btn-wa svg { width: 17px; height: 17px; }

/* ── FORM PANEL ── */
.form-panel {
  border: 1px solid var(--border);
  padding: 38px 34px;
  background: var(--warm-white);
}
.form-panel-title {
  font-family: 'Cormorant Garamond', serif; font-size: 28px;
  font-weight: 300; color: var(--forest); margin-bottom: 6px;
}
.form-panel-sub {
  font-size: 13px; color: var(--text-muted); margin-bottom: 28px; line-height: 1.6;
}

/* ── MAP ── */
.map-wrap {
  border: 1px solid var(--border);
  overflow: hidden;
}
.map-wrap iframe { display: block; }

/* ── HOURS + SOCIAL STRIP ── */
.hours-strip {
  background: var(--forest);
  color: var(--cream);
  padding: 40px 28px;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 56px;
  text-align: center;
}
.strip-item-label {
  font-size: 9.5px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 8px;
}
.strip-item-value {
  font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300;
  margin-bottom: 4px;
}
.strip-item-sub { font-size: 13px; color: rgba(245,240,232,.55); }
.strip-divider {
  width: 1px; background: rgba(255,255,255,.12); align-self: stretch;
}

/* ── SOCIAL BAND ── */
.social-band {
  text-align: center; margin-bottom: 56px; padding: 0 24px;
}
.social-band-title {
  font-family: 'Cormorant Garamond', serif; font-size: 28px;
  font-weight: 300; color: var(--forest); margin-bottom: 24px;
}
.social-band-links {
  display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;
}
.social-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 24px; border: 1px solid var(--border);
  border-radius: 4px; text-decoration: none;
  font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--charcoal); transition: all .2s;
}
.social-pill svg { width: 18px; height: 18px; }
.social-pill:hover { border-color: var(--gold); color: var(--gold); }
.social-pill.instagram:hover { border-color: #e1306c; color: #e1306c; }
.social-pill.facebook:hover  { border-color: #1877f2; color: #1877f2; }
.social-pill.whatsapp:hover  { border-color: #25D366; color: #25D366; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .hours-strip { gap: 36px; }
  .strip-divider { display: none; }
}
@media (max-width: 600px) {
  .form-panel { padding: 26px 20px; }
  .hours-strip { padding: 32px 20px; gap: 28px; }
}
