.gallery-hero{padding-top:calc(var(--nav-height) + clamp(3rem, 6vw, 5rem));padding-bottom:clamp(2rem,4vw,4rem);text-align:left;position:relative;overflow:hidden}.gallery-hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(108,60,233,.1) 0,transparent 70%),radial-gradient(ellipse 60% 80% at 80% 80%,rgba(108,60,233,.06) 0,transparent 60%),linear-gradient(180deg,var(--color-bg) 0,#EDE8FF 60%,var(--color-bg) 100%)}.gallery-hero .container{position:relative;z-index:1}.gallery-hero h1{margin-bottom:1rem}.gallery-hero h1 .accent{font-style:italic;color:var(--color-accent)}.gallery-hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-muted);max-width:600px;font-weight:300;line-height:1.6}.filter-bar{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:clamp(2rem,4vw,3rem)}.filter-btn{font-family:var(--font-body);font-size:.85rem;font-weight:500;padding:.55rem 1.4rem;border-radius:var(--radius-full);border:1.5px solid var(--color-border);background:var(--color-white);color:var(--color-text-muted);cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.filter-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.filter-btn.active{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.gallery-section{padding-top:0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;grid-auto-rows:280px}.gallery-item{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease;will-change:transform;aspect-ratio:4/3}.gallery-item>img,.gallery-item>span>img{object-fit:cover;width:100%;height:100%}.gallery-item:hover{transform:scale(1.02)}.gallery-item.hidden{opacity:0;transform:scale(.9);pointer-events:none;position:absolute;width:0;height:0;overflow:hidden}.gallery-item.showing{animation:galleryFadeIn .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes galleryFadeIn{0%{opacity:0;transform:scale(.92) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.gallery-placeholder{width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.gallery-item:hover .gallery-placeholder{transform:scale(1.05)}.gallery-placeholder.mariage{background:linear-gradient(135deg,#f5e6ff,#d4a5ff 30%,#a855f7 60%,#7c3aed)}.gallery-placeholder.soiree{background:linear-gradient(135deg,#fde68a,#f59e0b 30%,#ea580c 60%,#dc2626)}.gallery-placeholder.evenement{background:linear-gradient(135deg,#bfdbfe,#60a5fa 30%,#3b82f6 60%,#1d4ed8)}.gallery-placeholder.festival{background:linear-gradient(135deg,#bbf7d0,#4ade80 30%,#16a34a 60%,#15803d)}.gallery-placeholder.guinguette{background:linear-gradient(135deg,#fecdd3,#fb7185 30%,#e11d48 60%,#be123c)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.15) 50%,transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;opacity:0;transform:translateY(10px);transition:all .4s cubic-bezier(.16,1,.3,1)}.gallery-item:hover .gallery-overlay{opacity:1;transform:translateY(0)}.gallery-cat{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-light);margin-bottom:.35rem}.gallery-cat,.gallery-desc{font-family:var(--font-body)}.gallery-desc{font-size:.95rem;font-weight:500;color:var(--color-white);line-height:1.4}.gallery-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-cta{text-align:center;padding:clamp(4rem,8vw,7rem) 0;position:relative;overflow:hidden}.gallery-cta-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(108,60,233,.08) 0,transparent 70%)}.gallery-cta .container{position:relative;z-index:1;text-align:center}.gallery-cta h2{margin-bottom:1.5rem;text-align:center}.gallery-cta .section-label{justify-content:center}.gallery-cta h2 .accent{font-style:italic;color:var(--color-accent)}.gallery-cta p{font-size:clamp(1rem,1.5vw,1.15rem);color:var(--color-text-muted);max-width:500px;margin:0 auto 2rem;line-height:1.7}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:240px}.gallery-item{overflow:hidden}}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;gap:.75rem}.gallery-hero h1{font-size:clamp(2rem,7vw,3rem)}.filter-bar{gap:.4rem}.filter-btn{font-size:.8rem;padding:.5rem 1rem}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:240px}.filter-bar{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.4rem;padding-bottom:.5rem;margin-left:calc(-1 * clamp(1.25rem, 4vw, 2.5rem));margin-right:calc(-1 * clamp(1.25rem, 4vw, 2.5rem));padding-left:clamp(1.25rem,4vw,2.5rem);padding-right:clamp(1.25rem,4vw,2.5rem)}.filter-bar::-webkit-scrollbar{display:none}.filter-btn{font-size:.8rem;padding:.55rem 1rem;min-height:44px;white-space:nowrap;flex-shrink:0}.gallery-hero h1{font-size:clamp(1.8rem,8vw,2.5rem)}}.lightbox-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;animation:lightboxFadeIn .3s ease forwards}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;width:85vw;height:80vh;max-width:1400px}.lightbox-image{object-fit:contain!important;width:100%;height:100%}.lightbox-close{position:absolute;top:1rem;right:1.5rem;z-index:10001;background:none;border:none;color:#fff;font-size:2.5rem;line-height:1;cursor:pointer;opacity:.7;transition:opacity .2s ease,transform .2s ease;padding:.25rem .5rem}.lightbox-close:hover{opacity:1;transform:scale(1.1)}.lightbox-counter{top:1.25rem;color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500;letter-spacing:.05em;padding:.35rem 1rem;border-radius:var(--radius-full)}.lightbox-counter,.lightbox-description{position:absolute;left:50%;transform:translateX(-50%);z-index:10001;font-family:var(--font-body);background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lightbox-description{bottom:1.5rem;color:rgba(255,255,255,.85);font-size:.95rem;font-weight:400;text-align:center;max-width:600px;padding:.5rem 1.25rem;border-radius:var(--radius-lg)}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10001;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.7;transition:opacity .2s ease,background .2s ease,transform .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lightbox-arrow:hover{opacity:1;background:rgba(255,255,255,.2);transform:translateY(-50%) scale(1.08)}.lightbox-arrow-left{left:1.25rem}.lightbox-arrow-right{right:1.25rem}@media (hover:none){.gallery-overlay{opacity:1;transform:translateY(0);background:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent 60%)}}@media (max-width:768px){.lightbox-content{width:95vw;height:75vh}.lightbox-arrow{width:44px;height:44px}.lightbox-arrow-left{left:.5rem}.lightbox-arrow-right{right:.5rem}.lightbox-description{font-size:.85rem;max-width:85vw;bottom:1rem}.lightbox-close{top:.5rem;right:.75rem;font-size:2rem;padding:.5rem;min-width:44px;min-height:44px}}@media (max-width:768px) and (orientation:landscape){.lightbox-content{width:90vw;height:85vh}.lightbox-counter{top:.5rem;font-size:.8rem;padding:.25rem .75rem}.lightbox-description{bottom:.5rem;font-size:.8rem}}