.scene-band .scene-panel{background:var(--ink);color:var(--white);border-radius:var(--r-panel);padding:clamp(2.8rem,4.5vw,6.4rem);min-width:0}.scene-band .scene-panel a:focus-visible{outline:2px solid var(--white);outline-offset:3px}.scene-band .scene-intro{max-width:62ch;margin-bottom:clamp(3.2rem,4vw,5.6rem);min-width:0}.scene-band .scene-kicker{color:var(--mist)}.scene-band .scene-intro--bare{padding-top:clamp(.4rem,1vw,1.2rem)}.scene-band .scene-intro--bare .scene-note{margin-top:1.2rem}.scene-band .scene-heading{color:var(--white);overflow-wrap:anywhere}.scene-band .scene-note{margin:1.6rem 0 0;font-size:1.7rem;font-weight:300;line-height:1.5;color:#c7cdd6}.scene-band .scene-cols{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(3.2rem,4vw,4.8rem)}.scene-band .scene-col{display:flex;flex-direction:column;min-width:0}.scene-band .scene-col-head{display:flex;align-items:center;gap:1.6rem;min-width:0}.scene-band .scene-col-headings{display:flex;flex-direction:column;min-width:0}.scene-band .scene-col-kicker{font-family:var(--font-ui);font-size:1.2rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--mist)}.scene-band .scene-col-title{margin:.4rem 0 0;font-family:var(--font-display);font-weight:400;font-size:clamp(2.72rem,2.6vw,3.68rem);line-height:.95;text-transform:uppercase;color:var(--white);overflow-wrap:anywhere}.scene-band .scene-col-title em{font-style:normal;color:var(--white);box-shadow:inset 0 -.3rem 0 var(--red)}.scene-band .scene-col-line{margin:1.6rem 0 0;font-size:1.5rem;font-weight:300;line-height:1.55;color:#c7cdd6;max-width:46ch}.scene-band .scene-mark{flex:0 0 auto;width:5.6rem;height:5.6rem;border-radius:1.2rem;overflow:hidden;display:grid;place-items:center}.scene-band .scene-mark--art{background:#ffffff0f}.scene-band .scene-mark--art img{width:100%;height:100%;object-fit:cover}.scene-band .scene-mark--play{background:var(--red)}.scene-band .scene-mark--play:after{content:"";margin-left:3px;border-style:solid;border-width:9px 0 9px 15px;border-color:transparent transparent transparent var(--white)}.scene-band .scene-list{list-style:none;margin:clamp(2.4rem,3vw,3.2rem) 0 0;padding:0;display:grid;grid-template-columns:minmax(0,1fr);gap:1.6rem;min-width:0}.scene-band .scene-card{display:grid;grid-template-columns:11.6rem minmax(0,1fr);align-items:center;gap:1.6rem;padding:1.2rem;border-radius:1.6rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;text-decoration:none;color:inherit;min-width:0;transition:background-color .2s var(--ease-out),border-color .2s var(--ease-out)}.scene-band .scene-card:hover{background:#ffffff17;border-color:#ffffff3d}.scene-band .scene-card-body{min-width:0}.scene-band .scene-item--feature .scene-card{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:1.44rem}.scene-band .scene-card-media{position:relative;display:block;aspect-ratio:16 / 9;border-radius:1rem;overflow:hidden;background:#ffffff0f;min-width:0}.scene-band .scene-item--feature .scene-card-media{border-radius:1.2rem}.scene-band .scene-card-media img{width:100%;height:100%;object-fit:cover}.scene-band .scene-card-play{position:absolute;left:1.12rem;bottom:1.12rem;width:3.6rem;height:2.6rem;border-radius:.7rem;background:var(--red);display:grid;place-items:center;opacity:0;transition:opacity .2s var(--ease-out)}.scene-band .scene-card-play:after{content:"";margin-left:2px;border-style:solid;border-width:5px 0 5px 9px;border-color:transparent transparent transparent var(--white)}.scene-band .scene-item--feature .scene-card-play{opacity:1}.scene-band .scene-card:hover .scene-card-play,.scene-band .scene-card:focus-visible .scene-card-play{opacity:1}.scene-band .scene-card-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.8rem;font-family:var(--font-ui);font-size:1.2rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--mist);min-width:0}.scene-band .scene-card-meta>*+*:before{content:"\b7";margin-right:.8rem;color:#ffffff52}.scene-band .scene-card-eyebrow{color:var(--white)}.scene-band .scene-card-title{display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin-top:.56rem;font-family:var(--font-ui);font-size:1.6rem;font-weight:500;line-height:1.35;color:var(--white);overflow-wrap:anywhere}.scene-band .scene-item--feature .scene-card-title{font-size:1.92rem;line-height:1.3}.scene-band .scene-cta{align-self:flex-start;margin-top:2.4rem;font-family:var(--font-ui);font-size:1.5rem;font-weight:500;color:var(--white);text-decoration:none;padding-bottom:.4rem;border-bottom:1px solid rgba(255,255,255,.32);transition:border-color .2s var(--ease-out)}.scene-band .scene-cta:hover{border-bottom-color:var(--red)}.scene-band .scene-notes{display:flex;flex-wrap:wrap;gap:1.12rem;margin-top:clamp(3.2rem,4vw,4.8rem);padding-top:clamp(2.4rem,3vw,3.2rem);border-top:1px solid rgba(255,255,255,.12)}.scene-band .scene-chip{display:inline-flex;align-items:center;font-family:var(--font-ui);font-size:1.2rem;font-weight:500;letter-spacing:.04em;color:#c7cdd6;border:1px solid rgba(255,255,255,.18);border-radius:var(--r-pill);padding:.48rem 1.36rem}@media(min-width:640px)and (max-width:999px){.scene-band .scene-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.scene-band .scene-item--feature{grid-column:1 / -1}}@media(min-width:1000px){.scene-band .scene-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(3.2rem,3.6vw,5.6rem)}.scene-band .scene-col+.scene-col{padding-left:clamp(3.2rem,3.6vw,5.6rem);border-left:1px solid rgba(255,255,255,.12)}.scene-band .scene-cols{gap:0}.scene-band .scene-col:first-child{padding-right:clamp(3.2rem,3.6vw,5.6rem)}.scene-band .scene-cta{margin-top:auto;padding-top:2.4rem}}@media(max-width:479px){.scene-band .scene-card{grid-template-columns:9.6rem minmax(0,1fr);gap:1.28rem}.scene-band .scene-card-play{left:.8rem;bottom:.8rem;width:3rem;height:2.2rem}.scene-band .scene-card-title{font-size:1.5rem}.scene-band .scene-item--feature .scene-card-title{font-size:1.76rem}}@media(prefers-reduced-motion:reduce){.scene-band .scene-card,.scene-band .scene-card-play,.scene-band .scene-cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-lauzon-scene.css.map */
