.gallery-hero{display:flex;flex-direction:column;align-items:center;gap:16px;height:350px;padding:40px 120px;background:linear-gradient(180deg,var(--bu-lavender-tint),var(--bu-pink-tint))}[data-theme=dark] .gallery-hero{background:var(--color-primary)}.gallery-hero__tag{font-family:var(--font-primary);font-size:clamp(17px,2vw,20px);font-weight:700;text-transform:uppercase;letter-spacing:4px;color:var(--color-secondary);text-align:center;margin:0}.gallery-hero__tag-spacer{height:8px}.gallery-hero__heading{font-family:var(--font-primary);font-size:clamp(48px,8vw,80px);font-weight:700;letter-spacing:-2px;color:var(--color-primary);margin:0;text-transform:none;text-shadow:none}[data-theme=dark] .gallery-hero__heading{color:var(--bu-white)}.gallery-hero__sub{font-family:var(--font-primary);font-size:clamp(17px,2vw,20px);font-weight:400;color:var(--color-text-muted);text-align:center;margin:0}[data-theme=dark] .gallery-hero__sub{color:var(--color-text-accent)}.gallery-hero__logo{height:56px;width:100%;object-fit:contain}.gallery-sticky-bar{position:sticky;top:0;z-index:50;background:var(--color-bg-page);padding:16px 60px;display:flex;flex-direction:column;align-items:center;gap:12px}.gallery-filters{padding:0}.gallery-filters__inner{display:flex;align-items:center;justify-content:center;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery-filters__inner::-webkit-scrollbar{display:none}.gallery-filters__btn{font-family:var(--font-primary);font-weight:600;font-size:14px;padding:10px 24px;border-radius:50px;border:2px solid var(--color-primary);background:transparent;color:var(--color-primary);cursor:pointer;white-space:nowrap;min-height:44px;transition:background var(--transition-base),color var(--transition-base),border-color var(--transition-base)}.gallery-filters__btn:hover{background:#6600ff14}.gallery-filters__btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary);font-weight:700}.gallery-grid{content-visibility:auto;contain-intrinsic-size:auto 1000px;padding:40px 80px;max-width:1440px;margin:0 auto}.gallery-grid__masonry{columns:4;column-gap:16px}.gallery-item{break-inside:avoid;margin-bottom:16px;overflow:hidden;cursor:pointer;position:relative;border-radius:var(--md3-shape-medium);transition:transform var(--md3-duration-medium1) var(--md3-easing-standard),opacity var(--md3-duration-medium1) var(--md3-easing-standard)}.gallery-item:hover{transform:scale(1.02)}.gallery-item__card{width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:var(--md3-shape-medium)}.gallery-item__img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform var(--md3-duration-medium4) var(--md3-easing-standard)}.gallery-item:hover .gallery-item__img{transform:scale(1.05)}.gallery-item__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gallery-item__overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.4) 100%);display:flex;align-items:flex-end;justify-content:center;padding-bottom:16px;opacity:0;transition:opacity var(--md3-duration-medium1) var(--md3-easing-standard);border-radius:var(--md3-shape-medium)}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__overlay-text{font-family:var(--font-primary);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:2px;color:#fff}.gallery-item:after{z-index:1}.gallery-item--short .gallery-item__card{height:200px}.gallery-item--medium .gallery-item__card{height:280px}.gallery-item--tall .gallery-item__card{height:340px}.gallery-item--xtall .gallery-item__card{height:420px}.gallery-item.hidden{display:none}[data-theme=dark] .gallery-filters__btn{border-color:var(--color-text-heading);color:var(--color-text-heading)}[data-theme=dark] .gallery-filters__btn:hover{background:#bb88ff1a}[data-theme=dark] .gallery-filters__btn.active{background:var(--color-secondary);color:#fff;border-color:var(--color-secondary)}@media(min-width:768px)and (max-width:1023px){.gallery-grid__masonry{columns:3}}@media(max-width:767px){.gallery-hero{height:280px;padding:32px 24px}.gallery-hero__tag{font-size:12px;letter-spacing:2px}.gallery-hero__heading{font-size:clamp(3rem,12vw,80px)}.gallery-hero__sub{font-size:16px}.gallery-hero__logo{height:40px}.gallery-sticky-bar{padding:12px 24px}.gallery-filters__inner{justify-content:flex-start}.gallery-grid{padding:24px 16px}.gallery-grid__masonry{columns:2;column-gap:12px}.gallery-item{margin-bottom:12px}.gallery-item--short .gallery-item__card{height:160px}.gallery-item--medium .gallery-item__card{height:220px}.gallery-item--tall .gallery-item__card{height:280px}.gallery-item--xtall .gallery-item__card{height:340px}}@media(prefers-reduced-motion:reduce){.gallery-item,.gallery-item:after,.gallery-item__overlay,.gallery-item__img,.gallery-filters__btn{transition:none}.gallery-item:hover,.gallery-item:hover .gallery-item__img{transform:none}}
