.hero-photo{position:relative;align-self:stretch;min-height:500px;overflow:hidden;border-radius:28px;box-shadow:0 24px 70px rgba(27,18,12,.2)}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hero-photo span{position:absolute;right:20px;bottom:20px;padding:10px 14px;border-radius:999px;background:rgba(250,247,240,.92);color:#23170f;font-size:.82rem;font-weight:700;letter-spacing:.04em}
.cover.image{display:flex;align-items:center;justify-content:center;padding:26px;background:linear-gradient(145deg,#eee2d1,#faf6ef)}
.cover.image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 12px rgba(29,19,11,.22))}
.gallery{padding:100px max(6vw,24px);background:#efe8dc}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1180px;margin:40px auto 0}
.gallery .section-head{max-width:1180px;margin:0 auto}
.gallery figure{position:relative;margin:0;min-height:420px;overflow:hidden;border-radius:24px;background:#21170f}
.gallery img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .5s ease}
.gallery figure:hover img{transform:scale(1.025)}
.gallery figcaption{position:absolute;left:18px;bottom:18px;padding:9px 13px;border-radius:999px;background:rgba(250,247,240,.92);font-weight:700;font-size:.82rem}
@media(max-width:800px){.hero-photo{min-height:390px}.gallery{padding-top:72px;padding-bottom:72px}.gallery-grid{grid-template-columns:1fr}.gallery figure{min-height:330px}}
