.photo-album{margin-bottom:3rem}.photo-album+.photo-album{border-top:2px dashed rgba(99,110,114,.25);padding-top:2.5rem}.photo-album-title{font-family:Caveat,cursive;font-size:2rem;font-weight:700;color:var(--color-text-muted);text-align:center;margin-bottom:.75rem}.photo-grid{display:flex;flex-wrap:wrap;gap:8px}.photo-grid:not(.photo-grid-justified){max-height:1128px;overflow:hidden}.photo-item{display:block;height:560px;overflow:hidden;border-radius:6px;background:var(--color-bg-warm);border-bottom:none;cursor:zoom-in;transition:transform .15s ease}.photo-item img{display:block;height:100%;width:auto}.photo-item:hover{transform:scale(1.01)}.photo-grid-justified .photo-item{height:auto}.photo-grid-justified .photo-item img{width:100%;height:100%;object-fit:cover}.photo-peek{pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 40%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 40%,transparent 100%)}.photo-grid-justified .photo-peek img{object-position:top}.photo-more{display:flex;justify-content:center;margin-top:.75rem}.photo-more button{font-family:Caveat,cursive;font-size:1.25rem;color:var(--color-text-charcoal);background:var(--color-bg-warm);border:2px dashed var(--color-yarn-coral);border-radius:999px;padding:.25rem 1.5rem;cursor:pointer;transition:background .15s ease,color .15s ease}.photo-more button:hover{background:var(--color-yarn-coral);color:var(--color-bg-cream)}.photo-hidden{display:none}html.photo-lightbox-open,html.photo-lightbox-open body{overflow:hidden}.photo-lightbox{position:fixed;inset:0;z-index:10000;display:flex;background:#141210fb}.photo-lightbox-closed{display:none}.photo-lightbox-stage{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none}.photo-lightbox-img{max-width:100%;max-height:100%;object-fit:contain;user-select:none;cursor:zoom-in;will-change:transform}.photo-lightbox-img-zoomed{cursor:grab}.photo-lightbox-close,.photo-lightbox-nav{position:absolute;font-family:Caveat,cursive;color:var(--color-bg-cream);background:#14121073;border:2px dashed rgba(254,249,239,.5);border-radius:999px;cursor:pointer;line-height:1;transition:background .15s ease,border-color .15s ease}.photo-lightbox-close:hover,.photo-lightbox-nav:hover{background:var(--color-yarn-coral);border-color:var(--color-bg-cream)}.photo-lightbox-close{top:1rem;right:1rem;width:2.75rem;height:2.75rem;font-size:2rem}.photo-lightbox-nav{top:50%;transform:translateY(-50%);width:3.25rem;height:3.25rem;font-size:2.75rem;padding-bottom:.35rem}.photo-lightbox-prev{left:1rem}.photo-lightbox-next{right:1rem}.photo-lightbox-counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);font-family:Caveat,cursive;font-size:1.25rem;color:#fef9efbf;pointer-events:none}@media(max-width:640px){.photo-album-title{font-size:1.6rem}.photo-lightbox-nav{width:2.5rem;height:2.5rem;font-size:2rem}.photo-lightbox-prev{left:.35rem}.photo-lightbox-next{right:.35rem}}
