/* -------------------------
 CONTACT US PAGE
--------------------------*/

.mh-contact-page {
  --contact-navy: #071a2c;
  --contact-navy-2: #0d2d49;
  --contact-gold: #e7b455;
  --contact-gold-2: #d39b37;
  --contact-cream: #fbf8f2;
  --contact-soft: #eef4f7;
  --contact-text: #1c2838;
  --contact-muted: #657385;
  --contact-line: rgba(7, 26, 44, 0.1);
  color: var(--contact-text);
  background: linear-gradient(180deg, #edf4f8 0%, #fbf8f2 40%, #fff 100%);
  overflow: hidden;
}

.mh-contact-shell,
.mh-contact-hero__inner {
  width: min(var(--container), calc(100% - 24px));
  margin-inline: auto;
}

.mh-contact-hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  padding: 136px 0 82px;
  isolation: isolate;
  background:
    linear-gradient(112deg, rgba(6, 24, 43, 0.94) 0%, rgba(8, 36, 58, 0.82) 48%, rgba(8, 36, 58, 0.45) 100%),
    url('https://images.unsplash.com/photo-1514282401047-d79a71a590e8?auto=format&fit=crop&w=2200&q=80') center/cover no-repeat;
}

.mh-contact-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 92px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 100%);
  z-index: -1;
}

.mh-contact-hero__inner {
  position: relative;
  z-index: 2;
}

.mh-contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
  margin-bottom: 28px;
}

.mh-contact-breadcrumb a {
  color: #fff;
  font-weight: 800;
}

.mh-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.55fr);
  gap: 34px;
  align-items: end;
}

.mh-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--contact-gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 900;
}

.mh-contact-eyebrow::before {
  content: '';
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mh-contact-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 6.2vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.mh-contact-hero__lead {
  max-width: 790px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.94);
  font-size: clamp(1.25rem, 2.05vw, 2.02rem);
  line-height: 1.25;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.mh-contact-hero__copy > p:not(.mh-contact-hero__lead) {
  max-width: 740px;
  margin: 18px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 1.05rem;
  line-height: 1.76;
}

.mh-contact-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.mh-contact-hero__card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 30px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    radial-gradient(circle at top right, rgba(231, 180, 85, 0.22), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0.08));
  box-shadow: 0 28px 80px rgba(0,0,0,0.24);
  backdrop-filter: blur(12px);
}

.mh-contact-card-kicker {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: #172235;
  background: linear-gradient(180deg, #f3cf83, #dba747);
  font-weight: 900;
  font-size: 0.78rem;
}

.mh-contact-hero__card h2 {
  margin: 24px 0 14px;
  max-width: 420px;
  font-size: clamp(1.55rem, 2vw, 2.16rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.mh-contact-hero__card p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.72;
}

.mh-contact-section {
  position: relative;
  padding: 86px 0;
}

.mh-contact-section--white {
  background: #fff;
}

.mh-contact-section--soft {
  background:
    radial-gradient(circle at top right, rgba(231,180,85,0.12), transparent 36%),
    linear-gradient(180deg, #eef4f7, #f8fbfd);
}

.mh-contact-section--cream {
  background:
    radial-gradient(circle at left top, rgba(231,180,85,0.12), transparent 34%),
    linear-gradient(180deg, #fbf8f2, #fffaf2);
}

.mh-contact-section-head {
  max-width: 840px;
  margin-bottom: 34px;
}

.mh-contact-section-head--compact {
  margin-bottom: 24px;
}

.mh-contact-section-head h2,
.mh-contact-form-copy h2,
.mh-contact-faq-copy h2 {
  margin: 0;
  color: #172235;
  font-size: clamp(2.25rem, 4.2vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.mh-contact-section-head p,
.mh-contact-form-copy p,
.mh-contact-faq-copy p {
  margin: 18px 0 0;
  color: var(--contact-muted);
  font-size: 1.03rem;
  line-height: 1.74;
}

.mh-contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mh-contact-channel-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(7,26,44,0.08);
  background: linear-gradient(180deg, #ffffff, #fbf8f2);
  box-shadow: 0 18px 50px rgba(8,27,45,0.08);
}

.mh-contact-channel-card::after {
  content: '';
  position: absolute;
  width: 126px;
  height: 126px;
  right: -48px;
  bottom: -48px;
  border-radius: 999px;
  background: rgba(231,180,85,0.16);
}

.mh-contact-channel-card--special {
  background:
    radial-gradient(circle at top right, rgba(231,180,85,0.2), transparent 44%),
    linear-gradient(135deg, #071a2c, #102f4a);
  color: #fff;
}

.mh-contact-channel-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #172235;
  background: linear-gradient(180deg, #f3cf83, #dba747);
  font-size: 1.3rem;
  font-weight: 900;
}

.mh-contact-channel-card h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: 1.3rem;
  letter-spacing: -0.035em;
}

.mh-contact-channel-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--contact-muted);
  line-height: 1.55;
}

.mh-contact-channel-card--special p {
  color: rgba(255,255,255,0.78);
}

.mh-contact-channel-card a {
  font-weight: 900;
  color: #0e3152;
}

.mh-contact-channel-card--special a {
  color: #f1c56d;
}

.mh-contact-channel-card small {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(231,180,85,0.14);
  color: #856322;
  font-weight: 900;
}

.mh-contact-channel-card--special small {
  color: #172235;
  background: linear-gradient(180deg, #f3cf83, #dba747);
}

.mh-contact-mini-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #0e3152;
  color: #fff !important;
  margin-bottom: 12px;
  box-shadow: 0 10px 22px rgba(8,27,45,0.14);
}

.mh-contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1fr);
  gap: 32px;
  align-items: start;
}

.mh-contact-form-copy {
  position: sticky;
  top: 110px;
  padding: 34px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(231,180,85,0.22), transparent 42%),
    linear-gradient(135deg, #071a2c, #102f4a);
  box-shadow: 0 24px 70px rgba(8,27,45,0.14);
}

.mh-contact-form-copy h2 {
  color: #fff;
}

.mh-contact-form-copy p {
  color: rgba(255,255,255,0.76);
}

.mh-contact-social-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.mh-contact-social-row a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 900;
}

.mh-contact-response-card {
  margin-top: 28px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.12);
}

.mh-contact-response-card strong {
  display: block;
  color: #f1c56d;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.mh-contact-form-card {
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8,27,45,0.12);
  border: 1px solid rgba(7,26,44,0.08);
}

.mh-contact-form {
  display: grid;
  gap: 18px;
}

.mh-contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mh-contact-form label {
  display: grid;
  gap: 8px;
  color: #172235;
  font-weight: 900;
  font-size: 0.92rem;
}

.mh-contact-form input,
.mh-contact-form select,
.mh-contact-form textarea {
  width: 100%;
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(7,26,44,0.12);
  background: #fbfdff;
  color: #172235;
  padding: 14px 15px;
  font: inherit;
  font-weight: 600;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.mh-contact-form textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.6;
}

.mh-contact-form input:focus,
.mh-contact-form select:focus,
.mh-contact-form textarea:focus {
  border-color: rgba(231,180,85,0.85);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(231,180,85,0.14);
}

.mh-contact-checkbox {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--contact-muted) !important;
  font-weight: 700 !important;
  line-height: 1.45;
}

.mh-contact-checkbox input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
}

.mh-contact-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.mh-contact-submit {
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.mh-contact-notice {
  margin-bottom: 20px;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(7,26,44,0.1);
  background: #fbf8f2;
}

.mh-contact-notice strong {
  display: block;
  color: #172235;
  margin-bottom: 4px;
}

.mh-contact-notice p {
  margin: 0;
  color: var(--contact-muted);
}

.mh-contact-notice--success {
  border-color: rgba(47, 136, 83, 0.25);
  background: #effaf3;
}

.mh-contact-notice--error,
.mh-contact-notice--warning {
  border-color: rgba(197, 108, 50, 0.25);
  background: #fff6ef;
}

.mh-recaptcha-wrap {
  overflow: hidden;
}

.mh-contact-map-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(8,27,45,0.12);
  border: 1px solid rgba(7,26,44,0.08);
  background: #eef4f7;
}

.mh-contact-map-card iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
  filter: saturate(0.95) contrast(1.02);
}

.mh-contact-map-info {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 20px;
  color: #fff;
  background: rgba(7, 26, 44, 0.88);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
}

.mh-contact-map-info strong {
  font-size: 1rem;
}

.mh-contact-map-info span {
  color: rgba(255,255,255,0.76);
}

.mh-contact-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(520px, 1fr);
  gap: 34px;
  align-items: start;
}

.mh-contact-faq-copy {
  position: sticky;
  top: 110px;
}

.mh-contact-faq-list {
  display: grid;
  gap: 12px;
}

.mh-contact-faq-list details {
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(7,26,44,0.08);
  box-shadow: 0 14px 36px rgba(8,27,45,0.07);
  overflow: hidden;
}

.mh-contact-faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  color: #172235;
  font-weight: 900;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mh-contact-faq-list summary::-webkit-details-marker {
  display: none;
}

.mh-contact-faq-list summary::after {
  content: '+';
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(231,180,85,0.16);
  color: #916516;
  flex: 0 0 auto;
}

.mh-contact-faq-list details[open] summary::after {
  content: '–';
}

.mh-contact-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--contact-muted);
  line-height: 1.72;
}

@media (max-width: 1180px) {
  .mh-contact-hero__grid,
  .mh-contact-form-grid,
  .mh-contact-faq-grid {
    grid-template-columns: 1fr;
  }

  .mh-contact-hero__card,
  .mh-contact-form-copy,
  .mh-contact-faq-copy {
    position: relative;
    top: auto;
  }

  .mh-contact-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mh-contact-shell,
  .mh-contact-hero__inner {
    width: min(94%, 1400px);
  }

  .mh-contact-hero {
    min-height: auto;
    padding: 118px 0 64px;
  }

  .mh-contact-hero h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .mh-contact-hero__lead {
    font-size: 1.2rem;
  }

  .mh-contact-section {
    padding: 62px 0;
  }

  .mh-contact-section-head h2,
  .mh-contact-form-copy h2,
  .mh-contact-faq-copy h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .mh-contact-channel-grid,
  .mh-contact-form-row {
    grid-template-columns: 1fr;
  }

  .mh-contact-channel-card,
  .mh-contact-form-copy,
  .mh-contact-form-card {
    border-radius: 24px;
    padding: 22px;
  }

  .mh-contact-form-grid,
  .mh-contact-faq-grid {
    gap: 22px;
  }

  .mh-contact-hero__actions .btn,
  .mh-contact-submit {
    width: 100%;
    justify-content: center;
  }

  .mh-contact-map-card,
  .mh-contact-map-card iframe {
    min-height: 360px;
    height: 360px;
  }

  .mh-contact-map-info {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}

/* UCC207: SEO editor link colors for Contact page editable content */
.mh-contact-page {
  --mh-contact-editor-link: #1f6570;
  --mh-contact-editor-link-hover: #154d56;
  --mh-contact-editor-link-dark: #f0c76f;
  --mh-contact-editor-link-dark-hover: #ffe2a0;
}

.mh-contact-hero__text {
  max-width: 740px;
  margin: 18px 0 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.76;
}

.mh-contact-hero__text p {
  max-width: 740px;
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.76;
}

.mh-contact-hero__text * {
  color: #fff;
}

.mh-contact-page h1 a:not(.btn),
.mh-contact-page h2 a:not(.btn),
.mh-contact-page h3 a:not(.btn),
.mh-contact-page p a:not(.btn):not(.mh-contact-mini-btn),
.mh-contact-page li a:not(.btn):not(.mh-contact-mini-btn),
.mh-contact-page summary a:not(.btn),
.mh-contact-page label span a:not(.btn),
.mh-contact-page small a:not(.btn),
.mh-contact-page .mh-contact-eyebrow a:not(.btn),
.mh-contact-page .mh-contact-card-kicker a:not(.btn),
.mh-contact-page .mh-contact-response-card strong a:not(.btn) {
  color: var(--mh-contact-editor-link);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.mh-contact-page h1 a:not(.btn):hover,
.mh-contact-page h2 a:not(.btn):hover,
.mh-contact-page h3 a:not(.btn):hover,
.mh-contact-page p a:not(.btn):not(.mh-contact-mini-btn):hover,
.mh-contact-page li a:not(.btn):not(.mh-contact-mini-btn):hover,
.mh-contact-page summary a:not(.btn):hover,
.mh-contact-page label span a:not(.btn):hover,
.mh-contact-page small a:not(.btn):hover,
.mh-contact-page .mh-contact-eyebrow a:not(.btn):hover,
.mh-contact-page .mh-contact-card-kicker a:not(.btn):hover,
.mh-contact-page .mh-contact-response-card strong a:not(.btn):hover {
  color: var(--mh-contact-editor-link-hover);
}

.mh-contact-page .mh-contact-hero h1 a:not(.btn),
.mh-contact-page .mh-contact-hero h2 a:not(.btn),
.mh-contact-page .mh-contact-hero p a:not(.btn),
.mh-contact-page .mh-contact-hero .mh-contact-hero__text a:not(.btn),
.mh-contact-page .mh-contact-hero .mh-contact-eyebrow a:not(.btn),
.mh-contact-page .mh-contact-hero .mh-contact-card-kicker a:not(.btn) {
  color: var(--mh-contact-editor-link-dark);
}

.mh-contact-page .mh-contact-hero h1 a:not(.btn):hover,
.mh-contact-page .mh-contact-hero h2 a:not(.btn):hover,
.mh-contact-page .mh-contact-hero p a:not(.btn):hover,
.mh-contact-page .mh-contact-hero .mh-contact-hero__text a:not(.btn):hover,
.mh-contact-page .mh-contact-hero .mh-contact-eyebrow a:not(.btn):hover,
.mh-contact-page .mh-contact-hero .mh-contact-card-kicker a:not(.btn):hover {
  color: var(--mh-contact-editor-link-dark-hover);
}

.mh-contact-page .btn,
.mh-contact-page .btn:visited,
.mh-contact-page .btn:hover,
.mh-contact-page .btn *,
.mh-contact-page .mh-contact-mini-btn,
.mh-contact-page .mh-contact-mini-btn:visited,
.mh-contact-page .mh-contact-mini-btn:hover,
.mh-contact-page .mh-contact-social-row a,
.mh-contact-page .mh-contact-social-row a:visited,
.mh-contact-page .mh-contact-social-row a:hover {
  text-decoration: none;
}
