.empirio-home{--shell-max: var(--page-width);--specs-max: var(--page-width);--gutter: 5.5rem;--line: rgba(210, 224, 255, .24);--text: #fbfdff;--muted: rgba(241, 246, 255, .9);--blue: #2d86ff;--image-vibrance-filter: saturate(1.28) contrast(1.06) brightness(1.03);--background-vibrance-filter: saturate(1.9) contrast(1.05) brightness(1.03);background:var(--surface-bg);color:var(--text);letter-spacing:-.3px}.empirio-home h1,.empirio-home h2,.empirio-home h3,.empirio-home h4,.empirio-home p,.empirio-home span,.empirio-home a{color:var(--text)}.empirio-home section{position:relative;overflow:clip}.empirio-home img{filter:var(--image-vibrance-filter)}body.template-index .shopify-section-group-header-group{position:absolute;inset:0 0 auto 0;z-index:30}body.template-index .section-header{margin-bottom:0!important}body.template-index .section-header .header-wrapper{background:transparent!important}body.template-index .section-header .header-wrapper--border-bottom{border-bottom:0!important}body.template-index .section-header .header,body.template-index .section-header .header__menu-item,body.template-index .section-header .header__heading-link,body.template-index .section-header .header__icon{color:#fff}body.template-index .section-header .header.page-width{max-width:var(--page-width);margin-inline:auto;padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:750px){body.template-index .section-header .header.page-width{padding-left:3.2rem;padding-right:3.2rem}}.empirio-shell{width:min(calc(100% - var(--gutter)),var(--shell-max));margin-inline:auto;position:relative;z-index:2}.empirio-hero{min-height:0;padding:120px 0 56px;background-color:var(--surface-bg);isolation:isolate}.empirio-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;--edge-blend-strong: color-mix( in srgb, var(--surface-bg) calc(var(--edge-shadow-opacity) * 100%), transparent );--edge-blend-soft: color-mix( in srgb, var(--surface-bg) calc(var(--edge-shadow-opacity) * 58%), transparent );background:linear-gradient(to bottom,rgba(18,18,18,1) 0%,rgba(18,18,18,.9) 8%,rgba(18,18,18,.58) 18%,rgba(18,18,18,.2) 30%,transparent 42%),linear-gradient(to right,var(--edge-blend-strong) 0,var(--edge-blend-soft) calc(var(--edge-shadow-size) * .56),transparent var(--edge-shadow-size)),linear-gradient(to left,var(--edge-blend-strong) 0,var(--edge-blend-soft) calc(var(--edge-shadow-size) * .56),transparent var(--edge-shadow-size)),linear-gradient(to bottom,var(--edge-blend-strong) 0,var(--edge-blend-soft) calc(var(--edge-shadow-size) * .56),transparent var(--edge-shadow-size)),linear-gradient(to top,var(--edge-blend-strong) 0,var(--edge-blend-soft) calc(var(--edge-shadow-size) * .56),transparent var(--edge-shadow-size));box-shadow:inset 0 0 var(--edge-shadow-size) var(--edge-blend-soft);pointer-events:none;z-index:1}.empirio-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--hero-bg);background-size:cover;background-repeat:no-repeat;background-position:center center;filter:saturate(2.15) contrast(1.06) brightness(1.05);z-index:0}.empirio-hero-content{max-width:700px;margin-top:clamp(58px,14vw,118px)}.empirio-hero-content .eyebrow{font-size:clamp(2.2rem,7vw,4.2rem);font-weight:500;line-height:1.06;margin-bottom:16px}.empirio-hero-content h1{margin:0;font-size:clamp(2rem,4.4vw,3rem);font-weight:500;line-height:1.2;color:var(--muted)}.empirio-hero-content p{margin-top:14px;font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.5;color:var(--muted)}.empirio-cta{margin-top:30px;display:flex;flex-direction:column;gap:12px}.btn{display:inline-flex;justify-content:center;align-items:center;border:1px solid rgba(255,255,255,.35);border-radius:8px;color:#fff;text-decoration:none;padding:12px 22px;font-weight:600;font-size:1.45rem;line-height:1.2}.btn-primary{background:linear-gradient(180deg,#3890ff,#0d49c6);border-color:transparent}.btn-secondary{background:#0d1834b8}.btn:hover{filter:brightness(1.12)}.empirio-specs{background:var(--surface-bg);border-top:0;border-bottom:0;min-height:68px;padding:14px 0 16px}.empirio-specs-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;text-align:left;gap:10px 14px;width:min(calc(100% - var(--gutter)),var(--specs-max));margin-inline:auto;padding:0}.spec-item{display:flex;align-items:center;justify-content:flex-start;gap:10px;border-bottom:1px solid rgba(255,255,255,.15);font-size:1.26rem;padding-bottom:10px}.spec-item img{width:28px;height:28px;object-fit:contain}.spec-glyph{width:30px;height:30px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.08rem;font-weight:700;color:#eaf1ff;display:none}.spec-dolby-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center}.spec-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.spec-item:nth-last-child(-n+2){border-bottom:0;padding-bottom:0}.empirio-specs .spec-item:last-child{border-right:0}.empirio-range{padding:60px 0 70px;background-color:var(--surface-bg);isolation:isolate}.empirio-range:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;--range-edge-shadow-size: calc(var(--edge-shadow-size) * .68);--range-edge-shadow-opacity: calc(var(--edge-shadow-opacity) * .72);--edge-blend-strong: color-mix( in srgb, var(--surface-bg) calc(var(--range-edge-shadow-opacity) * 100%), transparent );--edge-blend-soft: color-mix( in srgb, var(--surface-bg) calc(var(--range-edge-shadow-opacity) * 58%), transparent );background:linear-gradient(to top,var(--surface-bg) 0,color-mix(in srgb,var(--surface-bg) 78%,transparent) calc(var(--range-edge-shadow-size) * .42),transparent calc(var(--range-edge-shadow-size) * 1.1)),linear-gradient(to right,var(--edge-blend-strong) 0,var(--edge-blend-soft) calc(var(--range-edge-shadow-size) * .56),transparent var(--range-edge-shadow-size)),linear-gradient(to left,var(--edge-blend-strong) 0,var(--edge-blend-soft) calc(var(--range-edge-shadow-size) * .56),transparent var(--range-edge-shadow-size)),linear-gradient(to bottom,var(--edge-blend-strong) 0,var(--edge-blend-soft) calc(var(--range-edge-shadow-size) * .56),transparent var(--range-edge-shadow-size)),linear-gradient(to top,var(--edge-blend-strong) 0,var(--edge-blend-soft) calc(var(--range-edge-shadow-size) * .56),transparent var(--range-edge-shadow-size));box-shadow:inset 0 0 var(--range-edge-shadow-size) var(--edge-blend-soft);pointer-events:none;z-index:1}.empirio-range:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--range-bg);background-size:cover;background-repeat:no-repeat;background-position:center center;filter:saturate(2.08) contrast(1.06) brightness(1.1);z-index:0}.empirio-range h2,.empirio-cinematic h2,.empirio-support h2{font-size:clamp(2.8rem,4.2vw,4.2rem);text-align:center;margin-bottom:30px;font-weight:500;position:relative;display:flex;align-items:center;justify-content:center;gap:18px;line-height:1.2}.empirio-range h2:before,.empirio-range h2:after,.empirio-cinematic h2:before,.empirio-cinematic h2:after,.empirio-support h2:before,.empirio-support h2:after{content:"";width:clamp(44px,14vw,220px);height:1px;background:linear-gradient(90deg,#fff0,#b4cdffb3,#fff0)}.empirio-range .empirio-shell{position:relative;z-index:2}.tv-grid{display:grid;grid-template-columns:1fr;gap:22px}.tv-card{border:0;padding:0 10px;background:transparent;text-align:center;display:flex;flex-direction:column;align-items:center}.tv-card img{width:min(100%,320px);max-width:320px;margin-inline:auto;aspect-ratio:16 / 9;object-fit:contain;border-radius:10px;margin-bottom:12px;filter:var(--image-vibrance-filter) brightness(1.05)}.tv-card h3{text-transform:uppercase;margin:0;font-size:1.62rem;letter-spacing:.04em}.tv-card p{margin:12px 0 18px;color:var(--muted);font-size:1.34rem;line-height:1.5}.empirio-cinematic{padding:58px 0 72px;background:var(--surface-bg);margin-top:-1px}.cinematic-grid{display:grid;gap:20px;grid-template-columns:1fr}.cinema-image{min-height:300px;border-radius:6px;border:1px solid rgba(255,255,255,.12);position:relative;overflow:hidden}.cinema-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:var(--background-vibrance-filter)}.cinema-copy{background:#101012c7;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:22px}.cinema-copy h3{margin:0;font-size:clamp(2.1rem,4.2vw,3.2rem);font-weight:500;line-height:1.25}.cinema-copy em{color:#ffffffbf}.feature-grid{margin-top:24px;display:grid;grid-template-columns:1fr;gap:14px}.feature-item{border-top:1px solid rgba(255,255,255,.16);padding-top:16px}.empirio-home .feature-icon{width:46px;height:46px;object-fit:contain;object-position:center;margin-bottom:10px;filter:brightness(0) invert(1)}.feature-item h4{margin:0;font-size:1.6rem}.feature-item p{margin-top:8px;color:var(--muted);font-size:1.32rem;line-height:1.5}.empirio-support{padding:52px 0 70px;background:var(--surface-bg)}.support-grid{display:grid;grid-template-columns:1fr;gap:16px;text-align:center}.support-grid article{border:1px solid rgba(255,255,255,.14);border-radius:6px;background:#101012b8;padding:20px 18px 18px}.empirio-home .support-icon{width:118px;height:118px;margin:0 auto 14px;object-fit:contain;object-position:center;filter:brightness(0) invert(1)}.empirio-home .support-icon--original{filter:var(--image-vibrance-filter)}.support-grid h3{margin:0;font-size:1.64rem}.support-grid p{margin-top:10px;color:var(--muted);font-size:1.3rem;line-height:1.5}@media(min-width:750px){.empirio-home{--gutter: 9.2rem}.empirio-home{--edge-shadow-size: max(72px, calc(var(--edge-shadow-size-base) * .5));--edge-shadow-opacity: calc(var(--edge-shadow-opacity-base) * .66)}.empirio-hero{padding:140px 0 62px}.empirio-cta{flex-direction:row;align-items:center}.btn{min-width:180px}.empirio-specs-inner{grid-template-columns:repeat(4,minmax(0,1fr));text-align:center;gap:12px;padding:0}.spec-item{justify-content:center;border-right:1px solid rgba(255,255,255,.15);border-bottom:0;padding-bottom:0}.spec-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.spec-item:nth-last-child(-n+2){border-bottom:0;padding-bottom:0}.tv-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px}.tv-card{padding:0}.tv-card img{width:100%;max-width:100%}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.empirio-home{--edge-shadow-size: var(--edge-shadow-size-base);--edge-shadow-opacity: var(--edge-shadow-opacity-base)}.empirio-hero{min-height:620px;padding:152px 0 76px}.empirio-hero-content{margin-top:clamp(80px,12vw,136px)}.cinematic-grid{grid-template-columns:1.1fr 1fr;gap:24px}.cinema-image{min-height:420px}}@media(min-width:1180px){.tv-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.support-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:719px){.empirio-hero:before{opacity:.7}.empirio-range:after{filter:saturate(2.08) contrast(1.06) brightness(1.1) blur(20tpx);transform:scale(1.03)}.empirio-range h2:before,.empirio-range h2:after,.empirio-cinematic h2:before,.empirio-cinematic h2:after,.empirio-support h2:before,.empirio-support h2:after{display:none}}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
