.birthday-photos{padding:60px 28px;max-width:1000px;margin:0 auto}.birthday-photos-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;gap:16px;margin-top:36px}.birthday-photo-item{overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.06);position:relative;background:rgba(255,255,255,.03);aspect-ratio:4/5}.birthday-photo-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.birthday-photo-item:hover img{transform:scale(1.05)}@media only screen and (max-width:768px){.birthday-photos-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:480px){.birthday-photos{padding:44px 16px}.birthday-photos-grid{grid-template-columns:1fr;gap:12px;margin-top:24px}}