/* Homepage contact layout. Shared button styles live in site-navigation.css. */
/* Content-sized rows keep the closing contact card compact at every screen size. */
.homepage .fe-67af17bd2a71bb6d6dc26f66 {
  box-sizing: border-box;
  width: min(1040px, 88%);
  margin: 48px auto;
  padding: clamp(28px, 4.5vw, 56px);
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto;
  align-items: center;
  gap: 36px;
  overflow: visible;
  border: 1px solid rgba(25, 26, 26, .09);
  border-radius: 24px;
  background: #fffdf9;
  box-shadow: 0 18px 42px rgba(76, 51, 31, .08);
}
.homepage .fe-67af17bd2a71bb6d6dc26f66::before { display: none; }
.homepage .fe-block-f83e8c9a2df541c1e1b4 { grid-area: 1 / 1 / 2 / 2 !important; }
.homepage .fe-block-yui_3_17_2_1_1739528131633_157913 { grid-area: 1 / 2 / 2 / 3 !important; }
.homepage #block-f83e8c9a2df541c1e1b4 h2 {
  max-width: 19ch;
  margin: 0 0 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 3.2vw, 2.65rem);
  letter-spacing: -.025em;
  line-height: 1.14;
  color: #191a1a;
}
.homepage #block-f83e8c9a2df541c1e1b4 p { max-width: 53ch; font-size: .94rem; line-height: 1.62; }
.homepage .contact-heading-phrase { display: block; }
.homepage #block-f83e8c9a2df541c1e1b4 .contact-documents { max-width: none; margin-top: 20px; font-size: .78rem; color: #6b655e; }
.homepage #block-f83e8c9a2df541c1e1b4 .contact-documents a { color: #a43810; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
@media (max-width: 767px) {
  .homepage .fe-67af17bd2a71bb6d6dc26f66 { margin: 30px auto; grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .homepage .fe-block-yui_3_17_2_1_1739528131633_157913 { grid-area: 2 / 1 / 3 / 2 !important; }
  .homepage #block-f83e8c9a2df541c1e1b4 h2 { max-width: none; }
}

.homepage .fe-block-yui_3_17_2_1_1739528131633_157913 { align-self: center; }
.homepage .sqs-block-button-container { align-items: center; }
