/*
Theme Name: Best Hoster Dynamic Luxe
Theme URI: https://besthoster.ae/
Author: Raed Alhasnain
Author URI: mailto:eng.raedadnan@gmail.com
Description: Dynamic luxury WordPress theme for Best Hoster Holiday Home EST. with a complete resort template, Sunrise demo property, official booking links, SEO, gallery and video fields.
Version: 2.5.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: best-hoster-luxe
*/

:root {
  --bh-black: #0b0b0b;
  --bh-soft-black: #15130f;
  --bh-gold: #b89455;
  --bh-gold-dark: #7b5a24;
  --bh-gold-soft: #f3eadb;
  --bh-cream: #f7f4ee;
  --bh-white: #fff;
  --bh-muted: #6d685d;
  --bh-border: rgba(184, 148, 85, .26);
  --bh-shadow: 0 18px 48px rgba(13, 11, 7, .10);
  --bh-radius: 20px;
  --bh-font: "Inter", "Segoe UI", Arial, sans-serif;
  --bh-font-ar: "Cairo", "Tahoma", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bh-cream);
  color: var(--bh-soft-black);
  font-family: var(--bh-font);
  line-height: 1.75;
}
body.rtl, [dir="rtl"] body { font-family: var(--bh-font-ar); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--bh-black); color: #fff; padding: 10px 14px; z-index: 1000; }
.skip-link:focus { left: 10px; }

.topbar {
  background: var(--bh-black);
  color: #f6ead0;
  font-size: 13px;
}
.topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar__contacts, .topbar__links { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.site-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 14px; min-width: 220px; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
.brand__name { font-size: 19px; line-height: 1.2; font-weight: 850; letter-spacing: .02em; }
.brand__tag { display: block; color: var(--bh-muted); font-size: 12px; font-weight: 650; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  padding: 11px 13px;
  color: #39352d;
  font-weight: 750;
  border-radius: 999px;
  font-size: 14px;
}
.main-nav a:hover, .main-nav .current-menu-item > a { background: var(--bh-gold-soft); color: var(--bh-black); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.mobile-back { display: none; }
.btn, button.btn, input[type="submit"] {
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover, button.btn:hover, input[type="submit"]:hover { transform: translateY(-1px); }
.btn--gold, input[type="submit"] { background: linear-gradient(135deg, #c9a461, #9f7837); color: #111; box-shadow: 0 12px 26px rgba(159, 120, 55, .18); }
.btn--dark { background: var(--bh-black); color: #fff; }
.btn--ghost { background: #fff; color: var(--bh-black); border-color: var(--bh-border); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--bh-border);
  background: #fff;
  padding: 0;
  position: relative;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--bh-black);
  margin: 3px auto;
  transition: transform .22s ease, opacity .22s ease;
}
body.nav-open .menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
body.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.hero {
  min-height: 650px;
  display: grid;
  align-items: center;
  position: relative;
  background:
    linear-gradient(90deg, rgba(6,6,6,.84), rgba(6,6,6,.52), rgba(6,6,6,.14)),
    var(--hero-image, url('https://besthoster.ae/images/back.jpg')) center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(0deg, var(--bh-cream), transparent);
}
.hero__content { position: relative; z-index: 2; width: min(730px, 100%); padding: 80px 0 120px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}
h1, h2, h3 { line-height: 1.2; margin: 0; }
.hero h1 { font-size: clamp(38px, 7vw, 78px); letter-spacing: -.035em; margin: 18px 0 18px; max-width: 760px; }
.hero p { font-size: clamp(17px, 2.2vw, 22px); color: rgba(255,255,255,.86); margin: 0 0 28px; max-width: 650px; }
.hero__search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 7px;
  max-width: 640px;
  box-shadow: 0 24px 50px rgba(0,0,0,.28);
}
.hero__search input { border: 0; outline: 0; padding: 0 18px; font-size: 16px; min-width: 0; border-radius: 999px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.search-summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}
.search-summary p { margin: 8px 0 0; color: var(--bh-muted); }
.search-suggestions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(201,169,110,.35);
  border-radius: 18px;
  background: #fbf7ef;
}
.search-suggestions strong { color: #15130f; }
.search-suggestions a {
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--bh-border);
  padding: 7px 12px;
  font-weight: 850;
  color: var(--bh-gold-dark);
}
.search-page-form { margin-top: 22px; }

.section { padding: 76px 0; }
.section--white { background: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(26px, 4vw, 44px); letter-spacing: -.03em; }
.section-head p { color: var(--bh-muted); max-width: 620px; margin: 8px 0 0; }
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--bh-radius);
  box-shadow: 0 16px 45px rgba(12, 10, 6, .07);
  overflow: hidden;
}
.resort-card { display: grid; grid-template-rows: auto 1fr; }
.resort-card__media { aspect-ratio: 4/3; position: relative; background: #eee; overflow: hidden; }
.resort-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.resort-card:hover img { transform: scale(1.045); }
.badge {
  display: inline-flex;
  background: rgba(255,255,255,.94);
  color: #1f1b14;
  border: 1px solid rgba(184,148,85,.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  padding: 5px 10px;
  box-shadow: 0 8px 18px rgba(13,11,7,.10);
}
.resort-card .badge { position: absolute; top: 14px; inset-inline-start: 14px; }
.resort-card__body { padding: 20px; display: grid; gap: 13px; }
.resort-card h3 { font-size: 21px; }
.meta-list { display: flex; flex-wrap: wrap; gap: 8px; color: #5f5a50; font-size: 13px; }
.meta-list span { background: #f4efe6; border: 1px solid rgba(184,148,85,.16); border-radius: 999px; padding: 5px 9px; }
.card-actions { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 4px; }

.region-card {
  min-height: 210px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(145deg, rgba(0,0,0,.84), rgba(0,0,0,.42)), var(--region-image) center/cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.region-card h3 { font-size: 26px; margin-bottom: 6px; }
.region-card p { margin: 0; color: rgba(255,255,255,.84); }

.feature-card { padding: 24px; }
.feature-card b { font-size: 18px; display: block; margin-bottom: 8px; }
.feature-card p { margin: 0; color: var(--bh-muted); }
.gold-panel {
  background: linear-gradient(145deg, #fbf7ef, #fff);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius);
  box-shadow: var(--bh-shadow);
  padding: clamp(24px, 4vw, 42px);
}

.page-hero {
  background: linear-gradient(135deg, #0c0c0c, #251d10);
  color: #fff;
  padding: 84px 0;
}
.page-hero h1 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -.03em; max-width: 900px; }
.page-hero p { color: rgba(255,255,255,.78); max-width: 760px; margin: 12px 0 0; }
.content { padding: 64px 0; }
.content-card { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: var(--bh-radius); padding: clamp(22px, 4vw, 42px); box-shadow: var(--bh-shadow); }
.content-card p { color: #4e493f; }
.content-stack { display: grid; gap: 24px; }
.info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.info-tile {
  background: linear-gradient(145deg, #111, #1d1a14);
  color: #fff;
  border: 1px solid rgba(201,169,110,.45);
  border-radius: var(--bh-radius);
  padding: 22px;
  box-shadow: var(--bh-shadow);
}
.info-tile span { display: block; color: #d9be7a; font-size: 13px; font-weight: 800; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .04em; }
.info-tile strong { display: block; font-size: 18px; line-height: 1.35; }
.faq-list { display: grid; gap: 14px; }
.faq-list details {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--bh-radius);
  box-shadow: 0 12px 35px rgba(12, 10, 6, .06);
  padding: 18px 22px;
}
.faq-list summary { cursor: pointer; font-weight: 900; color: #111; }
.faq-list p { margin: 12px 0 0; color: #4e493f; }
.license-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(201,169,110,.45);
  border-radius: var(--bh-radius);
  box-shadow: var(--bh-shadow);
  padding: clamp(22px, 4vw, 42px);
}
.license-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

.single-resort-hero {
  min-height: 590px;
  display: grid;
  align-items: end;
  background: linear-gradient(0deg, rgba(0,0,0,.86), rgba(0,0,0,.32)), var(--resort-hero) center/cover no-repeat;
  color: #fff;
}
.single-resort-hero__content { padding: 110px 0 64px; }
.single-resort-hero h1 { font-size: clamp(38px, 6vw, 72px); letter-spacing: -.035em; margin-top: 12px; }
.resort-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.sticky-booking { position: sticky; top: 110px; }
.sticky-booking .gold-panel { padding: 20px; }
#resort-details,
#amenities,
#features,
#prices,
#terms,
#location,
#gallery { scroll-margin-top: 110px; }
.section-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.section-jump-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201,169,110,.42);
  background: #fff;
  color: #17130d;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(13,11,7,.05);
}
.section-jump-nav a:hover {
  background: var(--bh-gold-soft);
  color: #111;
}
.section-jump-nav--center {
  justify-content: center;
  margin: 22px 0 0;
}
.content-card--intro {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(250,247,241,.96)),
    radial-gradient(circle at 12% 8%, rgba(184,148,85,.09), transparent 34%);
}
.content-card--intro::after {
  content: "BH";
  position: absolute;
  inset-inline-end: 24px;
  bottom: -28px;
  font-size: 118px;
  line-height: 1;
  font-weight: 900;
  color: rgba(201,169,110,.08);
  pointer-events: none;
}
.content-card--soft {
  background: linear-gradient(145deg, #fbf8f2, #fff);
}
.content-card--notice {
  background: linear-gradient(145deg, #fbf8f2, #fff);
  border-color: rgba(184,148,85,.32);
}
.content-card--dark {
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(201,169,110,.18), transparent 34%),
    linear-gradient(145deg, #151515, #1d1a14);
  border-color: rgba(201,169,110,.5);
  text-align: center;
}
.content-card--dark h2 { color: #fff; }
.content-card--dark p { color: rgba(255,255,255,.78); }
.content-card--dark .section-kicker {
  background: rgba(201,169,110,.14);
  color: #f3d689;
}
.content-card--dark .section-jump-nav a {
  background: linear-gradient(135deg, #d7ba78, #b88c3a);
  color: #111;
  border-color: rgba(255,255,255,.18);
}
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bh-gold-dark);
  background: #f4efe6;
  border: 1px solid rgba(184,148,85,.24);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--bh-gold);
  box-shadow: 0 0 0 4px rgba(184,148,85,.10);
}
.about-copy {
  position: relative;
  display: grid;
  gap: 12px;
  color: #4f493d;
  font-size: 16px;
  line-height: 1.85;
}
.about-copy p { margin: 0; }
.feature-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.feature-pill {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-height: 72px;
  border: 1px solid rgba(201,169,110,.32);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(13,11,7,.05);
}
.feature-pill span {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #177245;
  font-weight: 900;
}
.feature-pill p { margin: 0; color: #3f392e; line-height: 1.65; }
.feature-availability {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(201,169,110,.28);
}
.feature-availability h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.info-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 14px; }
.info-table th, .info-table td { padding: 14px 16px; border-bottom: 1px solid rgba(0,0,0,.08); text-align: start; }
.info-table th { width: 38%; color: #6a6255; font-weight: 800; background: #fbf7ec; }
.booking-summary {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.booking-stat {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(201,169,110,.28);
  border-radius: 14px;
  background: rgba(255,255,255,.76);
  padding: 11px 12px;
  box-shadow: 0 10px 22px rgba(13,11,7,.04);
}
.booking-stat span {
  color: var(--bh-gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.booking-stat strong {
  color: #18140d;
  font-size: 14px;
  line-height: 1.45;
}
.booking-actions {
  display: grid;
  grid-template-columns: 1fr;
}
.booking-actions .btn { width: 100%; }
.table-scroll { width: 100%; overflow-x: auto; }
.official-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 620px;
  border: 1px solid rgba(201,169,110,.32);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.official-table th,
.official-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(201,169,110,.24);
  vertical-align: top;
  line-height: 1.75;
}
.official-table tr:last-child th,
.official-table tr:last-child td { border-bottom: 0; }
.official-table tr:nth-child(even) td { background: #fffdf8; }
.official-table--compact .amenity-row--yes th {
  background: linear-gradient(145deg, #edf9f2, #f8fff9);
  color: #0f5f39;
}
.official-table--compact .amenity-row--yes td {
  background: linear-gradient(145deg, #f1fbf5, #ffffff);
}
.official-table--compact .amenity-row--no th {
  background: linear-gradient(145deg, #fff0f0, #fff9f9);
  color: #8f1f1f;
}
.official-table--compact .amenity-row--no td {
  background: linear-gradient(145deg, #fff4f4, #ffffff);
}
.official-table th {
  width: 28%;
  background: linear-gradient(145deg, #fbf3df, #fff8ea);
  color: #15130f;
  font-weight: 900;
}
.official-table td { color: #4f493d; }
.official-table--compact th { width: 44%; }
.status-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  border-radius: 16px;
  padding: 10px 13px;
  font-size: 14px;
  border: 1px solid transparent;
  box-shadow: 0 10px 22px rgba(13,11,7,.05);
}
.status-card strong {
  font-weight: 950;
  line-height: 1.35;
}
.status-card__icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}
.status-card--yes {
  color: #0f6b3f;
  background: linear-gradient(145deg, #dcf8e7, #f4fff8);
  border-color: rgba(23,114,69,.22);
}
.status-card--yes .status-card__icon {
  background: linear-gradient(145deg, #198754, #0f6b3f);
  box-shadow: 0 8px 18px rgba(25,135,84,.22);
}
.status-card--no {
  color: #a51f1f;
  background: linear-gradient(145deg, #ffe2e2, #fff8f8);
  border-color: rgba(180,35,24,.22);
}
.status-card--no .status-card__icon {
  background: linear-gradient(145deg, #d92d20, #9b1c1c);
  box-shadow: 0 8px 18px rgba(217,45,32,.18);
}
.nearby-service-groups { display: grid; gap: 22px; margin-top: 18px; }
.nearby-service-group { display: grid; gap: 12px; }
.nearby-service-group h3 {
  color: var(--bh-gold-dark);
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201,169,110,.42);
}
.nearby-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.nearby-service {
  border: 1px solid rgba(201,169,110,.35);
  border-radius: 16px;
  background: linear-gradient(145deg, #fffaf0, #fff);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(13,11,7,.06);
}
.nearby-service span {
  display: inline-flex;
  color: var(--bh-gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.nearby-service strong { display: block; font-size: 18px; color: var(--bh-black); }
.nearby-service p { margin: 7px 0 0; color: var(--bh-muted); }
.nearby-service a { display: inline-flex; margin-top: 10px; font-weight: 900; color: var(--bh-gold-dark); }
.nearby-service__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 14px;
  margin-top: 8px;
  color: var(--bh-muted);
  font-size: 13px;
}
.nearby-service__meta span,
.nearby-service__meta a {
  display: inline-flex;
  margin: 0;
}
.terms-groups {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}
.terms-group {
  border: 1px solid rgba(201,169,110,.42);
  border-radius: 18px;
  background: linear-gradient(145deg, #fffaf0, #ffffff);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(13,11,7,.06);
}
.terms-group h3 {
  color: var(--bh-gold-dark);
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(201,169,110,.35);
}
.notes-list--compact {
  gap: 8px;
}
.notes-list--compact li {
  padding: 11px 13px;
}
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.gallery a { aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; background: #eee; cursor: zoom-in; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.lightbox-open { overflow: hidden; }
.bh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(8, 8, 8, .88);
  padding: 26px;
}
.bh-lightbox.is-open { display: flex; }
.bh-lightbox__figure {
  width: min(1120px, 100%);
  margin: 0;
  display: grid;
  gap: 12px;
  justify-items: center;
}
.bh-lightbox__image {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,.42);
  background: #111;
}
.bh-lightbox__count {
  color: #f5efe6;
  font-weight: 800;
  font-size: 14px;
}
.bh-lightbox__close,
.bh-lightbox__nav {
  position: fixed;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.94);
  color: #111;
  box-shadow: 0 16px 36px rgba(0,0,0,.25);
  cursor: pointer;
}
.bh-lightbox__close {
  top: 18px;
  inset-inline-end: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
}
.bh-lightbox__nav {
  top: 50%;
  width: 48px;
  height: 58px;
  border-radius: 16px;
  transform: translateY(-50%);
  font-size: 42px;
  line-height: 1;
}
.bh-lightbox__nav--prev { inset-inline-start: 18px; }
.bh-lightbox__nav--next { inset-inline-end: 18px; }
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  border: 1px solid var(--bh-border);
  box-shadow: 0 16px 45px rgba(12, 10, 6, .12);
}
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.price-frame {
  width: min(430px, 100%);
  min-height: 250px;
  margin: 20px auto 18px;
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(201,169,110,.54);
  box-shadow: 0 20px 45px rgba(0,0,0,.22);
}
.price-frame iframe {
  display: block;
  width: 100%;
  min-height: 250px;
  border: 0;
}
.map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #eee;
  border: 1px solid var(--bh-border);
  box-shadow: 0 16px 45px rgba(12, 10, 6, .10);
  margin: 16px 0 18px;
}
.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.amenities-notes {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(201,169,110,.28);
}
.amenities-notes h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.muted-note {
  margin: 0;
  font-size: 14px;
}
.notes-list { display: grid; gap: 10px; padding: 0; list-style: none; margin: 0; }
.notes-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: #fbf7ec;
  border: 1px solid var(--bh-border);
  border-radius: 14px;
  padding: 13px 14px;
  color: #463f34;
}
.notes-list li > span {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #15130f;
  color: var(--bh-gold);
  font-weight: 900;
  line-height: 1;
}
.notes-list li p { margin: 0; line-height: 1.7; }
.notes-list li.amenity-row--yes {
  background: linear-gradient(145deg, #eaf8f0, #fbfffc);
  border-color: rgba(23,114,69,.24);
  color: #124f33;
  box-shadow: 0 12px 26px rgba(23,114,69,.06);
}
.notes-list li.amenity-row--yes > span {
  background: linear-gradient(145deg, #198754, #0f6b3f);
  color: #fff;
}
.notes-list li.amenity-row--no {
  background: linear-gradient(145deg, #fff0f0, #fffafa);
  border-color: rgba(180,35,24,.24);
  color: #8f1f1f;
  box-shadow: 0 12px 26px rgba(180,35,24,.05);
}
.notes-list li.amenity-row--no > span {
  background: linear-gradient(145deg, #d92d20, #9b1c1c);
  color: #fff;
}

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.form-row { display: grid; gap: 7px; margin-bottom: 14px; }
.form-row label { font-weight: 800; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}
.form-row textarea { min-height: 140px; resize: vertical; }
.notice { background: #fff7e5; border: 1px solid var(--bh-border); border-radius: 14px; padding: 12px 14px; color: #5b4420; }

.site-footer {
  background: #080808;
  color: rgba(255,255,255,.78);
  padding: 58px 0 22px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
.site-footer h3 { color: #fff; margin-bottom: 12px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-brand { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.footer-brand img { width: 64px; height: 64px; object-fit: contain; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 18px; font-size: 13px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

.floating-whatsapp {
  position: fixed;
  z-index: 70;
  inset-inline-end: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 38px rgba(37, 211, 102, .32);
}
.floating-whatsapp svg { width: 30px; height: 30px; display: block; fill: currentColor; }

@media (max-width: 960px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .mobile-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 13px;
    border-radius: 999px;
    border: 1px solid var(--bh-border);
    background: #fff;
    color: #15130f;
    font-weight: 850;
  }
  .main-nav {
    position: fixed;
    top: 96px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 116px);
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    box-shadow: var(--bh-shadow);
    padding: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    z-index: 100;
  }
  body.nav-open .main-nav { display: flex; }
  body.nav-open .site-header .main-nav { display: flex !important; }
  body.nav-open { overflow: hidden; }
  .main-nav a {
    border-radius: 12px;
    padding: 14px 15px;
    border: 1px solid rgba(201,169,110,.24);
    background: #fffaf0;
  }
  .header-actions .btn--ghost, .header-actions .btn--gold { display: none; }
  .grid--3, .grid--4, .footer-grid, .contact-grid, .resort-layout, .info-grid, .license-card { grid-template-columns: 1fr; }
  .feature-pill-grid { grid-template-columns: 1fr; }
  .nearby-services { grid-template-columns: 1fr; }
  .sticky-booking { position: static; }
  .sticky-booking .gold-panel { padding: 18px; }
  .booking-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-summary { display: grid; align-items: start; }
  .section-jump-nav a { flex: 1 1 calc(50% - 10px); }
}
@media (max-width: 640px) {
  .topbar__inner { align-items: flex-start; flex-direction: column; padding: 9px 0; }
  .site-header__inner { min-height: 72px; gap: 12px; }
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 48px; }
  .brand__name { font-size: 15px; }
  .hero { min-height: auto; }
  .hero__content { padding: 56px 0 98px; }
  .hero__search { grid-template-columns: 1fr; border-radius: 22px; }
  .hero__search input { min-height: 48px; }
  .hero__search .btn { width: 100%; }
  .section { padding: 48px 0; }
  .section-head { display: block; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .bh-lightbox { padding: 14px; }
  .bh-lightbox__image { max-height: 76vh; border-radius: 14px; }
  .bh-lightbox__nav {
    top: auto;
    bottom: 20px;
    transform: none;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    font-size: 34px;
  }
  .bh-lightbox__nav--prev { inset-inline-start: calc(50% - 58px); }
  .bh-lightbox__nav--next { inset-inline-end: calc(50% - 58px); }
  .official-table { min-width: 540px; }
  .content-card--intro::after { font-size: 82px; }
  .section-kicker { font-size: 11px; }
  .feature-pill { min-height: auto; }
  .status-card { min-width: 0; width: 100%; }
  .section-jump-nav a { flex-basis: 100%; }
  .price-frame iframe { min-height: 230px; }
  .topbar__links { display: none; }
  .site-header__inner { flex-wrap: nowrap; }
  .header-actions { gap: 7px; }
  .mobile-back { font-size: 13px; padding-inline: 11px; }
}
@media (max-width: 420px) {
  .booking-summary { grid-template-columns: 1fr; }
}
