.hps-pro-carousel-wrap{--hps-side-opacity:.52;--hps-side-scale:.92;position:relative;width:100%;overflow:hidden;padding-inline:0;opacity:0;transition:opacity .2s ease}.hps-pro-carousel-wrap.is-ready{opacity:1}
.hps-pro-carousel{position:relative;overflow:visible;cursor:grab;user-select:none;-webkit-user-select:none;min-height:1px;touch-action:pan-y}
.hps-pro-carousel:active{cursor:grabbing}
.hps-track{display:flex;align-items:stretch;will-change:transform,width;transition:transform .75s cubic-bezier(.22,1,.36,1),width .75s cubic-bezier(.22,1,.36,1)}
.hps-slide{flex:0 0 auto;position:relative}
.hps-slide-card{--hps-overlay:rgba(0,0,0,.74);position:relative;display:block;overflow:hidden;height:520px;border-radius:28px;transform-origin:center center;transition:transform .75s cubic-bezier(.22,1,.36,1),opacity .55s ease,filter .55s ease,box-shadow .55s ease;transform:scale(var(--hps-side-scale));opacity:var(--hps-side-opacity);filter:saturate(.82);box-shadow:none}
.hps-slide-card.is-active{transform:scale(1);opacity:1;filter:none;box-shadow:0 20px 60px rgba(0,0,0,.14)}
.hps-slide-media{position:absolute;inset:0;background-size:cover;background-position:center center;transform:scale(1);transition:transform .75s cubic-bezier(.22,1,.36,1),filter .55s ease;will-change:transform}
.hps-slide-card:hover .hps-slide-media{transform:scale(1.05)}
.hps-slide-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.12) 28%, var(--hps-overlay) 100%);z-index:0}
.hps-slide-link{position:absolute;inset:0;z-index:1}
.hps-corner-link{position:absolute;right:18px;top:18px;z-index:3;width:46px;height:46px;border-radius:999px;background:#fff;color:#ff7a00;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.14);transition:transform .28s ease,opacity .3s ease}
.hps-corner-link:hover{transform:translateY(-1px) scale(1.04)}
.hps-corner-link svg,.hps-corner-link i{width:1em;height:1em;font-size:14px}
.hps-slide-content{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:34px;max-width:84%;color:#fff;pointer-events:none}
.hps-slide-content > *{pointer-events:auto}
.hps-slide-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.hps-slide-title{margin:0 0 10px;font-size:26px;line-height:1.1;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-wrap:balance}
.hps-slide-excerpt{font-size:14px;line-height:1.55;opacity:.9;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-width:720px}
.hps-slide-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px;font-size:14px;font-weight:600;opacity:.86}
.hps-slide-button{display:inline-flex;align-items:center;justify-content:center;margin-top:22px;padding:13px 22px;background:#fff;color:#171717;text-decoration:none;border-radius:999px;font-weight:700;font-size:14px;transition:transform .28s ease}
.hps-slide-button:hover{transform:translateY(-2px)}
.hps-slide-card.is-side .hps-slide-content{max-width:calc(100% - 24px);padding:22px}
.hps-slide-card.is-side .hps-slide-chip{margin-bottom:12px}
.hps-slide-card.is-side .hps-slide-title{font-size:18px;line-height:1.1;-webkit-line-clamp:3}
.hps-slide-card.is-side .hps-slide-excerpt{font-size:11px;line-height:1.45;-webkit-line-clamp:2;max-width:none}
.hps-slide-card.is-side .hps-slide-meta{font-size:11px;gap:8px;margin-top:8px}
.hps-slide-card.is-side .hps-slide-button{display:none}
.hps-slide-card.is-side .hps-corner-link{opacity:.96}
.hps-slide-card.is-prev .hps-slide-content,.hps-slide-card.is-next .hps-slide-content{max-width:100%}
.hps-nav{position:absolute;z-index:30;pointer-events:auto;width:42px;height:42px;border-radius:999px;border:none;background:#ff7a00;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.14);transition:transform .28s ease,opacity .28s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.hps-nav:hover{filter:brightness(1.02)}
.hps-nav svg,.hps-nav i{width:1em;height:1em;font-size:16px}
.hps-fraction{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:5;display:inline-flex;align-items:center;gap:7px;background:rgba(0,0,0,.58);color:#fff;padding:8px 16px;border-radius:999px;font-weight:700;font-size:14px;backdrop-filter:blur(10px);line-height:1}
.nav-inside-middle .hps-prev{left:24px;top:50%;transform:translateY(-50%)}
.nav-inside-middle .hps-next{right:24px;top:50%;transform:translateY(-50%)}
.nav-outside-middle .hps-prev{left:-20px;top:50%;transform:translateY(-50%)}
.nav-outside-middle .hps-next{right:-20px;top:50%;transform:translateY(-50%)}
.nav-inside-top-right .hps-prev{right:74px;top:18px}.nav-inside-top-right .hps-next{right:18px;top:18px}.nav-inside-top-right .hps-nav:hover{transform:scale(1.05)}
.nav-inside-bottom-center .hps-prev{left:calc(50% - 52px);bottom:18px}.nav-inside-bottom-center .hps-next{left:calc(50% + 10px);bottom:18px}.nav-inside-bottom-center .hps-nav:hover{transform:scale(1.05)}
.hps-grid-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hps-grid-card img{display:block;width:100%;height:auto;border-radius:20px}.hps-grid-card h3{margin:12px 0 0}
.hps-project-card{position:relative;overflow:hidden;border-radius:28px;background:#111}.hps-project-card-link{position:relative;display:block;min-height:420px;text-decoration:none;color:#fff}.hps-project-card-image{position:absolute;inset:0;background-size:cover;background-position:center center;transition:transform .6s ease}.hps-project-card:hover .hps-project-card-image{transform:scale(1.04)}.hps-project-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04), rgba(0,0,0,.72))}.hps-project-card-content{position:absolute;left:0;right:0;bottom:0;padding:28px;z-index:2}.hps-project-chip{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.16);margin-bottom:14px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hps-project-card h3{margin:0 0 10px;font-size:28px;line-height:1.12;color:#fff}.hps-project-card p{margin:0 0 12px;font-size:15px;line-height:1.55;color:rgba(255,255,255,.86)}.hps-inline-meta{display:flex;gap:12px;flex-wrap:wrap;color:rgba(255,255,255,.72);font-size:14px;font-weight:600}.hps-project-card-cta{display:inline-flex;margin-top:18px;padding:13px 20px;border-radius:999px;background:#fff;color:#161616;font-weight:700}
.hps-single-hero{min-height:70vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end}.hps-single-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.62))}.hps-single-hero-inner{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding:120px 24px 56px;width:100%;color:#fff}.hps-single-hero h1{font-size:64px;line-height:1.05;margin:0 0 16px}.hps-single-hero .intro{max-width:720px;font-size:20px;line-height:1.6}.hps-meta-row{display:flex;gap:44px;flex-wrap:wrap;margin-top:24px}.hps-meta-item .label{font-size:14px;opacity:.85}.hps-meta-item .value{font-size:18px;font-weight:700}.hps-single-content{max-width:1240px;margin:70px auto;padding:0 24px}.hps-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:60px}.hps-project-gallery-slider{margin-top:28px}.hps-project-gallery-stage{position:relative;background:#f6f6f6;border-radius:24px;overflow:hidden}.hps-project-gallery-slide{display:none}.hps-project-gallery-slide.is-active{display:block}.hps-project-gallery-slide img{width:100%;height:clamp(320px,58vw,760px);object-fit:cover;display:block}.hps-project-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:14px;margin-top:14px}.hps-project-gallery-thumb{appearance:none;border:0;background:transparent;padding:0;cursor:pointer;border-radius:14px;overflow:hidden;opacity:.72;transition:opacity .25s ease,transform .25s ease,box-shadow .25s ease}.hps-project-gallery-thumb img{width:100%;height:92px;object-fit:cover;display:block}.hps-project-gallery-thumb:hover,.hps-project-gallery-thumb:focus-visible,.hps-project-gallery-thumb.is-active{opacity:1;transform:translateY(-2px);box-shadow:0 0 0 2px rgba(255,122,0,.95) inset}.hps-project-gallery-thumb:focus-visible{outline:none}.hps-project-nav{display:flex;justify-content:space-between;gap:20px;margin-top:42px}.hps-project-nav a{text-decoration:none;color:#ff7a00;font-weight:700}
@media (max-width:1200px){.hps-slide-content{max-width:92%}.hps-slide-title{font-size:24px}}
@media (max-width:1024px){.hps-slide-card{height:460px}.hps-slide-content{padding:26px;max-width:100%}.hps-slide-title{font-size:22px}.hps-slide-excerpt{font-size:13px}.hps-slide-card.is-side .hps-slide-title{font-size:16px}.hps-slide-card.is-side .hps-slide-excerpt{font-size:10px}.hps-grid-list,.hps-two-col{grid-template-columns:1fr}.hps-single-hero h1{font-size:48px}.hps-project-gallery-slide img{height:clamp(300px,54vw,620px)}}
@media (max-width:767px){.hps-slide-card{height:420px;border-radius:24px}.hps-slide-content{padding:22px;max-width:100%}.hps-slide-title{font-size:18px}.hps-slide-excerpt{font-size:12px;-webkit-line-clamp:3}.hps-slide-card.is-side .hps-slide-title{font-size:13px}.hps-slide-card.is-side .hps-slide-excerpt{display:none}.hps-corner-link{right:12px;top:12px;width:40px;height:40px}.hps-nav{width:38px;height:38px}.hps-fraction{font-size:12px;padding:7px 14px}.hps-single-hero{min-height:60vh}.hps-single-hero h1{font-size:34px}.hps-single-hero .intro{font-size:17px}.hps-meta-row{gap:20px}.hps-project-gallery-slide img{height:260px}.hps-project-gallery-thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.hps-project-gallery-thumb img{height:64px}.hps-project-gallery-stage{border-radius:18px}.hps-project-gallery-thumb{border-radius:10px}}

/* Hostingado Projects Grid enhanced controls */
.hps-grid-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.hps-project-card{
    --hps-grid-hover-lift:6px;
    --hps-grid-content-shift:4px;
    --hps-grid-image-hover-scale:1.06;
    --hps-grid-image-duration:.65s;
    position:relative;
    overflow:hidden;
    border-radius:28px;
    background:#111;
    border:0 solid transparent;
    transition:transform .45s ease, box-shadow .45s ease, border-color .35s ease, background-color .35s ease;
}
.hps-project-card-link{position:relative;display:block;min-height:420px;text-decoration:none;color:#fff}
.hps-project-card-image{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center center;
    transform:scale(1);
    opacity:1;
    transition:transform var(--hps-grid-image-duration) ease, filter .45s ease, opacity .45s ease;
    will-change:transform;
}
.hps-project-card-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.72));
    transition:background .4s ease, opacity .35s ease;
}
.hps-project-card-content{position:absolute;left:0;right:0;bottom:0;padding:28px;z-index:2}
.hps-project-card-inner{display:flex;flex-direction:column;align-items:flex-start;transition:transform .4s ease}
.hps-project-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:7px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.16);
    border:1px solid transparent;
    margin-bottom:14px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    transition:color .35s ease, background-color .35s ease, border-color .35s ease, transform .35s ease;
}
.hps-project-card h3{margin:0 0 10px;font-size:28px;line-height:1.12;color:#fff;transition:color .35s ease}
.hps-project-card p{margin:0 0 12px;font-size:15px;line-height:1.55;color:rgba(255,255,255,.86);transition:color .35s ease, opacity .35s ease}
.hps-inline-meta{display:flex;gap:12px;flex-wrap:wrap;color:rgba(255,255,255,.72);font-size:14px;font-weight:600;transition:color .35s ease}
.hps-project-card-cta{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:18px;
    padding:13px 20px;
    border-radius:999px;
    background:#fff;
    color:#161616;
    border:1px solid transparent;
    font-weight:700;
    transition:color .35s ease, background-color .35s ease, border-color .35s ease, transform .35s ease;
}
.hps-project-card-cta-text{transition:color .35s ease}
.hps-project-card-cta-icon{
    width:28px;
    height:28px;
    min-width:28px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#f5821f;
    color:#fff;
    font-size:14px;
    line-height:1;
    transition:transform .35s ease, color .35s ease, background-color .35s ease;
}
.hps-project-card:hover .hps-project-card-image{transform:scale(var(--hps-grid-image-hover-scale))}
.hps-project-card:hover .hps-project-card-inner{transform:translateY(calc(var(--hps-grid-content-shift) * -1))}
.hps-project-card:hover .hps-project-chip{transform:translateY(-2px)}
.hps-project-card:hover .hps-project-card-cta{transform:translateY(-2px)}
.hps-project-card:hover .hps-project-card-cta-icon{transform:translateX(2px)}

.hps-grid-effect-lift_zoom:hover{transform:translateY(calc(var(--hps-grid-hover-lift) * -1))}
.hps-grid-effect-zoom_only:hover{transform:none}
.hps-grid-effect-content_up:hover{transform:translateY(calc(var(--hps-grid-hover-lift) * -1))}
.hps-grid-effect-minimal:hover{transform:translateY(calc((var(--hps-grid-hover-lift) * -1) / 2))}
.hps-grid-effect-minimal:hover .hps-project-card-image{transform:scale(1.02)}
.hps-grid-effect-zoom_only:hover .hps-project-card-inner{transform:none}
.hps-grid-effect-zoom_only:hover .hps-project-chip{transform:none}
.hps-grid-effect-zoom_only:hover .hps-project-card-cta{transform:none}
.hps-grid-effect-content_up:hover .hps-project-card-image{transform:scale(1.03)}

@media (max-width:1024px){
    .hps-grid-list{grid-template-columns:1fr}
}


/* v1.6.15 aligned category badges without overlap */
.hps-project-card-content{
    position:absolute;
    inset:0;
    padding:28px;
    z-index:2;
}
.hps-project-card-inner{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-height:100%;
}
.hps-project-chip{
    position:static;
    margin-bottom:0;
}
.hps-project-card h3{
    margin-top:auto;
}
.hps-project-video-section{
    margin-top:56px;
}
.hps-video-embed{
    position:relative;
    width:100%;
    border-radius:24px;
    overflow:hidden;
    background:#000;
    margin-top:20px;
}
.hps-video-embed iframe,
.hps-video-embed video{
    display:block;
    width:100%;
    aspect-ratio:16/9;
    border:0;
}



<style>
.hps-project-gallery-slider-section{
    margin-top: 56px;
}

.hps-project-gallery-slider{
    max-width: 100%;
}

.hps-project-gallery-stage{
    width: 50%;
    margin: 0 auto 20px auto;
}

.hps-project-gallery-slide{
    display: none;
}

.hps-project-gallery-slide.is-active{
    display: block;
}

.hps-project-gallery-slide img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    object-fit: cover;
}

.hps-project-gallery-thumbs{
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 0;
}

.hps-project-gallery-thumb{
    padding: 0 !important;
    margin: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: opacity .25s ease, transform .25s ease;
}

.hps-project-gallery-thumb img{
    display: block;
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
    opacity: .88;
    transition: opacity .25s ease;
}

.hps-project-gallery-thumb:hover,
.hps-project-gallery-thumb:focus,
.hps-project-gallery-thumb.is-active{
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.hps-project-gallery-thumb:hover img,
.hps-project-gallery-thumb:focus img,
.hps-project-gallery-thumb.is-active img{
    opacity: 1;
}

@media (max-width: 1024px){
    .hps-project-gallery-stage{
        width: 70%;
    }
}

@media (max-width: 767px){
    .hps-project-gallery-stage{
        width: 100%;
    }

    .hps-project-gallery-thumb img{
        width: 92px;
        height: 64px;
    }
}
</style>
