:root{
  --hps-blue:#244A73;
  --hps-blue-900:#0E355C;
  --hps-gold:#F5B22D;
  --hps-gold-700:#D99113;
  --hps-green:#6C7A2D;
  --hps-cream:#F8F4EC;
  --hps-white:#fff;
  --hps-text:#1f2933;
  --hps-muted:#64748b;
  --hps-shadow:0 18px 50px rgba(14,53,92,.14);
  --hps-radius:24px;
  --hps-hero-img:linear-gradient(110deg,rgba(14,53,92,.92),rgba(217,145,19,.30)),radial-gradient(circle at 72% 30%,#f6b93b 0 8%,transparent 9%),linear-gradient(145deg,#15385d,#315f84 42%,#e5a234);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--hps-text);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.hps-container{width:min(1180px,calc(100% - 36px));margin-inline:auto}.hps-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(36,74,115,.08)}.hps-header__inner{height:82px;display:flex;align-items:center;gap:24px}.hps-logo{display:flex;align-items:center;flex:0 0 auto}.hps-logo img{width:172px;max-height:72px;object-fit:contain}.hps-nav{margin-left:auto}.hps-nav__list{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}.hps-nav a{font-weight:800;font-size:14px;color:var(--hps-blue-900)}.hps-nav a:hover{color:var(--hps-gold-700)}.hps-menu-toggle{display:none;background:transparent;border:0;font-size:30px;color:var(--hps-green);cursor:pointer}.hps-header__cta{flex:0 0 auto}.hps-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:14px 22px;font-weight:900;border:1px solid transparent;box-shadow:0 12px 24px rgba(14,53,92,.12);transition:.2s transform,.2s box-shadow,.2s background}.hps-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(14,53,92,.18)}.hps-btn--gold{background:linear-gradient(135deg,var(--hps-gold),#f7c45f);color:#17304c}.hps-btn--blue{background:var(--hps-blue-900);color:#fff;border-color:rgba(255,255,255,.25)}.hps-mini-btn{display:inline-flex;background:var(--hps-blue-900);color:#fff;font-size:12px;font-weight:900;padding:8px 14px;border-radius:9px;margin-top:10px}.hps-hero{position:relative;min-height:570px;background-image:var(--hps-hero-img);background-size:cover;background-position:center;display:grid;align-items:center;overflow:hidden}.hps-hero:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(0deg,rgba(0,0,0,.35),transparent)}.hps-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,35,.82) 0%,rgba(5,20,35,.55) 35%,rgba(5,20,35,.16) 72%)}.hps-hero__content{position:relative;z-index:2;color:#fff;padding-block:90px 110px}.hps-badge{display:inline-flex;background:var(--hps-green);color:#fff;font-weight:900;border-radius:999px;padding:8px 14px;margin-bottom:18px;box-shadow:0 10px 20px rgba(0,0,0,.18)}.hps-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,5.2vw,72px);line-height:.98;max-width:760px;margin:0 0 18px;letter-spacing:-.03em}.hps-hero p{font-size:clamp(17px,1.5vw,21px);max-width:660px;margin:0 0 28px;color:rgba(255,255,255,.92)}.hps-actions{display:flex;gap:14px;flex-wrap:wrap}.hps-benefits{position:relative;z-index:5;margin-top:-38px;background:#fff;border:1px solid rgba(36,74,115,.10);box-shadow:var(--hps-shadow);border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);padding:16px}.hps-benefits article{display:flex;align-items:center;gap:12px;padding:10px 18px;border-right:1px solid rgba(108,122,45,.22)}.hps-benefits article:last-child{border-right:0}.hps-benefits span{font-size:28px;color:var(--hps-green);width:38px;text-align:center}.hps-benefits strong{color:var(--hps-blue-900);font-size:14px}.hps-section{padding:54px 0 10px}.hps-section__head{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:28px;text-align:center}.hps-section__head span{height:2px;width:72px;background:var(--hps-green);opacity:.75}.hps-section__head h2{font-family:Georgia,'Times New Roman',serif;color:var(--hps-blue-900);font-size:clamp(27px,3vw,38px);line-height:1.08;margin:0}.hps-services{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.hps-service-card,.hps-room-card,.hps-exp-card,.hps-testimonials article{background:#fff;border:1px solid rgba(217,145,19,.24);border-radius:18px;box-shadow:0 10px 28px rgba(14,53,92,.08);overflow:hidden;transition:.25s transform,.25s box-shadow}.hps-service-card:hover,.hps-room-card:hover,.hps-exp-card:hover,.hps-testimonials article:hover{transform:translateY(-5px);box-shadow:var(--hps-shadow)}.hps-photo{min-height:150px;position:relative;display:flex;align-items:flex-end;background-size:cover;background-position:center;overflow:hidden}.hps-photo:before,.hps-room-card__image:before,.hps-exp-card__image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(14,53,92,.42))}.hps-photo span{position:relative;z-index:2;display:grid;place-items:center;margin:0 0 -23px 22px;width:54px;height:54px;border-radius:50%;background:var(--hps-blue-900);color:#fff;border:4px solid #fff;font-size:24px;box-shadow:0 12px 24px rgba(14,53,92,.22)}.hps-card-body{padding:34px 22px 24px}.hps-card-body h3,.hps-room-card h3,.hps-exp-card h3{font-family:Georgia,'Times New Roman',serif;color:var(--hps-blue-900);font-size:25px;line-height:1.05;margin:0 0 10px}.hps-card-body p,.hps-room-card p,.hps-exp-card p{font-size:14px;color:#34445a;margin:0 0 12px}.hps-card-body a{font-weight:900;color:var(--hps-gold-700);font-size:13px}.hps-photo--hospedaje,.hps-photo--room1{background-image:linear-gradient(135deg,rgba(255,255,255,.08),rgba(245,178,45,.16)),linear-gradient(145deg,#d5c1a4,#fff4e0 48%,#8b6e4a)}.hps-photo--recreativa,.hps-photo--piscinas{background-image:linear-gradient(145deg,#1a9bd0,#8bd5ee 48%,#6c7a2d)}.hps-photo--balcon,.hps-photo--eventos{background-image:linear-gradient(145deg,#eee5d4,#c9984e 48%,#244a73)}.hps-photo--terraza,.hps-photo--comida{background-image:linear-gradient(145deg,#244a73,#f5b22d 55%,#612d10)}.hps-photo--room2{background-image:linear-gradient(145deg,#c49350,#fff3d1 47%,#244a73)}.hps-photo--room3{background-image:linear-gradient(145deg,#f2dcc2,#e0a63c 50%,#1c4168)}.hps-photo--vista{background-image:linear-gradient(145deg,#6c7a2d,#f5b22d 50%,#244a73)}.hps-rooms{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hps-room-card{display:grid;grid-template-columns:42% 1fr;min-height:158px}.hps-room-card__image{position:relative;background-size:cover;background-position:center}.hps-room-card>div:last-child{padding:20px}.hps-room-card strong{display:block;color:var(--hps-gold-700);font-weight:950}.hps-experiences{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.hps-exp-card{text-align:center}.hps-exp-card__image{height:110px;background-size:cover;background-position:center;position:relative}.hps-exp-card h3{font-size:20px;margin:14px 10px 4px}.hps-exp-card p{font-size:12.5px;margin:0 12px 16px}.hps-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hps-testimonials article{padding:24px}.hps-stars{color:var(--hps-gold);letter-spacing:3px;font-size:18px}.hps-testimonials p{font-style:italic;color:#34445a}.hps-testimonials strong{color:var(--hps-blue-900)}.hps-contact{margin-top:42px;background:linear-gradient(180deg,var(--hps-cream),#fff);padding:48px 0}.hps-contact__grid{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:24px;align-items:stretch}.hps-contact h2,.hps-arrival h2{font-family:Georgia,'Times New Roman',serif;color:var(--hps-blue-900);font-size:32px;margin:0 0 14px}.hps-map{min-height:260px;border-radius:22px;background:linear-gradient(135deg,#e7ecdf,#f8f4ec);border:1px solid rgba(36,74,115,.1);display:grid;place-items:center;position:relative;overflow:hidden}.hps-map:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(36,74,115,.07) 1px,transparent 1px),linear-gradient(rgba(36,74,115,.07) 1px,transparent 1px);background-size:36px 36px;transform:rotate(-4deg) scale(1.1)}.hps-map span{position:relative;font-size:58px;filter:drop-shadow(0 12px 20px rgba(14,53,92,.25))}.hps-arrival{border-radius:24px;background:linear-gradient(135deg,var(--hps-blue-900),#0b2440);color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:center}.hps-arrival h2{color:#fff}.hps-final-cta{background:linear-gradient(135deg,#0e355c,#174d7b 58%,#6c7a2d);color:#fff;padding:50px 0}.hps-final-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.hps-final-cta h2{font-family:Georgia,'Times New Roman',serif;font-size:42px;line-height:1;margin:0 0 8px}.hps-final-cta p{margin:0;color:rgba(255,255,255,.82)}.hps-sun{color:var(--hps-gold);font-size:42px}.hps-footer{background:#082d50;color:#dce8f2;padding:50px 0 20px}.hps-footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:34px}.hps-footer__logo{max-width:180px;margin-bottom:14px;background:#fff;border-radius:12px;padding:6px}.hps-footer h3{color:#fff;margin:0 0 12px}.hps-footer a{display:block;color:#dce8f2;margin:7px 0}.hps-footer p{margin:7px 0;color:#dce8f2}.hps-footer__bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;font-size:13px;color:#b8d0e4}.hps-page-hero{background:linear-gradient(135deg,var(--hps-blue-900),var(--hps-green));color:#fff;padding:80px 0}.hps-page-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:48px;margin:0}.hps-content{padding:48px 0;font-size:18px}.hps-content img{border-radius:20px;box-shadow:var(--hps-shadow)}.hps-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;padding:50px 0}.hps-post-card{border:1px solid rgba(36,74,115,.12);border-radius:20px;overflow:hidden;padding:22px;box-shadow:0 10px 28px rgba(14,53,92,.08)}.hps-post-card img{margin:-22px -22px 18px;width:calc(100% + 44px);max-width:none}.hps-post-card h2{font-family:Georgia,'Times New Roman',serif;color:var(--hps-blue-900)}
@media(max-width:980px){.hps-header__inner{height:auto;min-height:74px;flex-wrap:wrap}.hps-logo img{width:145px}.hps-menu-toggle{display:block;margin-left:auto}.hps-header__cta{display:none}.hps-nav{display:none;order:4;width:100%;margin-left:0}.hps-nav.is-open{display:block}.hps-nav__list{display:grid;gap:0}.hps-nav a{display:block;padding:14px 0;border-top:1px solid rgba(36,74,115,.08)}.hps-hero{min-height:590px}.hps-benefits{grid-template-columns:repeat(2,1fr);margin-top:-24px}.hps-benefits article:nth-child(2){border-right:0}.hps-benefits article{border-bottom:1px solid rgba(108,122,45,.14)}.hps-services{grid-template-columns:repeat(2,1fr)}.hps-rooms{grid-template-columns:1fr}.hps-experiences{grid-template-columns:repeat(3,1fr)}.hps-testimonials{grid-template-columns:1fr}.hps-contact__grid{grid-template-columns:1fr}.hps-final-cta__inner{display:grid}.hps-footer__grid{grid-template-columns:1fr 1fr}.hps-post-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hps-container{width:min(100% - 24px,1180px)}.hps-hero{min-height:640px}.hps-hero__content{padding-block:70px 90px}.hps-hero h1{font-size:42px}.hps-actions .hps-btn{width:100%}.hps-benefits{grid-template-columns:repeat(2,1fr);padding:8px}.hps-benefits article{padding:10px 8px;gap:8px}.hps-benefits span{font-size:22px;width:28px}.hps-benefits strong{font-size:11px}.hps-section{padding-top:42px}.hps-section__head span{width:42px}.hps-services{grid-template-columns:1fr}.hps-room-card{grid-template-columns:1fr}.hps-room-card__image{min-height:150px}.hps-experiences{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.hps-exp-card{min-width:170px;scroll-snap-align:start}.hps-footer__grid{grid-template-columns:1fr}.hps-footer__bottom{display:grid}.hps-post-grid{grid-template-columns:1fr}.hps-page-hero h1{font-size:36px}}


/* v1.0.2 conversion and premium polish */
.hps-topbar{background:linear-gradient(90deg,var(--hps-blue-900),var(--hps-blue));color:#fff;font-size:13px;font-weight:800}
.hps-topbar .hps-container{min-height:36px;display:flex;align-items:center;justify-content:center;gap:18px;text-align:center}
.hps-topbar a{background:var(--hps-gold);color:#12304d;border-radius:999px;padding:5px 12px;font-weight:900}
.hps-header{box-shadow:0 6px 20px rgba(14,53,92,.06)}
.hps-hero{isolation:isolate}
.hps-hero__content:before{content:"";position:absolute;z-index:-1;left:-28px;top:70px;width:min(740px,92vw);height:calc(100% - 150px);background:linear-gradient(90deg,rgba(14,53,92,.28),rgba(14,53,92,.04));border-radius:28px;filter:blur(.2px)}
.hps-badge{background:linear-gradient(135deg,var(--hps-green),#365f32);letter-spacing:.01em}.hps-room-card strong{color:var(--hps-gold-700);font-weight:950}.hps-card-body:after{content:"";display:block;width:42px;height:3px;background:var(--hps-green);border-radius:99px;margin-top:16px}.hps-contact{padding:54px 0;background:linear-gradient(180deg,var(--hps-cream),#fff)}
.hps-faq{padding-bottom:54px}.hps-faq__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.hps-faq details{background:#fff;border:1px solid rgba(36,74,115,.12);border-radius:16px;padding:18px 20px;box-shadow:0 10px 28px rgba(14,53,92,.07)}.hps-faq summary{cursor:pointer;font-weight:950;color:var(--hps-blue-900);list-style:none}.hps-faq summary::-webkit-details-marker{display:none}.hps-faq summary:after{content:"+";float:right;color:var(--hps-gold-700);font-size:22px;line-height:1}.hps-faq details[open] summary:after{content:"−"}.hps-faq p{margin:12px 0 0;color:#41546b}.hps-floating-whatsapp{position:fixed;right:22px;bottom:24px;z-index:100;display:inline-flex;align-items:center;gap:8px;background:#25D366;color:#fff;border-radius:999px;padding:14px 18px;font-weight:950;box-shadow:0 18px 36px rgba(0,0,0,.22)}.hps-floating-whatsapp:before{content:"☏";font-size:20px}.hps-mobile-reserve{display:none}.hps-page-hero{background:linear-gradient(135deg,var(--hps-blue-900),var(--hps-blue));color:#fff;padding:64px 0}.hps-page-hero h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:48px}.hps-content{width:min(920px,calc(100% - 36px));margin:42px auto}.hps-content a{color:var(--hps-blue-900);font-weight:800}.hps-map{background-image:linear-gradient(135deg,rgba(36,74,115,.04),rgba(245,178,45,.12)),repeating-linear-gradient(90deg,rgba(36,74,115,.08) 0 1px,transparent 1px 44px),repeating-linear-gradient(0deg,rgba(36,74,115,.08) 0 1px,transparent 1px 44px)!important;background-color:#fbf7ef}
@media(max-width:980px){.hps-topbar .hps-container{justify-content:space-between}.hps-topbar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hps-faq__grid{grid-template-columns:1fr}.hps-floating-whatsapp{display:none}.hps-mobile-reserve{position:fixed;left:0;right:0;bottom:0;z-index:110;display:grid;grid-template-columns:1.2fr .8fr;padding:10px 12px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 -10px 30px rgba(14,53,92,.16);gap:8px}.hps-mobile-reserve a{display:flex;align-items:center;justify-content:center;border-radius:12px;padding:12px 10px;font-size:13px;font-weight:950}.hps-mobile-reserve a:first-child{background:var(--hps-gold);color:#12304d}.hps-mobile-reserve a:last-child{background:var(--hps-blue-900);color:#fff}body{padding-bottom:74px}}
@media(max-width:620px){.hps-topbar{font-size:11px}.hps-topbar a{display:none}.hps-hero__content:before{display:none}.hps-faq details{padding:16px}.hps-page-hero h1{font-size:36px}}

/* v1.0.3 - imágenes reales desde Personalizador y pulido premium */
.hps-photo[style],.hps-room-card__image[style],.hps-exp-card__image[style]{background-size:cover;background-position:center;background-repeat:no-repeat}
.hps-service-card .hps-photo[style]{min-height:168px}
.hps-room-card__image[style],.hps-exp-card__image[style]{background-size:cover;background-position:center}
.hps-service-card .hps-photo,.hps-room-card__image,.hps-exp-card__image{transition:transform .45s ease,filter .45s ease}
.hps-service-card:hover .hps-photo,.hps-room-card:hover .hps-room-card__image,.hps-exp-card:hover .hps-exp-card__image{filter:saturate(1.08) contrast(1.03)}
.hps-service-card{position:relative}.hps-service-card:after{content:"";position:absolute;inset:0;border-radius:18px;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}
.hps-card-body a:after{content:" →";transition:padding-left .2s}.hps-card-body a:hover:after{padding-left:4px}
.hps-section__head h2{max-width:900px}.hps-room-card h3:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--hps-green);margin-right:8px;vertical-align:middle}
.hps-exp-card__image:after{content:"";position:absolute;left:12px;bottom:12px;width:34px;height:34px;border-radius:50%;background:rgba(108,122,45,.9);box-shadow:0 8px 16px rgba(14,53,92,.18)}
.hps-testimonials article{position:relative}.hps-testimonials article:after{content:"“";position:absolute;right:20px;top:4px;font-family:Georgia,'Times New Roman',serif;font-size:72px;color:rgba(245,178,45,.16);line-height:1}.hps-testimonials article>*{position:relative;z-index:1}
.hps-final-cta{position:relative;overflow:hidden}.hps-final-cta:before{content:"";position:absolute;right:-90px;top:-120px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(245,178,45,.28),transparent 65%)}.hps-final-cta__inner{position:relative;z-index:1}
@media(max-width:620px){.hps-service-card .hps-photo[style]{min-height:138px}.hps-card-body{padding:28px 18px 22px}.hps-card-body h3,.hps-room-card h3{font-size:22px}.hps-exp-card__image:after{width:28px;height:28px}.hps-final-cta h2{font-size:32px}}


/* v1.0.4 - Conexión de contenido existente: páginas + blog */
.hps-connected{padding-top:40px}.hps-connected__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hps-connected-card{background:linear-gradient(180deg,#fff,var(--hps-cream));border:1px solid rgba(36,74,115,.12);border-radius:20px;padding:22px;box-shadow:0 12px 34px rgba(14,53,92,.08);position:relative;overflow:hidden}.hps-connected-card:before{content:"";position:absolute;right:-30px;top:-30px;width:86px;height:86px;border-radius:50%;background:rgba(245,178,45,.18)}.hps-connected-card small{display:inline-block;color:var(--hps-green);font-weight:950;text-transform:uppercase;letter-spacing:.05em;font-size:11px}.hps-connected-card h3{font-family:Georgia,'Times New Roman',serif;color:var(--hps-blue-900);font-size:24px;margin:10px 0}.hps-connected-card p{color:#41546b;margin:0 0 18px}.hps-connected-card a{font-weight:950;color:var(--hps-blue-900)}.hps-connected-card a:after{content:" →"}.hps-latest{padding-top:34px}.hps-latest__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hps-latest-card{border-radius:22px;background:#fff;overflow:hidden;border:1px solid rgba(36,74,115,.12);box-shadow:0 16px 42px rgba(14,53,92,.09)}.hps-latest-card__image{min-height:190px;background:linear-gradient(135deg,var(--hps-blue),var(--hps-green));display:grid;place-items:center;color:#fff;font-weight:950}.hps-latest-card__image img{width:100%;height:210px;object-fit:cover;display:block}.hps-latest-card__body{padding:22px}.hps-latest-card small{color:var(--hps-gold-700);font-weight:950}.hps-latest-card h3{font-family:Georgia,'Times New Roman',serif;font-size:24px;line-height:1.1;margin:8px 0}.hps-latest-card h3 a{color:var(--hps-blue-900)}.hps-latest-card p{color:#41546b;margin-bottom:18px}.hps-nav .current-menu-item>a,.hps-nav a:hover{color:var(--hps-gold-700)}
@media(max-width:980px){.hps-connected__grid{grid-template-columns:repeat(2,1fr)}.hps-latest__grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hps-connected__grid,.hps-latest__grid{grid-template-columns:1fr}.hps-connected-card{padding:18px}.hps-latest-card__image{min-height:150px}.hps-latest-card__image img{height:170px}}

/* v1.0.5 - Imágenes conectadas por sección/bloque de landing */
.hps-service-card .hps-photo,
.hps-room-card__image,
.hps-exp-card__image,
.hps-connected-card__image{background-size:cover;background-position:center;background-repeat:no-repeat}
.hps-service-card .hps-photo:not([style]),
.hps-room-card__image:not([style]),
.hps-exp-card__image:not([style]),
.hps-connected-card__image:not([style]){background-blend-mode:multiply}
.hps-connected-card--with-image{padding:0;display:flex;flex-direction:column;min-height:100%;background:#fff}
.hps-connected-card__image{display:block;min-height:150px;position:relative;background-size:cover;background-position:center;overflow:hidden}
.hps-connected-card__image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,53,92,.03),rgba(14,53,92,.48))}
.hps-connected-card__image:after{content:"Ver sección";position:absolute;left:16px;bottom:14px;background:rgba(255,255,255,.92);color:var(--hps-blue-900);font-weight:950;border-radius:999px;padding:6px 12px;font-size:12px;box-shadow:0 10px 22px rgba(14,53,92,.18)}
.hps-connected-card__body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.hps-connected-card__body p{flex:1}
.hps-connected-card--with-image:before{display:none}
.hps-connected-card--with-image:hover .hps-connected-card__image{filter:saturate(1.08) contrast(1.03)}
.hps-photo[style] span{background:linear-gradient(135deg,var(--hps-blue-900),var(--hps-blue));}
.hps-service-card .hps-photo[style]:before,
.hps-room-card__image[style]:before,
.hps-exp-card__image[style]:before{background:linear-gradient(180deg,rgba(14,53,92,.02) 20%,rgba(14,53,92,.52))}
@media(max-width:620px){.hps-connected-card__image{min-height:170px}.hps-connected-card__body{padding:18px}}
