.vpage{ padding:0 !important; }
:root{
    --ink:#2b2336; --sand:#f9f4f1; --paper:#fffdfb;
    --accent:#c25b96; --accent-press:#ad4d85;
    --rose:#e88dbf; --rose-deep:#d96fab;
    --gold:#f1c24d; --green:#a6d27c; --green-deep:#8fc05f;
    --muted:#7a7081; --line:#ece2dd;
    --maxw:1200px;
  }
  *{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; }
  body{ margin:0; background:var(--sand); color:var(--ink); font-family:'Hanken Grotesk',system-ui,sans-serif; font-size:16px; line-height:1.55; -webkit-font-smoothing:antialiased; }
  h1,h2,h3,.display{ font-family:'Archivo',sans-serif; letter-spacing:-.02em; }
  a{ color:inherit; text-decoration:none; }
  img{ display:block; max-width:100%; }
  .wrap{ max-width:var(--maxw); margin:0 auto; padding:0 28px; }
  .btn{ display:inline-flex; align-items:center; gap:9px; border:none; border-radius:12px; padding:14px 24px; font-family:'Hanken Grotesk'; font-weight:800; font-size:15px; cursor:pointer; transition:transform .15s, background .15s; }
  .btn-coral{ background:var(--rose); color:var(--ink); }
  .btn-coral:hover{ background:var(--rose-deep); transform:translateY(-2px); }
  .btn-ink{ background:var(--ink); color:#fff; }
  .btn-ink:hover{ transform:translateY(-2px); }
  .btn-ghost{ background:transparent; color:var(--ink); border:1.5px solid var(--line); }
  .btn-ghost:hover{ border-color:var(--ink); }
  .eyebrow{ font-family:'Archivo'; font-weight:800; font-size:12.5px; letter-spacing:.22em; text-transform:uppercase; color:var(--accent); }

  /* announcement */
  .anno{ background:var(--ink); color:#fff; text-align:center; font-size:13px; font-weight:600; padding:9px 16px; letter-spacing:.01em; }
  .anno b{ color:var(--gold); }

  /* header */
  header.site{ position:sticky; top:0; z-index:40; background:rgba(247,243,236,.82); backdrop-filter:blur(12px); border-bottom:1px solid var(--line); }
  .navbar{ display:flex; align-items:center; justify-content:space-between; height:74px; }
  .brand{ display:flex; align-items:center; }
  .brand img{ height:30px; width:auto; display:block; }
  .brand i{ color:var(--accent); font-style:normal; }
  /* concept 3 — minimal, spaced, underline nav */
  .nav{ display:flex; gap:24px; font-size:11.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; flex:1; justify-content:center; min-width:0; }
  .nav a{ color:#6a6175; padding:5px 0 4px; border-bottom:2px solid transparent; white-space:nowrap; }
  .nav a:hover{ color:var(--ink); border-bottom-color:var(--accent); }
  .nav-cta{ display:flex; gap:12px; align-items:center; }
  .nav-cta .btn{ text-transform:uppercase; letter-spacing:.08em; font-size:11.5px; font-weight:700; padding:9px 16px; border-radius:8px; }
  .nav-cta .btn-coral{ background:transparent; color:var(--ink); border:1.5px solid var(--ink); }
  .nav-cta .btn-coral:hover{ background:var(--ink); color:#fff; }
  .menu-btn{ display:none; }

  /* hero */
  .hero{ position:relative; min-height:640px; display:flex; align-items:flex-end; color:#fff; overflow:hidden; }
  .hero .bg{ position:absolute; inset:0; background:#23201b url('https://le-de.cdn-website.com/38946f8aadd5460fab5335c6d319491d/dms3rep/multi/opt/AdobeStock_130664764-1920w.jpeg') center 40%/cover no-repeat; }
  .hero .scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(12,9,6,.44) 0%, rgba(12,9,6,.22) 38%, rgba(12,9,6,.82) 100%); }
  .hero .sun{ position:absolute; right:-120px; top:-120px; width:420px; height:420px; border-radius:999px; background:radial-gradient(circle, var(--rose) 0%, transparent 68%); opacity:.55; mix-blend-mode:screen; }
  .hero .inner{ position:relative; z-index:2; width:100%; padding:64px 28px 40px; }
  .hero .eyebrow{ color:#f4d488; }
  .hero h1{ font-size:clamp(32px,4.6vw,54px); font-weight:900; line-height:1; text-transform:uppercase; margin:14px 0 0; max-width:16ch; text-shadow:0 2px 30px rgba(0,0,0,.3); }
  .hero h1 i{ color:var(--rose); font-style:normal; }
  .hero .lede{ font-size:18px; max-width:48ch; margin:18px 0 0; color:rgba(255,255,255,.9); }
  .hero .lede b{ color:#fff; font-weight:800; }

  /* search widget */
  .search{ position:relative; z-index:2; margin:30px 0 0; background:#fff; border-radius:18px; padding:11px; display:flex; gap:10px; max-width:880px; box-shadow:0 30px 60px -30px rgba(0,0,0,.6); }
  .search .f{ flex:1; padding:11px 16px; border-radius:11px; background:var(--sand); color:var(--ink); }
  .search .f label{ display:block; font-family:'Archivo'; font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); font-weight:800; }
  .search .f input, .search .f select{ width:100%; border:none; background:transparent; font-family:'Hanken Grotesk'; font-size:15px; font-weight:600; color:var(--ink); margin-top:3px; padding:0; outline:none; cursor:pointer; }
  .search .go{ flex:0 0 auto; }
  .guesty-slot{ /* paste official Guesty embed widget here to replace .search */ }
  /* glass-minimal search (homepage hero) */
  .searchx{ position:relative; z-index:2; margin:28px 0 0; max-width:720px; display:flex; align-items:center; gap:2px; flex-wrap:wrap; background:rgba(30,22,38,.42); border:1.5px solid rgba(255,255,255,.55); border-radius:16px; padding:8px; backdrop-filter:blur(11px); -webkit-backdrop-filter:blur(11px); box-shadow:0 18px 44px -22px rgba(0,0,0,.55); }
  .searchx .fx{ flex:1; min-width:132px; display:flex; align-items:center; gap:10px; padding:11px 16px; border-radius:12px; transition:background .15s; }
  .searchx .fx:hover{ background:rgba(255,255,255,.08); }
  .searchx .ficon{ flex:0 0 auto; width:19px; height:19px; color:var(--rose); }
  .searchx .fxcol{ flex:1; min-width:0; }
  .searchx .lblx{ display:block; font-family:'Hanken Grotesk'; font-size:11px; font-weight:600; letter-spacing:0; text-transform:none; color:rgba(255,255,255,.72); }
  .searchx .fx input, .searchx .fx select{ width:100%; border:none; background:transparent; font-family:'Hanken Grotesk'; font-size:14.5px; font-weight:700; color:#fff; margin-top:1px; padding:0; outline:none; cursor:pointer; color-scheme:dark; }
  .searchx .fx select option{ color:var(--ink); }
  .searchx .fxdiv{ flex:0 0 auto; width:1px; height:34px; background:rgba(255,255,255,.2); }
  .searchx .gobold{ flex:0 0 auto; background:var(--gold); color:var(--ink); border:none; border-radius:12px; padding:14px 22px; font-family:'Hanken Grotesk'; font-weight:800; font-size:14.5px; display:flex; align-items:center; gap:8px; cursor:pointer; transition:filter .15s; }
  .searchx .gobold:hover{ filter:brightness(1.05); }
  .searchx .gobold svg{ width:18px; height:18px; }
  @media(max-width:720px){
    .searchx{ gap:0; padding:10px; }
    .searchx .fx{ flex:1 1 100%; min-width:0; }
    .searchx .fxdiv{ width:100%; height:1px; margin:2px 0; }
    .searchx .gobold{ width:100%; justify-content:center; margin-top:6px; }
  }

  .trust{ position:relative; z-index:2; display:flex; gap:26px; flex-wrap:wrap; margin:22px 0 0; font-size:13.5px; font-weight:600; color:rgba(255,255,255,.92); }
  .trust .t{ display:flex; align-items:center; gap:8px; }
  .trust .t b{ font-family:'Archivo'; }

  /* sections */
  section{ padding:88px 0; }
  .sec-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:40px; flex-wrap:wrap; }
  .sec-head h2{ font-size:clamp(28px,3.6vw,44px); font-weight:900; text-transform:uppercase; margin:10px 0 0; line-height:1.06; }
  .sec-head p{ color:var(--muted); margin:8px 0 0; max-width:52ch; }

  /* property cards */
  .props{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
  .pcard{ background:var(--paper); border:1.5px solid var(--line); border-radius:20px; padding:12px; transition:transform .18s, box-shadow .18s; }
  .pcard:hover{ transform:translateY(-5px); box-shadow:0 30px 50px -32px rgba(40,24,10,.5); }
  .pcard image-slot{ width:100%; height:210px; display:block; }
  .pcard .pbody{ padding:14px 8px 8px; }
  .pcard .parea{ font-size:12.5px; font-weight:700; color:var(--accent); letter-spacing:.06em; text-transform:uppercase; }
  .pcard h3{ font-size:20px; font-weight:800; margin:6px 0 0; line-height:1.12; }
  .pcard .pdesc{ font-size:13.5px; color:var(--muted); margin:6px 0 0; min-height:38px; }
  .pcard .pfoot{ display:flex; align-items:center; justify-content:space-between; margin-top:14px; padding-top:13px; border-top:1px solid var(--line); }
  .pcard .pprice{ display:flex; flex-direction:column; gap:1px; line-height:1.12; }
  .pcard .pprice .pfrom{ font-size:10.5px; font-weight:800; color:var(--muted); text-transform:uppercase; letter-spacing:.04em; }
  .pcard .pprice .amt{ font-size:12.5px; color:var(--muted); }
  .pcard .pprice .amt b{ font-family:'Archivo'; font-size:19px; font-weight:900; color:var(--ink); }
  .pcard .book{ font-size:12px; font-weight:800; letter-spacing:.04em; color:#fff; display:inline-flex; align-items:center; padding:7px 15px; border-radius:999px; background:linear-gradient(100deg,#c25b96,#e88dbf,#f1c24d,#c25b96); background-size:280% 100%; animation:bookSweep 9s linear infinite; box-shadow:0 8px 18px -8px rgba(194,91,150,.7); }
  @keyframes bookSweep{ to{ background-position:280% 0; } }
  .pcard:hover .book{ box-shadow:0 10px 24px -8px rgba(232,141,191,.85); }
  @media (prefers-reduced-motion:reduce){ .pcard .book{ animation:none; } }

  /* why book direct */
  .why{ background:var(--ink); color:#fff; border-radius:30px; }
  .why .grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
  .wtile{ background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:18px; padding:26px 22px; }
  .wtile .ic{ width:46px; height:46px; border-radius:12px; background:var(--rose); display:flex; align-items:center; justify-content:center; font-size:22px; }
  .wtile:nth-child(2) .ic{ background:var(--gold); }
  .wtile:nth-child(3) .ic{ background:var(--green); }
  .wtile:nth-child(4) .ic{ background:var(--rose); }
  .wtile h3{ font-size:18px; font-weight:800; margin:16px 0 0; }
  .wtile p{ font-size:14px; color:rgba(255,255,255,.7); margin:8px 0 0; }
  /* phone: the 4 "Why wowstay" tiles become ONE rotating box (why-rotate.js) */
  .whydots{ display:none; }
  @media (max-width:560px){
    .why .grid{ display:block; position:relative; min-height:240px; }
    .why .grid .wtile{ position:absolute; left:0; right:0; top:0; opacity:0; transition:opacity .45s ease; pointer-events:none; }
    .why .grid .wtile.is-on{ opacity:1; pointer-events:auto; }
    .whydots{ display:flex; justify-content:center; gap:8px; margin-top:22px; }
    .whydots b{ width:8px; height:8px; border-radius:999px; background:rgba(255,255,255,.28); cursor:pointer; transition:width .25s, background .25s; }
    .whydots b.on{ width:24px; background:#fff; }
  }
  .why .eyebrow{ color:#f4d488; }
  .why h2{ color:#fff; }

  /* lifestyle / video band */
  .life{ display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; }
  .life video{ width:100%; height:100%; min-height:420px; object-fit:cover; border-radius:22px; background:#000; }
  .life h2{ font-size:clamp(28px,3.6vw,46px); font-weight:900; text-transform:uppercase; line-height:1.04; margin:12px 0 0; }
  .life p{ color:#403a31; margin:16px 0 0; font-size:15.5px; }
  .life .lifecta{ margin-top:26px; display:flex; gap:12px; flex-wrap:wrap; }

  /* types */
  .types{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
  .tcard{ position:relative; border-radius:20px; overflow:hidden; min-height:230px; display:flex; align-items:flex-end; color:#fff; border:1.5px solid var(--line); }
  .tcard image-slot{ position:absolute; inset:0; width:100%; height:100%; }
  .tcard .tscrim{ position:absolute; inset:0; background:linear-gradient(180deg,transparent 30%, rgba(12,9,6,.78) 100%); z-index:1; }
  .tcard .tin{ position:relative; z-index:2; padding:24px; }
  .tcard h3{ font-size:22px; font-weight:900; text-transform:uppercase; }
  .tcard p{ font-size:13.5px; color:rgba(255,255,255,.85); margin:4px 0 0; }

  /* about */
  .about{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
  .about .ph{ position:relative; }
  .about image-slot{ width:100%; height:420px; display:block; }
  .about .elvy{ position:absolute; right:-14px; bottom:-14px; background:#fff; border:1.5px solid var(--line); border-radius:16px; padding:14px 16px; display:flex; align-items:center; gap:12px; box-shadow:0 20px 40px -24px rgba(0,0,0,.4); max-width:230px; }
  .about .elvy .dog{ width:40px; height:40px; border-radius:999px; background:var(--rose); display:flex; align-items:center; justify-content:center; font-size:20px; }
  .about .elvy b{ font-family:'Archivo'; font-size:13px; }
  .about .elvy span{ font-size:11.5px; color:var(--muted); }
  .about h2{ font-size:clamp(28px,3.4vw,42px); font-weight:900; text-transform:uppercase; line-height:1.04; margin:12px 0 0; }
  .about p{ color:#403a31; margin:16px 0 0; }
  .about .stats{ display:flex; gap:30px; margin-top:26px; }
  .about .stat b{ font-family:'Archivo'; font-size:30px; font-weight:900; display:block; color:var(--accent); }
  .about .stat span{ font-size:12.5px; color:var(--muted); font-weight:600; }

  /* cta band */
  .ctaband{ position:relative; border-radius:30px; overflow:hidden; color:#fff; text-align:center; padding:74px 28px; }
  .ctaband .bg{ position:absolute; inset:0; background:#23201b url('https://le-de.cdn-website.com/38946f8aadd5460fab5335c6d319491d/dms3rep/multi/opt/AdobeStock_130664764-1920w.jpeg') center/cover; }
  .ctaband .scrim{ position:absolute; inset:0; background:linear-gradient(120deg, rgba(20,13,8,.82), rgba(20,13,8,.5)); }
  .ctaband .in{ position:relative; z-index:2; }
  .ctaband h2{ font-size:clamp(30px,4.4vw,56px); font-weight:900; text-transform:uppercase; line-height:.98; margin:14px auto 0; max-width:18ch; }
  .ctaband p{ color:rgba(255,255,255,.84); margin:16px auto 0; max-width:46ch; }
  .ctaband .btn{ margin-top:28px; }

  /* footer */
  footer.site{ background:var(--ink); color:#fff; padding:64px 0 30px; }
  .fgrid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; }
  footer .brand{ font-size:26px; }
  footer .fabout{ color:rgba(255,255,255,.62); font-size:14px; margin:16px 0 0; max-width:34ch; }
  .fcol h4{ font-family:'Archivo'; font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.5); margin:0 0 14px; }
  .fcol a, .fcol p{ display:block; color:rgba(255,255,255,.82); font-size:14px; margin:0 0 9px; }
  .fcol a:hover{ color:#fff; }
  .socials{ display:flex; gap:10px; margin-top:18px; }
  .socials a{ width:38px; height:38px; border-radius:10px; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:800; }
  .socials a:hover{ background:var(--accent); }
  .fbar{ border-top:1px solid rgba(255,255,255,.12); margin-top:44px; padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12.5px; color:rgba(255,255,255,.5); }

  @media (max-width:1000px){
    .props{ grid-template-columns:repeat(2,1fr); }
    .why .grid{ grid-template-columns:repeat(2,1fr); }
    .life, .about{ grid-template-columns:1fr; }
    .types{ grid-template-columns:1fr; }
    .fgrid{ grid-template-columns:1fr 1fr; }
    .nav{ display:none; }
    .menu-btn{ display:inline-flex; }
  }
  @media (max-width:560px){
    .props{ grid-template-columns:1fr; }
    .why .grid{ grid-template-columns:1fr; }
    .search{ flex-direction:column; }
    .fgrid{ grid-template-columns:1fr; }
    section{ padding:60px 0; }
  }

/* ===================== MULTI-PAGE ADDITIONS ===================== */
.nav a.active{ color:var(--rose); border-bottom-color:var(--rose); }
/* dropdown panels keep normal casing (the underline nav is top-level only) */
.submenu a{ text-transform:none; letter-spacing:0; border-bottom:none; }
.submenu a:hover, .submenu a.active{ border-bottom:none; }
.menu-btn{ background:transparent; border:1.5px solid var(--line); border-radius:10px; width:46px; height:42px; align-items:center; justify-content:center; cursor:pointer; }
.menu-btn span, .menu-btn span::before, .menu-btn span::after{ content:""; display:block; width:20px; height:2px; background:var(--ink); position:relative; }
.menu-btn span::before{ position:absolute; top:-6px; } .menu-btn span::after{ position:absolute; top:6px; }

/* inner-page hero */
.phero{ position:relative; background:var(--ink); color:#fff; overflow:hidden; padding:62px 0 58px; }
.phero .sun{ position:absolute; right:-100px; top:-130px; width:360px; height:360px; border-radius:999px; background:radial-gradient(circle,var(--rose) 0%,transparent 68%); opacity:.5; mix-blend-mode:screen; }
.phero .inner{ position:relative; z-index:2; }
.phero .crumbs{ font-size:13px; color:rgba(255,255,255,.55); font-weight:600; margin-bottom:14px; }
.phero .crumbs a:hover{ color:#fff; }
.phero .eyebrow{ color:#f4d488; }
.phero h1{ font-size:clamp(34px,5vw,58px); font-weight:900; text-transform:uppercase; line-height:1.03; margin:12px 0 0; max-width:20ch; }
.phero h1 i{ color:var(--rose); font-style:normal; }
.phero .lede{ color:rgba(255,255,255,.82); font-size:18px; max-width:58ch; margin:16px 0 0; }

/* generic content */
.lead{ font-size:18px; color:#4a4250; max-width:62ch; }
.split{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.split image-slot{ width:100%; height:420px; display:block; }

/* resort feature rows */
.rrow{ display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center; margin-bottom:60px; }
.rrow:last-child{ margin-bottom:0; }
.rrow:nth-child(even) .rmedia{ order:2; }
.rmedia image-slot{ width:100%; height:390px; display:block; }
.rinfo .chips{ display:flex; gap:8px; flex-wrap:wrap; margin:18px 0 0; }
.chip{ background:var(--paper); border:1.5px solid var(--line); border-radius:999px; padding:7px 14px; font-size:13px; font-weight:700; }
.rinfo .rfoot{ display:flex; align-items:center; gap:18px; margin-top:24px; flex-wrap:wrap; }
.price-lg b{ font-family:'Archivo'; font-size:26px; font-weight:900; }
.price-lg span{ color:var(--muted); font-size:14px; }
/* Deluxe apartments — black & silver premium card */
.rrow-deluxe{ background:linear-gradient(135deg,#16141b 0%,#262330 55%,#19171f 100%); border:1px solid #5c606a; border-radius:22px; padding:30px; box-shadow:0 26px 70px -30px rgba(0,0,0,.75); }
.rrow-deluxe .eyebrow{ color:#c7cbd3; }
.rrow-deluxe h2{ color:#fff; }
.rrow-deluxe .lead{ color:#c3c7cf; }
.rrow-deluxe .chip{ background:rgba(255,255,255,.05); border:1px solid #6c707a; color:#dadde2; }
.rrow-deluxe .price-lg b{ color:#fff; }
.rrow-deluxe .price-lg span{ color:#9ea3ad; }
.rrow-deluxe .btn-coral{ background:linear-gradient(135deg,#eef0f3,#b6bac2); color:#16141b; border:none; }
.rrow-deluxe .btn-coral:hover{ filter:brightness(1.05); }
.rrow-deluxe .btn-ghost{ background:transparent; border:1.5px solid #7d818b; color:#e3e5ea; }
.rrow-deluxe .btn-ghost:hover{ border-color:#c7cbd3; }
.rrow-deluxe image-slot{ color:#9a9ea7; }
.rrow-deluxe image-slot::part(frame){ background:#0e0c12; box-shadow:0 0 0 1px #4a4e57; }
.deluxe-badge{ display:inline-flex; align-items:center; gap:7px; background:linear-gradient(135deg,#eef0f3,#a9adb6); color:#1a1820; font-family:'Archivo'; font-weight:800; font-size:11px; letter-spacing:.16em; text-transform:uppercase; padding:6px 13px; border-radius:999px; }

/* experiences grid */
.exp{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.ecard{ background:var(--paper); border:1.5px solid var(--line); border-radius:20px; overflow:hidden; transition:transform .18s, box-shadow .18s; display:block; }
.ecard:hover{ transform:translateY(-5px); box-shadow:0 30px 50px -34px rgba(43,35,54,.4); }
.ecard image-slot{ width:100%; height:190px; display:block; }
.ecard .ebody{ padding:20px; }
.ecard .etag{ font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:var(--accent); }
.ecard h3{ font-size:19px; font-weight:800; margin:6px 0 0; }
.ecard p{ font-size:14px; color:var(--muted); margin:8px 0 0; }

/* faq */
.faq{ max-width:840px; }
.faq details{ border-bottom:1px solid var(--line); padding:18px 0; }
.faq summary{ font-family:'Archivo'; font-weight:800; font-size:17px; cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:"+"; color:var(--accent); font-size:24px; line-height:1; }
.faq details[open] summary::after{ content:"\2212"; }
.faq p{ color:#4a4250; margin:12px 0 0; max-width:70ch; }

/* info / contact cards */
.icards{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.icard{ background:var(--paper); border:1.5px solid var(--line); border-radius:20px; padding:28px; }
.icard .ic{ width:48px; height:48px; border-radius:13px; background:var(--rose); display:flex; align-items:center; justify-content:center; font-size:23px; }
.icard:nth-child(2) .ic{ background:var(--gold); } .icard:nth-child(3) .ic{ background:var(--green); }
.icard h3{ font-size:18px; font-weight:800; margin:15px 0 0; }
.icard p{ color:var(--muted); font-size:14px; margin:8px 0 0; }
.icard a{ color:var(--accent); font-weight:700; }

@media (max-width:1000px){
  .split,.rrow{ grid-template-columns:1fr; }
  .rrow:nth-child(even) .rmedia{ order:0; }
  .exp,.icards{ grid-template-columns:1fr 1fr; }
  /* Mobile: the desktop nav stays hidden — toggleMenu() (site.js) opens the
     dedicated .mmenu drawer instead (appended to <body>, so the header's
     backdrop-filter containing-block quirk can't affect its positioning). */
  body.nav-locked{ overflow:hidden; }
}
@media (max-width:560px){ .exp,.icards{ grid-template-columns:1fr; } }

/* ===== legal / prose pages ===== */
.legal{ max-width:var(--maxw); }   /* standard page width, aligned with the header (not a narrow column, not edge-to-edge) */
.legal .note{ font-size:13.5px; color:var(--muted); font-style:italic; border-left:3px solid var(--rose); padding:10px 14px; margin:0 0 30px; background:var(--paper); border-radius:0 10px 10px 0; }
.legal h2{ font-family:'Archivo'; font-size:21px; font-weight:800; margin:38px 0 0; letter-spacing:-.01em; padding-top:22px; border-top:1px solid var(--line); }
.legal h2:first-of-type{ border-top:none; padding-top:0; }
.legal h3{ font-family:'Archivo'; font-size:16px; font-weight:800; color:var(--ink); margin:22px 0 0; }
.legal p{ color:#4a4250; margin:10px 0 0; }
.legal .intro{ font-size:17px; color:var(--ink); margin:0 0 22px; }
.legal .updated{ font-size:13px; color:var(--muted); margin:0 0 26px; }
.legal ul{ color:#4a4250; margin:10px 0 0; padding-left:20px; }
.legal li{ margin:6px 0; }
.legal a{ color:var(--accent); font-weight:600; }
.legal .contactcard{ margin-top:34px; padding:20px 22px; background:var(--paper); border:1px solid var(--line); border-radius:14px; }
.legal .contactcard h3{ margin-top:0; }

/* ===== contact form ===== */
.form{ display:grid; gap:14px; }
.form .row2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form label{ display:block; font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-bottom:6px; }
.form input, .form textarea{ width:100%; border:1.5px solid var(--line); border-radius:12px; padding:13px 15px; font-family:'Hanken Grotesk'; font-size:15px; background:var(--paper); color:var(--ink); }
.form input:focus, .form textarea:focus{ outline:none; border-color:var(--rose); }
.form textarea{ min-height:140px; resize:vertical; }
@media (max-width:560px){ .form .row2{ grid-template-columns:1fr; } }

/* ===== About dropdown ===== */
.nav-item{ position:relative; display:flex; align-items:center; }
.nav-item > a{ display:inline-flex; align-items:center; gap:5px; }
.nav-item > a::after{ content:"\25BE"; font-size:9px; opacity:.55; }
.nav-item::before{ content:""; position:absolute; top:100%; left:-12px; right:-12px; height:16px; }
.submenu{ position:absolute; top:calc(100% + 12px); left:50%; transform:translateX(-50%) translateY(6px); background:#fff; border:1.5px solid var(--line); border-radius:14px; padding:8px; min-width:216px; box-shadow:0 26px 50px -28px rgba(43,35,54,.45); opacity:0; visibility:hidden; transition:opacity .16s, transform .16s; z-index:60; display:flex; flex-direction:column; gap:2px; }
.nav-item:hover .submenu{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }
.submenu a{ padding:10px 14px; border-radius:9px; font-size:14px; font-weight:600; white-space:nowrap; color:var(--ink); }
.submenu a:hover{ background:var(--sand); color:var(--accent); }
.submenu a.active{ background:var(--sand); color:var(--accent); }
@media (max-width:1000px){
  .nav-item{ flex-direction:column; align-items:flex-start; width:100%; }
  .nav-item > a::after{ display:none; }
  .nav-item::before{ display:none; }
  .submenu{ position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; border:none; padding:0; background:transparent; min-width:0; }
  .submenu a{ padding:11px 44px; font-weight:500; }
}

/* ===== resort detail page ===== */
.gallery{ display:grid; grid-template-columns:2fr 1fr 1fr; grid-template-rows:1fr 1fr; gap:12px; height:480px; }
.gallery image-slot{ width:100%; height:100%; display:block; }
.gallery .g0{ grid-row:1 / span 2; }
.rstats{ display:flex; gap:34px; flex-wrap:wrap; margin-top:22px; }
.rstat b{ font-family:'Archivo'; font-size:24px; font-weight:900; display:block; color:#fff; }
.rstat span{ font-size:12.5px; color:rgba(255,255,255,.7); font-weight:600; }
.amen{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px 24px; }
.amrow{ display:flex; gap:11px; align-items:center; font-size:15px; font-weight:600; color:#3a3340; }
.amrow .tick{ width:26px;height:26px;border-radius:7px;background:var(--paper);border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--accent);font-weight:900;flex:0 0 auto;font-size:13px; }
.rooms{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.room{ background:var(--paper); border:1.5px solid var(--line); border-radius:20px; overflow:hidden; display:flex; flex-direction:column; }
.room image-slot{ width:100%; height:180px; display:block; }
.room .rb{ padding:20px; display:flex; flex-direction:column; flex:1; }
.room .rv{ font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:var(--accent); }
.room h3{ font-size:19px; font-weight:800; margin:6px 0 0; }
.room .rspec{ font-size:13.5px; color:var(--muted); margin:8px 0 0; }
.room .rfoot{ display:flex; align-items:center; justify-content:space-between; margin-top:auto; padding-top:16px; }
.room .rfoot b{ font-family:'Archivo'; font-size:18px; font-weight:900; }
.room .rfoot span{ font-size:12px; color:var(--muted); }
@media (max-width:1000px){ .gallery{ grid-template-columns:1fr 1fr; height:auto; } .gallery .g0{ grid-row:auto; grid-column:1 / -1; height:280px; } .gallery image-slot{ height:180px; } .amen{ grid-template-columns:1fr 1fr; } .rooms{ grid-template-columns:1fr; } }
@media (max-width:560px){ .amen{ grid-template-columns:1fr; } }
/* phone: hero stats balance as a 2×2 grid instead of an uneven 3+1 flex wrap */
@media (max-width:560px){ .rstats{ display:grid; grid-template-columns:1fr 1fr; gap:20px 16px; } }

/* ===== What's On events banner ===== */
.events{ background:var(--ink); color:#fff; overflow:hidden; }
.events .ehead{ display:flex; align-items:center; justify-content:space-between; padding:30px 28px 18px; max-width:var(--maxw); margin:0 auto; flex-wrap:wrap; gap:10px; }
.events .ehead .eyebrow{ color:#f4d488; }
.events .ehead h2{ font-family:'Archivo'; font-size:clamp(22px,2.6vw,30px); font-weight:900; text-transform:uppercase; margin:6px 0 0; line-height:1.05; }
.events .ehead p{ color:rgba(255,255,255,.6); font-size:13.5px; margin:0; }
.emarquee{ position:relative; padding:8px 0 34px; }
/* Edge fades drawn as overlays, NOT a CSS mask: iOS Safari drops the mask layer
   on a very wide (~6000px) infinitely-animated track, which blanked the whole
   scroller on phones. Overlays blend to the section's --ink background instead. */
.emarquee::before, .emarquee::after{ content:""; position:absolute; top:0; bottom:0; width:44px; z-index:2; pointer-events:none; }
.emarquee::before{ left:0; background:linear-gradient(90deg, var(--ink), transparent); }
.emarquee::after{ right:0; background:linear-gradient(270deg, var(--ink), transparent); }
.etrack{ display:flex; gap:16px; width:max-content; padding:0 28px; animation:emarq 60s linear infinite; }
@media (hover:hover){ .emarquee:hover .etrack{ animation-play-state:paused; } }
@keyframes emarq{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
.ecardx{ flex:0 0 268px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); border-radius:16px; padding:18px; display:flex; gap:15px; align-items:flex-start; transition:background .15s, border-color .15s; text-decoration:none; }
.ecardx:hover{ background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.25); }
.edate{ flex:0 0 auto; width:56px; text-align:center; background:var(--rose); color:var(--ink); border-radius:11px; padding:9px 0; line-height:1; }
.edate.gold{ background:var(--gold); } .edate.green{ background:var(--green); } .edate.rose{ background:var(--rose); }
.edate .em{ font-family:'Archivo'; font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.edate .ed{ font-family:'Archivo'; font-size:23px; font-weight:900; margin-top:3px; }
.einfo .etag{ font-size:10.5px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#f4d488; }
.einfo h3{ font-family:'Archivo'; font-size:15.5px; font-weight:800; color:#fff; margin:5px 0 0; line-height:1.15; letter-spacing:-.01em; }
.einfo .eloc{ font-size:12.5px; color:rgba(255,255,255,.62); margin-top:6px; display:flex; align-items:center; gap:5px; }
@media (max-width:560px){ .ecardx{ flex-basis:240px; } }

/* ===================== FUN FEATURES ===================== */
/* animated hero sun */
@media (prefers-reduced-motion: no-preference){
  .hero .sun{ animation:sunpulse 7s ease-in-out infinite; }
  @keyframes sunpulse{ 0%,100%{ opacity:.5; transform:scale(1); } 50%{ opacity:.66; transform:scale(1.08); } }
}

/* weather + surf strip (in hero) */
.wxstrip{ display:inline-flex; flex-wrap:wrap; gap:14px; align-items:center; margin-top:18px; background:rgba(255,255,255,.12); backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,.2); border-radius:999px; padding:9px 18px; color:#fff; font-size:13.5px; font-weight:600; }
.wxstrip .wxi{ display:inline-flex; align-items:center; gap:7px; }
.wxstrip b{ font-family:'Archivo'; font-weight:800; }
.wxsep{ width:1px; height:15px; background:rgba(255,255,255,.28); }
.wxlive{ width:7px; height:7px; border-radius:999px; background:var(--green-deep); box-shadow:0 0 0 0 rgba(143,192,95,.7); animation:wxpulse 2.2s infinite; }
@keyframes wxpulse{ 0%{ box-shadow:0 0 0 0 rgba(143,192,95,.6);} 70%{ box-shadow:0 0 0 7px rgba(143,192,95,0);} 100%{ box-shadow:0 0 0 0 rgba(143,192,95,0);} }

/* countdown pill in events header */
.ecount{ display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:999px; padding:8px 15px; font-size:13px; font-weight:700; color:rgba(255,255,255,.85); margin-top:8px; }
.ecount b{ color:var(--gold); font-family:'Archivo'; font-weight:900; }

/* marquee ribbon */
.ribbon{ background:linear-gradient(90deg,var(--accent) 0%,#d76aa6 50%,var(--accent) 100%); color:#fff; overflow:hidden; padding:16px 0; }
.ribbon-rainbow{ height:5px; width:100%; background:linear-gradient(90deg,#ff5f6d,#ff9f43,#feca57,#1dd1a1,#54a0ff,#5f27cd,#ff5f6d); background-size:200% 100%; animation:rainbowShift 8s linear infinite; }
@keyframes rainbowShift{ from{ background-position:0 0; } to{ background-position:200% 0; } }
@media (prefers-reduced-motion: reduce){ .ribbon-rainbow{ animation:none; } }
.ribbon .rtrack{ display:flex; gap:0; width:max-content; animation:ribbon 36s linear infinite; }
/* Pause on hover only on real pointers — on touch, :hover sticks after a tap
   and freezes the marquee ("doesn't move on mobile"). */
@media (hover:hover){ .ribbon:hover .rtrack{ animation-play-state:paused; } }
.ribbon span{ font-family:'Archivo'; font-weight:800; text-transform:uppercase; letter-spacing:.09em; font-size:13.5px; display:inline-flex; align-items:center; padding:0 30px; position:relative; white-space:nowrap; }
.ribbon span::after{ content:"✦"; position:absolute; right:-6px; top:50%; transform:translateY(-50%); font-size:11px; opacity:.55; }
@media (prefers-reduced-motion: reduce){ .ribbon .rtrack{ animation:none; } }
@keyframes ribbon{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }

/* stay-finder quiz */
.finder{ background:var(--ink); color:#fff; border-radius:28px; padding:48px 40px; text-align:center; position:relative; overflow:hidden; }
.finder .sun2{ position:absolute; left:-90px; bottom:-120px; width:320px; height:320px; border-radius:999px; background:radial-gradient(circle,var(--gold) 0%,transparent 68%); opacity:.32; }
.finder .eyebrow{ color:#f4d488; position:relative; }
.finder h2{ font-family:'Archivo'; font-size:clamp(26px,3.4vw,40px); font-weight:900; text-transform:uppercase; margin:10px 0 0; line-height:1.04; position:relative; }
.finder .fsub{ color:rgba(255,255,255,.66); margin:12px auto 0; max-width:46ch; position:relative; }
.qopts{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:30px auto 0; max-width:760px; position:relative; }
.qopt{ background:rgba(255,255,255,.06); border:1.5px solid rgba(255,255,255,.14); border-radius:16px; padding:22px 16px; cursor:pointer; transition:transform .15s, background .15s, border-color .15s; }
.qopt:hover{ transform:translateY(-4px); background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.3); }
.qopt .qem{ font-size:30px; }
.qopt b{ display:block; font-family:'Archivo'; font-size:15px; font-weight:800; margin-top:10px; }
.qopt span{ font-size:12.5px; color:rgba(255,255,255,.6); }
.qresult{ position:relative; max-width:560px; margin:28px auto 0; background:#fff; color:var(--ink); border-radius:20px; padding:26px; text-align:left; display:none; align-items:center; gap:22px; box-shadow:0 30px 60px -30px rgba(0,0,0,.6); }
.qresult.show{ display:flex; animation:qpop .35s ease; }
@keyframes qpop{ from{ opacity:0; transform:translateY(12px) scale(.97);} to{ opacity:1; transform:none;} }
.qresult .qbadge{ flex:0 0 auto; width:74px; height:74px; border-radius:18px; background:var(--rose); display:flex; align-items:center; justify-content:center; font-size:34px; }
.qresult .qrlabel{ font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); }
.qresult h3{ font-family:'Archivo'; font-size:22px; font-weight:900; margin:4px 0 0; }
.qresult p{ font-size:13.5px; color:var(--muted); margin:6px 0 0; }
.qresult .qrcta{ display:inline-flex; margin-top:12px; }
.qreset{ position:relative; margin-top:16px; background:transparent; border:none; color:rgba(255,255,255,.6); font:inherit; font-size:13px; font-weight:700; cursor:pointer; text-decoration:underline; }

/* rotating guest quotes */
.quotes{ text-align:center; }
.qstars{ color:var(--gold); font-size:20px; letter-spacing:3px; }
.qbig{ font-family:'Archivo'; font-size:clamp(22px,3vw,34px); font-weight:800; line-height:1.25; letter-spacing:-.01em; max-width:24ch; margin:18px auto 0; min-height:2.5em; transition:opacity .4s; }
.qbig .qmark{ color:var(--rose); }
.qwho{ margin-top:18px; font-size:14px; font-weight:700; color:var(--muted); transition:opacity .4s; }
.qdots{ display:flex; gap:8px; justify-content:center; margin-top:22px; }
.qdot{ width:8px; height:8px; border-radius:999px; background:var(--line); border:none; padding:0; cursor:pointer; transition:background .2s, width .2s; }
.qdot.on{ background:var(--accent); width:22px; }

/* guest photo wall */
.wall{ display:grid; grid-template-columns:repeat(6,1fr); gap:10px; }
.wall image-slot{ width:100%; aspect-ratio:1/1; display:block; }
.wall .wbig{ grid-column:span 2; grid-row:span 2; }
.walltag{ display:inline-flex; align-items:center; gap:8px; background:var(--paper); border:1.5px solid var(--line); border-radius:999px; padding:8px 16px; font-weight:800; font-size:14px; }

/* Elvy strip */
.elvyband{ background:linear-gradient(120deg, var(--rose) 0%, var(--gold) 100%); border-radius:24px; padding:30px 34px; display:flex; align-items:center; gap:24px; color:var(--ink); position:relative; overflow:hidden; }
.elvyband .epaw{ position:absolute; font-size:120px; right:24px; bottom:-30px; opacity:.18; transform:rotate(-18deg); }
.elvyband .eface{ flex:0 0 auto; width:74px; height:74px; border-radius:999px; background:#fff; display:flex; align-items:center; justify-content:center; font-size:38px; box-shadow:0 12px 26px -12px rgba(0,0,0,.4); cursor:pointer; transition:transform .2s; }
.elvyband .eface:hover{ transform:rotate(-8deg) scale(1.06); }
.elvyband .etext{ position:relative; z-index:1; }
.elvyband .elabel{ font-family:'Archivo'; font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; opacity:.7; }
.elvyband h3{ font-family:'Archivo'; font-size:clamp(18px,2.4vw,26px); font-weight:900; margin:6px 0 0; line-height:1.1; }
.elvyband .ehint{ font-size:12.5px; font-weight:700; opacity:.6; margin-top:8px; }
@media (max-width:1000px){ .qopts{ grid-template-columns:1fr 1fr; } .wall{ grid-template-columns:repeat(4,1fr); } }
@media (max-width:560px){ .qopts{ grid-template-columns:1fr 1fr; } .wall{ grid-template-columns:repeat(2,1fr); } .qresult{ flex-direction:column; text-align:center; } .elvyband{ flex-direction:column; text-align:center; } }

/* ===================== BOOKING ENGINE ===================== */
.bksearch{ background:#fff; border:1.5px solid var(--line); border-radius:18px; padding:11px; display:flex; gap:10px; box-shadow:0 22px 50px -34px rgba(40,24,10,.4); max-width:960px; margin:0 auto; }
.bksearch .f{ flex:1; padding:10px 16px; border-radius:11px; background:var(--sand); }
.bksearch .f label{ display:block; font-family:'Archivo'; font-size:10px; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); font-weight:800; }
.bksearch .f input, .bksearch .f select{ width:100%; border:none; background:transparent; font-family:'Hanken Grotesk'; font-size:15px; font-weight:600; color:var(--ink); margin-top:3px; padding:0; outline:none; }
.bkbar{ display:flex; align-items:center; justify-content:space-between; gap:16px; margin:34px 0 22px; flex-wrap:wrap; }
.bkbar h2{ font-family:'Archivo'; font-size:22px; font-weight:900; margin:0; }
.bkbar .sub{ color:var(--muted); font-size:14px; font-weight:600; }
.bksort{ border:1.5px solid var(--line); background:#fff; border-radius:999px; padding:9px 16px; font:inherit; font-size:13.5px; font-weight:700; }
/* minmax(0,1fr): plain 1fr lets a card's min-content (the one-line nowrap
   titles) blow the tracks out to random widths — clamp so all cards match */
.bkgrid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.bkgrid .bkcard{ min-width:0; }
.bkcard{ background:#fff; border:1.5px solid var(--line); border-radius:20px; padding:12px; cursor:pointer; transition:transform .15s, box-shadow .15s; text-decoration:none; color:inherit; display:block; }
.bkcard:hover{ transform:translateY(-4px); box-shadow:0 26px 44px -28px rgba(40,24,10,.5); }
.bkph{ position:relative; aspect-ratio:4/3.1; border-radius:13px; overflow:hidden; background:var(--sand); touch-action:pan-y; }
.bkph img{ width:100%; height:100%; object-fit:cover; }
/* blur-up: soft placeholder underneath, full photo fades in once decoded */
.bkph .bkblur{ position:absolute; inset:0; background-size:cover; background-position:center; transform:scale(1.06); filter:blur(6px); z-index:0; }
.bkph img.bkimg{ position:relative; z-index:1; opacity:0; transition:opacity .45s ease; }
.bkph img.bkimg.rdy{ opacity:1; }
/* price runs large along the base of the photo, over a soft bottom scrim */
.bkph::after{ content:""; position:absolute; left:0; right:0; bottom:0; height:48%; background:linear-gradient(to top, rgba(10,6,14,.74), rgba(10,6,14,.12) 62%, transparent); pointer-events:none; z-index:1; }
.bkph .bkprice{ position:absolute; left:14px; right:auto; bottom:11px; top:auto; z-index:2; background:none; box-shadow:none; border-radius:0; padding:0; color:#fff; font-family:'Archivo'; font-weight:900; font-size:27px; line-height:1; text-align:left; text-shadow:0 1px 12px rgba(0,0,0,.4); }
.bkph .bkprice span{ font-family:'Hanken Grotesk'; font-weight:600; font-size:13px; color:rgba(255,255,255,.85); }
.bkbody{ padding:13px 6px 6px; }
.bkbody .bkarea{ font-size:12px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--accent); }
.bkbody h3{ font-family:inherit; font-size:12px; font-weight:800; color:var(--ink); text-transform:uppercase; letter-spacing:.05em; margin:5px 0 0; line-height:1.3; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
/* total-stay line inside the price pill (shown when dates are searched) */
.bkph .bkprice.has-tot{ border-radius:0; text-align:left; padding:0; }
.bkph .bkprice .tot{ display:block; font-family:'Hanken Grotesk'; font-style:normal; font-weight:700; font-size:12px; color:#fff; opacity:.92; margin-top:3px; text-shadow:0 1px 8px rgba(0,0,0,.4); }
/* scarcity flags (top-left) */
.bkph .bkflag{ position:absolute; top:12px; left:12px; z-index:3; display:inline-flex; align-items:center; gap:5px; font-family:'Archivo'; font-weight:800; font-size:10.5px; letter-spacing:.06em; text-transform:uppercase; padding:5px 11px; border-radius:999px; color:#fff; box-shadow:0 5px 14px -5px rgba(0,0,0,.55); }
.bkph .bkflag.hot{ background:linear-gradient(135deg,#ff5b5f,#d6336c); }
.bkph .bkflag.rare{ background:linear-gradient(135deg,#c25b96,#7d3ea8); }
.bkbody .bkspec{ font-size:13px; color:var(--muted); margin:6px 0 0; }
.bkpills{ display:flex; gap:6px; margin-top:11px; flex-wrap:wrap; }
.bkpill{ font-size:11.5px; font-weight:700; background:var(--sand); border-radius:7px; padding:5px 9px; }
.bkstate{ text-align:center; padding:70px 20px; color:var(--muted); }
.bkspin{ width:34px; height:34px; border:3px solid var(--line); border-top-color:var(--accent); border-radius:999px; margin:0 auto 16px; animation:bkspin 0.8s linear infinite; }
@keyframes bkspin{ to{ transform:rotate(360deg); } }
.bkmock{ display:inline-flex; align-items:center; gap:8px; background:#fff7ed; border:1.5px solid #f3d9bf; color:#8a5a2b; border-radius:999px; padding:7px 14px; font-size:12.5px; font-weight:700; }
/* detail modal */
.bkmodal{ position:fixed; inset:0; z-index:120; display:none; }
.bkmodal.open{ display:block; }
.bkmodal .bkscrim{ position:absolute; inset:0; background:rgba(20,14,8,.55); backdrop-filter:blur(3px); }
.bksheet{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:min(960px,94vw); max-height:92vh; overflow:auto; background:var(--sand); border-radius:24px; padding:0; }
.bksheet .bkclose{ position:sticky; top:14px; float:right; margin:14px 14px 0; z-index:3; width:38px; height:38px; border-radius:999px; border:none; background:#fff; box-shadow:0 6px 16px -6px rgba(0,0,0,.4); font-size:18px; cursor:pointer; }
.bksheet .dgallery{ display:grid; grid-template-columns:2fr 1fr 1fr; grid-template-rows:1fr 1fr; gap:8px; height:340px; padding:14px; }
.bksheet .dgallery .gcell{ border-radius:12px; overflow:hidden; background:var(--line); }
.bksheet .dgallery .gcell:first-child{ grid-row:1 / span 2; }
.bksheet .dgallery img{ width:100%; height:100%; object-fit:cover; }
.dbody{ display:grid; grid-template-columns:1fr 320px; gap:30px; padding:10px 28px 30px; align-items:start; }
.dbody h2{ font-family:'Archivo'; font-size:26px; font-weight:900; margin:0; }
.dbody .darea{ color:var(--accent); font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:.05em; }
.dbody .dspec{ color:var(--muted); font-size:14px; margin:8px 0 0; }
.dbody .ddesc{ font-size:14.5px; line-height:1.6; color:#403a31; margin:18px 0 0; }
.damen{ display:grid; grid-template-columns:1fr 1fr; gap:10px 18px; margin:18px 0 0; }
.damen .a{ display:flex; gap:9px; align-items:center; font-size:13.5px; font-weight:600; }
.damen .a .t{ color:var(--accent); font-weight:900; }
.dbook{ position:sticky; top:14px; background:#fff; border:1.5px solid var(--line); border-radius:18px; padding:20px; }
.dbook .dprice b{ font-family:'Archivo'; font-size:26px; font-weight:900; }
.dbook .dprice span{ color:var(--muted); font-size:14px; }
.dbook .dfields{ border:1.5px solid var(--line); border-radius:12px; overflow:hidden; margin-top:16px; }
.dbook .dfield{ padding:10px 14px; }
.dbook .dfield + .dfield{ border-top:1.5px solid var(--line); }
.dbook .dfield label{ display:block; font-family:'Archivo'; font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); font-weight:800; }
.dbook .dfield input, .dbook .dfield select{ width:100%; border:none; background:transparent; font:inherit; font-weight:700; font-size:14px; margin-top:3px; outline:none; }
.dbook .dreserve{ width:100%; justify-content:center; margin-top:14px; }
.dbreak{ margin-top:16px; font-size:14px; }
.dbreak .r{ display:flex; justify-content:space-between; padding:6px 0; color:#403a31; }
.dbreak .r.tot{ border-top:1.5px solid var(--line); margin-top:6px; padding-top:11px; font-weight:900; font-size:16px; color:var(--ink); }
.dnote{ text-align:center; font-size:12px; color:var(--muted); margin-top:10px; font-weight:600; }
.bkback{ border:none; background:transparent; font:inherit; font-weight:800; color:var(--muted); cursor:pointer; padding:0 0 8px; }
.bkback:hover{ color:var(--ink); }
.dconfirm{ text-align:center; padding:8px 4px; }
.dconfirm-ic{ width:54px; height:54px; border-radius:50%; background:#e8f7ee; color:#1f9d57; font-size:26px; font-weight:900; display:flex; align-items:center; justify-content:center; margin:4px auto 12px; }
.dconfirm h3{ font-family:'Archivo'; font-size:20px; font-weight:900; margin:0 0 8px; }
.dconfirm p{ font-size:14px; color:var(--muted); line-height:1.5; margin:0; }
/* All-properties page: availability badge + filter chips */
.pavslot{ position:absolute; top:auto; bottom:13px; left:auto; right:12px; z-index:2; }
.pavbadge{ font-size:11px; font-weight:800; padding:4px 9px; border-radius:999px; box-shadow:0 1px 3px rgba(0,0,0,.18); }
.pavbadge.is-av{ background:#1f9d57; color:#fff; }
.pavbadge.is-no{ background:rgba(43,35,54,.82); color:#fff; }
.pavbadge.is-chk, .pavbadge.is-unk{ background:rgba(255,255,255,.92); color:var(--muted); }
.pavfilter{ display:inline-flex; gap:4px; background:#f0eee9; border-radius:999px; padding:3px; }
.pchip{ border:none; background:transparent; font:inherit; font-weight:800; font-size:12.5px; color:var(--muted); padding:6px 12px; border-radius:999px; cursor:pointer; }
.pchip.is-on{ background:#fff; color:var(--ink); box-shadow:0 1px 3px rgba(0,0,0,.08); }
@media (max-width:1000px){ .bkgrid{ grid-template-columns:repeat(2,minmax(0,1fr)); } .dbody{ grid-template-columns:1fr; } .bksearch{ flex-wrap:wrap; } }
@media (max-width:640px){ .bkgrid{ grid-template-columns:minmax(0,1fr); } .bksheet .dgallery{ grid-template-columns:1fr 1fr; height:auto; } .bksheet .dgallery .gcell:first-child{ grid-row:auto; grid-column:1 / -1; height:200px; } }

/* ===================== APARTMENT PAGES (from design v3) ===================== */
/* ===================== APARTMENT DETAIL (Airbnb-style) ===================== */
.ap{ max-width:1120px; margin:0 auto; padding:0 28px 80px; }
.ap-top{ display:flex; align-items:flex-end; justify-content:space-between; padding:26px 0 14px; gap:16px; flex-wrap:wrap; }
.ap-top h1{ font-family:'Archivo'; font-size:30px; font-weight:900; letter-spacing:-.01em; margin:0; line-height:1.1; }
.ap-actions{ display:flex; gap:8px; }
.ap-act{ display:inline-flex; align-items:center; gap:7px; background:transparent; border:none; font:inherit; font-size:14px; font-weight:700; text-decoration:underline; cursor:pointer; padding:8px 10px; border-radius:9px; }
.ap-act:hover{ background:var(--sand); }
/* gallery */
.ap-gal{ display:grid; grid-template-columns:2fr 1fr 1fr; grid-template-rows:1fr 1fr; gap:8px; height:430px; border-radius:20px; overflow:hidden; position:relative; }
.ap-gal .g{ position:relative; overflow:hidden; background:var(--line); cursor:pointer; }
.ap-gal .g:first-child{ grid-row:1 / span 2; }
.ap-gal .g img{ width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.ap-gal .g:hover img{ transform:scale(1.04); }
.ap-gal .showall{ position:absolute; right:16px; bottom:16px; background:#fff; border:1.5px solid var(--ink); border-radius:10px; padding:9px 15px; font:inherit; font-weight:700; font-size:13px; cursor:pointer; display:inline-flex; gap:8px; align-items:center; }
/* body grid */
/* minmax(0,…) + min-width:0 — plain 1fr respects children's min-content, so
   wide unbreakable content would blow the column past the viewport (worst on
   phones/in the sheet, where the page bled sideways) */
.ap-body{ display:grid; grid-template-columns:minmax(0,1fr) 380px; gap:60px; padding-top:30px; align-items:start; }
.ap-body > *{ min-width:0; }
.ap-sec{ padding:28px 0; border-bottom:1px solid var(--line); }
.ap-sec:first-child{ padding-top:6px; }
.ap-h2{ font-family:'Archivo'; font-size:21px; font-weight:800; margin:0 0 4px; }
.ap-sub{ color:var(--muted); font-size:14.5px; }
.ap-host{ display:flex; align-items:center; gap:14px; margin-top:18px; }
.ap-host .av{ width:48px; height:48px; border-radius:999px; background:var(--accent); color:#fff; display:flex; align-items:center; justify-content:center; font-family:'Archivo'; font-weight:900; font-size:18px; }
.ap-host b{ font-size:15px; } .ap-host span{ color:var(--muted); font-size:13px; }
.ap-feats{ display:flex; flex-direction:column; gap:18px; margin-top:6px; }
.ap-feat{ display:flex; gap:14px; align-items:flex-start; }
.ap-feat .fi{ flex:0 0 auto; width:26px; height:26px; color:var(--accent); }
.ap-feat b{ display:block; font-size:15px; } .ap-feat span{ font-size:13.5px; color:var(--muted); }
.ap-desc{ font-size:15px; line-height:1.65; color:#403a31; }
.ap-desc p{ margin:0 0 12px; }
.ap-amen{ display:grid; grid-template-columns:1fr 1fr; gap:15px 24px; margin-top:8px; }
.ap-amen .a{ display:flex; gap:12px; align-items:center; font-size:14.5px; }
.ap-amen .a svg{ flex:0 0 auto; color:var(--ink); opacity:.8; }
.ap-amen .a.off{ color:#b3ada3; text-decoration:line-through; }
.ap-amen-btn{ margin-top:22px; background:#fff; border:1.5px solid var(--ink); border-radius:11px; padding:13px 22px; font:inherit; font-weight:800; font-size:14px; cursor:pointer; }
/* sleeping */
.ap-rooms{ display:flex; gap:16px; margin-top:6px; flex-wrap:wrap; }
.ap-room{ flex:1; min-width:180px; border:1.5px solid var(--line); border-radius:16px; padding:18px; }
.ap-room .ri{ font-size:24px; } .ap-room b{ display:block; margin-top:10px; font-size:15px; } .ap-room span{ font-size:13px; color:var(--muted); }
/* reviews */
.ap-revsum{ display:flex; align-items:center; gap:12px; font-family:'Archivo'; font-size:22px; font-weight:900; }
.ap-revgrid{ display:grid; grid-template-columns:1fr 1fr; gap:22px 40px; margin-top:22px; }
.ap-rev .who{ display:flex; align-items:center; gap:12px; }
.ap-rev .who .av{ width:42px; height:42px; border-radius:999px; background:var(--sand); display:flex; align-items:center; justify-content:center; font-weight:800; }
.ap-rev .who b{ font-size:14.5px; } .ap-rev .who span{ font-size:12.5px; color:var(--muted); }
.ap-rev p{ font-size:14px; line-height:1.55; color:#403a31; margin:11px 0 0; }
.ap-stars{ color:var(--accent); letter-spacing:1px; font-size:13px; }
/* map */
.ap-map{ height:300px; border-radius:18px; border:1.5px solid var(--line); position:relative; overflow:hidden; background:
  repeating-linear-gradient(0deg,#eef0ef 0 1px,transparent 1px 46px),
  repeating-linear-gradient(90deg,#eef0ef 0 1px,transparent 1px 46px),
  linear-gradient(160deg,#f0f3f1,#e9eff0); margin-top:18px; display:flex; align-items:center; justify-content:center; }
.ap-pin{ width:54px; height:54px; border-radius:999px; background:var(--accent); opacity:.25; }
.ap-pin2{ position:absolute; width:20px; height:20px; border-radius:999px; background:var(--accent); border:3px solid #fff; box-shadow:0 4px 12px -3px rgba(0,0,0,.4); }
/* booking card */
.ap-book{ position:sticky; top:20px; background:#fff; border:1.5px solid var(--line); border-radius:18px; padding:24px; box-shadow:0 20px 50px -34px rgba(40,24,10,.5); }
.ap-book .bp{ display:flex; align-items:baseline; gap:7px; }
.ap-book .bp b{ font-family:'Archivo'; font-size:24px; font-weight:900; } .ap-book .bp span{ color:var(--muted); }
.ap-book .bp .rr{ margin-left:auto; font-size:13px; font-weight:700; }
.ap-grid2{ display:grid; grid-template-columns:1fr 1fr; border:1.5px solid var(--line); border-radius:12px; overflow:hidden; margin-top:16px; }
.ap-fld{ padding:11px 14px; } .ap-fld + .ap-fld{ border-left:1.5px solid var(--line); }
.ap-fld.full{ grid-column:1/-1; border-left:none; border-top:1.5px solid var(--line); display:flex; align-items:center; justify-content:space-between; }
.ap-fld label{ display:block; font-family:'Archivo'; font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); font-weight:800; }
.ap-fld input, .ap-fld select{ width:100%; border:none; background:transparent; font:inherit; font-weight:700; font-size:14px; margin-top:2px; outline:none; }
.ap-reserve{ width:100%; justify-content:center; margin-top:14px; font-size:16px; padding:15px; }
.ap-note{ text-align:center; font-size:12.5px; color:var(--muted); margin-top:10px; }
.ap-break .r{ display:flex; justify-content:space-between; padding:8px 0; font-size:14px; color:#403a31; }
.ap-break .r.u{ text-decoration:underline; } 
.ap-break .r.tot{ border-top:1.5px solid var(--line); margin-top:8px; padding-top:13px; font-family:'Archivo'; font-weight:900; font-size:16px; color:var(--ink); }
.ap-break{ margin-top:16px; }
@media (max-width:980px){ .ap-body{ grid-template-columns:minmax(0,1fr); } .ap-book{ position:static; } .ap-gal{ grid-template-columns:1fr 1fr; height:auto; } .ap-gal .g:first-child{ grid-row:auto; grid-column:1/-1; height:240px; } .ap-amen{ grid-template-columns:1fr; } .ap-revgrid{ grid-template-columns:1fr; } }
/* the apartment page must never pan sideways (worst inside the mobile sheet) */
main.ap{ overflow-x:clip; }
body.in-sheet{ overflow-x:hidden; }

/* ===================== APARTMENT v2 — wowstay editorial ===================== */
.apt{ --r:22px; }
.apt-hero{ position:relative; height:600px; margin:0; overflow:hidden; }
.apt-hero image-slot{ position:absolute; inset:0; width:100%; height:100%; display:block; }
.apt-hero .scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(20,14,26,.46) 0%, rgba(20,14,26,.05) 30%, rgba(20,14,26,.78) 100%); z-index:1; pointer-events:none; }
.apt-hero .sun{ position:absolute; right:-90px; top:-90px; width:340px; height:340px; border-radius:999px; background:radial-gradient(circle,var(--rose) 0%,transparent 68%); opacity:.5; mix-blend-mode:screen; z-index:1; }
.apt-hero .inner{ position:relative; z-index:2; max-width:1180px; margin:0 auto; padding:0 28px; height:100%; display:flex; flex-direction:column; justify-content:flex-end; padding-bottom:34px; color:#fff; }
.apt-hero .eyebrow{ color:#ffd9b0; }
.apt-hero h1{ font-family:'Archivo'; font-size:clamp(34px,5vw,60px); font-weight:900; text-transform:uppercase; letter-spacing:-.02em; line-height:.98; margin:14px 0 0; max-width:18ch; text-shadow:0 2px 30px rgba(0,0,0,.35); }
.apt-hero .meta{ display:flex; align-items:center; gap:16px; margin-top:16px; flex-wrap:wrap; font-size:14px; font-weight:600; }
.apt-hero .chip{ display:inline-flex; align-items:center; gap:7px; background:rgba(255,255,255,.16); backdrop-filter:blur(8px); border:1px solid rgba(255,255,255,.25); border-radius:999px; padding:8px 15px; }
.apt-hero .chip b{ font-family:'Archivo'; }
.apt-hero .gallery-btn{ position:absolute; right:28px; bottom:34px; z-index:3; background:#fff; color:var(--ink); border:none; border-radius:12px; padding:12px 18px; font:inherit; font-weight:800; font-size:13.5px; cursor:pointer; display:inline-flex; gap:9px; align-items:center; box-shadow:0 12px 30px -12px rgba(0,0,0,.5); }
/* filmstrip */
.apt-strip{ max-width:1180px; margin:0 auto; padding:14px 28px 0; display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.apt-strip image-slot{ width:100%; height:120px; display:block; border-radius:13px; overflow:hidden; }
/* body */
.apt-wrap{ max-width:1180px; margin:0 auto; padding:0 28px 80px; }
.apt-body{ display:grid; grid-template-columns:1fr 392px; gap:64px; padding-top:44px; align-items:start; }
.apt-eyebrow{ font-family:'Archivo'; font-weight:800; font-size:12px; letter-spacing:.2em; text-transform:uppercase; color:var(--accent); }
.apt-sec{ padding:34px 0; border-bottom:1px solid var(--line); }
.apt-sec:first-child{ padding-top:0; }
.apt-h2{ font-family:'Archivo'; font-size:24px; font-weight:900; text-transform:uppercase; letter-spacing:-.01em; margin:8px 0 0; line-height:1.04; }
.apt-lead{ font-size:17px; line-height:1.6; color:#403a31; margin:16px 0 0; }
.apt-lead p{ margin:0 0 14px; }
/* branded feature tiles */
.apt-tiles{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:6px; }
.apt-tile{ background:var(--paper); border:1.5px solid var(--line); border-radius:16px; padding:20px; }
.apt-tile .ti{ width:42px; height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:20px; }
.apt-tile:nth-child(1) .ti{ background:var(--rose); } .apt-tile:nth-child(2) .ti{ background:var(--gold); }
.apt-tile:nth-child(3) .ti{ background:var(--green); } .apt-tile:nth-child(4) .ti{ background:var(--rose); }
.apt-tile b{ display:block; font-family:'Archivo'; font-size:15.5px; font-weight:800; margin-top:14px; }
.apt-tile span{ font-size:13.5px; color:var(--muted); }
/* facts row */
.apt-facts{ display:flex; gap:10px; flex-wrap:wrap; margin-top:16px; }
.apt-fact{ display:inline-flex; align-items:center; gap:8px; background:var(--sand); border:1.5px solid var(--line); border-radius:999px; padding:9px 16px; font-size:14px; font-weight:700; }
/* sleeping */
.apt-rooms{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:6px; }
.apt-room{ border:1.5px solid var(--line); border-radius:16px; padding:18px; background:var(--paper); }
.apt-room .ri{ font-size:24px; } .apt-room b{ display:block; margin-top:10px; font-size:15px; font-family:'Archivo'; } .apt-room span{ font-size:13px; color:var(--muted); }
/* amenities */
.apt-amen{ display:grid; grid-template-columns:1fr 1fr; gap:14px 26px; margin-top:8px; }
.apt-amen .a{ display:flex; gap:12px; align-items:center; font-size:14.5px; font-weight:500; }
.apt-amen .a .d{ width:8px; height:8px; border-radius:999px; background:var(--accent); flex:0 0 auto; }
.apt-amen .a.off{ color:#b3ada3; } .apt-amen .a.off .d{ background:#cfc7bd; }
.apt-more{ margin-top:22px; background:transparent; border:1.5px solid var(--ink); border-radius:11px; padding:12px 22px; font:inherit; font-weight:800; font-size:14px; cursor:pointer; }
/* reviews */
.apt-revtop{ display:flex; align-items:center; gap:14px; }
.apt-revtop .big{ font-family:'Archivo'; font-size:44px; font-weight:900; }
.apt-revtop .st{ color:var(--accent); font-size:15px; letter-spacing:1px; }
.apt-revtop .sub{ font-size:13.5px; color:var(--muted); }
/* reviews: 2 visible at a time, the rest scroll horizontally (snap) */
.apt-revgrid{ display:grid; grid-auto-flow:column; grid-auto-columns:calc(50% - 9px); gap:18px; margin-top:24px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:10px; -webkit-overflow-scrolling:touch; }
.apt-revgrid > *{ scroll-snap-align:start; }
.apt-revgrid::-webkit-scrollbar{ height:7px; }
.apt-revgrid::-webkit-scrollbar-thumb{ background:var(--line); border-radius:999px; }
.apt-revgrid::-webkit-scrollbar-thumb:hover{ background:var(--rose); }
.apt-rev{ background:var(--paper); border:1.5px solid var(--line); border-radius:16px; padding:20px; }
.apt-rev .who{ display:flex; align-items:center; gap:12px; }
.apt-rev .who .av{ width:42px; height:42px; border-radius:999px; background:var(--rose); color:var(--ink); display:flex; align-items:center; justify-content:center; font-family:'Archivo'; font-weight:900; }
.apt-rev .who b{ font-size:14.5px; } .apt-rev .who span{ font-size:12.5px; color:var(--muted); }
.apt-rev .st{ color:var(--accent); font-size:12px; letter-spacing:1px; margin-top:12px; }
.apt-rev p{ font-size:14px; line-height:1.55; color:#403a31; margin:8px 0 0; }
.apt-rev .who .lg{ margin-left:auto; }
/* shared review platform logo lockup (icon + wordmark) */
.rvlogo{ display:inline-flex; align-items:center; gap:5px; font-size:13px; font-weight:800; letter-spacing:-.01em; white-space:nowrap; }
.rvlogo svg{ display:block; flex:0 0 auto; }
/* map */
.apt-map{ height:320px; border-radius:var(--r); border:1.5px solid var(--line); position:relative; overflow:hidden; margin-top:18px; background:
  repeating-linear-gradient(0deg,#eef0ef 0 1px,transparent 1px 46px),
  repeating-linear-gradient(90deg,#eef0ef 0 1px,transparent 1px 46px),
  linear-gradient(160deg,#f0f3f1,#e9eff0); display:flex; align-items:center; justify-content:center; }
.apt-pin{ width:52px; height:52px; border-radius:999px 999px 999px 2px; transform:rotate(45deg); background:var(--accent); box-shadow:0 10px 22px -8px rgba(0,0,0,.5); }
/* booking panel — dark plum, bold */
.apt-book{ position:sticky; top:20px; background:var(--ink); color:#fff; border-radius:24px; padding:26px; overflow:hidden; position:sticky; box-shadow:0 30px 70px -40px rgba(20,14,30,.8); }
.apt-book .sun{ position:absolute; left:-80px; bottom:-110px; width:280px; height:280px; border-radius:999px; background:radial-gradient(circle,var(--rose) 0%,transparent 68%); opacity:.34; }
.apt-book .top{ position:relative; display:flex; align-items:baseline; gap:8px; }
.apt-book .top b{ font-family:'Archivo'; font-size:30px; font-weight:900; } .apt-book .top span{ color:rgba(255,255,255,.6); }
.apt-book .top .rr{ margin-left:auto; font-size:13px; font-weight:700; color:#ffd9b0; }
.apt-book .flds{ position:relative; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.14); border-radius:14px; overflow:hidden; margin-top:18px; display:grid; grid-template-columns:1fr 1fr; }
.apt-book .fl{ padding:12px 15px; } .apt-book .fl + .fl{ border-left:1px solid rgba(255,255,255,.14); }
.apt-book .fl.full{ grid-column:1/-1; border-top:1px solid rgba(255,255,255,.14); display:flex; align-items:center; justify-content:space-between; }
.apt-book .fl label{ display:block; font-family:'Archivo'; font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.5); font-weight:800; }
.apt-book .fl input, .apt-book .fl select{ width:100%; border:none; background:transparent; color:#fff; font:inherit; font-weight:700; font-size:14px; margin-top:3px; outline:none; }
.apt-book .fl select option{ color:#16130f; }
.apt-book .reserve{ position:relative; width:100%; justify-content:center; margin-top:14px; font-size:16px; padding:15px; }
.apt-book .note{ position:relative; text-align:center; font-size:12.5px; color:rgba(255,255,255,.55); margin-top:10px; }
.apt-book .brk{ position:relative; margin-top:18px; font-size:14px; }
.apt-book .brk .r{ display:flex; justify-content:space-between; padding:7px 0; color:rgba(255,255,255,.82); }
.apt-book .brk .r.tot{ border-top:1px solid rgba(255,255,255,.16); margin-top:7px; padding-top:13px; font-family:'Archivo'; font-weight:900; font-size:17px; color:#fff; }
.apt-book .elvy{ position:relative; margin-top:16px; display:flex; gap:9px; align-items:center; background:rgba(255,255,255,.07); border-radius:11px; padding:11px 13px; font-size:12.5px; font-weight:700; }
@media (max-width:980px){
  .apt-hero{ height:460px; } .apt-strip{ grid-template-columns:repeat(3,1fr); }
  .apt-body{ grid-template-columns:1fr; gap:0; } .apt-book{ position:static; margin-top:30px; }
  .apt-tiles{ grid-template-columns:1fr; } .apt-rooms{ grid-template-columns:1fr; } .apt-amen{ grid-template-columns:1fr; } .apt-revgrid{ grid-auto-columns:100%; }
}

/* apartment-detail: booking-card trust pills + phone refinements */
.apbookpills{ display:flex; flex-direction:column; gap:7px; margin-top:14px; }   /* each pill full-length on its own line */
.apbookpills span{ display:flex; align-items:center; gap:6px; background:var(--sand); border-radius:999px; padding:9px 13px; font-size:12px; font-weight:700; color:var(--ink); }
@media (max-width:720px){
  #apTopFacts{ display:none; }
  #apTitle{ font-size:13px !important; line-height:1.3 !important; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .ap-gal .g:nth-child(4), .ap-gal .g:nth-child(5){ display:none; }
  .apt-tiles{ display:flex; grid-template-columns:none; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; gap:12px; padding-bottom:4px; }
  .apt-tiles::-webkit-scrollbar{ display:none; }
  .apt-tiles .apt-tile{ flex:0 0 76%; }
}

/* ===================== APARTMENT — LUXURY (black + silver) ===================== */
body.aptlux{ background:#0c0c0e; color:#e8e8ec; }
.aptlux .anno{ background:#000; color:#cfd2da; }
.aptlux .anno b{ color:#e9edf4; }
.aptlux header.site{ background:rgba(12,12,14,.86) !important; border-bottom:1px solid #26242b !important; }
.aptlux .nav a, .aptlux .submenu a{ color:#c7c7cf !important; }
.aptlux .nav a:hover{ color:#fff !important; }
.aptlux .submenu{ background:#161619 !important; border-color:#2c2a31 !important; }
.aptlux .submenu a:hover{ background:#222127 !important; color:#fff !important; }
.aptlux .btn-ghost{ color:#e8e8ec !important; border-color:#39373f !important; }
.aptlux .btn-coral{ background:linear-gradient(120deg,#aeb4c0,#f2f4f8 48%,#9197a4) !important; color:#16151a !important; }
.aptlux .menu-btn{ border-color:#39373f !important; }
.aptlux .menu-btn span, .aptlux .menu-btn span::before, .aptlux .menu-btn span::after{ background:#e8e8ec !important; }

/* gallery cells -> dark metallic with silver sheen */
.aptlux .ap-gal{ position:relative; }
.aptlux .ap-gal .g{ box-shadow:inset 0 0 0 1px rgba(190,196,208,.22); }
.aptlux .ap-gal .g::before{ content:""; position:absolute; inset:0; z-index:2; background:linear-gradient(135deg, rgba(8,8,10,.82) 0%, rgba(20,20,24,.55) 34%, rgba(176,182,196,.3) 62%, rgba(8,8,10,.78) 100%); pointer-events:none; }
.aptlux .ap-gal .g::after{ content:""; position:absolute; inset:0; z-index:3; background:linear-gradient(118deg, transparent 30%, rgba(214,219,228,.42) 47%, rgba(255,255,255,.14) 52%, transparent 70%); pointer-events:none; }
.aptlux .ap-gal .showall{ z-index:4; background:#16151a; color:#eceaf0; border:1.5px solid rgba(190,196,208,.5); }

/* title bar */
.aptlux .ap-act{ color:#e8e8ec; }
.aptlux .ap-act:hover{ background:#1b1a1f; }
.aptlux .ap-top h1{ background:linear-gradient(180deg,#fff 0%,#cfd2da 55%,#9fa3ad 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.aptlux .apt-eyebrow{ color:#c4c8d2; }
.aptlux .apt-fact{ background:#161619; border-color:#2e2c33; color:#d4d7de; }

/* sections */
.aptlux .apt-sec{ border-bottom:1px solid #232228; }
.aptlux .apt-h2{ background:linear-gradient(180deg,#fff 0%,#d2d5dd 60%,#a6aab3 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.aptlux .apt-lead, .aptlux .apt-lead p{ color:#bfc0c7; }
.aptlux .apt-lead b{ color:#fff; }
.aptlux .apt-tile{ background:linear-gradient(155deg,#1a1a1d,#101013 60%,#1d1c20); border:1.5px solid #2e2c33; position:relative; overflow:hidden; }
.aptlux .apt-tile::after{ content:""; position:absolute; top:0; left:-60%; width:45%; height:100%; background:linear-gradient(105deg, transparent, rgba(255,255,255,.12) 40%, rgba(255,255,255,.4) 50%, rgba(255,255,255,.12) 60%, transparent); transform:skewX(-18deg); animation:luxsheen 6s ease-in-out infinite; pointer-events:none; }
.aptlux .apt-tile:nth-child(2)::after{ animation-delay:1.5s; }
.aptlux .apt-tile:nth-child(3)::after{ animation-delay:3s; }
.aptlux .apt-tile:nth-child(4)::after{ animation-delay:4.5s; }
.aptlux .apt-tile .ti{ background:linear-gradient(120deg,#2a2930,#3a3942) !important; box-shadow:inset 0 0 0 1px rgba(190,196,208,.3); }
.aptlux .apt-tile b{ color:#f1f1f4; }
.aptlux .apt-tile span{ color:#9b9ba3; }
.aptlux .apt-room{ background:linear-gradient(155deg,#1a1a1d,#101013 60%,#1d1c20); border-color:#2e2c33; }
.aptlux .apt-room b{ color:#f1f1f4; } .aptlux .apt-room span{ color:#9b9ba3; }
.aptlux .apt-amen .a{ color:#d4d4da; }
.aptlux .apt-amen .a .d{ background:#c4c8d2; }
.aptlux .apt-amen .a.off{ color:#6a6a72; } .aptlux .apt-amen .a.off .d{ background:#3a3942; }
.aptlux .apt-more{ background:transparent; border:1.5px solid rgba(190,196,208,.5); color:#e8e8ec; }
.aptlux .apt-more:hover{ background:#1b1a1f; }
.aptlux .apt-revtop .big{ background:linear-gradient(180deg,#fff,#aeb2bb); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.aptlux .apt-revtop .st, .aptlux .apt-rev .st{ color:#cdd1da; }
.aptlux .apt-revtop .sub{ color:#9b9ba3; }
.aptlux .apt-rev{ background:linear-gradient(155deg,#1a1a1d,#101013 60%,#1d1c20); border-color:#2e2c33; }
.aptlux .apt-rev .who .av{ background:linear-gradient(120deg,#9aa0ad,#eef1f6 50%,#8b91a0); color:#16151a; }
.aptlux .apt-rev .who b{ color:#f1f1f4; } .aptlux .apt-rev .who span{ color:#9b9ba3; }
.aptlux .apt-rev p{ color:#bfc0c7; }
.aptlux .apt-map{ border-color:#2e2c33; background:
  repeating-linear-gradient(0deg,#1a1a1e 0 1px,transparent 1px 46px),
  repeating-linear-gradient(90deg,#1a1a1e 0 1px,transparent 1px 46px),
  linear-gradient(160deg,#151518,#101013); }
.aptlux .apt-pin{ background:linear-gradient(120deg,#aeb4c0,#f2f4f8 50%,#9197a4); }
.aptlux .apt-map > div{ background:#16151a !important; color:#eceaf0 !important; }

/* reserve card -> black + silver */
.aptlux .ap-book{ background:linear-gradient(155deg,#161619 0%,#0e0e11 60%,#1a1920 100%); border:1.5px solid #2e2c33; box-shadow:0 30px 70px -40px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.05); position:sticky; top:20px; overflow:hidden; }
.aptlux .ap-book::after{ content:""; position:absolute; top:0; left:-60%; width:40%; height:100%; background:linear-gradient(105deg, transparent, rgba(255,255,255,.1) 42%, rgba(255,255,255,.34) 50%, rgba(255,255,255,.1) 58%, transparent); transform:skewX(-18deg); animation:luxsheen 7s ease-in-out infinite; pointer-events:none; }
.aptlux .ap-book .bp b{ background:linear-gradient(180deg,#fff,#c2c5cd); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.aptlux .ap-book .bp, .aptlux .ap-book .bp span{ color:#bfc0c7; }
.aptlux .ap-book .bp .rr{ color:#dfe2e8; }
.aptlux .ap-grid2{ border-color:#33323a; background:rgba(255,255,255,.03); }
.aptlux .ap-fld + .ap-fld{ border-color:#33323a; }
.aptlux .ap-fld.full{ border-color:#33323a; }
.aptlux .ap-fld label{ color:#8c8c95; }
.aptlux .ap-fld input, .aptlux .ap-fld select{ color:#eceaf0; }
.aptlux .ap-fld select option{ color:#16130f; }
.aptlux .ap-reserve{ background:linear-gradient(120deg,#aeb4c0,#f2f4f8 48%,#9197a4) !important; color:#16151a !important; box-shadow:0 8px 22px -10px rgba(190,196,208,.6); }
.aptlux .ap-note{ color:#8c8c95; }
.aptlux .ap-break .r{ color:#bfc0c7; }
.aptlux .ap-break .r.u span{ text-decoration-color:rgba(255,255,255,.3); }
.aptlux .ap-break .r.tot{ border-color:#33323a; color:#fff; }
.aptlux .ap-book .ap-reserve + .ap-note + .ap-break{ position:relative; z-index:2; }
.aptlux .ap-book [style*="var(--sand)"]{ background:rgba(255,255,255,.05) !important; color:#cfd0d6 !important; }
.aptlux .ap-book [style*="var(--accent)"]{ color:#cdd1da !important; }

/* ribbon + footer */
.aptlux .ribbon{ background:linear-gradient(120deg,#1a1a1d,#26252b); }
.aptlux .ribbon span{ color:#d4d7de; }
.aptlux footer.site{ background:#000; }

/* Deluxe Collection banner above gallery (shown only for deluxe listings via JS) */
.lux-banner{ display:none; max-width:1120px; margin:14px auto 0; padding:11px 28px; align-items:center; gap:12px; }
.lux-banner .ln{ font-family:'Archivo'; font-weight:800; font-size:12px; letter-spacing:.22em; text-transform:uppercase; color:var(--ink); }
.lux-banner .line{ flex:1; height:1px; background:linear-gradient(90deg,var(--line),transparent); }

@keyframes luxsheen { 0%,25%{ left:-80%; } 75%,100%{ left:185%; } }

/* ===================== homepage conversion enhancements ===================== */
/* Sticky booking bar — docks UNDER the (sticky) header on scroll past the
   hero, so the menu stays visible and usable. */
.stickybook{ position:fixed; left:0; right:0; top:74px; z-index:30; background:rgba(43,35,54,.97); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); border-bottom:1px solid rgba(255,255,255,.1); transform:translateY(calc(-100% - 76px)); transition:transform .28s cubic-bezier(.4,0,.2,1); box-shadow:0 8px 30px -12px rgba(0,0,0,.5); }
.stickybook.show{ transform:translateY(0); }
.stickybook .sbwrap{ max-width:1180px; margin:0 auto; display:flex; align-items:center; gap:14px; padding:9px 22px; }
.stickybook .sblogo{ display:none; }
.stickybook .sbfields{ flex:1; display:flex; align-items:center; gap:2px; min-width:0; }
.stickybook .sbf{ flex:1; min-width:0; display:flex; align-items:center; gap:8px; padding:7px 12px; border-radius:10px; transition:background .15s; }
.stickybook .sbf:hover{ background:rgba(255,255,255,.07); }
.stickybook .sbf svg{ flex:0 0 auto; width:16px; height:16px; color:var(--rose); }
.stickybook .sbf .sbcol{ flex:1; min-width:0; }
.stickybook .sbf label{ display:block; font-size:9.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:rgba(255,255,255,.5); }
.stickybook .sbf input, .stickybook .sbf select{ width:100%; border:none; background:transparent; font-family:'Hanken Grotesk'; font-size:13.5px; font-weight:700; color:#fff; padding:0; margin-top:1px; outline:none; cursor:pointer; color-scheme:dark; }
.stickybook .sbf select option{ color:var(--ink); }
.stickybook .sbdiv{ width:1px; height:26px; background:rgba(255,255,255,.16); flex:0 0 auto; }
.stickybook .sbgo{ flex:0 0 auto; background:var(--gold); color:var(--ink); border:none; border-radius:10px; padding:11px 20px; font-family:'Hanken Grotesk'; font-weight:800; font-size:13.5px; display:flex; align-items:center; gap:7px; cursor:pointer; transition:filter .15s; }
.stickybook .sbgo:hover{ filter:brightness(1.05); }
.stickybook .sbgo svg{ width:15px; height:15px; }
@media(max-width:820px){
  .stickybook .sblogo{ display:none; }
  .stickybook .sbfields .sbf:nth-child(n+3){ display:none; }
  .stickybook .sbdiv{ display:none; }
  .stickybook .sbgo span{ display:none; }
  .stickybook .sbgo{ padding:11px 14px; }
}

/* Live availability teaser */
.availteaser{ display:inline-flex; align-items:center; gap:9px; background:#fff; border:1px solid var(--line); border-radius:999px; padding:8px 16px 8px 12px; margin:18px 0 0; font-size:13.5px; font-weight:600; color:var(--ink); box-shadow:0 6px 20px -12px rgba(43,35,54,.4); opacity:0; transform:translateY(6px); transition:opacity .3s, transform .3s; }
.availteaser.show{ opacity:1; transform:none; }
.availteaser .dot{ width:9px; height:9px; border-radius:50%; background:#1f9d57; position:relative; flex:0 0 auto; }
.availteaser .dot::after{ content:""; position:absolute; inset:-4px; border-radius:50%; background:rgba(31,157,87,.35); animation:availpulse 1.8s ease-out infinite; }
.availteaser b{ color:var(--accent); font-family:'Archivo'; font-weight:800; }
@keyframes availpulse{ 0%{ transform:scale(.6); opacity:.9; } 100%{ transform:scale(1.8); opacity:0; } }

/* Live price-from badge on resort cards */
.pprice .pfrom{ font-size:11px; font-weight:700; color:var(--muted); text-transform:uppercase; letter-spacing:.05em; margin-right:2px; }
.pprice .plive{ display:inline-flex; align-items:center; gap:4px; margin-left:7px; font-size:10.5px; font-weight:700; color:#1f9d57; vertical-align:middle; }
.pprice .plive i{ width:6px; height:6px; border-radius:50%; background:#1f9d57; display:inline-block; }

/* Offer modal (first-visit / exit-intent) */
.offerwrap{ position:fixed; inset:0; z-index:120; background:rgba(43,35,54,.55); backdrop-filter:blur(3px); display:flex; align-items:center; justify-content:center; padding:22px; opacity:0; pointer-events:none; transition:opacity .25s; }
.offerwrap.show{ opacity:1; pointer-events:auto; }
.offerbox{ position:relative; background:#fff; border-radius:22px; max-width:420px; width:100%; overflow:hidden; box-shadow:0 30px 80px -24px rgba(43,35,54,.6); transform:translateY(14px) scale(.98); transition:transform .28s cubic-bezier(.34,1.3,.5,1); }
.offerwrap.show .offerbox{ transform:none; }
.offerbox .ohead{ background:var(--ink); color:#fff; padding:26px 28px 22px; position:relative; overflow:hidden; }
.offerbox .ohead::after{ content:""; position:absolute; top:-30px; right:-20px; width:150px; height:150px; border-radius:50%; background:radial-gradient(circle,var(--accent) 0%,transparent 70%); opacity:.55; }
.offerbox .oeye{ font-family:'Archivo'; font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--rose); position:relative; z-index:1; }
.offerbox .ohead h3{ font-family:'Archivo'; font-weight:900; font-size:27px; line-height:1.08; margin:8px 0 0; position:relative; z-index:1; }
.offerbox .obody{ padding:22px 28px 26px; }
.offerbox .obody p{ margin:0 0 16px; color:#4a4250; font-size:14.5px; line-height:1.55; }
.offerbox .ocode{ display:flex; align-items:center; justify-content:space-between; gap:10px; border:1.5px dashed var(--accent); border-radius:12px; padding:12px 16px; margin-bottom:18px; }
.offerbox .ocode b{ font-family:'Archivo'; font-weight:900; font-size:19px; letter-spacing:.06em; color:var(--accent); }
.offerbox .ocopy{ background:none; border:none; color:var(--muted); font-weight:700; font-size:12.5px; cursor:pointer; font-family:'Hanken Grotesk'; }
.offerbox .obtn{ display:block; width:100%; text-align:center; background:var(--accent); color:#fff; border:none; border-radius:12px; padding:15px; font-family:'Hanken Grotesk'; font-weight:800; font-size:15px; cursor:pointer; text-decoration:none; }
.offerbox .ofine{ text-align:center; font-size:12px; color:var(--muted); margin:12px 0 0; }
.offerbox .oclose{ position:absolute; top:14px; right:16px; z-index:2; background:rgba(255,255,255,.18); border:none; color:#fff; width:30px; height:30px; border-radius:50%; font-size:17px; line-height:1; cursor:pointer; }

/* live Instagram feed tiles (homepage photo wall) */
.wall a.igcell{ width:100%; aspect-ratio:1/1; display:block; border-radius:14px; overflow:hidden; position:relative; background:var(--paper); }
.wall a.igcell img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .45s ease; }
.wall a.igcell:hover img{ transform:scale(1.06); }
.wall a.igcell::after{ content:""; position:absolute; inset:0; background:linear-gradient(transparent 60%,rgba(43,35,54,.28)); opacity:0; transition:opacity .3s; }
.wall a.igcell:hover::after{ opacity:1; }

/* RESORTS PAGE V2 */
.rz-hero{ position:relative; min-height:440px; display:flex; align-items:flex-end; overflow:hidden; color:#fff; }
.rz-hero .bg{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.rz-hero .scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(20,14,26,.4) 0%, rgba(20,14,26,.1) 40%, rgba(20,14,26,.82) 100%); }
.rz-hero .inner{ position:relative; z-index:2; max-width:var(--maxw); margin:0 auto; width:100%; padding:0 28px 44px; }
.rz-hero .eyebrow{ color:#ffd9b0; }
.rz-hero h1{ font-family:'Archivo'; font-size:clamp(34px,5vw,58px); font-weight:900; text-transform:uppercase; letter-spacing:-.02em; margin:12px 0 0; }
.rz-hero p{ color:rgba(255,255,255,.85); font-size:17px; max-width:52ch; margin:12px 0 0; }
/* all-resorts map */
.rz-map{ height:380px; border-radius:22px; overflow:hidden; border:1.5px solid var(--line); }
.rz-map .leaflet-container{ height:100%; width:100%; }
/* sticky jump nav */
.rz-jump{ position:sticky; top:74px; z-index:30; background:rgba(249,244,241,.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
.rz-jump .in{ max-width:var(--maxw); margin:0 auto; padding:12px 28px; display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.rz-jump a{ border:1.5px solid var(--line); background:#fff; border-radius:999px; padding:8px 15px; font-size:13.5px; font-weight:700; text-decoration:none; color:var(--ink); transition:all .14s; }
.rz-jump a:hover, .rz-jump a.on{ background:var(--ink); color:#fff; border-color:var(--ink); }
.rz-jump .lbl{ font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); margin-right:4px; }
/* phone: keep the jump-to chips on ONE line — scroll horizontally instead of
   wrapping to several rows. The last chip peeks to cue the swipe. */
@media (max-width:560px){
  .rz-jump .in{ flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding:10px 16px; }
  .rz-jump .in::-webkit-scrollbar{ display:none; }
  .rz-jump .lbl, .rz-jump a{ flex:0 0 auto; white-space:nowrap; }
}
/* resort block */
.rz-block{ scroll-margin-top:140px; }
.rz-row{ display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center; }
.rz-row.alt{ direction:rtl; } .rz-row.alt > *{ direction:ltr; }
.rz-gal{ position:relative; border-radius:20px; overflow:hidden; aspect-ratio:4/3; }
.rz-mosaic{ position:absolute; inset:0; display:grid; grid-template-columns:2fr 1fr; grid-template-rows:1fr 1fr; gap:8px; }
.rz-mosaic.solo{ grid-template-columns:1fr; }
.rz-mosaic > img{ width:100%; height:100%; object-fit:cover; cursor:pointer; transition:opacity .15s; }
.rz-mosaic > img.big{ grid-row:1 / 3; }
.rz-mosaic > img:hover{ opacity:.92; }
.rz-mosaic .rz-side{ grid-column:2; grid-row:1 / 3; display:grid; grid-template-rows:1fr 1fr; gap:8px; }
.rz-mosaic .rz-side img{ width:100%; height:100%; object-fit:cover; cursor:pointer; transition:opacity .15s; }
.rz-mosaic .rz-side img:hover{ opacity:.92; }
.rz-viewall{ position:absolute; right:12px; bottom:12px; z-index:3; background:rgba(255,255,255,.94); border:none; border-radius:999px; padding:8px 14px; font-size:13px; font-weight:800; cursor:pointer; display:inline-flex; align-items:center; gap:6px; box-shadow:0 4px 14px -4px rgba(0,0,0,.35); }
.rz-viewall:hover{ background:#fff; }
/* Mobile: show just the one large photo (the pill still opens the full set) */
@media (max-width:860px){
  .rz-mosaic{ grid-template-columns:1fr; }
  .rz-mosaic > img.big{ grid-column:1; }
  .rz-mosaic .rz-side{ display:none; }
}
.rz-gal .rt{ position:absolute; top:12px; left:12px; background:rgba(255,255,255,.92); border-radius:999px; padding:6px 12px; font-size:13px; font-weight:800; z-index:3; }
.rz-gal .rt .s{ color:var(--gold); }
/* shared full-screen photo lightbox */
.rz-lb{ position:fixed; inset:0; z-index:200; background:rgba(12,9,14,.92); display:none; align-items:center; justify-content:center; }
.rz-lb.on{ display:flex; }
.rz-lb img{ max-width:92vw; max-height:86vh; object-fit:contain; border-radius:10px; }
.rz-lb .x{ position:absolute; top:18px; right:20px; width:44px; height:44px; border-radius:999px; border:none; background:rgba(255,255,255,.14); color:#fff; font-size:20px; cursor:pointer; }
.rz-lb .nav{ position:absolute; top:50%; transform:translateY(-50%); width:52px; height:52px; border-radius:999px; border:none; background:rgba(255,255,255,.14); color:#fff; font-size:26px; cursor:pointer; }
.rz-lb .nav.l{ left:16px; } .rz-lb .nav.r{ right:16px; }
.rz-lb .ct{ position:absolute; bottom:22px; left:0; right:0; text-align:center; color:#fff; font-size:14px; font-weight:700; letter-spacing:.03em; }
@media (max-width:860px){ .rz-lb .nav{ width:44px; height:44px; font-size:22px; } }
.rz-info .area{ font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); }
.rz-info h2{ font-family:'Archivo'; font-size:clamp(26px,3.2vw,38px); font-weight:900; text-transform:uppercase; line-height:1.04; margin:8px 0 0; }
.rz-info p{ color:#403a31; font-size:15.5px; line-height:1.6; margin:12px 0 0; }
.rz-facils{ display:flex; gap:8px; flex-wrap:wrap; margin:16px 0 0; }
.rz-facils span{ font-size:12.5px; font-weight:700; background:var(--paper); border:1.5px solid var(--line); border-radius:999px; padding:7px 13px; display:inline-flex; gap:6px; align-items:center; }
/* phone: keep the facility pills on ONE scrollable line instead of wrapping */
@media (max-width:560px){
  .rz-facils{ flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
  .rz-facils::-webkit-scrollbar{ display:none; }
  .rz-facils span{ flex:0 0 auto; white-space:nowrap; }
}
.rz-dist{ display:flex; gap:14px; flex-wrap:wrap; margin:14px 0 0; font-size:13px; color:var(--muted); font-weight:600; }
.rz-quote{ border-left:3px solid var(--rose); padding:10px 0 10px 16px; margin:18px 0 0; font-size:14px; color:#403a31; font-style:italic; }
.rz-quote b{ font-style:normal; color:var(--ink); }
.rz-foot{ display:flex; align-items:center; gap:16px; margin-top:22px; flex-wrap:wrap; }
.rz-price b{ font-family:'Archivo'; font-size:26px; font-weight:900; } .rz-price span{ color:var(--muted); font-size:14px; }
/* phone: price on its own line, then "Explore …" + "Ask about it" share one row */
@media (max-width:560px){
  .rz-foot{ gap:12px; }
  .rz-foot .rz-price{ flex:0 0 100%; }
  .rz-foot .btn{ flex:1 1 0; justify-content:center; white-space:nowrap; padding-left:14px; padding-right:14px; }
}
/* which resort picker */
.rz-pick{ background:var(--ink); color:#fff; border-radius:24px; padding:40px 44px; position:relative; overflow:hidden; }
.rz-pick .sun{ position:absolute; right:-80px; top:-100px; width:280px; height:280px; border-radius:999px; background:radial-gradient(circle,var(--rose) 0%,transparent 68%); opacity:.3; }
.rz-pick .opts{ display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; position:relative; }
.rz-pick .opt{ border:1.5px solid rgba(255,255,255,.24); background:rgba(255,255,255,.08); color:#fff; border-radius:12px; padding:11px 18px; font:inherit; font-weight:700; cursor:pointer; }
.rz-pick .opt.on{ background:#fff; color:var(--ink); border-color:#fff; }
.rz-pick .res{ display:none; margin-top:20px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.14); border-radius:16px; padding:20px; position:relative; }
.rz-pick .res.show{ display:flex; gap:16px; align-items:center; }
.rz-pick .res img{ width:80px; height:80px; border-radius:12px; object-fit:cover; }
.rz-pick .res b{ font-family:'Archivo'; font-size:18px; }
@media (max-width:860px){ .rz-row{ grid-template-columns:1fr; gap:24px; } .rz-row.alt{ direction:ltr; } }

/* ===================== real reviews section ===================== */
.revwrap{ display:grid; grid-template-columns:minmax(240px,1fr) 2fr; gap:20px; align-items:stretch; }
.revoverall{ background:var(--ink); color:#fff; border-radius:20px; padding:32px 28px; display:flex; flex-direction:column; justify-content:center; text-align:center; position:relative; overflow:hidden; }
.revoverall::after{ content:""; position:absolute; top:-40px; right:-30px; width:170px; height:170px; border-radius:50%; background:radial-gradient(circle,var(--accent) 0%,transparent 70%); opacity:.45; }
.revoverall .rvbig{ font-family:'Archivo'; font-weight:900; font-size:clamp(48px,7vw,68px); line-height:1; position:relative; }
.revoverall .rvstars{ color:var(--gold); font-size:20px; letter-spacing:3px; margin-top:8px; position:relative; }
.revoverall .rvsub{ font-weight:700; margin-top:12px; font-size:15px; position:relative; }
.revoverall .rvcount{ color:rgba(255,255,255,.6); font-size:13.5px; margin-top:4px; position:relative; }
.revcards{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.revcard{ background:#fff; border:1px solid var(--line); border-radius:18px; padding:24px 20px; display:flex; flex-direction:column; align-items:flex-start; text-decoration:none; color:var(--ink); transition:transform .18s, box-shadow .18s, border-color .18s; }
.revcard:hover{ transform:translateY(-4px); box-shadow:0 18px 40px -22px rgba(43,35,54,.5); border-color:var(--rose); }
.revlogo{ width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-family:'Archivo'; font-weight:900; font-size:22px; color:#fff; margin-bottom:16px; }
.revlogo.g{ background:#fff; border:1px solid var(--line); }
.revlogo.ab{ background:#ff5a5f; }
.revlogo.bk{ background:#003b95; }
.revcard .rvscore{ font-family:'Archivo'; font-weight:900; font-size:30px; line-height:1; }
.revcard .rvscore small{ font-size:15px; color:var(--muted); font-weight:700; }
.revcard .rvscore .st{ color:var(--gold); font-size:19px; }
.revcard .rvplat{ font-weight:800; font-size:15px; margin-top:8px; }
.revcard .rvn{ color:var(--muted); font-size:13px; margin-top:2px; }
.revcard .rvgo{ margin-top:14px; font-size:13px; font-weight:800; color:var(--accent); }
@media (max-width:860px){ .revwrap{ grid-template-columns:1fr; } .revcards{ grid-template-columns:1fr; } }

.ecard img{ width:100%; height:190px; object-fit:cover; display:block; }

/* Deluxe apartment cards in the search grid — black & silver premium treatment */
.bkcard.is-deluxe{ background:linear-gradient(135deg,#16141b 0%,#262330 55%,#19171f 100%); border:1px solid #5c606a; box-shadow:0 22px 54px -26px rgba(0,0,0,.72); }
.bkcard.is-deluxe:hover{ box-shadow:0 30px 60px -26px rgba(0,0,0,.8); }
.bkcard.is-deluxe .bkbody .bkarea{ color:#c7cbd3; }
.bkcard.is-deluxe .bkbody h3{ color:#fff; }
.bkcard.is-deluxe .bkbody .bkspec{ color:#aeb2bc; }
.bkcard.is-deluxe .bkpill{ background:rgba(255,255,255,.06); border:1px solid #6c707a; color:#dadde2; }
.bkcard.is-deluxe .bkph{ background:#0e0c12; }
.dlx-ribbon{ position:absolute; top:12px; left:12px; z-index:3; display:inline-flex; align-items:center; gap:6px; background:linear-gradient(135deg,#eef0f3,#a9adb6); color:#1a1820; font-family:'Archivo'; font-weight:800; font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; padding:5px 12px; border-radius:999px; box-shadow:0 5px 14px -5px rgba(0,0,0,.6); }

/* ===================== Apartments page — filters, map, richer cards ===================== */
.apfilters{ display:flex; align-items:center; gap:14px 22px; flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; margin:8px 0 6px; }
.apfilters::-webkit-scrollbar{ display:none; }
/* phone-only sticky "show by building" pill row above the filters */
.pbldbar{ display:none; }
@media (max-width:820px){
  .pbldbar{ display:block; position:sticky; top:74px; z-index:30; margin:0 -28px 14px; padding:10px 28px 11px; background:rgba(249,244,241,.95); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
  .pbldlbl{ display:block; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); margin-bottom:9px; }
  .pbldpills{ display:flex; gap:8px; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
  .pbldpills::-webkit-scrollbar{ display:none; }
  .pbldpill{ flex:0 0 auto; white-space:nowrap; border:1.5px solid var(--line); background:#fff; border-radius:999px; padding:8px 15px; font-size:13.5px; font-weight:700; color:var(--ink); cursor:pointer; }
  .pbldpill.is-on{ background:var(--ink); color:#fff; border-color:var(--ink); }
}
.apfilters .fgroup{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.apfilters .flabel{ font-family:'Archivo'; font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-right:2px; }
.pareachip, .pbedchip, .pviewtag, .pfloorchip{ border:1.5px solid var(--line); background:#fff; font:inherit; font-weight:700; font-size:13px; color:var(--ink); padding:8px 14px; border-radius:999px; cursor:pointer; transition:all .14s; }
.pbedchip{ min-width:42px; }
.pareachip:hover, .pbedchip:hover, .pviewtag:hover, .pfloorchip:hover{ border-color:var(--accent); }
.pareachip.is-on, .pbedchip.is-on, .pviewtag.is-on, .pfloorchip.is-on{ background:var(--ink); color:#fff; border-color:var(--ink); }
/* sort dropdown in the results bar */
.psort{ border:1.5px solid var(--line); background:#fff; border-radius:999px; padding:9px 14px; font:700 13px 'Hanken Grotesk',system-ui,sans-serif; color:var(--ink); cursor:pointer; outline:none; }
.psort:hover{ border-color:var(--accent); }
.pviewtoggle{ margin-left:auto; display:inline-flex; gap:3px; background:#f0eee9; border-radius:999px; padding:3px; }
.pviewbtn{ display:inline-flex; align-items:center; gap:6px; border:none; background:transparent; font:inherit; font-weight:800; font-size:13px; color:var(--muted); padding:8px 15px; border-radius:999px; cursor:pointer; }
.pviewbtn.is-on{ background:#fff; color:var(--ink); box-shadow:0 1px 3px rgba(0,0,0,.1); }

/* map */
.ap-map{ height:560px; border-radius:20px; overflow:hidden; border:1.5px solid var(--line); }
.ap-map .leaflet-container{ height:100%; width:100%; font-family:inherit; }
.wow-marker{ background:none; border:none; }
.wow-marker .dot{ width:38px; height:38px; border-radius:50% 50% 50% 2px; transform:rotate(45deg); display:flex; align-items:center; justify-content:center; box-shadow:0 6px 16px -5px rgba(0,0,0,.5); border:2px solid #fff; }
.wow-marker .dot span{ transform:rotate(-45deg); color:#fff; font-family:'Archivo'; font-weight:900; font-size:14px; }

/* richer card: rating, spec icons, pills */
.bkph .bkrate{ position:absolute; top:10px; right:10px; z-index:2; display:inline-flex; align-items:center; gap:4px; background:rgba(255,255,255,.94); border-radius:999px; padding:5px 10px; font-family:'Archivo'; font-weight:800; font-size:12.5px; box-shadow:0 4px 12px -4px rgba(0,0,0,.4); }
.bkph .bkrate svg{ width:12px; height:12px; color:var(--gold); }
.bkspecs{ display:flex; flex-wrap:wrap; gap:6px 14px; margin:9px 0 0; }
.bkfeat{ display:inline-flex; align-items:center; gap:5px; font-size:12.5px; font-weight:600; color:#5a5563; }
.bkfeat svg{ width:15px; height:15px; color:var(--accent); flex:0 0 auto; }
.bkpills{ display:flex; flex-wrap:wrap; gap:6px; margin:11px 0 0; }
.bkcard.is-deluxe .bkfeat{ color:#c7cbd3; } .bkcard.is-deluxe .bkfeat svg{ color:#cdd1da; }
.bkcard.is-deluxe .bkph .bkrate{ background:rgba(30,29,34,.9); color:#eceaf0; }
@media(max-width:640px){ .apfilters{ gap:12px 16px; } .pviewtoggle{ margin-left:0; } .ap-map{ height:420px; } }

/* ===================== flatpickr date picker (brand theme) ===================== */
.flatpickr-calendar{ border-radius:16px !important; box-shadow:0 24px 60px -24px rgba(43,35,54,.5) !important; border:1px solid var(--line) !important; font-family:'Hanken Grotesk',system-ui,sans-serif !important; padding:6px !important; }
.flatpickr-months .flatpickr-month{ color:var(--ink) !important; }
.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year{ font-family:'Archivo',sans-serif; font-weight:800; }
.flatpickr-weekday{ color:var(--muted) !important; font-weight:700 !important; font-size:11px !important; text-transform:uppercase; letter-spacing:.04em; }
.flatpickr-day{ border-radius:9px !important; color:var(--ink); font-weight:600; }
.flatpickr-day:hover{ background:var(--sand) !important; border-color:var(--sand) !important; }
.flatpickr-day.today{ border-color:var(--rose) !important; }
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange,
.flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover{ background:var(--accent) !important; border-color:var(--accent) !important; color:#fff !important; box-shadow:none !important; }
.flatpickr-day.inRange{ background:#f6e8f1 !important; border-color:#f6e8f1 !important; box-shadow:-5px 0 0 #f6e8f1,5px 0 0 #f6e8f1 !important; }
.flatpickr-day.flatpickr-disabled, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay{ color:#cbc6d0 !important; }
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg{ fill:var(--accent) !important; }
.flatpickr-monthDropdown-months, .numInputWrapper span:hover{ background:var(--sand) !important; }
/* the alt (display) input that flatpickr shows sits inside our fields — inherit field styling */
.searchx .fx input.fp-alt, .stickybook .sbf input.fp-alt{ cursor:pointer; }

/* ===================== footer enhancements (injected site-wide by site-content.js) ===================== */
.fcta{ display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; padding:0 0 26px; margin-bottom:30px; border-bottom:1px solid rgba(255,255,255,.12); }
.fcta .fcta-eyebrow{ font-family:'Archivo'; font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--rose); }
.fcta .fcta-h{ font-family:'Archivo'; font-weight:900; font-size:clamp(20px,2.6vw,27px); color:#fff; margin-top:6px; line-height:1.1; }
.ftrust{ display:flex; flex-wrap:wrap; gap:10px 24px; margin:0 0 36px; font-size:13px; color:rgba(255,255,255,.72); font-weight:600; }
.ftrust span{ display:inline-flex; align-items:center; gap:7px; }
.ftrust b{ color:#fff; font-family:'Archivo'; font-weight:800; }
.fcontact{ display:flex; flex-direction:column; gap:9px; margin-top:18px; }
.fcontact a, .fcontact span{ color:rgba(255,255,255,.82); font-size:14px; text-decoration:none; display:inline-flex; align-items:center; gap:8px; }
.fcontact a:hover{ color:#fff; }
.fcontact .fwa{ margin-top:8px; align-self:flex-start; background:#25D366; color:#083b1e !important; font-weight:800; padding:9px 15px; border-radius:10px; }
.fcontact .fwa:hover{ filter:brightness(1.06); }
.facknowledge{ margin-top:38px; font-size:12.5px; color:rgba(255,255,255,.48); line-height:1.65; max-width:78ch; }
@media(max-width:760px){ .fcta{ text-align:left; } }

/* Where/Guests selects match the flatpickr date fields (clean, no native chrome) */
.searchx .fx select, .stickybook .sbf select{ appearance:none; -webkit-appearance:none; -moz-appearance:none; background:transparent; }
.searchx .fx, .stickybook .sbf{ cursor:pointer; }
/* two-month range calendar fits & centres nicely */
.flatpickr-calendar.rangeMode{ width:auto !important; }
.flatpickr-calendar .flatpickr-day.inRange{ box-shadow:-5px 0 0 #f6e8f1,5px 0 0 #f6e8f1 !important; }

/* ── mobile: render the date picker as a slide-up bottom sheet (datesheet.js) ── */
.fp-done{ display:none; }                 /* only shown in the mobile sheet */
.fp-backdrop{ display:none; }
@media (max-width:600px){
  body.fp-sheet-open{ overflow:hidden; }
  .fp-backdrop{ display:block; position:fixed; inset:0; background:rgba(20,14,26,.5); opacity:0; transition:opacity .25s ease; z-index:99998; }
  .fp-backdrop.in{ opacity:1; }

  .flatpickr-calendar.open{
    position:fixed !important; top:auto !important; left:0 !important; right:0 !important; bottom:0 !important;
    width:100vw !important; max-width:100vw !important; min-width:0 !important;
    margin:0 !important; padding:16px 14px calc(18px + env(safe-area-inset-bottom)) !important;
    border-radius:22px 22px 0 0 !important;
    box-shadow:0 -18px 50px -10px rgba(20,14,26,.5) !important;
    max-height:92vh; overflow-y:auto; -webkit-overflow-scrolling:touch;
    z-index:99999 !important;
    animation:fpSheetUp .3s cubic-bezier(.2,.8,.2,1);
  }
  .flatpickr-calendar.open::before, .flatpickr-calendar.open::after{ display:none !important; } /* kill the pointer arrow */

  /* let the month + day grid use the full sheet width, with big touch targets */
  .flatpickr-calendar.open .flatpickr-innerContainer,
  .flatpickr-calendar.open .flatpickr-rContainer,
  .flatpickr-calendar.open .flatpickr-days{ width:100% !important; max-width:100% !important; }
  .flatpickr-calendar.open .dayContainer{ width:100% !important; min-width:100% !important; max-width:100% !important; }
  .flatpickr-calendar.open .flatpickr-day{ max-width:14.2857% !important; height:48px; line-height:48px; font-size:16px; }
  .flatpickr-calendar.open .flatpickr-weekday{ font-size:12px !important; }
  .flatpickr-calendar.open .flatpickr-current-month{ font-size:17px !important; }
  .flatpickr-calendar.open .flatpickr-months{ padding:2px 0 8px; position:relative; }
  /* big, obvious month arrows (the dropdown is removed — flip months by tapping or swiping) */
  .flatpickr-calendar.open .flatpickr-prev-month,
  .flatpickr-calendar.open .flatpickr-next-month{ width:46px !important; height:46px !important; padding:0 !important; display:flex !important; align-items:center; justify-content:center; border-radius:12px; background:var(--sand); top:0 !important; }
  .flatpickr-calendar.open .flatpickr-prev-month{ left:2px !important; }
  .flatpickr-calendar.open .flatpickr-next-month{ right:2px !important; }
  .flatpickr-calendar.open .flatpickr-prev-month svg,
  .flatpickr-calendar.open .flatpickr-next-month svg{ width:15px !important; height:15px !important; }
  .flatpickr-calendar.open .flatpickr-current-month{ font-size:18px !important; padding-top:8px; }

  /* injected guidance line becomes a sticky sheet header; clear + done at bottom */
  .flatpickr-calendar.open .fp-status{ position:sticky; top:0; background:var(--paper); padding:2px 2px 12px; font-size:15px; z-index:2; }
  .fp-done{ display:block; width:100%; margin-top:12px; background:var(--accent); color:#fff; border:none;
            border-radius:12px; padding:16px; font-family:'Hanken Grotesk'; font-weight:800; font-size:16px; cursor:pointer; }
  .fp-done:active{ background:var(--accent-press); }
}
@keyframes fpSheetUp{ from{ transform:translateY(100%); } to{ transform:translateY(0); } }

/* ── WowDateSheet: mobile multi-month scrolling range picker (datesheet.js) ── */
body.wds-open{ overflow:hidden; }
.wds-overlay{ position:fixed; inset:0; z-index:100000; background:rgba(20,14,26,.5); opacity:0; transition:opacity .25s ease; display:flex; align-items:flex-end; }
.wds-overlay.in{ opacity:1; }
.wds-sheet{ background:var(--paper); width:100%; max-height:92vh; border-radius:22px 22px 0 0; display:flex; flex-direction:column; transform:translateY(100%); transition:transform .3s cubic-bezier(.2,.8,.2,1); box-shadow:0 -18px 50px -10px rgba(20,14,26,.5); }
.wds-overlay.in .wds-sheet{ transform:translateY(0); }
.wds-head{ display:flex; align-items:center; gap:12px; padding:16px 16px 12px; }
.wds-status{ flex:1; font-size:15.5px; color:var(--ink); font-weight:600; }
.wds-status b{ color:var(--accent); }
.wds-x{ flex:0 0 auto; width:34px; height:34px; border:none; background:var(--sand); border-radius:999px; font-size:15px; cursor:pointer; color:var(--ink); }
.wds-week{ display:grid; grid-template-columns:repeat(7,1fr); padding:0 12px 8px; border-bottom:1px solid var(--line); }
.wds-week span{ text-align:center; font-size:11px; font-weight:700; color:var(--muted); text-transform:uppercase; }
.wds-scroll{ overflow-y:auto; -webkit-overflow-scrolling:touch; padding:2px 12px 6px; flex:1; }
.wds-month{ padding:8px 0 2px; }
.wds-mlabel{ font-family:'Archivo'; font-weight:900; font-size:17px; margin:8px 4px 8px; }
.wds-grid{ display:grid; grid-template-columns:repeat(7,1fr); row-gap:2px; }
.wds-pad{ height:46px; }
.wds-day{ height:46px; border:none; background:transparent; font-size:15.5px; font-weight:600; color:var(--ink); cursor:pointer; position:relative; }
.wds-day.wds-dis{ color:#cbc6d0; cursor:default; }
.wds-day.is-in{ background:#f6e8f1; }
.wds-day.is-start, .wds-day.is-end{ background:var(--accent); color:#fff; }
.wds-day.is-start{ border-radius:12px 0 0 12px; }
.wds-day.is-end{ border-radius:0 12px 12px 0; }
.wds-day.is-start.is-end{ border-radius:12px; }
.wds-foot{ display:flex; gap:10px; align-items:center; padding:12px 14px calc(14px + env(safe-area-inset-bottom)); border-top:1px solid var(--line); }
.wds-clear{ flex:0 0 auto; background:transparent; border:none; color:var(--accent); font-weight:700; font-size:15px; padding:12px; cursor:pointer; }
.wds-apply{ flex:1; background:var(--accent); color:#fff; border:none; border-radius:12px; padding:16px; font-family:'Hanken Grotesk'; font-weight:800; font-size:16px; cursor:pointer; }
.wds-apply:disabled{ opacity:.5; }
.wds-apply:active{ background:var(--accent-press); }

/* ── Blog article layout (migrated posts) ── */
.artwrap{max-width:980px;margin:0 auto;padding:0 22px}
.artmeta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:14px;margin-bottom:14px}
.artmeta .etag{margin:0}
.arthero{width:100%;max-width:980px;margin:8px auto 34px;display:block;border-radius:20px;aspect-ratio:16/9;object-fit:cover}
.artbody{font-size:17.5px;line-height:1.72;color:#2b2336}
.artbody p{margin:0 0 20px}
.artbody h2{font-family:'Archivo',sans-serif;font-weight:800;font-size:27px;line-height:1.2;margin:38px 0 14px;color:var(--ink)}
.artbody h3{font-weight:800;font-size:21px;margin:28px 0 10px;color:var(--ink)}
.artbody ul{margin:0 0 20px;padding-left:22px}
.artbody li{margin:0 0 8px}
.artbody img{width:100%;border-radius:16px;margin:26px 0}
.artbody a{color:var(--accent);font-weight:600}
.artbody strong{font-weight:700;color:var(--ink)}
.artcta{margin:40px 0 8px;padding:26px 28px;background:var(--sand);border:1px solid var(--line);border-radius:18px;
  display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.artcta h3{margin:0;font-size:19px;font-weight:800;color:var(--ink)}
.artback{display:inline-flex;gap:8px;align-items:center;color:var(--muted);font-weight:600;margin:30px 0 0}
.artback:hover{color:var(--accent)}
@media(max-width:640px){.artbody{font-size:16.5px}.artbody h2{font-size:23px}}

/* ── Last-minute deals page ── */
.dl-hero{ position:relative; background:var(--ink); color:#fff; overflow:hidden; padding:56px 0 48px; }
.dl-hero .sun{ position:absolute; right:-100px; top:-120px; width:340px; height:340px; border-radius:999px; background:radial-gradient(circle,var(--rose) 0%,transparent 68%); opacity:.5; mix-blend-mode:screen; }
.dl-hero .inner{ position:relative; z-index:2; }
.dl-hero .eyebrow{ color:#ffd9b0; }
.dl-hero h1{ font-family:'Archivo'; font-size:clamp(32px,4.6vw,54px); font-weight:900; text-transform:uppercase; letter-spacing:-.02em; margin:12px 0 0; }
.dl-hero p{ color:rgba(255,255,255,.82); font-size:17px; max-width:52ch; margin:14px 0 0; }
.dl-hero .countbar{ display:inline-flex; align-items:center; gap:10px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2); border-radius:999px; padding:9px 16px; margin-top:18px; font-weight:700; font-size:14px; }
.dl-hero .countbar b{ color:#ffd9b0; font-family:'Archivo'; }
.dl-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.dl-card{ background:var(--paper); border:1.5px solid var(--line); border-radius:20px; overflow:hidden; text-decoration:none; color:inherit; transition:transform .16s, box-shadow .16s; position:relative; }
.dl-card:hover{ transform:translateY(-5px); box-shadow:0 30px 50px -32px rgba(40,24,10,.5); }
.dl-card .ph{ position:relative; aspect-ratio:4/3; overflow:hidden; }
.dl-card .ph img{ width:100%; height:100%; object-fit:cover; }
.dl-card .disc{ position:absolute; top:12px; left:12px; background:var(--accent); color:#fff; font-family:'Archivo'; font-weight:900; font-size:13px; padding:6px 12px; border-radius:999px; z-index:2; }
.dl-card .urg{ position:absolute; bottom:12px; left:12px; right:12px; background:rgba(20,14,26,.82); color:#fff; border-radius:10px; padding:7px 12px; font-size:12px; font-weight:700; z-index:2; display:flex; align-items:center; gap:7px; }
.dl-card .urg .d{ width:7px; height:7px; border-radius:999px; background:#ff6b6b; animation:wxpulse 1.6s infinite; }
.dl-card .bd{ padding:16px 18px 18px; }
.dl-card .area{ font-size:12px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--accent); }
.dl-card h3{ font-family:'Archivo'; font-size:19px; font-weight:900; margin:5px 0 0; }
.dl-card .facts{ font-size:13px; color:var(--muted); margin:6px 0 0; }
.dl-card .prices{ display:flex; align-items:baseline; gap:10px; margin-top:12px; }
.dl-card .was{ text-decoration:line-through; color:var(--muted); font-size:15px; }
.dl-card .now{ font-family:'Archivo'; font-weight:900; font-size:24px; } .dl-card .now span{ font-size:12px; color:var(--muted); font-weight:500; }
.dl-empty{ grid-column:1/-1; text-align:center; padding:50px; color:var(--muted); }
.dl-skel{ grid-column:1/-1; text-align:center; padding:50px; color:var(--muted); }
@media (max-width:900px){ .dl-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .dl-grid{ grid-template-columns:1fr; } }

/* ── Events mega menu (photo cards) ── */
.submenu.mega{ flex-direction:row; gap:10px; padding:12px; min-width:0; }
.submenu.mega a{ display:block; padding:0; width:180px; border-radius:12px; overflow:hidden; border:1.5px solid var(--line); background:#fff; }
.submenu.mega a img{ width:100%; height:96px; object-fit:cover; display:block; }
.submenu.mega a .mlabel{ padding:10px 12px 3px; font-weight:800; font-size:14px; color:var(--ink); }
.submenu.mega a .msub{ padding:0 12px 12px; font-size:12px; color:var(--muted); font-weight:500; }
.submenu.mega a:hover{ border-color:var(--accent); background:#fff; }
@media (max-width:1000px){
  .submenu.mega{ flex-direction:column; }
  .submenu.mega a{ width:100%; }
  .submenu.mega a img{ height:72px; }
}

/* ── black "from" price badge (resort cards) ── */
.pcard{ position:relative; }
.pbadge{ position:absolute; top:22px; left:22px; background:var(--ink); color:#fff; font-size:11px; font-weight:800; padding:5px 11px; border-radius:999px; z-index:2; box-shadow:0 6px 16px -6px rgba(0,0,0,.45); }
.pbadge b{ color:var(--gold); font-family:'Archivo'; }

/* ── weather top bar ── */
.vibe-ticker b{ color:#ffd9b0; }

/* ── Find-Elvy hunt ── */
.paw-trail{ position:fixed; z-index:9998; pointer-events:none; font-size:16px; transform:translate(-50%,-50%) rotate(var(--r,0deg)); opacity:.7; }
.elvy-hide{ position:absolute; z-index:20; cursor:pointer; font-size:22px; filter:drop-shadow(0 2px 4px rgba(0,0,0,.3)); transition:transform .15s; animation:elvywag 1.6s ease-in-out infinite; }
.elvy-hide:hover{ transform:scale(1.4) rotate(-8deg); }
@keyframes elvywag{ 0%,100%{ transform:rotate(-6deg);} 50%{ transform:rotate(6deg);} }
.hunt-hud{ position:fixed; left:16px; bottom:16px; z-index:95; background:var(--ink); color:#fff; border-radius:999px; padding:9px 15px; font:700 13px/1 'Hanken Grotesk',system-ui,sans-serif; display:flex; align-items:center; gap:9px; box-shadow:0 12px 30px -12px rgba(0,0,0,.5); }
.hunt-hud .p{ font-size:15px; }
.hunt-hud b{ color:#ffd9b0; font-family:'Archivo',sans-serif; }
.elvy-modal{ position:fixed; inset:0; z-index:200; display:none; align-items:center; justify-content:center; }
.elvy-modal.open{ display:flex; }
.elvy-modal .sc{ position:absolute; inset:0; background:rgba(20,14,8,.62); backdrop-filter:blur(4px); }
.elvy-modal .card{ position:relative; background:#f9f4f1; border-radius:26px; padding:40px; max-width:440px; width:92vw; text-align:center; box-shadow:0 40px 90px -40px rgba(0,0,0,.7); }
.elvy-modal .card .x{ position:absolute; top:14px; right:14px; width:34px; height:34px; border:none; background:#fff; border-radius:999px; font-size:16px; cursor:pointer; }
.elvy-modal .card .em{ font-size:50px; }
.elvy-modal .card h3{ font-family:'Archivo',sans-serif; font-size:26px; font-weight:900; text-transform:uppercase; margin:10px 0 0; }
.elvy-modal .card p{ color:#7a7081; margin:10px 0 0; }
.elvy-modal .card .code{ display:inline-block; margin:16px 0 0; border:2px dashed var(--accent); border-radius:12px; padding:12px 22px; font-family:'Archivo',sans-serif; font-weight:900; font-size:22px; letter-spacing:.08em; color:var(--accent); }

/* ── "someone just booked" social proof toast ── */
.sproof{ position:fixed; left:16px; bottom:16px; z-index:96; background:#fff; border:1.5px solid var(--line); border-radius:16px; padding:12px 40px 12px 14px; max-width:320px; display:flex; gap:11px; align-items:center; box-shadow:0 20px 44px -18px rgba(43,35,54,.4); transform:translateY(16px); opacity:0; pointer-events:none; transition:transform .3s cubic-bezier(.2,.7,.2,1), opacity .3s; }
.sproof.show{ transform:none; opacity:1; pointer-events:auto; }
.sproof .em{ width:38px; height:38px; flex:0 0 auto; border-radius:12px; background:var(--sand); display:flex; align-items:center; justify-content:center; font-size:18px; }
.sproof .tx{ font-size:13px; line-height:1.4; color:var(--ink); }
.sproof .tx b{ font-weight:800; }
.sproof .tx .ago{ display:block; font-size:11.5px; color:var(--muted); margin-top:2px; }
.sproof .x{ position:absolute; top:6px; right:8px; border:none; background:none; color:var(--muted); font-size:14px; cursor:pointer; padding:4px; }
@media (max-width:560px){ .sproof{ left:10px; right:10px; max-width:none; } }

/* ── deal availability dates + fire ── */
.dl-card .dldates{ display:inline-flex; align-items:center; gap:6px; margin-top:10px; background:#fdf3e4; border:1px solid #f0d9ae; color:#845b16; font-size:12px; font-weight:700; border-radius:999px; padding:5px 11px; }
.dl-card .fire{ font-size:17px; margin-right:2px; }

/* ── flatpickr clear-dates bar ── */
.fp-clearbar{ border-top:1px solid #eee; padding:7px; text-align:center; }
.fp-clearbar button{ border:none; background:none; color:var(--accent); font:700 13px 'Hanken Grotesk',system-ui,sans-serif; cursor:pointer; padding:4px 12px; border-radius:8px; }
.fp-clearbar button:hover{ background:#f6e8f1; }

/* ── apartments searching state ── */
.bksearching{ grid-column:1/-1; text-align:center; padding:46px 20px; color:var(--muted); font-weight:600; }
.bksearching .spin{ display:inline-block; width:16px; height:16px; border:2.5px solid var(--rose); border-top-color:transparent; border-radius:50%; animation:bkspin .8s linear infinite; vertical-align:-3px; margin-right:9px; }
@keyframes bkspin{ to{ transform:rotate(360deg); } }

/* ===================== EXPLORE MAP ===================== */
.xp-hero{ position:relative; background:var(--ink); color:#fff; overflow:hidden; padding:48px 0 40px; }
.xp-hero .sun{ position:absolute; right:-100px; top:-120px; width:340px; height:340px; border-radius:999px; background:radial-gradient(circle,var(--rose) 0%,transparent 68%); opacity:.5; mix-blend-mode:screen; }
.xp-hero .inner{ position:relative; z-index:2; }
.xp-hero .eyebrow{ color:#ffd9b0; }
.xp-hero h1{ font-family:'Archivo'; font-size:clamp(32px,4.6vw,52px); font-weight:900; text-transform:uppercase; letter-spacing:-.02em; margin:12px 0 0; }
.xp-hero h1 i{ color:var(--rose); font-style:normal; }
.xp-hero p{ color:rgba(255,255,255,.82); font-size:17px; max-width:56ch; margin:14px 0 0; }

.xp-filters{ display:flex; gap:8px; flex-wrap:nowrap; overflow-x:auto; margin:24px 0 0; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
.xp-filters::-webkit-scrollbar{ display:none; }
.xp-chip{ flex:0 0 auto; display:inline-flex; align-items:center; gap:7px; background:#fff; border:1.5px solid var(--line); border-radius:999px; padding:9px 14px; font:inherit; font-weight:700; font-size:13.5px; white-space:nowrap; cursor:pointer; }or:pointer; transition:transform .12s, box-shadow .12s; color:var(--ink); }
.xp-chip:hover{ transform:translateY(-2px); }
.xp-chip.on{ color:#fff; border-color:transparent; box-shadow:0 10px 22px -10px rgba(0,0,0,.4); }
.xp-chip .ct{ font-size:11px; opacity:.7; font-weight:800; }

/* layout */
.xp-stage{ display:grid; grid-template-columns:1fr 360px; gap:24px; margin-top:28px; align-items:start; }
.xp-map{ position:relative; border-radius:24px; overflow:hidden; border:1.5px solid var(--line); aspect-ratio:4/3.2; background:
  linear-gradient(150deg,#eaf3f2 0%,#e7eef0 55%,#f3ece5 100%); box-shadow:0 30px 60px -40px rgba(20,14,30,.4); }
/* stylised map features */
.xp-sea{ position:absolute; right:0; top:0; bottom:0; width:26%; background:linear-gradient(120deg, oklch(78% 0.07 220), oklch(72% 0.09 215)); }
.xp-sea::before{ content:"PACIFIC OCEAN"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) rotate(90deg); font-family:'Archivo'; font-weight:800; letter-spacing:.3em; font-size:13px; color:rgba(255,255,255,.55); white-space:nowrap; }
.xp-sand{ position:absolute; right:24%; top:0; bottom:0; width:6%; background:linear-gradient(120deg,#f3e4c4,#efdcb2); }
.xp-river{ position:absolute; left:18%; top:0; bottom:0; width:7%; background:linear-gradient(120deg, oklch(80% 0.06 220), oklch(74% 0.08 215)); transform:skewX(-6deg); opacity:.85; }
.xp-roads{ position:absolute; inset:0; background:
  repeating-linear-gradient(0deg, transparent 0 58px, rgba(255,255,255,.6) 58px 62px),
  repeating-linear-gradient(90deg, transparent 0 78px, rgba(255,255,255,.6) 78px 82px); opacity:.5; }
.xp-blocks{ position:absolute; inset:0; }
.xp-block{ position:absolute; background:rgba(255,255,255,.45); border-radius:6px; }
.xp-label{ position:absolute; font-family:'Archivo'; font-weight:800; font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:rgba(43,35,54,.4); white-space:nowrap; }

/* pins */
.xp-pin{ position:absolute; transform:translate(-50%,-100%); cursor:pointer; z-index:3; transition:transform .14s; }
.xp-pin:hover{ transform:translate(-50%,-104%) scale(1.08); z-index:5; }
.xp-pin .dot{ width:34px; height:34px; border-radius:999px 999px 999px 3px; transform:rotate(45deg); display:flex; align-items:center; justify-content:center; box-shadow:0 8px 18px -6px rgba(0,0,0,.45); border:2px solid #fff; }
.xp-pin .dot span{ transform:rotate(-45deg); font-size:15px; }
.xp-pin.active .dot{ outline:3px solid rgba(255,255,255,.7); }
.xp-pin.hide{ display:none; }
.xp-pin .ptip{ position:absolute; bottom:120%; left:50%; transform:translateX(-50%); background:var(--ink); color:#fff; font-size:12px; font-weight:700; padding:5px 10px; border-radius:7px; white-space:nowrap; opacity:0; pointer-events:none; transition:opacity .12s; }
.xp-pin:hover .ptip{ opacity:1; }

/* list / detail panel */
.xp-side{ position:sticky; top:20px; }
.xp-count{ font-family:'Archivo'; font-weight:900; font-size:16px; margin-bottom:12px; }
.xp-list{ display:flex; flex-direction:column; gap:10px; max-height:620px; overflow:auto; padding-right:4px; }
.xp-item{ display:flex; gap:13px; background:var(--paper); border:1.5px solid var(--line); border-radius:14px; padding:12px; cursor:pointer; transition:border-color .12s, transform .12s; }
.xp-item:hover{ transform:translateY(-2px); }
.xp-item.active{ border-color:var(--accent); box-shadow:0 10px 24px -14px rgba(0,0,0,.4); }
.xp-item .ico{ flex:0 0 auto; width:42px; height:42px; border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:19px; }
.xp-item h4{ font-family:'Archivo'; font-size:15px; font-weight:800; margin:0; }
.xp-item .meta{ font-size:12.5px; color:var(--muted); margin-top:3px; display:flex; gap:10px; }
.xp-item p{ font-size:12.5px; color:#5b5466; margin:6px 0 0; line-height:1.4; display:none; }
.xp-item.active p{ display:block; }
@media (max-width:980px){
  .xp-stage{ grid-template-columns:1fr; } .xp-side{ position:static; } .xp-list{ max-height:none; }
  .xp-map{ aspect-ratio:1/1; }
}

/* ===================== LEAFLET REAL MAP ===================== */
.xp-map{ aspect-ratio:auto; height:660px; }
.leaflet-container{ width:100%; height:100%; background:#dfe7ea; font-family:'Hanken Grotesk',sans-serif; border-radius:24px; }
/* branded marker */
.wow-marker{ background:none; border:none; }
.wow-marker .dot{ width:34px; height:34px; border-radius:999px 999px 999px 3px; transform:rotate(45deg); display:flex; align-items:center; justify-content:center; box-shadow:0 6px 16px -5px rgba(0,0,0,.5); border:2.5px solid #fff; transition:transform .14s; }
.wow-marker .dot span{ transform:rotate(-45deg); font-size:15px; line-height:1; }
.wow-marker:hover .dot, .wow-marker.active .dot{ transform:rotate(45deg) scale(1.18); z-index:1000; }
.wow-marker.active .dot{ outline:3px solid rgba(255,255,255,.8); }
.wow-home .dot{ width:44px; height:44px; background:#16130f; }
.wow-home .dot span{ font-size:11px; font-weight:900; color:#fff; }
/* popup */
.leaflet-popup-content-wrapper{ border-radius:16px; padding:0; overflow:hidden; box-shadow:0 18px 44px -20px rgba(20,14,30,.5); border:1.5px solid var(--line); }
.leaflet-popup-content{ margin:0; width:230px !important; }
.leaflet-popup-tip{ box-shadow:0 18px 44px -20px rgba(20,14,30,.5); }
.wow-pop .ph{ height:96px; position:relative; display:flex; align-items:flex-end; }
.wow-pop .ph .cat{ position:absolute; top:9px; left:9px; background:rgba(255,255,255,.92); border-radius:999px; padding:4px 10px; font-size:11px; font-weight:800; }
.wow-pop .bd{ padding:13px 15px 15px; }
.wow-pop h4{ font-family:'Archivo'; font-size:15.5px; font-weight:800; margin:0; color:var(--ink); }
.wow-pop .meta{ font-size:12px; color:var(--muted); margin-top:4px; font-weight:600; }
.wow-pop p{ font-size:12.5px; color:#5b5466; margin:8px 0 0; line-height:1.45; }
.leaflet-popup-close-button{ color:#fff !important; font-size:20px !important; padding:6px 9px !important; }
/* recenter button */
.xp-recenter{ position:absolute; right:14px; bottom:14px; z-index:1000; background:#fff; border:1.5px solid var(--line); border-radius:11px; padding:10px 15px; font:inherit; font-weight:800; font-size:13px; cursor:pointer; box-shadow:0 8px 20px -10px rgba(0,0,0,.4); display:inline-flex; gap:8px; align-items:center; }
.xp-recenter:hover{ background:var(--sand); }

/* ===================== EXPLORE v2 — extras ===================== */
/* search + sort toolbar */
.xp-tools{ display:flex; gap:10px; margin:18px 0 0; flex-wrap:wrap; align-items:center; }
.xp-search{ position:relative; flex:1; min-width:200px; }
.xp-search input{ width:100%; border:1.5px solid rgba(255,255,255,.25); background:rgba(255,255,255,.12); color:#fff; border-radius:999px; padding:11px 16px 11px 40px; font:inherit; font-size:14px; outline:none; }
.xp-search input::placeholder{ color:rgba(255,255,255,.6); }
.xp-search input:focus{ border-color:#fff; }
.xp-search .si{ position:absolute; left:15px; top:50%; transform:translateY(-50%); color:rgba(255,255,255,.7); }
.xp-sort{ border:1.5px solid rgba(255,255,255,.25); background:rgba(255,255,255,.12); color:#fff; border-radius:999px; padding:11px 16px; font:inherit; font-weight:700; font-size:13.5px; outline:none; cursor:pointer; }
.xp-sort option{ color:#16130f; }
.xp-toggle{ display:inline-flex; align-items:center; gap:8px; border:1.5px solid rgba(255,255,255,.25); background:rgba(255,255,255,.12); color:#fff; border-radius:999px; padding:11px 16px; font:inherit; font-weight:700; font-size:13.5px; cursor:pointer; }
.xp-toggle.on{ background:#fff; color:var(--ink); border-color:#fff; }

/* itinerary chips */
.xp-itins{ display:flex; gap:10px; flex-wrap:wrap; margin:14px 0 0; align-items:center; }
.xp-itins .lbl{ font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.55); margin-right:4px; }
.xp-itin{ display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.1); border:1.5px solid rgba(255,255,255,.22); color:#fff; border-radius:999px; padding:9px 16px; font:inherit; font-weight:700; font-size:13.5px; cursor:pointer; }
.xp-itin.on{ color:var(--ink); border-color:transparent; }
.xp-itin:hover{ transform:translateY(-2px); }

/* list item picks + distance */
.xp-item .star{ color:var(--gold); font-size:13px; }
.xp-item .dist{ font-weight:800; color:var(--accent); }
.xp-item .row1{ display:flex; align-items:center; justify-content:space-between; gap:8px; }
.xp-item .tags{ display:flex; gap:6px; margin-top:7px; flex-wrap:wrap; }
.xp-item .t{ font-size:11px; font-weight:700; background:var(--sand); border-radius:6px; padding:3px 8px; color:#5b5466; }
.xp-empty{ text-align:center; color:var(--muted); padding:40px 10px; font-size:14px; }

/* popup photo + actions */
.wow-pop .ph{ height:104px; }
.wow-pop .pick{ position:absolute; top:9px; right:9px; background:var(--gold); color:#16130f; border-radius:999px; padding:4px 10px; font-size:11px; font-weight:800; }
.wow-pop .acts{ display:flex; gap:8px; margin-top:12px; }
.wow-pop .acts a{ flex:1; text-align:center; border-radius:9px; padding:9px 10px; font-size:12.5px; font-weight:800; text-decoration:none; }
.wow-pop .acts .book{ background:var(--accent); color:#fff; }
.wow-pop .acts .site{ background:var(--sand); color:var(--ink); border:1.5px solid var(--line); }
.wow-pop .hrs{ font-size:11.5px; color:var(--muted); margin-top:6px; display:flex; align-items:center; gap:6px; }
.wow-pop .open{ color:#2f8f5b; font-weight:800; }

/* route badge */
.xp-routebadge{ position:absolute; left:14px; top:14px; z-index:1000; background:var(--ink); color:#fff; border-radius:12px; padding:10px 15px; font-size:13px; font-weight:700; box-shadow:0 10px 24px -10px rgba(0,0,0,.5); display:none; align-items:center; gap:9px; }
.xp-routebadge.show{ display:inline-flex; }
.xp-routebadge b{ font-family:'Archivo'; color:#ffd9b0; }
/* number badge for itinerary markers */
.wow-num .dot{ background:var(--accent); }
.wow-num .dot span{ font-family:'Archivo'; font-weight:900; font-size:14px; color:#fff; }
/* print */
@media print{
  .xp-hero .sun, header.site, .anno, .ribbon, footer.site, .xp-tools, .xp-filters, .xp-itins, .xp-recenter, .leaflet-control-zoom{ display:none !important; }
  .xp-stage{ grid-template-columns:1fr 1fr; }
}
.xp-share{ display:inline-flex; align-items:center; gap:8px; background:transparent; border:1.5px solid var(--line); border-radius:11px; padding:9px 15px; font:inherit; font-weight:800; font-size:13px; cursor:pointer; margin-bottom:12px; }
.xp-share:hover{ background:var(--sand); }


/* mobile header polish: keep CTA buttons on one line */
@media (max-width:1000px){
  .nav-cta .btn{ white-space:nowrap; padding:8px 12px; font-size:10.5px; }
}

/* ── mobile menu drawer (built by toggleMenu in site.js) ── */
.mmenu{ position:fixed; inset:0; z-index:150; visibility:hidden; }
.mmenu.open{ visibility:visible; }
.mmenu .mscrim{ position:absolute; inset:0; background:rgba(26,20,32,.45); opacity:0; transition:opacity .22s; }
.mmenu.open .mscrim{ opacity:1; }
.mmenu .mpanel{ position:absolute; top:0; right:0; bottom:0; width:min(360px,90vw); background:var(--paper); display:flex; flex-direction:column; transform:translateX(102%); transition:transform .26s cubic-bezier(.2,.7,.2,1); box-shadow:-24px 0 60px -24px rgba(43,35,54,.45); }
.mmenu.open .mpanel{ transform:none; }
.mmenu .mhead{ display:flex; align-items:center; justify-content:space-between; padding:14px 18px; border-bottom:1px solid var(--line); flex:0 0 auto; }
.mmenu .mhead img{ height:26px; width:auto; }
.mmenu .mclose{ width:40px; height:40px; border:1.5px solid var(--line); background:#fff; border-radius:11px; font-size:15px; cursor:pointer; color:var(--ink); }
.mmenu .mlist{ flex:1; overflow-y:auto; -webkit-overflow-scrolling:touch; overscroll-behavior:contain; padding:6px 0 14px; }
.mmenu .mlink, .mmenu .msec{ display:flex; align-items:center; justify-content:space-between; width:100%; padding:15px 22px; font-family:'Hanken Grotesk',system-ui,sans-serif; font-size:15.5px; font-weight:700; color:var(--ink); background:none; border:none; border-bottom:1px solid var(--sand); text-align:left; cursor:pointer; text-decoration:none; }
.mmenu .mlink.on{ color:var(--accent); }
.mmenu .msec .mchev{ font-size:12px; color:var(--muted); transition:transform .18s; }
.mmenu .msec.open .mchev{ transform:rotate(180deg); }
.mmenu .msec.open{ color:var(--accent); }
.mmenu .msub{ display:none; background:var(--sand); }
.mmenu .msub.open{ display:block; }
.mmenu .msubl{ padding:13px 22px 13px 34px; font-weight:600; font-size:14.5px; border-bottom:1px solid rgba(43,35,54,.05); }
.mmenu .mcta{ flex:0 0 auto; display:flex; gap:10px; padding:14px 18px calc(14px + env(safe-area-inset-bottom,0px)); border-top:1px solid var(--line); }
.mmenu .mcta a{ flex:1; justify-content:center; text-align:center; }
/* Call + WhatsApp inside the mobile menu (moved off the top bar) */
.mmenu .mcontact{ flex:0 0 auto; display:flex; gap:10px; padding:14px 18px 4px; }
.mmenu .mcrow{ flex:1; display:flex; align-items:center; gap:10px; padding:11px 13px; border:1.5px solid var(--line); border-radius:12px; text-decoration:none; color:var(--ink); }
.mmenu .mcrow.wa{ background:#25D366; border-color:#25D366; color:#fff; }
.mmenu .mcrow svg{ flex:0 0 auto; }
.mmenu .mcrow span{ display:flex; flex-direction:column; line-height:1.15; }
.mmenu .mcrow b{ font-size:14px; font-weight:800; }
.mmenu .mcrow small{ font-size:11.5px; opacity:.72; }
.mmenu .mcrow.wa small{ opacity:.9; }

/* ── mobile scroll performance ──
   blur + filter/background animations force per-frame repaints on phones;
   swap them for cheap equivalents and defer offscreen section rendering. */
@media (max-width:768px){
  /* backdrop blur re-renders everything scrolling beneath it — solid bg instead */
  header.site{ backdrop-filter:none; -webkit-backdrop-filter:none; background:rgba(247,243,236,.97); }
  .stickybook{ backdrop-filter:none; -webkit-backdrop-filter:none; background:rgba(43,35,54,.98); }
  /* animated background-position repaints the strip every frame — static */
  .ribbon-rainbow{ animation:none; }
  /* don't lay out / paint below-the-fold homepage sections until needed */
  #resorts, #surfers, #why, #reviews, #about{ content-visibility:auto; contain-intrinsic-size:auto 640px; }
  footer.site .fgrid{ content-visibility:auto; contain-intrinsic-size:auto 500px; }
  /* lighter hero photo on small screens (same shot, 960w variant) */
  .hero .bg{ background-image:url('https://le-de.cdn-website.com/38946f8aadd5460fab5335c6d319491d/dms3rep/multi/opt/AdobeStock_130664764-960w.jpeg'); }
}

/* ── custom search popovers (Where / Guests) — native selects can't be styled ── */
.searchx .fx, .stickybook .sbf{ position:relative; }
.sxpop{ position:absolute; top:calc(100% + 10px); left:0; min-width:236px; background:#fff; border:1.5px solid var(--line); border-radius:16px; box-shadow:0 26px 60px -24px rgba(43,35,54,.45); z-index:90; padding:8px; color:var(--ink); }
.sxpop .opt{ display:flex; align-items:center; gap:10px; width:100%; padding:12px; border:none; background:none; border-radius:10px; font:600 14.5px 'Hanken Grotesk',system-ui,sans-serif; color:var(--ink); cursor:pointer; text-align:left; }
.sxpop .opt:hover{ background:var(--sand); }
.sxpop .opt.on{ color:var(--accent); font-weight:800; }
.sxpop .opt .tick{ margin-left:auto; color:var(--accent); font-weight:800; }
.sxpop .steprow{ display:flex; align-items:center; justify-content:space-between; padding:10px 12px; }
.sxpop .steprow .lab{ font:600 14px 'Hanken Grotesk',system-ui,sans-serif; color:var(--muted); }
.sxpop .steprow .ctrls{ display:flex; align-items:center; gap:14px; }
.sxpop .steprow button{ width:38px; height:38px; border-radius:11px; border:1.5px solid var(--line); background:#fff; font-size:18px; font-weight:800; cursor:pointer; color:var(--ink); line-height:1; }
.sxpop .steprow button:hover:not(:disabled){ border-color:var(--accent); color:var(--accent); }
.sxpop .steprow button:disabled{ opacity:.3; cursor:default; }
.sxpop .steprow .val{ font:800 16px 'Archivo',sans-serif; min-width:26px; text-align:center; }
@media (max-width:720px){ .sxpop{ left:0; right:0; min-width:0; } }

/* ── friendlier date calendar ── */
.flatpickr-calendar{ border-radius:18px !important; border:1.5px solid var(--line) !important; box-shadow:0 30px 70px -28px rgba(43,35,54,.5) !important; }
.fp-status{ padding:12px 16px 2px; text-align:center; font:700 13.5px 'Hanken Grotesk',system-ui,sans-serif; color:var(--ink); }
.fp-status b{ color:var(--accent); }
.flatpickr-day{ font-weight:600; border-radius:10px; }
.flatpickr-day:hover:not(.flatpickr-disabled):not(.selected):not(.startRange):not(.endRange){ background:#f6e8f1; border-color:#f6e8f1; }
.flatpickr-day.today:not(.selected){ border-color:var(--accent); }

/* ── KeySpot badge: blue ring, white key (matches the KeySpot mark) ── */
.about .elvy .dog.ksdog{ background:#0d6ea8; box-shadow:inset 0 0 0 3px rgba(255,255,255,.28); }

/* ── Our Resorts: info left, image right on every row + divider lines ── */
#rzBlocks{ gap:36px !important; }
.rz-row .rz-gal{ order:2; }
.rz-block + .rz-block{ border-top:1.5px solid var(--line); padding-top:36px; }
@media (max-width:860px){ .rz-row .rz-gal{ order:-1; } }

/* ── combined Check-in — Check-out field (hero) ── */
.fx-dates{ cursor:pointer; }
.fx-dates .fxval{ display:block; font-family:'Hanken Grotesk',system-ui,sans-serif; font-size:14.5px; font-weight:600; color:rgba(255,255,255,.75); margin-top:1px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.fx-dates .fxval.has{ color:#fff; font-weight:700; }
/* range endpoints read as solid pills, the in-between band stays light */
.flatpickr-day.startRange, .flatpickr-day.endRange{ background:var(--accent) !important; border-color:var(--accent) !important; color:#fff !important; }
.flatpickr-day.startRange{ border-radius:10px 4px 4px 10px; }
.flatpickr-day.endRange{ border-radius:4px 10px 10px 4px; }
/* the real date inputs inside the combined field are storage only — never shown */
.fx-dates input{ display:none !important; }

/* ── search popover fixes ── */
/* the frosted search bar was a z-index:2 stacking context — the trust row
   (also z:2, later in DOM) painted over its popovers. Lift the whole bar. */
.searchx{ z-index:6; }
/* guests stepper: bigger, calmer touch targets */
.sxpop{ user-select:none; -webkit-user-select:none; }
.sxpop .steprow button{ width:46px; height:46px; border-radius:13px; font-size:20px; touch-action:manipulation; }
.sxpop .steprow .ctrls{ gap:16px; }
.sxpop .opt{ touch-action:manipulation; }
/* smaller, quieter separator between the two dates */
.fx-dates .fxval .sep{ font-size:11px; opacity:.65; margin:0 3px; vertical-align:1px; }

/* ── arrived-from-search: hide the second hero's headings but keep the
   (pre-filled) search bar as the top banner, results straight below ── */
body.arrived .phero{ padding:22px 0 20px; }
body.arrived .phero .crumbs, body.arrived .phero .eyebrow,
body.arrived .phero h1, body.arrived .phero .lede{ display:none; }
.searchsum{ display:flex; align-items:center; gap:12px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.24); border-radius:14px; padding:12px 16px; color:#fff; font-weight:700; font-size:14.5px; max-width:660px; }
.searchsum .ss-ic{ flex:0 0 auto; }
.searchsum .ss-edit{ margin-left:auto; flex:0 0 auto; background:transparent; border:1.5px solid rgba(255,255,255,.5); color:#fff; border-radius:9px; padding:7px 14px; font:700 12.5px 'Hanken Grotesk',system-ui,sans-serif; cursor:pointer; }
.searchsum .ss-edit:hover{ background:rgba(255,255,255,.14); }

/* payment terms line on apartment cards */
.bkpay{ margin-top:10px; padding-top:9px; border-top:1px solid var(--sand); font-size:11.5px; font-weight:700; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* ── card photo arrows (flick through photos without opening the listing) ── */
.bkarrow{ position:absolute; top:50%; transform:translateY(-50%); z-index:3; width:32px; height:32px; border-radius:999px; border:none; background:rgba(255,255,255,.94); color:var(--ink); font-size:19px; font-weight:800; line-height:1; cursor:pointer; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 12px -4px rgba(0,0,0,.4); opacity:0; transition:opacity .15s, transform .12s; }
.bkarrow.l{ left:10px; } .bkarrow.r{ right:10px; }
.bkarrow:hover{ transform:translateY(-50%) scale(1.1); }
.bkcard:hover .bkarrow{ opacity:1; }
@media (hover:none){ .bkarrow{ opacity:.9; } }

/* ── card CTAs: More info / Book now ── */
.bkctas{ display:flex; gap:9px; margin-top:10px; }
.bkbtn{ flex:1; text-align:center; padding:10px 12px; border-radius:11px; font-weight:800; font-size:13px; cursor:pointer; transition:all .14s; }
.bkbtn.ghost{ border:1.5px solid var(--line); color:var(--ink); background:#fff; }
.bkbtn.ghost:hover{ border-color:var(--accent); color:var(--accent); }
.bkbtn.coral{ background:var(--accent); color:#fff; border:1.5px solid var(--accent); }
.bkbtn.coral:hover{ filter:brightness(1.08); }

/* ── apartment photo lightbox ── */
.aplb{ position:fixed; inset:0; z-index:300; background:rgba(16,12,20,.92); display:none; align-items:center; justify-content:center; }
.aplb.open{ display:flex; }
.aplb img{ max-width:88vw; max-height:84vh; border-radius:14px; box-shadow:0 40px 90px -30px rgba(0,0,0,.8); }
.aplb .x{ position:absolute; top:18px; right:20px; width:42px; height:42px; border:none; border-radius:999px; background:rgba(255,255,255,.14); color:#fff; font-size:17px; cursor:pointer; }
.aplb .x:hover{ background:rgba(255,255,255,.28); }
.aplb .nav{ position:absolute; top:50%; transform:translateY(-50%); width:48px; height:48px; border:none; border-radius:999px; background:rgba(255,255,255,.92); color:var(--ink); font-size:24px; font-weight:800; cursor:pointer; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 22px -8px rgba(0,0,0,.6); }
.aplb .nav.l{ left:22px; } .aplb .nav.r{ right:22px; }
.aplb .nav:hover{ transform:translateY(-50%) scale(1.08); }
.aplb .ct{ position:absolute; bottom:20px; left:50%; transform:translateX(-50%); color:#fff; font-weight:700; font-size:13px; background:rgba(255,255,255,.14); border-radius:999px; padding:7px 16px; }
.ap-gal .g img{ cursor:zoom-in; }
@media (max-width:640px){ .aplb .nav{ width:40px; height:40px; } .aplb .nav.l{ left:10px; } .aplb .nav.r{ right:10px; } }

/* ── mobile bottom sheet (More info on the apartments grid) ── */
.apsheet{ position:fixed; inset:0; z-index:150; }
.apsheet .scrim{ position:absolute; inset:0; background:rgba(26,20,32,.5); opacity:0; transition:opacity .25s; }
.apsheet.open .scrim{ opacity:1; }
.apsheet .panel{ position:absolute; left:0; right:0; bottom:0; height:92%; background:var(--paper); border-radius:20px 20px 0 0; transform:translateY(105%); transition:transform .32s cubic-bezier(.2,.7,.2,1); display:flex; flex-direction:column; box-shadow:0 -24px 60px -22px rgba(0,0,0,.45); }
.apsheet.open .panel{ transform:translateY(0); }
.apsheet.dragging .panel{ transition:none; }
.apsheet .grab{ flex:0 0 auto; padding:10px 0 8px; display:flex; flex-direction:column; align-items:center; gap:6px; touch-action:none; cursor:grab; }
.apsheet .grab::before{ content:""; width:44px; height:5px; border-radius:99px; background:var(--line); }
.apsheet .grab span{ font-size:11px; font-weight:700; color:var(--muted); letter-spacing:.04em; }
.apsheet iframe{ border:0; width:100%; flex:1; }

/* apartment page embedded in the sheet: hide the site chrome */
body.in-sheet .anno, body.in-sheet header.site, body.in-sheet footer.site,
body.in-sheet .ribbon, body.in-sheet .ribbon-rainbow, body.in-sheet .sproof{ display:none !important; }
body.in-sheet main.ap{ padding-top:6px; }

/* ── mobile header: Get in touch lives in the menu drawer, not the bar ── */
@media (max-width:1000px){
  .nav-cta .btn-ghost{ display:none; }
}
/* ── weather ticker fits one line on phones: drop the book-direct tail ── */
@media (max-width:720px){
  .anno .wx-tail{ display:none; }
  .anno:has(.vibe-ticker){ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:12px; padding:8px 12px; }
}

/* ── mobile declutter: option 1 — two-column search card (Book now page) ── */
@media (max-width:720px){
  .searchx-2col{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
  .searchx-2col .fx{ background:rgba(255,255,255,.08); border-radius:10px; padding:9px 12px; }
  .searchx-2col .fxdiv{ display:none; }
  .searchx-2col .gobold{ grid-column:1/-1; margin-top:2px; }
}

/* ── mobile declutter: option 3 — all filter chips in one swipe row ── */
@media (max-width:720px){
  .apfilters{ flex-wrap:nowrap; overflow-x:auto; gap:6px; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding-bottom:2px; }
  .apfilters::-webkit-scrollbar{ display:none; }
  .apfilters .fgroup{ display:contents; }        /* flatten the groups into the row */
  .apfilters .flabel{ display:none; }
  .apfilters .fgroup > button{ flex:none; }
  /* the "Any"/default chips are implied — tapping an active chip clears it */
  .apfilters button[data-v=""]{ display:none; }
}

/* ── apartment page mobile fit: overview title, facts, sleep cards ── */
@media (max-width:720px){
  /* "Entire 1-bedroom apartment" — smaller black header, one line */
  #apOverviewTitle{ font-size:16px; color:var(--ink); letter-spacing:.01em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  /* "1 bedroom · 1 bathroom · Sleeps 5" pills — one line */
  #apFacts{ flex-wrap:nowrap; gap:6px; }
  #apFacts .apt-fact{ font-size:11.5px; padding:6px 9px; gap:5px; white-space:nowrap; flex:none; }
  /* "Where you'll sleep" — half-size cards, two per row */
  .apt-rooms{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .apt-room{ padding:12px; border-radius:13px; }
  .apt-room .ri{ font-size:18px; }
  .apt-room b{ font-size:13px; display:block; }
  .apt-room span{ font-size:12px; }
}

/* ── resort gallery on phones: one photo at a time, swipe slider ── */
@media (max-width:720px){
  .gallery{ display:flex; grid-template-columns:none; grid-template-rows:none; height:auto; gap:8px; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding-bottom:2px; }
  .gallery::-webkit-scrollbar{ display:none; }
  .gallery image-slot, .gallery .g0{ flex:0 0 100%; width:100%; height:250px; grid-row:auto; grid-column:auto; scroll-snap-align:center; }
}

/* Sticky mobile reserve bar (apartment page) — conversion aid */
.ap-stickybar{ display:none; }
@media (max-width:720px){
  .ap-stickybar{
    display:flex; align-items:center; gap:12px;
    position:fixed; left:0; right:0; bottom:0; z-index:60;
    padding:10px 16px calc(10px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,.96); backdrop-filter:blur(10px);
    border-top:1px solid var(--line);
    transform:translateY(120%); transition:transform .28s cubic-bezier(.22,1,.36,1);
    box-shadow:0 -6px 24px rgba(0,0,0,.08);
  }
  .ap-stickybar.show{ transform:translateY(0); }
  .ap-stickybar .sb-price{ flex:1; font-size:15px; line-height:1.15; }
  .ap-stickybar .sb-price b{ font-size:19px; }
  .ap-stickybar .sb-price > span{ opacity:.6; }
  .ap-stickybar .sb-sub{ font-size:12px; opacity:.62; font-weight:600; margin-top:2px; }
  .ap-stickybar .btn{ padding:12px 26px; font-size:15px; white-space:nowrap; }
  body.has-stickybar{ padding-bottom:0; }
}

/* Resort "Room types" — real apartments for the building in a swipeable row */
.rz-rooms{ position:relative; margin-top:22px; -webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent); mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent); }
.rzr-track{ display:flex; gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding:4px 2px 8px; }
.rzr-track::-webkit-scrollbar{ display:none; }
.rzr-loading{ padding:26px 2px; color:var(--muted); font-size:15px; }
.rzr-card{ flex:0 0 268px; scroll-snap-align:start; background:var(--paper); border:1.5px solid var(--line); border-radius:18px; overflow:hidden; text-decoration:none; color:inherit; display:flex; flex-direction:column; transition:transform .18s, box-shadow .18s; }
.rzr-card:hover{ transform:translateY(-4px); box-shadow:0 26px 44px -30px rgba(43,35,54,.5); }
.rzr-ph{ position:relative; aspect-ratio:4/3; overflow:hidden; background:var(--sand); }
.rzr-ph .rzr-blur{ position:absolute; inset:0; background-size:cover; background-position:center; transform:scale(1.06); filter:blur(6px); }
.rzr-ph .rzr-img{ position:relative; z-index:1; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .45s ease; }
.rzr-ph .rzr-img.rdy{ opacity:1; }
.rzr-ph .rzr-price{ position:absolute; left:12px; bottom:10px; z-index:2; color:#fff; font-family:'Archivo'; font-weight:900; font-size:22px; line-height:1; text-shadow:0 1px 12px rgba(0,0,0,.5); }
.rzr-ph .rzr-price span{ font-size:12px; font-weight:700; opacity:.9; }
.rzr-ph::after{ content:""; position:absolute; left:0; right:0; bottom:0; height:44%; background:linear-gradient(to top,rgba(10,6,14,.72),transparent); z-index:1; pointer-events:none; }
.rzr-body{ padding:14px 16px 16px; }
.rzr-body h3{ font-size:16px; font-weight:800; margin:0; line-height:1.2; }
.rzr-body .rzr-spec{ font-size:13px; color:var(--muted); margin-top:6px; }

/* Header Call + WhatsApp (injected by site.js) — visible on every page incl. mobile */
.nav-contact{ display:inline-flex; align-items:center; gap:8px; }
.nav-contact .ncbtn{ display:inline-flex; align-items:center; justify-content:center; gap:6px; height:40px; padding:0 12px; border-radius:8px;
  font-weight:800; font-size:11.5px; letter-spacing:.06em; text-transform:uppercase; text-decoration:none;
  border:1.5px solid var(--ink); color:var(--ink); background:transparent; white-space:nowrap; }
.nav-contact .ncbtn svg{ display:block; flex:0 0 auto; }
.nav-contact .ncbtn:hover{ background:var(--ink); color:#fff; }
/* WhatsApp = icon-only, compact square (every width) */
.nav-contact .ncbtn.wa{ width:40px; padding:0; background:#25D366; color:#fff; border-color:#25D366; }
.nav-contact .ncbtn.wa:hover{ background:#1fb457; border-color:#1fb457; color:#fff; }
.nav-contact .ncbtn.wa .lbl{ display:none; }
/* Call = icon-only, compact square (every width) */
.nav-contact .ncbtn.call{ width:40px; padding:0; }
.nav-contact .ncbtn.call .lbl{ display:none; }
/* on mobile the Call/WhatsApp move OFF the top bar and INTO the menu (see .mcontact) */
@media (max-width:1000px){ .nav-contact{ display:none; } }

/* ── checkout promo code ── */
.rvpromo-toggle{ background:none; border:none; color:var(--accent); font:700 13px 'Hanken Grotesk',system-ui,sans-serif; cursor:pointer; padding:2px 0; }
.rvpromo-toggle:hover{ text-decoration:underline; }
.rvpromo-row{ display:flex; gap:8px; margin-top:8px; }
.rvpromo-row input{ flex:1; min-width:0; border:1.5px solid var(--line); border-radius:10px; padding:10px 12px; font:600 14px 'Hanken Grotesk',system-ui,sans-serif; text-transform:uppercase; letter-spacing:.04em; background:#fff; color:var(--ink); }
.rvpromo-row input:focus{ outline:none; border-color:var(--rose); }
.rvpromo-row button{ flex:0 0 auto; border:1.5px solid var(--ink); background:var(--ink); color:#fff; border-radius:10px; padding:0 16px; font:800 13px 'Hanken Grotesk',system-ui,sans-serif; cursor:pointer; }
.rvpromo-row button:disabled{ opacity:.5; cursor:default; }
.rvpromo-msg{ font-size:12.5px; font-weight:700; margin-top:8px; min-height:16px; }
.rvpromo-msg.ok{ color:#1d9e75; }
.rvpromo-msg.err{ color:#b3492e; }
.rvpromo.applied .rvpromo-toggle, .rvpromo.applied .rvpromo-row{ display:none; }
