.gallery-module__NCUE0q__hero{background:var(--emerald);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.gallery-module__NCUE0q__heroBg{pointer-events:none;background-image:radial-gradient(circle at 20% 25%,#d4af371a 0%,#0000 50%),radial-gradient(circle at 80% 75%,#a3b18a1a 0%,#0000 45%),radial-gradient(circle at 50% 110%,#0a2d2e8c 0%,#0000 55%);position:absolute;inset:0}.gallery-module__NCUE0q__heroInner{z-index:2;width:100%;max-width:760px;padding:calc(var(--nav-h) + clamp(32px,6vh,64px))var(--section-px)clamp(28px,5vh,56px);flex-direction:column;align-items:center;display:flex;position:relative}.gallery-module__NCUE0q__heroTag{color:var(--gold);letter-spacing:.22em;text-transform:uppercase;justify-content:center;align-items:center;gap:9px;margin-bottom:clamp(12px,2vh,20px);font-size:clamp(.6rem,1.2vw,.73rem);font-weight:700;display:inline-flex}.gallery-module__NCUE0q__heroTag:before{content:"";background:var(--gold);flex-shrink:0;width:22px;height:1.5px;display:block}.gallery-module__NCUE0q__heroHeadline{font-family:var(--font-heading);color:#fff;margin-bottom:clamp(14px,2.2vh,24px);font-size:clamp(2rem,4.5vw,3.8rem);font-weight:500;line-height:1.13}.gallery-module__NCUE0q__heroHeadline em{color:var(--gold);font-style:italic}.gallery-module__NCUE0q__heroSub{color:#ffffffad;max-width:560px;margin-bottom:clamp(28px,4vh,44px);font-size:clamp(.88rem,1.6vw,1.04rem);font-weight:300;line-height:1.8}.gallery-module__NCUE0q__heroCrumbs{align-items:center;gap:8px;font-size:clamp(.72rem,1.2vw,.8rem);display:flex}.gallery-module__NCUE0q__crumbLink{color:#ffffff80;text-decoration:none;transition:color .2s}.gallery-module__NCUE0q__crumbLink:hover{color:var(--gold)}.gallery-module__NCUE0q__crumbSep{color:#ffffff40}.gallery-module__NCUE0q__crumbCurrent{color:#fffc;font-weight:400}.gallery-module__NCUE0q__scrollHint{z-index:3;flex-direction:column;align-items:center;gap:6px;animation:2s ease-in-out infinite gallery-module__NCUE0q__scrollBob;display:flex;position:absolute;bottom:clamp(16px,3vh,28px);left:50%;transform:translate(-50%)}@keyframes gallery-module__NCUE0q__scrollBob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.gallery-module__NCUE0q__scrollLine{background:linear-gradient(#d4af37b3,#0000);width:1px;height:36px;display:block}.gallery-module__NCUE0q__scrollText{letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;font-size:.58rem}.gallery-module__NCUE0q__gallerySection{background:var(--ivory-dark);padding:clamp(52px,7vh,80px)var(--section-px)clamp(64px,9vh,96px)}.gallery-module__NCUE0q__galleryInner{max-width:1280px;margin:0 auto}.gallery-module__NCUE0q__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:260px;gap:clamp(6px,1vw,10px);display:grid}.gallery-module__NCUE0q__cell{cursor:pointer;background:var(--emerald-dark);-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none;border-radius:4px;outline:none;padding:0;position:relative;overflow:hidden}.gallery-module__NCUE0q__cell:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.gallery-module__NCUE0q__cellThumb{position:absolute;inset:0}.gallery-module__NCUE0q__cellPhoto{object-fit:cover;object-position:center;transition:transform .5s}.gallery-module__NCUE0q__cell:hover .gallery-module__NCUE0q__cellPhoto,.gallery-module__NCUE0q__cell:focus-visible .gallery-module__NCUE0q__cellPhoto{transform:scale(1.06)}.gallery-module__NCUE0q__overlay{opacity:0;background:linear-gradient(#0000 0%,#0a2d2e4d 50%,#0a2d2ebf 100%);align-items:flex-end;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-module__NCUE0q__cell:hover .gallery-module__NCUE0q__overlay,.gallery-module__NCUE0q__cell:focus-visible .gallery-module__NCUE0q__overlay{opacity:1}.gallery-module__NCUE0q__overlayContent{text-align:left;flex-direction:column;gap:3px;width:100%;padding:clamp(10px,1.8vw,16px);display:flex}.gallery-module__NCUE0q__overlayZoom{width:28px;height:28px;color:var(--gold);background:#d4af3726;border:1px solid #d4af3759;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;display:inline-flex}.gallery-module__NCUE0q__lightbox{z-index:1000;-webkit-backdrop-filter:blur(10px);background:#041010f0;justify-content:center;align-items:center;padding:clamp(16px,3vw,48px);animation:.22s both gallery-module__NCUE0q__lbIn;display:flex;position:fixed;inset:0}@keyframes gallery-module__NCUE0q__lbIn{0%{opacity:0}to{opacity:1}}.gallery-module__NCUE0q__lbContent{width:100%;max-width:960px;animation:.28s cubic-bezier(.34,1.1,.64,1) both gallery-module__NCUE0q__lbUp;position:relative}@keyframes gallery-module__NCUE0q__lbUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.gallery-module__NCUE0q__lbClose{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;z-index:2;background:#ffffff12;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:-48px;right:0}.gallery-module__NCUE0q__lbClose:hover{background:#ffffff29}.gallery-module__NCUE0q__lbClose:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.gallery-module__NCUE0q__lbNav{color:#fff;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;background:#0a2d2ea6;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:background .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-module__NCUE0q__lbNav:hover{border-color:var(--gold);background:#0a2d2eeb}.gallery-module__NCUE0q__lbNav:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.gallery-module__NCUE0q__lbPrev{left:-64px}.gallery-module__NCUE0q__lbNext{right:-64px}.gallery-module__NCUE0q__lbImg{aspect-ratio:16/10;background:var(--emerald-dark);border-radius:6px 6px 0 0;width:100%;position:relative;overflow:hidden}.gallery-module__NCUE0q__lbPhoto{object-fit:cover;object-position:center}.gallery-module__NCUE0q__lbCaption{background:var(--emerald-dark);border-radius:0 0 6px 6px;justify-content:flex-end;align-items:center;padding:clamp(10px,1.5vh,16px) clamp(16px,2.5vw,28px);display:flex}.gallery-module__NCUE0q__lbCounter{color:#ffffff4d;letter-spacing:.1em;white-space:nowrap;font-size:.7rem}.gallery-module__NCUE0q__ctaSection{background:linear-gradient(135deg,var(--emerald)0%,var(--emerald-dark)100%);padding:var(--section-py)var(--section-px);text-align:center;position:relative;overflow:hidden}.gallery-module__NCUE0q__ctaBg{pointer-events:none;background-image:radial-gradient(circle at 30%,#d4af3714 0%,#0000 50%),radial-gradient(circle at 70%,#a3b18a12 0%,#0000 50%);position:absolute;inset:0}.gallery-module__NCUE0q__ctaInner{z-index:1;max-width:600px;margin:0 auto;position:relative}.gallery-module__NCUE0q__ctaTag{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);justify-content:center;align-items:center;gap:9px;width:100%;margin-bottom:12px;font-size:clamp(.6rem,1.2vw,.73rem);font-weight:700;display:inline-flex}.gallery-module__NCUE0q__ctaTag:before{content:"";background:var(--gold);width:20px;height:1.5px;display:block}.gallery-module__NCUE0q__ctaTitle{font-family:var(--font-heading);color:#fff;margin-bottom:14px;font-size:clamp(1.65rem,3.2vw,2.8rem);font-weight:500;line-height:1.22}.gallery-module__NCUE0q__ctaTitle em{color:var(--gold);font-style:italic}.gallery-module__NCUE0q__ctaBody{color:#ffffff9e;margin-bottom:clamp(24px,4vh,40px);font-size:clamp(.86rem,1.5vw,.97rem);font-weight:300;line-height:1.82}.gallery-module__NCUE0q__ctaBtns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:1280px) and (min-width:1024px){.gallery-module__NCUE0q__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:240px}}@media (max-width:1023px) and (min-width:901px){.gallery-module__NCUE0q__hero{min-height:80svh}.gallery-module__NCUE0q__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:220px}.gallery-module__NCUE0q__lbPrev{left:-48px}.gallery-module__NCUE0q__lbNext{right:-48px}}@media (max-width:900px) and (min-width:768px){.gallery-module__NCUE0q__hero{min-height:70svh}.gallery-module__NCUE0q__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.gallery-module__NCUE0q__lbPrev{left:-48px}.gallery-module__NCUE0q__lbNext{right:-48px}}@media (max-width:767px){.gallery-module__NCUE0q__hero{min-height:65svh}.gallery-module__NCUE0q__heroInner{padding-top:calc(var(--nav-h) + 24px);padding-bottom:28px}.gallery-module__NCUE0q__heroHeadline{font-size:clamp(1.8rem,7vw,2.4rem)}.gallery-module__NCUE0q__heroSub{max-width:100%}.gallery-module__NCUE0q__scrollHint{display:none}.gallery-module__NCUE0q__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.gallery-module__NCUE0q__lbContent{max-width:100%}.gallery-module__NCUE0q__lbPrev{left:8px}.gallery-module__NCUE0q__lbNext{right:8px}.gallery-module__NCUE0q__lbClose{top:-48px}.gallery-module__NCUE0q__lbImg{aspect-ratio:4/3}.gallery-module__NCUE0q__ctaBtns{flex-direction:column;align-items:center}.gallery-module__NCUE0q__ctaBtns a{justify-content:center;width:100%;max-width:320px}.gallery-module__NCUE0q__gallerySection{padding:40px var(--section-px)60px}}@media (max-width:480px){.gallery-module__NCUE0q__hero{min-height:60svh}.gallery-module__NCUE0q__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}.gallery-module__NCUE0q__lbCaption{justify-content:center}}@media (max-width:360px){.gallery-module__NCUE0q__hero{min-height:55svh}.gallery-module__NCUE0q__grid{grid-template-columns:1fr 1fr;grid-auto-rows:130px}.gallery-module__NCUE0q__heroHeadline{font-size:clamp(1.5rem,8vw,1.8rem)}.gallery-module__NCUE0q__gallerySection{padding:32px var(--section-px)48px}}@media (max-height:560px) and (orientation:landscape){.gallery-module__NCUE0q__hero{min-height:auto;padding-top:calc(var(--nav-h) + 20px);padding-bottom:20px}.gallery-module__NCUE0q__heroInner{padding-top:calc(var(--nav-h) + 12px);padding-bottom:18px}.gallery-module__NCUE0q__scrollHint{display:none}.gallery-module__NCUE0q__lbImg{aspect-ratio:16/7}}@supports (padding:env(safe-area-inset-left)){.gallery-module__NCUE0q__heroInner,.gallery-module__NCUE0q__gallerySection,.gallery-module__NCUE0q__ctaSection{padding-left:max(var(--section-px),env(safe-area-inset-left));padding-right:max(var(--section-px),env(safe-area-inset-right))}}@media (prefers-reduced-motion:reduce){.gallery-module__NCUE0q__scrollHint,.gallery-module__NCUE0q__lightbox,.gallery-module__NCUE0q__lbContent{animation:none}.gallery-module__NCUE0q__cellPhoto,.gallery-module__NCUE0q__overlay{transition:none}}@media print{.gallery-module__NCUE0q__hero,.gallery-module__NCUE0q__ctaSection{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff!important}.gallery-module__NCUE0q__hero{min-height:auto!important}.gallery-module__NCUE0q__lightbox{display:none!important}.gallery-module__NCUE0q__fade-up{opacity:1!important;transform:none!important}.gallery-module__NCUE0q__heroBg,.gallery-module__NCUE0q__ctaBg,.gallery-module__NCUE0q__scrollHint{display:none}}
