.home-video{background:#f5f6f7;padding:108px 0 120px}.home-video__inner{margin:0 auto;max-width:1240px;padding:0 64px;text-align:center}.home-video__title{color:var(--color-text);font-family:var(--font-heading);font-size:clamp(34px,4.6vw,60px);font-weight:var(--fw-xlight);letter-spacing:-.02em;line-height:1.06;margin:22px 0 0}.home-video__title .accent{color:var(--color-accent-teal);font-weight:var(--fw-semibold)}.home-video__body{color:#4d5054;font-family:var(--font-body);font-size:18px;line-height:1.6;margin:20px auto 0;max-width:940px}.home-video__player{aspect-ratio:1111/570;background:#000;border-radius:10px;box-shadow:0 34px 64px -26px rgba(15,18,20,.42);cursor:pointer;display:block;margin:52px auto 0;max-width:1111px;overflow:hidden;position:relative}.home-video__thumb{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.home-video__player:after{background:rgba(0,0,0,.24);content:"";inset:0;position:absolute;transition:background .3s ease}.home-video__player:hover:after{background:rgba(0,0,0,.12)}.home-video__play{filter:drop-shadow(0 6px 18px rgba(0,0,0,.35));height:92px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease;width:92px;z-index:2}.home-video__player:hover .home-video__play{transform:translate(-50%,-50%) scale(1.07)}.home-video__iframe{border:0;height:100%;inset:0;position:absolute;width:100%;z-index:3}.home-video__player.is-playing{cursor:default}.home-video__player.is-playing .home-video__play,.home-video__player.is-playing:after{display:none}@media (max-width:760px){.home-video{padding:72px 0 32px}.home-video__inner{padding:0 24px}.home-video__body{font-size:16px}.home-video__player{margin-top:36px}.home-video__play{height:64px;width:64px}}