@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Jost:wght@300;400;500&display=swap');

.page-content { padding: 3.5rem 0; }

.back-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  color: #5a6270; text-decoration: none; margin-bottom: 2rem;
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  transition: color 0.3s ease; font-family: 'Jost', sans-serif;
}
.back-link:hover { color: #cc3333; }

.room-hero {
  width: 100%; height: 420px; object-fit: cover; border-radius: 0;
  margin-bottom: 1rem; box-shadow: 0 8px 40px rgba(0,0,0,0.5);
  border: 1px solid #3d4450; filter: contrast(1.03) brightness(0.97);
  transition: filter 0.4s ease;
}
.room-hero:hover { filter: contrast(1.06) brightness(1.02); }

.thumbnail-gallery {
  display: flex; gap: 0.75rem; margin-bottom: 3rem; overflow-x: auto; padding-bottom: 4px;
}
.thumbnail-gallery::-webkit-scrollbar { height: 2px; }
.thumbnail-gallery::-webkit-scrollbar-track { background: #1a1c1f; }
.thumbnail-gallery::-webkit-scrollbar-thumb { background: #cc3333; }

.thumbnail-gallery img {
  width: 110px; height: 80px; object-fit: cover; border-radius: 0;
  border: 1px solid #3d4450; cursor: pointer; transition: all 0.3s ease;
  opacity: 0.5; flex-shrink: 0;
}
.thumbnail-gallery img:hover,
.thumbnail-gallery img.active { border-color: #cc3333; opacity: 1; box-shadow: 0 0 10px rgba(196,154,60,0.2); }

.room-content {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr; gap: 3rem;
}

.room-title {
  font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700;
  margin: 1.5rem 0 1rem; color: #e8dcc8; text-transform: uppercase;
  letter-spacing: 0.08em; line-height: 1.1;
}

.room-badges { display: flex; gap: 0.5rem; margin-bottom: 2rem; flex-wrap: wrap; }
.room-badges .badge { font-size: 0.7rem; padding: 4px 10px; border-radius: 0; font-family: 'Jost', sans-serif; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; }

.room-details h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600;
  color: #e8dcc8; letter-spacing: 0.1em; text-transform: uppercase;
  border-bottom: 1px solid #cc3333; padding-bottom: 6px;
  margin-bottom: 1rem; margin-top: 2rem; display: inline-block;
}
.room-details h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600;
  margin-top: 2rem; margin-bottom: 0.75rem; color: #e8dcc8;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.room-details h4 {
  font-family: 'Jost', sans-serif; font-size: 0.78rem; font-weight: 500;
  margin-top: 1.5rem; margin-bottom: 0.75rem; color: #5a6270;
  letter-spacing: 0.15em; text-transform: uppercase;
}

hr { border: none; border-top: 1px solid #3d4450; margin: 1.5rem 0; }

.room-details p { color: #7a8290; line-height: 1.8; margin-bottom: 1rem; font-size: 0.9rem; }
.room-details ul { list-style: none; padding-left: 0; }
.room-details li { color: #6a7280; margin-bottom: 0.5rem; padding-left: 1.5rem; position: relative; font-size: 0.85rem; line-height: 1.6; }
.room-details li::before { content: "—"; position: absolute; left: 0; color: #cc3333; font-size: 0.8rem; }

.pricing-card {
  background: #222629; border: 1px solid #3d4450; border-top: 2px solid #cc3333;
  border-radius: 0; padding: 2rem; text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4); position: sticky; top: 100px; align-self: start;
}

.price-label { color: #5a6270; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.25rem; font-family: 'Jost', sans-serif; }
.price { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: #e8dcc8; margin-bottom: 0; line-height: 1; }

.price-details { list-style: none; padding: 1rem 0; margin: 1.5rem 0; text-align: left; border-top: 1px solid #3d4450; border-bottom: 1px solid #3d4450; }
.price-details li { padding: 0.5rem 0; color: #7a8290; display: flex; align-items: center; gap: 0.75rem; font-size: 0.85rem; margin-bottom: 0; }
.price-details li::before { font-size: 1rem; opacity: 0.7; }
.price-details li:nth-child(1)::before { content: "⏱"; }
.price-details li:nth-child(2)::before { content: "👥"; }
.price-details li:nth-child(3)::before { content: "★"; color: #cc3333; opacity: 1; }

.cancellation-note { font-size: 0.72rem; color: #3d4450; margin-top: 1rem; letter-spacing: 0.08em; text-transform: uppercase; }

.book-btn {
  background: #cc3333; color: #1a1c1f; border: 1px solid #cc3333;
  padding: 1rem 2rem; font-family: 'Jost', sans-serif; font-size: 0.8rem;
  border-radius: 0; width: 100%; cursor: pointer; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.2em; transition: all 0.3s ease;
  margin-top: 1rem; display: block; text-align: center;
}
.book-btn:hover { background: #e04444; border-color: #e04444; color: #1a1c1f; text-decoration: none; box-shadow: 0 4px 16px rgba(196,154,60,0.3); }

.rating-btn {
  background: transparent; color: #5a6270; border: 1px solid #3d4450;
  padding: 0.8rem 2rem; font-family: 'Jost', sans-serif; font-size: 0.75rem;
  border-radius: 0; width: 100%; cursor: pointer; font-weight: 400;
  letter-spacing: 0.15em; text-transform: uppercase; transition: all 0.3s ease;
  margin-top: 0.75rem; display: block; text-align: center; text-decoration: none;
}
.rating-btn:hover { background: #1a1c1f; color: #c8c0b0; border-color: #5a6270; text-decoration: none; }

@media (max-width: 768px) {
  .room-content { grid-template-columns: 1fr; }
  .room-title { font-size: 2rem; }
  .room-hero { height: 260px; }
  .thumbnail-gallery { margin-bottom: 2rem; }
  .pricing-card { position: static; }
}

#Rooms { min-height: 800px; transition: min-height 0.3s ease; }