﻿/* Contact page mobile refinements. Loaded after shared page styles. */
@media (max-width: 767px) {
  body > .container {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding: 0 14px 24px !important;
  }

  body > .container > .hero-section {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 0 !important;
    padding: 20px 28px 48px !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .76) 58%, rgba(0, 0, 0, .96)),
      radial-gradient(ellipse at -6% 84%, rgba(255, 195, 220, .82) 0 18%, transparent 19%),
      radial-gradient(circle at 88% 12%, rgba(255, 195, 220, .22), transparent 34%),
      linear-gradient(180deg, #1c1218 0%, #050505 78%) !important;
  }

  body > .container > .hero-section::before {
    right: -14px !important;
    top: 16px !important;
    color: rgba(255, 211, 227, .2) !important;
  }

  body > .container > .hero-section::after {
    content: "";
    position: absolute;
    left: -54px;
    bottom: -42px;
    width: 210px;
    height: 210px;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 195, 220, .72), rgba(255, 195, 220, .38) 44%, transparent 68%);
    filter: blur(.4px);
    pointer-events: none;
  }

  body > .container > .hero-section .h1,
  body > .container > .hero-section .lead {
    position: relative !important;
    z-index: 2 !important;
  }

  body > .container > .hero-section .h1 {
    max-width: min(520px, 88vw) !important;
    margin: 0 0 18px !important;
    color: #ffd3e3 !important;
    font-family: Arial Black, Impact, sans-serif !important;
    font-size: clamp(58px, 15.3vw, 94px) !important;
    line-height: .78 !important;
    letter-spacing: -.07em !important;
    text-align: left !important;
    text-transform: uppercase !important;
    text-shadow:
      0 0 10px rgba(255, 160, 198, .74),
      0 0 28px rgba(255, 116, 175, .34) !important;
  }

  body > .container > .hero-section .h1 .accent {
    display: block !important;
    max-width: 420px !important;
    color: #ffd3e3 !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
  }

  body > .container > .hero-section .lead {
    width: min(440px, calc(100vw - 56px)) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 11px 13px !important;
    color: #fff8fb !important;
    border: 1px solid rgba(255, 195, 220, .26) !important;
    border-left: 3px solid #ffc3dc !important;
    border-radius: 10px !important;
    background: rgba(0, 0, 0, .52) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .32) !important;
    font-size: clamp(13px, 3vw, 16px) !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .85) !important;
  }

  .main-grid {
    position: relative !important;
    z-index: 1 !important;
    isolation: isolate !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: min(100%, 560px) !important;
    max-width: none !important;
    margin: -18px auto 24px !important;
  }

  .main-grid::before,
  .main-grid::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    pointer-events: none;
  }

  .main-grid::before {
    top: 390px;
    right: -72px;
    width: 190px;
    height: 190px;
    background: radial-gradient(circle, rgba(255, 195, 220, .28), rgba(255, 195, 220, .1) 45%, transparent 72%);
  }

  .main-grid::after {
    top: 930px;
    left: -86px;
    width: 230px;
    height: 230px;
    background: radial-gradient(circle, rgba(255, 195, 220, .3), rgba(255, 195, 220, .11) 44%, transparent 72%);
  }

  .contact-form,
  .info-card {
    width: 100% !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  .contact-form {
    padding: clamp(22px, 5vw, 34px) !important;
  }

  .form-title {
    margin-bottom: 22px !important;
    font-size: clamp(27px, 6vw, 38px) !important;
    line-height: 1.02 !important;
  }

  .form-group {
    margin-bottom: 18px !important;
  }

  input,
  textarea,
  select {
    min-height: 52px !important;
    font-size: 15px !important;
  }

  textarea {
    min-height: 118px !important;
  }

  .submit-btn {
    min-height: 56px !important;
    border-radius: 9px !important;
    font-size: 18px !important;
  }

  .contact-sidebar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .info-card {
    padding: 20px !important;
  }

  .info-title {
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .info-content,
  .info-content strong {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .contact-form,
  .info-card,
  .cta-section {
    position: relative !important;
    overflow: visible !important;
  }

  .contact-form::before,
  .info-card::before,
  .cta-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 195, 220, .18), rgba(255, 195, 220, .06) 48%, transparent 72%);
    pointer-events: none;
  }

  .contact-form::before { right: -34px; top: -26px; }
  .info-card:nth-child(odd)::before { left: -38px; bottom: -32px; }
  .info-card:nth-child(even)::before { right: -38px; top: -28px; }
  .cta-section::before { left: -40px; bottom: -38px; }

  .contact-form::after,
  .info-card::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 58px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 195, 220, .55), transparent);
    pointer-events: none;
  }

  .contact-form::after { right: 20px; top: 22px; transform: rotate(-8deg); }
  .info-card:nth-child(odd)::after { left: 22px; bottom: 20px; transform: rotate(8deg); }
  .info-card:nth-child(even)::after { right: 22px; top: 20px; transform: rotate(-8deg); }

  .contact-form > *,
  .info-card > *,
  .cta-section > * {
    position: relative !important;
    z-index: 1 !important;
  }
}

@media (max-width: 430px) {
  body > .container > .hero-section .h1 {
    font-size: clamp(50px, 15vw, 66px) !important;
  }

  body > .container > .hero-section {
    padding-inline: 22px !important;
  }
}

@media (min-width: 620px) and (max-width: 767px) {
  body > .container {
    width: 100% !important;
    max-width: none !important;
    box-shadow: none !important;
  }

  body > .container > .hero-section {
    width: 100vw !important;
  }
}

/* Soften the contact booking CTA container. */
@media (max-width: 767px) {
  .cta-section {
    border-radius: 22px !important;
    overflow: hidden !important;
  }
}

@media (min-width: 768px) {
  .cta-section {
    border-radius: 22px !important;
    overflow: hidden !important;
  }
}

/* Final hamburger fix: hide the original text glyph and center one CSS icon. */
#menuBtn.menu-btn,
button.menu-btn {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -999px !important;
}

#menuBtn.menu-btn::before,
button.menu-btn::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 18px !important;
  height: 2px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: #ffc3dc !important;
  box-shadow: 0 -6px 0 #ffc3dc, 0 6px 0 #ffc3dc !important;
  transform: translate(-50%, -50%) !important;
  text-indent: 0 !important;
}
