@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Source+Sans+3:wght@300;400;500&display=swap');.photo-intro{text-align:center;margin-bottom:3rem;padding:2rem 0;border-bottom:1px solid var(--global-divider-color)}.photo-intro .intro-text{font-family:'Playfair Display',Georgia,serif;font-size:1.25rem;font-weight:400;font-style:italic;color:var(--global-text-color-light);letter-spacing:.02em;max-width:600px;margin:0 auto}.album-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.album-card{position:relative;display:block;text-decoration:none!important;background:var(--global-card-bg-color);border-radius:4px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:transform .4s cubic-bezier(0.165,0.84,0.44,1),box-shadow .4s cubic-bezier(0.165,0.84,0.44,1)}.album-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,0.15);text-decoration:none!important}.album-cover{position:relative;width:100%;height:220px;background-size:cover;background-position:center;background-color:#2a2a2a}.album-cover::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0,transparent 50%,rgba(0,0,0,0.5) 100%);transition:opacity .3s ease}.album-card:hover .album-cover::before{opacity:.8}.album-overlay{position:absolute;top:12px;right:12px;z-index:2}.album-count{display:inline-block;padding:6px 12px;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);color:#fff;font-family:'Source Sans 3',sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;border-radius:2px}.album-info{padding:1.25rem 1.5rem 1.5rem}.album-title{font-family:'Playfair Display',Georgia,serif;font-size:1.35rem;font-weight:500;color:var(--global-text-color);margin:0 0 .5rem;transition:color .3s ease}.album-card:hover .album-title{color:var(--global-theme-color)}.album-location{font-family:'Source Sans 3',sans-serif;font-size:.9rem;font-weight:400;color:var(--global-text-color-light);margin:0 0 .25rem;display:flex;align-items:center;gap:6px}.album-location::before{content:'◦';color:var(--global-theme-color)}.album-date{font-family:'Source Sans 3',sans-serif;font-size:.8rem;font-weight:300;color:var(--global-text-color-light);margin:0;opacity:.7}.album-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--global-divider-color)}.album-header h1{font-family:'Playfair Display',Georgia,serif;font-size:2.5rem;font-weight:500;margin-bottom:.75rem}.album-meta{font-family:'Source Sans 3',sans-serif;font-size:1rem;color:var(--global-text-color-light);display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.album-meta span{display:flex;align-items:center;gap:.5rem}.album-description{font-family:'Playfair Display',Georgia,serif;font-size:1.1rem;font-style:italic;color:var(--global-text-color-light);max-width:700px;margin:1.5rem auto 0;line-height:1.6}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:2rem}.photo-item{position:relative;overflow:hidden;border-radius:2px;cursor:pointer}.photo-gallery:not(.horizontal-strips) .photo-item{aspect-ratio:4 / 3}.photo-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(0.165,0.84,0.44,1)}.photo-item:hover img{transform:scale(1.05)}.photo-caption{position:absolute;bottom:0;left:0;right:0;padding:2rem 1rem 1rem;background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);color:#fff;font-family:'Source Sans 3',sans-serif;font-size:.85rem;transform:translateY(100%);transition:transform .3s ease}.photo-item:hover .photo-caption{transform:translateY(0)}.photo-gallery.masonry{display:block;column-count:3;column-gap:1rem}.photo-gallery.masonry .photo-item{break-inside:avoid;margin-bottom:1rem;aspect-ratio:unset}.photo-gallery.masonry .photo-item img{height:auto}@media(max-width:900px){.photo-gallery.masonry{column-count:2}}@media(max-width:600px){.photo-gallery.masonry{column-count:1}}.back-to-albums{display:inline-flex;align-items:center;gap:.5rem;font-family:'Source Sans 3',sans-serif;font-size:.9rem;font-weight:500;color:var(--global-text-color-light);text-decoration:none;margin-bottom:2rem;transition:color .3s ease}.back-to-albums:hover{color:var(--global-theme-color);text-decoration:none}.back-to-albums::before{content:'←';transition:transform .3s ease}.back-to-albums:hover::before{transform:translateX(-4px)}html[data-theme="dark"] .album-card{box-shadow:0 4px 20px rgba(0,0,0,0.3)}html[data-theme="dark"] .album-card:hover{box-shadow:0 12px 40px rgba(0,0,0,0.5)}html[data-theme="dark"] .album-count{background:rgba(255,255,255,0.15)}@media(max-width:768px){.album-grid{grid-template-columns:1fr;gap:1.5rem}.album-header h1{font-size:2rem}.album-meta{flex-direction:column;gap:.5rem}.photo-gallery{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}