.fgv-gal-wrap{--fgv-gal-accent:#c95959;font-family:'Inter',sans-serif;position:relative}.fgv-gal-title{font-family:'Archivo',sans-serif;font-size:clamp(24px,4vw,36px);margin-bottom:24px}.fgv-gal-empty{color:#888;padding:24px 0}.fgv-gal-item{margin:0;position:relative}.fgv-gal-item__btn{display:block;width:100%;height:100%;padding:0;border:none;background:none;cursor:pointer;position:relative;overflow:hidden;border-radius:6px}.fgv-gal-item__btn img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.fgv-gal-item__btn:hover img{transform:scale(1.06)}.fgv-gal-layout--masonry{column-count:var(--fgv-gal-cols,3);column-gap:14px}.fgv-gal-layout--masonry .fgv-gal-item{break-inside:avoid;margin-bottom:14px}.fgv-gal-layout--grid{display:grid;grid-template-columns:repeat(var(--fgv-gal-cols,3),1fr);gap:14px}.fgv-gal-layout--grid .fgv-gal-item__btn{aspect-ratio:1/1}.fgv-gal-layout--justified{display:flex;flex-wrap:wrap;gap:8px}.fgv-gal-layout--justified .fgv-gal-item{flex:1 1 auto;height:220px}.fgv-gal-layout--justified .fgv-gal-item__btn{height:100%}.fgv-gal-layout--justified .fgv-gal-item__btn img{width:auto;height:100%;max-width:none}.fgv-gal-layout--carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:thin}.fgv-gal-layout--carousel .fgv-gal-item{flex:0 0 clamp(220px, 30vw, 360px);scroll-snap-align:start}.fgv-gal-layout--carousel .fgv-gal-item__btn{aspect-ratio:4/5}.fgv-gal-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:20px;cursor:pointer;box-shadow:0 6px 18px rgb(0 0 0 / .12)}.fgv-gal-carousel-nav--prev{left:-18px}.fgv-gal-carousel-nav--next{right:-18px}.fgv-gal-layout--polaroid{display:grid;grid-template-columns:repeat(var(--fgv-gal-cols,3),1fr);gap:32px;padding:20px 0}.fgv-gal-layout--polaroid .fgv-gal-item__btn{background:#fff;padding:12px 12px 40px;box-shadow:0 12px 30px rgb(0 0 0 / .15);border-radius:2px;transform:rotate(-2deg);transition:transform .3s ease}.fgv-gal-layout--polaroid .fgv-gal-item:nth-child(even) .fgv-gal-item__btn{transform:rotate(2deg)}.fgv-gal-layout--polaroid .fgv-gal-item__btn:hover{transform:rotate(0) scale(1.03)}.fgv-gal-layout--polaroid .fgv-gal-item__btn img{aspect-ratio:1/1;border-radius:0}.fgv-gal-layout--polaroid .fgv-gal-item__caption{position:static;padding:10px 4px 0;background:none;color:#222;text-align:center}.fgv-gal-layout--polaroid .fgv-gal-item__title{font-family:'Archivo',sans-serif;font-size:14px;display:block}.fgv-gal-layout--polaroid .fgv-gal-item__date{font-size:11px;color:#999}.fgv-gal-layout--zoom{display:grid;grid-template-columns:repeat(var(--fgv-gal-cols,3),1fr);gap:10px}.fgv-gal-layout--zoom .fgv-gal-item__btn{aspect-ratio:1/1}.fgv-gal-layout--zoom .fgv-gal-item__btn:hover img{transform:scale(1.15)}.fgv-gal-layout--alternate{display:flex;flex-direction:column;gap:40px}.fgv-gal-layout--alternate .fgv-gal-item{display:flex;align-items:center;gap:32px}.fgv-gal-layout--alternate .fgv-gal-item:nth-child(even){flex-direction:row-reverse}.fgv-gal-layout--alternate .fgv-gal-item__btn{flex:0 0 45%;aspect-ratio:4/3}.fgv-gal-layout--alternate .fgv-gal-item__caption{position:static;background:none;color:inherit;flex:1;padding:0}.fgv-gal-layout--alternate .fgv-gal-item__title{font-family:'Archivo',sans-serif;font-size:22px;display:block;margin-bottom:8px}.fgv-gal-layout--alternate .fgv-gal-item__date{font-size:13px;color:#999}@media (max-width:700px){.fgv-gal-layout--alternate .fgv-gal-item,.fgv-gal-layout--alternate .fgv-gal-item:nth-child(even){flex-direction:column}.fgv-gal-layout--alternate .fgv-gal-item__btn{flex-basis:100%;width:100%}}.fgv-gal-layout--overlay{display:grid;grid-template-columns:repeat(var(--fgv-gal-cols,3),1fr);gap:12px}.fgv-gal-layout--overlay .fgv-gal-item__btn{aspect-ratio:4/5}.fgv-gal-layout--overlay .fgv-gal-item__caption{position:absolute;left:0;right:0;bottom:0;padding:16px 14px;background:linear-gradient(180deg,transparent,rgb(0 0 0 / .75));color:#fff;text-align:left;display:flex;flex-direction:column;gap:2px}.fgv-gal-layout--overlay .fgv-gal-item__title{font-family:'Archivo',sans-serif;font-size:15px;font-weight:600}.fgv-gal-layout--overlay .fgv-gal-item__date{font-size:11px;opacity:.8}.fgv-gal-layout--mosaic{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-auto-rows:140px;gap:10px}.fgv-gal-layout--mosaic .fgv-gal-item{grid-column:span 1;grid-row:span 1}.fgv-gal-layout--mosaic .fgv-gal-item:nth-child(5n+1){grid-column:span 2;grid-row:span 2}.fgv-gal-layout--mosaic .fgv-gal-item:nth-child(7n+4){grid-row:span 2}.fgv-gal-layout--mosaic .fgv-gal-item__btn{width:100%;height:100%}.fgv-gal-layout--fullscreen{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:8px}.fgv-gal-layout--fullscreen .fgv-gal-item{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}.fgv-gal-layout--fullscreen .fgv-gal-item.is-active{opacity:1;visibility:visible}.fgv-gal-layout--fullscreen .fgv-gal-item__btn{width:100%;height:100%;border-radius:0}.fgv-gal-fs-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;border:none;background:rgb(255 255 255 / .85);font-size:22px;cursor:pointer}.fgv-gal-fs-nav--prev{left:16px}.fgv-gal-fs-nav--next{right:16px}.fgv-gal-viewer{--fgv-gal-accent:#c95959;position:fixed;inset:0;z-index:9999;background:rgb(10 10 10 / .96);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .4s cubic-bezier(.16,1,.3,1),visibility .4s,transform .5s cubic-bezier(.16,1,.3,1)}.fgv-gal-viewer.open{opacity:1;visibility:visible;transform:scale(1)}.fgv-gal-viewer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;max-width:1200px;width:92%;max-height:88vh;opacity:0;transform:translateY(16px);transition:opacity .5s ease .1s,transform .5s ease .1s}.fgv-gal-viewer.open .fgv-gal-viewer__inner{opacity:1;transform:none}.fgv-gal-viewer__image-wrap{flex:1 1 500px;max-width:700px;max-height:80vh;display:flex;align-items:center;justify-content:center}.fgv-gal-viewer__image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:4px;transition:opacity .25s ease}.fgv-gal-viewer__info{flex:1 1 280px;max-width:360px;color:#fff}.fgv-gal-viewer__info h3{font-family:'Archivo',sans-serif;font-size:clamp(22px,3vw,30px);margin-bottom:8px}.fgv-gal-viewer__date{color:var(--fgv-gal-accent);font-size:13px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px}.fgv-gal-viewer__description{color:rgb(255 255 255 / .75);line-height:1.7;margin-bottom:20px}.fgv-gal-viewer__fields{display:grid;grid-template-columns:auto 1fr;gap:6px 14px;border-top:1px solid rgb(255 255 255 / .15);padding-top:16px}.fgv-gal-viewer__fields dt{color:rgb(255 255 255 / .5);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.fgv-gal-viewer__fields dd{margin:0;color:#fff;font-size:14px}.fgv-gal-viewer__close{position:absolute;top:24px;right:24px;width:44px;height:44px;border-radius:50%;background:rgb(255 255 255 / .08);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s,transform .3s}.fgv-gal-viewer__close:hover{background:var(--fgv-gal-accent);transform:rotate(90deg)}.fgv-gal-viewer__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgb(255 255 255 / .08);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s}.fgv-gal-viewer__nav:hover{background:var(--fgv-gal-accent)}.fgv-gal-viewer__nav--prev{left:24px}.fgv-gal-viewer__nav--next{right:24px}@media (max-width:768px){.fgv-gal-viewer__inner{flex-direction:column;max-height:92vh;overflow-y:auto;gap:20px}.fgv-gal-viewer__nav{width:40px;height:40px}.fgv-gal-viewer__nav--prev{left:8px}.fgv-gal-viewer__nav--next{right:8px}.fgv-gal-layout--polaroid,.fgv-gal-layout--grid,.fgv-gal-layout--zoom,.fgv-gal-layout--overlay{grid-template-columns:repeat(2,1fr)}.fgv-gal-layout--masonry{column-count:2}}@media (max-width:480px){.fgv-gal-layout--polaroid,.fgv-gal-layout--grid,.fgv-gal-layout--zoom,.fgv-gal-layout--overlay{grid-template-columns:1fr}.fgv-gal-layout--masonry{column-count:1}}.fgv-gal-item__hover{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,rgb(0 0 0 / .05),rgb(0 0 0 / .55));opacity:0;transition:opacity .35s ease;pointer-events:none}.fgv-gal-item__btn:hover .fgv-gal-item__hover{opacity:1}.fgv-gal-item__hover-icon{width:46px;height:46px;border-radius:50%;border:1.5px solid rgb(255 255 255 / .8);color:#fff;display:flex;align-items:center;justify-content:center;transform:scale(.8);transition:transform .35s cubic-bezier(.16,1,.3,1)}.fgv-gal-item__btn:hover .fgv-gal-item__hover-icon{transform:scale(1)}.fgv-gal-item__hover-title{color:#fff;font-family:'Archivo',sans-serif;font-size:14px;font-weight:600;text-align:center;padding:0 12px;letter-spacing:.02em;transform:translateY(6px);opacity:0;transition:transform .35s ease .05s,opacity .35s ease .05s}.fgv-gal-item__btn:hover .fgv-gal-item__hover-title{transform:none;opacity:1}.fgv-gal-layout--overlay .fgv-gal-item__hover-title,.fgv-gal-layout--polaroid .fgv-gal-item__hover-title,.fgv-gal-layout--alternate .fgv-gal-item__hover-title{display:none}.fgv-gal-loader{display:none;justify-content:center;padding:24px 0 4px}.fgv-gal-loader.is-active{display:flex}.fgv-gal-spinner{width:30px;height:30px;border-radius:50%;border:3px solid rgb(0 0 0 / .1);border-top-color:var(--fgv-gal-accent,#c95959);animation:fgv-gal-spin .7s linear infinite}@keyframes fgv-gal-spin{to{transform:rotate(360deg)}}.fgv-gal-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:28px}.fgv-gal-page-btn{width:38px;height:38px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:13px;cursor:pointer;transition:all .25s ease}.fgv-gal-page-btn:hover{border-color:var(--fgv-gal-accent,#c95959);color:var(--fgv-gal-accent,#c95959)}.fgv-gal-page-btn.active{background:var(--fgv-gal-accent,#c95959);border-color:var(--fgv-gal-accent,#c95959);color:#fff}.fgv-gal-viewer--stacked-xl .fgv-gal-viewer__inner{flex-direction:column;max-width:1400px;max-height:94vh}.fgv-gal-viewer--stacked-xl .fgv-gal-viewer__image-wrap{flex:none;width:100%;max-width:100%;max-height:72vh}.fgv-gal-viewer--stacked-xl .fgv-gal-viewer__image{max-height:72vh;width:auto;margin:0 auto}.fgv-gal-viewer--stacked-xl .fgv-gal-viewer__info{flex:none;max-width:720px;width:100%;text-align:center;margin-top:8px}.fgv-gal-viewer--stacked-xl .fgv-gal-viewer__fields{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));text-align:left;max-width:500px;margin:0 auto}.fgv-gal-viewer--minimal .fgv-gal-viewer__inner{flex-direction:column;max-width:1000px}.fgv-gal-viewer--minimal .fgv-gal-viewer__image-wrap{flex:none;width:100%;max-height:80vh}.fgv-gal-viewer--minimal .fgv-gal-viewer__image{max-height:80vh}.fgv-gal-viewer--minimal .fgv-gal-viewer__info{flex:none;max-width:100%;text-align:center;margin-top:4px}.fgv-gal-viewer--minimal .fgv-gal-viewer__info h3{font-size:16px}.fgv-gal-viewer--minimal .fgv-gal-viewer__date{margin-bottom:4px}.fgv-gal-viewer--minimal .fgv-gal-viewer__description,.fgv-gal-viewer--minimal .fgv-gal-viewer__fields{display:none}@media (max-width:768px){.fgv-gal-viewer--stacked-xl .fgv-gal-viewer__image-wrap,.fgv-gal-viewer--stacked-xl .fgv-gal-viewer__image{max-height:55vh}.fgv-gal-viewer--minimal .fgv-gal-viewer__image-wrap,.fgv-gal-viewer--minimal .fgv-gal-viewer__image{max-height:65vh}}