@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}body{font-family:Space Grotesk,sans-serif;overflow-x:hidden;cursor:default}body[data-theme=dark]{background:#060606;color:#e8e8e8}body[data-theme=light]{background:#f4f1ec;color:#1a1a1a}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:9998}body[data-theme=light]:after{opacity:.035;mix-blend-mode:multiply}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:28px 36px;display:flex;justify-content:space-between;align-items:center;mix-blend-mode:difference}.header-name{font-size:13px;font-weight:600;letter-spacing:5px;text-transform:uppercase;color:#fff;text-decoration:none}.shutter-btn{width:32px;height:32px;cursor:pointer;transition:transform .5s cubic-bezier(.16,1,.3,1);background:none;border:none;padding:0}.shutter-btn:hover{transform:scale(1.15)}.shutter-btn svg{width:100%;height:100%}.shutter-btn svg{color:#fff;transition:color .4s,transform .5s cubic-bezier(.16,1,.3,1)}.shutter-btn.active svg{color:#f5c518;transform:rotate(60deg)}[data-theme=light] .shutter-btn.active svg{color:#f5c518}.menu-panel{position:fixed;top:0;left:0;right:0;z-index:99;padding:110px 36px 60px;transform:translateY(-100%);transition:transform .9s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.menu-panel.open{transform:translateY(0)}[data-theme=dark] .menu-panel{background:#080808fa;border-bottom:1px solid rgba(255,255,255,.04)}[data-theme=light] .menu-panel{background:#f0ede6fa;border-bottom:1px solid rgba(0,0,0,.06)}.menu-inner{display:flex;justify-content:space-between;align-items:flex-end;max-width:1400px;margin:0 auto}.menu-categories{list-style:none}.menu-categories li{overflow:hidden;margin-bottom:10px}.menu-categories a{display:inline-block;font-family:"Instrument Serif",serif;font-size:clamp(48px,7vw,84px);font-style:italic;text-decoration:none;transform:translateY(115%);transition:transform .8s cubic-bezier(.16,1,.3,1),color .3s}.menu-panel.open .menu-categories li:nth-child(1) a{transition-delay:.18s}.menu-panel.open .menu-categories li:nth-child(2) a{transition-delay:.26s}.menu-panel.open .menu-categories a{transform:translateY(0)}[data-theme=dark] .menu-categories a{color:#fff}[data-theme=dark] .menu-categories a:hover{color:#f5c518}[data-theme=light] .menu-categories a{color:#1a1a1a}[data-theme=light] .menu-categories a:hover{color:#f5c518}.menu-count{font-family:Space Grotesk,sans-serif;font-size:11px;font-style:normal;margin-left:16px;vertical-align:super;letter-spacing:2px;font-weight:300}[data-theme=dark] .menu-count{color:#333}[data-theme=light] .menu-count{color:#bbb}.menu-links{list-style:none;text-align:right}.menu-links li{overflow:hidden;margin-bottom:8px}.menu-links a{display:inline-block;font-size:12px;text-decoration:none;letter-spacing:4px;text-transform:uppercase;font-weight:300;transform:translateY(115%);transition:transform .7s cubic-bezier(.16,1,.3,1),color .3s}.menu-panel.open .menu-links li:nth-child(1) a{transition-delay:.22s}.menu-panel.open .menu-links li:nth-child(2) a{transition-delay:.3s}.menu-panel.open .menu-links li:nth-child(3) a{transition-delay:.38s}.menu-panel.open .menu-links a{transform:translateY(0)}[data-theme=dark] .menu-links a{color:#444}[data-theme=dark] .menu-links a:hover{color:#e8e8e8}[data-theme=light] .menu-links a{color:#999}[data-theme=light] .menu-links a:hover{color:#1a1a1a}.curtain-overlay{position:fixed;inset:0;z-index:9999;pointer-events:none}.curtain-panel{position:absolute;left:0;right:0;height:50vh;transform:scaleY(0);transition:transform .6s cubic-bezier(.76,0,.24,1)}[data-theme=dark] .curtain-panel{background:#060606}[data-theme=light] .curtain-panel{background:#f4f1ec}.curtain-top{top:0;transform-origin:top center}.curtain-bottom{bottom:0;transform-origin:bottom center}.curtain-overlay.closing .curtain-panel{transform:scaleY(1)}.curtain-overlay.opening .curtain-panel{transform:scaleY(1);animation:curtainOpen .7s cubic-bezier(.76,0,.24,1) forwards;animation-delay:.1s}@keyframes curtainOpen{0%{transform:scaleY(1)}to{transform:scaleY(0)}}.lightbox{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.16,1,.3,1)}.lightbox.active{opacity:1;pointer-events:all}[data-theme=dark] .lightbox{background:#000000f7}[data-theme=light] .lightbox{background:#f4f1ecf7}.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;transform:scale(.9);transition:transform .7s cubic-bezier(.16,1,.3,1)}.lightbox.active img{transform:scale(1)}[data-theme=light] .lightbox img{box-shadow:0 8px 60px #0000001f}.lightbox-close{position:absolute;top:28px;right:36px;font-size:10px;letter-spacing:5px;text-transform:uppercase;cursor:pointer;transition:color .3s;font-weight:300;background:none;border:none;font-family:inherit}[data-theme=dark] .lightbox-close{color:#444}[data-theme=dark] .lightbox-close:hover{color:#fff}[data-theme=light] .lightbox-close{color:#bbb}[data-theme=light] .lightbox-close:hover{color:#1a1a1a}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);font-size:28px;cursor:pointer;transition:color .3s;user-select:none;background:none;border:none;font-family:inherit}.lightbox-nav:hover{color:#fff}[data-theme=dark] .lightbox-nav{color:#222}[data-theme=light] .lightbox-nav{color:#ccc}[data-theme=light] .lightbox-nav:hover{color:#1a1a1a}.lb-prev{left:28px}.lb-next{right:28px}.lightbox-counter{position:absolute;bottom:28px;left:50%;transform:translate(-50%);font-size:10px;letter-spacing:5px;font-weight:300}[data-theme=dark] .lightbox-counter{color:#222}[data-theme=light] .lightbox-counter{color:#ccc}.hero{height:100vh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:0 36px 60px;overflow:clip}.hero-slideshow{position:absolute;inset:0;z-index:0}.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.08);transition:opacity 1.4s cubic-bezier(.16,1,.3,1),transform 6s cubic-bezier(.16,1,.3,1)}.hero-slide.active{opacity:1;transform:scale(1)}.hero-slide img{width:100%;height:100%;object-fit:cover}[data-theme=light] .hero-slide img{filter:saturate(.85) contrast(1.05)}[data-theme=dark] .hero-slideshow:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#060606,#060606d9 15%,#06060680,#0606064d 65%,#06060680);z-index:1}[data-theme=light] .hero-slideshow:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#f4f1ec,#f4f1ecd9 15%,#f4f1ec4d 50%,#f4f1ec80);z-index:1}.hero-content{position:relative;z-index:2}.hero-title{font-family:"Instrument Serif",serif;font-size:clamp(52px,11vw,160px);font-weight:400;font-style:italic;line-height:.88;letter-spacing:-3px}[data-theme=dark] .hero-title{color:#fff}[data-theme=light] .hero-title{color:#1a1a1a}.hero-title span{display:block;opacity:0;transform:translateY(80px);animation:heroIn 1.2s cubic-bezier(.16,1,.3,1) forwards}.hero-title span:nth-child(2){animation-delay:.12s}.hero-title b{font-weight:700;font-style:normal;font-size:1.15em}.hero-sub{margin-top:28px;font-size:11px;font-weight:300;letter-spacing:6px;text-transform:uppercase;opacity:0;animation:heroIn 1s cubic-bezier(.16,1,.3,1) .5s forwards}[data-theme=dark] .hero-sub{color:#777}[data-theme=light] .hero-sub{color:#999}.hero-location{position:absolute;bottom:64px;right:36px;z-index:2;font-size:10px;letter-spacing:5px;text-transform:uppercase;font-weight:300}[data-theme=dark] .hero-location{color:#2a2a2a}[data-theme=light] .hero-location{color:#ccc}.hero-counter{position:absolute;bottom:64px;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:8px}.hero-counter-dot{width:6px;height:6px;border-radius:50%;transition:all .5s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .hero-counter-dot{background:#ffffff26}[data-theme=dark] .hero-counter-dot.active{background:#fff;transform:scale(1.3)}[data-theme=light] .hero-counter-dot{background:#0000001a}[data-theme=light] .hero-counter-dot.active{background:#1a1a1a;transform:scale(1.3)}.hero-line{position:absolute;bottom:0;left:36px;right:36px;height:1px;z-index:2}[data-theme=dark] .hero-line{background:linear-gradient(90deg,rgba(255,255,255,.1),transparent 70%)}[data-theme=light] .hero-line{background:linear-gradient(90deg,rgba(0,0,0,.08),transparent 70%)}@keyframes heroIn{to{opacity:1;transform:translateY(0)}}.gallery-preloader{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;transition:opacity .6s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .gallery-preloader{background:#060606}[data-theme=light] .gallery-preloader{background:#f4f1ec}.preloader-counter{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:300;letter-spacing:6px}[data-theme=dark] .preloader-counter{color:#333}[data-theme=light] .preloader-counter{color:#ccc}.gallery:before{content:"";position:absolute;top:-120px;left:0;right:0;height:120px;pointer-events:none;z-index:2}[data-theme=dark] .gallery:before{background:linear-gradient(to top,#060606,#06060600)}[data-theme=light] .gallery:before{background:linear-gradient(to top,#f4f1ec,#f4f1ec00)}.smooth-scroll-wrapper,.smooth-scroll-content{will-change:transform}.gallery{position:relative;padding:60px 0 200px;margin-top:-2px}[data-theme=dark] .gallery{background:#060606}[data-theme=light] .gallery{background:#f4f1ec}.photo-item{position:absolute;cursor:pointer;overflow:hidden;min-width:260px}.photo-item img{display:block;width:100%;height:auto;transition:transform .7s cubic-bezier(.16,1,.3,1)}.photo-item:hover img{transform:scale(1.03)}[data-theme=light] .photo-item img{filter:saturate(.88) contrast(1.04) brightness(1.01);transition:transform .7s cubic-bezier(.16,1,.3,1),filter .7s}[data-theme=light] .photo-item:hover img{filter:saturate(1) contrast(1.06) brightness(1.02)}.photo-label{position:absolute;bottom:18px;left:18px;font-size:9px;letter-spacing:4px;text-transform:uppercase;font-weight:400;opacity:0;transform:translateY(10px);transition:all .5s cubic-bezier(.16,1,.3,1)}.photo-item:hover .photo-label{opacity:1;transform:translateY(0)}[data-theme=dark] .photo-label{color:#ffffffbf;text-shadow:0 2px 12px rgba(0,0,0,.7)}[data-theme=light] .photo-label{color:#00000080;font-weight:500}.site-footer{position:relative;padding:0 36px}.footer-categories{list-style:none;padding:80px 0 60px}.footer-categories li{line-height:1}.footer-categories a{font-family:"Instrument Serif",serif;font-size:clamp(48px,8vw,120px);font-weight:400;font-style:italic;text-decoration:none;letter-spacing:-2px;line-height:1.05;transition:color .3s}.footer-cat-count{font-size:14px;font-weight:400;letter-spacing:2px;vertical-align:super;margin-left:4px}[data-theme=dark] .footer-categories a{color:#fff}[data-theme=dark] .footer-categories a:hover{color:#f5c518}[data-theme=dark] .footer-cat-count{color:#333}[data-theme=light] .footer-categories a{color:#1a1a1a}[data-theme=light] .footer-categories a:hover{color:#f5c518}[data-theme=light] .footer-cat-count{color:#ccc}.footer-bar{display:flex;justify-content:space-between;align-items:flex-end;padding:40px 0;font-size:11px;letter-spacing:3px;text-transform:uppercase;font-weight:300}.footer-bar a{text-decoration:none;transition:color .3s}[data-theme=dark] .footer-bar{border-top:1px solid rgba(255,255,255,.06);color:#444}[data-theme=dark] .footer-bar a{color:#444}[data-theme=dark] .footer-bar a:hover{color:#fff}[data-theme=light] .footer-bar{border-top:1px solid rgba(0,0,0,.06);color:#999}[data-theme=light] .footer-bar a{color:#999}[data-theme=light] .footer-bar a:hover{color:#1a1a1a}@media(max-width:768px){.header{padding:20px}.hero{padding:0 20px 48px}.hero-title{font-size:48px;letter-spacing:-1px}.hero-location{display:none}.gallery{padding:40px 16px 100px;height:auto!important;display:flex;flex-direction:column;gap:16px}.photo-item{position:relative!important;width:100%!important;min-width:0!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;opacity:1!important;z-index:auto!important}.photo-item img{width:100%;height:auto}.accent{display:none}.menu-inner{flex-direction:column;align-items:flex-start;gap:36px}.menu-links{text-align:left}.menu-panel{padding:90px 20px 40px}.shutter-btn{width:26px;height:26px}.site-footer{padding:0 20px}.footer-categories a{font-size:36px;letter-spacing:-1px}.footer-cat-count{font-size:10px}.footer-bar{flex-direction:column;gap:16px;align-items:flex-start;font-size:10px}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}[data-astro-cid-sckkx6r4]::view-transition-old(root),[data-astro-cid-sckkx6r4]::view-transition-new(root){animation:none;mix-blend-mode:normal}
