.hero-photo{background-size:cover;background-position:center;color:#fff;position:relative}
.hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,24,40,.78),rgba(10,24,40,.52))}
.hero-photo .wrap{position:relative;z-index:1}
.photo-card{overflow:hidden;padding:0}
.photo-card .cover{width:100%;height:180px;object-fit:cover;display:block}
.photo-card .pad{padding:16px 18px 20px}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}
@media(min-width:800px){.gallery{grid-template-columns:repeat(4,1fr)}}
.gallery figure{margin:0}
.gallery img{width:100%;height:160px;object-fit:cover;border-radius:10px;display:block}
.gallery figcaption{font-size:12px;color:#5b6b7a;margin-top:6px}
.cred-photos{display:grid;grid-template-columns:1fr;gap:12px;margin:24px 0}
@media(min-width:700px){.cred-photos{grid-template-columns:repeat(3,1fr)}}
.cred-photos figure{margin:0}
.cred-photos img{width:100%;height:200px;object-fit:cover;border-radius:12px;display:block}
.cred-photos figcaption{font-size:13px;margin-top:8px;color:#334}
