*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-deep:#0a0a0a;--bg-card:#141414;--bg-elevated:#1a1a1a;--gold:#c9a96e;--gold-light:#dfc296;--text-primary:#f0ece4;--text-secondary:#8a8580;--text-muted:#807b76;--film-bar:#050505}html{scroll-behavior:smooth}body{background:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}nav{z-index:100;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 3rem;transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;display:flex;position:fixed;top:0;left:0}nav.scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a0ad9}.nav-logo{letter-spacing:.15em;color:var(--text-primary);text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;text-decoration:none}.nav-logo span{color:var(--gold)}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--gold)}.nav-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.hero{justify-content:center;align-items:center;height:100svh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-bg{filter:brightness(.3)saturate(.7);background:url(/images/hero-1920.jpg) 50%/cover;animation:20s ease-in-out infinite alternate heroZoom;position:absolute;inset:0;transform:scale(1.05)}@keyframes heroZoom{0%{transform:scale(1.05)}to{transform:scale(1.12)}}.letterbox-top,.letterbox-bottom{background:var(--film-bar);z-index:2;width:100%;height:8vh;position:absolute;left:0}.letterbox-top{top:0}.letterbox-bottom{bottom:0}.hero-content{z-index:3;text-align:center;padding:0 2rem;position:relative}.hero-eyebrow{letter-spacing:.35em;text-transform:uppercase;color:var(--gold);justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.7rem;font-weight:500;display:flex}.hero-eyebrow:before,.hero-eyebrow:after{content:"";background:var(--gold);opacity:.5;width:40px;height:1px}.hero-title{letter-spacing:-.01em;margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,7vw,6rem);font-weight:300;line-height:1.1}.hero-title em{color:var(--gold-light);font-style:italic}.hero-subtitle{color:var(--text-secondary);letter-spacing:.05em;max-width:500px;margin:0 auto 2.5rem;font-size:.9rem;font-weight:300;line-height:1.7}.hero-cta{border:1px solid var(--gold);color:var(--gold);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .4s;display:inline-flex}.hero-cta:hover{background:var(--gold);color:var(--bg-deep)}.hero-cta svg{width:16px;height:16px;transition:transform .3s}.hero-cta:hover svg{transform:translate(4px)}.hero-scroll{z-index:3;color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.6rem;display:flex;position:absolute;bottom:12vh;left:50%;transform:translate(-50%)}.hero-scroll-line{background:linear-gradient(to bottom, var(--gold), transparent);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}section{padding:8rem 3rem}.section-label{letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.65rem;font-weight:600}.section-title{margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:300;line-height:1.2}.section-desc{color:var(--text-secondary);max-width:550px;font-size:.9rem;font-weight:300;line-height:1.8}.about{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1300px;margin:0 auto;display:grid}.about-image-wrapper{position:relative}.about-image{aspect-ratio:3/4;object-fit:cover;filter:saturate(.8);width:100%;transition:filter .5s}.about-image-wrapper:hover .about-image{filter:saturate()}.about-image-frame{border:1px solid var(--gold);opacity:.3;pointer-events:none;position:absolute;inset:1.5rem -1.5rem -1.5rem 1.5rem}.about-stats{border-top:1px solid var(--bg-elevated);gap:3rem;margin-top:2.5rem;padding-top:2.5rem;display:flex}.stat-number{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300}.stat-label{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-top:.3rem;font-size:.65rem}.gallery{max-width:1400px;margin:0 auto}.gallery-header{justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;display:flex}.gallery-filters{gap:1.5rem;display:flex}.filter-btn{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.7rem;font-weight:500;transition:color .3s;position:relative}.filter-btn.active,.filter-btn:hover{color:var(--gold)}.filter-btn.active:after{content:"";background:var(--gold);width:100%;height:1px;position:absolute;bottom:0;left:0}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.gallery-item{cursor:pointer;position:relative;overflow:hidden}.gallery-item img{aspect-ratio:1;object-fit:cover;filter:saturate(.7)brightness(.9);width:100%;transition:transform .8s cubic-bezier(.25,0,.25,1),filter .5s}.gallery-item:hover img{filter:saturate()brightness();transform:scale(1.08)}.gallery-item:nth-child(7n+1):not(:last-child){grid-row:span 2}.gallery-item:nth-child(7n+1):not(:last-child) img{aspect-ratio:auto;height:100%}.gallery-item:nth-child(7n+6):not(:last-child){grid-column:span 2}.gallery-item:nth-child(7n+6):not(:last-child) img{aspect-ratio:2}.gallery-overlay{opacity:0;background:linear-gradient(#0000 50%,#0a0a0acc 100%);align-items:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay-text{letter-spacing:.03em;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:300}.gallery-overlay-cat{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-top:.3rem;font-size:.6rem}.services{background:var(--bg-card);max-width:100%;padding:8rem 3rem}.services-inner{max-width:1300px;margin:0 auto}.services-grid{background:var(--bg-elevated);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3.5rem;display:grid}.service-card{background:var(--bg-card);cursor:default;padding:3rem 2.5rem;transition:background .4s}.service-card:hover{background:var(--bg-elevated)}.service-icon{width:40px;height:40px;color:var(--gold);margin-bottom:1.5rem}.service-name{margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400}.service-desc{color:var(--text-secondary);font-size:.82rem;font-weight:300;line-height:1.8}.service-price{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-top:1.5rem;font-size:.65rem}.testimonial{text-align:center;max-width:800px;margin:0 auto;padding:8rem 3rem}.testimonial-quote{color:var(--text-primary);margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,3vw,2rem);font-style:italic;font-weight:300;line-height:1.6}.testimonial-quote:before{content:"\"";color:var(--gold);opacity:.4;margin-bottom:1rem;font-size:4rem;line-height:1;display:block}.testimonial-author{letter-spacing:.15em;text-transform:uppercase;color:var(--text-secondary);font-size:.75rem;font-weight:500}.booking{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;max-width:1300px;margin:0 auto;display:grid}.booking-form{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.form-row{gap:1rem;display:flex}.form-row>*{flex:1}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:var(--bg-card);border:1px solid var(--bg-elevated);color:var(--text-primary);resize:vertical;outline:none;padding:1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:300;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group select option{background:var(--bg-card)}.form-submit{background:var(--gold);color:var(--bg-deep);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;align-self:flex-start;padding:1.1rem 3rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;transition:all .4s}.form-submit:hover{background:var(--gold-light)}.booking-info{background:var(--bg-card);border:1px solid var(--bg-elevated);margin-top:2.5rem;padding:3rem}.booking-info-title{margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400}.booking-info-item{border-bottom:1px solid var(--bg-elevated);align-items:flex-start;gap:1rem;padding:1.2rem 0;display:flex}.booking-info-item:last-child{border:none}.booking-info-icon{color:var(--gold);flex-shrink:0;margin-top:2px}.booking-info-text h4{margin-bottom:.3rem;font-size:.85rem;font-weight:500}.booking-info-text p{color:var(--text-secondary);font-size:.8rem;font-weight:300;line-height:1.6}.social-links{gap:1rem;margin-top:2rem;display:flex}.social-link{border:1px solid var(--bg-elevated);width:44px;height:44px;color:var(--text-secondary);justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{border-color:var(--gold);color:var(--gold)}footer{border-top:1px solid var(--bg-elevated);justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:3rem;display:flex}.footer-brand{letter-spacing:.1em;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:300}.footer-copy{color:var(--text-muted);letter-spacing:.05em;font-size:.7rem}@media (width<=1024px){.services-grid{grid-template-columns:1fr}}@media (width<=768px){nav{padding:1rem 1.5rem}.nav-links{display:none}.nav-menu-btn{display:block}section{padding:5rem 1.5rem}.about{grid-template-columns:1fr;gap:3rem}.about-image-frame{display:none}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item:nth-child(7n+1):not(:last-child){grid-row:span 1}.gallery-item:nth-child(7n+1):not(:last-child) img{aspect-ratio:1}.gallery-item:nth-child(7n+6):not(:last-child){grid-column:span 1}.gallery-item:nth-child(7n+6):not(:last-child) img{aspect-ratio:1}.gallery-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.gallery-filters{flex-wrap:wrap}.booking{grid-template-columns:1fr;gap:3rem}.form-row{flex-direction:column}footer{text-align:center;flex-direction:column;gap:1rem}.hero-title{font-size:clamp(2rem,10vw,3.5rem)}.letterbox-top,.letterbox-bottom{height:5vh}}.mobile-menu{z-index:200;opacity:0;pointer-events:none;background:#0a0a0af7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:opacity .4s;display:flex;position:fixed;inset:0}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu a{color:var(--text-primary);font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;text-decoration:none;transition:color .3s}.mobile-menu a:hover{color:var(--gold)}.mobile-menu-close{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:1.5rem;right:1.5rem}.lang-switch{align-items:center;gap:.5rem;display:flex}.lang-switch-sep{color:var(--text-muted);font-size:.7rem}.nav-links .lang-switch a[aria-current=true]{color:var(--gold)}.mobile-lang{align-items:center;gap:.75rem;margin-top:1rem;display:flex}.mobile-menu .mobile-lang a{letter-spacing:.15em;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.8rem;font-weight:500}.mobile-menu .mobile-lang a[aria-current=true],.mobile-menu .mobile-lang a:hover{color:var(--gold)}body.menu-open{overflow:hidden}a:focus-visible,button:focus-visible{outline:1px solid var(--gold);outline-offset:4px}@media (width<=768px){.hero-bg{background-image:url(/images/hero-1280.jpg)}}a.gallery-item{color:inherit;text-decoration:none;display:block}.gallery-play{border:1px solid var(--gold);width:56px;height:56px;color:var(--gold);pointer-events:none;background:#0a0a0a59;border-radius:50%;justify-content:center;align-items:center;margin:-28px 0 0 -28px;transition:background .4s,color .4s;display:flex;position:absolute;top:50%;left:50%}.gallery-play svg{width:20px;height:20px;margin-left:3px}.gallery-item:hover .gallery-play{background:var(--gold);color:var(--bg-deep)}.gallery-more{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.75rem;margin-top:2.5rem;font-size:.7rem;font-weight:600;text-decoration:none;display:inline-flex}.gallery-more svg{width:16px;height:16px;transition:transform .3s}.gallery-more:hover svg{transform:translate(4px)}.gallery-empty{color:var(--text-secondary);font-size:.9rem;font-weight:300}.category-back{color:inherit;text-decoration:none}.category-back:hover{color:var(--gold-light)}body.lightbox-open{overflow:hidden}.gallery-item:focus-visible .gallery-overlay{opacity:1}.gallery-item:focus-visible img{filter:saturate()brightness();transform:scale(1.08)}.lightbox{z-index:300;opacity:0;visibility:hidden;background:#050505f7;transition:opacity .35s,visibility 0s linear .35s;position:fixed;inset:0}.lightbox.open{opacity:1;visibility:visible;transition:opacity .35s}.lightbox [hidden]{display:none!important}.lightbox-stage{justify-content:center;align-items:center;padding:5rem 6.5rem 7.5rem;display:flex;position:absolute;inset:0}.lightbox-media{object-fit:contain;background:#000;max-width:100%;max-height:100%;transition:opacity .4s;box-shadow:0 30px 80px #0009}img.lightbox-media.loading{opacity:0}.lightbox-stage:has(img.loading):after{content:"";border:1px solid #c9a96e40;border-top-color:var(--gold);border-radius:50%;width:36px;height:36px;animation:.9s linear infinite lightboxSpin;position:absolute}@keyframes lightboxSpin{to{transform:rotate(360deg)}}.lightbox-embed{aspect-ratio:16/9;background:#000;width:min(100%,177.778dvh - 22.2222rem);box-shadow:0 30px 80px #0009}.lightbox-embed iframe{border:0;width:100%;height:100%;display:block}.lightbox-caption{text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:absolute;bottom:1.75rem;left:6.5rem;right:6.5rem}.lightbox-title{letter-spacing:.02em;color:var(--text-primary);font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:300}.lightbox-meta{letter-spacing:.2em;text-transform:uppercase;gap:1rem;font-size:.62rem;display:flex}.lightbox-category{color:var(--gold)}.lightbox-count{color:var(--text-muted)}.lightbox-btn{width:52px;height:52px;color:var(--gold);cursor:pointer;background:#0a0a0a66;border:1px solid #c9a96e80;border-radius:50%;justify-content:center;align-items:center;transition:background .3s,color .3s,border-color .3s;display:flex;position:absolute}.lightbox-btn svg{width:20px;height:20px}@media (hover:hover){.lightbox-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--bg-deep)}}.lightbox-close{width:44px;height:44px;top:1.5rem;right:1.5rem}.lightbox-prev,.lightbox-next{margin-top:-26px;top:50%}.lightbox-prev{left:1.75rem}.lightbox-next{right:1.75rem}@media (width<=768px){.lightbox-stage{padding:4.5rem 0 7.5rem}.lightbox-media,.lightbox-embed{box-shadow:none}.lightbox-embed{width:100%}.lightbox-caption{bottom:1.6rem;left:4.5rem;right:4.5rem}.lightbox-title{font-size:1.1rem}.lightbox-prev,.lightbox-next{width:44px;height:44px;margin-top:0;top:auto;bottom:1.25rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-close{top:1rem;right:1rem}}.booking-status{font-size:.85rem;font-weight:300;line-height:1.6}.booking-status[data-kind=success]{color:var(--gold-light)}.booking-status[data-kind=error]{color:#e38b7c}.form-submit:disabled{opacity:.7;cursor:wait}.form-hp{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.skip-link{z-index:400;background:var(--gold);color:var(--bg-deep);letter-spacing:.12em;text-transform:uppercase;padding:.75rem 1.25rem;font-size:.72rem;font-weight:600;text-decoration:none;transition:transform .2s;position:fixed;top:0;left:1rem;transform:translateY(-120%)}.skip-link:focus{transform:translateY(1rem)}main:focus{outline:none}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80svh;padding-top:10rem;display:flex}.not-found .section-desc{margin:0 auto 2.5rem}.not-found-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 2rem;display:flex}.not-found-link{color:var(--text-secondary);letter-spacing:.2em;text-transform:uppercase;font-size:.7rem;font-weight:600;text-decoration:none;transition:color .3s}.not-found-link:hover{color:var(--gold)}
