@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--orange:#f34d2e;--yellow:#ecf346;--ink:#171716;--paper:#f6f6ef;--muted:#aaa9a1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--ink);color:var(--paper);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--yellow);outline-offset:7px}header{height:104px;background:var(--orange);color:var(--ink);padding:0 4.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #17171640}.brand img{width:110px;height:90px;object-fit:contain}nav{display:flex;gap:36px;align-items:center;font-weight:600}nav a:hover,footer a:hover{text-decoration:underline;text-underline-offset:6px}.nav-cta{border:1px solid var(--ink);padding:10px 22px;border-radius:50px}.nav-cta span{margin-left:20px}.hero{background:var(--orange);color:var(--ink);padding:32px 4.5% 38px}.eyebrow{font-size:14px;font-weight:600;letter-spacing:.065em}.hero>.eyebrow{display:flex;justify-content:space-between}.hero h1{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:800;line-height:.84;font-size:clamp(90px,14.8vw,230px);letter-spacing:-.025em;margin:39px 0 32px}.sauce{color:var(--yellow)}.hero-bottom{display:flex;align-items:end;justify-content:space-between}.hero-bottom p{margin:0;font-size:18px}.round-link{display:flex;align-items:center;gap:24px;font-weight:600}.round-link span{display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;width:46px;height:46px;font-size:24px}.featured{padding:20px 20px 0}.film-image{position:relative;display:block;overflow:hidden;background:#333;aspect-ratio:2.12}.film-image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 38%,#000b)}.film-image>img{width:100%;height:100%;object-fit:cover;transition:transform .65s}.film-image:hover>img,.project:hover img{transform:scale(1.035)}.feature-label{position:absolute;z-index:1;top:28px;left:32px;font-size:14px;letter-spacing:.06em;text-shadow:0 1px 5px #000}.play{position:absolute;z-index:1;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;gap:12px;align-items:center;border:1px solid #ffffff80;border-radius:50px;background:#17171680;backdrop-filter:blur(8px);padding:17px 25px}.featured-title{position:absolute;z-index:1;bottom:28px;left:32px;right:32px}.featured-title>span:first-child{font-size:14px;letter-spacing:.07em}.featured-title h2{font-size:clamp(28px,4vw,64px);letter-spacing:-.04em;font-weight:500;line-height:1.1;margin:6px 0}.film-type{position:absolute;right:0;bottom:6px;font-size:13px;border:1px solid #fff8;border-radius:30px;padding:7px 13px}.section{padding:100px 4.5%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:44px}.section-head h2{font-size:clamp(40px,5vw,72px);font-weight:500;letter-spacing:-.045em;line-height:1.06;margin:25px 0 0}.section-head p{color:var(--muted);margin:0 0 4px}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px 24px}.project .thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:#292927}.project img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.project .watch{position:absolute;right:16px;bottom:16px;display:grid;place-items:center;border-radius:50%;width:42px;height:42px;background:var(--yellow);color:var(--ink);font-size:15px}.project-meta{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.project h3{font-size:22px;letter-spacing:-.025em;font-weight:500;margin:0}.project p{font-size:14px;color:var(--muted);margin:5px 0 0}.project .number{font-size:13px;color:var(--muted);padding-top:5px}.project:last-child:nth-child(odd){grid-column:1/-1}.studio{background:var(--paper);color:var(--ink)}.studio h2{font-size:clamp(38px,5vw,76px);letter-spacing:-.05em;line-height:1.1;font-weight:500;margin:32px 0}.studio h2 span{color:#74746c}.studio-copy{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-left:25%;font-size:18px;line-height:1.65}.studio-copy p{margin:0}.services{margin-top:80px}.services>.eyebrow{display:block;margin-bottom:24px}.services>div{border-top:1px solid #17171640;display:grid;grid-template-columns:70px 1fr 1fr;align-items:center;padding:22px 0;gap:20px}.services h3{font-size:32px;font-weight:500;letter-spacing:-.03em;margin:0}.services p{margin:0;color:#65655e}.services>div>span{font-size:14px}.contact{background:var(--yellow);color:var(--ink)}.contact h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(66px,10vw,156px);font-weight:800;letter-spacing:-.02em;line-height:.93;margin:35px 0}.contact em{color:var(--orange);font-style:normal}.email{display:inline-flex;align-items:center;gap:30px;font-size:clamp(20px,3vw,40px);border-bottom:2px solid var(--ink);padding-bottom:10px;letter-spacing:-.035em}.contact-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:65px}.contact-bottom p{margin:0;line-height:1.8}.pill{border:1px solid var(--ink);border-radius:40px;padding:14px 23px}.pill:hover,.nav-cta:hover{background:var(--ink);color:var(--yellow)}footer{padding:28px 4.5%;display:flex;justify-content:space-between;gap:24px;font-size:14px}footer>div{display:flex;gap:28px}.skip{position:fixed;top:-100px;left:20px;background:var(--yellow);color:var(--ink);z-index:10;padding:12px}.skip:focus{top:10px}@media(min-width:1600px){.hero h1{font-size:15vw}}@media(max-width:700px){header{height:86px;padding:0 5%}.brand img{width:83px;height:75px}nav{gap:16px;font-size:14px}.nav-cta{padding:8px 12px}.nav-cta span{display:none}.hero{padding:25px 5% 30px}.hero>.eyebrow{font-size:12px}.hero h1{font-size:19vw;line-height:.89;margin:32px 0}.hero-bottom{align-items:start;gap:22px;flex-direction:column}.hero-bottom p{font-size:16px}.round-link{gap:15px}.round-link span{width:36px;height:36px}.featured{padding:12px 12px 0}.film-image{aspect-ratio:1.25}.feature-label{top:18px;left:18px;font-size:12px}.featured-title{left:18px;right:18px;bottom:18px}.play{padding:12px 17px;font-size:14px;white-space:nowrap}.film-type{display:none}.section{padding:66px 5%}.section-head{display:block;margin-bottom:30px}.section-head p{margin-top:22px}.work-grid{grid-template-columns:1fr;gap:30px}.project h3{font-size:21px}.studio-copy{margin-left:0;grid-template-columns:1fr;gap:20px;font-size:16px}.services{margin-top:50px}.services>div{grid-template-columns:30px 1fr;gap:5px 12px;padding:18px 0}.services h3{font-size:26px}.services p{grid-column:2;font-size:14px}.contact h2{font-size:13.5vw}.email{gap:12px;font-size:clamp(18px,5.2vw,28px)}.contact-bottom{align-items:start;gap:26px;flex-direction:column;margin-top:40px}footer{flex-direction:column;font-size:13px;padding:25px 5%}footer>div{gap:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.type-card{height:100%;display:flex;flex-direction:column;justify-content:space-between;background:#f34d2e;color:#171716;padding:6%;font-size:12px;letter-spacing:.06em}.type-card strong{font-family:"Barlow Condensed",Impact,sans-serif;font-size:clamp(30px,6vw,90px);line-height:.9;letter-spacing:-.02em}.type-card+ .watch{display:none}
