.cci-photo-gallery{--cci-gal-radius:12px;box-sizing:border-box;width:100%}.cci-photo-gallery *,.cci-photo-gallery *::before,.cci-photo-gallery *::after{box-sizing:border-box}.cci-photo-gallery__viewport{position:relative}.cci-photo-gallery__grid{display:grid;grid-template-columns:repeat(var(--cci-gal-cols,3),minmax(0,1fr));gap:var(--cci-gal-gap,10px);grid-auto-flow:row dense}.cci-photo-gallery__item{position:relative;min-width:0}.cci-photo-gallery__item--feature{grid-row:span 2}.cci-photo-gallery__link{position:relative;display:block;width:100%;height:100%;overflow:hidden;border-radius:var(--cci-gal-radius,12px);text-decoration:none;cursor:pointer}.cci-photo-gallery__img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform 0.4s ease}.cci-photo-gallery__overlay{position:absolute;inset:0;background-color:transparent;opacity:0;transition:opacity 0.3s ease;pointer-events:none}.cci-photo-gallery__link:hover .cci-photo-gallery__overlay,.cci-photo-gallery__link:focus-visible .cci-photo-gallery__overlay{opacity:1}.cci-photo-gallery__link:hover .cci-photo-gallery__img{transform:scale(1.04)}.cci-photo-gallery__arrow,.cci-photo-gallery__dots{display:none}@media (min-width:768px){.cci-photo-gallery__grid{aspect-ratio:var(--cci-gal-gridaspect,2.25);grid-template-rows:repeat(var(--cci-gal-rows,2),minmax(0,1fr))}}@media (max-width:767px){.cci-photo-gallery__grid{--cci-gal-peek:6%;display:flex;grid-auto-flow:unset;grid-template-rows:none;aspect-ratio:auto;gap:var(--cci-gal-gap,10px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-inline:var(--cci-gal-peek);scroll-padding-inline:var(--cci-gal-peek)}.cci-photo-gallery__grid::-webkit-scrollbar{display:none}.cci-photo-gallery__item{flex:0 0 calc(100% - (2 * var(--cci-gal-peek)));max-width:calc(100% - (2 * var(--cci-gal-peek)));aspect-ratio:var(--cci-gal-mobile,3 / 2);grid-row:auto;scroll-snap-align:center;transition:opacity 0.35s ease,transform 0.35s ease}.cci-photo-gallery__item--feature{grid-row:auto}.cci-photo-gallery__img{object-position:center top}.cci-photo-gallery.is-ready .cci-photo-gallery__item{opacity:.4;transform:scale(.9)}.cci-photo-gallery.is-ready .cci-photo-gallery__item.is-active{opacity:1;transform:scale(1)}.cci-photo-gallery__dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px}.cci-photo-gallery__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background-color:rgba(255,255,255,.35);cursor:pointer;transition:width 0.25s ease,background-color 0.25s ease}.cci-photo-gallery__dot.is-active{width:22px;border-radius:4px;background-color:#c9a24a}.cci-photo-gallery--has-arrows .cci-photo-gallery__arrow{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;padding:0;border:0;border-radius:50%;color:#fff;background-color:rgba(1,15,34,.55);cursor:pointer;transition:background-color 0.25s ease}.cci-photo-gallery--has-arrows .cci-photo-gallery__arrow:hover{background-color:rgba(1,15,34,.8)}.cci-photo-gallery__arrow svg{width:20px;height:20px}.cci-photo-gallery__arrow--prev{left:8px}.cci-photo-gallery__arrow--next{right:8px}}@media (prefers-reduced-motion:reduce){.cci-photo-gallery__img,.cci-photo-gallery__overlay,.cci-photo-gallery__item{transition:none}.cci-photo-gallery__grid{scroll-behavior:auto}}