:root {
  --forest: #173829;
  --cream: #f8f2e9;
  --wood: #6d4529;
  --sunset: #d97a43;
  --night: #0f1f18;
}
.orchard-gradient {
  background:
    radial-gradient(circle at 10% 10%, rgba(217,122,67,.28), transparent 35%),
    radial-gradient(circle at 90% 0%, rgba(34,75,54,.35), transparent 30%),
    linear-gradient(180deg, #fefcf9 0%, var(--cream) 45%, #efe6d8 100%);
}
.glass-card {
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 16px 40px rgba(20, 40, 30, 0.12);
}
.float-up { animation: floatUp .8s ease-out both; }
@keyframes floatUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.parallax {
  transform: translateZ(0);
  background-attachment: fixed;
}
.lux-hover { transition: all .35s ease; }
.lux-hover:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 26px 54px rgba(16, 34, 25, 0.26);
}
.premium-shell {
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: linear-gradient(150deg, rgba(255,255,255,.88), rgba(255,255,255,.68));
  box-shadow: 0 18px 44px rgba(20, 38, 29, 0.13);
}
.premium-btn {
  background: linear-gradient(120deg, var(--forest), #26543f);
  color: #fff;
  border-radius: 999px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.premium-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(20, 44, 33, .28);
}

.premium-btn-accent {
  background: linear-gradient(120deg, var(--sunset), #c4683a);
  color: #fff;
  border-radius: 999px;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 8px 24px rgba(192, 104, 58, 0.35);
}
.premium-btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(192, 104, 58, 0.42);
}

.home-hero-overlay {
  background:
    linear-gradient(105deg, rgba(16, 37, 27, 0.82) 0%, rgba(16, 37, 27, 0.45) 45%, rgba(16, 37, 27, 0.25) 100%),
    linear-gradient(to top, rgba(16, 37, 27, 0.75) 0%, transparent 50%);
}

.home-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

.home-stat {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  padding: 0.85rem 0.5rem;
  text-align: center;
}

.home-section-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wood);
  margin-bottom: 0.5rem;
}

.home-trust-strip {
  background: linear-gradient(90deg, var(--forest), #26543f, var(--forest));
  color: #fef8ee;
}

/* Scrolling “Getting here” line — directly below site header */
.getting-here-marquee {
  background: linear-gradient(180deg, #faf6ef 0%, var(--cream) 100%);
  border-bottom: 1px solid #e8dcc9;
  color: var(--forest);
  position: relative;
  z-index: 40;
}

.getting-here-marquee__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0.65rem 0;
}

.getting-here-marquee__track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: getting-here-scroll 48s linear infinite;
  will-change: transform;
}

.getting-here-marquee__chunk {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding-right: 3rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .getting-here-marquee__chunk {
    font-size: 0.875rem;
  }
}

.getting-here-marquee__icon {
  font-size: 1rem;
  line-height: 1;
}

.getting-here-marquee__chunk strong {
  color: var(--wood);
  font-weight: 600;
}

@keyframes getting-here-scroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .getting-here-marquee__viewport {
    overflow-x: auto;
  }
  .getting-here-marquee__track {
    animation: none;
    width: auto;
    padding: 0 1rem;
  }
  .getting-here-marquee__chunk[aria-hidden="true"] {
    display: none;
  }
}

.home-highlight {
  border: 1px solid #ead9c4;
  border-radius: 1.25rem;
  background: linear-gradient(160deg, #fffdf9, #faf3e8);
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-highlight:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(30, 45, 35, 0.12);
}

.home-room-card {
  border: 1px solid #e9decd;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 38, 29, 0.1);
}

.home-review {
  border: 1px solid #eadfcf;
  border-radius: 1.25rem;
  background: linear-gradient(150deg, #fff, #faf6ef);
  padding: 1.35rem;
}

.home-cta {
  background: linear-gradient(135deg, var(--forest) 0%, #26543f 50%, #1a4d38 100%);
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
.home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(224, 122, 65, 0.25), transparent 45%);
  pointer-events: none;
}

/* Admin dashboard */
.admin-shell {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}
@media (min-width: 768px) {
  .admin-shell { padding: 2rem 2rem 4rem; }
}
.admin-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--forest), #26543f);
  color: #fef8ee;
  box-shadow: 0 12px 32px rgba(20, 38, 29, 0.18);
}
.admin-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.admin-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: opacity 0.2s, transform 0.2s;
}
.admin-btn:hover { opacity: 0.92; transform: translateY(-1px); }
.admin-btn-light {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
}
.admin-btn-accent {
  background: linear-gradient(120deg, var(--sunset), #c4683a);
  color: #fff;
}
.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}
@media (min-width: 640px) { .admin-stat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .admin-stat-grid { grid-template-columns: repeat(4, 1fr); } }
.admin-stat {
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 1rem;
  padding: 1.1rem 1.15rem;
  box-shadow: 0 8px 24px rgba(20, 38, 29, 0.06);
}
.admin-stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(31, 77, 58, 0.55);
}
.admin-stat-value {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 0.35rem;
  color: var(--forest);
}
.admin-stat-hint {
  font-size: 0.72rem;
  color: rgba(31, 77, 58, 0.5);
  margin-top: 0.25rem;
}
.admin-stat-warn { border-color: #f0c9a8; background: linear-gradient(160deg, #fffaf5, #fff); }
.admin-section {
  margin-top: 1.75rem;
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 1.25rem;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 10px 28px rgba(20, 38, 29, 0.07);
}
@media (min-width: 768px) { .admin-section { padding: 1.5rem 1.75rem; } }
.admin-section-title {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  color: var(--forest);
  margin-bottom: 0.35rem;
}
.admin-section-desc {
  font-size: 0.85rem;
  color: rgba(31, 77, 58, 0.62);
  margin-bottom: 1rem;
}
.admin-action-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}
@media (min-width: 640px) { .admin-action-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .admin-action-grid { grid-template-columns: repeat(3, 1fr); } }
.admin-action-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  border-radius: 0.95rem;
  border: 1px solid #e9decd;
  background: linear-gradient(160deg, #fffdf9, #faf6ef);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.admin-action-card:hover {
  transform: translateY(-2px);
  border-color: #d4c4aa;
  box-shadow: 0 10px 24px rgba(20, 38, 29, 0.1);
}
.admin-action-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: rgba(31, 77, 58, 0.1);
  font-size: 1.1rem;
}
.admin-action-title { font-weight: 600; font-size: 0.92rem; color: var(--forest); }
.admin-action-desc { font-size: 0.75rem; color: rgba(31, 77, 58, 0.58); margin-top: 0.15rem; line-height: 1.35; }
.admin-two-col {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .admin-two-col { grid-template-columns: 1.2fr 0.8fr; }
}
.admin-table-wrap { overflow-x: auto; border-radius: 0.85rem; border: 1px solid #efe5d6; }
.admin-table { width: 100%; min-width: 520px; font-size: 0.82rem; border-collapse: collapse; }
.admin-table th {
  text-align: left;
  padding: 0.65rem 0.85rem;
  background: #f8f2e7;
  font-weight: 600;
  color: rgba(31, 77, 58, 0.75);
}
.admin-table td {
  padding: 0.65rem 0.85rem;
  border-top: 1px solid #efe5d6;
  color: var(--forest);
}
.admin-badge {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: capitalize;
}
.admin-badge-pending { background: #fff3e0; color: #b45309; }
.admin-badge-new { background: #e8f4fd; color: #0369a1; }
.admin-badge-confirmed { background: #e8f5e9; color: #2e7d32; }
.admin-help-box {
  margin-top: 1.75rem;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f0f7f3, #faf6ef);
  border: 1px solid #d8e8de;
  font-size: 0.82rem;
  color: rgba(31, 77, 58, 0.75);
  line-height: 1.55;
}

.admin-layout {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .admin-layout {
    grid-template-columns: 220px 1fr;
    align-items: start;
  }
}
.admin-sidebar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.85rem;
  background: #fff;
  border: 1px solid #eadfcf;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(20, 38, 29, 0.06);
}
@media (min-width: 1024px) {
  .admin-sidebar {
    flex-direction: column;
    flex-wrap: nowrap;
    position: sticky;
    top: 5.5rem;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
  }
}
.admin-sidebar-label {
  width: 100%;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(31, 77, 58, 0.45);
  padding: 0 0.35rem 0.35rem;
}
.admin-sidebar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.65rem;
  border-radius: 0.65rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--forest);
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s;
}
@media (min-width: 1024px) {
  .admin-sidebar-link { width: 100%; }
}
.admin-sidebar-link:hover {
  background: #f5efe4;
  border-color: #e9decd;
}
.admin-sidebar-link.is-active {
  background: linear-gradient(135deg, var(--forest), #26543f);
  color: #fef8ee;
  border-color: transparent;
}
.admin-sidebar-icon { font-size: 0.95rem; line-height: 1; }
.admin-main { min-width: 0; }
.admin-flash-wrap { margin-bottom: 1rem; }
.admin-flash {
  padding: 0.65rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.admin-flash-success { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
.admin-flash-error { background: #ffebee; color: #c62828; border: 1px solid #ffcdd2; }
.admin-form-grid {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .admin-form-grid.cols-2 { grid-template-columns: 1fr 1fr; }
  .admin-form-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
}
.admin-field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(31, 77, 58, 0.65);
  margin-bottom: 0.25rem;
}
.admin-field input,
.admin-field select,
.admin-field textarea {
  width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
  border: 1px solid #e8dcc9;
  background: #fff;
  font-size: 0.85rem;
}
.admin-field textarea { min-height: 4rem; resize: vertical; }
.admin-save-btn {
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}
.admin-save-btn:hover { opacity: 0.92; }
.admin-del-btn {
  padding: 0.35rem 0.75rem;
  border-radius: 0.5rem;
  background: #ffebee;
  color: #c62828;
  font-size: 0.72rem;
  font-weight: 600;
}
.admin-edit-row {
  border-top: 1px solid #efe5d6;
  padding: 1rem 0;
}
.admin-edit-row:first-child { border-top: none; padding-top: 0; }
.admin-add-box {
  background: linear-gradient(160deg, #f8f4ec, #fff);
  border: 1px dashed #d4c4aa;
  border-radius: 1rem;
  padding: 1.15rem;
  margin-bottom: 1.25rem;
}
.admin-add-box h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  color: var(--forest);
  margin-bottom: 0.75rem;
}
.admin-item-card {
  background: #fff;
  border: 1px solid #e8dcc9;
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 14px rgba(31, 77, 58, 0.06);
  scroll-margin-top: 6.5rem;
}
.admin-item-card:target {
  border-color: #e07a41;
  box-shadow: 0 0 0 3px rgba(224, 122, 65, 0.28), 0 8px 24px rgba(31, 77, 58, 0.1);
}
.admin-item-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f0e8da;
}
.admin-item-title {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  color: var(--forest);
  font-weight: 600;
}
.admin-item-meta {
  font-size: 0.78rem;
  color: rgba(31, 77, 58, 0.6);
  margin-top: 0.15rem;
}
.admin-item-preview {
  width: 100%;
  max-width: 220px;
  height: 120px;
  object-fit: cover;
  border-radius: 0.75rem;
  border: 1px solid #e8dcc9;
  margin-bottom: 0.85rem;
}
.admin-item-delete {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px dashed #efe5d6;
}
.admin-section-priority {
  margin-top: 0;
  border: 2px solid #c8dcc8;
}
.admin-section-head-row {
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid #e8f0e8;
}
.admin-item-note {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: #8b5e34;
  background: #fff8ed;
  border: 1px solid #f0dcc0;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
}
.admin-add-collapsible {
  margin-top: 1.25rem;
}
.admin-add-collapsible summary {
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  color: var(--forest);
  font-weight: 600;
  list-style: none;
}
.admin-add-collapsible summary::-webkit-details-marker { display: none; }
.admin-add-collapsible[open] summary { margin-bottom: 0.5rem; }

.admin-bulk-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
.admin-bulk-select-all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--forest);
  cursor: pointer;
}
.admin-bulk-del-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.admin-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.admin-photo-pick {
  background: #fff;
  border: 1px solid #e8dcc9;
  border-radius: 0.85rem;
  padding: 0.5rem;
  box-shadow: 0 4px 12px rgba(31, 77, 58, 0.05);
}
.admin-photo-pick:has(.bulk-check:checked) {
  border-color: var(--forest);
  background: #f0f7f2;
  box-shadow: 0 4px 14px rgba(31, 77, 58, 0.12);
}
.admin-photo-pick-inner {
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 0.65rem;
  overflow: hidden;
}
.admin-photo-pick-inner input[type="checkbox"] {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  z-index: 2;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--forest);
}
.admin-photo-pick-inner img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #1a2e24;
}
.admin-photo-pick-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  background: #f0e8da;
  font-size: 0.75rem;
  color: rgba(31, 77, 58, 0.5);
}
.admin-photo-pick-title {
  margin: 0.4rem 0.15rem 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--forest);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-photo-edit-details {
  margin-top: 0.35rem;
  font-size: 0.78rem;
}
.admin-photo-edit-details summary {
  cursor: pointer;
  color: #8b5e34;
  font-weight: 600;
}
.admin-photo-edit-details[open] summary {
  margin-bottom: 0.35rem;
}

.pay-option-card:has(:checked) {
  border-color: var(--forest);
  background: #f0f7f2;
  box-shadow: 0 4px 14px rgba(31, 77, 58, 0.12);
}

.site-wa-float {
  position: fixed;
  right: 1rem;
  bottom: 5.5rem;
  z-index: 45;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s;
}
.site-wa-float:hover { transform: scale(1.06); }
@media (min-width: 768px) {
  .site-wa-float { bottom: 1.5rem; }
}

.menu-note-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(184, 152, 116, 0.2), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(184, 152, 116, 0.16), transparent 30%),
    linear-gradient(180deg, #fdf9f2 0%, #f7efdf 100%);
  border: 1px solid #dfcfb5;
  box-shadow: 0 14px 34px rgba(56, 39, 20, 0.12);
}

.food-menu-search-input {
  width: 100%;
  padding: 0.75rem 2.75rem 0.75rem 2.5rem;
  border-radius: 0.85rem;
  border: 1px solid #e8dcc9;
  background: #fbf7ef;
  font-size: 1rem;
  color: var(--forest);
}
.food-menu-search-input:focus {
  outline: none;
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(31, 77, 58, 0.12);
}
.food-menu-search-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.55;
}
.food-menu-search-clear {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  color: var(--forest);
  background: #efe5d6;
}
.food-menu-search-clear:hover { background: #e8dcc9; }
.food-menu-item.hidden { display: none !important; }
.food-menu-category.hidden { display: none !important; }

.menu-note-list li::marker {
  color: #8b5e34;
  font-weight: 700;
}

.menu-note-closing {
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(70, 48, 26, 0.16);
}

.price-tag {
  background: linear-gradient(120deg, #fff5e6, #fdecd0);
  border: 1px solid #e8cfa8;
  color: var(--wood);
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 999px;
  font-size: .85rem;
}

.room-photo-gallery {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .room-photo-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.room-photo-card {
  border: 1px solid #e8dcc9;
  border-radius: 1.25rem;
  overflow: hidden;
  background: linear-gradient(180deg, #faf6ef 0%, #f3ebe0 100%);
  box-shadow: 0 12px 32px rgba(30, 45, 35, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.room-photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(30, 45, 35, 0.16);
}
.room-photo-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wood);
  border-bottom: 1px solid #ead9c4;
  background: rgba(255, 255, 255, 0.55);
}
.room-photo-card-header.bedroom::before { content: "🛏"; }
.room-photo-card-header.toilet::before { content: "🚿"; }
.room-photo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  max-height: min(72vh, 640px);
  padding: 1rem;
}
.room-photo-frame img {
  width: 100%;
  height: auto;
  max-height: min(68vh, 600px);
  object-fit: contain;
  border-radius: 0.75rem;
  cursor: zoom-in;
}
.room-photo-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  background: #f3ebe0;
}
.room-photo-preview-grid .room-photo-frame {
  min-height: 200px;
  max-height: 260px;
  padding: 0.5rem;
}
.room-photo-preview-grid .room-photo-frame img { max-height: 240px; }
.room-list-card .room-photo-preview-grid {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.room-hero-full {
  background: linear-gradient(180deg, #1a3328 0%, #10251b 100%);
}
.room-hero-full img {
  width: 100%;
  height: 100%;
  max-height: 85vh;
  object-fit: contain;
  object-position: center;
}
.desi-card {
  border: 1px solid #ead9c4;
  background: linear-gradient(160deg, #fffdf9 0%, #faf3e8 100%);
}

/* ——— Mobile-friendly site ——— */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.site-body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body.site-body {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }

  main.site-main {
    min-width: 0;
  }

  .parallax {
    background-attachment: scroll;
  }

  @media (hover: none) {
    .lux-hover:hover {
      transform: none;
      box-shadow: inherit;
    }
  }

  h1.font-display.text-5xl,
  h1.text-5xl {
    font-size: clamp(1.65rem, 7vw, 2.25rem) !important;
    line-height: 1.15;
  }

  h1.font-display.text-4xl {
    font-size: clamp(1.5rem, 6vw, 2rem);
    line-height: 1.2;
  }

  .menu-note-closing {
    font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
  }

  .site-header-inner {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .site-brand-name {
    font-size: 1.05rem;
    line-height: 1.2;
  }

  .site-mobile-menu {
    max-height: min(70vh, calc(100dvh - 5rem));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-mobile-menu a {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
  }

  .site-bottom-nav {
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    border-radius: 1rem 1rem 0 0;
    padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
    justify-content: space-around;
    gap: 0.25rem;
    max-width: 100%;
  }

  .site-bottom-nav a {
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.5rem;
    flex: 1;
    text-align: center;
  }

  .site-wa-float {
    bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
    right: 0.75rem;
    width: 3rem;
    height: 3rem;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .home-trust-strip {
    font-size: 0.65rem;
    line-height: 1.5;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .home-trust-strip span.mx-3 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }

  .food-menu-item {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .food-menu-item .food-menu-item-name {
    word-break: break-word;
  }

  .pay-option-card {
    padding: 0.85rem !important;
  }

  .booking-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .gallery-lightbox {
    padding: 0.5rem;
  }

  .gallery-lightbox img {
    max-width: 100vw;
    max-height: 85dvh;
  }

  .room-photo-frame {
    min-height: 200px;
    max-height: 55vh;
  }

  .room-photo-frame img {
    max-height: 50vh;
  }

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  select,
  textarea,
  .food-menu-search-input {
    font-size: 16px;
  }

  .admin-shell {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .admin-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-topbar-actions {
    width: 100%;
  }

  .admin-topbar-actions .admin-btn {
    flex: 1;
    justify-content: center;
  }

  .admin-sidebar {
    flex-direction: column;
    max-height: 40vh;
    overflow-y: auto;
  }

  .admin-sidebar-link {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .site-brand-logo {
    width: 2.5rem;
    height: 2.5rem;
  }
  .site-brand-name {
    font-size: 0.95rem;
  }
}

/* Site chrome */
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  max-width: calc(100% - 2.75rem);
  text-decoration: none;
}
.site-brand-logo {
  flex-shrink: 0;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.9);
}
.site-brand-name {
  color: #f6f1e8;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .site-brand {
    position: relative;
    padding-left: 5.5rem;
    max-width: none;
  }
  .site-brand-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    height: 5rem;
  }
  .site-brand-name {
    font-size: 1.5rem;
  }
}

/* Coming Soon — top banner only (site stays usable) */
:root {
  --coming-soon-banner-height: 3.25rem;
}
.coming-soon-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
  background: linear-gradient(90deg, #1a3d2e 0%, #26543f 50%, #1a3d2e 100%);
  border-bottom: 2px solid #e07a41;
  color: #f6f1e8;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
.coming-soon-banner-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: var(--coming-soon-banner-height);
  padding: 0.35rem 0;
}
.coming-soon-banner-logo {
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(224, 122, 65, 0.65);
}
.coming-soon-banner-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  min-width: 0;
  flex: 1;
}
.coming-soon-banner-title {
  font-family: "Playfair Display", serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #e07a41;
  white-space: nowrap;
}
.coming-soon-banner-message {
  font-size: 0.78rem;
  line-height: 1.3;
  color: rgba(246, 241, 232, 0.92);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
@media (min-width: 640px) {
  .coming-soon-banner-message {
    white-space: normal;
    font-size: 0.85rem;
  }
}
body.has-coming-soon-banner {
  padding-top: var(--coming-soon-banner-height);
}
.site-header.site-header-with-banner {
  top: var(--coming-soon-banner-height);
}

/* ——— Professional hotel booking template ——— */
.hotel-topbar {
  background: #0c1a14;
  color: rgba(246, 241, 232, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
}
.hotel-topbar a {
  color: #e8b88a;
  text-decoration: none;
}
.hotel-topbar a:hover { text-decoration: underline; }
.hotel-topbar__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.45rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.site-header {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.hotel-booking-bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 24px 60px rgba(15, 30, 22, 0.18);
  border: 1px solid #e5ddd0;
}
@media (min-width: 768px) {
  .hotel-booking-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    align-items: end;
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    border-radius: 0.35rem;
  }
}
.hotel-booking-bar__field label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6d5a48;
  margin-bottom: 0.35rem;
}
.hotel-booking-bar__input {
  width: 100%;
  border: 1px solid #ddd4c6;
  border-radius: 0.25rem;
  padding: 0.65rem 0.75rem;
  font-size: 0.9rem;
  color: var(--forest);
  background: #faf8f5;
}
.hotel-booking-bar__input:focus {
  outline: 2px solid rgba(31, 77, 58, 0.25);
  border-color: var(--forest);
  background: #fff;
}
.hotel-booking-bar__btn {
  width: 100%;
  padding: 0.85rem 1.5rem;
  background: linear-gradient(135deg, #1f4d3a, #163828);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hotel-booking-bar__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(22, 56, 40, 0.28);
}

.hotel-hero-wrap {
  position: relative;
  min-height: 72vh;
}
@media (min-width: 768px) {
  .hotel-hero-wrap { min-height: 82vh; }
}
.hotel-hero-booking {
  position: relative;
  z-index: 25;
  max-width: 80rem;
  margin: -3.5rem auto 0;
  padding: 0 1rem;
}

.hotel-page-banner {
  background: linear-gradient(135deg, #10251b 0%, #1a3d2e 55%, #26543f 100%);
  color: #f6f1e8;
  padding: 3rem 1rem 4.5rem;
  text-align: center;
}
.hotel-page-banner h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
}
.hotel-page-banner p {
  margin-top: 0.75rem;
  color: rgba(246, 241, 232, 0.82);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.hotel-page-banner--compact {
  padding-bottom: 3rem;
}

.hotel-section {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.hotel-section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.hotel-section-head .eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wood);
}
.hotel-section-head h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  margin-top: 0.5rem;
  color: var(--forest);
}

.hotel-amenity-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.hotel-amenity-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  font-weight: 500;
  color: #fef8ee;
}
.hotel-page-banner .hotel-amenity-pill {
  background: rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}

.hotel-room-card {
  background: #fff;
  border: 1px solid #e8dfd0;
  border-radius: 0.35rem;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(20, 38, 29, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.hotel-room-card:hover {
  box-shadow: 0 20px 50px rgba(20, 38, 29, 0.14);
  transform: translateY(-4px);
}
.hotel-room-card__body {
  padding: 1.25rem 1.35rem 1.35rem;
}
.hotel-room-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.75rem;
  color: #6d5a48;
  margin-top: 0.35rem;
}
.hotel-room-card__price {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  color: var(--forest);
  margin-top: 0.75rem;
}
.hotel-room-card__price small {
  font-family: Inter, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  color: #8a7560;
}
.hotel-room-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.hotel-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.25rem;
  background: var(--sunset);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.hotel-btn-primary:hover { opacity: 0.92; }
.hotel-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.25rem;
  border: 1px solid var(--forest);
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 0.25rem;
  text-decoration: none;
  background: transparent;
}
.hotel-btn-outline:hover { background: #f3ebe0; }

.hotel-feature-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .hotel-feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .hotel-feature-grid { grid-template-columns: repeat(4, 1fr); }
}
.hotel-feature-card {
  background: #fff;
  border: 1px solid #ebe3d6;
  border-radius: 0.35rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(20, 38, 29, 0.05);
}
.hotel-feature-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  margin-top: 0.5rem;
}
.hotel-feature-card p {
  font-size: 0.85rem;
  color: #5c4d3e;
  margin-top: 0.35rem;
  line-height: 1.5;
}

.hotel-stepper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.hotel-stepper__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #efe6d8;
  color: #6d4529;
}
.hotel-stepper__item.is-active {
  background: var(--forest);
  color: #fff;
}
.hotel-stepper__item.is-done {
  background: #d4e8dc;
  color: #1f4d3a;
}

.hotel-panel {
  background: #fff;
  border: 1px solid #e8dfd0;
  border-radius: 0.35rem;
  box-shadow: 0 12px 40px rgba(20, 38, 29, 0.06);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .hotel-panel { padding: 2rem; }
}

.hotel-trust-band {
  background: #faf6f0;
  border-top: 1px solid #e8dfd0;
  border-bottom: 1px solid #e8dfd0;
}
.hotel-trust-band__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  text-align: center;
  font-size: 0.8rem;
  color: #4a3f34;
}
@media (min-width: 768px) {
  .hotel-trust-band__inner {
    grid-template-columns: repeat(4, 1fr);
    font-size: 0.85rem;
  }
}
.hotel-trust-band strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  color: var(--forest);
  margin-bottom: 0.15rem;
}

.hotel-review-card {
  background: #fff;
  border: 1px solid #ebe3d6;
  border-radius: 0.35rem;
  padding: 1.5rem;
  height: 100%;
}
.hotel-stars {
  color: #c58a2a;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
}

body.site-body {
  background: #faf8f5;
}
.orchard-gradient {
  opacity: 0.35;
}

.coming-soon-banner-preview {
  position: relative;
  border-radius: 0.75rem;
}
