.contact-surface-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: #fff;
  background: linear-gradient(180deg, rgba(5, 7, 6, .78), rgba(5, 7, 6, .38) 78%, transparent);
  border: 0;
  box-shadow: none;
}

.contact-surface-page .site-header .brand,
.contact-surface-page .site-header .nav-link,
.contact-surface-page .site-header .nav-item,
.contact-surface-page .site-header .dropdown-toggle,
.contact-surface-page .site-header .utility-search,
.contact-surface-page .site-header .utility-menu-toggle { color: #fff; }

.contact-surface-page .nav-shell { border-top-color: rgba(255, 255, 255, .32); }
.contact-page-v2 { padding-bottom: 96px; background: #f1f1f1; }

.contact-cover {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: url('/images/site/home-hero.webp') center / cover no-repeat;
}

.contact-cover-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 8, .54), rgba(8, 10, 8, .38) 48%, rgba(8, 10, 8, .62));
}

.contact-cover-copy {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 1080px);
  padding-top: 122px;
  text-align: center;
}

.contact-kicker,
.contact-label {
  display: block;
  font: 700 .72rem/1.2 "Libre Franklin", Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-kicker { margin-bottom: 17px; color: #fff; }
.contact-cover h1 { margin: 0; color: #fff; font-size: clamp(3.7rem, 6vw, 6.2rem); line-height: 1; text-shadow: 0 3px 22px rgba(0, 0, 0, .38); }

.contact-card {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), 900px);
  min-height: 500px;
  margin: -78px auto 0;
  padding: 94px clamp(44px, 8vw, 104px) 88px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  color: #3c3c3c;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.72;
}

.contact-card-rule { position: absolute; top: -38px; left: 50%; width: 2px; height: 76px; background: #f36f21; }
.contact-label { margin-bottom: 12px; color: #f36f21; }
.contact-card h2,
.contact-explore h2 { margin: 0 0 23px; color: #202020; font-size: clamp(2.15rem, 3.5vw, 3.1rem); line-height: 1.08; }
.contact-card p { max-width: 650px; margin: 0 0 30px; }

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 17px 21px;
  color: #fff;
  background: #f36f21;
  font: 700 1rem/1.2 "Libre Franklin", Arial, sans-serif;
  transition: background-color .2s ease, transform .2s ease;
}

.contact-email:hover { background: #d95d14; transform: translateY(-2px); }
.contact-email span { font-size: 1.25rem; }
.contact-card .contact-note { margin-top: 35px; color: #777; font-family: Inter, Arial, sans-serif; font-size: .88rem; line-height: 1.6; }

.contact-explore { width: min(calc(100% - 40px), 1160px); margin: 82px auto 0; text-align: center; }
.contact-explore-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 31px; }
.contact-explore-grid a { position: relative; min-height: 290px; display: grid; place-items: center; overflow: hidden; color: #fff; box-shadow: 0 13px 30px rgba(0, 0, 0, .09); }
.contact-explore-grid a::before { content: ""; position: absolute; inset: 0; background: var(--contact-card-image) center / cover no-repeat; transition: transform .45s ease; }
.contact-explore-grid a::after { content: ""; position: absolute; inset: 0; background: rgba(10, 10, 10, .48); }
.contact-explore-grid strong { position: relative; z-index: 1; font: 600 clamp(1.8rem, 3vw, 2.5rem)/1.15 "Source Serif 4", Georgia, serif; }
.contact-explore-grid a:hover::before { transform: scale(1.04); }

@media (max-width: 760px) {
  .contact-cover { min-height: 500px; }
  .contact-cover-copy { padding-top: 100px; }
  .contact-cover h1 { font-size: clamp(3rem, 13vw, 4.3rem); }
  .contact-card { min-height: 0; margin-top: -48px; padding: 70px 25px 68px; font-size: 1rem; }
  .contact-email { width: 100%; justify-content: space-between; font-size: .9rem; }
  .contact-explore-grid { grid-template-columns: 1fr; }
  .contact-explore-grid a { min-height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-email,
  .contact-explore-grid a::before { transition: none; }
}
