body.gallery-page{min-height:100vh;background:#000}.gallery-page__main{max-width:1100px;margin:0 auto;padding:calc(var(--header-height) + 2rem) 1.5rem 4rem}.gallery-page__intro{margin-bottom:2.5rem}.gallery-page__intro h1{margin-bottom:.75rem}.gallery-page__section{margin-bottom:3rem}.gallery-page__section h2{margin-bottom:1rem;color:var(--color-accent);font-size:1.125rem;letter-spacing:.08em;text-transform:uppercase}.gallery-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.gallery-page__videos{display:grid;grid-template-columns:1fr;gap:1.25rem}.gallery-page__video-card{border:1px solid rgba(255,255,255,.1);border-radius:14px;overflow:hidden;background:#ffffff08}.gallery-page__video-card video{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover;background:#000}.gallery-page__video-card p{padding:.75rem 1rem;font-size:.875rem;color:var(--color-text-muted)}.gallery-item{padding:0;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden;cursor:pointer}.gallery-item img{width:100%;aspect-ratio:4 / 3;object-fit:cover}@media(min-width:768px){.gallery-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gallery-page__videos{grid-template-columns:repeat(2,minmax(0,1fr))}}
