:root {
  --gold: #c9a24c;
  --gold-soft: #e6c97a;
  --dark: #1a1410;
  --dark-2: #241b14;
  --cream: #f8f3ea;
  --muted: #7a6f64;
}

* {
  box-sizing: border-box
}

body {
  font-family: 'Poppins', sans-serif;
  color: #2a2118;
  background: var(--cream);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
.serif {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: .5px
}

.text-gold {
  color: var(--gold) !important
}

.bg-dark-luxe {
  background: var(--dark) !important;
  color: #f3e9d2
}

.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  margin-bottom: 8px
}

.section-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: var(--gold);
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: .78rem;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Navbar */
.navbar-luxe {
  background: rgba(26, 20, 16, .92);
  backdrop-filter: blur(8px);
  transition: all .3s ease;
  padding: 5px 0;
}

.navbar-luxe .navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.navbar-luxe .navbar-brand span {
  color: var(--gold)
}

.navbar-brand img {
  width: 140px;
}

.navbar-luxe .nav-link {
  color: #e8dec8 !important;
  font-weight: 400;
  font-size: .9rem;
  margin: 0 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-luxe .nav-link:hover {
  color: var(--gold) !important
}

.btn-gold {
  background: var(--gold);
  color: #1a1410;
  border: 1px solid var(--gold);
  padding: 10px 26px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .8rem;
  border-radius: 0;
  transition: all .3s ease;
}

.btn-gold:hover {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold)
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  padding: 10px 26px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .8rem;
  border-radius: 0;
  transition: all .3s ease;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: #1a1410
}

/* Hero */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  background: linear-gradient(rgba(10, 7, 4, .55), rgba(10, 7, 4, .75)),
    url('../images/exterior-night-1.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero h1 {
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 1.05;
  margin-bottom: 18px
}

.hero .lead {
  font-size: 1.1rem;
  max-width: 640px;
  margin: 0 auto 28px;
  color: #e8dec8
}

.hero-mark {
  display: inline-block;
  color: var(--gold);
  font-size: .85rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-mark:before,
.hero-mark:after {
  content: "—";
  margin: 0 14px;
  color: var(--gold)
}

/* Booking bar */
.booking-bar {
  background: #fff;
  border-top: 3px solid var(--gold);
  padding: 22px;
  margin-top: -60px;
  position: relative;
  z-index: 5;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}

.booking-bar label {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--muted);
  margin-bottom: 4px
}

.booking-bar input,
.booking-bar select {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 6px 0;
  font-size: .95rem;
  background: transparent;
}

.booking-bar input:focus,
.booking-bar select:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--gold)
}

/* About */
.about {
  padding: 110px 0
}

.about-img-wrap {
  position: relative;
  padding: 0 20px 20px 0
}

.about-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover
}

.about-img-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 75%;
  border: 2px solid var(--gold);
  z-index: -1;
}

/* Stats */
.stats {
  background: var(--dark);
  color: #fff;
  padding: 70px 0
}

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1
}

.stat-label {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: .78rem;
  color: #c9bfa8;
  margin-top: 6px
}

/* Rooms */
.rooms {
  padding: 110px 0;
  background: #fff
}

.room-card {
  background: #fff;
  border: 1px solid #ece5d6;
  overflow: hidden;
  transition: all .35s ease;
  height: 100%;
}

.room-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .12);
  border-color: var(--gold)
}

.room-img {
  position: relative;
  height: 300px;
  overflow: hidden
}

.room-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease
}

.room-card:hover .room-img img {
  transform: scale(1.08)
}

.room-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--gold);
  color: #1a1410;
  padding: 6px 14px;
  font-size: .7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.room-body {
  padding: 28px
}

.room-body h3 {
  font-size: 1.7rem;
  margin-bottom: 6px
}

.room-meta {
  color: var(--muted);
  font-size: .85rem;
  margin-bottom: 16px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap
}

.room-meta span i {
  color: var(--gold);
  margin-right: 6px
}

.tariff-table {
  width: 100%;
  border-top: 1px dashed #e2dac6;
  margin-top: 14px
}

.tariff-table tr {
  border-bottom: 1px dashed #efe7d3
}

.tariff-table td {
  padding: 9px 0;
  font-size: .92rem
}

.tariff-table td:first-child {
  color: #5e544a
}

.tariff-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--dark)
}

.tariff-table td .plan-name {
  display: inline-block;
  background: #fdf6e6;
  color: #8a6b1f;
  font-size: .7rem;
  padding: 2px 8px;
  margin-right: 8px;
  letter-spacing: 1px;
}

/* Amenities */
.amenities {
  padding: 110px 0;
  background: var(--cream)
}

.amenity {
  text-align: center;
  padding: 36px 18px;
  background: #fff;
  border: 1px solid #efe7d0;
  transition: all .3s ease;
  height: 100%;
}

.amenity:hover {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark)
}

.amenity:hover h5,
.amenity:hover i {
  color: var(--gold)
}

.amenity i {
  font-size: 2.6rem;
  color: var(--gold);
  margin-bottom: 14px;
  display: block
}

.amenity h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  margin-bottom: 6px
}

.amenity p {
  font-size: .85rem;
  color: var(--muted);
  margin: 0
}

.amenity:hover p {
  color: #c9bfa8
}

/* Gallery */
.gallery {
  padding: 110px 0;
  background: #fff
}

.gal-item {
  overflow: hidden;
  height: 280px;
  margin-bottom: 24px
}

.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease
}

.gal-item:hover img {
  transform: scale(1.1)
}

/* Dining */
.dining {
  padding: 110px 0;
  background: var(--dark);
  color: #f3e9d2
}

.dining h2 {
  color: #fff
}

.dining p {
  color: #c9bfa8
}

.dining-img {
  height: 520px;
  object-fit: cover;
  width: 100%
}

/* Testimonials */
.testimonials {
  padding: 110px 0;
  background: var(--cream)
}

.testimonial {
  background: #fff;
  padding: 38px;
  border-top: 3px solid var(--gold);
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

.testimonial p {
  font-style: italic;
  color: #3d342a;
  font-size: 1.02rem
}

.testimonial .stars {
  color: var(--gold);
  margin-bottom: 10px
}

.testimonial .name {
  font-weight: 600;
  margin-top: 14px;
  color: var(--dark)
}

.testimonial .role {
  font-size: .8rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 2px
}

/* Contact */
.contact {
  padding: 110px 0;
  background: #fff
}

.contact-info {
  background: var(--dark);
  color: #f3e9d2;
  padding: 44px;
  height: 100%;
}

.contact-info h3 {
  color: #fff;
  margin-bottom: 24px
}

.contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px
}

.contact-item i {
  color: var(--gold);
  font-size: 1.4rem;
  margin-top: 4px
}

.contact-item h6 {
  color: var(--gold);
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .78rem;
  font-weight: 500
}

.contact-item p {
  margin: 0;
  color: #e8dec8
}

.contact-form {
  background: var(--cream);
  padding: 44px
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #d4cab4;
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
  font-size: .95rem;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border-color: var(--gold);
  background: transparent
}

.contact-form label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--muted)
}

/* Footer */
footer {
  background: #0f0a06;
  color: #a89e88;
  padding: 60px 0 24px
}

footer h5 {
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  margin-bottom: 18px
}

footer a {
  color: #a89e88;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  font-size: .92rem
}

footer a:hover {
  color: var(--gold)
}

.footer-bottom {
  border-top: 1px solid #1f1812;
  margin-top: 40px;
  padding-top: 22px;
  text-align: center;
  font-size: .85rem;
  color: #776c58;
}

.social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #2c2218;
  color: #a89e88;
  margin-right: 8px;
  transition: all .3s ease;
}

.social a:hover {
  background: var(--gold);
  color: #1a1410;
  border-color: var(--gold)
}

.page-banner {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-top: 76px;
}

.page-banner h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: .6rem;
}

.page-banner .crumbs {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .75rem;
  color: #c9a24c;
}

.page-banner .crumbs a {
  color: #c9a24c;
  text-decoration: none;
}

/* About us */
.feature-card {
  background: #fff;
  padding: 32px 26px;
  border: 1px solid #efe7d7;
  border-radius: 6px;
  height: 100%;
  transition: .3s;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(201, 162, 76, .15);
}

.feature-card i {
  font-size: 2.2rem;
  color: #c9a24c;
  margin-bottom: 14px;
}

/* Dining */

.menu-card {
  background: #fff;
  border: 1px solid #efe7d7;
  border-radius: 8px;
  padding: 28px;
  height: 100%;
  transition: .3s;
}

.menu-card:hover {
  box-shadow: 0 18px 35px rgba(201, 162, 76, .15);
  transform: translateY(-4px);
}

.menu-card h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #c9a24c;
  border-bottom: 1px dashed #e6d7b0;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.menu-card .item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dotted #f0eadb;
  font-size: .95rem;
}

.menu-card .item:last-child {
  border-bottom: 0;
}

.menu-card .item span:last-child {
  color: #c9a24c;
  font-weight: 600;
}

.timing-card {
  background: #1a1410;
  color: #f4ead4;
  padding: 40px 30px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
}

.timing-card i {
  color: #c9a24c;
  font-size: 2rem;
  margin-bottom: 14px;
}

.timing-card h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #c9a24c;
}

/* Contact */
.map-wrap {
  border: 1px solid #efe7d7;
  border-radius: 8px;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

/* Gallery */
.gallery-filter {
  text-align: center;
  margin-bottom: 36px;
}

.gallery-filter button {
  background: transparent;
  border: 1px solid #c9a24c;
  color: #1a1410;
  padding: 6px 22px;
  margin: 4px;
  border-radius: 50px;
  font-size: .8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: .25s;
}

.gallery-filter button.active,
.gallery-filter button:hover {
  background: #c9a24c;
  color: #fff;
}

/* rooms */
.room-detail {
  padding: 40px 0;
  border-bottom: 1px solid #efe7d7;
}

.room-detail:last-child {
  border-bottom: 0;
}

.room-detail h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #1a1410;
  font-size: 2rem;
}

.room-detail .feature-pill {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #c9a24c;
  color: #c9a24c;
  border-radius: 50px;
  font-size: .75rem;
  margin: 2px 4px 2px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media(max-width:767px) {
  .hero {
    height: auto;
    padding: 140px 0 80px
  }

  .booking-bar {
    margin-top: 0
  }

  .about-img-wrap img {
    height: 380px
  }

  .room-img {
    height: 240px
  }

  .stat-num {
    font-size: 2.6rem
  }
}