/* v2.0.14 — multi featured products + encoded HTML cleanup presentation */
.featured-product-slider{position:relative;overflow:hidden}
.featured-slider-stage{position:relative;min-width:0}
.featured-product-slide{display:none;min-width:0}
.featured-product-slide.is-active{display:block;animation:featuredProductIn .46s ease both}
@keyframes featuredProductIn{from{opacity:.25;transform:translateX(22px)}to{opacity:1;transform:none}}
.featured-slider-controls{display:flex;align-items:center;justify-content:center;gap:13px;width:min(1180px,calc(100% - 40px));margin:20px auto 0;position:relative;z-index:4}
.featured-slider-arrow{appearance:none;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);font:900 17px/1 inherit;cursor:pointer;box-shadow:0 7px 20px color-mix(in srgb,var(--text) 7%,transparent);transition:.2s ease}
.featured-slider-arrow:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--primary) 45%,var(--border));color:var(--primary)}
.featured-slider-dots{display:flex;align-items:center;justify-content:center;gap:7px}
.featured-slider-dots button{appearance:none;width:8px;height:8px;padding:0;border:0;border-radius:999px;background:color-mix(in srgb,var(--muted) 35%,transparent);cursor:pointer;transition:.24s ease}
.featured-slider-dots button.is-active{width:27px;background:var(--primary)}
.featured-product-slide p{overflow-wrap:anywhere}

/* Preserve the original template compositions while allowing each full featured block to slide. */
.hx-aurora-feature.featured-product-slider{padding-bottom:12px}
.hx-ed-lead.featured-product-slider{padding-bottom:28px}
.hx-quiet-lead.featured-product-slider{padding-bottom:28px}

/* Command layout did not previously surface the selected featured product. */
.hx-command-featured{padding:58px 0;background:#0e1521;color:#eaf2ff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.hx-command-featured-card{display:grid;grid-template-columns:145px minmax(260px,.82fr) minmax(0,1.18fr);gap:28px;align-items:stretch}
.hx-command-featured-index{border:1px solid rgba(255,255,255,.1);padding:18px;display:flex;flex-direction:column;justify-content:space-between;background:#111b29}
.hx-command-featured-index small{font:800 10px/1.3 ui-monospace,SFMono-Regular,Consolas,monospace;color:#6f839d;letter-spacing:1px}.hx-command-featured-index b{font:900 29px/1 ui-monospace,SFMono-Regular,Consolas,monospace;color:#77e5bd}
.hx-command-featured-image{display:block;min-height:310px;border:1px solid rgba(255,255,255,.11);overflow:hidden;background:#111b29}.hx-command-featured-image img{width:100%;height:100%;min-height:310px;object-fit:cover;display:block}
.hx-command-featured-copy{padding:22px 8px 22px 10px;align-self:center}.hx-command-featured-copy>span{font:900 10px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;color:#77e5bd;letter-spacing:1.2px}.hx-command-featured-copy h2{margin:12px 0 14px;color:#fff;font-size:clamp(30px,4vw,55px);line-height:1;letter-spacing:-2px}.hx-command-featured-copy p{max-width:720px;margin:0 0 22px;color:#aab8ca;line-height:1.72}.hx-command-featured .featured-slider-arrow{background:#111b29;border-color:rgba(255,255,255,.12);color:#dce9f8}.hx-command-featured .featured-slider-dots button{background:#52647c}.hx-command-featured .featured-slider-dots button.is-active{background:#77e5bd}

@media(max-width:900px){
 .hx-command-featured-card{grid-template-columns:90px 1fr}.hx-command-featured-copy{grid-column:1/-1;padding:5px 0 0}.hx-command-featured-image{min-height:250px}.hx-command-featured-image img{min-height:250px}
}
@media(max-width:680px){
 .featured-slider-controls{width:calc(100% - 24px);margin-top:15px}.featured-slider-arrow{width:36px;height:36px}
 .hx-command-featured{padding:38px 0}.hx-command-featured-card{grid-template-columns:1fr;gap:13px}.hx-command-featured-index{min-height:76px;flex-direction:row;align-items:center}.hx-command-featured-copy{grid-column:auto}.hx-command-featured-image,.hx-command-featured-image img{min-height:220px}
}
@media(prefers-reduced-motion:reduce){.featured-product-slide.is-active{animation:none}.featured-slider-arrow,.featured-slider-dots button{transition:none}}
