.rbr-property{font-family:inherit;color:#171717;background:#fff}
.rbr-property *{box-sizing:border-box}
.rbr-hero{position:relative;min-height:620px;overflow:hidden}
.rbr-hero>img{width:100%;height:620px;object-fit:cover;display:block}
.rbr-hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:clamp(30px,6vw,90px);color:#fff;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.75))}
.rbr-eyebrow{font-size:12px;letter-spacing:.18em;font-weight:700;opacity:.8}
.rbr-hero h1{font-size:clamp(38px,6vw,76px);line-height:.98;margin:12px 0}
.rbr-location{font-size:20px;margin:0 0 18px}
.rbr-price{font-size:34px;font-weight:800}
.rbr-price small{font-size:16px;font-weight:500;margin-left:5px}
.rbr-actions{display:flex;gap:10px;flex-wrap:wrap;padding:18px clamp(20px,6vw,90px);background:#111}
.rbr-actions a,.rbr-contact-row a,.rbr-map-button{display:inline-block;padding:13px 22px;border-radius:999px;text-decoration:none;background:#fff;color:#111;font-weight:700}
.rbr-facts{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid #ddd}
.rbr-facts div{padding:30px 15px;text-align:center;border-right:1px solid #ddd}
.rbr-facts div:last-child{border-right:0}
.rbr-facts strong{display:block;font-size:20px}
.rbr-facts span{display:block;margin-top:6px;font-size:13px;opacity:.65}
.rbr-section{max-width:1100px;margin:auto;padding:90px 25px}
.rbr-section h2,.rbr-map-copy h2,.rbr-enquiry h2{font-size:clamp(32px,4vw,52px);margin:10px 0 25px}
.rbr-description{font-size:18px;line-height:1.8;max-width:780px}
.rbr-nearby{border-top:1px solid #ddd}
.rbr-nearby-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.rbr-nearby-grid div{padding:20px;border:1px solid #ddd;border-radius:12px}
.rbr-map-section{display:grid;grid-template-columns:35% 65%;min-height:450px;background:#f4f4f1}
.rbr-map-copy{padding:70px 7vw}
.rbr-map{min-height:450px}
.rbr-map iframe{width:100%;height:100%;min-height:450px;border:0}
.rbr-map-button{margin-top:20px;background:#111;color:#fff}
.rbr-enquiry{padding:90px 25px;text-align:center;background:#111;color:#fff}
.rbr-contact-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:30px}
.rbr-contact-row a{background:#fff;color:#111}
@media(max-width:800px){
 .rbr-hero,.rbr-hero>img{min-height:500px;height:500px}
 .rbr-facts{grid-template-columns:repeat(2,1fr)}
 .rbr-facts div:nth-child(2n){border-right:0}
 .rbr-map-section{grid-template-columns:1fr}
 .rbr-map-copy{padding:55px 25px}
 .rbr-nearby-grid{grid-template-columns:1fr}
}
