.listing-five{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:230px 230px;gap:8px}.listing-five a:first-child{grid-row:span 2}.listing-five img{width:100%;height:100%;object-fit:cover}.photo-page{max-width:1400px;margin:auto;padding:100px 24px 60px}.photo-page h1{font:48px Georgia}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo-tile{border:0;background:#f4ede0;color:#1a1612;padding:0;text-align:left;cursor:pointer;font:14px system-ui}.photo-tile img{width:100%;height:260px;object-fit:cover;display:block}.photo-tile span{display:block;padding:10px}.photo-tile:focus-visible{outline:3px solid #a14d32}#photo-lightbox{border:0;padding:48px 12px 60px;width:96vw;max-width:1500px;height:94dvh;max-height:94dvh;background:#171714;color:white}#photo-lightbox::backdrop{background:#000d}#large-photo{width:100%;height:100%;object-fit:contain}#photo-close{position:absolute;right:15px;top:12px}.photo-controls{position:absolute;bottom:12px;left:15px;right:15px;display:flex;justify-content:space-between;align-items:center;gap:12px}#photo-lightbox button{background:#f4ede0;border:0;border-radius:5px;padding:9px 12px;cursor:pointer}#photo-caption{text-align:center;font:13px system-ui}@media(max-width:700px){.listing-five{grid-template-columns:1fr 1fr;grid-template-rows:250px 150px 150px}.listing-five a:first-child{grid-column:span 2;grid-row:auto}.photo-grid{grid-template-columns:repeat(2,1fr);gap:10px}.photo-tile img{height:160px}.photo-page{padding:80px 12px 30px}.photo-page h1{font-size:36px}}
