.showcase{background:linear-gradient(180deg,#050911,#081521 45%,#050911)}
.showcase-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.showcase-shot{position:relative;height:330px;margin:0;overflow:hidden;border:1px solid var(--line);clip-path:polygon(16px 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,0 100%,0 16px);background:#07111f}
.showcase-shot.showcase-wide{height:410px}
.showcase-shot img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .6s ease}
.showcase-shot:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(2,8,14,.9));pointer-events:none}
.showcase-shot:hover img{transform:scale(1.035);filter:saturate(1.12)}
.showcase-shot figcaption{position:absolute;z-index:1;left:28px;right:28px;bottom:24px}
.showcase-shot small,.showcase-shot strong{display:block}
.showcase-shot small{color:var(--cyan);font-size:9px;font-weight:700;letter-spacing:.23em}
.showcase-shot strong{margin-top:5px;font:600 22px Cinzel,serif;color:#fff;text-shadow:0 2px 12px #000}
@media(max-width:720px){.showcase-grid{grid-template-columns:1fr}.showcase-shot,.showcase-shot.showcase-wide{height:280px}.showcase-shot figcaption{left:20px;bottom:18px}.showcase-shot strong{font-size:18px}}
