﻿.tour-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1;transition:transform .7s;filter:saturate(.92)}.tour-card:hover .tour-visual>img{transform:scale(1.055)}
.photo-showcase{padding:125px 4vw;background:#102a24;color:#fff;overflow:hidden}.photo-showcase-head{display:flex;align-items:end;justify-content:space-between;padding:0 4vw 55px}.photo-showcase-head h2{font-size:clamp(52px,6.5vw,92px);line-height:.95}.photo-showcase-head p{max-width:390px;color:rgba(255,255,255,.62);line-height:1.7}.photo-mosaic{display:grid;grid-template-columns:1.2fr .75fr 1fr;grid-template-rows:330px 280px;gap:14px}.photo-tile{position:relative;overflow:hidden;margin:0}.photo-tile:first-child{grid-row:1/3}.photo-tile:nth-child(4){grid-column:2/4}.photo-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s,filter .5s;filter:saturate(.9)}.photo-tile:hover img{transform:scale(1.045);filter:saturate(1.08)}.photo-tile figcaption{position:absolute;left:18px;bottom:16px;background:rgba(9,30,24,.82);backdrop-filter:blur(8px);padding:10px 13px;font-size:9px;text-transform:uppercase;letter-spacing:.15em}.photo-tile:nth-child(2) img{object-position:center 32%}.photo-tile:nth-child(3) img{object-position:center}.photo-tile:nth-child(4) img{object-position:center 58%}
@media(max-width:800px){.photo-showcase-head{align-items:start;flex-direction:column;gap:25px}.photo-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:360px 260px 260px}.photo-tile:first-child{grid-column:1/3;grid-row:auto}.photo-tile:nth-child(4){grid-column:1/3}}
@media(max-width:520px){.photo-showcase{padding:85px 5vw}.photo-showcase-head{padding:0 0 40px}.photo-mosaic{display:flex;flex-direction:column}.photo-tile{height:280px}.photo-tile:first-child{height:380px}}

