:root{
  --maroon:#6B0F1A;
  --cream:#F7F1E1;
  --gold:#C8A24A;
  --text:#1F1F1F;
  --muted:#6c757d;
  --bg:#f6f6f6;
}

*{ box-sizing:border-box; }
body{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
}

h1,h2,h3,h4,h5,.brand-title{
  font-family: "Playfair Display", serif;
}

a{ text-decoration:none; }
.section{ padding: 64px 0; }
.section-alt{ background: var(--bg); }
.section-title{ font-size: clamp(1.5rem, 1.2rem + 1vw, 2.2rem); }
.section-sub{ color: var(--muted); margin-bottom: 0; }

.topbar{
  background: var(--maroon);
  color: var(--cream);
}
.topbar-link{ color: var(--cream); opacity: .95; }
.topbar-link:hover{ opacity: 1; text-decoration: underline; }

.brand-title{ font-weight: 700; line-height: 1.05; }
.brand-sub{ line-height: 1.05; }

.btn-brand{
  background: var(--maroon);
  color: var(--cream);
  border: 1px solid var(--maroon);
}
.btn-brand:hover{
  background: #560c15;
  border-color: #560c15;
  color: var(--cream);
}
.btn-outline-brand{
  border: 1px solid var(--maroon);
  color: var(--maroon);
}
.btn-outline-brand:hover{
  background: var(--maroon);
  color: var(--cream);
}

.hero{
  position: relative;
  overflow: hidden;
}
.hero-slide{
  min-height: 78vh;
  display:flex;
  align-items:center;
  position: relative;
  padding: 56px 0;
}
.hero-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(900px 400px at 20% 20%, rgba(0,0,0,.15), rgba(0,0,0,.65));
}
.hero-slide > .container{
  position: relative;
  z-index: 2;
}
.hero-kicker{
  color: rgba(255,255,255,.85);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .85rem;
}
.hero-title{
  color: #fff;
  font-size: clamp(2rem, 1.3rem + 2vw, 3.2rem);
  font-weight: 700;
}
.hero-text{
  color: rgba(255,255,255,.85);
  font-size: 1.05rem;
  max-width: 52ch;
}

.hero-img-1{ background: url("ChatGPT\ Image\ May\ 30\,\ 2026\,\ 06_42_17\ PM.png") center/cover no-repeat; }

.booking-card{
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.feature-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,.04);
}
.feature-icon{
  font-size: 1.5rem;
  color: var(--maroon);
}

.room-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.room-img{
  height: 190px;
  background: #ddd center/cover no-repeat;
}
.room-img-std{ background-image: url("bed1.png"); }
.room-img-deluxe{ background-image: url("bed2.png"); }
.room-img-sdeluxe{ background-image: url("bed3.png"); }
.room-img-family{ background-image: url("bed4.jpg"); }
.room-img-suite{ background-image: url("bed5.jpeg"); }

.amenity{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  display:flex;
  align-items:center;
  gap: 10px;
  height: 100%;
}
.amenity i{
  color: var(--maroon);
  font-size: 1.2rem;
}

.media-card{
  border-radius: 18px;
  border: 1px solid #eee;
  height: 360px;
  background: #ddd center/cover no-repeat;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}
.media-img-about{ background-image: url("ChatGPT\ Image\ May\ 30\,\ 2026\,\ 06_42_17\ PM.png"); }

.gallery-tile{
  height: 180px;
  border-radius: 16px;
  border: 1px solid #eee;
  background: #ddd center/cover no-repeat;
  cursor: pointer;
}
.gallery-tile.g1{ background-image: url("bed1.png"); }
.gallery-tile.g2{ background-image: url("bed2.png"); }
.gallery-tile.g3{ background-image: url("bed3.png"); }
.gallery-tile.g4{ background-image: url("bed4.jpg"); }
.gallery-tile.g5{ background-image: url("bed5.jpeg"); }
.gallery-tile.g6{ background-image: url("bed6.png"); }
.gallery-tile.g7{ background-image: url("gallary.png"); }
.gallery-tile.g8{ background-image: url("entry;.png"); }

.review-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 16px;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0,0,0,.04);
}
.stars{ color: #F4B400; font-size: .95rem; margin: 6px 0; }

.contact-card, .cta-card{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.footer{
  background: var(--maroon);
  color: var(--cream);
}
.footer-brand{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.3rem;
}
.footer-title{
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-link{ color: rgba(255,255,255,.85); }
.footer-link:hover{ color: #fff; text-decoration: underline; }

.floating-cta{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  display:flex;
  z-index: 999;
  box-shadow: 0 -8px 24px rgba(0,0,0,.15);
}

@media (max-width: 991px){
  .hero-slide{ min-height: 92vh; }
  .section{ padding: 52px 0; }
  body{ padding-bottom: 52px; }
}