.gallery-page{background:var(--color-bg);min-height:100vh}.gallery-hero{background:var(--color-secondary);padding:9rem 6% 5rem;position:relative;overflow:hidden}.gallery-hero:before{content:"";background:radial-gradient(at 70%,#91552426 0%,#0000 60%);position:absolute;inset:0}.gallery-hero-inner{z-index:1;max-width:900px;margin:0 auto;position:relative}.section-label-light{font-family:var(--font-body);letter-spacing:3px;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;font-size:.75rem;font-weight:700}.gallery-hero h1{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:3px;margin-bottom:1.25rem;font-size:clamp(2.8rem,6vw,5rem);line-height:1}.gallery-hero p{font-family:var(--font-body);color:#ffffff8c;max-width:520px;font-size:1rem;line-height:1.7}.gallery-photos-section{padding:5rem 6%}.gallery-photos-inner{max-width:1200px;margin:0 auto}.gallery-section-header{text-align:center;margin-bottom:3rem}.gallery-section-header h2{font-family:var(--font-heading);color:var(--color-secondary);text-transform:uppercase;letter-spacing:3px;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.4rem)}.gallery-section-header p{font-family:var(--font-body);color:#888;max-width:500px;margin:0 auto;font-size:.95rem}.gallery-photo-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-auto-rows:320px;gap:1.5rem;display:grid}.gallery-photo-item{background:var(--color-secondary);opacity:0;will-change:opacity, transform;border-radius:10px;transition:opacity .55s,transform .55s;position:relative;overflow:hidden;transform:translateY(30px)scale(.97)}.gallery-photo-item.visible{opacity:1;transform:translateY(0)scale(1)}.gallery-photo-item:first-child{transition-delay:0s}.gallery-photo-item:nth-child(2){transition-delay:70ms}.gallery-photo-item:nth-child(3){transition-delay:.14s}.gallery-photo-item:nth-child(4){transition-delay:.21s}.gallery-photo-item:nth-child(5){transition-delay:.28s}.gallery-photo-item:nth-child(6){transition-delay:.35s}.gallery-photo-item:nth-child(7){transition-delay:.42s}.gallery-photo-item:nth-child(8){transition-delay:.49s}.gallery-photo-item:nth-child(9){transition-delay:.56s}.gallery-photo-item:nth-child(10){transition-delay:0s}.gallery-photo-item:nth-child(11){transition-delay:70ms}.gallery-photo-item:nth-child(12){transition-delay:.14s}.gallery-photo-item.tall{grid-row:span 2}.gallery-photo-item.wide{grid-column:span 2}.gallery-photo-item img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);display:block}.gallery-photo-item:hover img{transform:scale(1.08)}.gallery-photo-item:after{content:"";opacity:0;background:linear-gradient(135deg,#ffffff0a 0%,#0000 50%);transition:opacity .4s;position:absolute;inset:0}.gallery-photo-item:hover:after{opacity:1}@media (max-width:900px){.gallery-photo-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:240px}.gallery-photo-item.wide{grid-column:span 2}.gallery-photo-item.tall{grid-row:span 1}}@media (max-width:600px){.gallery-photo-grid{grid-template-columns:1fr;grid-auto-rows:220px}.gallery-photo-item.wide,.gallery-photo-item.tall{grid-area:span 1/span 1}.gallery-photos-section{padding:3rem 1.5rem}.gallery-hero{padding:7rem 1.5rem 4rem}.gallery-hero h1{letter-spacing:1px;word-wrap:break-word;overflow-wrap:break-word;font-size:2.2rem}}
