/* ============================================================
   HOTEL MAHEK — Facilities Page Styles
   ============================================================ */

/* ---- SHARED DETAIL PAGES ---- */
.detail-page { background:var(--off-white); }
.detail-hero {
  position:relative; min-height:430px;
  display:flex; align-items:center;
  padding-top:var(--header-h, 90px);
  background-size:cover; background-position:center;
  overflow:hidden;
}
.detail-hero-rooms { background-image:url('../img/banner/hero2.webp'); }
.detail-hero-amenities { background-image:url('../img/banner/hero3.webp'); }
.detail-hero-gallery { background-image:url('../img/banner/hero5.webp'); }
.detail-hero-overlay {
  position:absolute; inset:0;
  background:linear-gradient(105deg, rgba(8,25,46,0.94) 0%, rgba(8,25,46,0.72) 52%, rgba(26,111,168,0.34) 100%);
}
.detail-hero-body { position:relative; z-index:1; padding:52px 28px 70px; max-width:1240px; }
.detail-hero h1 { max-width:680px; margin:10px 0 14px; font-size:clamp(38px,5.6vw,68px); color:var(--white); }
.detail-hero p { max-width:610px; color:rgba(255,255,255,0.7); font-size:16px; line-height:1.8; }
.detail-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.detail-stat-strip { background:var(--navy); border-top:1px solid rgba(255,255,255,0.08); border-bottom:1px solid rgba(255,255,255,0.08); }
.detail-stats { display:grid; grid-template-columns:repeat(4,1fr); }
.detail-stats div { padding:22px 20px; text-align:center; border-right:1px solid rgba(255,255,255,0.08); }
.detail-stats div:last-child { border-right:0; }
.detail-stats strong { display:block; font-family:'Cormorant Garamond',serif; font-size:32px; color:var(--gold); line-height:1; }
.detail-stats span { display:block; margin-top:6px; font-size:10.5px; letter-spacing:1.4px; text-transform:uppercase; color:rgba(255,255,255,0.48); }
.detail-section-head { max-width:680px; margin-bottom:38px; }
.detail-section-head h2 { font-size:clamp(30px,4vw,50px); color:var(--navy); margin:6px 0 10px; }
.detail-section-head p { color:var(--gray); font-size:15px; line-height:1.75; }

/* ---- ROOMS DETAIL PAGE ---- */
.room-detail-section { padding:40px 0; background:linear-gradient(180deg, var(--sand) 0%, var(--off-white) 100%); }
.room-detail-card {
  display:grid; grid-template-columns:minmax(280px, 0.7fr) minmax(0, 1.3fr);
  overflow:hidden; background:var(--white); border:1px solid var(--gray-light);
  border-radius:18px; box-shadow:var(--shadow-lg);
}
.room-detail-media { position:relative; min-height:270px; background:var(--navy); }
.room-carousel-large { position:absolute; inset:0; }
.room-carousel-large .room-carousel-nav {
  width:36px;
  height:36px;
}
.room-carousel-large .room-carousel-dots {
  bottom:18px;
}
.room-detail-badge {
  position:absolute; left:22px; top:22px; z-index:5;
  padding:6px 13px; border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  color:var(--navy); font-size:11px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase;
}
.room-detail-body { padding:16px 18px; }
.room-detail-content {
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(220px, 0.42fr);
  gap:14px;
  align-items:stretch;
}
.room-detail-info {
  min-width:0;
}
.room-detail-kicker { font-size:10px; color:var(--ocean); font-weight:800; letter-spacing:2px; text-transform:uppercase; margin-bottom:4px; }
.room-detail-body h2 { font-size:clamp(24px,2.4vw,32px); color:var(--navy); margin-bottom:5px; }
.room-detail-desc {
  color:#405064;
  font-size:12.5px;
  line-height:1.42;
  margin-bottom:8px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.room-spec-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(118px,1fr)); gap:8px; margin-bottom:14px; }
.room-spec-grid div {
  display:grid; grid-template-columns:28px 1fr; gap:1px 8px; align-items:center;
  padding:9px; border:1px solid var(--gray-light); border-radius:10px; background:var(--off-white);
}
.room-spec-grid i {
  grid-row:1 / span 2; width:28px; height:28px; display:flex; align-items:center; justify-content:center;
  border-radius:10px; background:rgba(201,149,42,0.12); color:var(--gold);
  font-size:12px;
}
.room-spec-grid span { font-size:9px; color:var(--gray); letter-spacing:0.8px; text-transform:uppercase; line-height:1.2; }
.room-spec-grid strong { color:var(--navy); font-size:12px; line-height:1.25; }
.room-detail-copy { display:grid; grid-template-columns:repeat(auto-fit,minmax(170px,1fr)); gap:8px; margin-bottom:14px; }
.room-detail-copy p { color:var(--gray); font-size:12.5px; line-height:1.5; }
.room-detail-amenities { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:18px; }
.room-detail-amenities span {
  display:inline-flex; align-items:center; gap:7px;
  padding:6px 9px; border:1px solid rgba(26,111,168,0.14); border-radius:8px;
  background:rgba(26,111,168,0.05); color:#31445a; font-size:11.5px; font-weight:600;
}
.room-detail-amenities i { color:var(--ocean); }
.room-detail-actions { display:flex; flex-wrap:wrap; gap:12px; }
.rooms-more, .amenities-more { margin-top:34px; }
.room-book-panel {
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
  min-width:0;
  padding:14px;
  border:1px solid rgba(201,149,42,0.22);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(201,149,42,0.08), rgba(255,255,255,0.82));
  margin-bottom:0;
}
.room-quick-facts {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  margin-bottom:9px;
}
.room-quick-facts span {
  display:flex;
  align-items:center;
  gap:7px;
  min-height:30px;
  padding:5px 8px;
  border:1px solid var(--gray-light);
  border-radius:10px;
  background:rgba(255,255,255,0.72);
  color:#34465b;
  font-size:11.5px;
  font-weight:800;
}
.room-quick-facts i {
  color:var(--gold);
}
.room-rate-box {
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  align-items:center;
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:1px solid rgba(8,25,46,0.09);
}
.rate-label {
  display:block;
  font-size:10px;
  color:var(--gray);
  letter-spacing:1px;
  text-transform:uppercase;
}
.rate-old {
  color:#8a94a3;
  font-size:13px;
  text-decoration:line-through;
}
.room-rate-box strong {
  font-size:26px;
  color:var(--navy);
  line-height:1;
}
.room-rate-box small {
  color:var(--gray);
  font-size:12px;
}
.rate-discount {
  align-self:flex-start;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(22,163,74,0.12);
  color:#15803d;
  font-size:12px;
  font-weight:800;
}
.room-book-form {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.room-book-form.compact {
  display:block;
}
.rb-field label {
  display:block;
  margin-bottom:4px;
  font-size:9.5px;
  color:rgba(8,25,46,0.55);
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}
.rb-field input,
.rb-field select {
  width:100%;
  height:36px;
  border:1px solid var(--gray-light);
  border-radius:10px;
  padding:0 12px;
  color:var(--navy);
  font-family:'Inter',sans-serif;
  background:var(--white);
}
.room-book-submit {
  grid-column:1 / -1;
  width:100%;
  min-height:42px;
}
.room-book-note {
  display:flex;
  align-items:flex-start;
  gap:7px;
  margin-top:7px;
  color:var(--gray);
  font-size:11px;
  line-height:1.5;
}
.room-book-note i {
  margin-top:3px;
  color:#16a34a;
}
.room-detail-amenities.compact {
  margin-bottom:0;
}
.room-detail-amenities.compact span {
  padding:4px 6px;
  font-size:10px;
}

/* ---- BOOKING PAGE ---- */
.booking-page { background:var(--sand); }
.booking-hero {
  padding:calc(var(--header-h) + 28px) 0 26px;
  background:
    linear-gradient(135deg, rgba(8,25,46,0.94), rgba(15,37,66,0.78)),
    url('../img/banner/hero0.webp');
  background-size:cover;
  background-position:center;
  color:var(--white);
}
.booking-crumb {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:10px;
  color:rgba(255,255,255,0.48);
  font-size:12px;
  font-weight:700;
}
.booking-crumb a {
  color:rgba(255,255,255,0.72);
}
.booking-crumb i {
  color:rgba(201,149,42,0.72);
  font-size:9px;
}
.booking-crumb span {
  color:var(--gold-light);
}
.booking-hero h1 {
  max-width:720px;
  margin:0 0 6px;
  font-size:clamp(30px,3.8vw,46px);
  color:var(--white);
}
.booking-hero p {
  max-width:640px;
  color:rgba(255,255,255,0.68);
  font-size:14px;
  line-height:1.55;
}
.booking-section { padding:22px 0 44px; }
.booking-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:20px;
  align-items:start;
}
.booking-form-panel { display:grid; gap:10px; }
.booking-card,
.booking-summary-card {
  background:var(--white);
  border:1px solid var(--gray-light);
  border-radius:16px;
  box-shadow:var(--shadow-sm);
}
.booking-card { padding:12px 14px; }
.booking-card.compact-card { padding:12px 14px; }
.booking-card-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:9px;
  padding-bottom:7px;
  border-bottom:1px solid var(--gray-light);
}
.booking-card-head span {
  display:block;
  margin-bottom:0;
  color:var(--gold);
  font-size:9px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}
.booking-card-head h2 {
  color:var(--navy);
  font-size:19px;
  line-height:1.1;
}
.booking-card-head > i {
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(201,149,42,0.1);
  color:var(--gold);
}
.booking-grid {
  display:grid;
  gap:8px;
  margin-bottom:8px;
}
.booking-grid.compact-stay {
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.booking-grid.compact-stay .bk-field:nth-child(1),
.booking-grid.compact-stay .bk-field:nth-child(2),
.booking-grid.compact-stay .bk-field:nth-child(3) {
  grid-column:span 2;
}
.booking-grid.compact-stay .bk-field:nth-child(4),
.booking-grid.compact-stay .bk-field:nth-child(5),
.booking-grid.compact-stay .bk-field:nth-child(6) {
  grid-column:span 2;
}
.booking-grid.two { grid-template-columns:repeat(2,minmax(0,1fr)); }
.booking-grid.three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.booking-grid.title-name { grid-template-columns:110px 1fr 1fr; }
.bk-field label {
  display:block;
  margin-bottom:4px;
  color:rgba(8,25,46,0.56);
  font-size:9.5px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
}
.bk-field input,
.bk-field select,
.bk-field textarea {
  width:100%;
  min-height:34px;
  border:1px solid var(--gray-light);
  border-radius:10px;
  padding:7px 10px;
  color:var(--navy);
  background:var(--white);
  font-family:'Inter',sans-serif;
  font-size:13px;
  outline:none;
}
.bk-field input:focus,
.bk-field select:focus,
.bk-field textarea:focus {
  border-color:rgba(201,149,42,0.65);
  box-shadow:0 0 0 3px rgba(201,149,42,0.12);
}
.bk-field small {
  display:block;
  margin-top:3px;
  color:#9aa3af;
  font-size:10.5px;
}
.phone-field > div {
  display:grid;
  grid-template-columns:135px 1fr;
  gap:8px;
}
.availability-pill {
  min-height:34px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 10px;
  border:1px solid rgba(22,163,74,0.22);
  border-radius:10px;
  background:rgba(22,163,74,0.08);
  color:#15803d;
  font-size:12.5px;
  font-weight:700;
}
.booking-help {
  display:flex;
  align-items:flex-start;
  gap:7px;
  margin-top:2px;
  color:var(--gray);
  font-size:11px;
  line-height:1.35;
}
.compact-capacity {
  margin-top:-2px;
  padding:7px 9px;
  border-radius:10px;
  background:rgba(26,111,168,0.06);
  border:1px solid rgba(26,111,168,0.12);
}
.guest-limit-note {
  margin-top:7px;
}
.booking-help i {
  margin-top:3px;
  color:var(--gold);
}
.booking-add-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:32px;
  padding:0 11px;
  border:1px solid rgba(201,149,42,0.35);
  border-radius:999px;
  color:var(--gold);
  background:rgba(201,149,42,0.08);
  font-weight:800;
  cursor:pointer;
}
.booking-add-btn.disabled,
.booking-add-btn:disabled {
  opacity:0.55;
  cursor:not-allowed;
}
.guest-list { display:grid; gap:12px; }
.guest-list { gap:8px; }
.guest-row {
  display:grid;
  grid-template-columns:90px 1fr 178px;
  gap:8px;
  align-items:start;
  padding:8px;
  border:1px solid var(--gray-light);
  border-radius:12px;
  background:var(--off-white);
}
.guest-age-field > div {
  display:grid;
  grid-template-columns:1fr 34px;
  gap:6px;
}
.guest-age-field button {
  width:32px;
  min-height:34px;
  border:1px solid rgba(239,68,68,0.22);
  border-radius:10px;
  background:rgba(239,68,68,0.07);
  color:#dc2626;
  cursor:pointer;
}
.guest-age-field button i {
  display:inline-flex;
  width:1em;
  height:1em;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.payment-options {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:8px 0 10px;
}
.payment-options label {
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border:1px solid var(--gray-light);
  border-radius:10px;
  color:#31445a;
  font-size:12.5px;
  font-weight:700;
}
.booking-submit { width:100%; min-height:40px; }
.booking-summary { position:sticky; top:86px; }
.booking-summary-card { overflow:hidden; }
.booking-summary-card img {
  width:100%;
  height:170px;
  object-fit:cover;
}
.booking-summary-body { padding:16px; }
.booking-summary-kicker {
  color:var(--ocean);
  font-size:10px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}
.booking-summary-body h2 {
  color:var(--navy);
  font-size:24px;
  margin:4px 0 10px;
}
.summary-price-line,
.summary-breakup div,
.summary-total {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.summary-price-line {
  margin-bottom:6px;
  color:var(--gray);
  font-size:13px;
}
.summary-price-line.offer strong {
  color:var(--navy);
  font-size:20px;
}
.summary-discount {
  display:inline-flex;
  margin:2px 0 10px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(22,163,74,0.1);
  color:#15803d;
  font-size:12px;
  font-weight:800;
}
.summary-breakup {
  display:grid;
  gap:6px;
  padding:10px 0;
  border-top:1px solid var(--gray-light);
  border-bottom:1px solid var(--gray-light);
}
.summary-breakup div {
  color:var(--gray);
  font-size:13px;
}
.summary-breakup strong { color:var(--navy); }
.summary-total {
  padding-top:10px;
}
.summary-total span {
  color:var(--navy);
  font-weight:800;
}
.summary-total strong {
  color:var(--gold);
  font-size:23px;
}
.summary-note {
  display:flex;
  gap:8px;
  margin-top:14px;
  color:var(--gray);
  font-size:11.5px;
  line-height:1.55;
}
.summary-note i { color:var(--gold); margin-top:3px; }

/* ---- HOMEPAGE DINING SECTION ---- */
.home-dining {
  background:var(--white);
  padding:76px 0;
  border-top:1px solid var(--gray-light);
  border-bottom:1px solid var(--gray-light);
}
.dining-home-wrap {
  display:grid;
  grid-template-columns:minmax(0,0.9fr) minmax(360px,1.1fr);
  gap:42px;
  align-items:center;
}
.dining-home-copy h2 {
  color:var(--navy);
  font-size:clamp(34px,4.5vw,58px);
  margin:8px 0 14px;
}
.dining-home-copy p {
  max-width:560px;
  color:var(--gray);
  line-height:1.8;
  margin-bottom:22px;
}
.dining-home-points {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-bottom:26px;
}
.dining-home-points div {
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 12px;
  border:1px solid var(--gray-light);
  border-radius:10px;
  color:var(--navy);
  font-size:12px;
  font-weight:800;
}
.dining-home-points i { color:var(--gold); }
.dining-home-media {
  height:430px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow-lg);
}
.dining-home-media img {
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ---- GALLERY PAGE ---- */
.gallery-detail-section {
  padding:64px 0;
  background:var(--sand);
}
.gallery-filter-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
  color:var(--gray);
  font-size:13px;
}
.gallery-filter-row strong {
  color:var(--navy);
}
.gallery-detail-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.gallery-detail-item {
  position:relative;
  min-height:260px;
  overflow:hidden;
  border-radius:14px;
  background:var(--navy);
  box-shadow:var(--shadow-sm);
}
.gallery-detail-item:nth-child(1),
.gallery-detail-item:nth-child(6) {
  grid-column:span 2;
  min-height:340px;
}
.gallery-detail-item img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.6s var(--ease);
}
.gallery-detail-item:hover img {
  transform:scale(1.06);
}
.gallery-detail-item::after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(8,25,46,0.86), rgba(8,25,46,0.08) 62%, transparent);
}
.gallery-detail-item div {
  position:absolute;
  left:16px;
  right:16px;
  bottom:15px;
  z-index:1;
}
.gallery-detail-item span {
  display:block;
  color:var(--gold-light);
  font-size:10px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}
.gallery-detail-item strong {
  display:block;
  margin-top:3px;
  color:var(--white);
  font-size:18px;
}

/* ---- DINING PAGE ---- */
.dining-hero {
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  padding-top:var(--header-h);
  overflow:hidden;
}
.dining-hero > img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.dining-hero-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(95deg, rgba(8,25,46,0.94), rgba(8,25,46,0.68) 52%, rgba(8,25,46,0.18));
}
.dining-hero-body {
  position:relative;
  z-index:1;
  padding:70px 28px;
}
.dining-hero h1 {
  max-width:720px;
  color:var(--white);
  font-size:clamp(44px,6vw,78px);
  margin:10px 0 16px;
}
.dining-hero p {
  max-width:620px;
  color:rgba(255,255,255,0.72);
  line-height:1.8;
  margin-bottom:30px;
}
.dining-detail-section {
  padding:70px 0;
  background:var(--sand);
}
.dining-detail-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  align-items:start;
}
.dining-story,
.dining-menu-panel {
  background:var(--white);
  border:1px solid var(--gray-light);
  border-radius:16px;
  box-shadow:var(--shadow-sm);
}
.dining-story {
  padding:30px;
}
.dining-story h2 {
  max-width:720px;
  color:var(--navy);
  font-size:clamp(30px,4vw,50px);
  margin:8px 0 12px;
}
.dining-story > p {
  max-width:760px;
  color:var(--gray);
  line-height:1.75;
  margin-bottom:24px;
}
.dining-highlight-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.dining-highlight-card {
  padding:18px;
  border:1px solid var(--gray-light);
  border-radius:12px;
  background:var(--off-white);
}
.dining-highlight-card i {
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  color:var(--gold);
  background:rgba(201,149,42,0.11);
  margin-bottom:12px;
}
.dining-highlight-card strong {
  display:block;
  color:var(--navy);
  font-size:14px;
  margin-bottom:5px;
}
.dining-highlight-card span {
  display:block;
  color:var(--gray);
  font-size:12.5px;
  line-height:1.55;
}
.dining-menu-panel {
  padding:24px;
  position:sticky;
  top:86px;
}
.dining-menu-panel h3 {
  color:var(--navy);
  font-size:28px;
  margin-bottom:16px;
}
.dining-menu-group {
  padding:15px 0;
  border-top:1px solid var(--gray-light);
}
.dining-menu-group h4 {
  color:var(--gold);
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:10px;
}
.dining-menu-group ul {
  list-style:none;
  display:grid;
  gap:8px;
}
.dining-menu-group li {
  display:flex;
  gap:8px;
  color:#3a4a5c;
  font-size:13px;
}
.dining-menu-group i {
  color:#16a34a;
  margin-top:4px;
  font-size:10px;
}

/* ---- AMENITIES DETAIL PAGE ---- */
.amenity-detail-section {
  padding:76px 0;
  background:radial-gradient(ellipse 680px 420px at 95% 4%, rgba(201,149,42,0.08), transparent), var(--sand);
}
.amenity-category-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.amenity-category-card {
  background:var(--white); border:1px solid var(--gray-light); border-radius:16px;
  padding:24px; box-shadow:var(--shadow-sm);
}
.amenity-category-head {
  display:grid; grid-template-columns:52px 1fr; gap:14px; align-items:center;
  margin-bottom:20px; padding-bottom:18px; border-bottom:1px solid var(--gray-light);
}
.amenity-category-icon {
  width:52px; height:52px; border-radius:13px; display:flex; align-items:center; justify-content:center;
  background:rgba(201,149,42,0.1); border:1px solid rgba(201,149,42,0.2); color:var(--gold); font-size:20px;
}
.amenity-category-head h3 { font-family:'Inter',sans-serif; color:var(--navy); font-size:17px; margin-bottom:3px; }
.amenity-category-head p { color:var(--gray); font-size:12.5px; line-height:1.55; }
.amenity-detail-list { display:grid; gap:12px; }
.amenity-detail-item { display:grid; grid-template-columns:34px 1fr; gap:12px; align-items:start; }
.amenity-detail-item > i {
  width:34px; height:34px; display:flex; align-items:center; justify-content:center;
  border-radius:10px; background:rgba(26,111,168,0.08); color:var(--ocean); font-size:14px;
}
.amenity-detail-item strong { display:block; color:var(--navy); font-size:13.5px; line-height:1.25; margin-bottom:2px; }
.amenity-detail-item span { display:block; color:var(--gray); font-size:12.5px; line-height:1.55; }

/* ---- HERO BANNER ---- */
.fac-hero {
  position:relative;
  min-height:400px;
  display:flex; align-items:center;
  padding-top:var(--header-h, 90px);
  background-image:url('../img/banner/hero3.webp');
  background-size:cover; background-position:center;
  overflow:hidden;
}
.fac-hero-overlay {
  position:absolute; inset:0;
  background:linear-gradient(135deg, rgba(8,25,46,0.88) 0%, rgba(26,111,168,0.6) 100%);
}
.fac-hero-body {
  position:relative; z-index:2;
  padding-top:40px; padding-bottom:60px;
}
.fac-hero .tag { color:var(--gold-light); border-color:rgba(201,149,42,0.35); }
.fac-hero h1 {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(36px,5.5vw,66px);
  color:var(--white); line-height:1.05;
  margin:16px 0 18px;
}
.fac-hero p {
  font-size:16px; color:rgba(255,255,255,0.68);
  margin-bottom:32px; max-width:480px;
}

/* ---- INTRO STAT STRIP ---- */
.fac-intro-strip {
  background:var(--navy);
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.fac-strip-inner {
  display:flex; align-items:center;
  justify-content:center; gap:0;
  padding:0;
}
.fac-strip-stat {
  display:flex; flex-direction:column; align-items:center;
  gap:3px; padding:22px 40px; flex:1; text-align:center;
}
.fac-strip-stat strong {
  font-family:'Cormorant Garamond',serif;
  font-size:32px; color:var(--gold); line-height:1;
}
.fac-strip-stat span { font-size:11px; color:rgba(255,255,255,0.45); letter-spacing:1px; text-transform:uppercase; }
.fac-strip-div {
  width:1px; height:48px;
  background:rgba(255,255,255,0.08);
  flex-shrink:0;
}

/* ---- FACILITIES GRID ---- */
.fac-section {
  background:var(--off-white);
  padding:88px 0;
}
.fac-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.fac-card {
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:28px 22px 24px;
  border:1px solid var(--gray-light);
  transition:transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.fac-card:hover {
  transform:translateY(-6px);
  box-shadow:0 16px 48px rgba(8,25,46,0.1);
  border-color:rgba(201,149,42,0.28);
}
.fac-icon {
  width:52px; height:52px;
  background:rgba(201,149,42,0.08);
  border:1px solid rgba(201,149,42,0.18);
  border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  margin-bottom:18px;
  transition:background 0.3s, border-color 0.3s;
}
.fac-card:hover .fac-icon {
  background:rgba(201,149,42,0.16);
  border-color:rgba(201,149,42,0.35);
}
.fac-icon i { font-size:22px; color:var(--gold); }
.fac-name {
  font-size:15px; color:var(--navy);
  font-weight:600; margin-bottom:9px;
  font-family:'Inter',sans-serif;
}
.fac-desc {
  font-size:13px; color:var(--gray);
  line-height:1.72;
}

/* ---- CTA BAND ---- */
.fac-cta {
  position:relative; padding:80px 0;
  background-image:url('../img/banner/hero1.webp');
  background-size:cover; background-position:center;
  background-attachment:fixed;
  text-align:center; overflow:hidden;
}
.fac-cta-overlay {
  position:absolute; inset:0;
  background:linear-gradient(135deg, rgba(8,25,46,0.85), rgba(26,111,168,0.65));
}
.fac-cta-body {
  position:relative; z-index:2;
}
.fac-cta h2 {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(28px,4.5vw,52px);
  color:var(--white); margin-bottom:16px;
}
.fac-cta p {
  font-size:16px; color:rgba(255,255,255,0.7);
  margin-bottom:32px; max-width:520px; margin-left:auto; margin-right:auto;
}

/* ---- RESPONSIVE ---- */
@media(max-width:1100px) {
  .fac-grid { grid-template-columns:repeat(3,1fr); }
  .room-detail-content { grid-template-columns:1fr; }
  .room-book-panel { justify-content:flex-start; }
  .room-rate-box { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:768px) {
  .detail-hero { min-height:360px; }
  .detail-hero-body { padding:42px 20px 54px; }
  .detail-hero h1 { font-size:36px; }
  .detail-hero p { font-size:14px; }
  .detail-stats { grid-template-columns:repeat(2,1fr); }
  .detail-stats div { border-bottom:1px solid rgba(255,255,255,0.08); }
  .detail-stats div:nth-child(2n) { border-right:0; }
  .room-detail-section,
  .amenity-detail-section { padding:48px 0; }
  .room-detail-card { grid-template-columns:1fr; }
  .room-detail-media { min-height:230px; }
  .room-detail-body { padding:16px; }
  .room-detail-content { gap:12px; }
  .room-quick-facts { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .room-book-form { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .room-book-form .rb-rooms,
  .room-book-submit { grid-column:1 / -1; }
  .amenity-category-grid { grid-template-columns:1fr; }
  .dining-home-wrap,
  .dining-detail-grid { grid-template-columns:1fr; }
  .dining-home-media { height:300px; }
  .gallery-detail-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .gallery-detail-item,
  .gallery-detail-item:nth-child(1),
  .gallery-detail-item:nth-child(6) {
    grid-column:auto;
    min-height:220px;
  }
  .dining-menu-panel { position:static; }
  .booking-layout { grid-template-columns:1fr; }
  .booking-summary { position:static; }
  .booking-grid.two,
  .booking-grid.three,
  .booking-grid.title-name,
  .booking-grid.compact-stay,
  .guest-row,
  .payment-options { grid-template-columns:1fr; }
  .booking-grid.compact-stay .bk-field:nth-child(n) { grid-column:auto; }
  .fac-grid { grid-template-columns:repeat(2,1fr); }
  .fac-hero { min-height:320px; }
  .fac-strip-stat { padding:18px 20px; }
  .fac-strip-stat strong { font-size:24px; }
  .fac-cta { background-attachment:scroll; }
}
@media(max-width:500px) {
  .detail-hero-actions .btn,
  .room-detail-actions .btn { width:100%; }
  .room-spec-grid { grid-template-columns:1fr; }
  .room-rate-box,
  .room-quick-facts,
  .phone-field > div { grid-template-columns:1fr; }
  .room-book-form { grid-template-columns:1fr; }
  .room-book-form .rb-rooms,
  .room-book-submit { grid-column:auto; }
  .rooms-page .room-quick-facts,
  .rooms-page .room-rate-box { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .rooms-page .room-book-panel { padding:12px; gap:8px; }
  .rooms-page .room-book-note { display:none; }
  .rooms-page .room-detail-amenities.compact { display:none; }
  .rate-discount { justify-self:start; }
  .booking-card,
  .booking-card.compact-card { padding:12px; }
  .booking-card-head { align-items:flex-start; }
  .booking-card-head h2 { font-size:19px; }
  .amenity-category-head { grid-template-columns:1fr; }
  .home-dining,
  .gallery-detail-section,
  .dining-detail-section { padding:44px 0; }
  .dining-home-points,
  .dining-highlight-grid,
  .gallery-detail-grid { grid-template-columns:1fr; }
  .dining-hero { min-height:440px; }
  .dining-hero-body { padding:52px 16px; }
  .dining-story,
  .dining-menu-panel { padding:20px 16px; }
  .detail-stats strong { font-size:26px; }
  .fac-grid { grid-template-columns:1fr; }
  .fac-strip-inner { flex-wrap:wrap; }
  .fac-strip-div { display:none; }
  .fac-strip-stat { flex:0 0 50%; border-bottom:1px solid rgba(255,255,255,0.06); }
}
