.contact-page {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 28rem),
    linear-gradient(180deg, #f6f3f2 0%, #ebe6e3 100%);
}

.contact-page .site-nav a[aria-current="page"] {
  color: var(--brand);
}

.contact-page main {
  overflow: hidden;
}

.contact-hero,
.contact-options,
.contact-form,
.contact-process {
  scroll-margin-top: 2rem;
}

.contact-eyebrow,
.contact-placeholder-card__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
}

.contact-hero {
  position: relative;
  display: grid;
  gap: 2.25rem;
  padding: 1rem var(--page-gutter) 4.25rem;
}

.contact-hero::before,
.contact-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.contact-hero::before {
  inset: 3rem auto auto -8%;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(217, 238, 231, 0.82) 0%, rgba(217, 238, 231, 0) 72%);
}

.contact-hero::after {
  inset: auto 0 0 0;
  height: 6.3rem;
  background:
    radial-gradient(125% 180% at 24% 5%, rgba(195, 214, 206, 0.92) 0%, rgba(228, 238, 234, 0.9) 46%, rgba(244, 241, 238, 0) 47%),
    linear-gradient(180deg, rgba(244, 241, 238, 0) 0%, rgba(244, 241, 238, 0.9) 100%);
}

.contact-hero__copy,
.contact-hero__visual {
  position: relative;
  z-index: 1;
}

.contact-hero h1,
.contact-form__copy h2,
.contact-placeholder-card h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #21353d;
}

.contact-hero h1 {
  max-width: 9ch;
  font-size: clamp(2.9rem, 6.2vw, 4.95rem);
  line-height: 0.94;
}

.contact-hero__lede,
.contact-section-intro,
.contact-option-card p,
.contact-form__copy p,
.contact-placeholder-card p,
.contact-step-card p,
.contact-checklist li {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.contact-hero__lede {
  max-width: 35rem;
  margin-top: 1.1rem;
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.contact-hero__visual {
  display: grid;
  gap: 1rem;
}

.contact-hero__image-shell {
  overflow: hidden;
  aspect-ratio: 1.04 / 1;
  border-radius: 44% 1.35rem 1.35rem 44% / 44% 1.35rem 1.35rem 44%;
  box-shadow: 0 24px 54px rgba(29, 61, 53, 0.14);
}

.contact-hero__image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero__panel,
.contact-option-card,
.contact-placeholder-card,
.contact-step-card {
  background: #fff;
  border: 1px solid rgba(221, 215, 210, 0.9);
  border-radius: 1.2rem;
  box-shadow: 0 12px 24px rgba(29, 35, 39, 0.045);
}

.contact-hero__panel {
  padding: 1.4rem 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 250, 247, 0.96) 100%);
}

.contact-hero__panel h2,
.contact-option-card h3,
.contact-step-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.contact-checklist {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-checklist li {
  position: relative;
  padding-left: 1.45rem;
}

.contact-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand) 0%, var(--brand-deep) 100%);
}

.contact-options {
  padding-top: 2rem;
}

.contact-section-intro {
  max-width: 39rem;
  margin: 0.9rem auto 0;
}

.contact-options-grid,
.contact-process-grid {
  display: grid;
  gap: 1.35rem;
}

.contact-option-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.95rem;
  padding: 1.55rem 1.35rem;
}

.contact-option-card .service-icon {
  width: 4rem;
  height: 4rem;
}

.contact-option-card__value {
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.5;
  color: #25424b;
}

.contact-option-card__meta {
  font-size: 0.92rem;
}

.contact-form {
  padding-top: 2.8rem;
  background:
    linear-gradient(180deg, rgba(245, 250, 247, 0.96) 0%, rgba(239, 244, 241, 0.96) 100%);
}

.contact-form__grid {
  display: grid;
  gap: 1.5rem 2rem;
}

.contact-form__copy h2 {
  max-width: 10.5ch;
  font-size: clamp(2.2rem, 5vw, 3.45rem);
  line-height: 0.97;
}

.contact-form__copy p {
  max-width: 37rem;
  margin-top: 1rem;
}

.contact-form__copy .contact-checklist {
  margin-top: 1.2rem;
}

.contact-placeholder-card {
  padding: 1.5rem 1.3rem;
  align-self: start;
}

.contact-placeholder-card h3 {
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  line-height: 0.98;
}

.contact-placeholder-card p {
  margin-top: 0.9rem;
}

.contact-placeholder-card__frame {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border: 2px dashed rgba(45, 138, 112, 0.28);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(244, 250, 247, 0.8) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.contact-placeholder-card__frame span {
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(32, 50, 60, 0.08);
  border-radius: 0.75rem;
  background: #fff;
  color: #33515c;
  font-size: 0.95rem;
  font-weight: 700;
}

.contact-placeholder-card__note {
  margin-top: 1rem;
  font-size: 0.92rem;
}

.contact-process {
  padding-top: 2.8rem;
}

.contact-step-card {
  padding: 1.55rem 1.3rem;
}

.contact-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(45, 138, 112, 0.18) 0%, rgba(45, 138, 112, 0.08) 100%);
  color: var(--brand);
  font-size: 0.95rem;
  font-weight: 800;
}

.contact-partner-strip {
  margin-top: 2rem;
}

.contact-page .cta-band {
  margin-top: 0;
}

@media (min-width: 48rem) {
  .contact-hero {
    grid-template-columns: minmax(0, 0.96fr) minmax(20rem, 1.04fr);
    gap: 2rem 3rem;
    align-items: center;
  }

  .contact-options-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-form__grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(19rem, 0.98fr);
    align-items: start;
  }

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

@media (min-width: 64rem) {
  .contact-hero__visual {
    padding-left: 2rem;
  }

  .contact-hero__panel {
    position: absolute;
    left: -1.5rem;
    bottom: 1.25rem;
    width: min(19rem, 56%);
  }

  .contact-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 47.99rem) {
  .contact-hero {
    padding-top: 0.5rem;
  }

  .contact-hero__visual {
    order: -1;
  }

  .contact-hero__panel {
    margin-top: -3rem;
    margin-inline: 1rem;
  }

  .contact-option-card,
  .contact-placeholder-card,
  .contact-step-card {
    padding-inline: 1.2rem;
  }
}
