/* Perfect Booking: search results and home pages */
.sk{display:block;background:var(--ph);border-radius:10px;animation:skp 1.4s ease-in-out infinite}
.sk-line{height:14px;margin:8px 0;width:80%}.sk-line.short{width:45%}.sk-h1{height:40px;width:60%}.sk-gal{height:420px;border-radius:22px}
@keyframes skp{50%{opacity:.55}}
.btn-line{margin-top:14px;padding:11px 18px;border-radius:12px;border:1.5px solid var(--ink);background:none;font:inherit;font-weight:700;color:var(--ink);cursor:pointer}
.btn-line:hover{background:var(--bg-2)}

/* ---------- results: search bar on top ---------- */
.sr-bar{position:relative;z-index:10;padding:14px 0 6px;background:var(--bg)}
.sr-bar-in{max-width:1180px;margin:0 auto;padding:0 24px}
.sr-bar .bk{width:100%;margin:0;padding:6px;border-radius:22px;box-shadow:0 8px 24px rgba(40,30,60,.10)}
.sr-bar .seg{min-height:58px;padding:8px 20px}
.sr-bar .seg-l{font-size:12px}.sr-bar .seg-v{font-size:15.5px}
.sr-bar .bk-go{min-height:52px;padding:0 24px;font-size:16px}
.sr-bar .pop-where{width:680px}
.sr{padding:18px 0 80px}
.sr-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.sr-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:6px 0 14px}
.sr-title{font-size:clamp(28px,3vw,38px);font-weight:700}
.sr-sub{margin:6px 0 0;color:var(--muted);font-size:15.5px}
.sr-sort{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--muted);white-space:nowrap}
.sr-sort select{min-height:42px;padding:0 36px 0 14px;border-radius:12px;border:1.5px solid var(--line);background:var(--card);font:inherit;font-size:15px;font-weight:600;color:var(--ink);appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235B5B66' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:15px;cursor:pointer}
.sr-filters{display:flex;flex-wrap:wrap;gap:12px 28px;padding:14px 0 18px;border-bottom:1px solid var(--line);margin-bottom:26px}
.sr-f-group{display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.sr-f-l{font-size:13px;font-weight:800;margin-right:6px}
.sf{min-height:38px;padding:0 14px;border-radius:19px;border:1.5px solid var(--line);background:var(--card);font:inherit;font-size:14px;font-weight:700;color:var(--ink);cursor:pointer}
.sf:hover{border-color:var(--ink)}
.sf.on{background:var(--ink);border-color:var(--ink);color:var(--bg)}

/* ---------- results: home cards ---------- */
.sr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 22px}
.hc{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:inherit;min-width:0}
.hc-ph{position:relative;aspect-ratio:20/19;border-radius:18px;overflow:hidden;background:var(--ph)}
.hc-track{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.hc-track::-webkit-scrollbar{display:none}
.hc-track img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:start}
.hc-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:17px;border:0;background:rgba(255,255,255,.94);color:#1D1D1F;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s}
.hc-nav svg{width:15px;height:15px}
.hc-nav.prev{left:10px}.hc-nav.next{right:10px}
.hc:hover .hc-nav,.hc:focus-within .hc-nav{opacity:1}
@media (hover:none){.hc-nav{display:none}}
.hc-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:5px;pointer-events:none}
.hc-dots i{width:6px;height:6px;border-radius:3px;background:rgba(255,255,255,.6)}
.hc-dots i.on{background:#fff}
.hc-b{display:flex;flex-direction:column;gap:3px}
.hc-r1{display:flex;justify-content:space-between;align-items:baseline;gap:10px}
.hc-r1>b{font-size:16.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hc-rt{display:flex;align-items:center;gap:4px;font-size:14.5px;white-space:nowrap}
.hc-rt svg{width:13px;height:13px}
.hc-rt span{color:var(--muted)}
.hc-new{font-weight:700;color:var(--purple)}
.hc-t,.hc-f,.hc-x{margin:0;font-size:14.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hc-x{color:var(--ink-2)}
.hc-p{margin:6px 0 0;font-size:15px}
.hc-p b{font-size:16.5px}
.hc-p span{display:block;font-size:13.5px;color:var(--muted);margin-top:1px}
.hc-p-none{color:var(--muted)}
.hc-sk .hc-ph{animation:skp 1.4s ease-in-out infinite}
.sr-empty{max-width:640px;margin:10px auto 0;padding:40px;border-radius:24px;background:var(--card);border:1px solid var(--line);text-align:center}
.sr-empty h2{font-size:26px;margin-bottom:10px}
.sr-empty p{color:var(--ink-2);line-height:1.6;margin:0 0 20px}
.sr-e-acts{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center}
@media (max-width:1000px){.sr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sr-bar-in,.sr-wrap{padding:0 16px}}
@media (max-width:820px){
  .sr-bar{padding:8px 0 0}
  .sr-bar .bk{grid-template-columns:repeat(3,minmax(0,1fr)) auto;padding:4px;border-radius:18px}
  .sr-bar .seg{min-height:50px;padding:6px 10px}
  .sr-bar .seg-l{font-size:11px}.sr-bar .seg-v{font-size:13.5px}
  .sr-bar .seg-wrap+.seg-wrap::before{left:0;right:auto;top:12px;bottom:12px;width:1px;height:auto}
  .sr-bar .bk-go{margin:0 0 0 4px;min-height:46px;width:auto;padding:0 14px}
  .sr-bar .bk-go span{display:none}
  .sr-head{flex-direction:column;align-items:flex-start;gap:12px}
  .sr-filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin:0 -16px 20px;padding:12px 16px 14px}
  .sr-filters::-webkit-scrollbar{display:none}
  .sr-f-group{flex-wrap:nowrap}.sf{white-space:nowrap}
}
@media (max-width:600px){.sr-grid{grid-template-columns:minmax(0,1fr);gap:30px}.hc-ph{aspect-ratio:4/3.4}.sr-empty{padding:28px 20px}}

/* ---------- one home ---------- */
.hp{padding:10px 0 90px}
.hp-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.hp-back a{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:700;text-decoration:none;color:var(--ink-2);padding:6px 0}
.hp-back svg{width:15px;height:15px}
.hp-back a:hover{color:var(--purple)}
.hp-head{margin:6px 0 18px}
.hp-head h1{font-size:clamp(26px,3vw,38px);font-weight:700;line-height:1.15}
.hp-meta{margin:10px 0 0;color:var(--ink-2);font-size:15.5px}
.hp-rt{display:inline-flex;align-items:center;gap:4px;color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.hp-rt svg,.hp-sec h2 svg{width:15px;height:15px}
.hp-gallery{position:relative;margin-bottom:34px}
.gal-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,minmax(0,1fr));gap:8px;height:clamp(300px,52svh,520px);border-radius:22px;overflow:hidden}
.gal-grid .gal-i:first-child{grid-row:1 / span 2}
.gal-grid.n1{grid-template-columns:1fr}.gal-grid.n1 .gal-i{grid-row:1 / span 2}
.gal-grid.n2,.gal-grid.n3{grid-template-columns:2fr 1fr}
.gal-grid.n2 .gal-i:nth-child(2){grid-row:1 / span 2}
.gal-i{position:relative;padding:0;border:0;background:var(--ph);cursor:zoom-in;overflow:hidden;min-height:0}
.gal-i img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .2s}
.gal-i:hover img{filter:brightness(.92)}
.gal-all{position:absolute;right:16px;bottom:16px;padding:10px 16px;border-radius:12px;border:1px solid var(--ink);background:var(--card);font:inherit;font-size:14px;font-weight:700;color:var(--ink);cursor:pointer}
.gal-swipe,.gal-count{display:none}
.hp-body{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:64px;align-items:start}
.hp-sec{padding:30px 0;border-bottom:1px solid var(--line)}
.hp-sec:first-child{padding-top:0}
.hp-sec h2{display:flex;align-items:center;gap:8px;font-size:24px;font-weight:700;margin-bottom:16px}
.hp-sec h3{font-size:18px;margin:22px 0 8px}
.hp-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.hp-facts div{padding:14px 16px;border-radius:16px;background:var(--card);border:1px solid var(--line);display:flex;flex-direction:column}
.hp-facts b{font-size:22px}.hp-facts span{font-size:14px;color:var(--muted)}
.hp-hl{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}
.hp-hl li{display:flex;gap:14px;align-items:flex-start}
.hp-hl .ic{width:34px;height:34px;border-radius:17px;background:var(--purple-soft);color:var(--purple);flex-shrink:0}
.hp-hl .ic svg{width:17px;height:17px}
.hp-hl b{display:block;font-size:16px}.hp-hl span{color:var(--muted);font-size:14.5px}
.hp-about p,.hp-rules p{margin:0 0 12px;line-height:1.7;color:var(--ink-2);max-width:68ch}
.hp-rooms{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}
.room{display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:16px;border:1px solid var(--line);background:var(--card)}
.room svg{width:26px;height:26px;color:var(--ink-2)}
.room b{font-size:15.5px}.room span{font-size:14px;color:var(--muted)}
.hp-amen{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}
.hp-amen li{display:flex;align-items:center;gap:10px;font-size:15.5px;color:var(--ink-2)}
.hp-amen svg{width:17px;height:17px;color:var(--purple);flex-shrink:0}
.hp-note{margin:-6px 0 16px;color:var(--muted);font-size:14.5px}
.hp-cal .cal-months{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.hp-cal .cal-d,.bx-cal .cal-d{height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;line-height:1.1}
.cal-d small{font-size:10.5px;color:var(--muted);font-weight:600}
.cal-d.start small,.cal-d.end small{color:inherit;opacity:.85}
.bx-cal .cal-d{height:42px}
.hp-cal-foot{margin-top:10px}
.hp-rev-sum{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 28px;margin-bottom:26px}
.cr{display:grid;grid-template-columns:1fr 70px auto;align-items:center;gap:10px;font-size:14.5px}
.cr i{height:5px;border-radius:3px;background:var(--line);overflow:hidden}.cr em{display:block;height:100%;background:var(--ink)}
.cr b{font-size:14px}
.hp-revs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 40px}
.rv{margin:0}
.rv-top{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted);margin-bottom:8px}
.rv-st{display:inline-flex;align-items:center;gap:3px;font-weight:800;color:var(--ink)}
.rv-st svg{width:13px;height:13px}
.rv blockquote{margin:0}
.rv blockquote p{margin:0 0 8px;line-height:1.65;color:var(--ink-2);display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}
.rv-reply{margin:6px 0 0;padding-left:12px;border-left:3px solid var(--line);font-size:14px;color:var(--muted)}
.hp-dl{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px}
.hp-dl dt{font-weight:800;font-size:15px;margin-bottom:3px}
.hp-dl dd{margin:0;color:var(--ink-2);font-size:15px;line-height:1.55}
.hp-rules{max-height:none}

/* booking box */
.hp-book{position:sticky;top:96px}
.bx{position:relative;padding:24px;border-radius:24px;background:var(--card);border:1px solid var(--line);box-shadow:0 18px 44px rgba(40,30,60,.12)}
.bx-price{display:flex;align-items:baseline;gap:8px;margin-bottom:18px}
.bx-price b{font-size:26px}.bx-price span{color:var(--muted)}
.bx-fields{display:grid;grid-template-columns:1fr 1fr;border:1.5px solid var(--line);border-radius:16px;overflow:hidden}
.bx-f{display:flex;flex-direction:column;gap:2px;padding:12px 14px;border:0;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer;min-width:0}
.bx-f:hover{background:var(--bg-2)}
.bx-f+.bx-f{border-left:1.5px solid var(--line)}
.bx-guests{grid-column:1 / -1;border-top:1.5px solid var(--line);cursor:default}
.bx-guests:hover{background:none}
.bx-g{display:flex;align-items:center;gap:12px;margin-top:4px}
.bx-g button{width:34px;height:34px;border-radius:17px;border:1.5px solid var(--line);background:var(--card);color:var(--ink);font-size:17px;cursor:pointer}
.bx-g button:disabled{opacity:.35;cursor:default}
.bx-g output{font-weight:800;min-width:16px;text-align:center}
.bx-gmax{margin-left:auto;font-size:13.5px;color:var(--muted)}
.bx-msg{margin:14px 0 0;padding:12px 14px;border-radius:12px;background:var(--purple-soft);color:var(--purple-deep);font-weight:700;font-size:14.5px}
.bx-break{margin-top:16px;display:flex;flex-direction:column;gap:9px;font-size:15px;color:var(--ink-2)}
.bx-break div{display:flex;justify-content:space-between;gap:12px}
.bx-break .disc span:last-child{color:var(--good)}
.bx-break .tot{padding-top:11px;border-top:1px solid var(--line);font-weight:800;color:var(--ink)}
.bx-go{width:100%;margin-top:16px;min-height:56px;border-radius:14px;font-size:17px}
.bx-small{margin:10px 0 0;text-align:center;font-size:13.5px;color:var(--muted)}
.bx .search-note{text-align:center}
.bx-direct{display:flex;align-items:center;gap:10px;margin:14px 6px 0;font-size:14px;color:var(--ink-2)}
.bx-direct svg{width:18px;height:18px;color:var(--purple);flex-shrink:0}
.bx-pop{top:auto;bottom:auto;left:auto;right:0;transform:none;margin-top:12px;width:680px;position:absolute;top:118px}
.hp-mbar{display:none}

/* all photos */
.gal-over{position:fixed;inset:0;z-index:60;background:var(--bg);overflow:auto}
.gal-over[hidden]{display:none}
.gal-top{position:sticky;top:0;display:flex;align-items:center;gap:14px;padding:14px 20px;background:var(--bg);border-bottom:1px solid var(--line);font-weight:700;z-index:2}
.gal-list{max-width:900px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:14px}
.gal-list figure{margin:0}
.gal-list img{width:100%;height:auto;border-radius:14px;display:block;background:var(--ph)}
.gal-list figcaption{margin-top:6px;font-size:14px;color:var(--muted)}

@media (max-width:1100px){.hp-body{grid-template-columns:minmax(0,1fr) 340px;gap:40px}.hp-rev-sum{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1000px){
  .hp-wrap{padding:0 16px}
  .hp-body{grid-template-columns:minmax(0,1fr)}
  .hp-book{position:static;order:-1}
  .bx-pop{width:auto;left:0;right:0}
  .hp-cal .cal-months{grid-template-columns:minmax(0,1fr)}
}
@media (max-width:820px){
  .hp{padding-bottom:110px}
  .hp-gallery{margin:0 -16px 24px}
  .gal-grid,.gal-all{display:none}
  .gal-swipe{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;aspect-ratio:4/3}
  .gal-swipe::-webkit-scrollbar{display:none}
  .gal-swipe img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:start}
  .gal-count{display:block;position:absolute;right:14px;bottom:14px;padding:4px 10px;border-radius:12px;background:rgba(29,29,31,.72);color:#fff;font-size:13px;font-weight:700}
  .hp-book{order:1}
  .bx-pop{position:fixed;top:auto;bottom:0;left:0;right:0;margin:0;z-index:45}
  .hp-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hp-amen,.hp-revs,.hp-dl,.hp-rev-sum{grid-template-columns:minmax(0,1fr)}
  .hp-mbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:30;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:var(--card);border-top:1px solid var(--line)}
  .hp-mbar b{display:block;font-size:17px}.hp-mbar span{font-size:13.5px;color:var(--muted)}
  .hp-mbar .btn{min-height:48px;padding:0 22px;border-radius:12px}
  .hp-mbar .search-note{display:none}
}

/* ---------- results: list + map ---------- */
.sr-tools{display:flex;align-items:center;gap:12px}
.map-toggle{display:none;align-items:center;gap:8px;height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--ink);font:inherit;font-weight:700;font-size:14.5px;cursor:pointer}
.map-toggle svg,.map-btn svg,.map-fab svg{width:18px;height:18px;flex:none}
.map-toggle:hover{border-color:var(--ink)}
.sr-split{max-width:1180px;margin:0 auto;padding:0 24px}
.sr-mapcol{display:none}
.sr-map{position:relative;background:#E9E6EF;overflow:hidden}
.map-canvas{position:absolute;inset:0}
.map-canvas.leaflet-container{font-family:inherit;background:#E9E6EF}
.map-top{position:absolute;z-index:500;top:14px;left:14px;right:14px;display:flex;align-items:center;gap:10px;pointer-events:none}
.map-top > *{pointer-events:auto}
.map-btn{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 16px;border-radius:12px;border:0;background:#fff;color:#1D1D1F;font:inherit;font-weight:700;font-size:14.5px;box-shadow:0 4px 14px rgba(20,15,30,.16);cursor:pointer}
.map-btn:hover{background:#F4EEF8}
.map-note{margin:0 auto;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.92);color:#3A3A42;font-size:12.5px;font-weight:600;box-shadow:0 2px 8px rgba(20,15,30,.10)}
.map-exp{margin-left:auto}
.map-list,.map-shut{display:none}
.sr-map.full .map-list,.sr-map.full .map-shut{display:inline-flex}
.sr-map.full .map-exp{display:none}
.sr-map.full .map-shut{margin-left:0}
.sr-map.full{position:fixed;inset:0;z-index:300;border-radius:0;height:auto!important}
body.map-open{overflow:hidden}
body.map-open .hp-mbar,body.map-open .map-fab{display:none}
.sr-map.map-fail .map-canvas::after{content:"The map couldn't load. The list still shows every home.";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;color:#3A3A42;font-weight:600}
.map-fab{position:fixed;z-index:60;left:50%;bottom:22px;transform:translateX(-50%);display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 20px;border-radius:999px;border:0;background:#1D1D1F;color:#fff;font:inherit;font-weight:700;font-size:15px;box-shadow:0 10px 26px rgba(20,15,30,.28);cursor:pointer}
.map-fab:hover{transform:translateX(-50%) scale(1.03)}
@media (min-width:1100px){
  .map-toggle{display:inline-flex}
  .map-fab{display:none}
  .sr.with-map .sr-wrap,.sr.with-map .sr-split{max-width:1520px}
  .sr.with-map .sr-split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:28px;align-items:start}
  .sr.with-map .sr-mapcol{display:block;position:sticky;top:92px}
  .sr.with-map .sr-map{height:calc(100vh - 112px);min-height:480px;border-radius:22px;border:1px solid var(--line)}
  .sr.with-map .sr-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 20px}
}
@media (min-width:1500px){.sr.with-map .sr-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sr.with-map .sr-split{grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr)}}
@media (max-width:1099px){.sr-mapcol{display:block}.sr-map:not(.full){display:none}}
@media (max-width:600px){.map-note{display:none}.map-top{top:10px;left:10px;right:10px}}
/* price pins */
.pin-wrap{background:none;border:0}
.pin{position:absolute;left:0;top:0;transform:translate(-50%,-50%);white-space:nowrap;padding:6px 11px;border-radius:999px;background:#fff;color:#1D1D1F;font-size:14px;font-weight:800;letter-spacing:-.01em;box-shadow:0 2px 10px rgba(20,15,30,.22),0 0 0 1px rgba(20,15,30,.06);cursor:pointer;transition:transform .15s,background .15s,color .15s}
.pin:hover,.pin.hot{transform:translate(-50%,-50%) scale(1.08);z-index:2}
.pin.on,.pin.hot{background:#1D1D1F;color:#fff}
.pin-n{background:#8E44AD;color:#fff}
.pin-n.hot{background:#6E2F8A}
/* map popups */
.pb-pop .leaflet-popup-content-wrapper{padding:0;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px rgba(20,15,30,.28)}
.pb-pop .leaflet-popup-content{margin:0;width:280px!important;font-family:inherit;line-height:1.4}
.pb-pop .leaflet-popup-tip{box-shadow:none}
.pb-pop a.leaflet-popup-close-button{top:10px;right:10px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.95);color:#1D1D1F;font:600 20px/28px system-ui,sans-serif;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.18)}
.pp-ph{display:block;aspect-ratio:3/2;background:#E9E6EF;overflow:hidden}
.pp-ph img{width:100%;height:100%;object-fit:cover;display:block}
.pp-b{display:flex;flex-direction:column;gap:5px;padding:14px 16px 16px;color:#1D1D1F}
.pp-r1{display:flex;justify-content:space-between;gap:8px;font-size:14.5px}
.pp-rt{display:inline-flex;align-items:center;gap:3px;font-weight:700;font-size:13.5px;white-space:nowrap}.pp-rt svg{width:12px;height:12px}.pp-rt small{font-weight:500;color:#6B6B76}
.pb-pop p{margin:0}
.pp-t{font-size:13.5px;color:#5B5B66;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pp-p{font-size:14.5px}.pp-p small{display:block;font-size:12.5px;color:#6B6B76}
.pp-go{margin-top:8px;min-height:42px;justify-content:center;color:#fff!important;text-decoration:none}
.pp-list{display:flex;flex-direction:column;padding:8px}
.pp-list a{display:flex;gap:10px;align-items:center;padding:8px;border-radius:12px;color:#1D1D1F;text-decoration:none}
.pp-list a:hover{background:#F4EEF8}
.pp-list img{width:56px;height:56px;border-radius:10px;object-fit:cover;flex:none}
.pp-list span{display:flex;flex-direction:column;font-size:14px}.pp-list small{color:#6B6B76;font-size:13px}
.pb-pop .leaflet-popup-content p{margin:0}

/* ---------- one home: refresh ---------- */
.hp-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin:8px 0 20px}
.hp-head h1{font-size:clamp(28px,3.2vw,42px);letter-spacing:-.025em}
.hp-direct{display:flex;align-items:center;gap:10px;margin:0;padding:10px 14px;border-radius:14px;background:var(--purple-soft);color:var(--purple-deep);font-size:14px;flex:none}
.hp-direct svg{width:18px;height:18px;flex:none}
.hp-direct b{display:block;font-size:14.5px;color:var(--ink)}
.hp-gallery{scroll-margin-top:150px}
.gal-grid{height:clamp(320px,56svh,560px);border-radius:24px}
.gal-all{display:inline-flex;align-items:center;gap:8px;border:0;box-shadow:0 4px 14px rgba(20,15,30,.18)}
.hp-facts{display:flex;flex-wrap:wrap;gap:10px}
.hp-facts div{flex-direction:row;align-items:center;gap:10px;padding:10px 16px 10px 12px;border-radius:999px}
.hp-facts .fi{width:32px;height:32px;border-radius:50%;background:var(--purple-soft);color:var(--purple);display:inline-flex;align-items:center;justify-content:center;flex:none}
.hp-facts .fi svg{width:18px;height:18px}
.hp-facts b{font-size:15.5px;font-weight:700}
.hp-sec{scroll-margin-top:150px}
.hp-sec h2{font-size:clamp(22px,2vw,26px);letter-spacing:-.02em}
.hp-map{position:relative;height:clamp(300px,42svh,440px);border-radius:22px;overflow:hidden;background:#E9E6EF;border:1px solid var(--line)}
.hp-map.leaflet-container{font-family:inherit}
.hp-map.map-fail::after{content:"The map couldn't load.";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:600}
.hp-loc-small{margin:12px 0 0;font-size:14px;color:var(--muted)}
.loc-home{position:absolute;left:0;top:0;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#1D1D1F;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(20,15,30,.3)}
.loc-home svg{width:20px;height:20px}
/* sticky section bar */
.hp-subnav{position:fixed;left:0;right:0;top:var(--hdr,77px);z-index:40;background:var(--bg);border-bottom:1px solid var(--line);transform:translateY(-110%);opacity:0;transition:transform .2s,opacity .2s;pointer-events:none}
.hp-subnav.on{transform:none;opacity:1;pointer-events:auto}
.hp-subnav-in{max-width:1180px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.hp-sn-links{display:flex;gap:26px;overflow-x:auto;scrollbar-width:none}
.hp-sn-links a{font-weight:700;font-size:14.5px;color:var(--ink-2);text-decoration:none;white-space:nowrap;padding:20px 0;border-bottom:2px solid transparent}
.hp-sn-links a:hover{color:var(--ink);border-bottom-color:var(--ink)}
.hp-sn-bk{display:flex;align-items:center;gap:14px}
.hp-sn-p{display:flex;flex-direction:column;line-height:1.2;text-align:right}
.hp-sn-p b{font-size:16px}.hp-sn-p span{font-size:13px;color:var(--muted)}
.hp-sn-bk .btn{min-height:44px;padding:0 18px;border-radius:12px}
@media (max-width:1000px){.hp-sn-bk{display:none}.hp-subnav-in{padding:0 16px;height:54px}.hp-sn-links a{padding:15px 0}.hp-head{flex-direction:column;align-items:flex-start;gap:14px}}
@media (max-width:820px){.hp-direct{display:none}.hp-subnav{display:none}}
@media (min-width:1001px){.hp-book{top:156px}}
.leaflet-container img.leaflet-tile{mix-blend-mode:normal}
.sr.map-full .sr-mapcol{position:static!important;z-index:auto}.sr-map.full{z-index:1000}
.sr.with-map .sr-map.full{border-radius:0;border:0;height:auto;min-height:0}
/* booking pages sit on white (light mode only; dark mode keeps its own tokens) */
:root{--bg:#FFFFFF;--bg-2:#F7F6FA}
.sr-bar .bk{border:1px solid var(--line)}
.hp-facts div,.room,.map-toggle{background:#fff}
@media (prefers-color-scheme:light){:root:not([data-theme="dark"]) .site-header{background:rgba(255,255,255,.94)}}
:root[data-theme="light"] .site-header{background:rgba(255,255,255,.94)}

/* reserve date pop-up: no outline, the backdrop does the work */
.bx-pop{border:0;box-shadow:0 28px 70px rgba(20,15,30,.28)}
/* maps stay under the site header and its menus */
.hp-map,.sr-map:not(.full){isolation:isolate;z-index:0}
.site-header{z-index:50}

/* ---------- photo gallery ---------- */
.gal-over{background:var(--card);overscroll-behavior:contain}
.gal-top{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;padding:12px 20px;background:var(--card);border-bottom:1px solid var(--line)}
.gal-title{text-align:center;font-size:16px}
.gal-x,.lb-x{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:50%;border:0;background:var(--bg-2);color:var(--ink);cursor:pointer}
.gal-x svg,.lb-x svg{width:20px;height:20px;display:block}
.gal-x:hover{background:var(--line)}
.gal-list{max-width:1040px;margin:0 auto;padding:28px 24px 60px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.gl-i{margin:0;display:flex;flex-direction:column;gap:6px;min-width:0}
.gl-i:nth-child(3n+1){grid-column:1 / -1}
.gl-b{display:block;width:100%;padding:0;border:0;border-radius:14px;overflow:hidden;background:var(--ph);cursor:zoom-in;aspect-ratio:4/3}
.gl-i:nth-child(3n+1) .gl-b{aspect-ratio:16/10}
.gl-b img{width:100%!important;height:100%!important;object-fit:cover;display:block;border-radius:0!important;transition:transform .35s ease,filter .2s}
.gl-b:hover img{transform:scale(1.02);filter:brightness(.95)}
.gl-i figcaption{font-size:14px;color:var(--muted);padding:0 2px}
@media (max-width:640px){.gal-list{grid-template-columns:minmax(0,1fr);padding:14px 12px 40px;gap:8px}.gl-b,.gl-i:nth-child(3n+1) .gl-b{aspect-ratio:4/3}.gal-top{padding:10px 12px}}
/* single-photo viewer */
.lb{position:fixed;inset:0;z-index:70;background:#0E0E10;color:#fff;display:flex;flex-direction:column}
.lb[hidden]{display:none}
.lb-top{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:12px 20px}
.lb-x{background:rgba(255,255,255,.12);color:#fff}.lb-x:hover{background:rgba(255,255,255,.22)}
.lb-count{text-align:center;font-weight:700;font-size:15px;color:#E6E2EE}
.lb-stage{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:8px 84px 28px}
.lb-stage img{max-width:100%;max-height:100%;min-height:0;object-fit:contain;border-radius:6px;user-select:none}
.lb-cap{margin:0;font-size:14.5px;color:#C9C8D0;text-align:center}
.lb-cap:empty{display:none}
.lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:0;background:rgba(255,255,255,.92);color:#1D1D1F;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.3)}
.lb-nav svg{width:20px;height:20px}
.lb-prev{left:20px}.lb-next{right:20px}
.lb-nav:hover{background:#fff}
@media (max-width:640px){.lb-stage{padding:4px 8px 18px}.lb-nav{top:auto;bottom:18px;transform:none;width:44px;height:44px}.lb-prev{left:calc(50% - 56px)}.lb-next{right:calc(50% - 56px)}.lb-stage{padding-bottom:78px}}
/* booking card: no outline, shadow only */
.bx{border:0;box-shadow:0 2px 6px rgba(20,15,30,.05),0 18px 44px rgba(40,30,60,.13)}
/* section bar rides inside the site header so it never separates from it (e.g. when the page bounces) */
.hp-subnav.in-hd{position:absolute;top:100%;left:0;right:0;z-index:1;margin-top:1px}
html{overscroll-behavior-y:none}
/* guests picker (Airbnb-style) */
button.bx-guests{position:relative;border:0;border-top:1.5px solid var(--line);width:100%;text-align:left;padding-right:48px;cursor:pointer}
button.bx-guests:hover{background:var(--bg-2)}
.bx-chev{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;transition:transform .2s}
.bx-chev svg{width:20px;height:20px}
.bx-guests.on .bx-chev{transform:translateY(-50%) rotate(180deg)}
.bx-gpop{position:absolute;left:24px;right:24px;z-index:6;margin-top:6px;padding:18px 20px 12px;border-radius:16px;background:var(--card);box-shadow:0 2px 6px rgba(20,15,30,.06),0 18px 44px rgba(40,30,60,.2)}
.bx-gpop[hidden]{display:none}
.gp-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}
.gp-row+.gp-row{border-top:1px solid var(--line-2)}
.gp-l{display:flex;flex-direction:column;gap:2px}
.gp-l b{font-size:16px}.gp-l span{font-size:14px;color:var(--muted)}
.gp-c{display:flex;align-items:center;gap:12px}
.gp-c button{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--line);background:var(--card);color:var(--ink);font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.gp-c button:hover:not(:disabled){border-color:var(--ink)}
.gp-c button:disabled{opacity:.3;cursor:default}
.gp-c output{min-width:18px;text-align:center;font-weight:700}
.gp-note{margin:8px 0 0;font-size:13.5px;line-height:1.5;color:var(--muted)}
.gp-foot{display:flex;justify-content:flex-end;margin-top:6px}
.gp-foot .text-btn{font-weight:800;font-size:15.5px}
.bx-break .pet{padding-top:10px;border-top:1px dashed var(--line);color:var(--muted);font-size:14px}
.bx-break .pet small{display:block;font-size:12.5px}
.bx-gpop{overflow:auto;overscroll-behavior:contain}

/* reviews: uniform Airbnb-style cards and an all-reviews panel */
/* category ratings line up with the two review columns */
.hp-rev-sum{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 56px;padding-bottom:26px;margin-bottom:30px;border-bottom:1px solid var(--line)}
.hp-rev-sum .cr,.rvm-cats .cr{grid-template-columns:minmax(0,1fr) 80px 30px;gap:12px}
.cr b{text-align:right}
.hp-revs{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 56px;align-items:start}
.rv{margin:0;display:flex;flex-direction:column;min-width:0}
.rv-who{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.rv-av{flex:none;width:44px;height:44px;border-radius:50%;background:var(--bg-2);color:var(--muted);display:grid;place-items:center}
.rv-av svg{width:22px;height:22px}
.rv-who b{display:block;font-size:15.5px;line-height:1.3}
.rv-who small{display:block;font-size:13.5px;color:var(--muted);line-height:1.35}
.rv-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);margin-bottom:6px;flex-wrap:wrap}
.rv-meta>span[aria-hidden]{font-weight:700}
.rv-stars{display:inline-flex;gap:1px}
.rv-stars i{display:block;width:10px;height:10px;color:var(--line)}
.rv-stars i.on{color:var(--ink)}
.rv-stars svg{width:10px;height:10px;display:block}
.rv blockquote{margin:0}
.rv blockquote p{margin:0;line-height:1.6;color:var(--ink-2);display:block;-webkit-line-clamp:unset;overflow:visible}
.hp-revs .rv blockquote{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hp-revs .rv blockquote p{display:inline}
.hp-revs .rv blockquote p+p::before{content:" "}
.hp-revs .rv blockquote br{display:none}
.rv-more{align-self:flex-start;margin-top:8px;padding:0;border:0;background:none;font:inherit;font-size:15px;font-weight:700;color:var(--ink);text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.rv-full blockquote p{margin:0 0 8px}
@media (max-width:860px){
  .hp-revs,.hp-rev-sum{grid-template-columns:minmax(0,1fr)}
}

/* all-reviews panel, v2 */
.rvm{position:fixed;inset:0;z-index:65;background:rgba(14,14,16,.55);display:flex;align-items:center;justify-content:center;padding:28px}
.rvm[hidden]{display:none}
.rvm-box{position:relative;background:var(--card);border-radius:20px;width:min(1120px,100%);height:min(860px,100%);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.22);animation:rvmIn .22s ease-out}
@keyframes rvmIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.rvm-box{animation:none}}
.rvm-top{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid transparent;transition:border-color .15s}
.rvm-top.scrolled{border-bottom-color:var(--line)}
.rvm-top-t{display:flex;align-items:center;gap:6px;font-size:16px;opacity:0;transition:opacity .15s}
.rvm-top-t svg{width:14px;height:14px}
.rvm-top.scrolled .rvm-top-t{opacity:1}
.rvm-body{flex:1;min-height:0;display:grid;grid-template-columns:320px minmax(0,1fr);gap:56px;padding:0 44px}
.rvm-side{overflow:auto;padding:8px 4px 32px 0}
.rvm-score{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding-bottom:24px;border-bottom:1px solid var(--line)}
.rvm-score b{font-size:56px;line-height:1;letter-spacing:-.02em;font-weight:800}
.rvm-score .rv-stars i,.rvm-score .rv-stars svg{width:16px;height:16px}
.rvm-score .rv-stars{gap:3px}
.rvm-score small{font-size:15px;color:var(--muted);font-weight:600}
.rvm-dist{padding:22px 0;border-bottom:1px solid var(--line);display:grid;gap:6px}
.rvm-lab{margin:0 0 6px;font-size:14px;font-weight:800}
.rvm-lab small{font-weight:600;color:var(--muted)}
.rvm-d{display:grid;grid-template-columns:12px minmax(0,1fr);align-items:center;gap:10px;font-size:12.5px;color:var(--muted)}
.rvm-d i{height:4px;border-radius:2px;background:var(--line);overflow:hidden}
.rvm-d em{display:block;height:100%;background:var(--ink);border-radius:2px}
.rvm-cats{display:block;padding-top:8px}
.rvm-c{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);font-size:15px}
.rvm-c:last-child{border-bottom:0}
.rvm-c svg{width:22px;height:22px;color:var(--ink)}
.rvm-c b{font-size:15px}
.rvm-main{min-height:0;display:flex;flex-direction:column}
.rvm-head{padding:8px 0 16px;border-bottom:1px solid var(--line);display:grid;gap:14px}
.rvm-bar{display:flex;align-items:center;justify-content:space-between;gap:16px}
.rvm-bar h2{margin:0;font-size:26px;letter-spacing:-.01em}
.rvm-sort{position:relative;flex:none}
.rvm-sort-b{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 14px 0 16px;border-radius:999px;border:1px solid var(--line);background:var(--card);font:inherit;font-size:14px;font-weight:700;color:var(--ink);cursor:pointer;white-space:nowrap}
.rvm-sort-b:hover{border-color:var(--ink)}
.rvm-sort-b svg{width:16px;height:16px;transition:transform .15s}
.rvm-sort-b[aria-expanded="true"] svg{transform:rotate(180deg)}
.rvm-sort-m{position:absolute;right:0;top:calc(100% + 6px);z-index:3;min-width:190px;margin:0;padding:6px;list-style:none;background:var(--card);border-radius:14px;box-shadow:0 8px 28px rgba(0,0,0,.14),0 0 0 1px var(--line)}
.rvm-sort-m[hidden]{display:none}
.rvm-sort-m li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:9px;font-size:14.5px;font-weight:600;cursor:pointer;outline:0}
.rvm-sort-m li:hover,.rvm-sort-m li:focus{background:var(--bg-2)}
.rvm-sort-m li[aria-selected="true"]{font-weight:800}
.rvm-sort-m li[aria-selected="true"]::after{content:"";width:14px;height:8px;border-left:2px solid var(--ink);border-bottom:2px solid var(--ink);transform:rotate(-45deg) translateY(-2px)}
.rvm-search{display:flex;align-items:center;gap:10px;height:46px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--muted);cursor:text}
.rvm-search:focus-within{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
.rvm-search svg{width:18px;height:18px;flex:none}
.rvm-search input{flex:1;min-width:0;height:100%;border:0;outline:0;background:none;font:inherit;font-size:15px;color:var(--ink)}
.rvm-chips{display:flex;flex-wrap:wrap;gap:8px}
.rvm-chips[hidden]{display:none}
.rvm-chip{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:var(--card);font:inherit;font-size:13.5px;font-weight:700;color:var(--ink);cursor:pointer}
.rvm-chip small{font-weight:600;color:var(--muted)}
.rvm-chip:hover{border-color:var(--ink)}
.rvm-chip[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:var(--card)}
.rvm-chip[aria-pressed="true"] small{color:inherit;opacity:.75}
.rvm-list{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;padding:0 0 40px;display:block}
.rvm-list .rv{padding:26px 0;border-bottom:1px solid var(--line)}
.rvm-list .rv:last-child{border-bottom:0}
.rvm-list .rv blockquote p{font-size:16px;line-height:1.65;color:var(--ink)}
.rvm-list .rv-meta{margin-bottom:10px}
.rvm-list mark{background:var(--bg-2);color:inherit;border-radius:3px;padding:0 2px;box-shadow:inset 0 -2px 0 var(--ink)}
.rvm-empty{margin:40px 0;color:var(--muted);font-size:15px}
@media (max-width:860px){
  .rvm{padding:0}
  .rvm-box{border-radius:0;height:100%;width:100%;animation:none}
  .rvm-top{border-bottom-color:var(--line);padding:10px 16px}
  .rvm-top .rvm-top-t{opacity:1}
  .rvm-body{grid-template-columns:minmax(0,1fr);gap:0;padding:0 20px;overflow:auto;overscroll-behavior:contain}
  .rvm-side{overflow:visible;padding:18px 0 8px}
  .rvm-score{flex-direction:row;align-items:center;flex-wrap:wrap;gap:10px 14px}
  .rvm-score b{font-size:40px}
  .rvm-dist{display:none}
  .rvm-cats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
  .rvm-c{grid-template-columns:18px minmax(0,1fr) auto;gap:8px;padding:11px 0;font-size:13.5px}.rvm-c svg{width:18px;height:18px}.rvm-c b{font-size:14px}.rvm-c:last-child{border-bottom:1px solid var(--line)}
  .rvm-main{min-height:auto}
  .rvm-head{padding-top:20px}
  .rvm-bar h2{font-size:19px}
  .rvm-list{overflow:visible;flex:none}
}
@media (max-height:760px) and (min-width:861px){
  .rvm{padding:16px}.rvm-score b{font-size:44px}.rvm-c{padding:10px 0}.rvm-dist{padding:16px 0}.rvm-score{padding-bottom:16px}
}
/* Google Maps: Leaflet scopes the close button to .leaflet-container, so place it here too */
.leaflet-popup a.leaflet-popup-close-button{position:absolute;top:10px;right:10px;z-index:2;display:block;text-decoration:none;border:0}
.leaflet-popup .leaflet-popup-content a{text-decoration:none}
