.booking-layout{max-width:1320px;margin:auto;display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:clamp(18px,3vw,42px);align-items:start}.booking-visual,.booking-form-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(255,255,255,.045);padding:clamp(18px,3vw,34px)}.booking-placeholder{display:grid;place-items:center;min-height:480px;border-radius:26px;background:radial-gradient(circle at 50% 10%,rgba(242,207,135,.28),transparent 34%),linear-gradient(145deg,#2a0710,#080304);color:var(--gold-2);font-size:80px}.booking-form-panel h2{color:var(--cream);font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,56px);font-weight:400;letter-spacing:-.05em}.booking-note{margin-top:14px;color:var(--muted)}.policy-list{max-width:1320px;margin:30px auto 0;display:grid;gap:10px;color:rgba(255,248,236,.72)}.policy-list li{list-style:none;border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:rgba(255,255,255,.035)}@media (max-width:900px){.booking-layout{grid-template-columns:1fr}.booking-visual{display:none}}


.rvs-booking-selected-profile{display:grid;grid-template-columns:120px minmax(0,1fr);gap:18px;align-items:center;margin:0 0 22px;padding:14px;border:1px solid var(--gold-line);border-radius:22px;background:rgba(255,255,255,.045)}
.rvs-booking-profile-image{width:120px;aspect-ratio:3/4;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#2a0710,#080304)}
.rvs-booking-profile-image img{width:100%;height:100%;object-fit:cover;object-position:center top}
.rvs-booking-selected-profile h3{color:var(--cream);font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,2.4vw,36px);font-weight:400;line-height:1.05;letter-spacing:-.04em}
.rvs-booking-profile-image .profile-image{min-height:100%;border-radius:0}
@media (max-width:560px){.rvs-booking-selected-profile{grid-template-columns:1fr}.rvs-booking-profile-image{width:100%;max-width:260px}}

/* Full-bleed booking layout and dynamic profile visual */
.booking-page-section{padding-left:var(--edge);padding-right:var(--edge)}
.booking-layout,.policy-list{width:100%;max-width:none;margin-left:0;margin-right:0}
.booking-layout.full-bleed-inner{grid-template-columns:minmax(320px,.58fr) minmax(0,.92fr);gap:clamp(22px,3.4vw,54px)}
.booking-visual{position:sticky;top:96px;min-height:calc(100vh - 150px);overflow:hidden;padding:0;border-color:var(--gold-line)}
.booking-random-grid{height:100%;min-height:calc(100vh - 150px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(180px,1fr);gap:10px;padding:10px;background:radial-gradient(circle at 50% 0%,rgba(158,23,50,.28),transparent 45%),linear-gradient(145deg,#17070b,#050203)}
.booking-random-tile{position:relative;display:grid;place-items:center;overflow:hidden;border-radius:20px;border:1px solid rgba(242,207,135,.18);background:rgba(255,255,255,.04);min-height:170px}
.booking-random-tile img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .35s ease,filter .35s ease}
.booking-random-tile:hover img{transform:scale(1.045);filter:saturate(1.08)}
.booking-random-tile span{display:grid;place-items:center;width:82px;height:82px;border-radius:999px;border:1px solid var(--gold-line);color:var(--gold-2);font-family:Georgia,"Times New Roman",serif;font-size:34px}
.booking-selected-visual{position:relative;height:100%;min-height:calc(100vh - 150px);background:linear-gradient(145deg,#17070b,#050203)}
.booking-selected-visual img{width:100%;height:100%;min-height:calc(100vh - 150px);object-fit:cover;object-position:center top}
.booking-selected-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(7,3,4,.02),rgba(7,3,4,.1) 48%,rgba(7,3,4,.88))}
.booking-selected-caption{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;padding:18px 20px;border:1px solid var(--gold-line);border-radius:22px;background:rgba(7,3,4,.7);backdrop-filter:blur(14px)}
.booking-selected-caption span{display:block;color:var(--gold-2);font-size:11px;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.booking-selected-caption strong{display:block;margin-top:6px;color:var(--cream);font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,3vw,48px);font-weight:400;line-height:1}
.booking-form-panel{min-height:calc(100vh - 150px)}
@media (max-width:1100px){.booking-layout.full-bleed-inner{grid-template-columns:1fr}.booking-visual{position:relative;top:auto;min-height:420px}.booking-random-grid,.booking-selected-visual,.booking-selected-visual img{min-height:420px}.booking-form-panel{min-height:auto}}
@media (max-width:700px){.booking-random-grid{grid-template-columns:1fr 1fr;grid-auto-rows:150px;min-height:360px}.booking-selected-visual,.booking-selected-visual img{min-height:420px}.booking-visual{min-height:360px}.booking-layout.full-bleed-inner{gap:18px}}


/* Booking page: show 2 profiles upfront, scroll the rest v1.4.9 */
body.rvs-site .booking-page-section .booking-visual{
  align-self:start;
}
body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll,
body.rvs-site .booking-page-section .booking-random-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:clamp(10px,1.2vw,16px) !important;
  max-height:calc((clamp(210px,19vw,310px) * 1) + clamp(10px,1.2vw,16px)) !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding:0 6px 0 0 !important;
  scroll-snap-type:y proximity;
  -webkit-overflow-scrolling:touch;
}
body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll::-webkit-scrollbar,
body.rvs-site .booking-page-section .booking-random-grid::-webkit-scrollbar{
  width:7px;
}
body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll::-webkit-scrollbar-track,
body.rvs-site .booking-page-section .booking-random-grid::-webkit-scrollbar-track{
  background:rgba(255,248,236,.06);
  border-radius:999px;
}
body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll::-webkit-scrollbar-thumb,
body.rvs-site .booking-page-section .booking-random-grid::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,var(--gold-2),var(--gold));
  border-radius:999px;
}
body.rvs-site .booking-page-section .booking-random-tile{
  display:block !important;
  min-height:0 !important;
  height:clamp(210px,19vw,310px) !important;
  border-radius:22px !important;
  overflow:hidden !important;
  scroll-snap-align:start;
  border:1px solid rgba(242,207,135,.22);
  background:linear-gradient(145deg,#2a0710,#080304);
  box-shadow:0 18px 52px rgba(0,0,0,.24);
}
body.rvs-site .booking-page-section .booking-random-tile img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
  transition:transform .35s ease,filter .35s ease;
}
body.rvs-site .booking-page-section .booking-random-tile:hover img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.03);
}
body.rvs-site .booking-page-section .booking-selected-visual{
  min-height:calc((clamp(210px,19vw,310px) * 1) + clamp(10px,1.2vw,16px)) !important;
}
body.rvs-site .booking-page-section .booking-selected-visual img{
  min-height:calc((clamp(210px,19vw,310px) * 1) + clamp(10px,1.2vw,16px)) !important;
  object-fit:cover !important;
  object-position:center top !important;
}
@media(max-width:980px){
  body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll,
  body.rvs-site .booking-page-section .booking-random-grid{
    max-height:calc((clamp(220px,44vw,360px) * 1) + 12px) !important;
  }
  body.rvs-site .booking-page-section .booking-random-tile{
    height:clamp(220px,44vw,360px) !important;
  }
}
@media(max-width:560px){
  body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll,
  body.rvs-site .booking-page-section .booking-random-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-height:calc(220px + 12px) !important;
  }
  body.rvs-site .booking-page-section .booking-random-tile{
    height:220px !important;
    border-radius:18px !important;
  }
}


/* Booking page hard fix: show only 2 profiles, scroll the rest v1.5.0 */
body.rvs-site .booking-page-section .booking-random-grid,
body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  height:clamp(300px,32vw,430px) !important;
  max-height:clamp(300px,32vw,430px) !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding:0 8px 0 0 !important;
  align-content:start !important;
  scrollbar-width:thin;
  scrollbar-color:var(--gold) rgba(255,248,236,.06);
  -webkit-overflow-scrolling:touch;
}
body.rvs-site .booking-page-section .booking-random-grid::-webkit-scrollbar,
body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll::-webkit-scrollbar{
  width:7px !important;
}
body.rvs-site .booking-page-section .booking-random-grid::-webkit-scrollbar-track,
body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll::-webkit-scrollbar-track{
  background:rgba(255,248,236,.06) !important;
  border-radius:999px !important;
}
body.rvs-site .booking-page-section .booking-random-grid::-webkit-scrollbar-thumb,
body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,var(--gold-2),var(--gold)) !important;
  border-radius:999px !important;
}
body.rvs-site .booking-page-section .booking-random-tile{
  height:clamp(288px,31vw,418px) !important;
  min-height:0 !important;
  max-height:none !important;
  border-radius:22px !important;
  overflow:hidden !important;
}
body.rvs-site .booking-page-section .booking-random-tile img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
}
body.rvs-site .booking-page-section .booking-selected-visual,
body.rvs-site .booking-page-section .booking-selected-visual img{
  height:clamp(300px,32vw,430px) !important;
  max-height:clamp(300px,32vw,430px) !important;
  object-fit:cover !important;
  object-position:center top !important;
}
@media(max-width:980px){
  body.rvs-site .booking-page-section .booking-random-grid,
  body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll{
    height:360px !important;
    max-height:360px !important;
  }
  body.rvs-site .booking-page-section .booking-random-tile{
    height:348px !important;
  }
}
@media(max-width:560px){
  body.rvs-site .booking-page-section .booking-random-grid,
  body.rvs-site .booking-page-section .booking-random-grid.booking-random-scroll{
    height:230px !important;
    max-height:230px !important;
    gap:10px !important;
    padding-right:6px !important;
  }
  body.rvs-site .booking-page-section .booking-random-tile{
    height:220px !important;
    border-radius:18px !important;
  }
}


/* Booking page horizontal scroll fix v1.5.1 */
body.rvs-site .booking-page-section .booking-random-grid,
body.rvs-site .booking-page-section .booking-random-grid.booking-random-horizontal{
  display:grid !important;
  grid-auto-flow:column !important;
  grid-auto-columns:calc((100% - 12px)/2) !important;
  grid-template-columns:none !important;
  gap:12px !important;
  width:100% !important;
  height:clamp(300px,32vw,430px) !important;
  max-height:clamp(300px,32vw,430px) !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding:0 8px 10px 0 !important;
  align-items:stretch !important;
  align-content:stretch !important;
  scroll-snap-type:x proximity !important;
  -webkit-overflow-scrolling:touch !important;
  scrollbar-width:thin !important;
  scrollbar-color:var(--gold) rgba(255,248,236,.06) !important;
}
body.rvs-site .booking-page-section .booking-random-grid::-webkit-scrollbar,
body.rvs-site .booking-page-section .booking-random-grid.booking-random-horizontal::-webkit-scrollbar{
  height:8px !important;
}
body.rvs-site .booking-page-section .booking-random-grid::-webkit-scrollbar-track,
body.rvs-site .booking-page-section .booking-random-grid.booking-random-horizontal::-webkit-scrollbar-track{
  background:rgba(255,248,236,.06) !important;
  border-radius:999px !important;
}
body.rvs-site .booking-page-section .booking-random-grid::-webkit-scrollbar-thumb,
body.rvs-site .booking-page-section .booking-random-grid.booking-random-horizontal::-webkit-scrollbar-thumb{
  background:linear-gradient(90deg,var(--gold-2),var(--gold)) !important;
  border-radius:999px !important;
}
body.rvs-site .booking-page-section .booking-random-tile{
  width:100% !important;
  height:clamp(288px,31vw,418px) !important;
  min-height:0 !important;
  border-radius:22px !important;
  overflow:hidden !important;
  scroll-snap-align:start !important;
}
body.rvs-site .booking-page-section .booking-random-tile img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
}
body.rvs-site .booking-page-section .booking-selected-visual,
body.rvs-site .booking-page-section .booking-selected-visual img{
  height:clamp(300px,32vw,430px) !important;
  max-height:clamp(300px,32vw,430px) !important;
  object-fit:cover !important;
  object-position:center top !important;
}
@media(max-width:980px){
  body.rvs-site .booking-page-section .booking-random-grid,
  body.rvs-site .booking-page-section .booking-random-grid.booking-random-horizontal{
    height:360px !important;
    max-height:360px !important;
  }
  body.rvs-site .booking-page-section .booking-random-tile{
    height:348px !important;
  }
}
@media(max-width:560px){
  body.rvs-site .booking-page-section .booking-random-grid,
  body.rvs-site .booking-page-section .booking-random-grid.booking-random-horizontal{
    grid-auto-columns:calc((100% - 10px)/2) !important;
    height:230px !important;
    max-height:230px !important;
    gap:10px !important;
    padding-right:6px !important;
    padding-bottom:8px !important;
  }
  body.rvs-site .booking-page-section .booking-random-tile{
    height:220px !important;
    border-radius:18px !important;
  }
}
