/* The full approved film stays in frame; product screens are never cropped. */
.homepage-film{background:#101815;color:#fff}
.homepage-film__stage{position:relative;max-width:1600px;margin-inline:auto;background:#101815}
.homepage-film video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;max-height:calc(100svh - 250px);min-height:320px}
.homepage-film__bar{display:flex;align-items:center;justify-content:flex-end;gap:20px;padding:16px 96px 16px 32px;max-width:1600px;margin:auto;border-top:1px solid #ffffff24}
.homepage-film__controls{position:absolute;left:calc(12px + var(--film-inset-x,0px));bottom:calc(12px + var(--film-inset-y,0px));z-index:1;display:flex;align-items:center;width:max-content;background:#101815d9;box-shadow:0 1px 8px #0002;backdrop-filter:blur(8px)}
.homepage-film__controls[hidden]{display:none}
.homepage-film__end-cta{position:absolute;z-index:1;display:block;min-height:44px;cursor:pointer;border:0;background:transparent}
.homepage-film__end-cta[hidden]{display:none}
.homepage-film__end-cta:hover{background:#ffffff12}
.homepage-film__end-cta:focus-visible{outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 6px #101815}
.homepage-film__control{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-height:44px;padding:0;border:0;background:transparent;color:#fff;cursor:pointer}
.homepage-film__control:hover{background:#ffffff24}
.homepage-film__control:focus-visible{outline:2px solid #ff7f40;outline-offset:2px}
.homepage-film__control svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.homepage-film__cta{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:44px;padding:13px 22px;background:#ff7f40;color:#101815!important;white-space:nowrap;font-family:var(--font-eyebrow,Erbaum,Arial,sans-serif);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.homepage-film__cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.homepage-film__sr{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;border:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.homepage-film video::cue{background:rgba(0,0,0,.82);color:#fff;font-family:Arial,sans-serif;font-size:16px}
@media(max-width:640px){
  /* Let the portrait film fill the phone width instead of shrinking to the viewport height. */
  .homepage-film video{aspect-ratio:9/16;max-height:none;min-height:0}
  .homepage-film__bar{padding:12px 16px;gap:12px;flex-wrap:wrap}
  .homepage-film__bar{justify-content:flex-start}
  .homepage-film__cta{width:calc(100% - 64px);padding:12px 18px}
  .homepage-film video::cue{font-size:14px}
}
