.gallery-page{min-height:100vh;background:var(--cream,#f7f7f3)}.gallery-hero{position:relative;text-align:center;padding:4rem 1.5rem 2.5rem;max-width:1400px;margin:0 auto}.gallery-back{position:absolute;top:1.75rem;left:1.75rem;color:var(--accent-dark,#7a0000);text-decoration:none;font-size:.8rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;opacity:.8;transition:opacity .3s ease}.gallery-back:hover{opacity:1}.gallery-kicker{display:block;font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--text-dark,#2c2c2c);opacity:.55;letter-spacing:.3em;margin-bottom:.25rem;padding-left:.3em}.gallery-arches{max-width:560px;margin:0 auto -1rem}.gallery-arches img{width:100%;height:auto}.gallery-title{font-weight:500;font-size:clamp(3rem,9vw,5.5rem);line-height:1;color:var(--accent-dark,#7a0000);letter-spacing:.02em}.gallery-subtitle,.gallery-title{font-family:Cormorant Garamond,serif}.gallery-subtitle{font-style:italic;font-size:clamp(1.1rem,3vw,1.5rem);color:var(--text-medium,#5a5a5a);margin-top:.75rem}.gallery-rule{width:64px;height:2px;margin:2rem auto 0;background:var(--accent-dark,#7a0000);opacity:.6}.gallery-wrap{max-width:1400px;margin:0 auto;padding:1rem 1.25rem 3rem}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:0 0 1.25rem}.gallery-count{letter-spacing:1.5px;color:var(--text-light,#8a8a8a)}.gallery-count,.gallery-order-btn{font-size:.8rem;text-transform:uppercase}.gallery-order-btn{border:1px solid var(--accent-dark,#7a0000);background:transparent;color:var(--accent-dark,#7a0000);border-radius:999px;padding:.55rem 1.25rem;font-weight:500;letter-spacing:1.2px;cursor:pointer;transition:background .25s ease,color .25s ease}.gallery-order-btn:hover{background:var(--accent-dark,#7a0000);color:#fff}.gallery-rows{flex-direction:column}.gallery-row,.gallery-rows{display:flex;gap:10px}.gallery-tile{display:block;height:100%;flex:none;margin:0;padding:0;border:none;background:rgba(122,0,0,.04);border-radius:8px;overflow:hidden;cursor:zoom-in;box-shadow:0 4px 18px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.gallery-tile:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.14)}.gallery-tile img{display:block;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease}.gallery-tile img.loaded{opacity:1}.gallery-state{text-align:center;padding:5rem 1.5rem;color:var(--text-medium,#5a5a5a);font-size:1.05rem}.gallery-spinner{width:38px;height:38px;margin:0 auto 1.25rem;border:3px solid rgba(122,0,0,.15);border-top:3px solid var(--accent-dark,#7a0000);border-radius:50%;animation:gallery-spin .9s linear infinite}@keyframes gallery-spin{to{transform:rotate(1turn)}}.gallery-album-link{display:inline-block;margin-top:1rem;color:var(--accent-dark,#7a0000);font-weight:500;text-decoration:none;border-bottom:1px solid}.gallery-lightbox{position:fixed;inset:0;z-index:2000;background:rgba(15,12,12,.94);display:flex;align-items:center;justify-content:center;padding:2rem;animation:gallery-fade .25s ease}@keyframes gallery-fade{0%{opacity:0}}.gallery-lb-video.is-hidden,.gallery-lightbox.is-hidden{display:none}.gallery-lb-img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:6px;box-shadow:0 20px 60px rgba(0,0,0,.5);cursor:default}.gallery-lb-close,.gallery-lb-nav{position:absolute;background:hsla(0,0%,100%,.08);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.gallery-lb-close:hover,.gallery-lb-nav:hover{background:hsla(0,0%,100%,.2)}.gallery-lb-close{top:1.25rem;right:1.5rem;width:44px;height:44px;border-radius:50%;font-size:1.6rem;line-height:1}.gallery-lb-nav{top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;font-size:2rem;line-height:1}.gallery-lb-nav.prev{left:1.25rem}.gallery-lb-nav.next{right:1.25rem}.gallery-lb-counter{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.85);font-size:.9rem;letter-spacing:2px}@media (max-width:600px){.gallery-lb-nav{width:42px;height:42px;font-size:1.6rem}.gallery-lb-nav.prev{left:.5rem}.gallery-lb-nav.next{right:.5rem}}.gallery-footer{text-align:center;padding:2rem 1.5rem 4rem;color:var(--text-light,#8a8a8a);font-size:.85rem}