.page-gallery{padding:90px 0;background:#081210}.page-gallery-head{max-width:680px;margin-bottom:34px}.page-gallery-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:18px}.page-gallery figure{margin:0;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--surface-2)}.page-gallery figure:first-child{grid-row:span 2}.page-gallery img{width:100%;height:100%;min-height:240px;object-fit:cover;transition:transform .35s ease}.page-gallery figure:first-child img{min-height:500px}.page-gallery figure:hover img{transform:scale(1.025)}.page-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:42px 18px 16px;background:linear-gradient(transparent,rgba(0,0,0,.88));font-weight:800}.page-gallery-note{margin-top:18px;color:var(--muted);font-size:.88rem}@media(max-width:820px){.page-gallery-grid{grid-template-columns:1fr 1fr}.page-gallery figure:first-child{grid-column:1/-1;grid-row:auto}.page-gallery figure:first-child img{min-height:320px}}@media(max-width:560px){.page-gallery{padding:65px 0}.page-gallery-grid{grid-template-columns:1fr}.page-gallery figure:first-child{grid-column:auto}.page-gallery img,.page-gallery figure:first-child img{min-height:250px;aspect-ratio:16/10}}
