:root {
  --wps-navy: #123e5a;
  --wps-navy-deep: #082b42;
  --wps-ink: #17212b;
  --wps-muted: #62717d;
  --wps-line: #dfe7ec;
  --wps-soft: #f4f7f9;
  --wps-white: #ffffff;
  --wps-accent: #f2efe7;
  --wps-shadow: 0 18px 55px rgba(8, 43, 66, .12);
  --wps-radius: 28px;
  --wps-shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.wps-public-site {
  margin: 0;
  background: var(--wps-white);
  color: var(--wps-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.wps-public-site a { color: inherit; text-decoration: none; }
body.wps-public-site img { max-width: 100%; display: block; }
.wps-shell { width: var(--wps-shell); margin-inline: auto; }

.wps-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(18,62,90,.08);
  backdrop-filter: blur(16px);
}
.wps-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wps-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.wps-brand__mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: var(--wps-navy); color: #fff; font-weight: 900; }
.wps-brand__text { font-weight: 800; color: var(--wps-navy-deep); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 360px; }
.wps-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; color: #314c5d; }
.wps-nav a { transition: color .2s ease; }
.wps-nav a:hover { color: var(--wps-navy); }
.wps-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--wps-line); border-radius: 14px; background: #fff; padding: 10px; }
.wps-menu-toggle span { display: block; height: 2px; background: var(--wps-navy); margin: 5px 0; border-radius: 2px; }

.wps-hero {
  min-height: min(760px, 82vh);
  position: relative;
  display: grid;
  align-items: end;
  background-image: var(--wps-hero-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.wps-hero--no-image { background: linear-gradient(140deg, var(--wps-navy-deep), var(--wps-navy)); }
.wps-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,25,38,.83) 0%, rgba(4,25,38,.58) 43%, rgba(4,25,38,.18) 76%, rgba(4,25,38,.08) 100%), linear-gradient(0deg, rgba(4,25,38,.50), transparent 60%); }
.wps-hero__content { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 90px; color: #fff; }
.wps-kicker, .wps-section-label { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 850; color: #8cc8e8; }
.wps-hero h1 { max-width: 840px; margin: 14px 0 18px; font-size: clamp(48px, 7vw, 92px); line-height: .98; letter-spacing: -.045em; }
.wps-hero__lead { max-width: 720px; margin: 0; font-size: clamp(18px, 2.2vw, 25px); color: rgba(255,255,255,.9); }
.wps-hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.wps-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.wps-btn:hover { transform: translateY(-2px); }
.wps-btn--primary { background: var(--wps-navy); color: #fff !important; }
.wps-hero .wps-btn--primary { background: #fff; color: var(--wps-navy-deep) !important; }
.wps-btn--glass { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: #fff !important; backdrop-filter: blur(10px); }
.wps-btn--outline { border-color: var(--wps-line); background: #fff; color: var(--wps-navy-deep) !important; }

.wps-section { padding: 88px 0; }
.wps-section--soft { background: var(--wps-soft); }
.wps-stats { margin-top: -132px; position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--wps-radius); background: #fff; box-shadow: var(--wps-shadow); overflow: hidden; }
.wps-stat { min-height: 160px; padding: 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--wps-line); }
.wps-stat:last-child { border-right: 0; }
.wps-stat__icon { font-size: 24px; color: var(--wps-navy); margin-bottom: 12px; }
.wps-stat strong { font-size: 34px; letter-spacing: -.03em; color: var(--wps-navy-deep); }
.wps-stat span:last-child { color: var(--wps-muted); font-size: 14px; }
.wps-about { max-width: 850px; margin: 78px auto 0; text-align: center; }
.wps-about h2, .wps-location h2, .wps-contact-card h2 { margin: 10px 0 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.035em; color: var(--wps-navy-deep); }
.wps-copy { font-size: 18px; color: #50606b; line-height: 1.85; }

.wps-location { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; }
.wps-location p { font-size: 22px; color: #40545f; margin-bottom: 10px; }
.wps-location small { color: #75838b; }
.wps-location__visual { min-height: 280px; border-radius: var(--wps-radius); display: grid; place-items: center; align-content: center; background: radial-gradient(circle at 50% 35%, #dcebf2, #d0e0e7 38%, #c3d3db); color: var(--wps-navy); text-align: center; }
.wps-location__visual span { font-size: 64px; line-height: 1; }
.wps-location__visual strong { margin-top: 16px; font-size: 20px; }

.wps-contact-card { border-radius: var(--wps-radius); background: var(--wps-navy-deep); color: #fff; padding: 42px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; box-shadow: var(--wps-shadow); }
.wps-contact-card .wps-section-label { color: #8cc8e8; }
.wps-contact-card h2 { color: #fff; margin-bottom: 10px; }
.wps-contact-card p { color: rgba(255,255,255,.76); max-width: 680px; margin: 0; }
.wps-contact-card__person { display: flex; gap: 22px; align-items: center; }
.wps-host-photo, .wps-host-avatar { width: 92px; height: 92px; border-radius: 50%; flex: 0 0 92px; object-fit: cover; }
.wps-host-avatar { display: grid; place-items: center; background: #fff; color: var(--wps-navy-deep); font-size: 30px; font-weight: 900; }
.wps-availability { font-weight: 800; color: #d9f3ff !important; margin-bottom: 8px !important; }
.wps-contact-card__actions { display: flex; flex-direction: column; gap: 10px; min-width: 190px; }
.wps-contact-card .wps-btn--primary { background: #fff; color: var(--wps-navy-deep) !important; }
.wps-contact-card .wps-btn--outline { background: transparent; border-color: rgba(255,255,255,.34); color: #fff !important; }

.wps-footer { padding: 34px 0; border-top: 1px solid var(--wps-line); background: #fff; }
.wps-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #65737d; font-size: 13px; }
.wps-footer strong { display: block; color: var(--wps-navy-deep); font-size: 15px; }
.wps-footer p { margin: 5px 0 0; }
.wps-footer__powered { text-align: right; }
.wps-footer__powered span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.wps-footer__powered a { font-weight: 800; color: var(--wps-navy); }

.wps-whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #1f9d62; color: #fff !important; font-size: 14px; font-weight: 900; box-shadow: 0 12px 35px rgba(10,100,61,.28); }
.wps-system-message { min-height: 72vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.wps-system-message h1 { font-size: 52px; color: var(--wps-navy-deep); }

@media (max-width: 900px) {
  :root { --wps-shell: min(100% - 30px, 760px); }
  .wps-header__inner { min-height: 70px; }
  .wps-brand__text { max-width: 220px; }
  .wps-menu-toggle { display: block; }
  .wps-nav { position: absolute; top: 70px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: #fff; border: 1px solid var(--wps-line); border-radius: 18px; box-shadow: var(--wps-shadow); }
  .wps-nav.is-open { display: flex; }
  .wps-nav a { padding: 14px 12px; border-radius: 12px; }
  .wps-nav a:hover { background: var(--wps-soft); }
  .wps-hero { min-height: 680px; background-position: center; }
  .wps-hero__content { padding-bottom: 68px; }
  .wps-stats { grid-template-columns: repeat(2, 1fr); margin-top: -110px; }
  .wps-stat:nth-child(2) { border-right: 0; }
  .wps-stat { border-bottom: 1px solid var(--wps-line); min-height: 130px; }
  .wps-location { grid-template-columns: 1fr; }
  .wps-contact-card { grid-template-columns: 1fr; }
  .wps-contact-card__actions { flex-direction: row; flex-wrap: wrap; min-width: 0; }
  .wps-contact-card__actions .wps-btn { flex: 1 1 160px; }
}

@media (max-width: 560px) {
  :root { --wps-shell: calc(100% - 24px); --wps-radius: 22px; }
  .wps-brand__text { max-width: 185px; }
  .wps-hero { min-height: 640px; align-items: end; }
  .wps-hero__shade { background: linear-gradient(0deg, rgba(4,25,38,.88) 0%, rgba(4,25,38,.56) 58%, rgba(4,25,38,.18) 100%); }
  .wps-hero__content { padding-top: 90px; padding-bottom: 48px; }
  .wps-hero h1 { font-size: clamp(42px, 14vw, 66px); }
  .wps-hero__lead { font-size: 18px; }
  .wps-hero__actions { flex-direction: column; }
  .wps-btn { width: 100%; }
  .wps-section { padding: 64px 0; }
  .wps-stats { grid-template-columns: repeat(2, 1fr); margin-top: -86px; }
  .wps-stat { padding: 20px; min-height: 112px; }
  .wps-stat strong { font-size: 28px; }
  .wps-about { margin-top: 58px; text-align: left; }
  .wps-about h2, .wps-location h2, .wps-contact-card h2 { font-size: 36px; }
  .wps-contact-card { padding: 28px 22px; }
  .wps-contact-card__person { align-items: flex-start; }
  .wps-host-photo, .wps-host-avatar { width: 64px; height: 64px; flex-basis: 64px; }
  .wps-contact-card__actions { flex-direction: column; }
  .wps-footer__inner { flex-direction: column; align-items: flex-start; }
  .wps-footer__powered { text-align: left; }
  .wps-whatsapp-float { right: 14px; bottom: 14px; }
}

/* v0.5.1 — Pulido móvil */
.wps-whatsapp-float {
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.wps-whatsapp-float.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(.94);
}

@media (max-width: 560px) {
  .wps-hero__actions { gap: 10px; }
  .wps-hero__actions .wps-btn { min-height: 54px; }

  /* Evita que el flex-basis de tablet convierta los botones en bloques gigantes. */
  .wps-contact-card__actions .wps-btn {
    flex: 0 0 auto;
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
  }

  .wps-contact-card__person {
    gap: 16px;
  }
  .wps-contact-card h2 {
    font-size: clamp(31px, 9vw, 36px);
    overflow-wrap: anywhere;
  }
  .wps-contact-card p {
    font-size: 16px;
    line-height: 1.65;
  }

  .wps-whatsapp-float {
    width: 54px;
    height: 54px;
    right: 14px;
    bottom: 18px;
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .wps-brand__text { max-width: 165px; }
  .wps-contact-card__person { flex-direction: column; }
  .wps-contact-card h2 { font-size: 32px; }
}

/* v0.6 — Espacios, galerías, amenidades y WhatsApp por scroll */
.wps-public-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:32px}.wps-public-section-head h2{margin:8px 0 8px;font-size:clamp(34px,4vw,52px);line-height:1.06;letter-spacing:-.035em;color:var(--wps-navy-deep)}.wps-public-section-head p{margin:0;color:var(--wps-muted);font-size:17px}.wps-public-section-head--split{align-items:center}.wps-space-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.wps-space-card{display:block;background:#fff;border:1px solid var(--wps-line);border-radius:24px;overflow:hidden;box-shadow:0 12px 34px rgba(8,43,66,.08);transition:transform .2s ease,box-shadow .2s ease}.wps-space-card:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(8,43,66,.13)}.wps-space-card__image{aspect-ratio:4/3;background-size:cover;background-position:center}.wps-space-card__image.is-empty{background:linear-gradient(145deg,#dbe8ee,#c8d9e1);position:relative}.wps-space-card__image.is-empty:after{content:'W';position:absolute;inset:0;display:grid;place-items:center;color:var(--wps-navy);font-size:42px;font-weight:900}.wps-space-card__body{padding:20px}.wps-space-card__body>span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;color:#6aaed3}.wps-space-card h3{margin:7px 0 8px;color:var(--wps-navy-deep);font-size:24px;line-height:1.15}.wps-space-card p{margin:0 0 12px;color:#61717c}.wps-space-card__meta{font-size:12px;font-weight:800;color:#31546a}.wps-gallery-preview{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:220px;gap:12px}.wps-gallery-preview a{overflow:hidden;border-radius:18px}.wps-gallery-preview a:first-child{grid-column:span 2;grid-row:span 2}.wps-gallery-preview img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wps-gallery-preview a:hover img{transform:scale(1.03)}.wps-amenities-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.wps-amenity{min-height:88px;border:1px solid var(--wps-line);border-radius:18px;background:#fff;padding:16px;display:flex;align-items:center;gap:12px}.wps-amenity span{width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:#edf4f8;color:var(--wps-navy);display:grid;place-items:center;font-size:20px;font-weight:900}.wps-amenity strong{font-size:14px;color:var(--wps-navy-deep)}

.wps-detail-hero{min-height:520px;position:relative;display:grid;align-items:end;background-image:var(--wps-detail-image);background-size:cover;background-position:center}.wps-detail-hero.is-empty{background:linear-gradient(135deg,var(--wps-navy-deep),var(--wps-navy))}.wps-detail-hero__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,25,38,.84),rgba(4,25,38,.10) 70%)}.wps-detail-hero__content{position:relative;z-index:2;padding:80px 0 60px;color:#fff}.wps-detail-hero h1,.wps-simple-hero h1{font-size:clamp(48px,7vw,84px);line-height:1;letter-spacing:-.045em;margin:12px 0;color:inherit}.wps-detail-capacity{font-size:18px;margin:0;color:rgba(255,255,255,.8)}.wps-back-link{display:inline-flex;margin-bottom:20px;font-weight:800;color:inherit;opacity:.88}.wps-detail-copy{max-width:820px}.wps-detail-copy p{font-size:20px;line-height:1.8;color:#4e606b}.wps-simple-hero{padding:90px 0 60px;background:linear-gradient(135deg,var(--wps-navy-deep),var(--wps-navy));color:#fff}.wps-simple-hero p{font-size:19px;color:rgba(255,255,255,.78)}.wps-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.wps-photo-tile{appearance:none;border:0;padding:0;border-radius:18px;overflow:hidden;background:#dfe8ed;cursor:zoom-in;aspect-ratio:4/3}.wps-photo-tile img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.wps-photo-tile:hover img{transform:scale(1.025)}.wps-photo-grid--general .wps-photo-tile:nth-child(5n+1){grid-column:span 2;grid-row:span 2}.wps-empty-public{padding:30px;border:1px dashed var(--wps-line);border-radius:18px;color:var(--wps-muted);text-align:center}.wps-inline-cta{background:var(--wps-navy-deep);color:#fff;border-radius:28px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wps-inline-cta h2{font-size:40px;margin:8px 0}.wps-inline-cta p{margin:0;color:rgba(255,255,255,.75)}.wps-inline-cta .wps-btn--primary{background:#fff;color:var(--wps-navy-deep)!important;white-space:nowrap}

.wps-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(3,16,25,.94);display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.wps-lightbox.is-open{opacity:1;visibility:visible}.wps-lightbox img{max-width:min(1200px,92vw);max-height:88vh;object-fit:contain;border-radius:12px}.wps-lightbox__close{position:fixed;top:20px;right:20px;width:48px;height:48px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:30px;cursor:pointer}.wps-lightbox__caption{position:fixed;left:20px;right:80px;bottom:18px;text-align:center;color:#fff;font-size:13px}

/* Oculto por defecto. Solo aparece durante el desplazamiento y se desvanece 3 s después. */
.wps-whatsapp-float{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px) scale(.94);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.wps-whatsapp-float.is-scroll-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}.wps-whatsapp-float.is-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px) scale(.94)}

@media(max-width:900px){.wps-space-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wps-amenities-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wps-gallery-preview{grid-auto-rows:180px}.wps-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wps-inline-cta{flex-direction:column;align-items:flex-start}.wps-nav{max-height:calc(100vh - 100px);overflow-y:auto}}
@media(max-width:560px){.wps-public-section-head,.wps-public-section-head--split{align-items:flex-start;flex-direction:column}.wps-public-section-head .wps-btn{width:100%}.wps-space-grid{grid-template-columns:1fr}.wps-space-card h3{font-size:22px}.wps-gallery-preview{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}.wps-gallery-preview a:first-child{grid-column:span 2;grid-row:span 1}.wps-amenities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wps-amenity{min-height:78px;padding:12px}.wps-detail-hero{min-height:480px}.wps-detail-hero__content{padding:70px 0 48px}.wps-detail-hero h1,.wps-simple-hero h1{font-size:46px}.wps-photo-grid,.wps-photo-grid--general{grid-template-columns:1fr}.wps-photo-grid--general .wps-photo-tile:nth-child(5n+1){grid-column:auto;grid-row:auto}.wps-photo-tile{aspect-ratio:4/3}.wps-inline-cta{padding:28px 22px}.wps-inline-cta h2{font-size:34px}.wps-simple-hero{padding:70px 0 45px}}
@media(max-width:390px){.wps-amenities-grid{grid-template-columns:1fr}}

/* v0.6.2 — galería de categorías compacta en móvil */
@media(max-width:560px){.wps-space-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wps-space-card{border-radius:18px}.wps-space-card__image{aspect-ratio:4/3}.wps-space-card__body{padding:12px}.wps-space-card__body>span{font-size:9px;letter-spacing:.08em}.wps-space-card h3{font-size:16px;margin:5px 0 7px;line-height:1.15}.wps-space-card p{display:none}.wps-space-card__meta{font-size:10px;line-height:1.3}.wps-public-section-head{margin-bottom:22px}}
@media(max-width:360px){.wps-space-grid{grid-template-columns:1fr}}
