/* Homepage film only. Fonts are existing, approved Experience assets. */
@font-face{font-family:RLChangeoverDisplay;src:url("experience/shared/fonts/FoundersGrotesk-Medium.otf") format("opentype");font-weight:500;font-display:swap}
@font-face{font-family:RLChangeoverBody;src:url("experience/shared/fonts/DINPro-Regular.otf") format("opentype");font-weight:400;font-display:swap}
.rlco{padding:48px 4vw 36px;background:#000;color:#fff;scroll-margin-top:88px}
.rlco,.rlco *{box-sizing:border-box}
.rlco-inner{max-width:1440px;margin:0 auto}
.rlco-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px 64px;margin:0 0 26px}
.rlco .rlco-eyebrow{font:400 12px/1.4 RLChangeoverBody,Inter,sans-serif;letter-spacing:.15em;text-transform:uppercase;margin:0 0 16px;padding-left:14px;border-left:3px solid #008DA2;color:#fff}
.rlco h2{font:500 clamp(38px,4.5vw,64px)/.98 RLChangeoverDisplay,Inter,sans-serif;letter-spacing:-.02em;margin:0;color:#fff}
.rlco .rlco-intro{max-width:42ch;font:400 18px/1.5 RLChangeoverBody,Inter,sans-serif;color:#d0d0d0;margin:0 0 3px}
.rlco-frame{position:relative;aspect-ratio:21/9;background:#000;border:1px solid #ffffff20;overflow:hidden;margin:0}
.rlco-poster,.rlco-poster img{display:block;width:100%;height:100%}
.rlco-poster img{object-fit:contain}
.rlco-video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;background:#000}
.rlco .rlco-play{position:absolute;left:6.9%;bottom:7%;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:15px 22px;border:0;border-radius:2px;background:#fff;color:#000;font:400 16px/1.2 RLChangeoverBody,Inter,sans-serif;letter-spacing:0;text-decoration:none;cursor:pointer;box-shadow:0 4px 20px #0005}
.rlco-play svg{width:14px;height:16px;flex:none;fill:currentColor}
.rlco-play span{white-space:nowrap}
.rlco .rlco-play:hover{background:#e6f4f6;color:#000}
.rlco a:focus-visible,.rlco button:focus-visible,.rlco video:focus-visible,.rlco summary:focus-visible{outline:3px solid #008DA2;outline-offset:5px}
.rlco .rlco-video:focus-visible{outline-offset:-4px}
.rlco-foot{display:flex;align-items:flex-start;justify-content:space-between;gap:20px 32px;padding-top:22px}
.rlco .rlco-caption{font:400 14px/1.5 RLChangeoverBody,Inter,sans-serif;color:#bdbdbd;margin:0}
.rlco .rlco-link{font:400 16px/1.5 RLChangeoverBody,Inter,sans-serif;color:#fff;text-decoration:none;border-bottom:1px solid #008DA2;padding:0 0 4px;flex-shrink:0}
.rlco .rlco-link:hover{border-bottom-color:#fff}
.rlco-link span{display:inline-block;margin-left:14px;color:#fff}
.rlco .rlco-status{font:400 15px/1.5 RLChangeoverBody,Inter,sans-serif;color:#fff;margin:16px 0 0}
.rlco-status:empty{display:none}
.rlco-fallback{margin-top:10px;font:400 15px/1.5 RLChangeoverBody,Inter,sans-serif}
.rlco-fallback a{color:#fff;text-underline-offset:4px}
.rlco [hidden]{display:none!important}
@media(max-width:900px){
  .rlco{padding:48px 24px 32px}
  .rlco-heading{align-items:flex-start;gap:24px;margin-bottom:26px}
  .rlco .rlco-intro{font-size:16px;max-width:30ch}
  .rlco-frame{aspect-ratio:16/9}
  .rlco-foot{flex-direction:column;gap:15px}
}
@media(max-width:600px){
  .rlco{padding:36px 20px 32px;scroll-margin-top:76px}
  .rlco-heading{flex-direction:column;gap:18px;margin-bottom:24px}
  .rlco h2{font-size:42px}
  .rlco .rlco-eyebrow{font-size:11px;margin-bottom:12px}
  .rlco .rlco-intro{max-width:36ch}
  .rlco-frame{margin-inline:-20px;border-inline:0}
  .rlco .rlco-play{left:6.9%;bottom:7%;min-height:44px;padding:12px 15px;font-size:14px;gap:9px}
  .rlco .rlco-caption{font-size:13px;max-width:40ch}
  .rlco-foot{padding-top:20px}
}
