.photos-page{min-height:100vh;background:#0d0d0d;color:#e6e6e6;padding:4rem 2rem 6rem}.photos-header{max-width:1280px;margin:0 auto 2.5rem}.photos-back{display:inline-block;color:#e6e6fa;font-family:Roboto Condensed,sans-serif;text-decoration:none;font-size:1rem;margin-bottom:1.25rem;opacity:.85;transition:opacity .2s ease}.photos-back:hover{opacity:1}.photos-eyebrow{font-family:Roboto Condensed,sans-serif;text-transform:uppercase;letter-spacing:.25em;font-size:.85rem;color:#a7c7e7;margin-bottom:.5rem}.photos-title{font-family:Galfego;font-size:clamp(3rem,7vw,6rem);line-height:1;margin:0;color:#e6e6fa}.photos-blog-link{display:inline-block;margin-top:1.25rem;color:#e6e6fa;border:1px solid #e6e6fa;border-radius:6px;padding:.5rem 1rem;text-decoration:none;font-family:Roboto Condensed,sans-serif;transition:background .2s ease,color .2s ease}.photos-blog-link:hover{background:#e6e6fa;color:#2a2a2a}.photos-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-auto-rows:220px;gap:14px}.photos-tile{overflow:hidden;border-radius:8px;background:#1c1c1c;position:relative;display:block;width:100%;height:100%;padding:0;border:none;cursor:pointer}.photos-tile:nth-child(4n+1){grid-row:span 2}.photos-tile:nth-child(7n+3){grid-column:span 2}.photos-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.photos-tile:hover img{transform:scale(1.05)}.photos-missing{font-family:Roboto Condensed,sans-serif;color:#999;max-width:1280px;margin:0 auto}@media (max-width:768px){.photos-page{padding:2rem 1rem 4rem}.photos-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px;gap:8px}.photos-tile:nth-child(4n+1),.photos-tile:nth-child(7n+3){grid-row:span 1;grid-column:span 1}}@media (max-width:400px){.photos-grid{grid-template-columns:1fr;grid-auto-rows:220px}}.lightbox-overlay{position:fixed;inset:0;z-index:100;background:rgba(8,8,8,.92);display:flex;align-items:center;justify-content:center;padding:2rem 4.5rem;animation:lightbox-fade-in .25s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-figure{margin:0;max-width:min(1100px,100%);max-height:100%;display:flex;flex-direction:column;align-items:center;gap:.9rem}.lightbox-image{max-width:100%;max-height:calc(100vh - 10rem);-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.6)}.lightbox-caption{display:flex;align-items:baseline;gap:1rem;font-family:Roboto Condensed,sans-serif;color:#e6e6e6}.lightbox-caption-text{font-size:1.05rem;line-height:1.5}.lightbox-counter{font-size:.85rem;letter-spacing:.12em;color:#a7c7e7;white-space:nowrap}.lightbox-arrow{position:fixed;top:50%;transform:translateY(-50%);z-index:101;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,90%,.25);border-radius:50%;width:3.25rem;height:3.25rem;display:flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;color:#e6e6e6;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.lightbox-arrow:hover{background:#e6e6fa;border-color:#e6e6fa;color:#2a2a2a}.lightbox-arrow-left{left:1rem}.lightbox-arrow-right{right:1rem}.lightbox-close{position:fixed;top:1rem;right:1rem;z-index:101;background:transparent;border:none;color:hsla(0,0%,90%,.8);font-size:2.5rem;line-height:1;cursor:pointer;padding:.25rem .75rem;transition:color .2s ease}.lightbox-close:hover{color:#e6e6fa}@media (max-width:768px){.lightbox-overlay{padding:1rem}.lightbox-image{max-height:calc(100dvh - 9rem)}.lightbox-caption{flex-direction:column;align-items:center;gap:.25rem;text-align:center;padding:0 .5rem}.lightbox-arrow{width:2.75rem;height:2.75rem;font-size:1.6rem;background:hsla(0,0%,5%,.55)}.lightbox-arrow-left{left:.5rem}.lightbox-arrow-right{right:.5rem}}