.gallery-page{min-height:100vh;background:var(--page-bg, hsl(var(--desai-beige)));color:var(--page-fg, #1a1a1a);padding-bottom:clamp(48px,8vw,96px);transition:background-color .6s ease,color .6s ease}.gallery-page-hero{padding:clamp(48px,8vw,96px) clamp(20px,4vw,48px);text-align:center;max-width:960px;margin:3.5vh auto}.gallery-page-title{font-family:Fraunces,"Instrument Serif",serif;font-style:italic;font-weight:400;font-size:clamp(2rem,3.4vw + 1rem,5rem);line-height:1.02;letter-spacing:-.028em;margin:0 0 clamp(8px,1.5vw,16px)}.gallery-page-subtitle{font-size:clamp(.9rem,.6vw + .8rem,1.15rem);font-weight:430;color:inherit;opacity:.75;margin:0;line-height:1.5}.gallery-page-sections{display:flex;flex-direction:column;gap:clamp(48px,6vw,80px);padding:0 clamp(16px,4vw,48px)}.gallery-page-section{max-width:1600px;margin:0 auto;width:100%}.gallery-page-category-header{display:flex;align-items:center;gap:clamp(10px,1.2vw,16px);margin:0 0 clamp(20px,3vw,32px)}.gallery-page-category-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:clamp(36px,4vw,48px);height:clamp(36px,4vw,48px)}.gallery-page-category-icon svg{width:100%;height:100%}.gallery-page-category-heading{font-family:Fraunces,"Instrument Serif",serif;font-style:italic;font-weight:400;font-size:clamp(1.5rem,2.6vw,2.25rem);line-height:1.05;letter-spacing:-.02em;margin:0}.gallery-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(12px,2vw,24px)}@media(min-width:768px){.gallery-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.gallery-page-card{width:100%;background:var(--card-bg, #ffffff);border:1px solid var(--card-border, #e6e6e6);border-radius:16px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:background-color .4s ease,border-color .4s ease,transform .25s ease,box-shadow .25s ease,opacity .5s ease,translate .5s ease;opacity:0;will-change:opacity,transform}.gallery-page-card--left{translate:-30px 0}.gallery-page-card--right{translate:30px 0}.gallery-page-card.is-visible{opacity:1;translate:0 0;transition-delay:min(var(--stagger-index, 0) * 50ms,.3s)}.gallery-page-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #2f33311a}.gallery-page-card:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.gallery-page-card-img{display:block;width:100%;aspect-ratio:4 / 3;height:auto;-o-object-fit:cover;object-fit:cover}.gallery-page-card-label{display:block;padding:12px 16px;font-size:clamp(.95rem,1.2vw,1.05rem);font-weight:600;color:hsl(var(--foreground));text-align:center}.gallery-page-sentinel{width:100%;height:1px;margin-top:clamp(24px,3vw,40px)}@media(prefers-reduced-motion:reduce){.gallery-page-card,.gallery-page-card.is-visible,.gallery-page-card--left,.gallery-page-card--right{opacity:1;translate:0 0;transition:none}}
