.media-gallery{padding:105px 0;background:var(--cream)}
.gallery-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:42px}
.gallery-head h2{font-size:clamp(38px,4.5vw,62px);line-height:1.2;letter-spacing:-.04em;margin:18px 0 0}
.gallery-head>p{color:var(--muted);line-height:1.9;margin:0}
.media-layout{display:grid;grid-template-columns:minmax(250px,.72fr) 1.28fr;gap:18px;align-items:stretch}
.media-layout figure{margin:0;background:var(--paper);overflow:hidden;position:relative}
.video-card{display:flex;flex-direction:column}
.video-card video{display:block;width:100%;height:100%;min-height:650px;object-fit:cover;background:var(--green)}
.media-layout figcaption{position:absolute;right:14px;left:14px;bottom:14px;background:rgba(16,44,38,.9);color:#fff;padding:11px 14px;font-size:13px;font-weight:700;backdrop-filter:blur(7px)}
.photo-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,minmax(0,1fr));gap:18px}
.photo-gallery img,.photo-gallery video{display:block;width:100%;height:100%;min-height:315px;object-fit:cover;transition:transform .45s ease}
.photo-gallery video{object-fit:contain;background:var(--green)}
.photo-gallery figure:hover img{transform:scale(1.035)}
@media(max-width:820px){.media-gallery{padding:75px 0}.gallery-head{grid-template-columns:1fr;gap:15px}.gallery-head h2{font-size:38px}.media-layout{grid-template-columns:1fr}.video-card{width:min(100%,430px);margin-inline:auto!important}.video-card video{height:auto;min-height:0;aspect-ratio:478/850}.photo-gallery{grid-template-rows:auto}.photo-gallery img,.photo-gallery video{aspect-ratio:3/4;min-height:0}}
@media(max-width:520px){.photo-gallery{grid-template-columns:1fr;gap:12px}.media-layout{gap:20px}.photo-gallery img,.photo-gallery video{aspect-ratio:4/5}.media-layout figcaption{right:10px;left:10px;bottom:10px}}
