/* Home page — typography and canvas aligned with Contact + U.S. Immigration hubs.
   Loaded from the theme (never from post_content). */

.wp-block-post-content-is-layout-constrained:has(.lr-home) > *,
.wp-block-post-content-is-layout-constrained:has(.lr-hero) > * {
  max-width: none;
  margin-inline: 0;
}
.wp-block-group:has(.lr-home),
.wp-block-group:has(.lr-hero) {
  padding: 0;
  background: transparent;
}

.lr-home {
  --lr-serif: Georgia, "Times New Roman", Times, serif;
  --lr-sans: Arial, Helvetica, sans-serif;
  background: var(--lr-cream);
  color: var(--lr-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.lr-home h1,
.lr-home h2,
.lr-home h3,
.lr-home h4,
.lr-home .lr-h1,
.lr-home .lr-h2,
.lr-home .lr-h3,
.lr-home .lr-h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}

.lr-home .lr-lead,
.lr-home p,
.lr-home li,
.lr-home .lr-btn,
.lr-home label,
.lr-home input,
.lr-home select,
.lr-home textarea {
  font-family: Arial, Helvetica, sans-serif;
}

.lr-home .lr-hero.lr-bg-cream {
  padding-top: 48px !important;
  background: linear-gradient(120deg, #faf7ef, #fff 73%);
  border-bottom: 1px solid #ece6dd;
}
