.Gallery-module__fvxASG__nav{z-index:1000;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 2.5rem;transition:background .4s,box-shadow .4s,padding .4s;display:flex;position:fixed;top:0;left:0}.Gallery-module__fvxASG__navScrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fcfbf9f7;padding:.8rem 2.5rem;box-shadow:0 1px 20px #00000012}.Gallery-module__fvxASG__logo img{filter:drop-shadow(0 1px 4px #0000004d);width:auto;height:44px;transition:filter .4s}.Gallery-module__fvxASG__navScrolled .Gallery-module__fvxASG__logo img{filter:none}.Gallery-module__fvxASG__navLinks{align-items:center;gap:2rem;display:flex}.Gallery-module__fvxASG__navLink{font-family:var(--font-inter);letter-spacing:1.5px;text-transform:uppercase;color:#ffffffe6;font-size:.82rem;font-weight:500;transition:color .3s}.Gallery-module__fvxASG__navScrolled .Gallery-module__fvxASG__navLink{color:var(--text-main)}.Gallery-module__fvxASG__navLink:hover{color:var(--accent-gold)!important}.Gallery-module__fvxASG__langSwitch{border:1px solid var(--accent-gold);color:var(--accent-gold);cursor:pointer;letter-spacing:1px;background:0 0;border-radius:4px;padding:.35rem .9rem;font-size:.82rem;font-weight:600;transition:all .3s}.Gallery-module__fvxASG__langSwitch:hover{background:var(--accent-gold);color:#fff}.Gallery-module__fvxASG__hamburger{cursor:pointer;color:#ffffffe6;background:0 0;border:none;padding:.25rem;display:none}.Gallery-module__fvxASG__navScrolled .Gallery-module__fvxASG__hamburger{color:var(--text-main)}.Gallery-module__fvxASG__mobileMenu{background:var(--bg-color);z-index:999;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100vh;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.Gallery-module__fvxASG__mobileMenuOpen{pointer-events:all;transform:translateY(0)}.Gallery-module__fvxASG__mobileNavLink{font-family:var(--font-playfair);color:var(--text-main);font-size:2rem;font-weight:500}.Gallery-module__fvxASG__mobileNavLink:hover{color:var(--accent-gold)}.Gallery-module__fvxASG__header{color:#fff;text-align:center;background-image:url(/hero.png);background-position:50%;background-size:cover;align-items:flex-end;min-height:50vh;padding-top:100px;padding-bottom:5rem;display:flex;position:relative}.Gallery-module__fvxASG__headerOverlay{background:linear-gradient(#0f0c0a80 0%,#0f0c0abf 100%);position:absolute;inset:0}.Gallery-module__fvxASG__header .Gallery-module__fvxASG__container{z-index:1;width:100%;position:relative}.Gallery-module__fvxASG__headerEyebrow{letter-spacing:5px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1rem;font-size:.78rem;font-weight:600}.Gallery-module__fvxASG__title{color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.Gallery-module__fvxASG__subtitle{color:#ffffffbf;max-width:600px;margin:0 auto;font-size:1.1rem}.Gallery-module__fvxASG__videoSection{background:var(--accent-dark);padding:5rem 0}.Gallery-module__fvxASG__sectionLabel{font-family:var(--font-inter);letter-spacing:3px;text-transform:uppercase;color:var(--accent-gold);margin-bottom:2.5rem;font-size:.78rem;font-weight:600}.Gallery-module__fvxASG__videoSection .Gallery-module__fvxASG__sectionLabel{text-align:center}.Gallery-module__fvxASG__videoWrap{border:1px solid #ffffff14;border-radius:14px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 30px 80px #00000080}.Gallery-module__fvxASG__video{background:#000;width:100%;max-height:520px;display:block}.Gallery-module__fvxASG__gridSection{padding:5rem 0 6rem}.Gallery-module__fvxASG__grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.Gallery-module__fvxASG__item{background:var(--bg-secondary);aspect-ratio:4/3;cursor:pointer;border-radius:10px;position:relative;overflow:hidden}.Gallery-module__fvxASG__item img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.Gallery-module__fvxASG__item:hover img{transform:scale(1.07)}.Gallery-module__fvxASG__itemOverlay{opacity:0;background:#00000059;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Gallery-module__fvxASG__item:hover .Gallery-module__fvxASG__itemOverlay{opacity:1}.Gallery-module__fvxASG__itemZoom{color:#fff;font-size:2rem;font-weight:300}.Gallery-module__fvxASG__lightbox{z-index:2000;background:#000000eb;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.Gallery-module__fvxASG__lbClose{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Gallery-module__fvxASG__lbClose:hover{background:#fff3}.Gallery-module__fvxASG__lbImage{object-fit:contain;border-radius:8px;max-width:90vw;max-height:85vh;box-shadow:0 20px 80px #0009}.Gallery-module__fvxASG__lbArrow{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__fvxASG__lbArrow:hover{background:#fff3}.Gallery-module__fvxASG__lbPrev{left:1.5rem}.Gallery-module__fvxASG__lbNext{right:1.5rem}.Gallery-module__fvxASG__footer{background:var(--accent-dark);color:#ffffff73;text-align:center;padding:2rem 0;font-size:.88rem}@media (max-width:1024px){.Gallery-module__fvxASG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Gallery-module__fvxASG__navLinks{display:none}.Gallery-module__fvxASG__hamburger{display:flex}.Gallery-module__fvxASG__nav{padding:1rem 1.5rem}.Gallery-module__fvxASG__navScrolled{padding:.7rem 1.5rem}.Gallery-module__fvxASG__lbArrow{display:none}}@media (max-width:480px){.Gallery-module__fvxASG__grid{grid-template-columns:1fr}}
