.real-gallery{background:#fff8ee}
.real-gallery .gallery-lead{max-width:760px;margin:-24px auto 34px;text-align:center;color:#66534a}
.real-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}
.real-grid figure{position:relative;min-height:280px;margin:0;overflow:hidden;border-radius:8px;background:#25100d;box-shadow:0 12px 30px #39140d22}
.real-grid figure:first-child{min-height:440px}
.real-grid img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .35s ease}
.real-grid figure:hover img{transform:scale(1.025)}
.real-grid figcaption{position:absolute;inset:auto 0 0;padding:45px 18px 14px;color:#fff;font-weight:800;background:linear-gradient(transparent,#170807e8)}
.map-facts{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px}
.map-facts span,.map-facts a{padding:9px 15px;border:1px solid #d9c5b2;border-radius:99px;background:#fff;text-decoration:none}
@media(max-width:900px){.real-grid{grid-template-columns:1fr 1fr}.real-grid figure:first-child{grid-column:1/-1;min-height:380px}}
@media(max-width:560px){.real-grid{grid-template-columns:1fr}.real-grid figure:first-child{grid-column:auto;min-height:300px}.real-grid figure{min-height:260px}}
@media(prefers-reduced-motion:reduce){.real-grid img{transition:none}}
