/* ============================================================
   HOTEL EMPIRE — Main Stylesheet
   Dark Luxury Gold Theme
   ============================================================ */

:root {
  --gold:       #C8A96E;
  --gold-light: #E8D5A3;
  --gold-dark:  #9A7A45;
  --dark:       #0D0B08;
  --dark2:      #1A1712;
  --dark3:      #252219;
  --cream:      #F5F0E8;
  --cream2:     #EDE5D4;
  --white:      #FDFBF7;
  --text-muted: #9A9280;
  --green-wa:   #25D366;
}

/* ── RESET & BASE ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--dark);
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  padding-bottom: 70px; /* room for sticky bar */
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1000;
  opacity: 0.35;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, .serif {
  font-family: 'Cormorant Garamond', serif;
}

/* ── UTILITY ── */
.gold { color: var(--gold); }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.section-label {
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-label::after {
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  background: var(--gold);
  opacity: 0.5;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 7vw, 3.2rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 16px;
}
.section-title em { font-style: italic; color: var(--gold); }

.section-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 480px;
}

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; } to { opacity: 1; }
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.4; }
  50%       { transform: scaleY(1.4); opacity: 0.7; }
}

/* ============================================================
   NAV
   ============================================================ */
#site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background: linear-gradient(to bottom, rgba(13,11,8,0.97) 0%, transparent 100%);
  backdrop-filter: blur(3px);
  transition: background 0.3s;
}
#site-nav.scrolled {
  background: rgba(13,11,8,0.98);
  box-shadow: 0 1px 0 rgba(200,169,110,0.12);
}

.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
}
.nav-logo span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.52rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: -2px;
}

.nav-actions { display: flex; gap: 10px; align-items: center; }

.nav-wa {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--green-wa);
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 8px 14px;
  border-radius: 50px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nav-wa:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,211,102,0.3); }

.nav-book {
  background: var(--gold);
  color: var(--dark);
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
}
.nav-book:hover { background: var(--gold-light); transform: translateY(-1px); }

/* ============================================================
   HERO
   ============================================================ */
#hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 24px 60px;
  overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 60%, rgba(200,169,110,0.12) 0%, transparent 60%),
    linear-gradient(160deg, #1a1410 0%, #0D0B08 40%, #161209 100%);
}
.hero-img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 30%;
  opacity: 0.55;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(13,11,8,0.96) 0%,
    rgba(13,11,8,0.5) 40%,
    rgba(13,11,8,0.15) 100%);
}

.hero-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  animation: fadeUp 0.8s 0.2s both;
}
.hero-badge::before, .hero-badge::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

#hero h1 {
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 13vw, 7rem);
  font-weight: 300;
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 10px;
  animation: fadeUp 0.8s 0.35s both;
}
#hero h1 em { font-style: italic; color: var(--gold); }

.hero-sub {
  position: relative;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 36px;
  animation: fadeUp 0.8s 0.5s both;
}

.hero-ctas {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  animation: fadeUp 0.8s 0.65s both;
}

.cta-primary, .cta-secondary {
  flex: 1;
  min-width: 140px;
  font-family: 'Jost', sans-serif;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 20px;
  text-align: center;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s;
}
.cta-primary { background: var(--gold); color: var(--dark); }
.cta-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(200,169,110,0.3); }
.cta-secondary { background: transparent; color: var(--cream); border: 1px solid rgba(200,169,110,0.35); }
.cta-secondary:hover { border-color: var(--gold); color: var(--gold); }

.scroll-hint {
  position: absolute;
  bottom: 18px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.4;
  animation: fadeIn 1s 1.2s both;
}
.scroll-hint span { font-size: 0.52rem; letter-spacing: 0.25em; text-transform: uppercase; }
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ============================================================
   ANNOUNCEMENT STRIP
   ============================================================ */
#strip {
  background: var(--gold);
  padding: 14px 24px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.strip-item {
  color: var(--dark);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
.strip-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--dark); opacity: 0.35; }

/* ============================================================
   SERVICES
   ============================================================ */
#services {
  background: var(--dark2);
  padding: 72px 24px;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}
.service-card {
  background: var(--dark3);
  border: 1px solid rgba(200,169,110,0.1);
  border-radius: 4px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(200,169,110,0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}
.service-card:hover {
  border-color: rgba(200,169,110,0.4);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.service-card:hover::before { opacity: 1; }
.service-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
}
.service-desc { font-size: 0.73rem; color: var(--text-muted); line-height: 1.65; }

/* ============================================================
   ROOMS
   ============================================================ */
#rooms {
  background: var(--dark);
  padding: 72px 24px;
}
.rooms-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.room-card {
  background: var(--dark2);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(200,169,110,0.1);
  display: flex;
  transition: all 0.3s;
}
.room-card:hover {
  border-color: rgba(200,169,110,0.35);
  box-shadow: 0 16px 50px rgba(0,0,0,0.5);
}
.room-img {
  width: 120px;
  min-height: 140px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  position: relative;
}
.room-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 60%, var(--dark2));
}
.room-badge {
  position: absolute;
  top: 10px; left: 10px;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--dark);
  padding: 4px 8px;
  border-radius: 2px;
  z-index: 2;
}
.room-info {
  padding: 20px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.room-type {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.room-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 10px;
}
.room-amenities { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.amenity {
  font-size: 0.63rem;
  color: var(--text-muted);
  background: rgba(200,169,110,0.08);
  padding: 3px 8px;
  border-radius: 20px;
}
.room-bottom { display: flex; align-items: center; justify-content: space-between; }
.room-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--gold);
}
.room-price small {
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  color: var(--text-muted);
  display: block;
  letter-spacing: 0.04em;
}
.room-book-btn {
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(200,169,110,0.4);
  padding: 7px 14px;
  border-radius: 2px;
  transition: all 0.2s;
  font-family: 'Jost', sans-serif;
}
.room-book-btn:hover { background: var(--gold); color: var(--dark); }

/* ============================================================
   BOOKING FORM
   ============================================================ */
#booking {
  background: linear-gradient(135deg, var(--dark2), var(--dark3));
  border-top: 1px solid rgba(200,169,110,0.15);
  border-bottom: 1px solid rgba(200,169,110,0.15);
  padding: 72px 24px;
}
.booking-form { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: 'Jost', sans-serif;
}
.form-input, .form-select {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,169,110,0.2);
  border-radius: 2px;
  padding: 13px 14px;
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  width: 100%;
  transition: border-color 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.form-input:focus, .form-select:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(200,169,110,0.05);
}
.form-select option { background: var(--dark2); color: var(--cream); }

.btn-check {
  background: var(--gold);
  color: var(--dark);
  border: none;
  padding: 18px;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.25s;
  width: 100%;
  margin-top: 6px;
}
.btn-check:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(200,169,110,0.25);
}

/* WooCommerce booking widget override */
.woocommerce-booking-form,
.wc-bookings-date-picker,
.wc-bookings-booking-form {
  background: transparent !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
}
.wc-bookings-booking-form input,
.wc-bookings-booking-form select {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  color: var(--cream) !important;
  border-radius: 2px !important;
}

/* ============================================================
   GALLERY STRIP
   ============================================================ */
#gallery {
  background: var(--dark);
  padding: 60px 0;
  overflow: hidden;
}
.gallery-label {
  padding: 0 24px;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.gallery-scroll {
  display: flex;
  gap: 14px;
  padding: 0 24px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.gallery-scroll::-webkit-scrollbar { display: none; }
.gallery-item {
  flex-shrink: 0;
  width: 200px;
  height: 260px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: var(--dark3);
  border: 1px solid rgba(200,169,110,0.1);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.3s, transform 0.4s;
}
.gallery-item:hover img { opacity: 1; transform: scale(1.06); }
.gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 14px 14px;
  background: linear-gradient(to top, rgba(13,11,8,0.9), transparent);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream2);
}

/* ============================================================
   WHY US
   ============================================================ */
#why {
  background: var(--dark2);
  padding: 72px 24px;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}
.why-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(200,169,110,0.2);
  line-height: 1;
  margin-bottom: 10px;
}
.why-title { font-size: 0.82rem; font-weight: 600; color: var(--cream); margin-bottom: 8px; }
.why-desc { font-size: 0.75rem; color: var(--text-muted); line-height: 1.7; }

/* ============================================================
   CONTACT / FOOTER
   ============================================================ */
#contact {
  background: var(--dark);
  border-top: 1px solid rgba(200,169,110,0.12);
  padding: 60px 24px 40px;
}
.contact-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}
.contact-logo span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.56rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 2px;
}
.contact-links { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.contact-link {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--cream);
  font-size: 0.85rem;
  transition: color 0.2s;
}
.contact-link:hover { color: var(--gold); }
.contact-link-icon {
  width: 40px; height: 40px;
  border: 1px solid rgba(200,169,110,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
}
.contact-link:hover .contact-link-icon {
  border-color: var(--gold);
  background: rgba(200,169,110,0.08);
}

.wa-big {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--green-wa);
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 18px;
  border-radius: 4px;
  transition: all 0.25s;
  margin-bottom: 32px;
}
.wa-big:hover { background: #1ebe5d; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(37,211,102,0.3); }

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 0.66rem;
  color: var(--text-muted);
  text-align: center;
  letter-spacing: 0.06em;
}
.footer-bottom a { color: var(--gold); }

/* ============================================================
   STICKY BAR (mobile)
   ============================================================ */
#sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 800;
  display: flex;
  background: var(--dark2);
  border-top: 1px solid rgba(200,169,110,0.2);
  padding: 10px 16px;
  gap: 10px;
}
.sticky-btn {
  flex: 1;
  padding: 13px;
  border-radius: 3px;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s;
}
.sticky-btn.gold { background: var(--gold); color: var(--dark); }
.sticky-btn.green { background: var(--green-wa); color: #fff; }
.sticky-btn:hover { opacity: 0.9; transform: translateY(-1px); }

/* ============================================================
   DESKTOP — 768px+
   ============================================================ */
@media (min-width: 768px) {
  body { padding-bottom: 0; }
  #site-nav { padding: 24px 48px; }
  #hero { padding: 0 48px 80px; }
  #services, #rooms, #booking, #why, #contact { padding: 100px 48px; }

  .services-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }

  .rooms-grid { flex-direction: row; flex-wrap: wrap; }
  .room-card { flex: 1; min-width: 280px; flex-direction: column; }
  .room-img { width: 100%; height: 200px; min-height: unset; }
  .room-img::after { background: linear-gradient(to top, var(--dark2), transparent 50%); }

  .form-row { grid-template-columns: 1fr 1fr 1fr 1fr; }

  #sticky-bar { display: none; }

  .gallery-item { width: 260px; height: 340px; }

  .why-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1200px) {
  .container { padding: 0 48px; }
}

/* ============================================================

/* ============================================================
   INNER HERO — shared across all inner pages
   ============================================================ */
.he-inner-hero {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  padding: 0 24px 32px;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(200,169,110,0.1) 0%, transparent 55%),
    linear-gradient(150deg, #1a1410 0%, #0D0B08 50%, #161209 100%);
  overflow: hidden;
  margin-top: 0;
}
.he-inner-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,11,8,0.85) 0%, transparent 100%);
}
.he-inner-hero-content { position: relative; z-index: 2; }

.he-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.he-breadcrumb a { color: var(--gold); transition: opacity 0.2s; }
.he-breadcrumb a:hover { opacity: 0.7; }
.he-breadcrumb span { color: var(--text-muted); }

.he-inner-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 7vw, 3rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.05;
}
.he-inner-sub {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 8px;
}

/* ── Shared inner page content wrapper ── */
.he-inner-wrap {
  background: var(--dark);
  min-height: 55vh;
  padding: 44px 24px 100px;
}
.he-inner-content {
  max-width: 920px;
  margin: 0 auto;
}

/* ── Elementor pages ── */
.he-elementor-wrap {
  background: var(--dark);
  padding-top: 72px;
  min-height: 80vh;
}
body.he-dark-page { background: var(--dark) !important; }

/* ── Restaurant page ── */
.he-restaurant-page {
  background: var(--dark);
  padding-top: 72px;
}

/* ============================================================
   MOTOPRESS — ACCOMMODATIONS [mphb_rooms]
   ============================================================ */
.he-mphb-wrap .mphb-room-type-list,
.he-mphb-wrap .mphb_sc_rooms {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
}
@media (min-width: 640px) {
  .he-mphb-wrap .mphb-room-type-list,
  .he-mphb-wrap .mphb_sc_rooms {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 960px) {
  .he-mphb-wrap .mphb-room-type-list,
  .he-mphb-wrap .mphb_sc_rooms {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Room type card */
.he-mphb-wrap .mphb-room-type,
.he-mphb-wrap .mphb-room-type-wrapper,
.he-mphb-wrap article.mphb-room-type {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  transition: border-color 0.3s, transform 0.3s !important;
  color: var(--cream) !important;
}
.he-mphb-wrap .mphb-room-type:hover {
  border-color: rgba(200,169,110,0.4) !important;
  transform: translateY(-4px) !important;
}
.he-mphb-wrap .mphb-room-type .mphb-room-type-title,
.he-mphb-wrap .entry-title,
.he-mphb-wrap h1, .he-mphb-wrap h2, .he-mphb-wrap h3 {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-weight: 400 !important;
}
.he-mphb-wrap .mphb-price,
.he-mphb-wrap .mphb-room-type-price,
.he-mphb-wrap .mphb-total-price {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 1.4rem !important;
}
.he-mphb-wrap p,
.he-mphb-wrap .mphb-room-type-excerpt {
  color: var(--text-muted) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.85rem !important;
  line-height: 1.7 !important;
}

/* ============================================================
   MOTOPRESS — SEARCH AVAILABILITY FORM
   ============================================================ */
.he-mphb-wrap .mphb-search-form,
.he-mphb-wrap .mphb_sc_search {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 6px !important;
  padding: 32px !important;
}
.he-mphb-wrap .mphb-search-form label,
.he-mphb-wrap label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  display: block !important;
  margin-bottom: 6px !important;
  font-weight: 500 !important;
}
.he-mphb-wrap input[type="text"],
.he-mphb-wrap input[type="date"],
.he-mphb-wrap input[type="email"],
.he-mphb-wrap input[type="tel"],
.he-mphb-wrap input[type="number"],
.he-mphb-wrap select,
.he-mphb-wrap textarea {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  border-radius: 2px !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  padding: 12px 14px !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
  -webkit-appearance: none !important;
}
.he-mphb-wrap input:focus,
.he-mphb-wrap select:focus,
.he-mphb-wrap textarea:focus {
  outline: none !important;
  border-color: var(--gold) !important;
  background: rgba(200,169,110,0.05) !important;
}
.he-mphb-wrap select option { background: var(--dark2) !important; color: var(--cream) !important; }

/* ALL MotoPress buttons */
.he-mphb-wrap .mphb-search-submit,
.he-mphb-wrap .mphb-book-button,
.he-mphb-wrap input[type="submit"],
.he-mphb-wrap button[type="submit"],
.he-mphb-wrap .button,
.he-mphb-wrap .mphb-check-form-submit,
.he-mphb-wrap .mphb-confirm-booking,
.he-mphb-wrap a.button {
  background: var(--gold) !important;
  color: var(--dark) !important;
  border: none !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 14px 28px !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: all 0.25s !important;
  display: inline-block !important;
}
.he-mphb-wrap .mphb-search-submit:hover,
.he-mphb-wrap input[type="submit"]:hover,
.he-mphb-wrap button[type="submit"]:hover,
.he-mphb-wrap .button:hover {
  background: var(--gold-light) !important;
  transform: translateY(-1px) !important;
}

/* ============================================================
   MOTOPRESS — SEARCH RESULTS
   ============================================================ */
.he-mphb-wrap .mphb-search-results,
.he-mphb-wrap .mphb_sc_search_results { color: var(--cream) !important; }

.he-mphb-wrap .mphb-room-type-found,
.he-mphb-wrap .mphb-search-result-item {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 6px !important;
  padding: 24px !important;
  margin-bottom: 20px !important;
  transition: border-color 0.3s !important;
}
.he-mphb-wrap .mphb-room-type-found:hover {
  border-color: rgba(200,169,110,0.35) !important;
}
.he-mphb-wrap .mphb-room-type-found h3,
.he-mphb-wrap .mphb-search-result-item h3 {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
}

/* ============================================================
   MOTOPRESS — CHECKOUT FORM
   ============================================================ */
.he-mphb-wrap .mphb-checkout-section,
.he-mphb-wrap .mphb_sc_checkout {
  color: var(--cream) !important;
}
.he-mphb-wrap .mphb-checkout-section-title,
.he-mphb-wrap fieldset legend {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 1.4rem !important;
  font-weight: 300 !important;
  border-bottom: 1px solid rgba(200,169,110,0.15) !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
}
.he-mphb-wrap .mphb-booking-details,
.he-mphb-wrap .mphb-price-breakdown,
.he-mphb-wrap .mphb-order-details {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 4px !important;
  padding: 20px !important;
  color: var(--cream) !important;
  margin-bottom: 20px !important;
}
.he-mphb-wrap .mphb-total,
.he-mphb-wrap .mphb-total-price {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}
.he-mphb-wrap table {
  width: 100% !important;
  border-collapse: collapse !important;
}
.he-mphb-wrap table th {
  color: var(--gold) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(200,169,110,0.15) !important;
  text-align: left !important;
}
.he-mphb-wrap table td {
  color: var(--cream) !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.85rem !important;
}

/* ============================================================
   MOTOPRESS — CONFIRMATION & CANCELLATION
   ============================================================ */
.he-mphb-wrap .mphb-booking-confirmation,
.he-mphb-wrap .mphb-booking-cancellation {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.15) !important;
  border-radius: 6px !important;
  padding: 32px !important;
  color: var(--cream) !important;
}
.he-mphb-wrap .mphb-booking-code {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 2rem !important;
}
.he-mphb-wrap .mphb-success-message,
.he-mphb-wrap .mphb-notice {
  background: rgba(200,169,110,0.08) !important;
  border-left: 3px solid var(--gold) !important;
  padding: 14px 18px !important;
  border-radius: 2px !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
  margin-bottom: 20px !important;
}
.he-mphb-wrap .mphb-error,
.he-mphb-wrap .mphb-warning {
  background: rgba(200,80,80,0.08) !important;
  border-left: 3px solid #c85050 !important;
  color: var(--cream) !important;
}

/* Datepicker */
.ui-datepicker {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  border-radius: 4px !important;
  font-family: 'Jost', sans-serif !important;
  color: var(--cream) !important;
}
.ui-datepicker .ui-datepicker-header {
  background: var(--dark3) !important;
  color: var(--gold) !important;
  border-bottom: 1px solid rgba(200,169,110,0.15) !important;
  border-radius: 3px 3px 0 0 !important;
  padding: 8px !important;
}
.ui-datepicker .ui-datepicker-title { color: var(--gold) !important; }
.ui-datepicker td span,
.ui-datepicker td a { color: var(--cream) !important; text-align: center !important; padding: 4px !important; }
.ui-datepicker td.ui-datepicker-today a { background: rgba(200,169,110,0.15) !important; color: var(--gold) !important; }
.ui-datepicker td a.ui-state-active { background: var(--gold) !important; color: var(--dark) !important; }
.ui-datepicker td.ui-datepicker-unselectable span { color: rgba(154,146,128,0.3) !important; }

/* ============================================================
   WOOCOMMERCE CART — dark gold theme
   ============================================================ */
.he-woo-wrap { background: var(--dark); }
.he-woo-wrap .woocommerce,
.he-woo-wrap .woocommerce-page { color: var(--cream) !important; }

/* Notices */
.he-woo-wrap .woocommerce-message,
.he-woo-wrap .woocommerce-info {
  background: rgba(200,169,110,0.08) !important;
  border-top-color: var(--gold) !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
}
.he-woo-wrap .woocommerce-error {
  background: rgba(200,80,80,0.08) !important;
  border-top-color: #c85050 !important;
  color: var(--cream) !important;
}
.he-woo-wrap .woocommerce-message a,
.he-woo-wrap .woocommerce-info a { color: var(--gold) !important; }

/* Cart table */
.he-woo-wrap table.cart {
  width: 100% !important;
  border-collapse: collapse !important;
  background: transparent !important;
}
.he-woo-wrap table.cart thead th {
  background: var(--dark3) !important;
  color: var(--gold) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 14px 16px !important;
  border-bottom: 1px solid rgba(200,169,110,0.15) !important;
}
.he-woo-wrap table.cart td {
  background: var(--dark2) !important;
  color: var(--cream) !important;
  padding: 16px !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  vertical-align: middle !important;
}
.he-woo-wrap table.cart .product-name a {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 1.1rem !important;
}
.he-woo-wrap table.cart .product-price,
.he-woo-wrap table.cart .product-subtotal {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 1.1rem !important;
}
.he-woo-wrap table.cart .product-remove a {
  color: #c85050 !important;
  font-size: 1.2rem !important;
}
.he-woo-wrap table.cart .quantity input {
  background: var(--dark3) !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  color: var(--cream) !important;
  border-radius: 2px !important;
  padding: 8px 10px !important;
  width: 64px !important;
  text-align: center !important;
  font-family: 'Jost', sans-serif !important;
}

/* Cart totals box */
.he-woo-wrap .cart_totals {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 6px !important;
  padding: 28px !important;
  margin-top: 24px !important;
}
.he-woo-wrap .cart_totals h2 {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--white) !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  margin-bottom: 18px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(200,169,110,0.15) !important;
}
.he-woo-wrap .cart_totals table th,
.he-woo-wrap .cart_totals table td {
  background: transparent !important;
  color: var(--cream) !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
}
.he-woo-wrap .cart_totals .order-total th,
.he-woo-wrap .cart_totals .order-total td {
  color: var(--gold) !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
  border-bottom: none !important;
}

/* Proceed to Checkout button */
.he-woo-wrap .cart_totals .checkout-button,
.he-woo-wrap a.checkout-button,
.he-woo-wrap .wc-proceed-to-checkout a {
  display: block !important;
  background: var(--gold) !important;
  color: var(--dark) !important;
  border: none !important;
  width: 100% !important;
  text-align: center !important;
  padding: 18px !important;
  border-radius: 2px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  margin-top: 18px !important;
  transition: all 0.25s !important;
  text-decoration: none !important;
}
.he-woo-wrap .cart_totals .checkout-button:hover,
.he-woo-wrap a.checkout-button:hover {
  background: var(--gold-light) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(200,169,110,0.25) !important;
}

/* Update cart button */
.he-woo-wrap .woocommerce-cart-form .button {
  background: transparent !important;
  color: var(--gold) !important;
  border: 1px solid rgba(200,169,110,0.3) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 10px 18px !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
}
.he-woo-wrap .woocommerce-cart-form .button:hover {
  background: rgba(200,169,110,0.1) !important;
}

/* Coupon field */
.he-woo-wrap .coupon input[type="text"] {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  border-radius: 2px !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
  padding: 12px 14px !important;
}
.he-woo-wrap .coupon input[type="text"]::placeholder { color: var(--text-muted) !important; }

/* ============================================================
   WOOCOMMERCE CHECKOUT — dark gold theme
   ============================================================ */
.he-woo-wrap .woocommerce-checkout h3,
.he-woo-wrap .woocommerce-checkout #order_review_heading {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 1.4rem !important;
  font-weight: 300 !important;
  margin-bottom: 18px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(200,169,110,0.15) !important;
}
.he-woo-wrap .woocommerce-checkout .form-row label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  display: block !important;
  margin-bottom: 6px !important;
}
.he-woo-wrap .woocommerce-checkout .form-row input,
.he-woo-wrap .woocommerce-checkout .form-row select,
.he-woo-wrap .woocommerce-checkout .form-row textarea {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  border-radius: 2px !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  padding: 12px 14px !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
}
.he-woo-wrap .woocommerce-checkout .form-row input:focus,
.he-woo-wrap .woocommerce-checkout .form-row select:focus {
  outline: none !important;
  border-color: var(--gold) !important;
  background: rgba(200,169,110,0.05) !important;
}

/* Order review table */
.he-woo-wrap table.shop_table {
  width: 100% !important; border-collapse: collapse !important;
}
.he-woo-wrap table.shop_table th {
  color: var(--gold) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(200,169,110,0.15) !important;
}
.he-woo-wrap table.shop_table td {
  color: var(--cream) !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
}
.he-woo-wrap table.shop_table .order-total th,
.he-woo-wrap table.shop_table .order-total td {
  color: var(--gold) !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.3rem !important;
}

/* Payment box */
.he-woo-wrap #payment {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 4px !important;
}
.he-woo-wrap #payment ul.payment_methods li {
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  padding: 12px 16px !important;
}
.he-woo-wrap #payment div.payment_box {
  background: rgba(200,169,110,0.06) !important;
  color: var(--text-muted) !important;
  font-family: 'Jost', sans-serif !important;
}

/* Place Order button */
.he-woo-wrap #place_order {
  background: var(--gold) !important;
  color: var(--dark) !important;
  border: none !important;
  width: 100% !important;
  padding: 18px !important;
  border-radius: 2px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.25s !important;
  margin-top: 16px !important;
}
.he-woo-wrap #place_order:hover {
  background: var(--gold-light) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(200,169,110,0.25) !important;
}

/* My Account */
.he-woo-wrap .woocommerce-MyAccount-navigation {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 4px !important;
  padding: 8px 0 !important;
  margin-bottom: 24px !important;
}
.he-woo-wrap .woocommerce-MyAccount-navigation ul { list-style: none !important; }
.he-woo-wrap .woocommerce-MyAccount-navigation li a {
  display: block !important;
  padding: 12px 20px !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.82rem !important;
  border-left: 2px solid transparent !important;
  transition: all 0.2s !important;
  text-decoration: none !important;
}
.he-woo-wrap .woocommerce-MyAccount-navigation li.is-active a,
.he-woo-wrap .woocommerce-MyAccount-navigation li a:hover {
  color: var(--gold) !important;
  border-left-color: var(--gold) !important;
  background: rgba(200,169,110,0.06) !important;
}
.he-woo-wrap .woocommerce-MyAccount-content { color: var(--cream) !important; }
.he-woo-wrap .woocommerce-MyAccount-content h3 {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
}

/* ============================================================
   RESTAURANT MENU SHORTCODE
   ============================================================ */
.he-menu-wrap { background: var(--dark); padding-bottom: 80px; position: relative; }

.he-menu-hero {
  background: linear-gradient(135deg, #1a1410, #0D0B08);
  padding: 32px 20px 28px; text-align: center;
  position: relative; overflow: hidden;
}
.he-menu-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(200,169,110,0.1), transparent 65%);
}
.he-menu-hero-img {
  width: 100%; max-height: 150px; object-fit: cover;
  border-radius: 6px; opacity: 0.7; margin-bottom: 16px; position: relative;
}
.he-menu-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem,6vw,2.6rem); font-weight: 300;
  color: var(--white); position: relative;
}
.he-menu-sub {
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin: 8px 0 14px; position: relative;
}
.he-delivery-badges {
  display: flex; justify-content: center; gap: 10px;
  flex-wrap: wrap; position: relative;
}
.he-badge {
  background: rgba(200,169,110,0.1); border: 1px solid rgba(200,169,110,0.2);
  border-radius: 20px; padding: 4px 12px; font-size: 0.62rem; color: var(--cream);
}
.he-menu-topbar {
  position: sticky; top: 0; z-index: 500; background: var(--dark2);
  border-bottom: 1px solid rgba(200,169,110,0.12);
  display: flex; align-items: center;
}
.he-cat-tabs { flex: 1; display: flex; overflow-x: auto; scrollbar-width: none; }
.he-cat-tabs::-webkit-scrollbar { display: none; }
.he-cat-tab {
  flex-shrink: 0; padding: 13px 16px; font-size: 0.65rem;
  font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-muted); cursor: pointer; border: none;
  border-bottom: 2px solid transparent; background: none;
  font-family: 'Jost', sans-serif; white-space: nowrap; transition: all 0.2s;
}
.he-cat-tab.active, .he-cat-tab:hover { color: var(--gold); border-bottom-color: var(--gold); }
.he-cart-btn {
  background: var(--gold); color: var(--dark); border: none;
  padding: 10px 16px; margin: 8px 10px; border-radius: 2px;
  font-family: 'Jost', sans-serif; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.08em; cursor: pointer; white-space: nowrap; transition: background 0.2s;
}
.he-cart-btn:hover { background: var(--gold-light); }
.he-menu-sections { padding: 0 16px; max-width: 960px; margin: 0 auto; }
.he-menu-section { padding: 28px 0 8px; }
.he-section-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.he-section-header h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem;
  font-weight: 400; color: var(--white); white-space: nowrap;
}
.he-section-line { flex: 1; height: 1px; background: rgba(200,169,110,0.15); }
.he-menu-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
@media (min-width: 500px) { .he-menu-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 768px) { .he-menu-grid { grid-template-columns: repeat(4,1fr); gap: 16px; } }
@media (min-width: 1024px) { .he-menu-grid { grid-template-columns: repeat(5,1fr); } }
.he-menu-card {
  background: var(--dark2); border: 1px solid rgba(200,169,110,0.08);
  border-radius: 6px; overflow: hidden; transition: border-color 0.25s, transform 0.25s;
  display: flex; flex-direction: column;
}
.he-menu-card:hover { border-color: rgba(200,169,110,0.3); transform: translateY(-2px); }
.he-card-img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; background: var(--dark3); }
.he-card-body { padding: 10px 12px 12px; flex: 1; display: flex; flex-direction: column; }
.he-card-name { font-size: 0.78rem; font-weight: 500; color: var(--cream); margin-bottom: 4px; line-height: 1.3; flex: 1; }
.he-card-price { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--gold); margin-bottom: 10px; }
.he-card-actions { display: flex; align-items: center; gap: 6px; }
.he-qty {
  display: flex; align-items: center; background: var(--dark3);
  border: 1px solid rgba(200,169,110,0.15); border-radius: 2px; overflow: hidden;
}
.he-qty-btn {
  background: none; border: none; color: var(--gold); font-size: 1rem;
  width: 26px; height: 26px; cursor: pointer; display: flex;
  align-items: center; justify-content: center; transition: background 0.15s;
  font-family: 'Jost', sans-serif;
}
.he-qty-btn:hover { background: rgba(200,169,110,0.12); }
.he-qty-num { min-width: 22px; text-align: center; font-size: 0.8rem; color: var(--cream); font-weight: 500; }
.he-add-btn {
  flex: 1; background: var(--gold); color: var(--dark); border: none;
  padding: 6px 4px; border-radius: 2px; font-family: 'Jost', sans-serif;
  font-size: 0.6rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap;
}
.he-add-btn:hover { background: var(--gold-light); }
.he-cart-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.6);
  z-index: 1000; opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.he-cart-overlay.open { opacity: 1; pointer-events: all; }
.he-cart-drawer {
  position: fixed; right: 0; top: 0; bottom: 0;
  width: min(360px,100vw); background: var(--dark2);
  border-left: 1px solid rgba(200,169,110,0.15);
  z-index: 1001; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.he-cart-drawer.open { transform: translateX(0); }
.he-cart-header {
  padding: 18px 20px; border-bottom: 1px solid rgba(200,169,110,0.12);
  display: flex; align-items: center; justify-content: space-between;
}
.he-cart-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--white); }
.he-cart-close { background: none; border: none; color: var(--text-muted); font-size: 1.4rem; cursor: pointer; transition: color 0.2s; }
.he-cart-close:hover { color: var(--gold); }
.he-cart-items { flex: 1; overflow-y: auto; padding: 14px 16px; display: flex; flex-direction: column; gap: 10px; }
.he-cart-empty { text-align: center; padding: 50px 20px; color: var(--text-muted); font-size: 0.82rem; line-height: 1.8; }
.he-cart-item {
  display: flex; gap: 10px; align-items: center; background: var(--dark3);
  border: 1px solid rgba(200,169,110,0.08); border-radius: 4px; padding: 10px;
}
.he-ci-img { width: 44px; height: 44px; border-radius: 3px; object-fit: cover; flex-shrink: 0; }
.he-ci-info { flex: 1; min-width: 0; }
.he-ci-name { font-size: 0.75rem; font-weight: 500; color: var(--cream); margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.he-ci-price { font-size: 0.7rem; color: var(--gold); }
.he-ci-remove { background: none; border: none; cursor: pointer; font-size: 0.9rem; opacity: 0.6; transition: opacity 0.2s; }
.he-ci-remove:hover { opacity: 1; }
.he-cart-footer { border-top: 1px solid rgba(200,169,110,0.12); padding: 18px 20px; }
.he-cart-total-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 6px; font-size: 0.62rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--text-muted);
}
.he-cart-total { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--gold); }
.he-cart-note { font-size: 0.62rem; color: var(--text-muted); margin-bottom: 14px; line-height: 1.6; }
.he-wa-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #25D366; color: white; border: none; width: 100%;
  padding: 15px; border-radius: 3px; font-family: 'Jost', sans-serif;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; cursor: pointer; transition: all 0.25s; margin-bottom: 8px;
}
.he-wa-btn:hover { background: #1ebe5d; transform: translateY(-1px); }
.he-clear-btn {
  width: 100%; background: none; border: 1px solid rgba(200,169,110,0.15);
  color: var(--text-muted); padding: 9px; border-radius: 2px;
  font-family: 'Jost', sans-serif; font-size: 0.62rem; letter-spacing: 0.1em;
  text-transform: uppercase; cursor: pointer; transition: all 0.2s;
}
.he-clear-btn:hover { border-color: #e05555; color: #e05555; }
.he-sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 700;
  padding: 10px 16px; background: var(--dark2);
  border-top: 1px solid rgba(200,169,110,0.15);
  display: flex; gap: 10px; align-items: center;
}
.he-sticky-items { font-size: 0.62rem; color: var(--text-muted); }
.he-sticky-total { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--gold); }
.he-sticky-view {
  background: rgba(200,169,110,0.1); color: var(--gold);
  border: 1px solid rgba(200,169,110,0.25); padding: 10px 12px;
  border-radius: 2px; font-family: 'Jost', sans-serif;
  font-size: 0.65rem; font-weight: 500; cursor: pointer; white-space: nowrap;
}
.he-sticky-wa {
  background: #25D366; color: white; border: none; padding: 10px 16px;
  border-radius: 3px; font-family: 'Jost', sans-serif; font-size: 0.7rem;
  font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; white-space: nowrap; transition: background 0.2s;
}
.he-sticky-wa:hover { background: #1ebe5d; }
.he-toast {
  position: fixed; bottom: 80px; left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: var(--dark3); border: 1px solid rgba(200,169,110,0.3);
  color: var(--gold); padding: 9px 18px; border-radius: 20px;
  font-size: 0.72rem; font-weight: 500; opacity: 0;
  transition: all 0.3s; white-space: nowrap; z-index: 2000; pointer-events: none;
}
.he-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── DESKTOP ── */
@media (min-width: 768px) {
  .he-inner-hero { min-height: 260px; padding: 0 48px 44px; }
  .he-inner-wrap { padding: 56px 48px 100px; }
  .he-woo-wrap .woocommerce-checkout .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
  .he-woo-wrap .woocommerce-MyAccount-navigation { margin-bottom: 0; }
  .he-woo-wrap .woocommerce { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: start; }
  .he-sticky-bar { display: none; }
}

/* ============================================================
   HOMEPAGE BOOKING FORM — Fix layout & styling
   ============================================================ */
#booking .booking-form {
  background: var(--dark2);
  border: 1px solid rgba(200,169,110,0.12);
  border-radius: 6px;
  padding: 32px;
  margin-top: 36px;
}
#booking .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
#booking .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#booking .form-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}
#booking .form-input,
#booking .form-select {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,169,110,0.2);
  border-radius: 2px;
  padding: 13px 14px;
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  width: 100%;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
#booking .form-input:focus,
#booking .form-select:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(200,169,110,0.05);
}
#booking .form-input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0.6) sepia(1) saturate(2) hue-rotate(5deg);
  cursor: pointer;
}
#booking .btn-check {
  background: var(--gold);
  color: var(--dark);
  border: none;
  padding: 18px;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.25s;
  width: 100%;
  margin-top: 8px;
}
#booking .btn-check:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(200,169,110,0.25);
}
@media (min-width: 768px) {
  #booking .form-row { grid-template-columns: 1fr 1fr 1fr 1fr; }
}

/* ============================================================
   MOTOPRESS ALL FORMS — Complete layout fix
   ============================================================ */

/* Form field rows — proper grid */
.he-mphb-wrap .mphb-row,
.he-mphb-wrap .form-row,
.he-mphb-wrap .mphb-search-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .he-mphb-wrap .mphb-search-form .mphb-row,
  .he-mphb-wrap .mphb-search-form-row {
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    align-items: flex-end;
  }
}

/* Each field block */
.he-mphb-wrap .mphb-search-field,
.he-mphb-wrap .mphb-checkout-field,
.he-mphb-wrap .form-group,
.he-mphb-wrap p.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0 !important;
}

/* Required star */
.he-mphb-wrap .required { color: var(--gold) !important; }

/* "Required fields" notice */
.he-mphb-wrap .mphb-required-fields-notice,
.he-mphb-wrap p.mphb-notice {
  font-size: 0.65rem !important;
  color: var(--text-muted) !important;
  font-family: 'Jost', sans-serif !important;
  margin-bottom: 16px !important;
}

/* Search form wrapper card */
.he-mphb-wrap .mphb_sc_search,
.he-mphb-wrap .mphb-search-form {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 6px !important;
  padding: 32px !important;
}

/* Checkout form sections */
.he-mphb-wrap .mphb-checkout-section {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 6px !important;
  padding: 28px !important;
  margin-bottom: 24px !important;
}

/* Checkout fields grid */
.he-mphb-wrap .mphb-checkout-fields,
.he-mphb-wrap .mphb-customer-fields {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}
@media (max-width: 640px) {
  .he-mphb-wrap .mphb-checkout-fields,
  .he-mphb-wrap .mphb-customer-fields {
    grid-template-columns: 1fr !important;
  }
}

/* Full-width fields */
.he-mphb-wrap .mphb-field-note,
.he-mphb-wrap .mphb-field-full,
.he-mphb-wrap .mphb-checkout-field--full {
  grid-column: 1 / -1 !important;
}

/* Search results layout */
.he-mphb-wrap .mphb-search-results {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
.he-mphb-wrap .mphb-room-type-found {
  display: grid !important;
  gap: 20px !important;
}
@media (min-width: 640px) {
  .he-mphb-wrap .mphb-room-type-found {
    grid-template-columns: 240px 1fr !important;
    align-items: start !important;
  }
}
.he-mphb-wrap .mphb-room-type-found img {
  width: 100% !important;
  border-radius: 4px !important;
  object-fit: cover !important;
}

/* Attributes / amenities list */
.he-mphb-wrap .mphb-room-type-attributes,
.he-mphb-wrap .mphb-attributes-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 12px 0 !important;
  list-style: none !important;
  padding: 0 !important;
}
.he-mphb-wrap .mphb-room-type-attributes li,
.he-mphb-wrap .mphb-attributes-list li {
  background: rgba(200,169,110,0.08) !important;
  border: 1px solid rgba(200,169,110,0.15) !important;
  border-radius: 20px !important;
  padding: 4px 12px !important;
  font-size: 0.7rem !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
}

/* Price display */
.he-mphb-wrap .mphb-rate-price,
.he-mphb-wrap .mphb-price-per-night {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.8rem !important;
  font-weight: 300 !important;
  color: var(--gold) !important;
  margin: 12px 0 !important;
}
.he-mphb-wrap .mphb-price-per-night small,
.he-mphb-wrap .mphb-rate-label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.65rem !important;
  color: var(--text-muted) !important;
  letter-spacing: 0.1em !important;
}

/* Booking summary box */
.he-mphb-wrap .mphb-booking-summary,
.he-mphb-wrap .mphb-price-summary {
  background: var(--dark3) !important;
  border: 1px solid rgba(200,169,110,0.15) !important;
  border-radius: 4px !important;
  padding: 20px !important;
  margin-top: 16px !important;
}
.he-mphb-wrap .mphb-booking-summary-row {
  display: flex !important;
  justify-content: space-between !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.85rem !important;
  color: var(--cream) !important;
}
.he-mphb-wrap .mphb-booking-summary-total {
  display: flex !important;
  justify-content: space-between !important;
  padding-top: 12px !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.4rem !important;
  color: var(--gold) !important;
}

/* Checkbox & radio */
.he-mphb-wrap input[type="checkbox"],
.he-mphb-wrap input[type="radio"] {
  accent-color: var(--gold) !important;
  width: auto !important;
  padding: 0 !important;
  margin-right: 8px !important;
}

/* Terms & conditions */
.he-mphb-wrap .mphb-terms-conditions {
  background: rgba(200,169,110,0.04) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 2px !important;
  padding: 14px !important;
  font-size: 0.78rem !important;
  color: var(--text-muted) !important;
  max-height: 120px !important;
  overflow-y: auto !important;
}
.he-mphb-wrap .mphb-terms-conditions a { color: var(--gold) !important; }

/* Adults/children counter */
.he-mphb-wrap .mphb-quantity-field {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  width: fit-content !important;
}
.he-mphb-wrap .mphb-quantity-field button {
  background: none !important;
  border: none !important;
  color: var(--gold) !important;
  width: 36px !important; height: 44px !important;
  font-size: 1.1rem !important;
  cursor: pointer !important;
  transition: background 0.15s !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.he-mphb-wrap .mphb-quantity-field button:hover {
  background: rgba(200,169,110,0.12) !important;
  transform: none !important;
}
.he-mphb-wrap .mphb-quantity-field input[type="number"] {
  width: 50px !important;
  text-align: center !important;
  border: none !important;
  border-left: 1px solid rgba(200,169,110,0.15) !important;
  border-right: 1px solid rgba(200,169,110,0.15) !important;
  border-radius: 0 !important;
  padding: 10px 4px !important;
}

/* Scrollbar for terms */
.he-mphb-wrap ::-webkit-scrollbar { width: 4px; }
.he-mphb-wrap ::-webkit-scrollbar-track { background: var(--dark3); }
.he-mphb-wrap ::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 2px; }

/* ============================================================
   WOOCOMMERCE CART — fix layout
   ============================================================ */
.he-woo-wrap .woocommerce-cart-form {
  overflow-x: auto;
}
.he-woo-wrap table.cart {
  min-width: 500px;
}
.he-woo-wrap .cart-collaterals {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .he-woo-wrap .cart-collaterals {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 32px;
    align-items: start;
  }
  .he-woo-wrap table.cart { min-width: unset; }
}

/* ============================================================
   GLOBAL MOTOPRESS FIX — works on ALL templates/pages
   Targets MotoPress forms even when Elementor canvas is active
   ============================================================ */

/* Force dark background on search-availability page body */
body.page-id-search-availability,
body[class*="mphb"],
.mphb_sc_search,
.mphb-search-form {
  background: var(--dark) !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
}

/* ── BIG FORM FIELDS — make them full size, easy to tap on mobile ── */
.mphb-search-form,
.mphb_sc_search .mphb-search-form {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.15) !important;
  border-radius: 8px !important;
  padding: 28px 24px !important;
  max-width: 100% !important;
}

/* All form field rows — full width stacked on mobile */
.mphb-search-form .mphb-row,
.mphb-search-form-row,
.mphb_sc_search .mphb-row {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin-bottom: 0 !important;
}

/* On tablet+ go side by side */
@media (min-width: 600px) {
  .mphb-search-form .mphb-row,
  .mphb-search-form-row,
  .mphb_sc_search .mphb-row {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
  }
  .mphb-search-form .mphb-col,
  .mphb-search-form .mphb-search-field {
    flex: 1 !important;
    min-width: 140px !important;
  }
}

/* Field labels — gold, uppercase */
.mphb-search-form label,
.mphb_sc_search label {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: 500 !important;
}

/* ALL inputs — big, dark, easy to use on mobile */
.mphb-search-form input[type="text"],
.mphb-search-form input[type="date"],
.mphb-search-form input[type="number"],
.mphb-search-form select,
.mphb_sc_search input[type="text"],
.mphb_sc_search input[type="date"],
.mphb_sc_search input[type="number"],
.mphb_sc_search select,
.mphb_sc_search input,
.mphb-search-form input {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(200,169,110,0.25) !important;
  border-radius: 4px !important;
  color: var(--cream) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 1rem !important;
  padding: 14px 16px !important;
  width: 100% !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.2s, background 0.2s !important;
}
.mphb-search-form input:focus,
.mphb-search-form select:focus,
.mphb_sc_search input:focus,
.mphb_sc_search select:focus {
  outline: none !important;
  border-color: var(--gold) !important;
  background: rgba(200,169,110,0.06) !important;
}
.mphb-search-form select option,
.mphb_sc_search select option {
  background: #1A1712 !important;
  color: var(--cream) !important;
}

/* Search / Check Availability button — big gold */
.mphb-search-form .mphb-search-submit,
.mphb-search-form input[type="submit"],
.mphb-search-form button[type="submit"],
.mphb_sc_search .mphb-search-submit,
.mphb_sc_search input[type="submit"],
.mphb_sc_search button[type="submit"] {
  background: var(--gold) !important;
  color: var(--dark) !important;
  border: none !important;
  border-radius: 4px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 16px 32px !important;
  min-height: 52px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all 0.25s !important;
  margin-top: 8px !important;
}
.mphb-search-form .mphb-search-submit:hover,
.mphb_sc_search input[type="submit"]:hover,
.mphb_sc_search button[type="submit"]:hover {
  background: var(--gold-light) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(200,169,110,0.3) !important;
}

/* Required fields notice */
.mphb-required-fields-notice,
.mphb-search-form p.mphb-notice {
  color: var(--text-muted) !important;
  font-size: 0.65rem !important;
  font-family: 'Jost', sans-serif !important;
  margin-bottom: 20px !important;
}
.required { color: var(--gold) !important; }

/* Search results — room cards */
.mphb-room-type-found {
  background: var(--dark2) !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
  transition: border-color 0.3s !important;
}
.mphb-room-type-found:hover {
  border-color: rgba(200,169,110,0.35) !important;
}
.mphb-room-type-found h3,
.mphb-room-type-found .entry-title {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
}
.mphb-room-type-found .mphb-price,
.mphb-room-type-found .mphb-total-price {
  font-family: 'Cormorant Garamond', serif !important;
  color: var(--gold) !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}
.mphb-room-type-found p,
.mphb-room-type-found .mphb-room-type-excerpt {
  color: var(--text-muted) !important;
  font-family: 'Jost', sans-serif !important;
}
.mphb-room-type-found .mphb-book-button,
.mphb-room-type-found .button {
  background: var(--gold) !important;
  color: var(--dark) !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 12px 24px !important;
  cursor: pointer !important;
  transition: all 0.25s !important;
  display: inline-block !important;
  text-decoration: none !important;
}
.mphb-room-type-found .mphb-book-button:hover { 
  background: var(--gold-light) !important; 
}

/* ============================================================
   MOTOPRESS [mphb_availability_search] — COMPLETE DARK GOLD
   Targets every possible MotoPress class variation
   ============================================================ */

/* Wrapper card */
.mphb_sc_availability_search,
.mphb-availability-search,
.mphb_sc_search,
.mphb-search-form {
  background: #1A1712 !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  border-radius: 12px !important;
  padding: 36px 28px !important;
  margin: 0 auto !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4) !important;
  max-width: 100% !important;
}

/* ALL labels */
.mphb_sc_availability_search label,
.mphb-availability-search label,
.mphb_sc_search label,
.mphb-search-form label {
  font-family: 'Jost', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #C8A96E !important;
  font-weight: 600 !important;
  display: block !important;
  margin-bottom: 10px !important;
}

/* ALL inputs and selects — BIG */
.mphb_sc_availability_search input,
.mphb_sc_availability_search select,
.mphb-availability-search input,
.mphb-availability-search select,
.mphb_sc_search input,
.mphb_sc_search select,
.mphb-search-form input,
.mphb-search-form select {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(200,169,110,0.3) !important;
  border-radius: 6px !important;
  color: #F5F0E8 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 16px !important;
  padding: 0 18px !important;
  height: 58px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.2s, background 0.2s !important;
}

.mphb_sc_availability_search input:focus,
.mphb_sc_availability_search select:focus,
.mphb-availability-search input:focus,
.mphb-availability-search select:focus,
.mphb_sc_search input:focus,
.mphb_sc_search select:focus,
.mphb-search-form input:focus,
.mphb-search-form select:focus {
  border-color: #C8A96E !important;
  background: rgba(200,169,110,0.07) !important;
}

/* Select option dark */
.mphb_sc_availability_search select option,
.mphb-availability-search select option,
.mphb_sc_search select option,
.mphb-search-form select option {
  background: #1A1712 !important;
  color: #F5F0E8 !important;
}

/* Form row layout */
.mphb_sc_availability_search .mphb-row,
.mphb-availability-search .mphb-row,
.mphb_sc_search .mphb-row,
.mphb-search-form .mphb-row,
.mphb-search-form-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-bottom: 16px !important;
  align-items: flex-end !important;
}

/* Each field column */
.mphb_sc_availability_search .mphb-col,
.mphb_sc_availability_search .mphb-search-field,
.mphb-availability-search .mphb-col,
.mphb-availability-search .mphb-search-field,
.mphb_sc_search .mphb-col,
.mphb_sc_search .mphb-search-field,
.mphb-search-form .mphb-col,
.mphb-search-form .mphb-search-field {
  flex: 1 !important;
  min-width: 150px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Submit button — big gold */
.mphb_sc_availability_search .mphb-search-submit,
.mphb-availability-search .mphb-search-submit,
.mphb_sc_search .mphb-search-submit,
.mphb-search-form .mphb-search-submit,
.mphb_sc_availability_search input[type="submit"],
.mphb-availability-search input[type="submit"],
.mphb_sc_search input[type="submit"],
.mphb-search-form input[type="submit"],
.mphb_sc_availability_search button[type="submit"],
.mphb-availability-search button[type="submit"],
.mphb_sc_search button[type="submit"],
.mphb-search-form button[type="submit"] {
  background: #C8A96E !important;
  color: #0D0B08 !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  height: 58px !important;
  padding: 0 32px !important;
  cursor: pointer !important;
  transition: all 0.25s !important;
  width: 100% !important;
  margin-top: 4px !important;
}

.mphb_sc_availability_search .mphb-search-submit:hover,
.mphb-availability-search .mphb-search-submit:hover,
.mphb_sc_search .mphb-search-submit:hover,
.mphb-search-form .mphb-search-submit:hover,
.mphb_sc_availability_search input[type="submit"]:hover,
.mphb-availability-search input[type="submit"]:hover,
.mphb_sc_search input[type="submit"]:hover,
.mphb-search-form input[type="submit"]:hover {
  background: #E8D5A3 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(200,169,110,0.35) !important;
}

/* Required notice text */
.mphb-required-fields-notice,
.mphb_sc_availability_search .mphb-notice {
  color: #9A9280 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 11px !important;
  margin-bottom: 20px !important;
}
.required { color: #C8A96E !important; }

/* ── DATEPICKER ── */
.ui-datepicker {
  background: #1A1712 !important;
  border: 1px solid rgba(200,169,110,0.25) !important;
  border-radius: 8px !important;
  font-family: 'Jost', sans-serif !important;
  color: #F5F0E8 !important;
  padding: 8px !important;
  z-index: 99999 !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6) !important;
}
.ui-datepicker-header {
  background: #252219 !important;
  border: none !important;
  border-radius: 6px 6px 0 0 !important;
  color: #C8A96E !important;
  padding: 10px !important;
  margin-bottom: 6px !important;
}
.ui-datepicker-title { color: #C8A96E !important; font-weight: 600 !important; letter-spacing: 1px !important; }
.ui-datepicker-prev, .ui-datepicker-next { cursor: pointer !important; top: 8px !important; }
.ui-datepicker th {
  color: #9A9280 !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 6px 4px !important;
}
.ui-datepicker td { padding: 2px !important; }
.ui-datepicker td a,
.ui-datepicker td span {
  color: #F5F0E8 !important;
  border-radius: 4px !important;
  text-align: center !important;
  padding: 6px !important;
  display: block !important;
  transition: background 0.15s !important;
}
.ui-datepicker td a:hover { background: rgba(200,169,110,0.15) !important; color: #C8A96E !important; }
.ui-datepicker td.ui-datepicker-today a { background: rgba(200,169,110,0.2) !important; color: #C8A96E !important; font-weight: 600 !important; }
.ui-datepicker .ui-state-active { background: #C8A96E !important; color: #0D0B08 !important; font-weight: 700 !important; }
.ui-datepicker td.ui-datepicker-unselectable span { color: rgba(154,146,128,0.25) !important; cursor: not-allowed !important; }
.ui-datepicker td.mphb-datepick-booked a { background: rgba(200,80,80,0.15) !important; color: rgba(245,160,160,0.5) !important; text-decoration: line-through !important; cursor: not-allowed !important; }

/* ── SEARCH RESULTS CARDS ── */
.mphb_sc_search_results .mphb-room-type,
.mphb_sc_availability_search_results .mphb-room-type,
.mphb-search-results .mphb-room-type-found {
  background: #1A1712 !important;
  border: 1px solid rgba(200,169,110,0.12) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  margin-bottom: 24px !important;
  transition: border-color 0.3s, transform 0.3s !important;
  color: #F5F0E8 !important;
  font-family: 'Jost', sans-serif !important;
}
.mphb_sc_search_results .mphb-room-type:hover,
.mphb-search-results .mphb-room-type-found:hover {
  border-color: rgba(200,169,110,0.4) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.4) !important;
}
.mphb_sc_search_results .mphb-room-type-title,
.mphb_sc_search_results .entry-title,
.mphb_sc_search_results h2,
.mphb_sc_search_results h3 {
  font-family: 'Cormorant Garamond', serif !important;
  color: #C8A96E !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}
.mphb_sc_search_results .mphb-price,
.mphb_sc_search_results .mphb-total-price {
  font-family: 'Cormorant Garamond', serif !important;
  color: #C8A96E !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
}
.mphb_sc_search_results p {
  color: #9A9280 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  line-height: 1.7 !important;
}
.mphb_sc_search_results .mphb-book-button,
.mphb_sc_search_results a.button,
.mphb_sc_search_results .button {
  background: #C8A96E !important;
  color: #0D0B08 !important;
  border: none !important;
  border-radius: 4px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 14px 28px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.25s !important;
}
.mphb_sc_search_results .mphb-book-button:hover,
.mphb_sc_search_results a.button:hover {
  background: #E8D5A3 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(200,169,110,0.3) !important;
}

/* Mobile */
@media (max-width: 600px) {
  .mphb_sc_availability_search,
  .mphb-availability-search,
  .mphb_sc_search,
  .mphb-search-form {
    padding: 24px 16px !important;
    border-radius: 8px !important;
  }
  .mphb_sc_availability_search .mphb-col,
  .mphb_sc_availability_search .mphb-search-field,
  .mphb-availability-search .mphb-col,
  .mphb-availability-search .mphb-search-field,
  .mphb_sc_search .mphb-col,
  .mphb_sc_search .mphb-search-field,
  .mphb-search-form .mphb-col,
  .mphb-search-form .mphb-search-field {
    min-width: calc(50% - 8px) !important;
    flex: 1 !important;
  }
  .mphb_sc_availability_search input,
  .mphb_sc_availability_search select,
  .mphb-availability-search input,
  .mphb-availability-search select,
  .mphb_sc_search input,
  .mphb_sc_search select,
  .mphb-search-form input,
  .mphb-search-form select {
    height: 52px !important;
    font-size: 15px !important;
  }
}

/* ============================================================
   BOOKING CONFIRMATION PAGE — Complete styling
   ============================================================ */

/* Success/confirmation wrapper */
.mphb_sc_booking_confirmation,
.mphb-booking-confirmation-wrap,
.mphb-booking-confirmation {
  font-family: 'Jost', sans-serif !important;
  color: #F5F0E8 !important;
  max-width: 780px !important;
  margin: 0 auto !important;
}

/* ── SUCCESS STATE — when booking is confirmed ── */
.mphb-booking-success,
.mphb_sc_booking_confirmation .mphb-booking-details,
.mphb-booking-confirmed {
  background: #1A1712 !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  border-radius: 12px !important;
  padding: 36px 28px !important;
  margin-bottom: 24px !important;
}

/* Booking code / reference number */
.mphb-booking-code,
.mphb_sc_booking_confirmation .mphb-booking-code {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 2.5rem !important;
  font-weight: 600 !important;
  color: #C8A96E !important;
  letter-spacing: 0.08em !important;
  display: block !important;
  margin-bottom: 8px !important;
}

/* Section headings */
.mphb_sc_booking_confirmation h3,
.mphb_sc_booking_confirmation h4,
.mphb-booking-confirmation h3,
.mphb-booking-confirmation h4 {
  font-family: 'Cormorant Garamond', serif !important;
  color: #C8A96E !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(200,169,110,0.15) !important;
}

/* Details table */
.mphb_sc_booking_confirmation table,
.mphb-booking-confirmation table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 20px !important;
}
.mphb_sc_booking_confirmation table th,
.mphb-booking-confirmation table th {
  font-family: 'Jost', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #C8A96E !important;
  font-weight: 600 !important;
  padding: 12px 16px 12px 0 !important;
  border-bottom: 1px solid rgba(200,169,110,0.12) !important;
  text-align: left !important;
  white-space: nowrap !important;
  width: 160px !important;
}
.mphb_sc_booking_confirmation table td,
.mphb-booking-confirmation table td {
  font-family: 'Jost', sans-serif !important;
  font-size: 0.9rem !important;
  color: #F5F0E8 !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}
.mphb_sc_booking_confirmation table tr:last-child th,
.mphb_sc_booking_confirmation table tr:last-child td {
  border-bottom: none !important;
}

/* Price row highlight */
.mphb_sc_booking_confirmation .mphb-price-total th,
.mphb_sc_booking_confirmation .mphb-price-total td,
.mphb_sc_booking_confirmation .mphb-total th,
.mphb_sc_booking_confirmation .mphb-total td {
  color: #C8A96E !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.4rem !important;
  border-bottom: none !important;
  padding-top: 16px !important;
}

/* ── ERROR STATE — invalid dates / direct page access ── */
.mphb_sc_booking_confirmation .mphb-errors,
.mphb_sc_booking_confirmation .mphb-error,
.mphb-booking-confirmation .mphb-errors,
.mphb-booking-confirmation .mphb-error,
.mphb-notice-error,
.mphb-errors {
  background: #1A1712 !important;
  border: 1px solid rgba(200,169,110,0.15) !important;
  border-left: 4px solid #C8A96E !important;
  border-radius: 8px !important;
  padding: 28px 24px !important;
  margin-bottom: 20px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 0.88rem !important;
  color: #9A9280 !important;
  line-height: 1.8 !important;
}

/* Hide the raw ugly error text */
.mphb_sc_booking_confirmation .mphb-errors ul,
.mphb_sc_booking_confirmation .mphb-errors p {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: #9A9280 !important;
}
.mphb_sc_booking_confirmation .mphb-errors li {
  padding: 4px 0 !important;
  color: #9A9280 !important;
}
.mphb_sc_booking_confirmation .mphb-errors li::before {
  content: 'ℹ️ ' !important;
}

/* ── INJECT friendly message when page opened directly ── */
.mphb_sc_booking_confirmation .mphb-errors::before {
  content: 'No booking found' !important;
  display: block !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: #C8A96E !important;
  margin-bottom: 12px !important;
}

/* Action buttons on confirmation */
.mphb_sc_booking_confirmation .mphb-actions,
.mphb-booking-confirmation .mphb-actions {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-top: 24px !important;
}

.mphb_sc_booking_confirmation .mphb-actions a,
.mphb_sc_booking_confirmation .button,
.mphb_sc_booking_confirmation a.button {
  background: #C8A96E !important;
  color: #0D0B08 !important;
  border: none !important;
  border-radius: 4px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 14px 28px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.25s !important;
}
.mphb_sc_booking_confirmation .button:hover,
.mphb_sc_booking_confirmation a.button:hover {
  background: #E8D5A3 !important;
  transform: translateY(-1px) !important;
}

/* ── HELPFUL CARD shown when no booking ── */
.he-no-booking-card {
  background: #1A1712;
  border: 1px solid rgba(200,169,110,0.15);
  border-radius: 12px;
  padding: 40px 28px;
  text-align: center;
  max-width: 560px;
  margin: 32px auto 0;
  font-family: 'Jost', sans-serif;
}
.he-no-booking-icon { font-size: 3rem; margin-bottom: 16px; }
.he-no-booking-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #FDFBF7;
  margin-bottom: 10px;
}
.he-no-booking-title em { font-style: italic; color: #C8A96E; }
.he-no-booking-desc {
  font-size: 0.85rem;
  color: #9A9280;
  line-height: 1.8;
  margin-bottom: 28px;
}
.he-no-booking-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.he-no-booking-btn-primary {
  background: #C8A96E;
  color: #0D0B08;
  border: none;
  border-radius: 4px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s;
}
.he-no-booking-btn-primary:hover {
  background: #E8D5A3;
  transform: translateY(-1px);
}
.he-no-booking-btn-secondary {
  background: transparent;
  color: #C8A96E;
  border: 1px solid rgba(200,169,110,0.35);
  border-radius: 4px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s;
}
.he-no-booking-btn-secondary:hover {
  border-color: #C8A96E;
  background: rgba(200,169,110,0.08);
}

/* ── BOOKING CANCELLATION PAGE ── */
.mphb_sc_booking_cancellation,
.mphb-booking-cancellation {
  font-family: 'Jost', sans-serif !important;
  color: #F5F0E8 !important;
  max-width: 780px !important;
  margin: 0 auto !important;
}
.mphb_sc_booking_cancellation .mphb-booking-details,
.mphb-booking-cancellation .mphb-cancellation-details {
  background: #1A1712 !important;
  border: 1px solid rgba(200,80,80,0.2) !important;
  border-left: 4px solid #c85050 !important;
  border-radius: 8px !important;
  padding: 28px !important;
  margin-bottom: 20px !important;
}
.mphb_sc_booking_cancellation h3,
.mphb-booking-cancellation h3 {
  font-family: 'Cormorant Garamond', serif !important;
  color: #e88888 !important;
  font-size: 1.4rem !important;
  margin-bottom: 16px !important;
}
.mphb_sc_booking_cancellation table th {
  color: #C8A96E !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 10px 16px 10px 0 !important;
  border-bottom: 1px solid rgba(200,169,110,0.12) !important;
  width: 160px !important;
}
.mphb_sc_booking_cancellation table td {
  color: #F5F0E8 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  font-size: 0.9rem !important;
}
.mphb_sc_booking_cancellation .button,
.mphb-booking-cancellation .button {
  background: #c85050 !important;
  color: white !important;
  border: none !important;
  border-radius: 4px !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 14px 28px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.25s !important;
  cursor: pointer !important;
}

/* ============================================================
   DARK / LIGHT MODE TOGGLE
   ============================================================ */

/* ── Toggle button in nav ── */
.he-theme-toggle {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(200,169,110,0.25);
  border-radius: 50px;
  width: 42px;
  height: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all 0.3s;
  padding: 0;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.he-theme-toggle:hover {
  border-color: var(--gold);
  background: rgba(200,169,110,0.12);
}
/* Show moon in dark mode, hide sun */
[data-theme="dark"] .he-toggle-dark  { display: flex; }
[data-theme="dark"] .he-toggle-light { display: none;  }
/* Show sun in light mode, hide moon */
[data-theme="light"] .he-toggle-dark  { display: none;  }
[data-theme="light"] .he-toggle-light { display: flex;  }

/* ── LIGHT MODE VARIABLES — warm white/cream, no blue or pink ── */
[data-theme="light"] {
  --dark:       #FAF8F5;
  --dark2:      #F2EEE8;
  --dark3:      #E8E2D8;
  --cream:      #1C1A16;
  --cream2:     #2E2C28;
  --white:      #0D0B08;
  --text-muted: #6B6560;
  --gold:       #9A7A45;
  --gold-light: #C8A96E;
  --gold-dark:  #7A5E32;
}

/* Light mode body */
[data-theme="light"] body {
  background: var(--dark) !important;
  color: var(--cream) !important;
}

/* Light mode nav */
[data-theme="light"] #site-nav {
  background: rgba(250,250,248,0.97) !important;
  border-bottom: 1px solid rgba(154,122,69,0.2) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important;
}
[data-theme="light"] .nav-logo { color: var(--gold) !important; }
[data-theme="light"] .nav-logo span { color: var(--text-muted) !important; }
[data-theme="light"] .nav-book {
  background: var(--gold) !important;
  color: white !important;
}

/* Light mode hero */
[data-theme="light"] #hero .hero-bg {
  background: linear-gradient(160deg, #f0ece4 0%, #e8e2d8 40%, #ede7dc 100%) !important;
}
[data-theme="light"] #hero .hero-overlay {
  background: linear-gradient(to top, rgba(250,250,248,0.95) 0%, rgba(250,250,248,0.4) 50%, transparent 100%) !important;
}
[data-theme="light"] #hero h1 { color: #1A1814 !important; }
[data-theme="light"] #hero h1 em { color: var(--gold) !important; }
[data-theme="light"] .hero-badge { color: var(--gold) !important; }
[data-theme="light"] .hero-sub { color: var(--gold) !important; }
[data-theme="light"] .cta-primary { background: var(--gold) !important; color: white !important; }
[data-theme="light"] .cta-secondary {
  border-color: rgba(154,122,69,0.4) !important;
  color: var(--cream) !important;
}

/* Light mode strip */
[data-theme="light"] #strip { background: var(--gold) !important; }
[data-theme="light"] .strip-item { color: white !important; }

/* Light mode sections */
[data-theme="light"] #services { background: var(--dark2) !important; }
[data-theme="light"] #rooms    { background: var(--dark)  !important; }
[data-theme="light"] #booking  { background: var(--dark2) !important; }
[data-theme="light"] #why      { background: var(--dark2) !important; }
[data-theme="light"] #contact  { background: var(--dark)  !important; }

/* Light mode cards */
[data-theme="light"] .service-card { background: var(--dark3) !important; }
[data-theme="light"] .room-card    { background: var(--dark2) !important; }

/* Light mode text */
[data-theme="light"] .section-title { color: #1A1814 !important; }
[data-theme="light"] .section-title em { color: var(--gold) !important; }
[data-theme="light"] .section-desc { color: var(--text-muted) !important; }
[data-theme="light"] .section-label { color: var(--gold) !important; }
[data-theme="light"] .service-name { color: #1A1814 !important; }
[data-theme="light"] .service-desc { color: var(--text-muted) !important; }
[data-theme="light"] .room-name  { color: var(--gold) !important; }
[data-theme="light"] .room-type  { color: var(--gold) !important; }
[data-theme="light"] .room-price { color: var(--gold) !important; }
[data-theme="light"] .amenity    { background: rgba(154,122,69,0.1) !important; color: var(--text-muted) !important; }
[data-theme="light"] .why-number { color: rgba(154,122,69,0.2) !important; }
[data-theme="light"] .why-title  { color: #1A1814 !important; }
[data-theme="light"] .why-desc   { color: var(--text-muted) !important; }

/* Light mode form */
[data-theme="light"] .form-input,
[data-theme="light"] .form-select {
  background: rgba(0,0,0,0.04) !important;
  border-color: rgba(154,122,69,0.3) !important;
  color: #1A1814 !important;
}
[data-theme="light"] .form-input:focus,
[data-theme="light"] .form-select:focus {
  border-color: var(--gold) !important;
  background: rgba(154,122,69,0.05) !important;
}
[data-theme="light"] .btn-check { background: var(--gold) !important; color: white !important; }

/* Light mode footer */
[data-theme="light"] .contact-logo { color: var(--gold) !important; }
[data-theme="light"] .contact-link { color: #1A1814 !important; }
[data-theme="light"] .contact-link-icon { border-color: rgba(154,122,69,0.3) !important; }
[data-theme="light"] .footer-bottom { color: var(--text-muted) !important; border-color: rgba(0,0,0,0.1) !important; }

/* Light mode inner pages */
[data-theme="light"] .he-inner-hero {
  background: linear-gradient(135deg, #e8e2d8, #f0ece4) !important;
}
[data-theme="light"] .he-inner-title { color: #1A1814 !important; }
[data-theme="light"] .he-inner-wrap  { background: var(--dark) !important; }
[data-theme="light"] .he-inner-content { color: #1A1814 !important; }
[data-theme="light"] .page-content-inner { color: #1A1814 !important; }

/* Light mode sticky bar */
[data-theme="light"] #sticky-bar { background: rgba(250,250,248,0.97) !important; border-color: rgba(154,122,69,0.2) !important; }
[data-theme="light"] .sticky-btn.gold { background: var(--gold) !important; color: white !important; }

/* Smooth transition for everything */
*, *::before, *::after {
  transition: background-color 0.3s ease, color 0.2s ease, border-color 0.2s ease !important;
}
/* But NOT for animations or transforms */
.reveal, .hero-badge, #hero h1, .hero-sub, .hero-ctas, .scroll-hint {
  transition: opacity 0.7s ease, transform 0.7s ease !important;
}
