/*
 * ARC Home (Gutenberg redesign) — page-scoped CSS  [ARC-EDIT-018]
 * Ported from Phase 2 prototype (/home/ARCWP/arc-home-prototype-server.html).
 * Every prototype selector is scoped under .page-home-alt (:root -> .page-home-alt)
 * so nothing bleeds into the Elementor header/footer chrome rendered in the same DOM.
 * Loaded only on slug home-alt via is_page() guard at PHP_INT_MAX. Cascade overrides
 * for RealHomes wrapper neutralization are appended at the end of this file.
 */

.page-home-alt {
  
  --brand-blue: #263D8A;
  --brand-blue-dark: #1B2A66;
  --brand-blue-ink: #0F1A44;
  --brand-yellow: #F2DB0D;
  --brand-yellow-hover: #E6CF00;

  
  --text: #0B1220;
  --text-muted: #52607A;
  --text-subtle: #8591A8;
  --on-blue: #FFFFFF;
  --on-blue-muted: rgba(255, 255, 255, 0.78);
  --on-blue-subtle: rgba(255, 255, 255, 0.55);
  --surface: #FFFFFF;
  --surface-tint: #F6F8FC;
  --surface-warm: #FBFAF5;
  --divider: #E4E8F1;
  --divider-strong: #C9D0DE;

  
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-display-italic: 'DM Serif Text', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;

  
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --ease: cubic-bezier(0.2, 0.6, 0.2, 1);
  --dur-fast: 150ms;
  --dur: 220ms;
  --dur-slow: 400ms;

  --shadow-card: 0 1px 2px rgba(15, 26, 68, 0.04), 0 8px 24px rgba(15, 26, 68, 0.06);
  --shadow-card-hover: 0 4px 8px rgba(15, 26, 68, 0.06), 0 20px 48px rgba(15, 26, 68, 0.12);
  --shadow-elev: 0 20px 60px rgba(15, 26, 68, 0.18);

  --container-max: 1280px;
  --container-gutter: clamp(20px, 4vw, 56px);
  --section-pad: clamp(72px, 9vw, 120px);
}
.page-home-alt *,
.page-home-alt *::before,
.page-home-alt *::after { box-sizing: border-box;
}
.page-home-alt { -webkit-text-size-adjust: 100%;
}
.page-home-alt {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-home-alt img,
.page-home-alt svg { display: block; max-width: 100%; height: auto;
}
.page-home-alt .hero a, .page-home-alt .territory a,
.page-home-alt .cta-final a, .page-home-alt .listings a,
.page-home-alt .listings-head a, .page-home-alt .types a,
.page-home-alt .transactions a, .page-home-alt .testimonials a { color: inherit; text-decoration: none;
}
.page-home-alt .hero button, .page-home-alt .territory button,
.page-home-alt .cta-final button, .page-home-alt .listings button,
.page-home-alt .listings-head button, .page-home-alt .types button,
.page-home-alt .transactions button, .page-home-alt .testimonials button { font: inherit; cursor: pointer;
}
.page-home-alt .chrome-note {
  text-align: center;
  font-family: var(--font-body);
  font-size: 12px;
  font-style: italic;
  color: rgba(15, 26, 68, 0.5);
  padding: 18px 0;
  letter-spacing: 0.04em;
}
.page-home-alt .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-inline: var(--container-gutter);
}
.page-home-alt .hero h1,
.page-home-alt .hero h2,
.page-home-alt .hero h3,
.page-home-alt .hero h4,
.page-home-alt .territory h1,
.page-home-alt .territory h2,
.page-home-alt .territory h3,
.page-home-alt .territory h4,
.page-home-alt .cta-final h1,
.page-home-alt .cta-final h2,
.page-home-alt .cta-final h3,
.page-home-alt .cta-final h4,
.page-home-alt .listings h1,
.page-home-alt .listings h2,
.page-home-alt .listings h3,
.page-home-alt .listings h4,
.page-home-alt .listings-head h1,
.page-home-alt .listings-head h2,
.page-home-alt .listings-head h3,
.page-home-alt .listings-head h4,
.page-home-alt .types h1,
.page-home-alt .types h2,
.page-home-alt .types h3,
.page-home-alt .types h4,
.page-home-alt .transactions h1,
.page-home-alt .transactions h2,
.page-home-alt .transactions h3,
.page-home-alt .transactions h4,
.page-home-alt .testimonials h1,
.page-home-alt .testimonials h2,
.page-home-alt .testimonials h3,
.page-home-alt .testimonials h4 {
  font-family: var(--font-display);
  font-weight: 400;
  margin: 0;
  line-height: 1.06;
  letter-spacing: -0.01em;
}
.page-home-alt .hero h1 em,
.page-home-alt .hero h2 em,
.page-home-alt .hero h3 em,
.page-home-alt .territory h1 em,
.page-home-alt .territory h2 em,
.page-home-alt .territory h3 em,
.page-home-alt .cta-final h1 em,
.page-home-alt .cta-final h2 em,
.page-home-alt .cta-final h3 em,
.page-home-alt .listings h1 em,
.page-home-alt .listings h2 em,
.page-home-alt .listings h3 em,
.page-home-alt .listings-head h1 em,
.page-home-alt .listings-head h2 em,
.page-home-alt .listings-head h3 em,
.page-home-alt .types h1 em,
.page-home-alt .types h2 em,
.page-home-alt .types h3 em,
.page-home-alt .transactions h1 em,
.page-home-alt .transactions h2 em,
.page-home-alt .transactions h3 em,
.page-home-alt .testimonials h1 em,
.page-home-alt .testimonials h2 em,
.page-home-alt .testimonials h3 em,
.page-home-alt .italic-display {
  font-family: var(--font-display-italic);
  font-style: italic;
  color: var(--brand-blue);
}
.page-home-alt .on-blue h1 em,
.page-home-alt .on-blue h2 em,
.page-home-alt .on-blue h3 em,
.page-home-alt .on-blue .italic-display {
  color: var(--brand-yellow);
}
.page-home-alt .hero p,
.page-home-alt .territory p,
.page-home-alt .cta-final p,
.page-home-alt .listings p,
.page-home-alt .listings-head p,
.page-home-alt .types p,
.page-home-alt .transactions p,
.page-home-alt .testimonials p { margin: 0 0 1rem;
}
.page-home-alt .hero p:last-child,
.page-home-alt .territory p:last-child,
.page-home-alt .cta-final p:last-child,
.page-home-alt .listings p:last-child,
.page-home-alt .listings-head p:last-child,
.page-home-alt .types p:last-child,
.page-home-alt .transactions p:last-child,
.page-home-alt .testimonials p:last-child { margin-bottom: 0;
}
.page-home-alt .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-blue);
  margin-bottom: var(--space-6);
}
.page-home-alt .eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.page-home-alt .on-blue .eyebrow,
.page-home-alt .eyebrow.on-dark {
  color: var(--brand-yellow);
}
.page-home-alt .section-head {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  margin-bottom: var(--space-16);
}
.page-home-alt .section-head h2 {
  font-size: clamp(36px, 4.8vw, 60px);
  line-height: 1.04;
  max-width: 14ch;
}
.page-home-alt .section-head .support {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 50ch;
}
.page-home-alt .on-blue .section-head .support {
  color: var(--on-blue-muted);
}
@media (max-width: 900px) {
  .page-home-alt .section-head { grid-template-columns: 1fr; gap: 24px;
  }
  .page-home-alt .section-head .support { max-width: 100%;
  }
}
.page-home-alt .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background var(--dur) var(--ease),
              color var(--dur) var(--ease),
              border-color var(--dur) var(--ease);
  cursor: pointer;
  white-space: nowrap;
}
.page-home-alt .btn .btn-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform var(--dur) var(--ease);
}
.page-home-alt .btn .btn-arrow svg { display: block;
}
.page-home-alt .btn:hover .btn-arrow { transform: translateX(4px);
}
.page-home-alt .btn:focus-visible {
  outline: 2px solid var(--brand-yellow);
  outline-offset: 3px;
}
.page-home-alt .btn--primary {
  background: var(--brand-yellow);
  color: var(--brand-blue-ink);
  border-color: var(--brand-yellow);
}
.page-home-alt .btn--primary:hover {
  background: var(--brand-yellow-hover);
  border-color: var(--brand-yellow-hover);
}
.page-home-alt .btn--ghost-on-blue {
  background: transparent;
  color: var(--on-blue);
  border-color: rgba(255, 255, 255, 0.4);
}
.page-home-alt .btn--ghost-on-blue:hover {
  background: var(--on-blue);
  color: var(--brand-blue-ink);
  border-color: var(--on-blue);
}
.page-home-alt .btn--ghost-on-light {
  background: transparent;
  color: var(--text);
  border-color: var(--divider-strong);
}
.page-home-alt .btn--ghost-on-light:hover {
  background: var(--brand-blue-ink);
  color: var(--on-blue);
  border-color: var(--brand-blue-ink);
}
.page-home-alt .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 11px;
  border-radius: 4px;
  background: var(--brand-yellow);
  color: var(--brand-blue-ink);
  line-height: 1;
}
.page-home-alt .pill--closed {
  background: var(--brand-blue-ink);
  color: var(--brand-yellow);
}
.page-home-alt .pill--closed::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-yellow);
}
.page-home-alt .pill--sale {
  background: var(--brand-yellow);
  color: var(--brand-blue-ink);
}
.page-home-alt .pill--lease {
  background: var(--on-blue);
  color: var(--brand-blue-ink);
  border: 1px solid var(--divider-strong);
}
.page-home-alt .photo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--brand-blue-dark);
}
.page-home-alt .photo svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-home-alt .photo-caption {
  position: absolute;
  bottom: 14px;
  left: 16px;
  font-family: var(--font-display-italic);
  font-style: italic;
  font-size: 13px;
  color: var(--on-blue);
  background: rgba(15, 26, 68, 0.6);
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.01em;
}
.page-home-alt .hero {
  position: relative;
  min-height: clamp(560px, 85vh, 760px);
  background: var(--brand-blue-ink);
  overflow: hidden;
  color: var(--on-blue);
  isolation: isolate;
}
.page-home-alt .hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-home-alt .hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page-home-alt .hero::after {
  
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(15, 26, 68, 0.88) 0%,
      rgba(15, 26, 68, 0.72) 30%,
      rgba(15, 26, 68, 0.30) 60%,
      rgba(15, 26, 68, 0.10) 100%);
  z-index: 1;
}
.page-home-alt .hero .container {
  position: relative;
  z-index: 2;
  min-height: clamp(560px, 85vh, 760px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding-block: clamp(40px, 6vw, 80px);
}
.page-home-alt .hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.page-home-alt .hero-feature-pill {
  background: var(--brand-yellow);
  color: var(--brand-blue-ink);
  padding: 8px 14px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.page-home-alt .hero-meta {
  display: none;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--on-blue-muted);
}
@media (min-width: 900px) {
  .page-home-alt .hero-meta { display: inline-flex; align-items: center; gap: 18px;
  }
}
.page-home-alt .hero-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 720px;
  padding-block: 24px;
}
.page-home-alt .hero-body h1 {
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.02;
  margin: 0 0 var(--space-6);
  max-width: 16ch;
  letter-spacing: -0.015em;
}
.page-home-alt .hero-subhead {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.55;
  color: var(--on-blue-muted);
  max-width: 50ch;
  margin: 0 0 var(--space-8);
}
.page-home-alt .hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.page-home-alt .hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.page-home-alt .hero-stats {
  display: flex;
  gap: clamp(20px, 3vw, 48px);
  flex-wrap: wrap;
}
.page-home-alt .hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-home-alt .hero-stat-num {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  color: var(--on-blue);
}
.page-home-alt .hero-stat-num.stars {
  color: var(--brand-yellow);
  letter-spacing: 0.04em;
  font-size: clamp(20px, 2.2vw, 28px);
}
.page-home-alt .hero-stat-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--on-blue-muted);
}
.page-home-alt .hero-feature-caption {
  text-align: right;
  font-family: var(--font-display-italic);
  font-style: italic;
  font-size: 14px;
  color: var(--on-blue-muted);
  line-height: 1.3;
}
.page-home-alt .hero-feature-caption strong {
  color: var(--on-blue);
  font-weight: 400;
  display: block;
  font-size: 17px;
  margin-bottom: 2px;
}
@media (max-width: 640px) {
  .page-home-alt .hero-ctas .btn { width: 100%; justify-content: center;
  }
  .page-home-alt .hero-bottom { flex-direction: column; align-items: flex-start;
  }
  .page-home-alt .hero-feature-caption { text-align: left;
  }
}
.page-home-alt .marquee {
  background: var(--brand-blue-dark);
  color: var(--on-blue);
  overflow: hidden;
  border-top: 1px solid rgba(242, 219, 13, 0.25);
  border-bottom: 1px solid rgba(242, 219, 13, 0.25);
  padding: 22px 0;
  position: relative;
}
.page-home-alt .marquee::before,
.page-home-alt .marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.page-home-alt .marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--brand-blue-dark), transparent);
}
.page-home-alt .marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--brand-blue-dark), transparent);
}
.page-home-alt .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 48s linear infinite;
}
.page-home-alt .marquee:hover .marquee-track { animation-play-state: paused;
}
.page-home-alt .marquee-item {
  font-family: var(--font-display-italic);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 30px);
  padding-inline: 36px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.page-home-alt .marquee-item::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--brand-yellow);
  border-radius: 50%;
  margin-left: 72px;
  vertical-align: middle;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .page-home-alt .marquee-track { animation: none;
  }
}
.page-home-alt .listings {
  padding: var(--section-pad) 0;
  background: var(--surface);
}
.page-home-alt .listings-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: var(--space-12);
  flex-wrap: wrap;
}
.page-home-alt .listings-head h2 {
  font-size: clamp(36px, 4.8vw, 60px);
  line-height: 1.04;
  max-width: 16ch;
}
.page-home-alt .listings-head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.01em;
}
.page-home-alt .listings-count {
  font-family: var(--font-display-italic);
  font-style: italic;
  font-size: 18px;
  color: var(--brand-blue);
}
.page-home-alt .listings-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 16px;
}
.page-home-alt .listing {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  transition: transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.page-home-alt .listing:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
}
.page-home-alt .listing-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--brand-blue-dark);
}
.page-home-alt .listing-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease);
}
.page-home-alt .listing:hover .listing-photo img {
  transform: scale(1.04);
}
.page-home-alt .listing-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
}
.page-home-alt .listing-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.page-home-alt .listing-loc {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.page-home-alt .listing-name {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.2;
  color: var(--text);
}
.page-home-alt .listing-meta {
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--divider);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-blue);
}
.page-home-alt .listing-meta .sep {
  color: var(--text-subtle);
  font-weight: 400;
}
/* ARC-EDIT-034 (Item B): small-card meta row was overflowing the right edge on
 * mobile/narrow cards — the price ran off-screen and value+unit pairs split
 * mid-segment ("21,321" / "SF" on separate lines) because the flex row had no
 * wrap. Let the whole row wrap; keep each value+unit pair atomic so it never
 * splits; breaks are allowed only between segments / at the "·" separators. */
.page-home-alt .listing-meta { flex-wrap: wrap; }
.page-home-alt .listing-meta > span { white-space: nowrap; }
.page-home-alt .listing--feature {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}
.page-home-alt .listing--feature .listing-photo {
  aspect-ratio: auto;
  flex: 1;
}
.page-home-alt .listing--feature .listing-name {
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.1;
}
.page-home-alt .listing--feature .listing-body {
  padding: 24px 28px 26px;
}
.page-home-alt .listing--small-tl { grid-column: 4 / 6; grid-row: 1 / 2;
}
.page-home-alt .listing--small-tr { grid-column: 6 / 7; grid-row: 1 / 2;
}
.page-home-alt .listing--small-bl { grid-column: 4 / 6; grid-row: 2 / 3;
}
.page-home-alt .listing--small-br { grid-column: 6 / 7; grid-row: 2 / 3;
}
.page-home-alt .listing--small-tl,
.page-home-alt .listing--small-tr,
.page-home-alt .listing--small-bl,
.page-home-alt .listing--small-br {
  flex-direction: row;
}
.page-home-alt .listing--small-tl .listing-photo,
.page-home-alt .listing--small-bl .listing-photo {
  width: 50%;
  aspect-ratio: auto;
}
.page-home-alt .listing--small-tl .listing-body,
.page-home-alt .listing--small-bl .listing-body {
  width: 50%;
}
.page-home-alt .listing--small-tr,
.page-home-alt .listing--small-br {
  flex-direction: column;
}
.page-home-alt .listing--small-tr .listing-photo,
.page-home-alt .listing--small-br .listing-photo {
  flex: 1;
  aspect-ratio: auto;
}
.page-home-alt .listing--small-tr .listing-body,
.page-home-alt .listing--small-br .listing-body {
  padding: 14px 16px;
}
.page-home-alt .listing--small-tr .listing-name,
.page-home-alt .listing--small-br .listing-name {
  font-size: 16px;
}
.page-home-alt .listing--small-tr .listing-meta,
.page-home-alt .listing--small-br .listing-meta {
  font-size: 11px;
  gap: 10px;
}
@media (max-width: 1100px) {
  .page-home-alt .listings-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .page-home-alt .listing--feature { grid-column: 1 / 3; grid-row: auto;
  }
  .page-home-alt .listing--small-tl,
.page-home-alt .listing--small-tr,
.page-home-alt .listing--small-bl,
.page-home-alt .listing--small-br {
    grid-column: auto;
    grid-row: auto;
    flex-direction: column;
  }
  .page-home-alt .listing--small-tl .listing-photo,
.page-home-alt .listing--small-bl .listing-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .page-home-alt .listing--small-tl .listing-body,
.page-home-alt .listing--small-bl .listing-body {
    width: 100%;
  }
  .page-home-alt .listing--small-tr .listing-photo,
.page-home-alt .listing--small-br .listing-photo {
    aspect-ratio: 4 / 3;
    flex: none;
  }
}
@media (max-width: 600px) {
  .page-home-alt .listings-grid { grid-template-columns: 1fr;
  }
  .page-home-alt .listing--feature { grid-column: auto;
  }
  .page-home-alt .listings-head { flex-direction: column; align-items: flex-start;
  }
  .page-home-alt .listings-head-right { align-items: flex-start;
  }
}
.page-home-alt .listings-footer {
  display: flex;
  justify-content: center;
  margin-top: var(--space-12);
}
.page-home-alt .types {
  padding: var(--section-pad) 0;
  background: var(--surface-tint);
}
.page-home-alt .type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
/* ARC-EDIT-032: asset-class cards restructured from full-bleed inline-SVG
 * illustrations (background + gradient scrim + overlaid white text) to the
 * Brokerage Services contained-photo + text-below construction: a 4:3 photo
 * region on top (WebP, object-fit:cover) and the eyebrow/name/desc on a solid
 * light card surface below. Mirrors .type-card / .type-card__media on
 * brokerage-services-alt.css. The circular arrow span is preserved verbatim in
 * markup and now overlays the photo's top-right corner. */
.page-home-alt .type-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--divider);
  transition: transform var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              border-color var(--dur) var(--ease);
}
.page-home-alt .type-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--divider-strong);
}
.page-home-alt .type-card-photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--surface-tint);
}
.page-home-alt .type-card-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease);
}
.page-home-alt .type-card:hover .type-card-photo img {
  transform: scale(1.04);
}
.page-home-alt .type-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--space-6) var(--space-6) var(--space-5);
  color: var(--text);
}
.page-home-alt .type-card-eyebrow {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.page-home-alt .type-card-eyebrow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--brand-blue);
  opacity: 0.5;
}
.page-home-alt .type-card-name {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--text);
}
.page-home-alt .type-card-desc {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
  max-width: 36ch;
  margin: 4px 0 0;
}
.page-home-alt .type-card-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(15, 26, 68, 0.30);
  color: var(--on-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display-italic);
  font-size: 18px;
  transition: background var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              transform var(--dur) var(--ease);
  backdrop-filter: blur(4px);
}
.page-home-alt .type-card:hover .type-card-arrow {
  background: var(--brand-yellow);
  border-color: var(--brand-yellow);
  color: var(--brand-blue-ink);
  transform: translateX(3px);
}
@media (max-width: 900px) {
  .page-home-alt .type-grid { grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .page-home-alt .type-grid { grid-template-columns: 1fr;
  }
}
.page-home-alt .territory {
  padding: var(--section-pad) 0;
  background: var(--brand-blue);
  color: var(--on-blue);
  position: relative;
  overflow: hidden;
}
.page-home-alt .territory::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.page-home-alt .territory .container { position: relative; z-index: 1;
}
.page-home-alt .map-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  max-width: 1100px;
  margin: 0 auto;
}
.page-home-alt .territory-map { width: 100%; height: auto;
}
.page-home-alt .map-region {
  fill: rgba(255,255,255,0.025);
  stroke: rgba(255,255,255,0.18);
  stroke-width: 1;
  stroke-dasharray: 3 4;
}
.page-home-alt .map-water {
  fill: rgba(15, 26, 68, 0.55);
  stroke: rgba(255,255,255,0.12);
  stroke-width: 1;
}
.page-home-alt .map-water-label {
  fill: rgba(255,255,255,0.4);
  font-family: var(--font-display-italic);
  font-style: italic;
  font-size: 13px;
}
.page-home-alt .map-pin {
  cursor: pointer;
  transition: transform var(--dur) var(--ease);
  transform-origin: center;
  transform-box: fill-box;
}
.page-home-alt .map-pin:hover,
.page-home-alt .map-pin:focus-visible {
  transform: scale(1.18);
  outline: none;
}
.page-home-alt .map-pin-dot {
  fill: var(--brand-yellow);
  stroke: rgba(15, 26, 68, 0.4);
  stroke-width: 1.5;
}
.page-home-alt .map-pin-halo {
  fill: var(--brand-yellow);
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}
.page-home-alt .map-pin:hover .map-pin-halo,
.page-home-alt .map-pin:focus-visible .map-pin-halo,
.page-home-alt .map-pin[aria-expanded="true"] .map-pin-halo {
  opacity: 0.18;
}
.page-home-alt .map-pin-label {
  fill: var(--on-blue);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}
.page-home-alt .map-border {
  fill: none;
  stroke: rgba(255,255,255,0.22);
  stroke-width: 1;
  stroke-dasharray: 6 4;
}
.page-home-alt .map-border-label {
  fill: rgba(255,255,255,0.55);
  font-family: var(--font-display-italic);
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.page-home-alt .map-road {
  fill: none;
  stroke: rgba(242, 219, 13, 0.35);
}
.page-home-alt .map-road--primary { stroke-width: 2.25;
}
.page-home-alt .map-road--secondary { stroke-width: 1.5;
}
.page-home-alt .map-road--tertiary { stroke-width: 1.25; stroke-dasharray: 4 4;
}
.page-home-alt .map-road-label {
  fill: rgba(242, 219, 13, 0.85);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-anchor: middle;
  pointer-events: none;
}
.page-home-alt .map-road-shield {
  fill: rgba(15, 26, 68, 0.85);
  stroke: rgba(242, 219, 13, 0.6);
  stroke-width: 1;
}
.page-home-alt .map-compass-ring {
  fill: rgba(255,255,255,0.02);
  stroke: rgba(255,255,255,0.22);
  stroke-width: 1;
}
.page-home-alt .map-compass-arrow {
  fill: var(--brand-yellow);
  opacity: 0.8;
}
.page-home-alt .map-compass-label {
  fill: rgba(255,255,255,0.65);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-anchor: middle;
}
.page-home-alt .map-terrain {
  fill: rgba(255,255,255,0.08);
}
.page-home-alt .map-tooltip {
  position: absolute;
  background: var(--surface);
  color: var(--text);
  border-radius: var(--radius-md);
  padding: 0;
  box-shadow: var(--shadow-elev);
  font-family: var(--font-body);
  min-width: 240px;
  max-width: 280px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -100%) translateY(-16px);
  transition: opacity var(--dur) var(--ease);
  z-index: 10;
  overflow: hidden;
}
.page-home-alt .map-tooltip.is-visible { opacity: 1;
}
.page-home-alt .map-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background: var(--surface);
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.page-home-alt .map-tooltip-photo {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--brand-blue-dark);
  overflow: hidden;
}
.page-home-alt .map-tooltip-photo svg { width: 100%; height: 100%; display: block;
}
/* ARC-EDIT-033: per-market tooltip photos (territory map). The shared inline-SVG
 * illustration was replaced with an <img> whose src is set per pin from data-img
 * by arc-home-scripts.js; cover-fill the 16:9 tooltip photo box. */
.page-home-alt .map-tooltip-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.page-home-alt .map-tooltip-body { padding: 14px 16px 16px;
}
.page-home-alt .map-tooltip-name {
  font-family: var(--font-display);
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
  color: var(--brand-blue);
}
.page-home-alt .map-tooltip-stat {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
}
.page-home-alt .territory-legend {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: var(--space-10);
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--on-blue-muted);
  font-weight: 600;
}
.page-home-alt .territory-legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-yellow);
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 760px) {
  .page-home-alt .map-tooltip { min-width: 200px; max-width: 240px;
  }
}
.page-home-alt .transactions {
  padding: var(--section-pad) 0;
  background: var(--surface);
}
.page-home-alt .transaction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.page-home-alt .transaction {
  display: block;                /* ARC-EDIT-019: real cards are now <a>; keep block layout */
  color: inherit;               /* ARC-EDIT-019: anchor must not inherit link color */
  text-decoration: none;        /* ARC-EDIT-019 */
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--surface-tint);
  border: 1px solid var(--divider);
  transition: transform var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.page-home-alt .transaction:hover {
  transform: translateY(-2px);
  border-color: var(--divider-strong);
  box-shadow: var(--shadow-card-hover);   /* ARC-EDIT-019: lift shadow on clickable card */
}
.page-home-alt .transaction-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--brand-blue-dark);
}
.page-home-alt .transaction-photo svg { width: 100%; height: 100%; display: block;
}
/* ARC-EDIT-033: fallback placeholder card ("More closings to come") now uses the
 * ARC grayscale logo <img> instead of the inline SVG — fill the 16:10 photo box
 * exactly like the SVG did. Real-card featured images are unaffected. */
.page-home-alt .transaction-photo-fallback { width: 100%; height: 100%; display: block; object-fit: cover; }
.page-home-alt .transaction-pill {
  position: absolute;
  top: 14px;
  left: 14px;
}
.page-home-alt .transaction-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-home-alt .transaction-meta {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.page-home-alt .transaction-headline {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.15;
  color: var(--text);
}
.page-home-alt .transaction-note {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-muted);
  margin-top: 4px;
}
.page-home-alt .transaction-stamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--divider);
  font-family: var(--font-display-italic);
  font-style: italic;
  font-size: 14px;
  color: var(--brand-blue);
}
@media (max-width: 900px) {
  .page-home-alt .transaction-grid { grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .page-home-alt .transaction-grid { grid-template-columns: 1fr;
  }
}
.page-home-alt .testimonials {
  padding: var(--section-pad) 0;
  background: var(--surface-warm);
}
.page-home-alt .nx-embed-wrap {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 32px;
  min-height: 320px;
  box-shadow: var(--shadow-card);
}
.page-home-alt .nx-embed-wrap emr-simple-slider {
  display: block;
  min-height: 280px;
}
.page-home-alt .cta-final {
  position: relative;
  background: var(--brand-blue);
  overflow: hidden;
  color: var(--on-blue);
  isolation: isolate;
  padding: clamp(72px, 9vw, 120px) 0;
}
.page-home-alt .cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0;
}
.page-home-alt .cta-final::after {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(242, 219, 13, 0.10) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.page-home-alt .cta-final .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.page-home-alt .cta-left h2 {
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: 1.02;
  max-width: 16ch;
  margin: 0 0 var(--space-6);
  letter-spacing: -0.015em;
}
.page-home-alt .cta-sub {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--on-blue-muted);
  max-width: 48ch;
  margin: 0 0 var(--space-10);
}
.page-home-alt .cta-right {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  backdrop-filter: blur(8px);
  text-align: left;
}
.page-home-alt .cta-right-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-yellow);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.page-home-alt .cta-right-eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--brand-yellow);
  opacity: 0.7;
}
.page-home-alt .cta-phone {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.4vw, 44px);
  color: var(--on-blue);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  letter-spacing: -0.01em;
  transition: color var(--dur) var(--ease);
  line-height: 1;
}
.page-home-alt .cta-phone:hover { color: var(--brand-yellow);
}
.page-home-alt .cta-phone-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-yellow);
  box-shadow: 0 0 0 8px rgba(242, 219, 13, 0.15);
}
.page-home-alt .cta-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-home-alt .cta-final .eyebrow.on-dark {
  display: inline-flex;
  margin-bottom: var(--space-6);
}
@media (max-width: 900px) {
  .page-home-alt .cta-final .container { grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  .page-home-alt .cta-buttons .btn { width: 100%; justify-content: center;
  }
}
.page-home-alt .sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .page-home-alt *,
.page-home-alt *::before,
.page-home-alt *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
 * Cascade-override block (ARC-EDIT-018)
 * RealHomes/parent wrapper neutralization for full-bleed Gutenberg layout,
 * plus display-font enforcement. Scoped to body.page-home-alt. This file
 * prints last (PHP_INT_MAX enqueue registered after inspiry_enqueue_child_styles)
 * so it wins equal-specificity battles; !important is used only where the parent
 * theme reasserts (wrapper padding/width, display font-family). Mirrors the
 * proven satisfied-clients-alt / about-us-gb neutralization. (See CLAUDE.md.)
 * ============================================================ */

/* A) Wrapper neutralization — sections render edge-to-edge */
body.page-home-alt .rh-page-container,
body.page-home-alt .rh-page-container.container-fluid { padding: 0 !important; max-width: none !important; }
body.page-home-alt .rh-page-head { display: none !important; }
body.page-home-alt .entry-thumbnail-wrapper { display: none !important; }
body.page-home-alt .main-content,
body.page-home-alt .rh-main,
body.page-home-alt .entry-content-wrapper,
body.page-home-alt .entry-content { padding: 0 !important; margin: 0 !important; max-width: none !important; }
/* wp:html section blocks are direct children of .entry-content; kill any block spacing */
body.page-home-alt .entry-content > * { margin-top: 0 !important; margin-bottom: 0 !important; }
/* ARC-EDIT-033: footer gap fix. The neutralization above covers .rh-page-container
 * PADDING + .entry-content(-wrapper) + .entry-content > * margins, but NOT the post
 * article.hentry, which Ultra gives a bottom margin (.hentry{margin-bottom:30/40px})
 * and bottom padding (.hentry{padding-bottom:20px}) — that residual space showed as a
 * white band between the brand-blue final CTA (the last flush-bottom section) and the
 * footer. Removal-only, page-scoped. Mirrors the ARC-EDIT-023/026 flush-bottom fix. */
body.page-home-alt article.hentry { margin-bottom: 0 !important; padding-bottom: 0 !important; }
body.page-home-alt .rh-page-container { margin-bottom: 0 !important; }

/* B) Display font-family must win on headings + display-typed figures */
body.page-home-alt .hero h1, body.page-home-alt .hero h2,
body.page-home-alt .hero h3, body.page-home-alt .hero h4,
body.page-home-alt .territory h1, body.page-home-alt .territory h2,
body.page-home-alt .territory h3, body.page-home-alt .territory h4,
body.page-home-alt .cta-final h1, body.page-home-alt .cta-final h2,
body.page-home-alt .cta-final h3, body.page-home-alt .cta-final h4,
body.page-home-alt .listings h1, body.page-home-alt .listings h2,
body.page-home-alt .listings h3, body.page-home-alt .listings h4,
body.page-home-alt .listings-head h1, body.page-home-alt .listings-head h2,
body.page-home-alt .listings-head h3, body.page-home-alt .listings-head h4,
body.page-home-alt .types h1, body.page-home-alt .types h2,
body.page-home-alt .types h3, body.page-home-alt .types h4,
body.page-home-alt .transactions h1, body.page-home-alt .transactions h2,
body.page-home-alt .transactions h3, body.page-home-alt .transactions h4,
body.page-home-alt .testimonials h1, body.page-home-alt .testimonials h2,
body.page-home-alt .testimonials h3, body.page-home-alt .testimonials h4,
body.page-home-alt .hero-stat-num,
body.page-home-alt .listing-name,
body.page-home-alt .type-card-name,
body.page-home-alt .transaction-headline,
body.page-home-alt .cta-phone,
body.page-home-alt .map-tooltip-name { font-family: var(--font-display) !important; }

/* C) Italic-display accent words + captions */
body.page-home-alt .hero h1 em, body.page-home-alt .hero h2 em, body.page-home-alt .hero h3 em,
body.page-home-alt .territory h1 em, body.page-home-alt .territory h2 em, body.page-home-alt .territory h3 em,
body.page-home-alt .cta-final h1 em, body.page-home-alt .cta-final h2 em, body.page-home-alt .cta-final h3 em,
body.page-home-alt .listings h1 em, body.page-home-alt .listings h2 em, body.page-home-alt .listings h3 em,
body.page-home-alt .listings-head h1 em, body.page-home-alt .listings-head h2 em, body.page-home-alt .listings-head h3 em,
body.page-home-alt .types h1 em, body.page-home-alt .types h2 em, body.page-home-alt .types h3 em,
body.page-home-alt .transactions h1 em, body.page-home-alt .transactions h2 em, body.page-home-alt .transactions h3 em,
body.page-home-alt .testimonials h1 em, body.page-home-alt .testimonials h2 em, body.page-home-alt .testimonials h3 em,
body.page-home-alt .italic-display,
body.page-home-alt .photo-caption,
body.page-home-alt .hero-feature-caption,
body.page-home-alt .listings-count,
body.page-home-alt .transaction-stamp,
body.page-home-alt .map-water-label,
body.page-home-alt .map-border-label { font-family: var(--font-display-italic) !important; font-style: italic !important; }

/* D) Body font on running text + controls */
body.page-home-alt .hero p, body.page-home-alt .territory p,
body.page-home-alt .cta-final p, body.page-home-alt .listings p,
body.page-home-alt .listings-head p, body.page-home-alt .types p,
body.page-home-alt .transactions p, body.page-home-alt .testimonials p,
body.page-home-alt .hero .btn, body.page-home-alt .territory .btn,
body.page-home-alt .cta-final .btn, body.page-home-alt .listings .btn,
body.page-home-alt .listings-head .btn, body.page-home-alt .types .btn,
body.page-home-alt .transactions .btn, body.page-home-alt .testimonials .btn,
body.page-home-alt .hero .eyebrow, body.page-home-alt .territory .eyebrow,
body.page-home-alt .cta-final .eyebrow, body.page-home-alt .listings .eyebrow,
body.page-home-alt .listings-head .eyebrow, body.page-home-alt .types .eyebrow,
body.page-home-alt .transactions .eyebrow, body.page-home-alt .testimonials .eyebrow,
body.page-home-alt .hero .pill, body.page-home-alt .territory .pill,
body.page-home-alt .cta-final .pill, body.page-home-alt .listings .pill,
body.page-home-alt .listings-head .pill, body.page-home-alt .types .pill,
body.page-home-alt .transactions .pill, body.page-home-alt .testimonials .pill,
body.page-home-alt .hero .listing-meta, body.page-home-alt .territory .listing-meta,
body.page-home-alt .cta-final .listing-meta, body.page-home-alt .listings .listing-meta,
body.page-home-alt .listings-head .listing-meta, body.page-home-alt .types .listing-meta,
body.page-home-alt .transactions .listing-meta, body.page-home-alt .testimonials .listing-meta,
body.page-home-alt .hero .hero-stat-label, body.page-home-alt .territory .hero-stat-label,
body.page-home-alt .cta-final .hero-stat-label, body.page-home-alt .listings .hero-stat-label,
body.page-home-alt .listings-head .hero-stat-label, body.page-home-alt .types .hero-stat-label,
body.page-home-alt .transactions .hero-stat-label, body.page-home-alt .testimonials .hero-stat-label { font-family: var(--font-body) !important; }

/* E) Button text-color locks — per-prototype state, guarding against parent
 *    `.entry-content a:hover { color: yellow }` tinting. home-alt's ghost variants
 *    INVERT on hover (transparent->solid, text color flips), which the
 *    arc-redesign-globals Block B/C single-color model cannot express, so the
 *    ghost locks live here in the page stylesheet. (ARC-EDIT-018) */
body.page-home-alt .btn--primary,
body.page-home-alt .btn--primary:hover,
body.page-home-alt .btn--primary:focus,
body.page-home-alt .btn--primary:active { color: var(--brand-blue-ink) !important; }

body.page-home-alt .btn--ghost-on-blue,
body.page-home-alt .btn--ghost-on-blue:focus { color: var(--on-blue) !important; }
body.page-home-alt .btn--ghost-on-blue:hover,
body.page-home-alt .btn--ghost-on-blue:active { color: var(--brand-blue-ink) !important; }

body.page-home-alt .btn--ghost-on-light,
body.page-home-alt .btn--ghost-on-light:focus { color: var(--text) !important; }
body.page-home-alt .btn--ghost-on-light:hover,
body.page-home-alt .btn--ghost-on-light:active { color: var(--on-blue) !important; }

/* F) Display weight + per-surface color locks (ARC-EDIT-019)
 *    RealHomes Ultra (parent) asserts font-weight:700 and a near-black color on
 *    h1-h4 at higher specificity, which (a) synthetic-bolds the 400-only DM Serif
 *    faces (heavier than the prototype) and (b) blacks-out headings that must be
 *    white on the dark hero/territory/CTA surfaces. Lock weight 400 on every
 *    display element present in the build, and color per the section surface,
 *    matching the Phase 2 prototype. Surfaces — DARK: .hero/.territory/.cta-final;
 *    LIGHT: .listings/.types/.transactions/.testimonials. */

/* F1) Weight: all display faces ship 400 only — kill parent synthetic bold */
body.page-home-alt .hero h1, body.page-home-alt .hero h2,
body.page-home-alt .hero h3, body.page-home-alt .hero h4,
body.page-home-alt .territory h1, body.page-home-alt .territory h2,
body.page-home-alt .territory h3, body.page-home-alt .territory h4,
body.page-home-alt .cta-final h1, body.page-home-alt .cta-final h2,
body.page-home-alt .cta-final h3, body.page-home-alt .cta-final h4,
body.page-home-alt .listings h1, body.page-home-alt .listings h2,
body.page-home-alt .listings h3, body.page-home-alt .listings h4,
body.page-home-alt .listings-head h1, body.page-home-alt .listings-head h2,
body.page-home-alt .listings-head h3, body.page-home-alt .listings-head h4,
body.page-home-alt .types h1, body.page-home-alt .types h2,
body.page-home-alt .types h3, body.page-home-alt .types h4,
body.page-home-alt .transactions h1, body.page-home-alt .transactions h2,
body.page-home-alt .transactions h3, body.page-home-alt .transactions h4,
body.page-home-alt .testimonials h1, body.page-home-alt .testimonials h2,
body.page-home-alt .testimonials h3, body.page-home-alt .testimonials h4,
body.page-home-alt .hero h1 em, body.page-home-alt .hero h2 em, body.page-home-alt .hero h3 em,
body.page-home-alt .territory h1 em, body.page-home-alt .territory h2 em, body.page-home-alt .territory h3 em,
body.page-home-alt .cta-final h1 em, body.page-home-alt .cta-final h2 em, body.page-home-alt .cta-final h3 em,
body.page-home-alt .listings h1 em, body.page-home-alt .listings h2 em, body.page-home-alt .listings h3 em,
body.page-home-alt .listings-head h1 em, body.page-home-alt .listings-head h2 em, body.page-home-alt .listings-head h3 em,
body.page-home-alt .types h1 em, body.page-home-alt .types h2 em, body.page-home-alt .types h3 em,
body.page-home-alt .transactions h1 em, body.page-home-alt .transactions h2 em, body.page-home-alt .transactions h3 em,
body.page-home-alt .testimonials h1 em, body.page-home-alt .testimonials h2 em, body.page-home-alt .testimonials h3 em,
body.page-home-alt .hero-stat-num,
body.page-home-alt .listing-name,
body.page-home-alt .type-card-name,
body.page-home-alt .transaction-headline,
body.page-home-alt .map-tooltip-name,
body.page-home-alt .cta-phone { font-weight: 400 !important; }

/* F2) Headings on DARK surfaces -> white; italic accents -> brand-yellow */
body.page-home-alt .hero-body h1,
body.page-home-alt .territory h2,
body.page-home-alt .cta-final h2,
body.page-home-alt .cta-left h2 { color: var(--on-blue) !important; }
body.page-home-alt .hero-body h1 em,
body.page-home-alt .territory h2 em,
body.page-home-alt .cta-final h2 em,
body.page-home-alt .cta-left h2 em { color: var(--brand-yellow) !important; }

/* F3) Headings on LIGHT surfaces -> ink; italic accents -> brand-blue */
body.page-home-alt .listings h2,
body.page-home-alt .listings-head h2,
body.page-home-alt .types h2,
body.page-home-alt .transactions h2,
body.page-home-alt .testimonials h2 { color: var(--text) !important; }
body.page-home-alt .listings h2 em,
body.page-home-alt .types h2 em,
body.page-home-alt .transactions h2 em,
body.page-home-alt .testimonials h2 em { color: var(--brand-blue) !important; }

/* F4) Display-typed figures with their own prototype colors */
body.page-home-alt .hero-stat-num { color: var(--on-blue) !important; }
body.page-home-alt .hero-stat-num.stars { color: var(--brand-yellow) !important; }
/* ARC-EDIT-032: card name now sits on a solid light surface (was overlaid on a
 * dark photo) — flip from on-blue (white) to ink. */
body.page-home-alt .type-card-name { color: var(--text) !important; }
body.page-home-alt .listing-name,
body.page-home-alt .transaction-headline { color: var(--text) !important; }
body.page-home-alt .map-tooltip-name { color: var(--brand-blue) !important; }
body.page-home-alt .cta-phone { color: var(--on-blue) !important; }
body.page-home-alt .cta-phone:hover { color: var(--brand-yellow) !important; }
