@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700&display=swap";
:root{--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-tertiary:#ffffff05;--text-primary:#fff;--text-secondary:#888;--grid-line:#ffffff0d;--accent-color:#fff;--text-accent:#fff;--glow-color:#3b82f6;--border-color:#ffffff14}@media (prefers-color-scheme:light){:root{--bg-primary:#000;--text-primary:#fff}}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Outfit,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}body:before,body:after{content:"";background:var(--glow-color);z-index:10000;pointer-events:none;height:2px;position:fixed;left:0;right:0;box-shadow:0 0 20px 5px #3b82f666}body:before{top:0}body:after{bottom:0}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:var(--text-accent)}.container{max-width:1440px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.2,.8,.2,1) forwards fadeIn}.animate-fade-in-down{animation:.4s cubic-bezier(.2,.8,.2,1) forwards fadeInDown}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.desktop-only{display:flex}.mobile-only{display:none}.responsive-flex{flex-direction:row;display:flex}.home-container{flex-direction:row;gap:0}.home-hero-side{height:100%}.home-text-side{text-align:left;align-items:flex-start;padding-left:8rem;padding-right:1.5rem}.home-title{font-size:3.5rem}.home-subtitle{margin-top:1.5rem;margin-bottom:4rem}.zigzag-album{width:100%;overflow:hidden}.zigzag-title{font-size:2.5rem}@media (max-width:900px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.responsive-flex{flex-direction:column!important}.home-container{min-height:100vh;flex-direction:column!important;height:auto!important;margin-top:0!important}.home-hero-side{flex:none!important;height:50vh!important}.home-text-side{text-align:center!important;flex:none!important;align-items:center!important;padding:3rem 2rem!important}.home-title{font-size:2.5rem!important}.home-subtitle{margin-bottom:2.5rem!important}.zigzag-album{min-height:50vh;flex-direction:column!important;height:auto!important}.zigzag-title{text-align:center;padding:2rem 1rem!important;font-size:1.8rem!important}.page-content-wrapper{padding-top:80px}.carousel-container{padding:1rem!important}.carousel-button-left{width:36px!important;height:36px!important;left:.5rem!important}.carousel-button-right{width:36px!important;height:36px!important;right:.5rem!important}.carousel-image-container{height:50vh!important}.lightbox-nav-left{padding:.5rem!important;left:.5rem!important}.lightbox-nav-right{padding:.5rem!important;right:.5rem!important}.lightbox-close{padding:.5rem!important;top:1rem!important;right:1rem!important}.lightbox-copyright{bottom:1rem!important;right:1rem!important}.photo-flex-gallery{gap:1rem}.photo-flex-item{width:100%;aspect-ratio:auto!important;height:auto!important}}.photo-flex-gallery{flex-wrap:wrap;place-content:flex-start center;gap:1rem;width:100%;display:flex}.photo-flex-gallery:after{content:"";flex-grow:999999;display:none}.photo-flex-item{flex-basis:calc((((100% - 2rem) * 2 / 12) - 1px) * var(--ar));max-width:100%;max-height:85vh;aspect-ratio:var(--ar);cursor:pointer;background:#ffffff03;border:1px solid #ffffff0d;border-radius:8px;flex-grow:1;flex-shrink:1;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.photo-flex-item:hover{border-color:var(--glow-color);transform:scale(1.01);box-shadow:0 10px 40px -10px #3b82f64d}.photo-flex-item img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}@media (min-width:601px) and (max-width:900px){.photo-flex-gallery{gap:1.5rem}.photo-flex-item{flex-basis:calc((((100% - 1.5rem) / 3) - 1px) * var(--ar))}}@media (max-width:600px){.photo-flex-gallery{gap:1rem}.photo-flex-item{flex-basis:100%;height:auto}}.photo-masonry-gallery{column-count:3;column-gap:1rem;width:100%}.photo-masonry-item{break-inside:avoid;cursor:pointer;background:#ffffff03;border:1px solid #ffffff0d;border-radius:8px;margin-bottom:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.photo-masonry-item:hover{border-color:var(--glow-color);box-shadow:0 10px 40px -10px #3b82f64d}.photo-masonry-item:hover img{transform:scale(1.03)}.photo-masonry-item img{width:100%;height:auto;transition:transform .4s;display:block}.photo-mosaic-gallery{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:300px;grid-auto-flow:dense;gap:1rem;width:100%;display:grid}.photo-mosaic-item{cursor:pointer;background:#ffffff03;border:1px solid #ffffff0d;border-radius:8px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.photo-mosaic-item.span-col-2{grid-column:span 2}.photo-mosaic-item.span-row-2{grid-row:span 2}.photo-mosaic-item:hover{border-color:var(--glow-color);box-shadow:0 10px 40px -10px #3b82f64d}.photo-mosaic-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.photo-mosaic-item:hover img{transform:scale(1.03)}@media (max-width:900px){.photo-mosaic-gallery{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:200px}}@media (max-width:600px){.photo-mosaic-gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}.photo-mosaic-item.span-col-2{grid-column:span 2}}.photo-justified-gallery{flex-wrap:wrap;gap:1rem;width:100%;display:flex}.photo-justified-gallery:after{content:"";flex-grow:1000000000;min-width:250px;height:0}.photo-justified-item{flex-grow:var(--ar);flex-shrink:1;flex-basis:calc(var(--ar) * 300px);cursor:pointer;background:#ffffff03;border:1px solid #ffffff0d;border-radius:8px;height:300px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.photo-justified-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.photo-justified-item:hover img{transform:scale(1.03)}.photo-justified-item:hover{border-color:var(--glow-color);box-shadow:0 10px 40px -10px #3b82f64d}@media (max-width:900px){.photo-justified-item{flex-basis:calc(var(--ar) * 220px);height:220px}}@media (max-width:600px){.photo-justified-item{flex-basis:calc(var(--ar) * 150px);height:150px}}.photo-filmstrip-gallery{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;gap:1.5rem;width:100%;padding-bottom:2rem;display:flex;overflow-x:auto}.photo-filmstrip-gallery::-webkit-scrollbar{display:none}.photo-filmstrip-item{height:60vh;min-height:400px;aspect-ratio:var(--ar);cursor:pointer;scroll-snap-align:center;background:#ffffff03;border:1px solid #ffffff0d;border-radius:8px;flex:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.photo-filmstrip-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.photo-filmstrip-item:hover img{transform:scale(1.03)}.photo-filmstrip-item:hover{border-color:var(--glow-color);box-shadow:0 10px 40px -10px #3b82f64d}@media (max-width:900px){.photo-filmstrip-item{height:50vh;min-height:300px}}@media (max-width:600px){.photo-filmstrip-item{scroll-snap-align:start;height:40vh;min-height:250px}}.photo-polaroid-gallery{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex}.photo-polaroid-item{cursor:pointer;z-index:1;background:#fdfdfd;width:300px;padding:12px 12px 50px;transition:all .4s cubic-bezier(.25,.8,.25,1);position:relative;box-shadow:0 8px 20px #0009}.photo-polaroid-item img{object-fit:cover;width:100%;height:300px;display:block}.photo-polaroid-item:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 40px #00000008}.photo-polaroid-item:nth-child(5n+1){transform:rotate(-5deg)translateY(10px)}.photo-polaroid-item:nth-child(5n+2){transform:rotate(3deg)translateY(-5px)}.photo-polaroid-item:nth-child(5n+3){transform:rotate(-2deg)translateY(-15px)}.photo-polaroid-item:nth-child(5n+4){transform:rotate(6deg)translateY(5px)}.photo-polaroid-item:nth-child(5n+5){margin-top:1rem;transform:rotate(-4deg)translateY(-10px)}.photo-polaroid-item:hover{z-index:10;transform:scale(1.15)rotate(0)translateY(-10px);box-shadow:0 20px 40px #000c}@media (max-width:600px){.photo-polaroid-gallery{gap:1.5rem;padding:2rem 1rem}.photo-polaroid-item{width:250px;padding:8px 8px 35px}.photo-polaroid-item img{height:250px}}.photo-cinematic-gallery{scroll-snap-type:y mandatory;-ms-overflow-style:none;scrollbar-width:none;background:#050505;width:100vw;height:90vh;margin-top:2rem;margin-bottom:-3rem;position:relative;left:50%;overflow-y:scroll;transform:translate(-50%)}.photo-cinematic-gallery::-webkit-scrollbar{display:none}.photo-cinematic-item{scroll-snap-align:start;cursor:pointer;width:100%;height:100%;position:relative;overflow:hidden}.photo-cinematic-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);display:block}.photo-cinematic-item:hover img{transform:scale(1.02)}.photo-cinematic-item:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0009);height:20%;position:absolute;bottom:0;left:0;right:0}@media (min-width:601px) and (max-width:900px){.photo-masonry-gallery{column-count:2}}@media (max-width:600px){.photo-masonry-gallery{column-count:1}}
