.three-panel-hero{width:100vw;position:relative;overflow:hidden}.three-panel-hero__container{display:grid;grid-template-columns:1fr;width:100%;height:auto}.three-panel-hero__panel{position:relative;width:100%;min-height:400px;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;clip-path:none}.three-panel-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.three-panel-hero__media img,.three-panel-hero__media svg{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1);filter:brightness(1);transition:transform .7s ease-out,filter .7s ease-out}.three-panel-hero__panel:nth-child(1) .three-panel-hero__media img{object-position:center}.three-panel-hero__panel:nth-child(2) .three-panel-hero__media img{object-position:center 30%}.three-panel-hero__panel:nth-child(3) .three-panel-hero__media img{object-position:center}.three-panel-hero__panel:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1;pointer-events:none;transition:background-color .5s ease}.three-panel-hero__panel:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--sld-color-primary);transform:scaleX(0);transform-origin:left;z-index:2;transition:transform .5s ease}.three-panel-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;width:100%;max-width:90%}.three-panel-hero__title{font-size:2.25rem;font-weight:900;text-transform:uppercase;letter-spacing:-.025em;font-style:italic;color:#fff;margin:0 0 var(--spacing-component-small) 0;line-height:1.25;transform:scale(1);transition:transform .5s ease;text-shadow:2px 2px 8px rgba(0,0,0,.9),0 0 20px rgba(0,0,0,.7)}.three-panel-hero__description{display:none;margin:0 0 var(--spacing-component-medium) 0;color:var(--color-white-90);font-size:.875rem;font-weight:400;line-height:1.5;max-width:20rem;transition:color .5s ease;text-shadow:1px 1px 4px rgba(0,0,0,.9)}.three-panel-hero__button-wrapper{margin-top:0;position:relative;z-index:20}.three-panel-hero__button-wrapper .button{padding:.75rem 2rem;background-color:var(--sld-color-primary);color:#fff;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:0;transform:scale(1);transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;opacity:1}.three-panel-hero__button-wrapper .button:disabled,.three-panel-hero__button-wrapper .button[aria-disabled=true],.three-panel-hero__button-wrapper .button.disabled{opacity:1;cursor:not-allowed}@media screen and (min-width:768px){.three-panel-hero{height:50vh;min-height:400px;max-height:600px}.three-panel-hero__container{grid-template-columns:repeat(3,1fr);height:100%}.three-panel-hero__panel{height:100%;min-height:400px}.three-panel-hero__panel:nth-child(1){clip-path:polygon(0 0,100% 0,95% 100%,0 100%)}.three-panel-hero__panel:nth-child(2){clip-path:polygon(5% 0,100% 0,95% 100%,0 100%)}.three-panel-hero__panel:nth-child(3){clip-path:polygon(5% 0,100% 0,100% 100%,0 100%)}.three-panel-hero__title{font-size:3rem}.three-panel-hero__description{display:block;font-size:.875rem}}@media screen and (min-width:1024px){.three-panel-hero{height:50vh;min-height:400px;max-height:600px}.three-panel-hero__title{font-size:3.75rem}.three-panel-hero__description{font-size:1rem}}@media screen and (min-width:768px){.three-panel-hero__panel:hover .three-panel-hero__media img{transform:scale(1.1);filter:brightness(1.1)}.three-panel-hero__panel:hover:after{background-color:#00000080}.three-panel-hero__panel:hover .three-panel-hero__title{transform:scale(1.05)}.three-panel-hero__panel:hover .three-panel-hero__description{color:#fff}.three-panel-hero__panel:hover .three-panel-hero__button-wrapper .button{transform:scale(1.1)}.three-panel-hero__panel:hover:before{transform:scaleX(1)}}.three-panel-hero__button-wrapper .button:hover{background-color:#fff!important;color:var(--sld-color-page)!important;transform:scale(1.15) translateY(-2px)!important}@media screen and (max-width:767px){.three-panel-hero{height:auto}.three-panel-hero__container{grid-template-columns:1fr}.three-panel-hero__panel{clip-path:none;min-height:400px;width:100%}.three-panel-hero__description{display:none}.three-panel-hero__content{padding:2rem 1.5rem}.three-panel-hero__title{font-size:2.25rem}}.three-panel-hero{width:100%;height:auto;min-height:0;max-height:none;padding:56px 0 48px;background:#f8fafc}.three-panel-hero__intro{max-width:none;margin:0 0 30px}.three-panel-hero__eyebrow{display:inline-flex;margin:0 0 16px;padding:6px 14px;border-radius:8px;background:var(--sld-color-accent-deeper);color:var(--sld-color-on-primary);font-family:var(--font-heading-family);font-size:13px;font-weight:700;line-height:1;letter-spacing:.02em}.three-panel-hero__heading{max-width:1100px;margin:0 0 12px;color:var(--sld-color-text-primary);font-family:var(--font-heading-family);font-size:48px;font-style:normal;font-weight:900;line-height:1.05;letter-spacing:-.035em;text-transform:none}.three-panel-hero__heading span{color:var(--sld-color-text-primary)}.three-panel-hero__lead{max-width:880px;color:var(--sld-color-text-secondary);font-family:var(--font-body-family);font-size:18px;line-height:1.5}.three-panel-hero__lead p{margin:0}.three-panel-hero__container{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;height:auto}.three-panel-hero__panel{min-height:0;height:auto;display:block;clip-path:none!important;text-align:left;border:1px solid var(--sld-color-border);border-radius:16px;background:var(--sld-color-surface)}.three-panel-hero__media{position:relative;height:auto;aspect-ratio:16 / 9}.three-panel-hero__media img,.three-panel-hero__media svg{border-radius:var(--sld-radius-lg) var(--sld-radius-lg) 0 0}.three-panel-hero__panel:after,.three-panel-hero__panel:before{display:none}.three-panel-hero__content{align-items:flex-start;padding:20px;max-width:none;text-align:left}.three-panel-hero__title{margin-bottom:6px;color:var(--sld-color-text-primary);font-family:var(--font-heading-family);font-size:22px;font-style:normal;font-weight:800;line-height:1.2;text-transform:none;text-shadow:none;transform:none}.three-panel-hero__description{display:block;margin-bottom:16px;max-width:none;color:var(--sld-color-text-secondary);font-family:var(--font-body-family);font-size:14px;line-height:1.45;text-shadow:none}.three-panel-hero__button-wrapper{width:100%}.three-panel-hero__button-wrapper .button{width:100%;min-height:40px;justify-content:center;padding:10px 16px;border-radius:8px;color:#fff;font-family:var(--font-heading-family);font-size:12px;font-weight:700}.three-panel-hero__button-wrapper .button:hover{background:var(--sld-color-primary-hover)!important;color:#fff!important}.three-panel-hero .three-panel-hero__panel:hover .three-panel-hero__description{color:var(--sld-color-text-secondary)}@media screen and (max-width:749px){.three-panel-hero{padding:36px 0 32px}.three-panel-hero__heading{font-size:36px}.three-panel-hero__lead{font-size:14px}.three-panel-hero__container{grid-template-columns:1fr}.three-panel-hero__media{height:auto}}
/*# sourceMappingURL=/cdn/shop/t/92/assets/section-three-panel-hero.css.map */
