@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gallery-hero{padding:10rem 2rem 4rem;background:var(--cream);text-align:center}.gallery-hero-bg,.gallery-hero-grain,.gallery-hero-overlay{display:none}.gallery-hero-content{max-width:600px;margin:0 auto}.gallery-hero .section-label{color:var(--gold-dark);font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;display:inline-flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.gallery-hero .section-label::after,.gallery-hero .section-label::before{content:"";width:40px;height:1px;background:var(--gold)}.gallery-title{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,4rem);font-weight:300;color:var(--charcoal);margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.gallery-title .title-line{display:block}.gallery-title .title-line--accent{font-style:italic;color:var(--gold-dark)}.article-meta,.gallery-subtitle{font-family:var(--font-sans);font-weight:300;color:var(--charcoal)}.gallery-subtitle{font-size:1rem;opacity:.6;margin:0;letter-spacing:.02em}.article-meta{font-size:.85rem;opacity:.5;margin:.75rem 0 0;letter-spacing:.01em}.article-meta time{font-weight:400}@media (max-width:768px){.gallery-hero{padding:8rem 1.5rem 3rem}.gallery-hero .section-label::after,.gallery-hero .section-label::before{width:25px}}.gallery-filters{padding:1.5rem 0;background:var(--cream);position:sticky;top:70px;z-index:100;border-bottom:1px solid rgba(58,45,37,.08)}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem;max-width:900px;margin:0 auto;padding:0 1rem}.filter-btn{font-family:var(--font-sans);font-size:.65rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;padding:.6rem 1rem;background:0 0;border:0;color:var(--charcoal);cursor:pointer;transition:all .3s ease;position:relative;opacity:.5}.filter-btn:hover,.gallery-item-full:hover .gallery-overlay{opacity:1}.filter-btn.active{opacity:1;color:var(--gold-dark)}.filter-btn::after,.gallery-item-full::after{position:absolute;left:50%;transition:all .3s ease}.filter-btn::after{content:"";bottom:.3rem;width:0;height:1.5px;background:var(--gold);transform:translateX(-50%)}.filter-btn:hover::after{width:50%}.filter-btn.active::after{width:70%;background:var(--gold-dark)}.full-gallery{padding:4rem 0 6rem;background:var(--cream)}.gallery-grid-full{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:280px;gap:1rem;grid-auto-flow:dense}.gallery-item-full{position:relative;overflow:hidden;cursor:pointer;border-radius:10px;background:var(--charcoal);animation:fadeInUp .4s ease forwards}.gallery-item-full.size-large{grid-column:span 2;grid-row:span 2}.gallery-item-full.size-tall{grid-row:span 2}.gallery-item-full.size-wide{grid-column:span 2}.gallery-item-full img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.gallery-item-full:hover img{transform:scale(1.08)}.gallery-item-full .gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(55,48,42,.85),transparent 60%);opacity:0;transition:opacity .4s ease;display:flex;align-items:flex-end;padding:1.5rem}.gallery-item-full .gallery-caption{font-family:var(--font-serif);font-size:1.1rem;font-weight:400;color:var(--white);transform:translateY(10px);transition:transform .4s ease}.gallery-item-full:hover .gallery-caption{transform:translateY(0)}.gallery-item-full::after{content:"+";top:50%;transform:translate(-50%,-50%) scale(0);font-family:var(--font-sans);font-size:2.5rem;font-weight:200;color:var(--white);opacity:0;pointer-events:none}.gallery-item-full:hover::after{transform:translate(-50%,-50%) scale(1);opacity:.8}.gallery-item-full.hidden{display:none}.gallery-counter{text-align:center;padding:2rem 0;font-family:var(--font-sans);font-size:.9rem;color:var(--charcoal);opacity:.7}.gallery-cta{text-align:center;margin-top:3rem}.btn-gallery{display:inline-block;font-family:var(--font-sans);font-size:.9rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2.5rem;background:0 0;border:1px solid var(--charcoal);color:var(--charcoal);text-decoration:none;transition:all .3s ease}.btn-back:hover,.btn-gallery:hover{background:var(--charcoal);color:var(--white)}.back-home{padding:4rem 0;background:var(--cream);text-align:center;border-top:1px solid rgba(55,48,42,.1)}.btn-back{display:inline-block;font-family:var(--font-sans);font-size:.85rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;padding:1rem 2rem;background:0 0;border:1px solid var(--charcoal);color:var(--charcoal);text-decoration:none;transition:all .3s ease}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:var(--charcoal);border:0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;z-index:100}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:var(--gold);transform:translateY(-3px)}.back-to-top svg{width:20px;height:20px;stroke:var(--white);stroke-width:2;fill:none}@media (max-width:1200px){.gallery-grid-full{grid-template-columns:repeat(3,1fr);grid-auto-rows:250px}.gallery-item-full.size-large{grid-column:span 2;grid-row:span 2}}@media (max-width:900px){.gallery-hero{padding:150px 0 70px}.gallery-filters{top:70px;padding:1.5rem 0}.filter-buttons{gap:.15rem;padding:0 1rem}.filter-btn{padding:.5rem .75rem;font-size:.6rem}.gallery-grid-full{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px;gap:.75rem}.gallery-item-full.size-large,.gallery-item-full.size-tall,.gallery-item-full.size-wide{grid-column:span 1;grid-row:span 1}.full-gallery{padding:3rem 0 4rem}.gallery-item-full::after{display:none}}@media (max-width:600px){.gallery-hero{padding:130px 0 60px}.gallery-hero .section-label::after,.gallery-hero .section-label::before{width:25px}.gallery-hero .section-label{padding:0 2rem}.gallery-title{font-size:2.2rem}.gallery-subtitle{font-size:.95rem}.filter-buttons{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:0 1rem .5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:0}.filter-buttons::-webkit-scrollbar{display:none}.filter-btn{flex-shrink:0;padding:.5rem .7rem;font-size:.55rem}.gallery-grid-full{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px;gap:.5rem}.gallery-item-full .gallery-overlay{opacity:1;background:linear-gradient(to top,rgba(55,48,42,.7),transparent 50%)}.gallery-item-full .gallery-caption{font-size:.9rem;transform:translateY(0)}.gallery-item-full .gallery-overlay{padding:1rem}.back-to-top{bottom:1.5rem;right:1.5rem;width:44px;height:44px}.back-home{padding:3rem 0}}.gallery-item-full{transform-style:preserve-3d;perspective:1000px}@media (hover:hover) and (pointer:fine){.gallery-item-full{transition:transform .3s ease,box-shadow .3s ease}.gallery-item-full:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(55,48,42,.2)}}.category-title{grid-column:1/-1;font-family:var(--font-serif);font-size:1.5rem;font-weight:400;color:var(--charcoal);padding:2rem 0 1rem;margin-top:2rem;border-bottom:1px solid rgba(55,48,42,.15);display:flex;align-items:center;gap:1rem}.category-title::before{content:"";width:30px;height:1px;background:var(--gold)}.category-title:first-child{margin-top:0;padding-top:0}.filter-counter{text-align:center;padding:1rem 0 0;font-family:var(--font-sans);font-size:.85rem;color:var(--charcoal);opacity:.6}.lightbox,.lightbox-content{display:flex;align-items:center;justify-content:center}.lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.95);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox.active{opacity:1;visibility:visible}.lightbox-content{position:relative;max-width:90vw;max-height:90vh}.lightbox-image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.5);opacity:0;transform:scale(.95);transition:opacity .3s ease,transform .3s ease}.lightbox.active .lightbox-image{opacity:1;transform:scale(1)}.lightbox-caption{position:absolute;bottom:-3rem;left:0;right:0;text-align:center;font-family:var(--font-display);font-size:1.25rem;color:#fff;opacity:.9}.lightbox-close,.lightbox-nav{position:absolute;width:50px;height:50px;background:rgba(255,255,255,.1);border:0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease,transform .3s ease}.lightbox-close{top:1.5rem;right:1.5rem;z-index:10}.lightbox-close:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.lightbox-close::after,.lightbox-close::before{content:"";position:absolute;width:24px;height:2px;background:#fff}.lightbox-close::before{transform:rotate(45deg)}.lightbox-close::after{transform:rotate(-45deg)}.lightbox-nav{top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:rgba(255,255,255,.2);transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}.lightbox-nav::before{content:"";width:12px;height:12px;border-right:2px solid #fff;border-bottom:2px solid #fff}.lightbox-prev::before{transform:rotate(135deg);margin-left:4px}.lightbox-next::before{transform:rotate(-45deg);margin-right:4px}.lightbox-counter{position:absolute;top:1.5rem;left:1.5rem;font-family:var(--font-sans);font-size:.875rem;color:rgba(255,255,255,.7)}@media (max-width:768px){.lightbox-nav{width:40px;height:40px}.lightbox-prev{left:.75rem}.lightbox-next{right:.75rem}.lightbox-close{top:1rem;right:1rem;width:40px;height:40px}.lightbox-caption{font-size:1rem;bottom:-2.5rem}}