.site-main--contact-page {
  padding-bottom: 5rem;
}

.rdc-contact-hero,
.rdc-contact-channels,
.rdc-contact-help,
.rdc-contact-location,
.rdc-contact-social,
.rdc-contact-links {
  padding: clamp(3.5rem, 5vw, 6rem) 0;
}

.rdc-contact-hero {
  padding-top: clamp(2.5rem, 4vw, 4.5rem);
}

.rdc-contact-hero__grid,
.rdc-contact-location__grid,
.rdc-contact-social__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 1.5rem;
  align-items: stretch;
}

.rdc-contact-hero__content,
.rdc-contact-summary-card,
.rdc-contact-location__content,
.rdc-contact-location__facts {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,244,238,0.9));
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
}

.rdc-contact-hero__content,
.rdc-contact-location__content {
  border-radius: 38px;
  padding: clamp(2rem, 4vw, 3.25rem);
  position: relative;
  overflow: hidden;
}

.rdc-contact-hero__content::after,
.rdc-contact-location__content::after {
  content: '';
  position: absolute;
  inset: auto -10% -30% auto;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(139,111,71,0.12), transparent 70%);
  pointer-events: none;
}

.rdc-contact-summary-card,
.rdc-contact-location__facts {
  border-radius: 34px;
  padding: clamp(1.6rem, 3vw, 2rem);
}

.rdc-contact-section-heading {
  margin-bottom: 1.6rem;
}

.rdc-contact-section-heading--centered {
  text-align: center;
}

.rdc-contact-section-heading__eyebrow,
.rdc-contact-summary-card__eyebrow,
.rdc-contact-channel-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: var(--fm-muted);
}

.rdc-contact-section-heading__title {
  max-width: 14ch;
}

.rdc-contact-hero .rdc-contact-section-heading__title {
  max-width: 18ch;
  font-size: clamp(1.95rem, 3.2vw, 3.3rem);
  line-height: 1.08;
}

.rdc-contact-section-heading--centered .rdc-contact-section-heading__title,
.rdc-contact-section-heading--centered .rdc-contact-section-heading__description {
  margin-inline: auto;
}

.rdc-contact-section-heading__description,
.rdc-contact-summary-card__item p,
.rdc-contact-channel-card p,
.rdc-contact-help-card p,
.rdc-contact-social-card p,
.rdc-contact-link-card p,
.rdc-contact-location__address span,
.rdc-contact-location__facts li span,
.rdc-contact-hero__signals span {
  color: color-mix(in srgb, var(--fm-text) 78%, white 22%);
  line-height: 1.7;
  font-size: 1rem;
}

.rdc-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.6rem 0 1.8rem;
}

.rdc-contact-hero__signals,
.rdc-contact-location__facts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rdc-contact-hero__signals,
.rdc-contact-summary-card__list,
.rdc-contact-location__facts ul {
  display: grid;
  gap: 0.9rem;
}

.rdc-contact-hero__signals li,
.rdc-contact-location__facts li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.rdc-contact-hero__signals svg,
.rdc-contact-location__facts svg,
.rdc-contact-link-card span svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  margin-top: 0.22rem;
}

.rdc-contact-summary-card__item {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(15,23,42,0.08);
}

.rdc-contact-summary-card__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rdc-contact-summary-card__item strong,
.rdc-contact-channel-card h3,
.rdc-contact-help-card h3,
.rdc-contact-social-card strong,
.rdc-contact-link-card h3 {
  display: block;
  font-size: 1.04rem;
  line-height: 1.35;
  margin-bottom: 0.4rem;
}

.rdc-contact-channels__grid,
.rdc-contact-help__grid,
.rdc-contact-links__grid {
  display: grid;
  gap: 1rem;
}

.rdc-contact-channels__grid,
.rdc-contact-help__grid,
.rdc-contact-links__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rdc-contact-channel-card,
.rdc-contact-help-card,
.rdc-contact-social-card,
.rdc-contact-link-card {
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.06);
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
}

.rdc-contact-channel-card,
.rdc-contact-link-card,
.rdc-contact-help-card,
.rdc-contact-social-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.rdc-contact-channel-card__icon,
.rdc-contact-help-card__icon,
.rdc-contact-social-card__icon {
  width: 2.85rem;
  height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 1rem;
  color: var(--fm-accent-strong);
  background: rgba(139, 111, 71, 0.1);
}

.rdc-contact-channel-card__icon svg,
.rdc-contact-help-card__icon svg,
.rdc-contact-social-card__icon svg {
  width: 1.22rem;
  height: 1.22rem;
}

.rdc-contact-channel-card__cta,
.rdc-contact-link-card span {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--fm-text);
}

.rdc-contact-location__address {
  display: grid;
  gap: 0.18rem;
  margin: 1.4rem 0 1.5rem;
}

.rdc-contact-location__address strong {
  font-size: 1.06rem;
}

.rdc-contact-social__cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rdc-contact-channel-card:hover,
.rdc-contact-social-card:hover,
.rdc-contact-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 68px rgba(15, 23, 42, 0.1);
}

@media (max-width: 1024px) {
  .rdc-contact-hero__grid,
  .rdc-contact-location__grid,
  .rdc-contact-social__grid,
  .rdc-contact-channels__grid,
  .rdc-contact-help__grid,
  .rdc-contact-links__grid,
  .rdc-contact-social__cards {
    grid-template-columns: 1fr;
  }

  .rdc-contact-section-heading__title {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .site-main--contact-page {
    padding-bottom: 4rem;
  }

  .rdc-contact-hero,
  .rdc-contact-channels,
  .rdc-contact-help,
  .rdc-contact-location,
  .rdc-contact-social,
  .rdc-contact-links {
    padding: 2.9rem 0;
  }

  .rdc-contact-hero__content,
  .rdc-contact-summary-card,
  .rdc-contact-location__content,
  .rdc-contact-location__facts,
  .rdc-contact-channel-card,
  .rdc-contact-help-card,
  .rdc-contact-social-card,
  .rdc-contact-link-card {
    border-radius: 24px;
  }

  .rdc-contact-hero__actions .fm-button,
  .rdc-contact-location__content .fm-button {
    width: 100%;
    justify-content: center;
  }
}
