:root{--accent:#d6ef68;--accent-hover:#e6ff89}body.home{background:#101110;color:#f7f7f0}.home a{color:inherit}.home .site-nav{position:absolute;inset:0 0 auto;background:linear-gradient(#0009,transparent);border:0;backdrop-filter:none;padding:28px 4%;}.home .logo{font-size:21px;letter-spacing:-1px}.home .logo b{font-weight:600}.home .site-nav .links a{font-size:14px;color:#fff}.home .site-nav .links a:last-child{border:1px solid #fff6;border-radius:40px;padding:11px 19px}.film-hero{height:100svh;min-height:620px;max-height:1200px;position:relative;overflow:hidden;background:#191c1d}.film-poster{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.film-stage{position:absolute;inset:0;overflow:hidden}.film-stage iframe{position:absolute;top:50%;left:50%;width:max(100vw,177.78svh);height:max(100svh,56.25vw);transform:translate(-50%,-50%);border:0;pointer-events:none}.film-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0002 40%,#000a);pointer-events:none}.film-bottom{position:absolute;z-index:2;bottom:42px;left:4%;right:4%;display:flex;align-items:flex-end;justify-content:space-between;gap:25px}.film-bottom h1{font-size:clamp(40px,6.2vw,100px);line-height:1.02;letter-spacing:-.065em;font-weight:500;margin:14px 0 0}.micro{font-size:13px;letter-spacing:.13em;text-transform:uppercase}.film-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pill{border:1px solid #ffffff70;border-radius:99px;padding:13px 19px;min-height:46px;background:#12121260;backdrop-filter:blur(8px);color:#fff;font:inherit;font-size:14px;cursor:pointer}.pill:hover{background:#fff;color:#111}.intro{padding:90px 4% 85px;display:grid;grid-template-columns:1fr 2fr;gap:50px;border-bottom:1px solid #ffffff2b}.intro .micro{color:#b1b4aa;padding-top:12px}.intro h2{font-size:clamp(28px,3.4vw,53px);font-weight:400;line-height:1.2;letter-spacing:-.035em;max-width:960px;margin:0 0 26px}.intro p{color:#aeb0a8;font-size:17px;line-height:1.7;max-width:650px;margin:0}.expertise{margin-top:28px;color:#d6ef68;font-size:14px;line-height:2}.selected{padding:80px 4% 95px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:38px}.section-heading h2{font-size:clamp(34px,4.5vw,64px);font-weight:400;letter-spacing:-.045em;margin:0}.text-link{font-size:14px;border-bottom:1px solid #8b8d83;padding-bottom:7px}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px 26px}.project{display:block}.project-image{position:relative;overflow:hidden;background:#272921;aspect-ratio:16/10}.project-image img{height:100%;width:100%;object-fit:cover;transition:transform .6s}.project:hover img{transform:scale(1.035)}.project-image span{position:absolute;right:20px;bottom:20px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#f4f5ed;color:#111;font-size:22px}.project-info{display:flex;justify-content:space-between;gap:15px;margin-top:17px;align-items:baseline}.project-info h3{margin:0;font-size:22px;font-weight:400;letter-spacing:-.02em}.project-info p{margin:0;color:#b2b5aa;font-size:14px}.contact-strip{margin:0 4%;padding:50px 0 60px;border-top:1px solid #ffffff2b;display:flex;justify-content:space-between;align-items:center;gap:25px}.contact-strip h2{font-size:clamp(32px,4vw,60px);font-weight:400;letter-spacing:-.045em;margin:0}.contact-strip .pill{background:#d6ef68;color:#111;border:0}.home .site-footer{padding:25px 4%;background:#101110}.home .site-footer .brand{font-size:15px}.home a:focus-visible,.home button:focus-visible{outline:3px solid #d6ef68;outline-offset:5px}.home .skip{position:absolute;z-index:100;top:-100px;left:20px;background:#111;padding:15px}.home .skip:focus{top:10px}@media(max-width:700px){.home .site-nav{padding:22px 5%}.home .site-nav .links.open{background:#171a16;padding:22px}.film-hero{min-height:620px;max-height:950px}.film-bottom{left:5%;right:5%;bottom:30px;display:block}.film-actions{margin-top:28px;justify-content:flex-start}.film-bottom h1{font-size:49px}.intro{padding:55px 5%;grid-template-columns:1fr;gap:24px}.intro h2{font-size:30px}.selected{padding:55px 5%}.section-heading{align-items:baseline}.section-heading h2{font-size:38px}.work-grid{grid-template-columns:1fr;gap:35px}.project-info{flex-wrap:wrap;gap:7px}.contact-strip{margin:0 5%;align-items:flex-start;flex-direction:column}.home .site-footer{padding:24px 5%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.project-image img{transition:none}}

/* Keep the film still visible until YouTube starts playback. */
.film-stage{opacity:0;transition:opacity .25s ease}.film-stage.is-playing{opacity:1}
.film-stage video{width:100%;height:100%;object-fit:cover;display:block}
