/* Hotel Booking page only: keeps the shared BrajVista layout intact. */
.hotel-booking-page .hotel-page-hero {
  display: grid;
  align-items: center;
  min-height: clamp(400px, 37vw, 525px);
  padding: 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(35, 20, 10, .76) 0%, rgba(35, 20, 10, .58) 42%, rgba(35, 20, 10, .2) 70%, rgba(35, 20, 10, .08) 100%),
    url('../images/hotel-accommodation-hero.jpg') center center / cover no-repeat;
}

.hotel-booking-page .hotel-page-hero .wrap { padding: 82px 0; }
.hotel-booking-page .hotel-page-hero .eyebrow { color: #f7c875; }
.hotel-booking-page .hotel-page-hero h1 { max-width: 720px; font-size: clamp(2.5rem, 4.6vw, 4.6rem); line-height: 1.06; margin: 12px 0 18px; }
.hotel-booking-page .hotel-page-hero p { max-width: 690px; margin: 0; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.7; color: #fffaf2; }
.hotel-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 29px; }
.hotel-hero-actions .btn { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; }
.hotel-hero-actions .hotel-whatsapp { border: 1px solid rgba(255,255,255,.78); color: #fff; background: rgba(255,255,255,.09); }
.hotel-hero-actions .hotel-whatsapp:hover { background: rgba(255,255,255,.19); }

.hotel-accommodation-section { padding-block: clamp(64px, 7vw, 102px); }
.hotel-accommodation-copy h2 { margin: 10px 0 14px; }
.hotel-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 28px; }
.hotel-benefit { min-height: 144px; padding: 21px; border: 1px solid #ead6b7; border-radius: 14px; background: #fffaf2; box-shadow: 0 7px 20px rgba(78, 44, 18, .05); }
.hotel-benefit h3 { margin: 0 0 8px; color: #412310; font-size: 1.08rem; }
.hotel-benefit p { margin: 0; color: #725f4f; font-size: .94rem; line-height: 1.58; }
.hotel-enquiry-form { align-self: start; }
.hotel-enquiry-form { padding: clamp(24px, 3vw, 34px); border-color: #e5d2b9; box-shadow: 0 12px 30px rgba(78,44,18,.08); }
.hotel-enquiry-form > h3 { margin-bottom: 22px; font-size: clamp(1.75rem, 2.6vw, 2.2rem); }
.hotel-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px 17px; }
.hotel-enquiry-form .input { min-width: 0; margin: 0; }
.hotel-enquiry-form .input label { display: block; margin-bottom: 7px; color: #765136; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hotel-enquiry-form .input label span { color: #b15c1d; }
.hotel-enquiry-form .input input, .hotel-enquiry-form .input textarea { width: 100%; border: 1px solid #e3d4c1; border-radius: 10px; background: #fffefb; color: #3a281c; font: inherit; font-size: .91rem; line-height: 1.4; padding: 11px 12px; transition: border-color .2s ease, box-shadow .2s ease; }
.hotel-enquiry-form .input textarea { min-height: 94px; resize: vertical; }
.hotel-enquiry-form .input input:focus, .hotel-enquiry-form .input textarea:focus { outline: none; border-color: #c37632; box-shadow: 0 0 0 3px rgba(195,118,50,.12); }
.hotel-field--wide { grid-column: 1 / -1; }
.hotel-destination-field { position: relative; z-index: 3; }
.hotel-destination-trigger { padding-right: 42px !important; cursor: pointer; }
.hotel-destination-clear { position: absolute; right: 10px; top: 34px; width: 26px; height: 26px; border: 0; border-radius: 50%; color: #8b542a; background: #f5e6d2; font-size: 1.25rem; line-height: 1; cursor: pointer; }
.hotel-destination-menu { position: absolute; top: calc(100% + 8px); left: 0; right: 0; overflow: hidden; border: 1px solid #ddc8aa; border-radius: 13px; background: #fffdf9; box-shadow: 0 16px 38px rgba(55,30,14,.18); }
.hotel-destination-search { display: flex; align-items: center; gap: 8px; margin: 13px 13px 9px; padding: 0 11px; border: 1px solid #e8d8c3; border-radius: 9px; background: #fff; color: #8d6240; }
.hotel-destination-search input { border: 0 !important; box-shadow: none !important; padding: 10px 0 !important; }
.hotel-destination-label { margin: 10px 14px 7px; color: #9b5b27; font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hotel-destination-options { max-height: 246px; overflow-y: auto; padding: 0 8px 9px; }
.hotel-destination-option { display: block; width: 100%; border: 0; border-radius: 8px; padding: 10px 11px; background: transparent; color: #422d1d; font: 700 .9rem/1.35 Inter,Arial,sans-serif; text-align: left; cursor: pointer; }
.hotel-destination-option:hover, .hotel-destination-option:focus-visible { outline: 0; color: #9b541e; background: #fff1d9; }
.hotel-destination-empty { padding: 13px 11px; color: #796959; font-size: .88rem; }
.hotel-contact-fields { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px 17px; padding-top: 3px; }
.hotel-related-tours { margin-top: 21px; padding: 15px; border: 1px solid #ead5b5; border-radius: 13px; background: #fff7e9; }
.hotel-related-tours__label { margin: 0 0 10px; color: #7e481f; font-size: .76rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hotel-related-tours__list { display: grid; gap: 8px; }
.hotel-related-tour { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 9px; padding: 9px 10px; color: #4b2d18; background: #fffdf9; font-size: .86rem; font-weight: 750; }
.hotel-related-tour span { color: #ae631f; font-size: .76rem; white-space: nowrap; }
.hotel-enquiry-submit { margin-top: 22px; min-height: 47px; padding-inline: 22px; }
.hotel-enquiry-form .form-result { margin: 16px 0 0; padding: 12px 14px; border-radius: 10px; background: #fff5e2; color: #684622; font-size: .88rem; }
.hotel-enquiry-form .form-result a { color: #9d551f; font-weight: 800; text-decoration: underline; }

@media (max-width: 850px) {
  .hotel-booking-page .hotel-page-hero { min-height: 410px; background-position: 57% center; }
  .hotel-booking-page .hotel-page-hero .wrap { padding-block: 74px; }
}

@media (max-width: 540px) {
  .hotel-booking-page .hotel-page-hero { min-height: 470px; background-position: 62% center; }
  .hotel-booking-page .hotel-page-hero .wrap { padding-block: 68px; }
  .hotel-booking-page .hotel-page-hero h1 { font-size: clamp(2.25rem, 11vw, 3.15rem); }
  .hotel-hero-actions { display: grid; grid-template-columns: 1fr; }
  .hotel-hero-actions .btn { width: 100%; }
  .hotel-benefit-grid { grid-template-columns: 1fr; gap: 13px; }
  .hotel-benefit { min-height: auto; }
  .hotel-enquiry-form { padding: 22px 19px; }
  .hotel-form-grid, .hotel-contact-fields { grid-template-columns: 1fr; gap: 14px; }
  .hotel-field--wide { grid-column: auto; }
  .hotel-destination-options { max-height: 220px; }
  .hotel-enquiry-submit { width: 100%; }
}
