.homes-family {
  --homes-paper: #f1ece1;
  --homes-cream: #faf7f0;
  --homes-linen: #e9e2d4;
  --homes-light-sand: #ece5d8;
  --homes-sage: #e4ead9;
  --homes-muted-sage: #dfe6d5;
  --homes-pale-clay: #efe1da;
  --homes-straw: #d9c7a3;
  --homes-ink: #2a2b26;
  --homes-muted: #5e5f58;
  --homes-moss: #3f4d37;
  --homes-garden: #5f7a4b;
  --homes-clay: #9a4f32;
  --homes-section-space: clamp(2.25rem, 4vw, 3.5rem);
  --homes-band-half-space: clamp(1rem, 1.8vw, 1.5rem);
  --homes-heading-offset: clamp(0.9rem, 1.6vw, 1.35rem);
  background: var(--homes-paper);
  color: var(--homes-ink);
  overflow: clip;
}

.homes-family h1, .homes-family h2, .homes-family h3 {
  color: var(--homes-moss);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-wrap: balance;
}

.homes-family img { border-radius: 0; }

.homes-eyebrow { color: var(--homes-clay); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; margin: 0; text-transform: uppercase; }

/* Catalog: a Direction 2a editorial introduction, plan, phase inventory, and ledger. */
.homes-catalog-introduction, .homes-catalog-content, .homes-site-plan, .homes-detail-shell, .homes-detail-next-step, .homes-paired-home { margin-inline: auto; max-width: 82rem; }

.homes-catalog-introduction {
  align-items: end;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.72fr);
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.25rem, 5.5vw, 5rem) clamp(1.75rem, 3vw, 2.75rem);
}

.homes-introduction-copy { display: grid; gap: 0.9rem; }
.homes-introduction-copy h1 { font-size: clamp(3rem, 6.2vw, 5.4rem); letter-spacing: -0.035em; line-height: 0.99; margin: 0; max-width: 9.5ch; }
.homes-introduction-lede { color: #3c3d37; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2vw, 1.45rem); line-height: 1.4; margin: 0; }

.homes-introduction-note { border-left: 1px solid #c9c1b0; color: #3c3d37; display: grid; gap: 0.65rem; padding-left: clamp(1rem, 2vw, 1.5rem); }
.homes-introduction-note p { font-size: 0.89rem; line-height: 1.58; margin: 0; }
.homes-pricing-review-jump { align-self: start; color: var(--homes-moss); font-size: 0.71rem; font-weight: 700; letter-spacing: 0.055em; line-height: 1.35; text-decoration: underline; text-decoration-color: var(--homes-clay); text-decoration-thickness: 1px; text-underline-offset: 0.28rem; text-transform: uppercase; }
.homes-pricing-review-jump:hover { color: var(--homes-clay); }
.homes-pricing-review-jump:focus-visible { outline: 3px solid var(--homes-clay); outline-offset: 3px; }

.homes-site-plan { background: var(--homes-linen); border: 1px solid #c9c1b0; margin-block: 0; max-width: calc(82rem - (2 * clamp(1.25rem, 5.5vw, 5rem))); width: calc(100% - (2 * clamp(1.25rem, 5.5vw, 5rem))); }
.homes-map-heading { align-items: end; display: flex; gap: 1.25rem 2rem; justify-content: space-between; padding: clamp(1.1rem, 2.5vw, 1.8rem) clamp(1.25rem, 3vw, 2.5rem) 1rem; }
.homes-map-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.05; margin: 0.35rem 0 0; }
.homes-map-heading > div > p:last-child { color: var(--homes-muted); font-size: 0.82rem; margin: 0.5rem 0 0; }
.homes-map-scroll-frame { border-block: 1px solid #c9c1b0; overflow-x: auto; overscroll-behavior-x: contain; scroll-padding-inline: 1rem; scrollbar-color: #a59c8b transparent; }
.homes-map-canvas { margin-inline: auto; min-width: 82rem; position: relative; width: 100%; }
.homes-site-map { display: block; height: auto; pointer-events: none; user-select: none; width: 100%; }
.homes-map-hotspot { align-items: center; appearance: none; background: transparent; block-size: 2.75rem; border: 0; cursor: pointer; display: grid; inline-size: 2.75rem; justify-items: center; left: var(--map-x); padding: 0; position: absolute; top: var(--map-y); transform: translate(-50%, -50%); z-index: 4; }
.homes-map-hotspot:hover { background: transparent; }
.homes-map-hotspot-dot { align-items: center; background: var(--homes-garden); border: 3px solid #fffdf8; border-radius: 50%; box-shadow: 0 3px 10px rgb(53 51 46 / 30%); color: #fff; display: grid; font-family: Georgia, "Times New Roman", serif; font-size: 0.64rem; font-variant-numeric: tabular-nums; font-weight: 700; height: 2.125rem; justify-content: center; line-height: 1; transition: transform 160ms ease, background-color 160ms ease; width: 2.125rem; }
.homes-map-hotspot.is-unavailable .homes-map-hotspot-dot { background: var(--homes-clay); }
.homes-map-hotspot:hover .homes-map-hotspot-dot { background: var(--homes-moss); transform: scale(1.14); }
.homes-map-hotspot:focus-visible { outline: 3px solid var(--homes-ink); outline-offset: 2px; }
.homes-map-hotspot:focus-visible .homes-map-hotspot-dot { background: var(--homes-moss); transform: scale(1.14); }
.homes-map-garden-marker { align-items: center; appearance: none; background: #d99439; border: 2px solid #fffdf8; border-radius: 999px; box-shadow: 0 4px 14px rgb(66 69 54 / 28%); color: #fffdf8; cursor: pointer; display: inline-flex; font-family: inherit; font-size: 0.64rem; font-weight: 700; gap: 0.32rem; left: var(--map-x); letter-spacing: 0.03em; min-height: 2rem; padding: 0.28rem 0.62rem 0.28rem 0.35rem; position: absolute; top: var(--map-y); transform: translate(-50%, -50%); white-space: nowrap; z-index: 6; }
.homes-map-garden-marker-icon { align-items: center; background: #f6c95e; border-radius: 50%; display: grid; height: 1.15rem; justify-content: center; position: relative; width: 1.15rem; }
.homes-map-garden-marker-icon::before { background: #76511d; border-radius: 50%; content: ""; height: 0.34rem; width: 0.34rem; }
.homes-map-garden-marker-icon::after { border: 1px solid #76511d; border-radius: 50%; content: ""; height: 0.68rem; left: 0.19rem; position: absolute; top: 0.19rem; width: 0.68rem; }
.homes-map-garden-marker:hover { background: #bd7628; transform: translate(-50%, -50%) scale(1.06); }
.homes-map-garden-marker:focus-visible { outline: 3px solid var(--homes-ink); outline-offset: 2px; }
.homes-map-caption { color: var(--homes-muted); font-size: 0.74rem; line-height: 1.45; margin: 0; padding: 0.7rem clamp(1.25rem, 3vw, 2.5rem) 0.8rem; }
.homes-map-dialog { background: var(--homes-cream); border: 0; border-radius: 1.5rem; box-shadow: 0 35px 100px rgb(0 0 0 / 30%); color: var(--homes-ink); inline-size: min(45rem, calc(100% - 1.875rem)); max-block-size: 88vh; overflow: auto; padding: 2.125rem; }
.homes-map-dialog::backdrop { backdrop-filter: blur(5px); background: rgb(42 45 35 / 55%); }
.homes-map-dialog-close { align-items: center; background: var(--homes-ink); border: 0; border-radius: 50%; color: #fff; cursor: pointer; display: grid; float: right; font-size: 1.5rem; height: 2.5rem; justify-content: center; line-height: 1; position: sticky; top: 0; width: 2.5rem; z-index: 1; }
.homes-map-dialog-close:focus-visible { outline: 3px solid var(--homes-clay); outline-offset: 3px; }
.homes-map-dialog-status { color: var(--homes-moss); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em; margin: 0; text-transform: uppercase; }
.homes-map-dialog-garden-status { color: #9b5d1f; }
.homes-map-dialog-title { font-size: clamp(2.2rem, 5vw, 3.2rem); line-height: 0.98; margin: 1.8rem 3rem 0.45rem 0; }
.homes-map-dialog-address { color: var(--homes-muted); font-size: 1rem; margin: 0; }
.homes-map-dialog-image { aspect-ratio: 16 / 10; display: block; margin: 1.35rem 0; object-fit: cover; width: 100%; }
.homes-map-dialog-facts { border-top: 1px solid #d8d0c2; display: grid; gap: 0.55rem; margin: 1rem 0 1.45rem; padding-top: 0.9rem; }
.homes-map-dialog-facts div { display: grid; gap: 0.85rem; grid-template-columns: 4.5rem minmax(0, 1fr); }
.homes-map-dialog-facts dt { color: var(--homes-muted); font-size: 0.74rem; }
.homes-map-dialog-facts dd { font-size: 0.84rem; margin: 0; }
.homes-map-dialog-link { background: var(--homes-garden); color: #fff; display: inline-flex; font-size: 0.7rem; letter-spacing: 0.065em; padding: 0.78rem 1.1rem; text-decoration: none; text-transform: uppercase; }
.homes-map-dialog-link:hover { background: var(--homes-clay); color: #fff; }
.homes-map-dialog-link:focus-visible { outline: 3px solid var(--homes-clay); outline-offset: 3px; }
.homes-map-dialog-copy { color: var(--homes-muted); line-height: 1.65; margin: 1.25rem 0 0; }
.homes-map-garden-items { display: grid; gap: 0.8rem; margin: 1.25rem 0; }
.homes-map-garden-item { align-items: center; background: #f1eadc; border: 1px solid #d8cdbb; display: grid; gap: 0.8rem; grid-template-columns: 3.5rem minmax(0, 1fr); padding: 1rem; }
.homes-map-garden-icon { align-items: center; background: #fffaf0; border-radius: 50%; display: grid; height: 3.25rem; justify-content: center; position: relative; width: 3.25rem; }
.homes-map-garden-icon::before { background: #b66f22; border-radius: 50%; box-shadow: 0 -0.72rem 0 -0.16rem #b66f22, 0 0.72rem 0 -0.16rem #b66f22, 0.72rem 0 0 -0.16rem #b66f22, -0.72rem 0 0 -0.16rem #b66f22; content: ""; height: 0.72rem; width: 0.72rem; }
.homes-map-garden-item h3 { font-size: 1.15rem; margin: 0 0 0.25rem; }
.homes-map-garden-item p, .homes-map-garden-item strong, .homes-map-garden-note { color: var(--homes-muted); font-size: 0.78rem; line-height: 1.45; margin: 0; }
.homes-map-garden-item strong { color: var(--homes-moss); display: block; margin-top: 0.35rem; }
.homes-map-garden-note { border-top: 1px solid #d8d0c2; padding-top: 0.85rem; }

.homes-catalog-content { padding: 0 clamp(1.25rem, 5.5vw, 5rem); }
.homes-phase { margin: 0; padding: var(--homes-section-space) 2rem 0; }
.homes-phase#phase-1 { background: var(--homes-light-sand); }
.homes-phase#phase-2 { background: var(--homes-muted-sage); }
.homes-phase + .homes-phase, .homes-phase + .homes-catalog-ledger { margin-top: 0; }
.homes-phase-heading { align-items: baseline; border-top: 1px solid #c9c1b0; display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; padding-top: var(--homes-heading-offset); }
.homes-phase-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.08; margin: 0; }
.homes-phase-heading p { color: var(--homes-muted); font-size: 0.82rem; margin: 0; }

.homes-catalog-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 1.2rem; }
.homes-catalog-card { background: var(--homes-cream); border: 1px solid #c9c1b0; display: flex; flex-direction: column; min-width: 0; }
.homes-card-image-link { background: var(--homes-linen); display: block; overflow: hidden; }
.homes-card-image { aspect-ratio: 3 / 2; object-fit: cover; transition: transform 260ms ease; width: 100%; }
.homes-card-image-link:hover .homes-card-image { transform: scale(1.025); }
.homes-card-body { display: flex; flex: 1; flex-direction: column; gap: 0.65rem; padding: 1.1rem 1.15rem 1.2rem; }

.homes-status-chip, .homes-ledger-status { align-self: start; border: 1px solid #b8b4a8; border-radius: 999px; color: #4a4b45; font-size: 0.64rem; letter-spacing: 0.06em; margin: 0; padding: 0.28rem 0.55rem; text-transform: uppercase; }
.homes-status-chip.is-pending, .homes-ledger-status.is-pending { background: #dfe8d3; border-color: #9dbb8b; color: #2f4a22; }
.homes-status-chip.is-unavailable, .homes-ledger-status.is-unavailable { background: #e4e1da; }

.homes-card-body h3 { font-size: 1.32rem; line-height: 1.15; margin: 0; }
.homes-card-body h3 a { color: inherit; text-decoration: none; }
.homes-card-body h3 a:hover { color: var(--homes-clay); }
.homes-card-body h3 span { display: block; font-size: 0.9rem; margin-top: 0.25rem; }
.homes-card-address { color: var(--homes-muted); font-size: 0.76rem; line-height: 1.4; margin: 0; }
.homes-card-facts { border-top: 1px solid #dfd7c8; display: grid; gap: 0.4rem; margin: 0.2rem 0 0; padding-top: 0.7rem; }
.homes-card-facts div { display: grid; font-size: 0.72rem; gap: 0.5rem; grid-template-columns: 3.4rem minmax(0, 1fr); }
.homes-card-facts dt { color: var(--homes-muted); }
.homes-card-facts dd { margin: 0; }
.homes-card-price { border-top: 1px solid #dfd7c8; color: #3c3d37; font-size: 0.72rem; font-weight: 700; line-height: 1.4; margin: 0.05rem 0 0; padding-top: 0.7rem; }
.homes-card-price.is-pending { color: var(--homes-muted); font-weight: 400; }
.homes-card-price.is-closed-sale { color: #4a4b45; }
.homes-card-action, .homes-text-link { color: var(--homes-moss); font-size: 0.68rem; letter-spacing: 0.065em; margin-top: auto; padding-top: 1rem; text-decoration: underline; text-underline-offset: 0.22rem; text-transform: uppercase; }
.homes-card-action:hover, .homes-text-link:hover { color: var(--homes-clay); }

.homes-catalog-ledger { background: var(--homes-pale-clay); margin: 0; padding: var(--homes-section-space) 0 var(--homes-band-half-space); }
.homes-catalog-ledger header { border-top: 1px solid #c9c1b0; margin-inline: 2rem; padding-top: var(--homes-heading-offset); }
.homes-catalog-ledger h2 { font-size: clamp(2rem, 3.5vw, 3rem); margin: 0.4rem 0; }
.homes-catalog-ledger header > p:last-child { color: var(--homes-muted); font-size: 0.86rem; margin: 0; }
.homes-ledger-list { border-top: 1px solid #c9c1b0; margin-top: 1.2rem; }
.homes-pricing-review-label { color: var(--homes-clay); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; margin: 0.65rem 0 0; text-transform: uppercase; }
.homes-ledger-row { align-items: center; border-bottom: 1px solid #ddd5c7; color: var(--homes-ink); display: grid; gap: 0.75rem 1.25rem; grid-template-columns: minmax(8rem, 1.05fr) minmax(10rem, 1.25fr) minmax(8rem, 1fr) minmax(11rem, 1.2fr) minmax(7rem, 0.75fr) auto; padding: 0.85rem 2rem; text-decoration: none; }
.homes-ledger-row:hover { background: var(--homes-cream); }
.homes-ledger-row > span { font-size: 0.76rem; }
.homes-ledger-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem !important; }
.homes-ledger-price { color: #3c3d37; font-size: 0.72rem !important; line-height: 1.35; }
.homes-ledger-price.is-pending { color: var(--homes-muted); }
.homes-ledger-price.is-closed-sale { color: #4a4b45; }

.homes-faq-cta { align-items: center; background: var(--homes-sage); display: flex; gap: 2rem 4rem; justify-content: space-between; padding: var(--homes-section-space) max(1.25rem, calc((100vw - 82rem) / 2 + 5rem)); }
.homes-faq-cta h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); margin: 0.4rem 0; }
.homes-faq-cta h2 em { color: var(--homes-clay); }
.homes-faq-cta p:not(.homes-eyebrow) { color: #3c3d37; margin: 0; }
.homes-faq-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.homes-faq-cta .button, .homes-detail-practical .button, .homes-detail-next-step .button { background: var(--homes-garden); border-radius: 0.18rem; color: #fff; font-size: 0.68rem; letter-spacing: 0.065em; }
.homes-faq-cta .button:hover, .homes-detail-practical .button:hover, .homes-detail-next-step .button:hover { background: var(--homes-clay); color: #fff; }
.homes-outline-button { border: 1px solid var(--homes-clay); border-radius: 0.18rem; color: var(--homes-clay); font-size: 0.68rem; letter-spacing: 0.065em; padding: 0.74rem 1.3rem; text-decoration: none; text-transform: uppercase; }
.homes-outline-button:hover { background: var(--homes-clay); color: #fff; }

/* Detail pages: property introduction and visual pair, then editorial reading + practical information. */
.homes-detail-shell { padding: 1.1rem clamp(1.25rem, 5.5vw, 5rem) 0; }
.homes-breadcrumb { color: var(--homes-muted); display: flex; flex-wrap: wrap; font-size: 0.74rem; gap: 0.45rem; }
.homes-breadcrumb a { color: var(--homes-moss); }
.homes-detail-introduction { align-items: end; display: grid; gap: 1.5rem 3rem; grid-template-columns: minmax(0, 1.5fr) minmax(15rem, 0.65fr); padding-block: clamp(1.5rem, 3vw, 2.75rem) clamp(1.25rem, 2.5vw, 2.25rem); }
.homes-detail-introduction h1 { font-size: clamp(2.9rem, 5.3vw, 4.8rem); letter-spacing: -0.03em; line-height: 1; margin: 0.55rem 0 0; }
.homes-detail-introduction h1 em { color: var(--homes-clay); font-style: italic; }
.homes-detail-introduction > div > p:last-child { color: #3c3d37; font-size: 1rem; margin: 0.6rem 0 0; }
.homes-detail-top-facts { border-left: 1px solid #c9c1b0; display: grid; gap: 0.8rem; margin: 0; padding-left: 1.3rem; }
.homes-detail-top-facts div { display: grid; font-size: 0.79rem; gap: 0.45rem; grid-template-columns: 4.1rem 1fr; }
.homes-detail-top-facts dt { color: var(--homes-muted); }
.homes-detail-top-facts dd { margin: 0; }

.homes-detail-gallery { display: grid; gap: 1rem; grid-template-columns: minmax(0, 2.3fr) minmax(12rem, 0.7fr); }
.homes-detail-gallery figure { margin: 0; position: relative; }
.homes-detail-primary-image { background: var(--homes-linen); min-height: clamp(18rem, 39vw, 35rem); }
.homes-detail-image { height: 100%; object-fit: cover; width: 100%; }
.homes-detail-map { background: var(--homes-linen); min-height: 100%; }
.homes-detail-map-image { height: 100%; object-fit: contain; padding: 1rem; width: 100%; }
.homes-detail-gallery figcaption { background: rgb(250 247 240 / 92%); bottom: 0.8rem; color: #3c3d37; font-size: 0.68rem; left: 0.8rem; letter-spacing: 0.06em; padding: 0.28rem 0.48rem; position: absolute; text-transform: uppercase; }

.homes-detail-information { align-items: start; display: grid; gap: clamp(1.75rem, 4vw, 4rem); grid-template-columns: minmax(0, 1.5fr) minmax(17rem, 0.65fr); padding-top: var(--homes-section-space); }
.homes-detail-narrative h2 { font-size: clamp(2rem, 3.5vw, 3rem); margin: 0.4rem 0 0.9rem; }
.homes-detail-narrative > p:last-child { color: #3c3d37; font-size: 0.95rem; line-height: 1.7; margin: 0; max-width: 60ch; }
.homes-detail-practical { background: var(--homes-cream); border: 1px solid #c9c1b0; display: grid; gap: 1rem; padding: 1.4rem; position: sticky; top: 1rem; }
.homes-detail-practical h2 { font-size: 1.42rem; margin: 0; }
.homes-detail-practical dl { border-top: 1px solid #d9d0c0; margin: 0; }
.homes-detail-practical dl div { border-bottom: 1px solid #d9d0c0; display: grid; font-size: 0.76rem; gap: 0.5rem; grid-template-columns: 4rem minmax(0, 1fr); padding: 0.65rem 0; }
.homes-detail-practical dt { color: var(--homes-muted); }
.homes-detail-practical dd { margin: 0; }
.homes-detail-practical .button { margin-top: 0.35rem; text-align: center; }
.homes-detail-practical .homes-text-link { margin-top: 0; padding-top: 0.25rem; text-align: center; }
.homes-buying-process { background: var(--homes-muted-sage); margin-top: var(--homes-section-space); padding: var(--homes-section-space) max(1.25rem, calc((100vw - 82rem) / 2 + 5rem)) var(--homes-band-half-space); }
.homes-buying-process > header, .homes-process-list, .homes-process-copy { margin-inline: auto; max-width: 82rem; }
.homes-buying-process h2 { font-size: clamp(1.85rem, 3vw, 2.65rem); margin: 0.6rem 0 0; max-width: 30ch; }
.homes-process-list { display: grid; gap: 0.8rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.5rem), 1fr)); list-style: none; margin-block: 1.4rem 0; padding: 0; }
.homes-process-list li { background: var(--homes-cream); border: 1px solid #b9c7a8; display: grid; gap: 0.5rem; min-width: 0; padding: 1.1rem; }
.homes-process-list span { color: var(--homes-clay); font-family: Georgia, "Times New Roman", serif; font-size: 0.95rem; }
.homes-process-list p, .homes-process-copy { color: #3c3d37; font-size: 0.88rem; line-height: 1.55; margin: 0; }
.homes-process-copy { margin-top: 1rem; }

.homes-detail-amenities { background: var(--homes-light-sand); border-top: 1px solid #d4c9b8; padding: var(--homes-band-half-space) max(1.25rem, calc((100vw - 82rem) / 2 + 5rem)); }
.homes-section-heading { align-items: end; display: flex; gap: 1rem 2rem; justify-content: space-between; }
.homes-section-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); margin: 0.4rem 0 0; }
.homes-section-heading a { color: var(--homes-moss); font-size: 0.68rem; letter-spacing: 0.065em; text-transform: uppercase; }
.homes-amenity-scroller { display: grid; gap: 0.85rem; grid-auto-columns: minmax(16rem, 1fr); grid-auto-flow: column; margin-top: 1.4rem; overflow-x: auto; padding-bottom: 0.6rem; scroll-snap-type: x mandatory; }
.homes-amenity-scroller figure { margin: 0; scroll-snap-align: start; }
.homes-amenity-image { aspect-ratio: 1.42 / 1; object-fit: cover; width: 100%; }
.homes-amenity-scroller figcaption { color: #3c3d37; font-size: 0.68rem; letter-spacing: 0.06em; padding-top: 0.55rem; text-transform: uppercase; }
.homes-amenity-capture { color: #3c3d37; font-size: 0.72rem; letter-spacing: 0.06em; margin: 1rem 0 0; text-transform: uppercase; }

.homes-green-features { background: var(--homes-paper); }
.homes-green-features > header { background: var(--homes-pale-clay); border-top: 1px solid #d8c5bb; color: var(--homes-ink); padding: var(--homes-band-half-space) max(1.25rem, calc((100vw - 82rem) / 2 + 5rem)); }
.homes-green-features > header .homes-eyebrow { color: var(--homes-clay); }
.homes-green-features > header h2 { color: var(--homes-moss); font-size: clamp(2.2rem, 4vw, 3.5rem); margin: 0.4rem 0 0; }
.homes-feature-list { margin-inline: auto; max-width: 82rem; padding: var(--homes-section-space) clamp(1.25rem, 5.5vw, 5rem); }
.homes-feature { align-items: center; display: grid; gap: clamp(1.5rem, 4vw, 3.5rem); grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: var(--homes-section-space); }
.homes-feature.is-reversed .homes-feature-image { order: 2; }
.homes-feature h3, .homes-feature-pair h3 { font-size: clamp(1.8rem, 3vw, 2.65rem); margin: 0 0 0.7rem; }
.homes-feature p, .homes-feature-pair p, .homes-feature-pair li { color: #3c3d37; font-size: 0.88rem; line-height: 1.65; }
.homes-feature-image { aspect-ratio: 1.35 / 1; object-fit: cover; width: 100%; }
.homes-feature-pair { display: grid; gap: clamp(1.5rem, 4vw, 3rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.homes-feature-pair section { background: var(--homes-cream); padding: clamp(1.35rem, 3vw, 2rem); }
.homes-feature-pair p { margin: 0; }
.homes-feature-pair ul { line-height: 1.65; margin: 0; padding-left: 1.15rem; }
.homes-feature-pair .homes-feature-image { margin-top: 1.5rem; }

.homes-detail-next-step { background: var(--homes-pale-clay); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.homes-next-step-image { height: 100%; min-height: 25rem; object-fit: cover; width: 100%; }
.homes-detail-next-step > div { align-content: center; display: grid; padding: clamp(2rem, 4vw, 3.75rem); }
.homes-detail-next-step h2 { font-size: clamp(2rem, 3.5vw, 3rem); margin: 0.4rem 0 0.65rem; }
.homes-detail-next-step > div > p { color: #3c3d37; margin: 0 0 0.75rem; }
.homes-detail-next-step .button { justify-self: start; margin-top: 0.8rem; }

.homes-paired-home { align-items: end; background: var(--homes-muted-sage); display: grid; gap: 1.5rem 3rem; grid-template-columns: minmax(0, 0.8fr) minmax(16rem, 1.2fr); padding: var(--homes-section-space) clamp(1.25rem, 5.5vw, 5rem); }
.homes-paired-home h2 { font-size: clamp(1.85rem, 3vw, 2.65rem); margin: 0.4rem 0 0; }
.homes-paired-home > a:not(.homes-text-link) { align-items: center; background: var(--homes-cream); border: 1px solid #c9c1b0; color: var(--homes-ink); display: grid; gap: 0.65rem 1rem; grid-template-columns: minmax(8rem, 1fr) minmax(9rem, 1.3fr) auto auto; padding: 1rem 1.2rem; text-decoration: none; }
.homes-paired-home > a:not(.homes-text-link):hover { border-color: var(--homes-clay); }
.homes-paired-home > a:not(.homes-text-link) span { font-size: 0.76rem; }
.homes-paired-home > a:not(.homes-text-link) span:first-child { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.homes-paired-home .homes-text-link { grid-column: 2; justify-self: start; margin: 0; padding-top: 0; }

@media (max-width: 68rem) {
  .homes-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homes-detail-gallery { grid-template-columns: minmax(0, 1.7fr) minmax(11rem, 0.65fr); }
  .homes-phase { padding-inline: 1.375rem; }
  .homes-catalog-ledger header { margin-inline: 1.375rem; }
  .homes-ledger-row { padding-inline: 1.375rem; }
}

@media (max-width: 48rem) {
  .homes-family { --homes-section-space: clamp(2rem, 8vw, 2.75rem); --homes-band-half-space: clamp(0.9rem, 4vw, 1.25rem); }
  .homes-catalog-introduction, .homes-detail-introduction, .homes-detail-information, .homes-detail-gallery, .homes-feature, .homes-feature-pair, .homes-detail-next-step, .homes-paired-home { grid-template-columns: 1fr; }
  .homes-catalog-introduction { gap: 1.5rem; padding-block: clamp(2.25rem, 9vw, 3rem) clamp(1.5rem, 6vw, 2.25rem); }
  .homes-introduction-note, .homes-detail-top-facts { border-left: 0; border-top: 1px solid #c9c1b0; padding-left: 0; padding-top: 1.25rem; }
  .homes-map-heading { align-items: start; flex-direction: column; }
  .homes-map-canvas { margin-inline: 0; min-width: 82rem; }
  .homes-map-dialog { block-size: min(88vh, 48rem); inline-size: calc(100% - 1rem); max-block-size: none; padding: 1.25rem; }
  .homes-map-dialog-title { margin-top: 1.5rem; }
  .homes-catalog-ledger header { margin-inline: 1.375rem; }
  .homes-ledger-row { gap: 0.55rem 0.65rem; grid-template-columns: minmax(0, 1fr) max-content auto; padding-inline: 1.375rem; }
  .homes-ledger-address, .homes-ledger-specs { display: none; }
  .homes-ledger-name { grid-column: 1; grid-row: 1; }
  .homes-ledger-status { grid-column: 2; grid-row: 1; }
  .homes-ledger-arrow { grid-column: 3; grid-row: 1; }
  .homes-ledger-price { grid-column: 1 / -1; grid-row: 2; }
  .homes-card-price { font-size: 0.7rem; }
  .homes-faq-cta { align-items: start; flex-direction: column; }
  .homes-section-heading { align-items: start; flex-direction: column; }
  .homes-detail-map { min-height: 15rem; }
  .homes-detail-information { gap: 1.5rem; padding-top: var(--homes-section-space); }
  .homes-detail-practical { position: static; }
  .homes-feature.is-reversed .homes-feature-image { order: 0; }
  .homes-next-step-image { min-height: 18rem; }
  .homes-paired-home .homes-text-link { grid-column: auto; }
}

@media (max-width: 33rem) {
  .homes-catalog-grid { grid-template-columns: 1fr; }
  .homes-catalog-content, .homes-detail-shell { padding-inline: 1rem; }
  .homes-map-heading { padding-inline: 1rem; }
  .homes-map-caption { padding-inline: 1rem; }
  .homes-catalog-ledger header { margin-inline: 1.0625rem; }
  .homes-phase { padding-inline: 1.0625rem; }
  .homes-ledger-row { padding-inline: 1.0625rem; }
  .homes-ledger-price { font-size: 0.69rem !important; }
  .homes-card-price { font-size: 0.69rem; }
  .homes-paired-home > a:not(.homes-text-link) { grid-template-columns: 1fr auto; }
  .homes-paired-home > a:not(.homes-text-link) span:nth-child(2), .homes-paired-home > a:not(.homes-text-link) span:nth-child(3) { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) { .homes-card-image { transition: none; } }
