:root{
  --primary:#0B2545;
  --secondary:#D4AF37;
  --accent:#1B4332;
  --bg:#FAF8F3;
  --text:#222;
  --white:#fff;
  --cream:#f5efe3;
  --shadow:0 20px 50px rgba(0,0,0,.15);
  --transition:all .4s ease;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:"Poppins",sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}

h1,h2,h3{
  font-family:"Playfair Display",serif;
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  width:100%;
  display:block;
  object-fit:cover;
}

ul{
  list-style:none;
}

/* HEADER */
.header{
  position:sticky;
  top:0;
  width:100%;
  z-index:999;
  background:rgba(11,37,69,.92);
  backdrop-filter:blur(18px);
  box-shadow:0 8px 30px rgba(0,0,0,.18);
}

.navbar{
  min-height:82px;
  padding:0 7%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.logo{
  font-size:30px;
  font-weight:700;
  color:var(--white);
  font-family:"Playfair Display",serif;
  white-space:nowrap;
}

.logo span,
.footer h2 span{
  color:var(--secondary);
}

.nav-menu{
  display:flex;
  align-items:center;
  gap:24px;
}

.nav-menu a{
  color:var(--white);
  font-size:15px;
  font-weight:500;
  position:relative;
}

.nav-menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  width:0;
  height:2px;
  background:var(--secondary);
  transition:var(--transition);
}

.nav-menu a:hover{
  color:var(--secondary);
}

.nav-menu a:hover::after{
  width:100%;
}

.nav-btn{
  background:var(--secondary);
  color:var(--primary);
  padding:13px 26px;
  border-radius:50px;
  font-weight:700;
  transition:var(--transition);
  white-space:nowrap;
}

.nav-btn:hover{
  background:var(--white);
  transform:translateY(-3px);
}

.menu-toggle{
  display:none;
  color:var(--white);
  font-size:26px;
  cursor:pointer;
}

/* COMMON */
.section{
  padding:100px 7%;
}

.section-title{
  text-align:center;
  max-width:760px;
  margin:0 auto 60px;
}

.section-title span,
.sub-title,
.room-info span,
.banner-content span,
.spa-content span,
.page-hero span{
  color:var(--secondary);
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:14px;
  font-weight:700;
}

.section-title h2{
  font-size:48px;
  color:var(--primary);
  margin:12px 0;
}

.section-title p{
  color:#666;
  line-height:1.8;
}

.btn{
  display:inline-block;
  padding:15px 34px;
  border-radius:50px;
  font-weight:700;
  transition:var(--transition);
  border:none;
  cursor:pointer;
}

.primary-btn{
  background:var(--secondary);
  color:var(--primary);
}

.secondary-btn{
  border:2px solid var(--secondary);
  color:var(--secondary);
}

.btn:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow);
}

/* HERO */
.hero{
  min-height:100vh;
  background:
  linear-gradient(rgba(11,37,69,.58),rgba(11,37,69,.68)),
  url("https://images.unsplash.com/photo-1571896349842-33c89424de2d?auto=format&fit=crop&w=1800&q=80")
  center/cover no-repeat;
  display:flex;
  align-items:center;
  padding:0 7%;
  position:relative;
}

.hero-content{
  max-width:780px;
  color:var(--white);
}

.hero-content h1{
  font-size:76px;
  line-height:1.05;
  margin:18px 0;
}

.hero-content p{
  font-size:20px;
  max-width:650px;
  line-height:1.8;
  color:#eee;
}

.hero-buttons{
  margin-top:35px;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

/* PAGE HERO */
.page-hero{
  min-height:58vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:var(--white);
  padding:90px 7%;
  background:
  linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.7)),
  url("https://images.unsplash.com/photo-1540541338287-41700207dee6?auto=format&fit=crop&w=1800&q=80")
  center/cover no-repeat;
}

.page-hero h1{
  font-size:62px;
  margin:16px 0;
}

.page-hero p{
  color:#eee;
  font-size:18px;
}

.about-hero{
  background:linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.75)),url("https://images.unsplash.com/photo-1540541338287-41700207dee6?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.accommodation-hero{
  background:linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.75)),url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.dining-hero{
  background:linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.75)),url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.spa-hero{
  background:linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.75)),url("https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.experiences-hero{
  background:linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.75)),url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.gallery-hero{
  background:linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.75)),url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.offers-hero{
  background:linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.75)),url("https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

.contact-hero{
  background:linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.75)),url("https://images.unsplash.com/photo-1596178065887-1198b6148b2b?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

/* CARDS */
.highlight-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}

.highlight-card{
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(15px);
  padding:42px 28px;
  border-radius:24px;
  text-align:center;
  box-shadow:var(--shadow);
  transition:var(--transition);
  border:1px solid rgba(212,175,55,.25);
}

.highlight-card:hover{
  transform:translateY(-12px);
}

.highlight-card i{
  width:72px;
  height:72px;
  background:var(--primary);
  color:var(--secondary);
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:28px;
  margin:0 auto 22px;
}

.highlight-card h3{
  font-size:24px;
  color:var(--primary);
  margin-bottom:12px;
}

.highlight-card p{
  color:#666;
  line-height:1.7;
}

/* ROOM CARDS */
.room-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.room-card{
  background:var(--white);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:var(--transition);
}

.room-card:hover{
  transform:translateY(-10px);
}

.room-card img{
  height:280px;
  transition:var(--transition);
}

.room-card:hover img{
  transform:scale(1.08);
}

.room-content{
  padding:30px;
}

.room-content h3{
  font-size:28px;
  color:var(--primary);
  margin-bottom:12px;
}

.room-content p{
  color:#666;
  line-height:1.7;
  margin-bottom:18px;
}

.room-content a{
  color:var(--secondary);
  font-weight:700;
}

/* SHOWCASE */
.room-layout,
.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  align-items:center;
}

.reverse{
  direction:rtl;
}

.reverse > *{
  direction:ltr;
}

.room-image img,
.about-image img{
  height:520px;
  border-radius:28px;
  box-shadow:var(--shadow);
}

.room-info h2,
.about-content h2{
  font-size:48px;
  color:var(--primary);
  margin:15px 0;
}

.room-info p,
.about-content p{
  color:#666;
  line-height:1.9;
  margin-bottom:18px;
}

.room-info ul{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin:25px 0;
}

.room-info li{
  background:var(--white);
  padding:13px 16px;
  border-radius:12px;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  color:var(--primary);
  font-weight:600;
}

.room-info li::before{
  content:"✓";
  color:var(--secondary);
  margin-right:8px;
}

/* ABOUT */
.about-features{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin:25px 0;
}

.about-features p i{
  color:var(--secondary);
  margin-right:8px;
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}

.stat-card{
  background:var(--primary);
  color:var(--white);
  padding:40px;
  border-radius:24px;
  text-align:center;
  box-shadow:var(--shadow);
}

.stat-card h2{
  color:var(--secondary);
  font-size:46px;
}

.mission-grid,
.team-grid,
.video-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.mission-card,
.team-card,
.video-card{
  background:var(--white);
  padding:32px;
  border-radius:24px;
  box-shadow:var(--shadow);
  text-align:center;
  transition:var(--transition);
}

.mission-card:hover,
.team-card:hover,
.video-card:hover{
  transform:translateY(-10px);
}

.mission-card i{
  font-size:36px;
  color:var(--secondary);
  margin-bottom:18px;
}

.team-card img{
  height:330px;
  border-radius:20px;
  margin-bottom:20px;
}

.team-card h3{
  color:var(--primary);
  font-size:26px;
}

/* BANNER */
.luxury-banner{
  min-height:560px;
  background:
  linear-gradient(rgba(11,37,69,.65),rgba(11,37,69,.7)),
  url("https://images.unsplash.com/photo-1540541338287-41700207dee6?auto=format&fit=crop&w=1800&q=80")
  center/cover fixed no-repeat;
  display:flex;
  align-items:center;
  padding:0 7%;
  color:var(--white);
}

.banner-content{
  max-width:720px;
}

.banner-content h2,
.spa-content h2{
  font-size:56px;
  margin:18px 0;
}

.banner-content p,
.spa-content p{
  color:#eee;
  line-height:1.8;
  margin-bottom:28px;
}

/* DINING */
.dining-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.dining-card{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  height:360px;
  box-shadow:var(--shadow);
}

.dining-card img{
  height:100%;
  transition:var(--transition);
}

.dining-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(transparent,rgba(11,37,69,.85));
}

.dining-card h3{
  position:absolute;
  left:25px;
  bottom:25px;
  color:var(--white);
  z-index:2;
  font-size:27px;
}

.dining-card:hover img{
  transform:scale(1.1);
}

/* SPA */
.spa-section{
  padding:110px 7%;
  background:
  linear-gradient(rgba(11,37,69,.9),rgba(11,37,69,.9)),
  url("https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=1800&q=80")
  center/cover no-repeat;
  color:var(--white);
}

.spa-content{
  max-width:720px;
}

.spa-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin:28px 0;
}

.spa-list i{
  color:var(--secondary);
  margin-right:8px;
}

/* OFFERS */
.offer-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.offer-card{
  background:var(--primary);
  color:var(--white);
  padding:42px;
  border-radius:24px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}

.offer-card::before{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  right:-50px;
  top:-50px;
  background:rgba(212,175,55,.2);
  border-radius:50%;
}

.offer-card h3{
  font-size:30px;
  margin-bottom:12px;
}

.offer-card p{
  color:#ddd;
  line-height:1.7;
  margin-bottom:18px;
}

.offer-card strong{
  color:var(--secondary);
  font-size:22px;
}

/* GALLERY */
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.gallery-grid img{
  height:280px;
  border-radius:22px;
  transition:var(--transition);
  box-shadow:var(--shadow);
  cursor:pointer;
}

.gallery-grid img:hover{
  transform:scale(1.05);
  filter:brightness(1.08);
}

.video-thumb{
  position:relative;
  border-radius:20px;
  overflow:hidden;
  margin-bottom:20px;
}

.video-thumb img{
  height:260px;
}

.video-thumb i{
  position:absolute;
  inset:0;
  margin:auto;
  width:70px;
  height:70px;
  background:var(--secondary);
  color:var(--primary);
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:24px;
}

/* TESTIMONIAL */
.testimonials{
  background:var(--cream);
}

.testimonial-box{
  max-width:850px;
  margin:auto;
  background:var(--white);
  padding:50px;
  border-radius:24px;
  box-shadow:var(--shadow);
  text-align:center;
}

.testimonial-box p{
  font-size:22px;
  line-height:1.8;
  color:#444;
  font-family:"Playfair Display",serif;
}

.stars{
  color:var(--secondary);
  font-size:22px;
  margin-top:10px;
}

/* BOOKING / CONTACT FORM */
.booking-container{
  display:grid;
  grid-template-columns:1.4fr .8fr;
  gap:35px;
  align-items:start;
}

.booking-form,
.booking-summary{
  background:var(--white);
  padding:40px;
  border-radius:24px;
  box-shadow:var(--shadow);
}

.booking-form h2,
.booking-summary h3{
  color:var(--primary);
  font-size:34px;
  margin-bottom:25px;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.form-group{
  margin-bottom:20px;
}

.form-group label{
  display:block;
  margin-bottom:8px;
  font-weight:600;
  color:var(--primary);
}

.form-group input,
.form-group select,
.form-group textarea{
  width:100%;
  padding:15px 18px;
  border:1px solid #ddd;
  border-radius:14px;
  font-family:"Poppins",sans-serif;
  outline:none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  border-color:var(--secondary);
}

.booking-summary p{
  color:#555;
  line-height:1.9;
  margin-bottom:10px;
}

.booking-summary h4{
  margin-top:20px;
  color:var(--secondary);
  font-size:24px;
}

.success-popup{
  position:fixed;
  inset:0;
  background:rgba(6,24,45,.88);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transition:var(--transition);
  padding:20px;
}

.success-popup.active{
  opacity:1;
  visibility:visible;
}

.popup-box{
  background:var(--white);
  padding:45px;
  border-radius:24px;
  max-width:430px;
  text-align:center;
}

.popup-box i{
  font-size:55px;
  color:var(--secondary);
}

.close-popup{
  margin-top:20px;
  border:none;
  background:var(--primary);
  color:var(--white);
  padding:12px 28px;
  border-radius:30px;
  cursor:pointer;
}

/* CONTACT */
.map-container iframe{
  box-shadow:var(--shadow);
}

.social-contact{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.social-contact a{
  width:60px;
  height:60px;
  background:var(--primary);
  color:var(--secondary);
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:24px;
  transition:var(--transition);
}

.social-contact a:hover{
  background:var(--secondary);
  color:var(--primary);
  transform:translateY(-8px);
}

/* CTA */
.contact-cta{
  padding:90px 7%;
  text-align:center;
  background:var(--primary);
  color:var(--white);
}

.contact-cta h2{
  font-size:48px;
  margin-bottom:12px;
}

.contact-cta p{
  color:#ddd;
  margin-bottom:28px;
}

/* FOOTER */
.footer{
  background:#06182d;
  color:var(--white);
  padding:80px 7% 25px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1.4fr;
  gap:40px;
}

.footer h2{
  font-size:34px;
  margin-bottom:18px;
}

.footer h3{
  color:var(--secondary);
  margin-bottom:20px;
}

.footer p{
  color:#ccc;
  line-height:1.8;
}

.footer a{
  display:block;
  color:#ccc;
  margin-bottom:12px;
  transition:var(--transition);
}

.footer a:hover{
  color:var(--secondary);
  padding-left:6px;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  margin-top:50px;
  padding-top:22px;
  text-align:center;
  color:#ccc;
}

/* FLOAT BUTTONS */
.whatsapp-btn,
.back-top{
  position:fixed;
  right:25px;
  width:55px;
  height:55px;
  border-radius:50%;
  display:grid;
  place-items:center;
  z-index:900;
  box-shadow:var(--shadow);
  cursor:pointer;
}

.whatsapp-btn{
  bottom:95px;
  background:#25D366;
  color:white;
  font-size:28px;
}

.back-top{
  bottom:25px;
  border:none;
  background:var(--secondary);
  color:var(--primary);
  font-size:20px;
  opacity:0;
  visibility:hidden;
}

/* LIGHTBOX */
.lightbox{
  position:fixed;
  inset:0;
  background:rgba(6,24,45,.92);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:10000;
  opacity:0;
  visibility:hidden;
  transition:.4s ease;
  padding:20px;
}

.lightbox.active{
  opacity:1;
  visibility:visible;
}

.lightbox img{
  max-width:90%;
  max-height:85vh;
  border-radius:20px;
}

/* RESPONSIVE */
@media(max-width:1200px){
  .highlight-grid,
  .gallery-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .hero-content h1{
    font-size:62px;
  }
}

@media(max-width:992px){
  .menu-toggle{
    display:block;
  }

  .nav-menu{
    position:fixed;
    top:82px;
    right:-100%;
    width:300px;
    height:calc(100vh - 82px);
    background:#06182d;
    flex-direction:column;
    align-items:flex-start;
    padding:35px;
    gap:22px;
    transition:.4s ease;
  }

  .nav-menu.active{
    right:0;
  }

  .nav-btn{
    display:none;
  }

  .room-grid,
  .dining-grid,
  .offer-grid,
  .footer-grid,
  .mission-grid,
  .team-grid,
  .video-grid,
  .booking-container,
  .room-layout,
  .about-grid{
    grid-template-columns:1fr 1fr;
  }

  .hero-content h1{
    font-size:52px;
  }
}

@media(max-width:768px){
  .section,
  .footer,
  .contact-cta,
  .spa-section{
    padding:75px 5%;
  }

  .navbar,
  .hero,
  .page-hero,
  .luxury-banner{
    padding-left:5%;
    padding-right:5%;
  }

  .logo{
    font-size:25px;
  }

  .hero-content h1,
  .page-hero h1{
    font-size:42px;
  }

  .section-title h2,
  .room-info h2,
  .about-content h2,
  .banner-content h2,
  .spa-content h2,
  .contact-cta h2{
    font-size:36px;
  }

  .highlight-grid,
  .room-grid,
  .dining-grid,
  .offer-grid,
  .gallery-grid,
  .footer-grid,
  .mission-grid,
  .team-grid,
  .video-grid,
  .booking-container,
  .room-layout,
  .about-grid,
  .stats-grid{
    grid-template-columns:1fr;
  }

  .room-image img,
  .about-image img{
    height:360px;
  }

  .room-info ul,
  .about-features,
  .form-row{
    grid-template-columns:1fr;
  }

  .reverse{
    direction:ltr;
  }
}

@media(max-width:480px){
  .hero-content h1,
  .page-hero h1{
    font-size:34px;
  }

  .hero-buttons{
    flex-direction:column;
  }

  .btn{
    width:100%;
    text-align:center;
  }

  .nav-menu{
    width:100%;
  }
}