@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#090909;--muted:#a5a5a5;--line:#303030}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:#f5f5f0;font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,a,video{-webkit-tap-highlight-color:transparent}a:focus-visible,video:focus-visible{outline:2px solid #dcf562;outline-offset:7px}img{display:block;max-width:100%}h1,h2,p,figure{margin:0}h1,h2{font-family:Manrope,sans-serif;font-weight:500;letter-spacing:-.055em;line-height:1.07}.skip{position:fixed;top:-100px;background:white;color:black;padding:16px;z-index:100}.skip:focus{top:10px}.header{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:25px 5%;border-bottom:1px solid #ffffff25;background:linear-gradient(#0009,transparent)}.brand{display:block;width:150px}.brand img{width:100%;height:55px;object-fit:contain;object-position:left}.header nav{display:flex;gap:34px;font-size:13px}.header nav a{color:#d8d8d8}.header nav a:hover,.text-link:hover{color:white;text-decoration:underline;text-underline-offset:7px}.header-contact{font-size:13px;border:1px solid #ffffff70;padding:12px 19px;border-radius:3px}.header-contact span{margin-left:24px}.hero{min-height:780px;height:100svh;max-height:1080px;position:relative;isolation:isolate;display:flex;align-items:center}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#000b,transparent 90%),linear-gradient(0deg,#090909 1%,#0001 60%,#0004)}.hero-content{width:90%;margin:80px auto 0}.eyebrow{font-size:10px;letter-spacing:.19em;font-weight:600;line-height:1.6}.hero h1{font-size:clamp(44px,5.5vw,84px);max-width:1100px;margin:28px 0}.hero h1 em{font-style:normal;color:#deded7}.hero-description{font-size:17px;line-height:1.7;color:#d7d7d5}.actions{display:flex;align-items:center;gap:32px;margin-top:34px}.button{display:inline-flex;justify-content:center;align-items:center;gap:22px;padding:17px 24px;font-size:13px;font-weight:600;border-radius:3px;transition:background .2s}.light{background:#f5f5f0;color:#0d0d0d}.light:hover{background:#d5d5cd}.play-small{font-size:12px}.text-link{font-size:13px}.text-link span{margin-left:13px}.hero-bottom{position:absolute;bottom:30px;left:5%;right:5%;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff35;padding-top:24px;font-size:9px;letter-spacing:.14em}.hero-bottom a{letter-spacing:.03em;font-size:11px}.hero-bottom a span{margin-left:18px}.section{padding:95px 5%}.section-label{font-size:9px;letter-spacing:.14em;color:#b9b9b4;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px;margin-bottom:60px}.intro-grid,.section-heading{display:grid;grid-template-columns:1.05fr 1fr;gap:9%;align-items:start}h2{font-size:clamp(36px,4.5vw,65px)}.intro-grid h2 span{color:#747474}.body-copy{font-size:16px;line-height:1.85;color:#adadaa;max-width:650px}.body-copy p+p{margin-top:20px}.film-strip{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px;margin-top:65px}.film-strip img{width:100%;height:300px;object-fit:cover}.production{padding-top:20px}.production-images{display:grid;grid-template-columns:1.25fr 1fr;gap:28px;margin-top:60px}.production-images figure:nth-child(2){padding-top:85px}.production-images img{width:100%;height:390px;object-fit:cover}.production-images figcaption{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.13em;padding-top:20px;color:#bdbdb8}.process{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:25px;margin-top:65px;font-size:15px}.process span:nth-child(even){color:#787878}.ai-section{height:720px;position:relative;isolation:isolate;display:flex;align-items:center;overflow:hidden}.ai-backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.ai-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#000b,#0000),linear-gradient(0deg,#090909,#0000 25%,#0000 75%,#090909)}.ai-copy{padding:0 5%}.ai-copy h2{font-size:clamp(48px,6vw,88px);margin:30px 0}.ai-copy>p:last-child{color:#c8c8c3;font-size:17px;line-height:1.65}.ai-details{position:absolute;bottom:35px;left:5%;right:5%;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.14em}.reel h2{margin-bottom:40px}.reel-player{background:#121212}.reel video{display:block;width:100%;max-height:80vh;aspect-ratio:16/9;object-fit:contain}footer{background:#121212}footer .eyebrow{color:#939390}.contact-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin:28px 0 95px}.footer-bottom{border-top:1px solid var(--line);padding-top:30px;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:10px;color:#979793}.footer-bottom .brand{width:125px}.footer-bottom a[href^=tel]{font-size:13px;color:white}@media(min-width:1800px){.section{padding-left:max(5%,calc((100vw - 1600px)/2));padding-right:max(5%,calc((100vw - 1600px)/2))}}@media(max-width:800px){.header{padding:20px 6%}.header nav{gap:17px}.header nav a:nth-child(-n+2){display:none}.header-contact{display:none}.brand{width:120px}.hero{min-height:700px;max-height:900px}.hero-content{width:88%}.hero h1{font-size:52px}.hero-image{object-position:65% center}.hero-shade{background:linear-gradient(0deg,#090909,#0004 90%),linear-gradient(90deg,#0008,#0001)}.hero-bottom{left:6%;right:6%}.hero-bottom>span:last-child{display:none}.section{padding:65px 6%}.section-label{margin-bottom:38px;font-size:8px}.intro-grid,.section-heading{grid-template-columns:1fr;gap:30px}.body-copy{font-size:15px}.film-strip{gap:10px;margin-top:35px}.film-strip img{height:220px}.production{padding-top:0}.production-images{gap:18px;margin-top:35px}.production-images img{height:280px}.production-images figure:nth-child(2){padding-top:50px}.process{font-size:13px;margin-top:40px}.ai-section{height:620px}.ai-copy{padding:0 6%}.ai-backdrop{object-position:65% center}.ai-details{left:6%;right:6%}.contact-heading{align-items:start;flex-direction:column;margin-bottom:65px}.footer-bottom{flex-wrap:wrap}.footer-bottom .brand{width:100%;}.footer-bottom .brand img{width:125px}.footer-bottom>span{font-size:9px}}@media(max-width:480px){.hero h1{font-size:43px}.hero-content{margin-top:60px}.hero-description{font-size:15px}.actions{gap:22px;flex-wrap:wrap}.hero-bottom>span:first-child{font-size:8px}.hero-bottom a{font-size:10px}.section-label>span:last-child{max-width:130px;text-align:right}.film-strip{grid-template-columns:1fr 1fr}.film-strip img{height:210px}.film-strip img:first-child{grid-column:1/-1;height:250px}.production-images{grid-template-columns:1fr}.production-images figure:nth-child(2){padding-top:20px}.production-images img{height:300px}.process{font-size:11px}.ai-copy h2{font-size:57px}.ai-section{height:600px}.ai-details{font-size:8px;gap:20px}.reel video{aspect-ratio:16/9}.footer-bottom{gap:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.project-posters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:60px}.project-posters img{width:100%;aspect-ratio:2/3;object-fit:contain;background:#101010;transition:transform .3s}.project-posters figure:hover img{transform:translateY(-6px)}.project-posters figcaption{font-size:12px;color:#b7b7b1;margin-top:17px;line-height:1.5}@media(max-width:900px){.project-posters{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 0 20px;gap:15px}.project-posters figure{flex:0 0 40%;min-width:200px;scroll-snap-align:start}.project-posters img{height:330px}.project-posters figcaption{font-size:13px}}@media(max-width:480px){.project-posters figure{flex:0 0 74%}.project-posters img{height:auto}}
.brand-subtitle{display:block;font-size:8px;letter-spacing:.42em;text-align:center;margin-top:-6px;color:#bababa}.reel-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:10%;align-items:center}.reel-player{max-width:420px;justify-self:center;width:100%;background:#151515}.reel video{aspect-ratio:9/16;max-height:740px}.reel-copy{color:#aaa;line-height:1.8;font-size:17px}.reel-duration{margin-top:35px;color:#777}.outline{border:1px solid #ffffff70;color:white;background:#0005;margin-top:30px;cursor:pointer;font-family:inherit}.outline:hover{background:#ffffff20}dialog{width:min(1100px,95vw);padding:45px 12px 12px;border:1px solid #444;background:#111;color:white}dialog::backdrop{background:#000d}dialog video{width:100%;display:block;max-height:80vh}#close-ai{position:absolute;right:14px;top:8px;background:none;color:white;border:0;padding:5px 10px;font-size:20px;cursor:pointer}.hero .eyebrow{color:#d6e5a2}@media(max-width:700px){.reel-grid{grid-template-columns:1fr;gap:35px}.reel-player{max-width:360px}.reel video{max-height:none}.footer-bottom .brand-subtitle{text-align:left;padding-left:37px}}
