/* MPV Holiday — Contact Us, custom landing (same brand system as Home) */

body.mpv-contact-landing {
  --mpv-teal: #0F4C45;
  --mpv-teal-mid: #16645C;
  --mpv-teal-deep: #0A342F;
  --mpv-gold: #C9A227;
  --mpv-gold-soft: #E7CD6E;
  --mpv-cream: #FAF6EC;
  --mpv-ink: #22291F;
  --mpv-muted: #5C5746;
  --mpv-line: #D9D2C0;
  --mpv-font-display: 'Fraunces', Georgia, serif;
  --mpv-font-sans: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: var(--mpv-cream);
  color: var(--mpv-ink);
}

body.mpv-contact-landing .site-content,
body.mpv-contact-landing #primary,
body.mpv-contact-landing .ast-container,
body.mpv-contact-landing .entry-content {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mpv-contact-landing .entry-header,
body.mpv-contact-landing .ast-single-entry-banner {
  display: none !important;
}

.mpv-contact {
  font-family: var(--mpv-font-sans);
  color: var(--mpv-ink);
  overflow-x: hidden;
}

/* -------- Hero -------- */
.mpv-contact-hero {
  text-align: center;
  padding: clamp(48px, 8vw, 80px) 20px clamp(32px, 5vw, 48px);
}

.mpv-contact-hero h1 {
  font-family: var(--mpv-font-display);
  font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  color: var(--mpv-teal);
  margin: 0 0 12px;
}

.mpv-contact-hero p {
  max-width: 520px;
  margin: 0 auto;
  color: var(--mpv-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

/* -------- WhatsApp language cards -------- */
.mpv-contact-cards {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 20px;
  padding-bottom: clamp(48px, 8vw, 72px);
}

.mpv-contact-card {
  background: #fff;
  border: 1px solid var(--mpv-line);
  border-radius: 20px;
  padding: clamp(24px, 4vw, 36px);
  text-align: center;
  box-shadow: 0 16px 40px -24px rgba(15, 76, 69, 0.35);
}

.mpv-contact-card h2 {
  font-family: var(--mpv-font-display);
  font-weight: 600;
  font-size: clamp(1.3rem, 2.6vw, 1.6rem);
  color: var(--mpv-teal);
  margin: 0 0 10px;
}

.mpv-contact-card p {
  color: var(--mpv-muted);
  line-height: 1.6;
  margin: 0 0 22px;
}

.mpv-contact-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 12px;
  background: var(--mpv-teal);
  color: var(--mpv-cream);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}

.mpv-contact-wa-btn:hover {
  background: var(--mpv-teal-mid);
  transform: translateY(-2px);
}

.mpv-contact-wa-btn svg { width: 20px; height: 20px; flex-shrink: 0; }

/* -------- Business info block -------- */
.mpv-contact-info {
  background: var(--mpv-teal-deep);
  color: var(--mpv-cream);
  padding: clamp(40px, 6vw, 64px) 20px;
}

.mpv-contact-info__inner {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.mpv-contact-info__eyebrow {
  font-family: var(--mpv-font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(250, 246, 236, 0.8);
  margin: 0 0 4px;
}

.mpv-contact-info h2 {
  font-family: var(--mpv-font-display);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  margin: 0 0 22px;
  color: var(--mpv-cream);
}

.mpv-contact-info__details p {
  margin: 0 0 8px;
  font-size: .98rem;
}

.mpv-contact-info__details a { color: inherit; text-decoration: underline; }

.mpv-contact-social {
  margin-top: 24px;
  display: flex;
  gap: 14px;
}

.mpv-contact-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(250, 246, 236, 0.12);
  color: var(--mpv-cream);
  transition: background .15s ease;
}

.mpv-contact-social a:hover { background: var(--mpv-gold); color: var(--mpv-teal-deep); }

.mpv-contact-social svg { width: 18px; height: 18px; }

.mpv-contact-map {
  margin-top: 28px;
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}

.mpv-contact-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

@media (max-width: 560px) {
  .mpv-contact-map iframe { height: 260px; }
}
