.work-video{display:grid;grid-template-columns:1.2fr .8fr;background:#0d2033;border:1px solid #203b55;margin-bottom:18px}.work-video video{width:100%;height:430px;object-fit:cover;background:#02070c}.work-video>div{padding:48px;display:flex;flex-direction:column;justify-content:center}.work-video span{font-size:11px;letter-spacing:.16em;color:var(--lime);font-weight:800}.work-video h3{font:700 34px/1.15 Space Grotesk;margin:16px 0}.work-video p{color:#9aabb9}.project-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:290px;gap:16px}.project-gallery figure{margin:0;position:relative;overflow:hidden;background:#132438}.project-gallery figure.wide{grid-column:span 2}.project-gallery figure.tall{grid-row:span 2}.project-gallery img{height:100%;object-fit:cover;transition:.6s}.project-gallery figure:hover img{transform:scale(1.04)}.project-gallery figure:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#020813e8)}.project-gallery figcaption{position:absolute;z-index:2;left:20px;bottom:18px;display:flex;flex-direction:column}.project-gallery figcaption b{font:700 17px Space Grotesk}.project-gallery figcaption span{font-size:11px;color:#afbdc9}.more-project{display:none}.project-gallery.expanded .more-project{display:block}.show-projects{display:flex;margin:28px auto 0;padding:14px 24px;background:transparent;border:1px solid #4b6175;color:#fff;font:700 12px Manrope;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}.show-projects span{color:var(--lime);margin-left:12px}@media(max-width:900px){.work-video{grid-template-columns:1fr}.work-video video{height:360px}.work-video>div{padding:30px}.project-gallery{grid-template-columns:1fr 1fr}.project-gallery figure.wide{grid-column:span 2}}@media(max-width:580px){.work-video video{height:260px}.work-video h3{font-size:27px}.project-gallery{display:flex;flex-direction:column}.project-gallery figure{height:310px}.project-gallery figure.tall{height:420px}.project-gallery .more-project{display:none}.project-gallery.expanded .more-project{display:block}}
