/* A single native scrolling row keeps every home accessible by touch and keyboard. */
.collection .properties{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:44%;gap:30px;align-items:stretch;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:6px;padding:6px 6px 22px;margin-inline:-6px;scrollbar-width:thin;scrollbar-color:#05133755 transparent}
.collection .properties::-webkit-scrollbar{height:4px}
.collection .properties::-webkit-scrollbar-thumb{background:#05133755;border-radius:10px}
.collection .properties:focus-visible{outline:2px solid var(--navy);outline-offset:6px;border-radius:6px}
.collection .property{display:flex;flex-direction:column;min-width:0;scroll-snap-align:start}
.collection .property[hidden]{display:none}
.collection .property-photo{display:block;flex-shrink:0;width:100%;height:auto;aspect-ratio:3/2;overflow:hidden;background:#e4e5dc;touch-action:pan-x pan-y pinch-zoom}
.collection .property-photo img{display:block;width:100%;height:100%;object-fit:cover}
.collection .photo-label{top:16px;left:16px;font-size:9px;letter-spacing:1.15px;padding:9px 11px}
.collection .photo-open{bottom:18px;left:18px;font-size:12px}
.collection .property-heading{margin-top:19px}
.collection .property h3{font-size:clamp(25px,2.35vw,32px);line-height:1.15;letter-spacing:-.4px}
.collection .property .property-description{font-size:14px;margin:8px 0 18px;line-height:1.5}
.collection .property-details{gap:14px;margin-top:auto;padding-top:14px;font-size:12px;line-height:1.5;flex-wrap:wrap}
.collection .property-details a{margin-left:auto;white-space:nowrap}
.collection .property-photo:focus-visible{outline:3px solid #947b53;outline-offset:5px}
.collection .collection-footer{gap:24px;justify-content:flex-end;margin-top:25px}
.collection .section-heading{margin-bottom:26px}
.collection-navigation{display:flex;justify-content:flex-end;align-items:center;gap:20px;margin-bottom:18px}
.collection-arrows{display:flex;gap:10px}
.collection-arrows button{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid #ffffffb3;border-radius:50%;background:var(--glass-sheen),rgba(255,255,255,.3);box-shadow:var(--glass-depth);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--navy);font-size:23px;line-height:1;transition:background .2s,opacity .2s}
.collection-arrows button:hover:not(:disabled){background:rgba(255,255,255,.75)}
.collection-arrows button:disabled{opacity:.3}
@media(min-width:651px) and (max-width:950px){.collection .properties{grid-auto-columns:68%;gap:24px}}
@media(max-width:650px){
 .collection .properties{grid-auto-columns:86%;gap:18px}
 .collection .property h3{font-size:28px}
 .collection .property-details{font-size:12px;gap:12px}
 .collection .photo-label{top:14px;left:14px;font-size:8px}
 .collection .collection-footer{align-items:flex-start;gap:18px}
}
@media(prefers-reduced-motion:reduce){.collection-arrows button{transition:none}}
#gallery .gallery-caption h3{line-height:1.25}
@media(max-width:650px){#gallery .gallery-caption h3{font-size:24px}#gallery .gallery-caption{gap:12px}}
