* {
  font-family: "Jost", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #0a0a0a;
  color: #e8d5a0;
  overflow-x: hidden;
}

ul, ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a { text-decoration: none; }

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
}

.c { clear: both; }

.wrapper {
  width: 88%;
  margin: 0 auto;
}

/* ── BACK TO TOP ── */
#back-top {
  display: inline-block;
  background: #c9a84c;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.4s, visibility 0.4s;
  cursor: pointer;
}

#back-top::after {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 48px;
  color: #0a0a0a;
}

#back-top.show {
  opacity: 1;
  visibility: visible;
}

/* ── HEADER ── */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(5, 5, 5, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  z-index: 999;
  padding-top: 15px;
}

.hl {
  float: left;
  width: 25%;
  padding-left: 5px;
}

.hotel-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
  color: #e8d5a0;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.hotel-name span {
  color: #c9a84c;
}

.hotel-tagline {
  font-size: 9px;
  letter-spacing: 4px;
  color: #c9a84c;
  text-transform: uppercase;
  margin-top: 3px;
}

nav {
  float: left;
  width: 55%;
  margin-top: 8px;
  text-align: center;
}

nav ul li {
  display: inline-block;
  margin: 0 15px;
}

nav ul li a {
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(232, 213, 160, 0.8);
  text-transform: uppercase;
  font-weight: 400;
  transition: color 0.3s ease;
}

nav ul li a:hover,
nav ul li a.active {
  color: #c9a84c;
}

.header-book {
  float: right;
  width: 15%;
  text-align: right;
  margin-top: 5px;
}

.header-book a {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a84c;
  border: 1px solid #c9a84c;
  padding: 8px 18px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.header-book a:hover {
  background: #c9a84c;
  color: #0a0a0a;
}

/* ── BANNER ── */
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}

.banner .slide.active {
  opacity: 1;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(5,5,5,0.75) 0%, rgba(5,5,5,0.3) 60%, rgba(5,5,5,0.1) 100%);
  z-index: 1;
}

.scon {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 580px;
}

.scon-tag {
  font-size: 11px;
  letter-spacing: 5px;
  color: #c9a84c;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.scon-tag::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #c9a84c;
}

.scon h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  font-weight: 300;
  color: #f5ead4;
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.scon h2 span {
  color: #c9a84c;
  font-style: italic;
}

.scon-sub {
  font-size: 15px;
  color: rgba(232, 213, 160, 0.75);
  line-height: 1.8;
  margin-bottom: 35px;
  font-weight: 300;
}

.scon-btns {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn-gold {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: #c9a84c;
  color: #0a0a0a;
  padding: 14px 32px;
  border-radius: 2px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background: #e8d5a0;
}

.btn-outline {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #e8d5a0;
  border: 1px solid rgba(232, 213, 160, 0.4);
  padding: 14px 28px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  border-color: #c9a84c;
  color: #c9a84c;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scroll-indicator span {
  font-size: 9px;
  letter-spacing: 3px;
  color: #c9a84c;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 35px;
  background: #c9a84c;
  opacity: 0.6;
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.8; }
}

/* ── FEATURES ── */
.features {
  background: #111;
  padding: 80px 0;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.f {
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: center;
  padding: 40px 30px;
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 4px;
  transition: all 0.4s ease;
}

.f:nth-child(3) {
  margin-right: 0;
}

.f:hover {
  border-color: rgba(201, 168, 76, 0.4);
  background: rgba(201, 168, 76, 0.04);
}

.f-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #c9a84c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.f-icon i {
  color: #c9a84c;
  font-size: 22px;
}

.f h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  color: #e8d5a0;
  margin-bottom: 12px;
}

.f p {
  font-size: 14px;
  color: rgba(200, 180, 130, 0.7);
  line-height: 1.7;
}

/* ── ABOUT ── */
.about {
  background: #0d0d0d;
  padding: 100px 0;
}

.about-left {
  float: left;
  width: 45%;
  position: relative;
}

.about-left img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 4px;
  filter: brightness(0.85);
}

.about-img-overlay {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #c9a84c;
  padding: 20px 30px;
  border-radius: 2px;
}

.about-img-overlay p {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: #0a0a0a;
  font-weight: 600;
  letter-spacing: 2px;
}

.about-right {
  float: right;
  width: 48%;
  padding-top: 30px;
}

.section-tag {
  font-size: 10px;
  letter-spacing: 4px;
  color: #c9a84c;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-tag::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #c9a84c;
}

.about-right h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 300;
  color: #e8d5a0;
  line-height: 1.15;
  margin-bottom: 25px;
}

.about-right h2 span {
  color: #c9a84c;
  font-style: italic;
}

.about-right > p {
  font-size: 15px;
  color: rgba(200, 180, 130, 0.75);
  line-height: 1.9;
  margin-bottom: 18px;
}

.about-stats {
  display: flex;
  gap: 40px;
  margin: 35px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.stat h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  color: #c9a84c;
  font-weight: 400;
  margin-bottom: 5px;
}

.stat p {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(200, 180, 130, 0.6);
  text-transform: uppercase;
}

/* ── ROOMS ── */
.rooms {
  background: #0a0a0a;
  padding: 100px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 300;
  color: #e8d5a0;
  margin-bottom: 12px;
}

.section-header h2 span {
  color: #c9a84c;
  font-style: italic;
}

.section-header .section-tag {
  justify-content: center;
}

.section-header .section-tag::before {
  display: none;
}

.section-sub {
  font-size: 14px;
  color: rgba(200, 180, 130, 0.6);
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto;
}

.section-header.light h2,
.section-header.light .section-tag {
  color: #c9a84c;
}

.section-header.light .section-sub {
  color: rgba(200, 180, 130, 0.7);
}

.room {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.room:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.room-reverse {
  flex-direction: row-reverse;
}

.room img {
  width: 55%;
  height: 420px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  filter: brightness(0.85);
  transition: filter 0.4s ease;
}

.room img:hover {
  filter: brightness(1);
}

.room-info {
  flex: 1;
}

.room-type {
  font-size: 10px;
  letter-spacing: 4px;
  color: #c9a84c;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.room-info h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 300;
  color: #e8d5a0;
  margin-bottom: 18px;
}

.room-info > p {
  font-size: 14px;
  color: rgba(200, 180, 130, 0.7);
  line-height: 1.8;
  margin-bottom: 25px;
}

.room-details {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.room-details span {
  font-size: 12px;
  color: rgba(200, 180, 130, 0.6);
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.room-details span i {
  color: #c9a84c;
  font-size: 14px;
}

.room-price {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
}

.room-price p {
  font-size: 14px;
  color: rgba(200, 180, 130, 0.7);
}

.room-price strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  color: #c9a84c;
  font-weight: 400;
}

/* ── AMENITIES ── */
.amenities {
  background: #111;
  padding: 100px 0;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
}

.amenities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.amenity {
  flex: 1 1 calc(25% - 20px);
  text-align: center;
  padding: 40px 20px;
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 4px;
  transition: all 0.4s ease;
}

.amenity:hover {
  background: rgba(201, 168, 76, 0.06);
  border-color: rgba(201, 168, 76, 0.35);
  transform: translateY(-5px);
}

.amenity i {
  font-size: 32px;
  color: #c9a84c;
  margin-bottom: 15px;
  display: block;
}

.amenity h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: #e8d5a0;
  margin-bottom: 8px;
}

.amenity p {
  font-size: 12px;
  color: rgba(200, 180, 130, 0.55);
  letter-spacing: 0.5px;
}

/* ── EXPERIENCES ── */
.experiences {
  background: #0d0d0d;
  padding: 100px 0;
}

.exp-grid {
  display: flex;
  gap: 15px;
}

.exp {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 420px;
}

.exp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.6);
}

.exp:hover img {
  transform: scale(1.08);
  filter: brightness(0.4);
}

.exp-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(5,5,5,0.9) 0%, transparent 100%);
  transition: all 0.4s ease;
}

.exp-overlay h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: #e8d5a0;
  margin-bottom: 5px;
}

.exp-overlay p {
  font-size: 12px;
  color: rgba(200, 180, 130, 0.7);
  letter-spacing: 0.5px;
}

/* ── TESTIMONIALS ── */
.testimonials {
  background: #0a0a0a;
  padding: 100px 0;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
}

.testi-grid {
  display: flex;
  gap: 25px;
}

.testi {
  flex: 1;
  padding: 40px 35px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 4px;
  transition: all 0.4s ease;
}

.testi:hover {
  border-color: rgba(201, 168, 76, 0.4);
  background: rgba(201, 168, 76, 0.03);
}

.testi-stars {
  color: #c9a84c;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.testi p {
  font-size: 15px;
  color: rgba(200, 180, 130, 0.75);
  line-height: 1.9;
  font-style: italic;
  margin-bottom: 25px;
  font-family: "Cormorant Garamond", serif;
}

.testi-author h4 {
  font-size: 14px;
  color: #e8d5a0;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.testi-author span {
  font-size: 11px;
  color: rgba(200, 180, 130, 0.5);
  letter-spacing: 1px;
}

/* ── FOOTER ── */
.footer {
  background: #080808;
  padding: 70px 0;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
}

.fbox {
  float: left;
  width: 28%;
  margin-right: 8%;
}

.fbox:nth-child(3) {
  margin-right: 0;
}

.fbox h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: #c9a84c;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  letter-spacing: 2px;
}

.fbox p {
  font-size: 13px;
  color: rgba(200, 180, 130, 0.6);
  line-height: 1.8;
  margin-bottom: 20px;
}

.fbox ul li {
  font-size: 13px;
  color: rgba(200, 180, 130, 0.6);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fbox ul li i {
  color: #c9a84c;
  width: 14px;
}

.fbox ul li a {
  color: rgba(200, 180, 130, 0.6);
  transition: color 0.3s ease;
}

.fbox ul li a:hover {
  color: #c9a84c;
}

.fbox ul li a i {
  color: #c9a84c;
  margin-right: 8px;
  font-size: 11px;
}

.fsocial {
  display: flex;
  gap: 12px;
}

.fsocial a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.fsocial a i {
  color: rgba(200, 180, 130, 0.6);
  font-size: 15px;
  transition: color 0.3s ease;
}

.fsocial a:hover {
  background: #c9a84c;
  border-color: #c9a84c;
}

.fsocial a:hover i {
  color: #0a0a0a;
}

.copyright {
  background: #050505;
  padding: 18px 0;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
}

.copyright p {
  font-size: 12px;
  color: rgba(200, 180, 130, 0.4);
  letter-spacing: 1px;
  text-align: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hl { float: none; width: 100%; text-align: center; }
  nav { float: none; width: 100%; text-align: center; margin-top: 5px; }
  nav ul li { margin: 0 8px; }
  nav ul li a { font-size: 11px; }
  .header-book { display: none; }
  .header { height: auto; padding: 12px 0; }
  .scon h2 { font-size: 42px; }
  .scon { left: 5%; right: 5%; max-width: 100%; }
  .f { float: none; width: 100%; margin-right: 0; margin-bottom: 20px; }
  .about-left, .about-right { float: none; width: 100%; }
  .about-left { margin-bottom: 60px; }
  .room { flex-direction: column; }
  .room-reverse { flex-direction: column; }
  .room img { width: 100%; }
  .amenity { flex: 1 1 calc(50% - 20px); }
  .exp-grid { flex-wrap: wrap; }
  .exp { flex: 1 1 calc(50% - 15px); }
  .testi-grid { flex-direction: column; }
  .fbox { float: none; width: 100%; margin-right: 0; margin-bottom: 30px; }
}