#site-header.site-header, section.hero#home { display: none !important; }
.nv-hero-wrap a, .nv-hero-wrap .navbar-brand, .nv-hero-wrap .navbar-link, .nv-hero-wrap .nav-links a { color: #FFFFFF !important; }
.nv-hero-wrap .btn-book { color: var(--black) !important; background: #fff !important; }

.nv-hero-wrap{--black:#101418;--dark:#0E1115;--white:#FFFFFF;--off-white:#F1F1F1;--gray-bg:#F6F7F9;--gray-text:#8A8A8E;--font:'Manrope',sans-serif;--transition:0.35s cubic-bezier(0.25,0.46,0.45,0.94);font-family:var(--font);-webkit-font-smoothing:antialiased}
.nv-hero-wrap *,.nv-hero-wrap *::before,.nv-hero-wrap *::after{box-sizing:border-box;margin:0;padding:0}
.nv-hero-wrap a{color:inherit;text-decoration:none}
.nv-hero-wrap ul{list-style:none}
.nv-hero-wrap button{cursor:pointer;border:none;background:none;font-family:var(--font)}
.nv-hero-wrap img{max-width:100%;height:auto;display:block}
.navbar-wrapper{position:fixed;top:20px;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding-top:20px;pointer-events:none}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:50px;max-width:800px;width:100%;height:56px;padding:8px 8px 8px 24px;background:var(--black);backdrop-filter:blur(5px);border-radius:99px;pointer-events:all;transition:background var(--transition),box-shadow var(--transition)}
.navbar-brand{font-size:1.1rem;font-weight:600;color:var(--white);letter-spacing:-0.02em;white-space:nowrap;flex-shrink:0}
.navbar-brand sup{font-size:0.55em;vertical-align:super;margin-left:1px}
.navbar-menu{display:flex;align-items:center;gap:0}
.navbar-link{padding:8px 12px;font-size:0.875rem;font-weight:300;color:var(--off-white);border-radius:99px;transition:color 0.2s,background 0.2s;white-space:nowrap}
.navbar-link:hover{color:var(--white);background:rgba(255,255,255,0.08)}
.btn-book{display:inline-flex;align-items:center;padding:10px 20px;background:var(--white);color:var(--dark);font-family:var(--font);font-size:0.875rem;font-weight:300;border-radius:99px;transition:all var(--transition);white-space:nowrap;flex-shrink:0}
.btn-book:hover{background:#E8E8E8;transform:scale(1.03)}
.hamburger{display:none;flex-direction:column;gap:5px;padding:0.5rem}
.hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:var(--transition)}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{display:none;position:fixed;inset:0;background:var(--black);z-index:999;padding:100px 2rem 2rem;transform:translateY(-100%);transition:transform var(--transition)}
.mobile-nav.open{transform:translateY(0)}
.mobile-nav-list{display:flex;flex-direction:column;gap:0.5rem}
.mobile-nav-list a{display:block;padding:1rem 0;font-size:1.5rem;font-weight:300;color:var(--white);border-bottom:1px solid rgba(255,255,255,0.1)}
.mobile-nav-actions{margin-top:2rem}
.mobile-nav-actions .btn-book{width:100%;justify-content:center;padding:14px 20px}
.hero{position:relative;padding:24px;color:var(--white)}
.hero-container{position:relative;width:100%;min-height:calc(100vh - 48px);border-radius:40px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;padding:34px}
.hero-container::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0.54) 0%,rgba(0,0,0,0.54) 27%,rgba(0,0,0,0.22) 100%);border-radius:40px;z-index:1}
.hero-content-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:30px;width:100%}
.hero-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:50px}
.hero-tag{font-size:0.875rem;font-weight:400;color:var(--white);margin-bottom:0}
.hero-title{font-size:clamp(2rem,4vw,3.625rem);font-weight:300;line-height:1.1;letter-spacing:-0.02em;color:var(--white)}
.hero-sub{font-size:1.125rem;font-weight:300;color:var(--white);opacity:0.85;max-width:42ch;line-height:1.6}
.hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;flex-shrink:0}
.stars-badge{display:flex;align-items:center;gap:0.6rem}
.stars-text{font-size:0.875rem;font-weight:300;color:var(--white)}
.stars{display:flex;gap:4px}
.star{width:26px;height:26px;color:var(--white)}
.social-icons{display:flex;gap:0.5rem}
.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(166,166,166,0.19);border:none;border-radius:99px;color:var(--white);transition:background 0.2s}
.social-icon:hover{background:rgba(166,166,166,0.35)}
.social-icon svg{width:18px;height:18px}
.scroll-arrow{position:absolute;bottom:34px;left:34px;z-index:3;width:48px;height:68px;display:flex;align-items:center;justify-content:center;background:rgba(166,166,166,0.19);border:none;border-radius:99px;color:var(--white);transition:background 0.2s;animation:bounceArrow 2s ease-in-out infinite}
.scroll-arrow:hover{background:rgba(166,166,166,0.35)}
.scroll-arrow svg{width:20px;height:20px}
@keyframes bounceArrow{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
.hero-home-icon{position:absolute;top:34px;right:34px;z-index:3;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(166,166,166,0.19);border:none;border-radius:99px;color:var(--white);transition:background 0.2s}
.hero-home-icon:hover{background:rgba(166,166,166,0.35)}
.hero-home-icon svg{width:20px;height:20px}
.nv-cursor{position:fixed;top:0;left:0;width:40px;height:40px;border:1.5px solid rgba(255,255,255,0.5);border-radius:50%;pointer-events:none;z-index:99999;mix-blend-mode:difference;will-change:transform;transition:width 0.3s ease,height 0.3s ease,border-color 0.3s ease,background 0.3s ease}
.nv-cursor-dot{position:fixed;top:0;left:0;width:8px;height:8px;background:rgba(255,255,255,0.8);border-radius:50%;pointer-events:none;z-index:99999;will-change:transform;transition:width 0.2s ease,height 0.2s ease}
.nv-cursor--hover{width:60px;height:60px;background:rgba(255,255,255,0.05)}
.nv-cursor--press{width:32px;height:32px}
.nv-cursor-dot--hover{width:4px;height:4px}
@media(max-width:768px),(pointer:coarse){.nv-cursor,.nv-cursor-dot{display:none!important}}
.hero-container{animation:heroScale 1s cubic-bezier(0.25,0.46,0.45,0.94) forwards;transform:scale(0.95);opacity:0}
@keyframes heroScale{to{transform:scale(1);opacity:1}}
.hero-content-wrapper>.hero-row{opacity:0;transform:translateY(25px);animation:fadeUp 0.7s cubic-bezier(0.25,0.46,0.45,0.94) forwards}
.hero-content-wrapper>.hero-row:nth-child(1){animation-delay:0.4s}
.hero-content-wrapper>.hero-row:nth-child(2){animation-delay:0.6s}
.hero-content-wrapper>.hero-row:nth-child(3){animation-delay:0.8s}
.hero-right{opacity:0;transform:translateX(20px);animation:fadeLeft 0.6s cubic-bezier(0.25,0.46,0.45,0.94) 0.9s forwards}
.navbar{opacity:0;transform:translateY(-20px);animation:fadeDown 0.6s cubic-bezier(0.25,0.46,0.45,0.94) 0.2s forwards}
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
@keyframes fadeLeft{to{opacity:1;transform:translateX(0)}}
@keyframes fadeDown{to{opacity:1;transform:translateY(0)}}
.scroll-arrow{opacity:0;animation:fadeUp 0.5s ease 1.2s forwards}
.hero-home-icon{opacity:0;animation:fadeUp 0.5s ease 1s forwards}
@media(max-width:900px){.hero-row{flex-direction:column;align-items:flex-start;gap:1rem}.hero-right{flex-wrap:wrap}}
@media(max-width:768px){.navbar-menu{display:none}.hamburger{display:flex}.mobile-nav{display:block}.hero{padding:12px}.hero-container{border-radius:24px;min-height:calc(100vh - 24px);padding:24px}.hero-container::before{border-radius:24px}.hero-title{font-size:2rem}.hero-right{display:none}.hero-row{flex-direction:column;align-items:flex-start}.navbar{max-width:calc(100% - 24px);gap:0;padding:8px 8px 8px 20px}.scroll-arrow{bottom:24px;left:24px}.hero-home-icon{top:24px;right:24px}}
