* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background-color: #0c0e12; color: #e2e8f0; line-height: 1.6; }
h1, h2, h3, .logo, .badge-luxury, .suite-price, .section-title span, .amenity-item h4 { font-family: 'Cormorant Garamond', serif; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

.demo-banner { background: #000000; color: #94a3b8; text-align: center; padding: 0.5rem; font-size: 0.8rem; border-bottom: 1px solid #1f242d; }
.demo-banner strong { color: #d4af37; }

.navbar { background: rgba(12, 14, 18, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid #1f242d; padding: 1.5rem 0; position: sticky; top: 0; z-index: 10; }
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.75rem; font-weight: 700; color: #ffffff; text-decoration: none; letter-spacing: 0.35em; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a:not(.btn) { color: #94a3b8; text-decoration: none; font-size: 0.95rem; letter-spacing: 0.05em; text-transform: uppercase; }
.nav-links a:not(.btn):hover { color: #ffffff; }

.btn { display: inline-block; padding: 0.85rem 1.75rem; border-radius: 4px; font-weight: 600; text-decoration: none; font-size: 0.9rem; cursor: pointer; border: none; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; }
.btn-luxury { background: #d4af37; color: #000000; }
.btn-luxury:hover { background: #c59f2a; }

/* Crisp, warm, high-end architectural villa backdrop with light gradient overlay */
.hero { 
  position: relative; 
  padding: 8.5rem 0 6.5rem 0; 
  background: url('https://images.unsplash.com/photo-1571003123894-1f0594d2b5d9?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat; 
  text-align: center; 
}
.hero-overlay { 
  position: absolute; 
  inset: 0; 
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.45) 0%, rgba(12, 14, 18, 0.75) 100%); 
}
.hero-content { position: relative; max-width: 900px; margin: 0 auto; }
.badge-luxury { font-size: 1.35rem; font-style: italic; color: #d4af37; margin-bottom: 0.5rem; letter-spacing: 0.05em; text-shadow: 0 2px 8px rgba(0,0,0,0.7); }
h1 { font-size: 3.5rem; font-weight: 500; line-height: 1.15; color: #ffffff; margin-bottom: 1.25rem; letter-spacing: -0.01em; text-shadow: 0 3px 12px rgba(0,0,0,0.8); }
.hero-sub { font-size: 1.2rem; color: #f1f5f9; margin-bottom: 3rem; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }

/* Luxury Floating Booking Bar */
.booking-strip { 
  background: rgba(18, 22, 28, 0.95); 
  backdrop-filter: blur(16px); 
  border: 1px solid #2d3748; 
  border-radius: 8px; 
  padding: 1.25rem 1.5rem; 
  display: grid; 
  grid-template-columns: 1fr 1fr 1.2fr auto; 
  gap: 1.25rem; 
  align-items: end; 
  box-shadow: 0 20px 45px rgba(0,0,0,0.6); 
}
.strip-field { text-align: left; }
.strip-field label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: #94a3b8; margin-bottom: 0.4rem; font-weight: 600; }
.strip-field input, .strip-field select { width: 100%; height: 46px; background: #11141a; border: 1px solid #2d3748; padding: 0.6rem 0.85rem; color: #ffffff; border-radius: 4px; font-family: inherit; font-size: 0.92rem; }
.strip-field input:focus, .strip-field select:focus { outline: none; border-color: #d4af37; }
.strip-action .btn-search { height: 46px; display: flex; align-items: center; justify-content: center; white-space: nowrap; padding: 0 1.75rem; }

.suites { padding: 6rem 0; }
.section-title { text-align: center; margin-bottom: 3.5rem; }
.section-title span { font-size: 1.3rem; font-style: italic; color: #d4af37; display: block; margin-bottom: 0.25rem; }
.section-title h2 { font-size: 2.75rem; color: #ffffff; font-weight: 500; }

.suites-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.suite-card { background: #12151b; border: 1px solid #1f242d; border-radius: 8px; overflow: hidden; }
.suite-img { width: 100%; height: 320px; object-fit: cover; }
.suite-info { padding: 2rem; }
.suite-price { font-size: 1.25rem; color: #d4af37; margin-bottom: 0.25rem; }
.suite-info h3 { font-size: 1.85rem; color: #ffffff; margin-bottom: 0.5rem; }
.suite-info p { font-size: 0.95rem; color: #94a3b8; }

.amenities { padding: 6rem 0; background: #0f1217; border-top: 1px solid #1f242d; }
.amenities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2.5rem; }
.amenity-img { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; margin-bottom: 1.25rem; border: 1px solid #1f242d; }
.amenity-item h4 { font-size: 1.45rem; color: #ffffff; font-family: 'Cormorant Garamond', serif; margin-bottom: 0.4rem; }
.amenity-item p { font-size: 0.9rem; color: #94a3b8; }

.footer { padding: 3rem 0; text-align: center; font-size: 0.85rem; color: #64748b; border-top: 1px solid #1f242d; background: #0c0e12; }


/* Mobile Optimization */


/* Sticky Navbar & Mobile Navigation */
.navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  width: 100%;
}

.nav-links a:not(.btn) {
  white-space: nowrap;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
  z-index: 101;
}

.mobile-menu-toggle .bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu-toggle.is-active .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.is-active .bar:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.is-active .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


@media (max-width: 900px) {
  html, body {
    overflow-x: clip;
    width: 100%;
  }

  .container {
    padding: 0 1rem;
  }

  .navbar {
    padding: 0.85rem 0;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding: 3.5rem 0 2.5rem 0;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.2;
    word-break: break-word;
  }

  .booking-strip {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1.25rem 1rem;
  }

  .suites-grid, .amenities-grid, .dining-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }
}


/* Mobile Responsive Navigation Drawer */
@media (max-width: 768px) {
  html, body {
    overflow-x: clip;
    width: 100%;
  }

  .navbar {
    padding: 0.85rem 0;
  }

  .nav-content {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .nav-links {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    background: rgba(12, 14, 18, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2rem 1.5rem 2.5rem 1.5rem;
    gap: 1.25rem;
    text-align: center;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    z-index: 99;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a:not(.btn) {
    font-size: 1.15rem;
    padding: 0.5rem 0;
    color: #ffffff;
  }

  .nav-links .btn {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.85rem 1rem;
    font-size: 1rem;
  }
}


/* SensusWeb Studio Portfolio Return Links */
.demo-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.sensus-brand-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.2s;
}

.sensus-brand-link:hover {
  opacity: 0.85;
}

.sensus-cta-link {
  color: #38bdf8 !important;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.2s ease;
}

.sensus-cta-link:hover {
  color: #7dd3fc !important;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .demo-banner-content {
    font-size: 0.74rem;
    gap: 0.35rem;
  }
  .banner-sep {
    display: none;
  }
}
