.Gallery-module__fvxASG__hero{background-color:var(--text-light);justify-content:center;align-items:center;height:55vh;min-height:420px;display:flex;position:relative;overflow:hidden}.Gallery-module__fvxASG__heroBg{object-fit:cover;z-index:1;filter:brightness(.5)}.Gallery-module__fvxASG__heroContent{z-index:2;text-align:center;padding:0 2rem;position:relative}.Gallery-module__fvxASG__heroLabel{letter-spacing:.35em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1.2rem;font-size:.8rem;font-weight:600;display:block}.Gallery-module__fvxASG__heroTitle{font-family:var(--font-serif);color:#fff;margin-bottom:1.2rem;font-size:5rem;font-weight:300;line-height:1.1}.Gallery-module__fvxASG__heroPara{color:#ffffffb3;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.8}.Gallery-module__fvxASG__filterBar{background:var(--primary-bg);border-bottom:1px solid var(--border-subtle);padding:2rem 0}.Gallery-module__fvxASG__filterInner{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.Gallery-module__fvxASG__filterBtn{letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);background:0 0;border-radius:50px;padding:.6rem 1.6rem;font-size:.8rem;font-weight:500}.Gallery-module__fvxASG__filterBtn:hover{border-color:var(--accent-gold);color:var(--accent-gold)}.Gallery-module__fvxASG__filterBtn.Gallery-module__fvxASG__active{background:var(--text-light);border-color:var(--text-light);color:#fff}.Gallery-module__fvxASG__gallerySection{background:var(--secondary-bg);padding:6rem 0 9rem}.Gallery-module__fvxASG__galleryGrid{grid-template-columns:repeat(12,1fr);grid-auto-rows:300px;gap:1rem;display:grid}.Gallery-module__fvxASG__colSpan4{grid-column:span 4}.Gallery-module__fvxASG__colSpan6{grid-column:span 6}.Gallery-module__fvxASG__colSpan8{grid-column:span 8}.Gallery-module__fvxASG__colSpan12{grid-column:span 12}.Gallery-module__fvxASG__rowSpan2{grid-row:span 2}.Gallery-module__fvxASG__galleryItem{cursor:pointer;background:var(--text-light);border-radius:4px;position:relative;overflow:hidden}.Gallery-module__fvxASG__galleryImage{object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.Gallery-module__fvxASG__galleryOverlay{opacity:0;z-index:2;background:linear-gradient(#0000 45%,#000000bf 100%);align-items:flex-end;padding:2rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.Gallery-module__fvxASG__galleryItem:hover .Gallery-module__fvxASG__galleryImage{transform:scale(1.08)}.Gallery-module__fvxASG__galleryItem:hover .Gallery-module__fvxASG__galleryOverlay{opacity:1}.Gallery-module__fvxASG__galleryCaption{color:#fff}.Gallery-module__fvxASG__captionCategory{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:.3rem;font-size:.7rem;font-weight:600;display:block}.Gallery-module__fvxASG__captionTitle{font-family:var(--font-serif);font-size:1.4rem;font-weight:400;line-height:1.2}.Gallery-module__fvxASG__lightbox{z-index:9999;background:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.25s Gallery-module__fvxASG__fadeIn;display:flex;position:fixed;inset:0}@keyframes Gallery-module__fvxASG__fadeIn{0%{opacity:0}to{opacity:1}}.Gallery-module__fvxASG__lightboxInner{aspect-ratio:16/10;width:100%;max-width:1100px;max-height:90vh;position:relative}.Gallery-module__fvxASG__lightboxImage{object-fit:contain;border-radius:4px}.Gallery-module__fvxASG__lightboxClose{color:#fff;cursor:pointer;width:44px;height:44px;transition:var(--transition-smooth);background:0 0;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex;position:absolute;top:-3rem;right:0}.Gallery-module__fvxASG__lightboxClose:hover{color:var(--text-light);background:#fff}.Gallery-module__fvxASG__lightboxMeta{color:#ffffffb3;font-size:.9rem;position:absolute;bottom:-3.5rem;left:0}.Gallery-module__fvxASG__lightboxMeta strong{color:#fff;font-family:var(--font-serif);margin-bottom:.2rem;font-size:1.1rem;display:block}.Gallery-module__fvxASG__ctaSection{background:var(--text-light);text-align:center;padding:8rem 0}.Gallery-module__fvxASG__ctaLabel{letter-spacing:.35em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1.2rem;font-size:.8rem;font-weight:600;display:block}.Gallery-module__fvxASG__ctaTitle{font-family:var(--font-serif);color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:300}.Gallery-module__fvxASG__ctaDesc{color:#fff9;max-width:540px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.8}.Gallery-module__fvxASG__ctaBtn{border:1px solid var(--accent-gold);color:var(--accent-gold);letter-spacing:.15em;text-transform:uppercase;transition:var(--transition-smooth);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:.8rem;padding:1.1rem 2.8rem;font-size:.85rem;font-weight:600;display:inline-flex}.Gallery-module__fvxASG__ctaBtn:hover{background:var(--accent-gold);color:var(--text-light)}@media (max-width:1024px){.Gallery-module__fvxASG__heroTitle{font-size:3.5rem}.Gallery-module__fvxASG__galleryGrid{grid-template-columns:repeat(6,1fr);grid-auto-rows:260px}.Gallery-module__fvxASG__colSpan4{grid-column:span 3}.Gallery-module__fvxASG__colSpan6,.Gallery-module__fvxASG__colSpan8,.Gallery-module__fvxASG__colSpan12{grid-column:span 6}}@media (max-width:768px){.Gallery-module__fvxASG__heroTitle{font-size:2.6rem}.Gallery-module__fvxASG__galleryGrid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}.Gallery-module__fvxASG__colSpan4,.Gallery-module__fvxASG__colSpan6,.Gallery-module__fvxASG__colSpan8,.Gallery-module__fvxASG__colSpan12{grid-column:span 2}.Gallery-module__fvxASG__rowSpan2{grid-row:span 1}.Gallery-module__fvxASG__ctaTitle{font-size:2.5rem}}@media (max-width:576px){.Gallery-module__fvxASG__galleryGrid{grid-template-columns:1fr;grid-auto-rows:240px}.Gallery-module__fvxASG__colSpan4,.Gallery-module__fvxASG__colSpan6,.Gallery-module__fvxASG__colSpan8,.Gallery-module__fvxASG__colSpan12{grid-column:span 1}}
