/* ============================================================
   Contact page: useful service-detail layer
   ============================================================ */

.contact-page {
  background: var(--white);
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 48%, rgba(245, 246, 248, .82) 100%),
    linear-gradient(180deg, #fff 0%, #f6f7f9 100%);
  border-bottom: 1px solid var(--line-soft);
}

.contact-hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  height: 7px;
  background: var(--orange);
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  gap: clamp(46px, 6vw, 86px);
  align-items: center;
}

.contact-hero__copy h1 {
  max-width: 850px;
}

.contact-hero__copy p:not(.section-label) {
  max-width: 650px;
  margin-top: 26px;
  color: var(--graphite);
  font-size: 19px;
  line-height: 1.62;
}

.contact-hero__copy p:not(.section-label) a {
  color: var(--orange-deep);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.contact-hero__copy p:not(.section-label) a:hover,
.contact-hero__copy p:not(.section-label) a:focus-visible {
  color: var(--ink);
}

.contact-hero__facts {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 720px;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
}

.contact-hero__facts div {
  min-width: 0;
}

.contact-hero__facts dt {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-hero__facts dd {
  margin: 8px 0 0;
  color: var(--graphite);
  font-family: var(--avenir);
  font-size: 15px;
  line-height: 1.55;
}

.contact-hero__panel {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--ink);
}

.contact-hero__panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  opacity: .74;
  filter: saturate(.96) contrast(1.06);
}

.contact-hero__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 25, 29, .08), rgba(23, 25, 29, .9));
}

.contact-hero__card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  padding: 28px;
  background: rgba(255, 255, 255, .94);
  border-top: 5px solid var(--orange);
  box-shadow: var(--shadow-soft);
}

.contact-hero__card span,
.contact-notes span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-hero__card a {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: -.04em;
}

.contact-hero__card p {
  max-width: 38ch;
  margin-top: 14px;
  color: var(--graphite);
}

.contact-request {
  padding: 72px 0 90px;
}

.contact-request__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 74px;
  align-items: start;
}

.contact-request__side {
  position: sticky;
  top: 132px;
}

.contact-request__side h2 {
  max-width: 560px;
}

.contact-request__intro {
  max-width: 48ch;
  margin-top: 22px;
  color: var(--graphite);
  font-size: 16px;
}

.contact-request__side ul {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.contact-request__side li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  color: var(--graphite);
  font-family: var(--avenir);
  font-weight: 800;
}

.contact-request__side li span {
  color: var(--orange);
  font-family: var(--avenir);
  font-size: 12px;
  font-weight: 950;
}

.contact-request__form {
  box-shadow: none;
}

.contact-followup {
  padding: 78px 0;
  background: var(--ink);
  color: var(--white);
}

.contact-followup h2 {
  max-width: 650px;
  color: var(--white);
}

.contact-followup__title {
    font-size: clamp(37px, 3.4vw, 43px);
    line-height: 1.25;
}

.contact-followup__grid {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: clamp(42px, 6vw, 86px);
  align-items: start;
}

.contact-followup__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.contact-followup__steps li {
  padding: 28px 24px 0 0;
}

.contact-followup__steps li + li {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.contact-followup__steps span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
}

.contact-followup__steps strong {
  display: block;
  margin-top: 16px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.25;
}

.contact-followup__steps p {
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.62;
}

.contact-notes {
  padding: 62px 0 88px;
}

.contact-notes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: linear-gradient(90deg, transparent 0%, var(--line) 12%, var(--line) 88%, transparent 100%) top / 100% 1px no-repeat;
}

.contact-notes__grid > div {
  padding: 30px 32px 0 0;
}

.contact-notes__grid > div + div {
  padding-left: 32px;
  background: linear-gradient(180deg, transparent 0%, var(--line) 18%, var(--line) 82%, transparent 100%) left top / 1px 100% no-repeat;
}

.contact-notes p {
  margin-top: 14px;
  color: var(--graphite);
  font-size: 15px;
  line-height: 1.62;
}

.contact-page .contact-request__form,
.contact-page .contact-request__form iframe {
  min-height: 520px;
}
