/* =============================================
   ENRICH RESORT CITY™ — SHARED STYLESHEET
   ============================================= */

:root {
  --gold: #C9A96E;
  --gold-light: #e0c899;
  --dark: #111111;
  --dark-2: #1a1a1a;
  --dark-3: #222222;
  --card-bg: #1e1e1e;
  --text: #e8e8e8;
  --text-muted: #999;
  --sidebar-w: 280px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--dark);
  color: var(--text);
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* ===================== SIDEBAR ===================== */
.sidebar {
  position: fixed;
  left: 0; top: 0;
  width: var(--sidebar-w);
  height: 100vh;
  background: #141414;
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  border-right: 1px solid #222;
}
.logo-wrap { margin-bottom: 40px; }
.logo-wrap .logo-img { width: 100px; max-width: 100%; height: auto; display: block; }
.logo-main { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 500; color: var(--gold); letter-spacing: 4px; line-height: 1; }
.logo-sub { font-size: 9px; letter-spacing: 3px; color: #666; margin-top: 4px; }
nav { flex: 1; }
nav ul { list-style: none; }
nav ul li { border-bottom: 1px solid #1e1e1e; }
nav ul li a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; color: #ccc; text-decoration: none; font-size: 13px; letter-spacing: 1px; transition: color .3s; }
nav ul li a:hover, nav ul li a.active { color: var(--gold); }
.reservation-block { margin-top: auto; display: flex; align-items: center; gap: 14px; padding-top: 24px; border-top: 1px solid #222; }
.reservation-block .icon { width: 40px !important; height: 40px !important; min-width: 40px; min-height: 40px; flex-shrink: 0; flex-grow: 0; align-self: center; border: 1px solid var(--gold); border-radius: 50%; display: flex !important; align-items: center; justify-content: center; color: var(--gold); overflow: hidden; }
.reservation-block .icon i { font-size: 14px; line-height: 1; }
.reservation-block .label { font-size: 11px; color: var(--gold); letter-spacing: 1px; }
.reservation-block .phone { font-size: 12px; color: #fff; letter-spacing: 1px; }

/* ===================== MAIN CONTENT ===================== */
.main-content { margin-left: var(--sidebar-w); }

/* ===================== HERO SLIDER (index) ===================== */
.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 0 !important;
  min-height: unset !important;
  display: block !important;
}
.hero-slider .slide {
  z-index: 0;
  pointer-events: none;
}
.hero-slider .slide.active {
  z-index: 2;
  pointer-events: auto;
}
.hero-slider .slide-bg,
.hero-slider .slide-overlay {
  pointer-events: none;
}
.hero-slider .slide-content {
  position: absolute;
  z-index: 3;
}
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.slide.active { opacity: 1; }
.slide-bg { width: 100%; height: 100%; background-size: cover; background-position: center; transform: scale(1.05); transition: transform 8s ease; }
.slide.active .slide-bg { transform: scale(1); }
.slide-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }
.slide-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 600px; }
.slide-stars { color: var(--gold); font-size: 18px; letter-spacing: 4px; margin-bottom: 10px; opacity: 0; transform: translateY(20px); transition: all .6s ease .1s; }
.slide.active .slide-stars { opacity: 1; transform: translateY(0); }
.slide-label { font-size: 16px; letter-spacing: 4px; color: var(--gold); margin-bottom: 16px; opacity: 0; transform: translateY(20px); transition: all .6s ease .1s; text-shadow: 1px 1px 4px rgba(0,0,0,0.6); font-weight: 700; text-transform: uppercase; }
.slide.active .slide-label { opacity: 1; transform: translateY(0); }
.slide-title { font-family: 'Cormorant Garamond', serif; font-size: 65px; font-weight: 600; line-height: 1.1; color: #fff; opacity: 0; transform: translateY(30px); transition: all .8s ease .3s; text-shadow: 3px 3px 12px rgba(0,0,0,0.8); text-transform: uppercase; }
.slide.active .slide-title { opacity: 1; transform: translateY(0); }
.explore-btn { display: inline-block; margin-top: 32px; padding: 14px 36px; border: 1px solid rgba(255,255,255,0.5); color: #fff; font-size: 11px; letter-spacing: 3px; text-decoration: none; opacity: 0; transform: translateY(20px); transition: all .8s ease .6s; font-weight: 700; text-transform: uppercase; cursor: pointer; position: relative; }
.slide.active .explore-btn { opacity: 1; transform: translateY(0); }
.explore-btn:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.4); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 18px; z-index: 10; transition: all .3s; }
.slider-arrow:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.slider-arrow.prev { left: 20px; }
.slider-arrow.next { right: 20px; }
.mouse-icon { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10; }
.mouse-body { width: 24px; height: 38px; border: 2px solid rgba(255,255,255,0.6); border-radius: 12px; display: flex; justify-content: center; padding-top: 6px; }
.mouse-dot { width: 3px; height: 8px; background: #fff; border-radius: 2px; animation: mouseScroll 1.8s infinite ease-in-out; }
@keyframes mouseScroll { 0% { transform: translateY(0); opacity: 1; } 60% { transform: translateY(10px); opacity: 0; } 61% { transform: translateY(0); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } }

/* ===================== PAGE HERO (sub-pages) ===================== */
.page-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 0 !important;
  min-height: unset !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  animation: slowZoom 12s ease forwards;
}
@keyframes slowZoom { to { transform: scale(1); } }
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.2) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 80px;
  text-align: center;
}
.page-hero-breadcrumb {
  display: none;
}
.page-hero-breadcrumb a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color .3s; }
.page-hero-breadcrumb a:hover { color: var(--gold); }
.page-hero-breadcrumb span { color: var(--gold); }
.page-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 96px;
  font-weight: 300;
  color: #fff;
  line-height: 0.95;
  letter-spacing: -1px;
}
.page-hero-divider {
  width: 80px;
  height: 1px;
  background: var(--gold);
  margin: 28px auto 0;
}

/* ===================== SECTION STYLES ===================== */
section {
  padding: 80px 80px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer { min-height: unset !important; display: block !important; }

.section-tag-line { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.section-tag-line .tag-text { font-size: 11px; letter-spacing: 3px; color: var(--gold); white-space: nowrap; }
.section-tag-line::before { content: ''; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.section-tag-line::after { content: ''; flex: 1; height: 1px; background: #333; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 54px; font-weight: 300; color: #fff; line-height: 1.1; margin-bottom: 20px; }
.section-desc { color: var(--text-muted); font-size: 14px; line-height: 1.8; max-width: 650px; }

/* ===================== STATS ROW ===================== */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: #222;
  min-height: unset !important;
  display: grid !important;
  padding: 0 !important;
}
.stat-cell {
  background: var(--dark);
  padding: 60px 40px;
  text-align: center;
  transition: background .3s;
}
.stat-cell:hover { background: var(--dark-3); }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ===================== BENTO GRID ===================== */
.bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 50px;
}
.bento-cell { position: relative; overflow: hidden; border-radius: 2px; }
.bento-cell-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.bento-cell:hover .bento-cell-img { transform: scale(1.05); }
.bento-cell-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
.bento-cell-text {
  background: var(--card-bg);
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bento-cell-icon { width: 56px; height: 56px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 22px; margin-bottom: 20px; }
.bento-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: #fff; margin-bottom: 10px; }
.bento-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; flex: 1; margin-bottom: 20px; }
.bento-link { font-size: 11px; letter-spacing: 2px; color: var(--gold); text-decoration: none; display: flex; align-items: center; gap: 8px; }

/* ===================== ACCORDION ===================== */
.accordion { margin-top: 40px; --bs-accordion-bg: transparent; --bs-accordion-border-color: transparent; --bs-accordion-btn-bg: transparent; --bs-accordion-active-bg: transparent; border: none !important; border-radius: 0 !important; }
.accordion-item { background: transparent !important; background-color: transparent !important; border: none !important; border-bottom: 1px solid #222 !important; border-radius: 0 !important; }
.accordion-header { display: flex !important; align-items: center !important; gap: 24px; padding: 28px 0; cursor: pointer; transition: all .3s; background: transparent !important; border: none !important; margin-bottom: 0 !important; }
.accordion-icon-btn {
  width: 46px; height: 46px;
  min-width: 46px; min-height: 46px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #111;
  font-size: 20px;
  flex-shrink: 0;
  transition: transform .3s, background .3s;
}
.accordion-item.open .accordion-icon-btn { background: var(--gold-light); transform: rotate(90deg); }
.accordion-item-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: #fff !important; transition: color .3s; }
.accordion-header:hover .accordion-item-title { color: var(--gold) !important; }
.accordion-body { overflow: hidden !important; max-height: 0 !important; transition: max-height .45s ease; padding: 0 !important; background: transparent !important; }
.accordion-body.open { max-height: 600px !important; }
.accordion-body-inner { padding: 4px 0 32px 70px; font-size: 14px; color: var(--text-muted); line-height: 1.8; }

/* ===================== PROFILE CARDS ===================== */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.profile-card { background: var(--card-bg); border-radius: 2px; overflow: hidden; transition: transform .3s; }
.profile-card:hover { transform: translateY(-4px); }
.profile-img { height: 300px; overflow: hidden; }
.profile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; filter: grayscale(20%); }
.profile-card:hover .profile-img img { transform: scale(1.06); filter: grayscale(0%); }
.profile-body { padding: 28px; }
.profile-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #fff; margin-bottom: 4px; }
.profile-role { font-size: 11px; letter-spacing: 2px; color: var(--gold); margin-bottom: 12px; }
.profile-bio { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ===================== FEATURED PROFILE ===================== */
.featured-profile { display: grid; grid-template-columns: 420px 1fr; gap: 0; background: var(--card-bg); border-radius: 2px; overflow: hidden; margin-top: 50px; }
.featured-profile-img { overflow: hidden; }
.featured-profile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.featured-profile:hover .featured-profile-img img { transform: scale(1.04); }
.featured-profile-body { padding: 64px; display: flex; flex-direction: column; justify-content: center; gap: 20px; }

/* ===================== TIMELINE ===================== */
.timeline { position: relative; margin-top: 60px; }
.timeline::before { content: ''; position: absolute; left: 23px; top: 0; bottom: 0; width: 1px; background: #2a2a2a; }
.timeline-item { display: flex; gap: 40px; margin-bottom: 50px; position: relative; }
.timeline-dot { width: 48px; height: 48px; background: var(--dark-3); border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 14px; font-weight: 600; flex-shrink: 0; position: relative; z-index: 1; }
.timeline-content { flex: 1; padding-top: 8px; }
.timeline-year { font-size: 11px; letter-spacing: 3px; color: var(--gold); margin-bottom: 8px; }
.timeline-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #fff; margin-bottom: 8px; }
.timeline-text { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ===================== PACKAGE CARDS (image + detail) ===================== */
.package-card { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; background: var(--card-bg); border-radius: 2px; overflow: hidden; margin-bottom: 24px; }
.package-card.reversed { direction: rtl; }
.package-card.reversed > * { direction: ltr; }
.package-img { overflow: hidden; height: 400px; }
.package-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.package-card:hover .package-img img { transform: scale(1.05); }
.package-body { padding: 52px; display: flex; flex-direction: column; justify-content: space-between; }
.package-tag { font-size: 11px; letter-spacing: 3px; color: var(--gold); margin-bottom: 16px; }
.package-title { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: #fff; margin-bottom: 12px; }
.package-desc { font-size: 14px; color: var(--text-muted); line-height: 1.8; margin-bottom: 28px; }
.package-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 32px; }
.package-feature { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #ccc; }
.package-feature i { color: var(--gold); }
.package-footer { display: flex; align-items: center; gap: 20px; }
.package-price { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: #fff; }
.package-price small { font-size: 13px; color: var(--text-muted); font-family: 'Raleway', sans-serif; }

/* ===================== CONTACT FORM ===================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; }
.form-group { margin-bottom: 24px; }
.form-label { display: block; font-size: 11px; letter-spacing: 2px; color: var(--gold); margin-bottom: 10px; }
.form-input, .form-textarea, .form-select { width: 100%; background: var(--dark-3); border: 1px solid #333; color: var(--text); padding: 16px 20px; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 300; transition: border-color .3s; outline: none; border-radius: 0; appearance: none; }
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--gold); }
.form-textarea { height: 140px; resize: vertical; }
.form-btn { background: var(--gold); color: #111; padding: 16px 44px; font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 3px; border: none; cursor: pointer; transition: background .3s; }
.form-btn:hover { background: var(--gold-light); }

/* ===================== NEWS CARDS ===================== */
.news-featured { display: grid; grid-template-columns: 1.3fr 1fr; gap: 0; background: var(--card-bg); border-radius: 2px; overflow: hidden; margin-top: 50px; }
.news-featured-img { height: 500px; overflow: hidden; }
.news-featured-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.news-featured:hover .news-featured-img img { transform: scale(1.04); }
.news-featured-body { padding: 64px; display: flex; flex-direction: column; justify-content: center; }
.news-date { font-size: 11px; letter-spacing: 3px; color: var(--gold); margin-bottom: 16px; }
.news-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: #fff; line-height: 1.2; margin-bottom: 16px; }
.news-excerpt { font-size: 14px; color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.news-card { background: var(--card-bg); border-radius: 2px; overflow: hidden; transition: transform .3s; }
.news-card:hover { transform: translateY(-4px); }
.news-card-img { height: 220px; overflow: hidden; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-card:hover .news-card-img img { transform: scale(1.06); }
.news-card-body { padding: 28px; }
.news-card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.news-card-text { font-size: 13px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }

/* ===================== PHASES ===================== */
.phases-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.phase-card { background: var(--card-bg); padding: 44px; border-radius: 2px; position: relative; overflow: hidden; }
.phase-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #2a2a2a; }
.phase-card.active-phase::before { background: var(--gold); }
.phase-num { font-family: 'Cormorant Garamond', serif; font-size: 80px; font-weight: 300; color: #1e1e1e; line-height: 1; margin-bottom: 4px; }
.phase-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: #fff; margin-bottom: 10px; }
.phase-period { font-size: 11px; letter-spacing: 3px; color: var(--gold); margin-bottom: 16px; }
.phase-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; }
.phase-status-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 1px; padding: 6px 16px; border: 1px solid #444; color: #888; }
.phase-status-badge.current { border-color: var(--gold); color: var(--gold); }
.phase-status-badge.complete { background: var(--gold); border-color: var(--gold); color: #111; }

/* ===================== PARTNER LOGOS ===================== */
.partner-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: #1a1a1a; margin-top: 50px; }
.partner-logo-cell { background: var(--dark); padding: 50px 40px; display: flex; flex-direction: column; gap: 16px; transition: background .3s; }
.partner-logo-cell:hover { background: var(--dark-3); }
.partner-logo-icon { width: 64px; height: 64px; background: var(--dark-2); border: 1px solid #2a2a2a; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 26px; }
.partner-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #fff; }
.partner-role { font-size: 11px; letter-spacing: 2px; color: var(--gold); }
.partner-country { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ===================== SUSTAINABILITY GOALS ===================== */
.goal-list { list-style: none; margin-top: 40px; }
.goal-item { display: flex; align-items: flex-start; gap: 28px; padding: 32px 0; border-bottom: 1px solid #1e1e1e; }
.goal-icon-wrap { width: 56px; height: 56px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #111; font-size: 22px; flex-shrink: 0; }
.goal-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #fff; margin-bottom: 6px; }
.goal-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ===================== QUOTE SECTION ===================== */
.quote-hero { background: var(--dark-3); }
.big-quote { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; font-style: italic; color: #fff; line-height: 1.3; max-width: 900px; margin: 0 auto; text-align: center; }
.big-quote-mark { font-size: 120px; color: var(--gold); opacity: .2; font-family: 'Cormorant Garamond', serif; line-height: 0.8; display: block; margin-bottom: 20px; }
.quote-author { font-size: 13px; letter-spacing: 3px; color: var(--gold); margin-top: 28px; text-align: center; display: block; }

/* ===================== ABOUT SECTION ===================== */
.about-section { background: var(--dark); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-text .section-title { font-size: 72px; line-height: 1.05; margin-bottom: 28px; }
.about-images { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 10px; }
.about-img { border-radius: 2px; overflow: hidden; }
.about-img img { width: 100%; object-fit: cover; display: block; filter: brightness(0.85); transition: filter .3s; }
.about-img img:hover { filter: brightness(1); }
.about-img:nth-child(1) img { height: 190px; }
.about-img:nth-child(2) { grid-row: 1 / 3; }
.about-img:nth-child(2) img { height: 100%; min-height: 390px; object-position: center; }
.about-img:nth-child(3) img { height: 190px; }
.about-img:nth-child(4) { display: none; }
.rating-box { display: flex; align-items: center; gap: 20px; background: var(--dark-3); padding: 24px 28px; border-radius: 2px; margin-top: 24px; }
.rating-num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: #fff; line-height: 1; }
.rating-stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
.rating-text { font-size: 12px; color: var(--text-muted); }

/* ===================== ROOMS SECTION ===================== */
.rooms-section { background: var(--dark-2); }
.rooms-slider-wrap { position: relative; overflow: hidden; margin-top: 40px; }
.rooms-track { display: flex; transition: transform .6s ease; }
.room-slide { min-width: calc(100% / 3); padding: 0 8px; }
.room-card-featured { background: var(--dark-3); padding: 36px; height: 360px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 2px; }
.room-card-img { position: relative; height: 360px; overflow: hidden; border-radius: 2px; cursor: pointer; }
.room-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.room-card-img:hover img { transform: scale(1.05); }
.room-card-label { position: absolute; bottom: 20px; left: 0; writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg); font-size: 13px; color: #fff; letter-spacing: 2px; padding: 10px 16px; background: rgba(0,0,0,0.5); }
.room-card-img .hover-info { position: absolute; inset: 0; background: rgba(17,17,17,0.88); display: flex; flex-direction: column; justify-content: space-between; padding: 30px; opacity: 0; transition: opacity .4s ease; }
.room-card-img:hover .hover-info { opacity: 1; }
.room-card-img:hover .room-card-label { opacity: 0; }
.room-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0; }
.room-feature { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #ccc; }
.room-feature i { color: var(--gold); }
.room-price { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: #fff; }
.room-price span { font-size: 13px; color: var(--text-muted); font-family: 'Raleway', sans-serif; }
.room-btn { width: 40px; height: 40px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #111; font-size: 16px; border: none; cursor: pointer; }

/* ===================== DOTS ===================== */
.slider-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.dot { width: 12px; height: 12px; border-radius: 50%; background: transparent; border: 1.5px solid #777; cursor: pointer; transition: all .3s; }
.dot.active { background: var(--gold); border-color: var(--gold); }

/* ===================== AMENITIES ===================== */
.amenities-section { background: var(--dark); }
.amenities-slider-wrap { overflow: hidden; margin-top: 40px; }
.amenities-track { display: flex; transition: transform .6s ease; }
.amenity-slide { min-width: calc(100% / 3); padding: 0 8px; }
.amenity-card { background: var(--card-bg); padding: 36px; position: relative; overflow: hidden; border-radius: 2px; min-height: 220px; transition: transform .3s; cursor: pointer; }
.amenity-card:hover { transform: translateY(-4px); }
.amenity-num { position: absolute; width: 44px; height: 44px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: #111; bottom: 20px; right: 20px; transition: all .4s ease; }
.amenity-card:hover .amenity-num { bottom: calc(100% - 64px); right: 16px; }
.amenity-icon { width: 56px; height: 56px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 22px; margin-bottom: 20px; }
.amenity-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #fff; margin-bottom: 12px; }
.amenity-desc { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ===================== SERVICES ===================== */
.services-section { background: var(--dark-2); }
.services-slider-wrap { overflow: hidden; margin-top: 40px; }
.services-track { display: flex; transition: transform .6s ease; }
.service-slide { min-width: 100%; }
.service-card { position: relative; height: 460px; max-width: 900px; width: 100%; margin: 0 auto; display: flex; align-items: center; }
.service-img { position: absolute; left: 0; top: 0; width: 60%; height: 100%; overflow: hidden; border-radius: 2px; z-index: 1; }
.service-card.reversed .service-img { left: auto; right: 0; }
.service-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.service-img:hover img { transform: scale(1.04); }
.service-info { position: relative; z-index: 2; width: 52%; min-height: 320px; margin-left: auto; background: var(--card-bg); padding: 48px; display: flex; flex-direction: column; justify-content: space-between; }
.service-card.reversed .service-info { margin-left: 0; margin-right: auto; }
.service-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: #fff; margin-bottom: 20px; }
.service-desc { font-size: 14px; color: var(--text-muted); line-height: 1.8; margin-bottom: 32px; }
.learn-btn { display: inline-block; padding: 14px 32px; background: var(--gold); color: #111; font-size: 11px; letter-spacing: 2px; text-decoration: none; border: none; cursor: pointer; font-family: 'Raleway', sans-serif; font-weight: 600; transition: background .3s; align-self: flex-start; }
.learn-btn:hover { background: var(--gold-light); color: #111; }

/* ===================== BLOG ===================== */
.blog-section { background: var(--dark); }
.blog-slider-wrap { overflow: hidden; margin-top: 40px; }
.blog-track { display: flex; transition: transform .6s ease; }
.blog-slide { min-width: calc(100% / 3); padding: 0 8px; }
.blog-card { background: var(--card-bg); border-radius: 2px; overflow: hidden; }
.blog-card-img { height: 200px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-body { padding: 28px; }
.blog-card-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #fff; margin-bottom: 12px; line-height: 1.3; }
.blog-card-text { font-size: 13px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.blog-arrow { width: 38px; height: 38px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #111; font-size: 16px; cursor: pointer; border: none; }

/* ===================== FOOTER ===================== */
footer { background: #0e0e0e; padding: 60px 80px 40px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1.2fr 1fr; gap: 60px; padding-bottom: 40px; border-bottom: 1px solid #222; }
.footer-tag { display: flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 3px; color: var(--gold); margin-bottom: 16px; }
.footer-tag::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.footer-tag::after { content: ''; flex: 1; height: 1px; background: #333; }
.footer-title { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--gold); margin-bottom: 24px; }
.footer-address, .footer-phone, .footer-email { font-size: 13px; color: var(--text-muted); line-height: 1.8; }
.footer-phone { color: #fff; font-size: 18px; margin: 12px 0 4px; }
.footer-email { color: var(--text-muted); text-decoration: underline; }
.social-links { display: flex; gap: 12px; margin-top: 20px; }
.social-link { width: 38px; height: 38px; border: 1px solid #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 14px; text-decoration: none; transition: all .3s; }
.social-link:hover { border-color: var(--gold); color: var(--gold); }
.footer-col-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--gold); margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links li::before { content: '•'; color: var(--gold); margin-right: 10px; }
.footer-links a { color: var(--text-muted); text-decoration: none; font-size: 13px; transition: color .3s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 12px; color: #555; }

/* ===================== BACK TO TOP ===================== */
.back-top { position: fixed; bottom: 32px; right: 32px; width: 48px; height: 48px; cursor: pointer; z-index: 200; opacity: 0; transition: opacity .4s; }
.back-top.visible { opacity: 1; }
.back-top svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.back-top .progress-circle { fill: none; stroke: var(--gold); stroke-width: 2; stroke-dasharray: 138; stroke-dashoffset: 138; transition: stroke-dashoffset .1s; }
.back-top .bg-circle { fill: var(--dark-3); stroke: #333; stroke-width: 1; }
.back-top .arrow { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 16px; }

/* ===================== MOBILE NAV ===================== */
.mobile-nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: #141414; border-bottom: 1px solid #222; padding: 0 20px; height: 60px; align-items: center; justify-content: space-between; }
.mobile-logo { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--gold); letter-spacing: 3px; }
.mobile-logo img { height: 30px; width: auto; display: block; }
.mobile-logo span { display: block; font-family: 'Raleway', sans-serif; font-size: 8px; letter-spacing: 2px; color: #666; margin-top: 1px; }
.hamburger { background: none; border: none; color: #ccc; font-size: 22px; cursor: pointer; padding: 4px; display: flex; align-items: center; }
.mobile-menu { display: none; position: fixed; top: 60px; left: 0; right: 0; bottom: 0; background: #141414; z-index: 199; overflow-y: auto; padding: 20px 28px 40px; flex-direction: column; }
.mobile-menu.open { display: flex; }
.mobile-menu nav ul { list-style: none; }
.mobile-menu nav ul li { border-bottom: 1px solid #1e1e1e; }
.mobile-menu nav ul li a { display: block; padding: 14px 0; color: #ccc; text-decoration: none; font-size: 15px; letter-spacing: 1px; transition: color .3s; }
.mobile-menu nav ul li a:hover, .mobile-menu nav ul li a.active { color: var(--gold); }
.mobile-menu-footer { margin-top: auto; padding-top: 24px; border-top: 1px solid #222; font-size: 12px; color: var(--text-muted); }
.mobile-menu-footer a { color: var(--gold); text-decoration: none; }

/* ===================== UTILITY ===================== */
.gold { color: var(--gold); }
.text-center { text-align: center; }
.cta-btn {
  display: inline-block;
  padding: 16px 44px;
  background: var(--gold);
  color: #111;
  font-size: 11px;
  letter-spacing: 3px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background .3s;
}
.cta-btn:hover { background: var(--gold-light); }
.cta-btn-outline {
  display: inline-block;
  padding: 15px 44px;
  background: transparent;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 3px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  border: 1px solid var(--gold);
  cursor: pointer;
  transition: all .3s;
}
.cta-btn-outline:hover { background: var(--gold); color: #111; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.three-col { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
.info-card { background: var(--card-bg); padding: 40px; border-radius: 2px; }
.info-card-icon { width: 56px; height: 56px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 22px; margin-bottom: 20px; }
.info-card-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #fff; margin-bottom: 12px; }
.info-card-text { font-size: 13px; color: var(--text-muted); line-height: 1.7; }
.divider-line { width: 60px; height: 1px; background: var(--gold); margin: 20px 0; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1280px) {
  :root { --sidebar-w: 250px; }
  .page-hero-title { font-size: 78px; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .about-text .section-title { font-size: 62px; }
}
@media (max-width: 1024px) {
  .sidebar { display: none; }
  .main-content { margin-left: 0; }
  .mobile-nav { display: flex; }
  section:not(.hero-slider):not(.page-hero):not(.stats-row) { padding: 80px 48px; margin-top: 60px; }
  .hero-slider { margin-top: 60px; height: calc(100vh - 60px); }
  .page-hero { margin-top: 60px; height: calc(100vh - 60px); }
  .page-hero-content { padding: 0 48px; text-align: center; }
  .page-hero-title { font-size: 60px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-text .section-title { font-size: 52px; }
  .room-slide { min-width: calc(100% / 2) !important; }
  .amenity-slide { min-width: calc(100% / 2) !important; }
  .blog-slide { min-width: calc(100% / 2) !important; }
  .service-card { max-width: 100%; height: auto; flex-direction: column; }
  .service-img { position: relative; width: 100%; height: 320px; top: auto; left: auto; right: auto; }
  .service-card.reversed .service-img { right: auto; }
  .service-info { width: 100%; margin-left: 0; margin-right: 0; min-height: auto; }
  .service-card.reversed .service-info { margin-left: 0; margin-right: 0; }
  .slide-title { font-size: 56px; }
  .slide-content { width: 90%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .featured-profile { grid-template-columns: 1fr; }
  .featured-profile-img { height: 320px; }
  .featured-profile-body { padding: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .news-featured { grid-template-columns: 1fr; }
  .news-featured-img { height: 300px; }
  .news-featured-body { padding: 40px; }
  .phases-overview { grid-template-columns: 1fr; }
  .package-card { grid-template-columns: 1fr; }
  .package-card.reversed { direction: ltr; }
  .package-img { height: 280px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .partner-logos { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .three-col { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { padding: 0 !important; margin-top: 60px; }
  footer { padding: 48px 48px 32px !important; }
}
@media (max-width: 768px) {
  section:not(.hero-slider):not(.page-hero):not(.stats-row) { padding: 60px 32px; margin-top: 60px; }
  .page-hero-content { padding: 0 32px; }
  .page-hero-title { font-size: 46px; }
  .section-title { font-size: 38px; }
  .about-text .section-title { font-size: 42px; }
  .room-slide { min-width: 100% !important; }
  .amenity-slide { min-width: 100% !important; }
  .blog-slide { min-width: 100% !important; }
  .slide-title { font-size: 40px; }
  .slide-content { width: 92%; }
  .about-images { grid-template-columns: 1fr 1fr; }
  .about-img:nth-child(2) { grid-row: auto; }
  .about-img:nth-child(2) img { min-height: 150px; height: 150px; }
  .about-img:nth-child(1) img, .about-img:nth-child(3) img { height: 150px; }
  .service-img { height: 240px; }
  .service-info { padding: 30px 26px; }
  .service-title { font-size: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  footer { padding: 48px 32px 32px !important; }
  .hero-slider .slider-arrow { display: none; }
  .back-top { bottom: 18px; right: 18px; }
  .big-quote { font-size: 32px; }
  .bento-grid { grid-template-columns: 1fr; }
  .partner-logos { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .stat-num { font-size: 52px; }
}
@media (max-width: 480px) {
  section:not(.hero-slider):not(.page-hero):not(.stats-row) { padding: 48px 20px; margin-top: 60px; }
  .page-hero-content { padding: 0 20px; }
  .page-hero-title { font-size: 34px; }
  .section-title { font-size: 32px; }
  .about-text .section-title { font-size: 34px; }
  .slide-title { font-size: 30px; line-height: 1.2; }
  .slide-content { width: 94%; }
  .service-img { height: 200px; }
  .service-info { padding: 22px 18px; }
  .service-title { font-size: 24px; }
  .learn-btn { padding: 12px 22px; font-size: 10px; }
  footer { padding: 40px 20px 28px !important; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .footer-title { font-size: 24px; }
  .mouse-icon { display: none; }
  .stat-num { font-size: 42px; }
  .news-grid { grid-template-columns: 1fr; }
  .accordion-item-title { font-size: 20px; }
}
