.navbar-module__HNoFna__nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d0d0de6;border-bottom:1px solid #c9a96e1a;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar-module__HNoFna__logo{font-family:var(--font-heading);color:var(--gold);letter-spacing:1px;font-size:1.4rem;font-weight:600}.navbar-module__HNoFna__links{gap:2rem;list-style:none;display:flex}.navbar-module__HNoFna__links a{color:var(--text-secondary);letter-spacing:.5px;text-transform:uppercase;font-size:.9rem;font-weight:400;transition:color .3s}.navbar-module__HNoFna__links a:hover{color:var(--gold)}.navbar-module__HNoFna__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar-module__HNoFna__toggle span{background:var(--gold);width:24px;height:2px;transition:all .3s}@media (max-width:768px){.navbar-module__HNoFna__links{background:#0d0d0dfa;border-bottom:1px solid #c9a96e1a;flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:none;position:absolute;top:100%;left:0;right:0}.navbar-module__HNoFna__open,.navbar-module__HNoFna__toggle{display:flex}}
.hero-module__6qflza__hero{text-align:center;justify-content:center;align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-module__6qflza__bgWrapper{filter:brightness(.35);position:absolute;inset:0;transform:scale(1.05)}.hero-module__6qflza__content{z-index:2;max-width:700px;padding:0 2rem;position:relative}.hero-module__6qflza__stars{color:var(--gold);letter-spacing:6px;margin-bottom:1rem;font-size:1.2rem}.hero-module__6qflza__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1.15}.hero-module__6qflza__subtitle{font-family:var(--font-heading);color:var(--gold);margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.4rem);font-style:italic;font-weight:400}.hero-module__6qflza__location{color:var(--text-secondary);letter-spacing:2px;text-transform:uppercase;margin-bottom:2.5rem;font-size:.95rem}.hero-module__6qflza__cta{border:1.5px solid var(--gold);color:var(--gold);font-family:var(--font-body);letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:0 0;padding:.9rem 2.5rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-block}.hero-module__6qflza__cta:hover{background:var(--gold);color:var(--bg-primary)}
.about-module__WN7Tcq__section{padding:6rem 2rem}.about-module__WN7Tcq__sectionTitle{font-family:var(--font-heading);text-align:center;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem)}.about-module__WN7Tcq__sectionDivider{background:var(--gold);width:60px;height:2px;margin:0 auto 3rem}.about-module__WN7Tcq__content{text-align:center;max-width:800px;margin:0 auto}.about-module__WN7Tcq__text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.about-module__WN7Tcq__highlights{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:2.5rem;display:flex}.about-module__WN7Tcq__highlightItem{text-align:center}.about-module__WN7Tcq__highlightNumber{font-family:var(--font-heading);color:var(--gold);font-size:2.5rem;font-weight:600}.about-module__WN7Tcq__highlightLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-top:.3rem;font-size:.85rem}@media (max-width:768px){.about-module__WN7Tcq__section{padding:4rem 1.5rem}.about-module__WN7Tcq__highlights{gap:2rem}}
.gallery-module__yYQriW__section{background:var(--bg-secondary);padding:6rem 2rem}.gallery-module__yYQriW__sectionTitle{font-family:var(--font-heading);text-align:center;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem)}.gallery-module__yYQriW__sectionDivider{background:var(--gold);width:60px;height:2px;margin:0 auto 3rem}.gallery-module__yYQriW__grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1200px;margin:0 auto;display:grid}.gallery-module__yYQriW__item{cursor:pointer;border-radius:4px;position:relative;overflow:hidden}.gallery-module__yYQriW__item:first-child{grid-area:span 2/span 2}.gallery-module__yYQriW__item img{transition:transform .5s}.gallery-module__yYQriW__item:hover img{transform:scale(1.05)}.gallery-module__yYQriW__lightbox{z-index:200;opacity:0;visibility:hidden;background:#000000f2;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.gallery-module__yYQriW__active{opacity:1;visibility:visible}.gallery-module__yYQriW__lightbox img{object-fit:contain;border-radius:4px;max-width:90vw;max-height:85vh}.gallery-module__yYQriW__lightboxClose{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;transition:color .3s;position:absolute;top:1.5rem;right:2rem}.gallery-module__yYQriW__lightboxClose:hover{color:var(--gold)}.gallery-module__yYQriW__lightboxNav{color:#fff;cursor:pointer;background:0 0;border:none;padding:1rem;font-size:2.5rem;transition:color .3s;position:absolute;top:50%;transform:translateY(-50%)}.gallery-module__yYQriW__lightboxNav:hover{color:var(--gold)}.gallery-module__yYQriW__lightboxPrev{left:1rem}.gallery-module__yYQriW__lightboxNext{right:1rem}@media (max-width:768px){.gallery-module__yYQriW__section{padding:4rem 1.5rem}.gallery-module__yYQriW__grid{grid-template-columns:1fr 1fr}.gallery-module__yYQriW__item:first-child{grid-area:span 1/span 2}}@media (max-width:480px){.gallery-module__yYQriW__grid{grid-template-columns:1fr}.gallery-module__yYQriW__item:first-child{grid-column:span 1}}
.amenities-module__LwI2JG__section{padding:6rem 2rem}.amenities-module__LwI2JG__sectionTitle{font-family:var(--font-heading);text-align:center;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem)}.amenities-module__LwI2JG__sectionDivider{background:var(--gold);width:60px;height:2px;margin:0 auto 3rem}.amenities-module__LwI2JG__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.amenities-module__LwI2JG__item{background:var(--bg-card);border:1px solid #c9a96e1a;border-radius:8px;align-items:center;gap:1rem;padding:1.2rem 1.5rem;transition:border-color .3s;display:flex}.amenities-module__LwI2JG__item:hover{border-color:#c9a96e4d}.amenities-module__LwI2JG__icon{flex-shrink:0;font-size:1.5rem}.amenities-module__LwI2JG__text{color:var(--text-secondary);font-size:.95rem}@media (max-width:768px){.amenities-module__LwI2JG__section{padding:4rem 1.5rem}}@media (max-width:480px){.amenities-module__LwI2JG__grid{grid-template-columns:1fr}}
.house-rules-module__QiKteq__section{background:var(--bg-secondary);padding:6rem 2rem}.house-rules-module__QiKteq__sectionTitle{font-family:var(--font-heading);text-align:center;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem)}.house-rules-module__QiKteq__sectionDivider{background:var(--gold);width:60px;height:2px;margin:0 auto 3rem}.house-rules-module__QiKteq__content{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:800px;margin:0 auto;display:grid}.house-rules-module__QiKteq__card{background:var(--bg-secondary);border:1px solid #c9a96e1a;border-radius:8px;padding:1.5rem}.house-rules-module__QiKteq__cardTitle{font-family:var(--font-heading);color:var(--gold);margin-bottom:.8rem;font-size:1.1rem}.house-rules-module__QiKteq__card p{color:var(--text-secondary);font-size:.9rem;line-height:1.7}@media (max-width:768px){.house-rules-module__QiKteq__section{padding:4rem 1.5rem}}@media (max-width:480px){.house-rules-module__QiKteq__content{grid-template-columns:1fr}}
.location-module__316lHq__section{padding:6rem 2rem}.location-module__316lHq__sectionTitle{font-family:var(--font-heading);text-align:center;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem)}.location-module__316lHq__sectionDivider{background:var(--gold);width:60px;height:2px;margin:0 auto 3rem}.location-module__316lHq__content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.location-module__316lHq__info h3{font-family:var(--font-heading);color:var(--gold);margin-bottom:1rem;font-size:1.3rem}.location-module__316lHq__info p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.95rem;line-height:1.8}.location-module__316lHq__map{border:1px solid #c9a96e26;border-radius:8px;overflow:hidden}.location-module__316lHq__map iframe{filter:grayscale(.3)brightness(.85);border:none;width:100%;height:350px}@media (max-width:768px){.location-module__316lHq__section{padding:4rem 1.5rem}.location-module__316lHq__content{grid-template-columns:1fr}}
.contact-module__tU82cW__section{background:var(--bg-secondary);padding:6rem 2rem}.contact-module__tU82cW__sectionTitle{font-family:var(--font-heading);text-align:center;color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem)}.contact-module__tU82cW__sectionDivider{background:var(--gold);width:60px;height:2px;margin:0 auto 3rem}.contact-module__tU82cW__content{text-align:center;max-width:600px;margin:0 auto}.contact-module__tU82cW__text{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.05rem}.contact-module__tU82cW__links{flex-direction:column;align-items:center;gap:1.2rem;display:flex}.contact-module__tU82cW__link{background:var(--bg-card);color:var(--text-primary);border:1px solid #c9a96e26;border-radius:8px;justify-content:center;align-items:center;gap:.8rem;min-width:300px;padding:1rem 2rem;font-size:1rem;transition:all .3s;display:inline-flex}.contact-module__tU82cW__link:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.contact-module__tU82cW__icon{font-size:1.3rem}@media (max-width:768px){.contact-module__tU82cW__section{padding:4rem 1.5rem}.contact-module__tU82cW__link{min-width:unset;width:100%;max-width:350px}}
.footer-module__1xoUSW__footer{text-align:center;background:var(--bg-secondary);border-top:1px solid #c9a96e1a;padding:2rem}.footer-module__1xoUSW__footer p{color:var(--text-muted);font-size:.85rem}.footer-module__1xoUSW__logo{font-family:var(--font-heading);color:var(--gold);margin-bottom:.5rem;font-size:1.1rem}
