.GalleryPage{background-color:var(--color-sand);border-top:1px solid var(--color-clay);min-height:100vh}.GalleryPage__Header{max-width:var(--container-width);text-align:center;margin:0 auto;padding:2rem 1rem 1.5rem}@media (min-width:768px){.GalleryPage__Header{padding:2.5rem 2rem 2rem}}.GalleryPage__Title{margin:0}.GalleryPage__Container{max-width:var(--container-width);margin:0 auto;padding:0 1rem 4rem}@media (min-width:768px){.GalleryPage__Container{padding:0 2rem 4rem}}.Gallery__Tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.Gallery__Tabs{gap:.75rem;margin-bottom:2.5rem}}.Gallery__Tab{border:1px solid var(--color-sage);color:var(--color-cypress);cursor:pointer;white-space:nowrap;background:0 0;border-radius:2rem;padding:.6rem 1.1rem;font-size:.875rem;font-weight:500;transition:all .2s}@media (min-width:768px){.Gallery__Tab{padding:.75rem 1.25rem;font-size:.9rem}}.Gallery__Tab:hover{background:var(--color-clay);border-color:var(--color-cypress)}.Gallery__Tab--active{background:var(--color-cypress);border-color:var(--color-cypress);color:var(--color-white)}.Gallery__Tab--active:hover{background:var(--color-sage);border-color:var(--color-sage)}.Gallery__TabCount{background:rgba(0,0,0,.1);border-radius:1rem;margin-left:.4rem;padding:.1rem .45rem;font-size:.7rem;display:inline-block}.Gallery__Tab--active .Gallery__TabCount{background:rgba(255,255,255,.25)}.Gallery__Grid{width:auto;margin-left:-.75rem;display:flex}@media (min-width:640px){.Gallery__Grid{margin-left:-1rem}}@media (min-width:1024px){.Gallery__Grid{margin-left:-1.25rem}}.Gallery__GridColumn{background-clip:padding-box;padding-left:.75rem}@media (min-width:640px){.Gallery__GridColumn{padding-left:1rem}}@media (min-width:1024px){.Gallery__GridColumn{padding-left:1.25rem}}.Gallery__Item{background:var(--color-clay);cursor:pointer;border:none;border-radius:8px;width:100%;margin-bottom:.75rem;padding:0;display:block;position:relative;overflow:hidden}@media (min-width:640px){.Gallery__Item{margin-bottom:1rem}}@media (min-width:1024px){.Gallery__Item{border-radius:10px;margin-bottom:1.25rem}}.Gallery__Item:hover .Gallery__ItemImage{transform:scale(1.03)}.Gallery__Item:hover .Gallery__ItemOverlay{opacity:1}.Gallery__ItemImage{width:100%;height:auto;transition:transform .3s;display:block}.Gallery__ItemOverlay{opacity:0;pointer-events:none;background:linear-gradient(transparent,rgba(0,0,0,.7));padding:1rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.Gallery__ItemCaption{color:#fff;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.5);font-size:.8rem;line-height:1.4}.GalleryLightbox{z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.GalleryLightbox__Overlay{cursor:pointer;background:rgba(0,0,0,.92);position:absolute;top:0;bottom:0;left:0;right:0}.GalleryLightbox__Content{z-index:1;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.GalleryLightbox__Image{-o-object-fit:contain;object-fit:contain;border-radius:4px;max-width:100%;max-height:75vh}@media (min-width:768px){.GalleryLightbox__Image{max-height:80vh}}.GalleryLightbox__Info{color:#fff;text-align:center;max-width:600px;margin-top:1rem}.GalleryLightbox__Caption{color:rgba(255,255,255,.9);margin-bottom:.5rem;font-size:1rem;font-style:italic;line-height:1.5}.GalleryLightbox__Counter{color:rgba(255,255,255,.6);letter-spacing:.05em;font-size:.875rem}.GalleryLightbox__Close{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.GalleryLightbox__Close:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.GalleryLightbox__Arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media (min-width:768px){.GalleryLightbox__Arrow{width:60px;height:60px;font-size:1.5rem}}.GalleryLightbox__Arrow:hover{background:rgba(255,255,255,.2);transform:translateY(-50%)scale(1.1)}.GalleryLightbox__Arrow--prev{left:1rem}.GalleryLightbox__Arrow--next{right:1rem}@media (min-width:768px){.GalleryLightbox__Arrow--prev{left:2rem}.GalleryLightbox__Arrow--next{right:2rem}}.GalleryLightbox--single .GalleryLightbox__Arrow{display:none}.Gallery__Empty{color:var(--color-sage);text-align:center;padding:4rem 2rem}.Gallery__EmptyText{font-size:1.1rem}@media (prefers-reduced-motion:reduce){.Gallery__Item:hover .Gallery__ItemImage{transform:none}.GalleryLightbox__Arrow:hover,.GalleryLightbox__Close:hover{transform:translateY(-50%)}.Gallery__ItemOverlay,.Gallery__Tab{transition:none}}.GalleryLightbox__Arrow:focus-visible{outline:2px solid var(--color-sage);outline-offset:2px}.GalleryLightbox__Close:focus-visible{outline:2px solid var(--color-sage);outline-offset:2px}.Gallery__Item:focus-visible{outline:2px solid var(--color-sage);outline-offset:2px}.Gallery__Tab:focus-visible{outline:2px solid var(--color-sage);outline-offset:2px}.GalleryLightbox__Arrow:focus-visible{outline-color:#fff}.GalleryLightbox__Close:focus-visible{outline-color:#fff}
