/* ================================================================
   RESTRYA HOTEL – ULTRA-PREMIUM HIMALAYAN RESORT STYLESHEET
   Location: Naldehra, Himachal Pradesh
   ================================================================ */

:root {
  --resort-gold: #a06e19;
  --resort-gold-light: #c5a880;
  --resort-gold-dark: #7a5210;
  --resort-gold-glow: rgba(160, 110, 25, 0.22);
  --resort-dark: #121214;
  --resort-dark-card: #1b1b1f;
  --resort-charcoal: #25252b;
  --resort-cream: #faf7f2;
  --resort-cream-subtle: #f4ede2;
  --resort-body: #55555e;
  --resort-border: rgba(160, 110, 25, 0.18);
  --resort-border-light: rgba(0, 0, 0, 0.08);
  --resort-radius: 14px;
  --resort-radius-sm: 8px;
  --resort-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  --resort-shadow-hover: 0 18px 40px rgba(160, 110, 25, 0.16);
  --font-serif: 'Marcellus', 'Playfair Display', Georgia, serif;
  --font-sans: 'Jost', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Base Tweaks */
body {
  font-family: var(--font-sans);
  color: var(--resort-body);
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  color: var(--resort-dark);
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* ================================================================
   1. HERO SECTION (CINEMATIC HIMALAYAN RETREAT)
   ================================================================ */
.resort-hero-wrapper {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center 35%;
  background-attachment: fixed;
  padding: 140px 20px 100px;
  text-align: center;
  overflow: hidden;
}

.resort-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 16, 0.55) 0%,
    rgba(14, 14, 16, 0.72) 60%,
    rgba(14, 14, 16, 0.9) 100%
  );
  z-index: 1;
}

.resort-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.resort-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(160, 110, 25, 0.25);
  border: 1px solid var(--resort-gold);
  color: #f7e6ce;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
}

.resort-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5.5vw, 64px);
  color: #ffffff;
  line-height: 1.18;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.resort-hero-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 300;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto 36px;
}

.resort-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* Luxury Buttons */
.btn-resort-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--resort-gold);
  color: #ffffff !important;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 50px;
  border: 1px solid var(--resort-gold);
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(160, 110, 25, 0.35);
  text-decoration: none;
}

.btn-resort-gold:hover {
  background: #b88126;
  border-color: #b88126;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(160, 110, 25, 0.45);
}

.btn-resort-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 34px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-resort-outline:hover {
  background: #ffffff;
  color: var(--resort-dark) !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Breadcrumb in Hero */
.resort-hero-breadcrumbs {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
  padding: 0;
}

.resort-hero-breadcrumbs a {
  color: var(--resort-gold-light);
  text-decoration: none;
}

/* ================================================================
   SECTION HEADERS
   ================================================================ */
.resort-section-header {
  margin-bottom: 50px;
}

.resort-section-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--resort-gold);
  margin-bottom: 12px;
}

.resort-section-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.5vw, 42px);
  color: var(--resort-dark);
  line-height: 1.25;
  margin-bottom: 16px;
}

.resort-section-desc {
  font-size: 16px;
  line-height: 1.75;
  color: var(--resort-body);
  max-width: 700px;
  margin: 0 auto;
}

/* Divider flourish */
.resort-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px auto 22px;
}

.resort-divider::before,
.resort-divider::after {
  content: '';
  height: 1px;
  width: 60px;
  background: var(--resort-gold);
  opacity: 0.4;
}

.resort-divider i {
  color: var(--resort-gold);
  font-size: 12px;
}

/* ================================================================
   2. INTRO SECTION (STORY & HIMALAYAN SPIRIT)
   ================================================================ */
.resort-intro-section {
  padding: 100px 0;
  background: #ffffff;
}

.intro-img-frame {
  position: relative;
  border-radius: var(--resort-radius);
  overflow: hidden;
  box-shadow: var(--resort-shadow);
}

.intro-img-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.intro-img-frame:hover img {
  transform: scale(1.04);
}

.intro-experience-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(18, 18, 20, 0.9);
  border: 1px solid var(--resort-gold);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 18px 24px;
  border-radius: var(--resort-radius-sm);
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.intro-experience-badge .badge-number {
  font-family: var(--font-serif);
  font-size: 34px;
  color: var(--resort-gold-light);
  line-height: 1;
  font-weight: 700;
}

.intro-experience-badge .badge-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 4px;
}

.intro-feature-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.intro-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--resort-dark);
}

.intro-feature-item i {
  color: var(--resort-gold);
  font-size: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--resort-cream-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ================================================================
   3. RESORT EXPERIENCES / HIGHLIGHTS CARDS
   ================================================================ */
.resort-highlights-section {
  padding: 90px 0 100px;
  background: var(--resort-cream);
}

.resort-highlight-card {
  background: #ffffff;
  border-radius: var(--resort-radius);
  border: 1px solid var(--resort-border);
  padding: 38px 28px;
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: var(--resort-shadow);
  position: relative;
  overflow: hidden;
}

.resort-highlight-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--resort-gold);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.resort-highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--resort-shadow-hover);
  border-color: var(--resort-gold);
}

.resort-highlight-card:hover::after {
  opacity: 1;
}

.highlight-icon-box {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--resort-cream-subtle);
  border: 1px solid var(--resort-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.highlight-icon-box i {
  font-size: 28px;
  color: var(--resort-gold);
  transition: transform 0.3s ease;
}

.resort-highlight-card:hover .highlight-icon-box {
  background: var(--resort-gold);
  border-color: var(--resort-gold);
}

.resort-highlight-card:hover .highlight-icon-box i {
  color: #ffffff;
  transform: scale(1.1);
}

.highlight-card-title {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--resort-dark);
}

.highlight-card-desc {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--resort-body);
  margin-bottom: 0;
}

/* ================================================================
   4. ACCOMMODATION / STAY SECTION
   ================================================================ */
.resort-rooms-section {
  padding: 100px 0;
  background: #ffffff;
}

.room-luxury-card {
  background: #ffffff;
  border-radius: var(--resort-radius);
  border: 1px solid var(--resort-border-light);
  box-shadow: var(--resort-shadow);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}

.room-luxury-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--resort-shadow-hover);
  border-color: var(--resort-gold);
}

.room-card-img-wrap {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.room-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.room-luxury-card:hover .room-card-img-wrap img {
  transform: scale(1.08);
}

.room-badge-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(18, 18, 20, 0.85);
  backdrop-filter: blur(6px);
  color: var(--resort-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
  border-left: 3px solid var(--resort-gold);
}

.room-luxury-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.room-luxury-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.room-luxury-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--resort-body);
  margin-bottom: 20px;
  flex-grow: 1;
}

.room-spec-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.room-spec-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--resort-dark);
  background: var(--resort-cream-subtle);
  padding: 5px 11px;
  border-radius: 4px;
}

.room-spec-chip i {
  color: var(--resort-gold);
  font-size: 11px;
}

.room-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.room-btn-link {
  color: var(--resort-gold);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.room-btn-link:hover {
  color: #7a5210;
  gap: 10px;
}

/* ================================================================
   5. RESORT AMENITIES GRID
   ================================================================ */
.resort-amenities-section {
  padding: 100px 0;
  background: var(--resort-cream);
}

.amenity-lux-box {
  background: #ffffff;
  border-radius: var(--resort-radius);
  border: 1px solid var(--resort-border);
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.amenity-lux-box:hover {
  transform: translateY(-5px);
  border-color: var(--resort-gold);
  box-shadow: 0 10px 25px rgba(160, 110, 25, 0.15);
}

.amenity-lux-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--resort-cream-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--resort-gold);
  font-size: 22px;
  transition: all 0.3s ease;
}

.amenity-lux-box:hover .amenity-lux-icon {
  background: var(--resort-gold);
  color: #ffffff;
  transform: scale(1.08);
}

.amenity-lux-name {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--resort-dark);
  margin-bottom: 6px;
}

.amenity-lux-desc {
  font-size: 13px;
  color: var(--resort-body);
  margin-bottom: 0;
}

/* ================================================================
   6. MOUNTAIN & NATURE EXPERIENCES
   ================================================================ */
.resort-activities-section {
  padding: 100px 0;
  background: #ffffff;
}

.experience-lux-card {
  position: relative;
  border-radius: var(--resort-radius);
  overflow: hidden;
  height: 320px;
  box-shadow: var(--resort-shadow);
  cursor: pointer;
  margin-bottom: 24px;
}

.experience-lux-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.experience-lux-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 16, 0.1) 0%,
    rgba(14, 14, 16, 0.85) 100%
  );
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
}

.experience-lux-card:hover img {
  transform: scale(1.08);
}

.experience-lux-card:hover .experience-lux-overlay {
  background: linear-gradient(
    180deg,
    rgba(160, 110, 25, 0.25) 0%,
    rgba(14, 14, 16, 0.92) 100%
  );
}

.experience-tag-small {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--resort-gold-light);
  margin-bottom: 6px;
}

.experience-card-heading {
  font-family: var(--font-serif);
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 6px;
}

.experience-card-text {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
  margin-bottom: 0;
}

/* ================================================================
   7. DINING EXPERIENCE
   ================================================================ */
.resort-dining-section {
  padding: 100px 0;
  background: #18181c;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.dining-img-composition {
  position: relative;
  display: flex;
  gap: 16px;
}

.dining-img-primary {
  width: 60%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--resort-radius);
  border: 1px solid rgba(160, 110, 25, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.dining-img-secondary {
  width: 40%;
  height: 360px;
  margin-top: 60px;
  object-fit: cover;
  border-radius: var(--resort-radius);
  border: 1px solid rgba(160, 110, 25, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.dining-feature-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 34px;
}

.dining-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}

.dining-feature-list li i {
  color: var(--resort-gold);
  font-size: 16px;
  margin-top: 4px;
}

/* ================================================================
   8. VISUAL GALLERY MASONRY
   ================================================================ */
.resort-gallery-section {
  padding: 100px 0;
  background: #ffffff;
}

.gallery-lux-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gallery-item-wrap {
  position: relative;
  border-radius: var(--resort-radius-sm);
  overflow: hidden;
  height: 260px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.gallery-item-wrap.span-2 {
  grid-column: span 2;
}

.gallery-item-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item-wrap:hover img {
  transform: scale(1.08);
}

.gallery-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 18, 20, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-hover-overlay i {
  color: #ffffff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(160, 110, 25, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item-wrap:hover .gallery-hover-overlay {
  opacity: 1;
}

/* ================================================================
   9. WHY CHOOSE RESTRYA
   ================================================================ */
.resort-why-section {
  padding: 100px 0;
  background: var(--resort-cream);
}

.why-lux-card {
  background: #ffffff;
  border-radius: var(--resort-radius);
  border: 1px solid var(--resort-border);
  padding: 32px 26px;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  box-shadow: var(--resort-shadow);
}

.why-lux-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--resort-shadow-hover);
  border-color: var(--resort-gold);
}

.why-lux-number {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--resort-gold-light);
  line-height: 1;
  margin-bottom: 14px;
  opacity: 0.8;
}

.why-lux-title {
  font-size: 19px;
  color: var(--resort-dark);
  margin-bottom: 10px;
}

.why-lux-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--resort-body);
  margin-bottom: 0;
}

/* ================================================================
   10. FINAL CALL TO ACTION
   ================================================================ */
.resort-cta-section {
  position: relative;
  padding: 130px 20px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  overflow: hidden;
}

.resort-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 16, 0.75) 0%,
    rgba(14, 14, 16, 0.88) 100%
  );
  z-index: 1;
}

.resort-cta-card {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  background: rgba(25, 25, 30, 0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(160, 110, 25, 0.35);
  border-radius: var(--resort-radius);
  padding: 60px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.resort-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 48px);
  color: #ffffff;
  margin-bottom: 18px;
}

.resort-cta-desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 300;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto 36px;
}

.resort-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ================================================================
   RESPONSIVE QUERIES
   ================================================================ */
@media (max-width: 991px) {
  .resort-hero-wrapper {
    min-height: 75vh;
    padding: 120px 20px 80px;
  }
  .dining-img-composition {
    margin-bottom: 40px;
  }
  .dining-img-primary {
    height: 320px;
  }
  .dining-img-secondary {
    height: 280px;
    margin-top: 40px;
  }
  .gallery-lux-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-item-wrap.span-2 {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .intro-feature-list {
    grid-template-columns: 1fr;
  }
  .gallery-lux-grid {
    grid-template-columns: 1fr;
  }
  .resort-cta-card {
    padding: 40px 20px;
  }
}
