

   .profileMediaCard, .profileGallery, .moreVideos, .panelCard {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}



.profileTopRow {display:flex; align-items:center; justify-content:space-between; gap:14px; padding:0 0 6px; font-size:14px; margin-bottom:10px;}
.backLink {
  display:inline-flex; align-items:center; gap:8px; color:rgba(255,255,255,.86);
  padding:8px 16px 8px 12px; border-radius:12px; border:1px solid var(--line); background:rgba(255,255,255,.04);
}
.backLink::before {
  margin-top:2px; content:""; width:18px; height:18px; background:#fff; mask:url("../icons/double-chevron-left.svg") center / contain no-repeat; -webkit-mask:url("../icons/double-chevron-left.svg") center / contain no-repeat;
}
.backLink:hover{ color:var(--peach); text-decoration:none; border-color:rgba(249,123,2,.35); }
.backLink:hover:before {background:var(--peach);}


.profilePager{ display:flex; gap:10px; }
.pagerBtn {
  display:inline-flex; align-items:center; justify-content:center; gap: 8px; padding:8px 12px; border-radius:12px;
  border:1px solid var(--line); background:rgba(255,255,255,.04); color:rgba(255,255,255,.88);
}
.pagerBtn.left {padding:8px 16px 8px 12px;} 
.pagerBtn.right {padding:8px 12px 8px 16px;} 
.pagerBtn:hover{ color:var(--peach); text-decoration:none; border-color:rgba(249,123,2,.35);}

.pagerBtn.left::before,.pagerBtn.right::after {margin-top:2px; content:""; width:18px; height:18px; background:#fff;}
.pagerBtn.left::before{
    mask:url("../icons/chevron-left.svg") center / contain no-repeat; -webkit-mask:url("../icons/chevron-left.svg") center / contain no-repeat;
}
.pagerBtn.right::after {
    mask:url("../icons/chevron-right.svg") center / contain no-repeat; -webkit-mask:url("../icons/chevron-right.svg") center / contain no-repeat;
}
.pagerBtn:hover:before, .pagerBtn:hover:after {background:var(--peach);}

.searchCard {margin-bottom:10px;}
.bookingContainerBtn {display:flex; gap:10px; margin-bottom:10px;}

#accountLoginBtn {width:40px; height:40px; padding:0; border-radius:50%; flex: 0 0 40px;}
#accountLoginBtn::after {content:''; height:24px; width:24px; background-color:#fff;mask:url("../icons/person.svg") center / contain no-repeat; -webkit-mask:url("../icons/person.svg") center / contain no-repeat;}

@media (max-width: 660px) {
  .backLink, .pagerBtn.left, .pagerBtn.right {font-size: 0; padding: 8px 8px; gap:0;}
  .backLink::before, .pagerBtn.left::before, .pagerBtn.right::after {margin:0;}
  .hero {padding: 14px 0 0;}
  .searchToggle { flex: 1 1 0; margin-bottom:0; justify-content:center; padding:12px 5px;}
  #requestBookingBtn {flex: 1 1 0; padding:12px 5px;}
  .bookingContainerBtn {margin-bottom:0;}
  .searchCard.isOpen {margin-top:10px;}
  #accountLoginBtn {}

}


.profileHead {display:flex; gap:18px; align-items:stretch; padding:10px 0 16px;}
.profileTitle{ flex:1; min-width:0; }
@media (max-width: 660px) {
  .profileSticky.is-fixed {position: fixed; top:73px; z-index: 100; width: 100%;background: var(--bg); padding-bottom:10px;}
}
.profileName{ margin:0; letter-spacing:.6px; display:flex; align-items: center;}
.profileName button {margin-left:auto;width: 40px; height: 40px;position:static;border: 1px solid var(--line); background: rgba(255, 255, 255, .04);}

.profileMetaRow{ display:flex; gap:10px; flex-wrap:wrap; margin-top:6px; color:var(--muted); }
.profileStrapRow{ display:flex; gap:10px; flex-wrap:wrap; margin-top:6px; color:var(--muted); }
.dot{ opacity:.5; }
.profileOneLine{ margin:10px 0 0; color:rgba(255,255,255,.72);}
.profileCtas{ display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }

/* Tabs */
.profileTabs{

  display:flex; gap:10px; flex-wrap:wrap;
  padding:12px 0;
  background:linear-gradient(to bottom, rgba(11,11,14,.92), rgba(11,11,14,.65));
  backdrop-filter: blur(8px);
  border-bottom:1px solid rgba(255,255,255,.06);
  /* position: sticky; top: 69px; z-index: 1; */
}
.tabBtn{
  appearance:none; border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.88);
  padding:10px 12px; border-radius:999px;
  font-weight:700; cursor:pointer;
}
.tabBtn:hover{ border-color:rgba(249,123,2,.35); }
.tabBtn.isActive{
  background:var(--peach-soft);
  border-color:rgba(249,123,2,.55);
  color:#fff;
  box-shadow:0 0 0 3px rgba(249,123,2,.10);
}

.tabPanel{ display:none; padding:14px 0 8px; }
.tabPanel.isOpen{ display:block; }

.profileGallery{ grid-column:2; padding:12px; }
.galleryHead{ display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-bottom:10px; }

.mediaBelow{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px; }
.mutedSmall{ font-size:13px; color:var(--muted); }

.videoGrid {display:flex; gap:16px; overflow-x:auto; padding-bottom: 20px;}
.videoGrid::-webkit-scrollbar {width: 5px;}
.videoGrid::-webkit-scrollbar-thumb {background: rgba(255,255,255,.18); border-radius: 10px; border: 3px solid transparent; background-clip: padding-box;}
.videoGrid {display:flex; gap:10px; overflow-x:auto; align-items:flex-start;}
.videoGrid > div {flex:0 0 auto; border-radius:10px; overflow:hidden; background:#000;}
.videoGrid > div iframe {position:absolute !important; inset:0 !important; width:100% !important; height:100% !important;}

/* Panels */
.panelCard{ padding:12px; }
.panelTitle{ margin:0 0 10px; font-size:20px; }
.panelHeadRow{ display:flex; align-items:center; justify-content:space-between; gap:12px; }
.mapBox iframe{border-radius:14px;}


.pillGrid {display: flex; flex-wrap: wrap; gap: 5px;}
.pill {display: inline-flex;align-items: center; padding: 4px 10px; border-radius: 5px; background: rgba(255, 255, 255, .09); font-weight: 600;font-size: 14px;}


.review-card {border:none; border-bottom:1px solid var(--line); border-radius:0;}
.review-card:last-child {border:none;}





/* Accordions (+ list) */
.profileAccordions{ padding:5px 0 40px; display:grid; gap:10px; }
.acc{background:var(--panel); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;}
.accSum{
  list-style:none; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 14px; cursor:pointer; font-weight:900;
}

.accSum span:first-child {width:calc(100% - 50px);}
.accSum span span {display:block;color: var(--muted); font-weight:normal; font-size:14px;}
.accSum::-webkit-details-marker{ display:none; }
.accPlus{width:34px; height:34px; border-radius:999px;border:1px solid rgba(255,255,255,.16); background:rgba(0,0,0,.35); position:relative;}
.accPlus::before,.accPlus::after{
  content:""; position:absolute; left:50%; top:50%;
  width:14px; height:2px; background:#fff; transform:translate(-50%,-50%);
}
.accPlus::after{ width:2px; height:14px; }
.acc[open] .accPlus::after{ display:none; }

.accBody{ padding:14px; border-top:1px solid rgba(255,255,255,.06); }






.ratestable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 14px; /* 14px vertical spacing */
}
.ratestable td.in, .ratestable td.out {text-align:right;}
.ratestable th {text-align:right;padding: 10px 20px;}
.ratestable td {
    background: rgba(255,255,255,.04); border-top: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10);
    padding: 10px 20px;
}
.ratestable td:first-child {border-left: 1px solid rgba(255,255,255,.10); border-top-left-radius: 18px; border-bottom-left-radius: 18px;}
.ratestable td:last-child {
    border-right: 1px solid rgba(255,255,255,.10); border-top-right-radius: 18px; border-bottom-right-radius: 18px;
}

@media (max-width: 700px){
  .ratestable th, .infoTable th {text-align:right;padding: 10px 13px;}
  .ratestable td, .infoTable td {padding: 10px 13px;}
}


.infoTable {border-collapse: collapse; font-size:14px;}
.infoTable tr:nth-of-type(odd) {background: rgba(255,255,255,.04);}
.infoTable td {padding:10px;}




.duosWithContainer {display:grid; gap:5px; grid-template-columns: repeat(5, 1fr);}
.duosWith {text-align:center;}
.duosWith img {display:block; max-width:100%; height:auto; margin-bottom:10px; border-radius:7px;}
@media (max-width: 600px){
.duosWithContainer {grid-template-columns: repeat(2, 1fr);}
}


.profileDesc a {color:var(--peach);}
.profileDesc summary {
    cursor: pointer;
    list-style: none;
    margin-top: 10px;
}

.profileDesc summary::-webkit-details-marker {
    display: none;
}

/* Hide full text initially */
.profileDesc .fullText {}

/* When open */
.profileDesc[open] .shortText,
.profileDesc[open] .readMoreBtn {
    display: none;
}
.readMoreBtn {color: var(--peach);}





/* ----------------------------
   Bookings
---------------------------- */
#openBookingPanel * {font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
#openBookingPanel a {color:var(--peach);}
#openBookingPanel #closeBookingPanel {height:24px; width:24px; margin:5px; background:var(--peach); mask:url("../icons/close.svg") center / contain no-repeat; -webkit-mask:url("../icons/close.svg") center / contain no-repeat;}
#openBookingPanel .select select {padding: 11px 12px; border-radius:12px; font-size:13px;}

#appearanceDropDownContainer > label, #servicesDropDownContainer > label {display:flex; align-items: center;}
#openBookingPanel .select {display:block;}

.far.fa-square        {display:block; height:18px; width:18px; margin: 0 6px 6px 0; background:var(--muted); mask:url("../icons/square.svg") center / contain no-repeat; -webkit-mask:url("../icons/square.svg") center / contain no-repeat;}
.far.fa-check-square  {display:block; height:18px; width:18px; margin: 0 6px 6px 0; background:var(--peach); mask:url("../icons/check-square.svg") center / contain no-repeat; -webkit-mask:url("../icons/check-square.svg") center / contain no-repeat;}


#openBookingPanel .OBPbackNext a:before {content:'';display:inline-block; height:18px; width:18px; margin:0; background:var(--peach); mask:url("../icons/chevron-left.svg") center / contain no-repeat; -webkit-mask:url("../icons/chevron-left.svg") center / contain no-repeat;}


#appearanceDropDownContainer::-webkit-scrollbar {width:12px;}
#appearanceDropDownContainer::-webkit-scrollbar-thumb {background: rgba(255,255,255,.18); border-radius: 10px; border: 3px solid transparent; background-clip: padding-box;}
#servicesDropDownContainer::-webkit-scrollbar {width:12px;}
#servicesDropDownContainer::-webkit-scrollbar-thumb {background: rgba(255,255,255,.18); border-radius: 10px; border: 3px solid transparent; background-clip: padding-box;}

#openBookingPanel .OBPbackNext {justify-content:space-between;}
#openBookingPanel button {padding: 12px 14px; border-radius: 16px; font-weight: 600; cursor: pointer; color:#000; font-size:13px;}














/* =========================================
   THUMB CAROUSEL (LIGHTBOX STYLE)
========================================= */

.thumb {position: relative;}
.thumb__viewport {overflow: hidden; width: 100%; touch-action: pan-y;}
.thumb__track {display: flex; gap: 10px; transition: transform 260ms ease; will-change: transform;}
.galleryTile {flex: 0 0 calc((100% - 40px) / 5); border-radius: 12px; overflow: hidden; position:relative;}
.galleryTile img {width: 100%; height:100%; display: block; aspect-ratio: 2 / 3; object-fit: cover;}
.galleryTile .selfie {
    position:absolute; bottom:5px; right:5px;text-shadow: 1px 1px 2px #000;background: rgba(0, 0, 0, 0.7);
    line-height: 1;color: #f97b02;font-size: 14px;padding: 3px 5px 4px 5px;border-radius: 5px;font-weight: 500;
}

@media (max-width: 800px){
  .galleryTile { flex: 0 0 calc((100% - 30px) / 4); }
}
@media (max-width: 600px){
  .galleryTile { flex: 0 0 calc((100% - 10px) / 2); }
}
@media (max-width: 500px){
  .galleryTile { flex: 0 0 100%; }
  .galleryTile.isLandscape {display:flex; align-items: center;}
  .galleryTile.isLandscape img {aspect-ratio: 3 / 2;border-radius: 12px;}
}
.thumb__prev, .thumb__next {
  position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .08); background: rgba(0, 0, 0, .35); cursor: pointer; z-index: 2;
}
.thumb__prev { left: -20px; }
.thumb__next { right: -20px; }

/* ----------------------------
   LIGHTBOX
---------------------------- */
.lb{ position:fixed; inset:0; display:none; z-index:9999; }
.lb.isOpen{ display:block; }
.lb__backdrop {position:absolute; inset:0; background:rgba(0,0,0,.82);}
.lb__ui {position:absolute; inset:0; display:grid; place-items:center;}
.lb__stage {margin:0; width:min(96vw, 1200px); height:min(86vh, 860px); position:relative;}
.lb__viewport {
    width:100%; height:100%; overflow:hidden; border-radius:16px;
    touch-action: pan-y; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none;
}
.lb__track {
  width:300%; height:100%; display:flex;
  transform:translateX(-33.3333%); transition:transform 260ms ease; will-change:transform;
}
.lb__slide {width:33.3333%; display:flex; align-items:center; justify-content:center;}
/* Critical: contain, not cover */
.lb__img{
  width:100% !important; height:100% !important; object-fit: contain !important;   /* <-- shows whole image */
  max-width:100% !important; max-height:100% !important; border-radius:10px;
}
.lb.isDragging .lb__track {transition:none;}
.lb__cap {margin-top:10px; color:rgba(255,255,255,.78); font-size:14px; text-align:center; max-width:min(96vw, 900px);}
.lb__counter {
  position:absolute; left:18px; bottom:18px; padding:8px 10px; border-radius:999px; font-size:13px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.85);
}
.lb__btn {
  position:absolute; border:1px solid rgba(255,255,255,.14); background:rgba(0,0,0,.35); color:#fff;
  border-radius:999px; width:44px; height:44px; display:grid; place-items:center; cursor:pointer; z-index:1;
}
.lb__btn:hover{ border-color: rgba(249,123,2,.45); }
.lb__close{ top:18px; right:18px; }
.lb__fs{ top:18px; right:72px; }
.lb__nav {top:50%; transform:translateY(-50%); width:52px; height:52px; font-size:32px; line-height:1; z-index:1;}
.lb__prev{ left:18px;}
.lb__next{ right:18px;}
@media (max-width: 700px){
  .lb__nav{ width:46px; height:46px; font-size:28px; }
}
/* prevent background scroll while open */
body.lbLock{ overflow:hidden; }




#leaveReviewContainer {
    position:fixed; top:0px; left: 0px; width:100vw;height:100vh; background:rgba(0, 0, 0, 0.9);
    justify-content:center; align-items:center; z-index:999; display:none;
}
#leaveReview {
  border: 1px solid #333; border-radius:10px; background:#000; width:100%; max-width:400px;
  position:relative; max-height:calc(100% - 40px); margin:10px; padding:10px;
}
#leaveReview .title {font-size:22px; font-weight:500;}
#closeReviewPanel{
    height: 24px;width: 24px; margin: 5px;background: var(--peach);position: absolute; right: 0; top: 0; padding: 5px; cursor: pointer;
    mask: url(../icons/close.svg) center / contain no-repeat;-webkit-mask: url(../icons/close.svg) center / contain no-repeat;
}
#leaveReview form {max-height:450px; overflow:auto; padding-right:10px;}
#leaveReview form::-webkit-scrollbar {width: 15px;}
#leaveReview form::-webkit-scrollbar-thumb {background: rgba(255,255,255,.18); border-radius: 10px; border: 3px solid transparent; background-clip: padding-box;}
#leaveReview form input, #leaveReview form textarea, #leaveReview form select {margin-bottom:10px;}
#leaveReview form textarea {min-height:100px; display:block;}