@charset "UTF-8";.home-hero{display:flex;min-height:100vh;width:100%;flex-direction:row}.product-section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2.5rem;text-align:center;position:relative;background-size:cover;background-position:center;filter:brightness(var(--bg-image-brightness, 1.18));color:var(--color-white);transition:flex .7s ease;cursor:pointer}@media(min-width:1024px){.product-section{padding:5rem 4rem}}.product-section:before{content:"";position:absolute;inset:0;background:linear-gradient(140deg,#00000073,#0000005c 60%,#00000047);z-index:0;transition:background-color .7s ease}.product-section__content{position:relative;z-index:1;max-width:680px;text-align:center;transform:translateY(0);transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}@media(min-width:1024px){.product-section__content{gap:1rem}}.product-section .eyebrow{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;margin-bottom:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-white);background:#00000047;border:1px solid rgba(255,255,255,.16);border-radius:9999px;box-shadow:0 4px 12px #00000040}.product-section .eyebrow svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.product-section .product-name{font-size:clamp(1.9rem,3vw,2.5rem);margin-bottom:.25rem;font-weight:700;letter-spacing:-.01em;color:var(--color-white);text-shadow:0 3px 12px rgba(0,0,0,.65);line-height:1.25}.product-section .product-desc{font-size:clamp(.95rem,1.1vw,1.05rem);color:#ffffffeb;opacity:.95;margin-bottom:1rem;text-shadow:0 2px 6px rgba(0,0,0,.45);max-w:52ch;margin-left:auto;margin-right:auto;line-height:1.65;font-weight:400}.product-section .product-cta{margin-bottom:1rem;box-shadow:0 10px 24px rgba(var(--color-secondary),.25),0 4px 8px #00000026}.product-section .learn-more{font-size:1rem;font-weight:500;color:var(--color-white);opacity:.9;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);display:inline-block;padding-bottom:2px;margin-top:.5rem;transition:color .2s ease,border-color .2s ease}.product-section .learn-more:hover{color:var(--color-secondary);border-color:var(--color-secondary)}.product-section .manufacturer-logo{margin-top:1rem;display:flex;align-items:center;justify-content:center;width:260px;height:100px;padding:0;background:transparent;border-radius:0;border:0;box-shadow:none;overflow:visible;position:relative}.product-section .manufacturer-logo img{width:100%;height:100%;object-fit:contain;display:block;position:relative;z-index:1;padding:0;border-radius:0;background:transparent;border:0;box-shadow:none;image-rendering:-webkit-optimize-contrast;image-rendering:auto;filter:brightness(1.05) contrast(1.05) saturate(1.05);transform-origin:center;transition:transform .25s ease,filter .25s ease}.product-section .manufacturer-logo img:hover{transform:scale(1.05);filter:brightness(1.12) contrast(1.1) saturate(1.1)}@media(max-width:767px){.product-section .manufacturer-logo{width:200px;height:80px}}@media(min-width:1024px){.product-section .manufacturer-logo{margin-top:2.5rem}}.product-section .manufacturer-logo--midea img{transform:scale(.85)}.product-section .manufacturer-logo--zoe img,.product-section .manufacturer-logo--alpsolarr img{transform:scale(.95)}.product-section{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.product-section:not(:first-child){clip-path:polygon(3vw 0,100% 0,100% 100%,0% 100%);margin-left:-3vw}.product-section.closed{cursor:default}.product-section.closed:before{background-color:#000c}.home-hero:hover .product-section:not(.closed):hover{flex:2.5}.home-hero:hover .product-section:not(.closed):hover:before{background:linear-gradient(140deg,#00000061,#0000004d)}.home-hero:hover .product-section:not(.closed):hover .product-section__content{transform:translateY(-4px)}@media(max-width:768px){.home-hero{flex-direction:column}.product-section{min-height:33.33vh;width:100%;clip-path:none;margin-left:0}.product-section__content{padding:1.5rem;max-width:95%;text-align:center}.product-section:not(:first-child){clip-path:none;margin-left:0}.home-hero:hover .product-section:hover{flex:1}.home-hero:hover .product-section:hover:before{background-color:#00000080}}
