@font-face{font-family:'DM Serif Display';src:url('fonts/dm-serif-display-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'DM Serif Display';src:url('fonts/dm-serif-display-italic.ttf') format('truetype');font-style:italic;font-weight:400;font-display:swap}
@font-face{font-family:'Playfair Display';src:url('fonts/playfair-display-variable.ttf') format('truetype');font-style:normal;font-weight:400 900;font-display:swap}
@font-face{font-family:'Playfair Display';src:url('fonts/playfair-display-italic-variable.ttf') format('truetype');font-style:italic;font-weight:400 900;font-display:swap}
:root{--ink:#eeeae3;--muted:#a9a7a2;--line:#33322f;--accent:#d6ab77;--paper:#0b0b0b;--wash:#151513;color-scheme:dark;font-family:'Playfair Display',serif;color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:36px}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:8px}::selection{background:var(--accent);color:var(--paper)}.wrap{width:min(1400px,calc(100% - 112px));margin-inline:auto}.skip{position:fixed;top:-100px;left:20px;padding:14px 20px;background:var(--accent);color:#0b0b0b;z-index:20}.skip:focus{top:16px}
.header{position:absolute;inset:0 0 auto;z-index:3;display:flex;justify-content:space-between;align-items:center;padding-block:27px;border-bottom:1px solid #ffffff26}.wordmark{font-size:29px;font-weight:700;letter-spacing:-1.5px}.wordmark span{color:var(--accent)}nav{display:flex;gap:35px;align-items:center;font-size:14px}nav a{padding:9px 0;transition:color .2s}nav a:hover{color:var(--accent)}
.hero{position:relative;isolation:isolate;overflow:hidden;min-height:800px;min-height:max(780px,100svh);display:flex;padding:152px 0 50px;background:#191814}.hero-shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(8,8,7,.64),rgba(8,8,7,.16) 76%),linear-gradient(180deg,rgba(8,8,7,.35) 0%,rgba(8,8,7,.02) 42%,#0b0b0b 99%)}.hero-content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.eyebrow{font-size:12px;font-weight:500;letter-spacing:2px;line-height:1.6}.hero-eyebrow{display:flex;flex-wrap:wrap;gap:15px;color:#dedbd5}.hero-eyebrow>span{color:var(--accent)}.hero h1{font-family:'DM Serif Display',serif;font-weight:400;font-size:clamp(110px,13.2vw,202px);line-height:.88;letter-spacing:-.015em;margin:48px 0 70px}.hero h1>span{display:block}.hero h1>span+span{margin-top:10px}.hero h1 em{font-family:'DM Serif Display',serif;font-weight:400;font-size:.88em;letter-spacing:-.075em;text-transform:lowercase;color:var(--accent)}.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;width:100%}.hero-bottom p{font-size:16px;color:#c3c0ba;line-height:1.7;margin:0}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:50px;min-width:210px;font-size:14px;border-bottom:1px solid #80776a;padding:16px 0;transition:color .2s,border-color .2s}.text-link span{font-size:23px;color:var(--accent)}.text-link:hover{color:var(--accent);border-color:var(--accent)}
.work{padding:90px 0 118px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;border-top:1px solid var(--line);padding-top:28px;margin-bottom:44px}.section-heading h2{font-family:'DM Serif Display',serif;font-size:clamp(46px,5.7vw,84px);font-weight:600;letter-spacing:-.015em;line-height:1;margin:0;text-transform:uppercase}.section-heading h2 em{font-family:'DM Serif Display',serif;font-size:.87em;font-weight:400;text-transform:lowercase;letter-spacing:-.065em}.section-heading>span{font-size:12px;letter-spacing:1.6px;color:var(--muted);padding-bottom:4px;white-space:nowrap}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px 28px}.project{display:block;min-width:0}.project:first-child{grid-column:1/-1}.project-image{position:relative;overflow:hidden;background:#1c1c19;aspect-ratio:1.65}.project:first-child .project-image{aspect-ratio:16/9}.project-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.4));pointer-events:none}.project-image img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.73) brightness(.8);transition:transform .8s cubic-bezier(.2,.65,.3,1),filter .7s}.project:hover img,.project:focus-visible img{transform:scale(1.035);filter:saturate(1) brightness(.95)}.project:nth-child(2) img{object-position:50% 43%}.watch{position:absolute;z-index:1;left:26px;bottom:24px;display:flex;align-items:center;gap:13px;font-size:14px;color:#fff;text-shadow:0 1px 6px #000}.play-icon{display:grid;place-items:center;border:1px solid #ffffff90;border-radius:50%;width:48px;height:48px;font-size:12px;padding-left:2px;background:#0003;transition:background .25s,color .25s,border-color .25s}.project:hover .play-icon,.project:focus-visible .play-icon{background:var(--accent);color:#111;border-color:var(--accent);text-shadow:none}.project-caption{display:flex;justify-content:space-between;gap:24px;padding:21px 0 0}.project-caption>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:18px}.project-caption h3{font-size:25px;font-weight:500;letter-spacing:-.65px;margin:0;transition:color .2s}.project-caption p{font-size:14px;color:var(--muted);margin:0}.project-caption>span{font-size:24px;color:var(--accent)}.project:hover h3{color:var(--accent)}
.more-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:85px 0 22px}.more-heading h3{font-family:'DM Serif Display',serif;font-weight:400;font-size:32px;text-transform:uppercase;margin:0}.more-heading>span{font-size:12px;letter-spacing:.5px;color:var(--muted)}.film-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:64px}.film-list a{display:grid;grid-template-columns:30px 1fr auto;gap:20px;align-items:center;border-top:1px solid var(--line);padding:23px 0;font-size:17px;line-height:1.5;transition:color .2s}.film-list a>span:last-child{font-size:20px;color:var(--muted)}.film-list a:hover,.film-list a:hover>span:last-child{color:var(--accent)}.film-index{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}
.about{padding-bottom:138px}.about .section-heading{margin-bottom:62px}.about .section-heading h2{font-family:inherit;font-size:21px;letter-spacing:-.3px;text-transform:none}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:12%;align-items:start}.about-lead{font-family:'DM Serif Display',serif;font-size:clamp(44px,4.3vw,66px);font-weight:600;line-height:1.1;letter-spacing:-1px;margin:0}.about-lead em{display:block;font-family:'DM Serif Display',serif;font-size:.74em;letter-spacing:-.04em;font-weight:400;color:var(--accent);margin-top:14px}.about-content>div{font-size:18px;line-height:1.8;color:var(--muted);max-width:460px}.about-content>div p{margin:0 0 20px}
.contact{background:var(--wash);padding:79px 0 30px;border-top:1px solid var(--line)}.contact .eyebrow{color:var(--accent)}.contact h2{font-family:'DM Serif Display',serif;font-size:clamp(70px,9vw,136px);font-weight:600;line-height:.95;letter-spacing:-.01em;margin:32px 0 44px}.contact h2 em{font-family:'DM Serif Display',serif;font-size:.6em;font-weight:400;letter-spacing:-.06em;line-height:1.3}.email{display:inline-flex;align-items:center;justify-content:space-between;gap:50px;font-size:clamp(18px,2vw,25px);padding:8px 0 13px;border-bottom:1px solid #706e66;transition:color .2s}.email span{color:var(--accent)}.email:hover{color:var(--accent);border-color:var(--accent)}.footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:92px;padding-top:27px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.footer-bottom a:hover{color:var(--accent)}
@keyframes opening{from{transform:scale(1.035)}to{transform:scale(1)}}@keyframes reveal{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:no-preference){.hero-eyebrow{animation:reveal .8s .05s both}.hero h1{animation:reveal 1s .18s both}.hero-bottom{animation:reveal .9s .35s both}.has-revealed{animation:reveal .8s ease-out both}}
@media(min-width:1800px){.hero{min-height:940px}}
@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.hero{padding-top:145px}.hero h1{font-size:clamp(105px,14.4vw,160px)}.project-caption>div{display:block}.project-caption p{margin-top:8px}.project-grid{gap:40px 25px}.about-content{gap:8%}.about-lead{font-size:48px}.section-heading>span{letter-spacing:1px}}
@media(max-width:700px){.wrap{width:calc(100% - 40px)}.header{padding-block:23px}.wordmark{font-size:27px}nav{gap:22px}.hero{min-height:780px;min-height:max(760px,100svh);padding:139px 0 40px}.hero-eyebrow{max-width:300px;font-size:12px;letter-spacing:1.25px;gap:6px 12px}.hero h1{font-size:clamp(96px,19vw,130px);margin:50px 0 55px;line-height:.96}.hero h1>span+span{margin-top:2px}.hero h1 em{letter-spacing:-.055em}.hero-shade{background:linear-gradient(90deg,rgba(8,8,7,.23),transparent),linear-gradient(180deg,rgba(8,8,7,.38),rgba(8,8,7,.08) 42%,#0b0b0b 99%)}.hero-bottom{flex-direction:column;align-items:flex-start;gap:22px}.hero-bottom p{font-size:16px}.text-link{min-width:200px}.work{padding:68px 0 86px}.section-heading{align-items:flex-start;gap:20px;margin-bottom:31px}.section-heading h2{font-size:53px}.section-heading>span{font-size:12px;letter-spacing:.5px;padding-top:7px}.project-grid{grid-template-columns:1fr;gap:37px}.project:first-child{grid-column:auto}.project:first-child .project-image,.project-image{aspect-ratio:1.6}.watch{left:17px;bottom:17px}.play-icon{width:43px;height:43px}.project-caption{padding-top:17px}.project-caption h3{font-size:23px}.project-caption>div{display:flex;gap:14px}.project-caption p{margin:0;font-size:13px}.more-heading{margin-top:65px}.film-list{grid-template-columns:1fr}.film-list a{padding-block:20px;font-size:16px}.about{padding-bottom:88px}.about .section-heading{margin-bottom:35px}.about .section-heading>span{padding-top:3px}.about-content{grid-template-columns:1fr;gap:34px}.about-lead{font-size:48px}.about-content>div{font-size:17px}.contact{padding-top:60px}.contact h2{font-size:clamp(64px,12vw,82px);margin-block:28px 30px}.contact h2 em{font-size:.59em}.footer-bottom{margin-top:72px;font-size:12px}}
@media(max-width:380px){.wrap{width:calc(100% - 32px)}.wordmark{font-size:25px}nav{gap:17px;font-size:13px}.hero h1{font-size:85px}.hero-eyebrow{max-width:260px}.section-heading h2{font-size:45px}.section-heading>span{font-size:12px;letter-spacing:0}.project-caption>div{display:block}.project-caption p{margin-top:7px}.about .section-heading h2{font-size:19px}.contact h2{font-size:61px}.email{gap:24px}.film-list a{gap:13px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
/* Supplied serif typography and decorative film background. */
.wordmark{font-family:'DM Serif Display',serif;font-weight:400;font-size:33px;letter-spacing:-.04em;line-height:1.2;color:var(--ink)}

.hero-shade{pointer-events:none;background:linear-gradient(90deg,rgba(5,5,5,.7),rgba(5,5,5,.25) 82%),linear-gradient(180deg,rgba(5,5,5,.34),rgba(5,5,5,.12) 45%,#0b0b0b 100%)}
.hero h1{font-family:'DM Serif Display',serif;font-weight:400;font-size:clamp(90px,10vw,150px);line-height:1.06;letter-spacing:-.04em;margin:38px 0 52px}
.hero h1>span+span{margin-top:0}.hero h1 em{font-size:1em;font-weight:400;letter-spacing:-.035em;text-transform:none}
.hero-eyebrow{font-size:12px;letter-spacing:1.5px;font-weight:500}.hero-bottom p{font-size:17px;line-height:1.8;color:#d5d1ca}.text-link{font-size:15px}
.hero-actions{display:flex;flex-direction:column;align-items:flex-end;gap:13px}
.section-heading h2{font-family:'DM Serif Display',serif;font-weight:400;font-size:clamp(44px,4.6vw,68px);line-height:1.15;text-transform:none;letter-spacing:-.035em}.section-heading h2 em{font-size:1em;letter-spacing:-.035em}.section-heading>span{letter-spacing:1px}.project-caption h3{font-family:'DM Serif Display',serif;font-weight:400;font-size:29px;letter-spacing:-.025em}.project-caption p{font-size:14px}.more-heading h3{font-weight:400;font-size:32px;text-transform:none;letter-spacing:-.025em}.film-list a{font-size:17px}
.about .section-heading h2{font-family:'Playfair Display',serif;font-weight:500;font-size:22px}.about-lead{font-family:'DM Serif Display',serif;font-weight:400;font-size:clamp(39px,3.9vw,58px);line-height:1.18;letter-spacing:-.035em}.about-lead em{font-size:.9em;letter-spacing:-.035em;line-height:1.2}.about-content>div{font-size:18px;line-height:1.85}
.contact h2{font-family:'DM Serif Display',serif;font-size:clamp(64px,7.3vw,110px);font-weight:400;line-height:1.06;letter-spacing:-.035em}.contact h2 em{font-size:.79em;letter-spacing:-.04em;line-height:1.2}.email{font-size:clamp(18px,2vw,25px)}.footer-bottom{flex-wrap:wrap;font-size:13px}
@media(max-width:1000px){.hero h1{font-size:clamp(80px,11vw,116px)}.section-heading h2{font-size:56px}.about-lead{font-size:43px}}
@media(max-width:700px){.wordmark{font-size:30px}nav{gap:20px;font-size:14px}.hero{padding-top:145px}.hero h1{font-size:clamp(60px,15.8vw,100px);line-height:1.1;margin:45px 0}.hero-eyebrow{font-size:12px;max-width:330px;letter-spacing:1px}.hero-bottom p{font-size:16px}.hero-actions{align-items:flex-start;gap:10px}.section-heading{flex-wrap:wrap;align-items:baseline;gap:15px}.section-heading h2{font-size:46px}.section-heading>span{letter-spacing:.5px}.project-caption h3{font-size:26px}.project-caption p{font-size:13px}.about-lead{font-size:41px}.about-content>div{font-size:17px}.contact h2{font-size:clamp(50px,10.5vw,68px)}.contact h2 em{font-size:.75em}.footer-bottom{font-size:12px;gap:18px}}
@media(max-width:380px){.wordmark{font-size:27px}nav{font-size:13px;gap:15px}.hero h1{font-size:clamp(52px,16vw,60px)}.hero-eyebrow{max-width:280px;letter-spacing:.6px}.section-heading h2{font-size:41px}.about .section-heading h2{font-size:20px}.about-lead{font-size:37px}.contact h2{font-size:49px}.email{font-size:17px;gap:20px}.footer-bottom{gap:16px;line-height:1.7}}

.direction-icon{display:inline-block;width:1em;height:1em;vertical-align:-.1em;flex-shrink:0}

/* Film carousel: a larger center reel with two recessed neighbors. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.reels-carousel{--reel-width:310px;--reel-step:335px;position:relative;margin-top:6px}.reels-viewport{position:relative;isolation:isolate;height:610px;overflow:hidden;perspective:1400px;touch-action:pan-y}.reel-card{position:absolute;top:50%;left:50%;width:var(--reel-width);aspect-ratio:9/16;border:1px solid #80705250;overflow:hidden;background:#161613;transform:translate(-50%,-50%) scale(.7);opacity:0;z-index:0;transition:transform 950ms cubic-bezier(.22,.7,.25,1),opacity 700ms,border-color 700ms,box-shadow 700ms;will-change:transform}.reel-card.is-current{transform:translate(-50%,-50%) translateX(0) scale(1);opacity:1;z-index:3;border-color:#d6ab7780;box-shadow:0 22px 65px #000b}.reel-card.is-previous{transform:translate(-50%,-50%) translateX(calc(-1 * var(--reel-step))) scale(.81) rotateY(7deg);opacity:.48;z-index:2}.reel-card.is-next{transform:translate(-50%,-50%) translateX(var(--reel-step)) scale(.81) rotateY(-7deg);opacity:.48;z-index:2}.reel-card.is-crossing{z-index:1}.reel-poster,.reel-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.reel-preview{opacity:0;transition:opacity .35s}.reel-card.is-playing .reel-preview{opacity:1}.reel-vignette{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.13),transparent 32%,rgba(0,0,0,.18) 57%,rgba(0,0,0,.91));pointer-events:none}.reel-number{position:absolute;left:23px;top:22px;font-size:12px;letter-spacing:1.5px;color:#fffc}.reel-caption{position:absolute;left:24px;right:24px;bottom:26px}.reel-caption p{font-size:12px;letter-spacing:1px;color:#d6cfc3;margin:0 0 9px}.reel-caption h3{font-family:'DM Serif Display',serif;font-weight:400;font-size:32px;letter-spacing:-.035em;line-height:1.1;margin:0 0 19px}.reel-watch{display:inline-flex;align-items:center;gap:23px;font-size:14px;padding-block:7px;border-bottom:1px solid #d6ab7770}.reel-watch svg{width:18px;height:18px;color:var(--accent)}.reel-watch:hover{color:var(--accent)}.reel-card:not(.is-current) .reel-watch{visibility:hidden}.reel-select{position:absolute;inset:0;background:transparent;border:0;cursor:pointer;width:100%;height:100%;z-index:2}.reel-card.is-current .reel-select{display:none}.reel-controls{display:flex;align-items:center;justify-content:center;position:relative;margin-top:20px;gap:34px}.carousel-navigation{display:flex;align-items:center;gap:27px}.circle-control{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid #4e483e;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer;transition:color .2s,border-color .2s,background .2s}.circle-control:hover{color:var(--accent);border-color:var(--accent);background:#d6ab7710}.previous-reel svg,.previous-client svg{transform:rotate(180deg)}.reel-count{font-size:14px;letter-spacing:2px;font-variant-numeric:tabular-nums;color:var(--accent);min-width:65px;text-align:center}.reel-count span{color:#817e77}.text-control{font-family:inherit;font-size:12px;border:0;background:transparent;color:var(--muted);cursor:pointer;padding:10px 0}.text-control:hover{color:var(--accent)}.reel-motion{position:absolute;right:0}.clients{padding-bottom:114px}.clients .section-heading h2{font-size:46px}.client-window{overflow:hidden}.client-track{list-style:none;display:flex;gap:0;padding:0;margin:0;width:max-content;transform:translateX(0);transition:transform 850ms cubic-bezier(.22,.7,.25,1)}.client-cell{width:var(--client-width,240px);flex:0 0 var(--client-width,240px);height:124px;display:flex;align-items:center;justify-content:center;padding:22px 30px;border-right:1px solid #272623}.client-logo{display:block;width:100%;max-width:185px;height:62px;object-fit:contain;filter:brightness(0) invert(.88);opacity:1}.client-name{font-family:'DM Serif Display',serif;text-align:center;font-size:22px;line-height:1.15;color:#d9d6cf;max-width:190px}.client-controls{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.client-navigation{display:flex;gap:12px}.client-navigation .circle-control{width:34px;height:34px}.client-navigation svg{width:17px;height:17px}
@media(max-width:1100px){.reels-carousel{--reel-width:280px;--reel-step:285px}.reels-viewport{height:560px}.client-cell{padding-inline:25px}}
@media(max-width:700px){.reels-carousel{--reel-width:245px;--reel-step:235px;margin-inline:-20px}.reels-viewport{height:480px}.reel-card.is-previous,.reel-card.is-next{opacity:.38}.reel-controls{margin-inline:20px;justify-content:space-between;gap:15px}.reel-motion{position:static}.carousel-navigation{gap:16px}.reel-caption{left:19px;right:19px;bottom:23px}.reel-caption h3{font-size:29px}.reel-caption p{font-size:12px}.clients{padding-bottom:80px}.clients .section-heading h2{font-size:42px}.client-cell{height:104px;padding:20px}.client-logo{height:53px;max-width:145px}.client-name{font-size:20px}}
@media(max-width:380px){.reels-carousel{--reel-width:218px;--reel-step:210px;margin-inline:-16px}.reels-viewport{height:430px}.reel-controls{margin-inline:16px}.carousel-navigation{gap:12px}.circle-control{width:38px;height:38px}.reel-caption h3{font-size:26px}.clients .section-heading h2{font-size:38px}.client-cell{padding-inline:15px}.client-name{font-size:18px}}
@media(prefers-reduced-motion:reduce){.reel-card,.reel-preview,.client-track{transition:none!important}}

/* Open cinematic layout: typography and footage define the sections. */
:root{--accent:#c9b575}
.header,.section-heading,.client-controls,.client-cell,.contact,.footer-bottom,.reel-card,.reel-card.is-current,.text-link,.reel-watch,.email{border:0}
.header{padding-block:28px}
.wordmark{color:#f5f3ee}.wordmark>span{color:var(--accent)}
.hero{min-height:min(900px,100svh);padding:145px 0 78px}
.hero-content{justify-content:center;align-items:flex-start}
.hero-eyebrow{gap:18px;line-height:1.5}
.hero-eyebrow .hero-name{color:var(--ink)}.hero-eyebrow .hero-role{color:#c0bcb3}
.hero h1{margin:25px 0 26px;line-height:1.02}
.hero-bottom{align-items:flex-start;gap:38px}
.hero-bottom p{line-height:1.65}
.hero-actions{gap:8px;padding-top:0}
.text-link{padding:5px 0;min-width:0;gap:20px}

.section-heading{padding-top:0;margin-bottom:38px}
.section-heading>span{font-size:11px;letter-spacing:1.7px}
.work{padding:64px 0 104px}
.reel-card{box-shadow:none;background:#0d0d0d}
.reel-card.is-current{box-shadow:0 24px 70px #0009}
.reel-watch{padding-block:5px}
.circle-control{border:0;background:transparent;width:44px;height:44px}
.circle-control:hover{background:transparent;color:var(--accent)}
.client-controls{margin-top:8px;padding-top:10px}
.client-cell{padding-inline:30px}
.clients{padding-bottom:100px}
.clients .section-heading{margin-bottom:28px}
.horizontal-films{display:grid;gap:52px;margin-top:95px}
.film-section-title{font-family:'DM Serif Display',serif;font-weight:400;font-size:44px;letter-spacing:-.035em;margin:0 0 -16px}
.film-player{position:relative;background:#080808;overflow:hidden;aspect-ratio:16/9}
.film-video{display:block;width:100%;height:100%;object-fit:contain;background:#080808}
.film-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#0001,#0003);border:0;color:#fff;font-family:inherit;font-size:15px;cursor:pointer;text-shadow:0 2px 12px #000}
.film-play svg{width:34px;height:34px}.film-play:hover{color:var(--accent)}
.film-play[hidden]{display:none}
.wide-film-caption{display:flex;align-items:baseline;justify-content:space-between;gap:22px;padding-top:18px}
.wide-film-caption h4{font-family:'DM Serif Display',serif;font-size:28px;font-weight:400;letter-spacing:-.025em;margin:0}
.wide-film-caption h4 em{font-size:.8em;color:var(--muted);margin-left:8px}
.wide-film-caption>span,.wide-film-caption>a{font-size:12px;color:var(--muted)}
.wide-film-caption>a:hover{color:var(--accent)}
.about{padding-bottom:115px}.about .section-heading{margin-bottom:40px}
.contact{padding:80px 0 30px;background:linear-gradient(180deg,#0b0b0b,#151513)}
.contact h2{font-size:clamp(60px,8vw,118px);line-height:1.06;margin:0;letter-spacing:-.045em}
.contact h2>span{white-space:nowrap}
.contact-subtitle{font-family:'DM Serif Display',serif;font-style:italic;font-size:clamp(26px,3vw,42px);line-height:1.25;margin:20px 0 58px;color:var(--accent);letter-spacing:-.025em}
.contact-details{display:grid;grid-template-columns:1fr 2fr;gap:30px;align-items:baseline}
.contact-details h3{font-size:14px;letter-spacing:1px;font-weight:400;color:var(--muted);margin:0}
.contact-links{display:flex;flex-wrap:wrap;gap:20px 60px}
.contact-links a{display:flex;align-items:center;gap:24px;font-size:clamp(17px,1.65vw,24px);padding:8px 0}
.contact-links a>span{font-size:20px;color:var(--accent)}.contact-links a:hover{color:var(--accent)}
.footer-bottom{margin-top:76px;padding-top:0;font-size:12px}
@media(max-width:1000px){.hero{padding:138px 0 65px}.hero h1{font-size:clamp(80px,11vw,112px)}.contact-details{grid-template-columns:1fr 3fr}.contact-links{gap:14px 35px}}
@media(max-width:700px){
  .header{padding-block:25px}nav{gap:16px;font-size:13px}
  .wordmark{font-size:29px}
  .hero{min-height:0;padding:128px 0 66px}
  .hero-content{justify-content:flex-start}
  .hero-eyebrow{display:flex;flex-direction:column;gap:5px;font-size:11px;letter-spacing:1.15px;max-width:none}
  .hero h1{font-size:clamp(61px,18vw,96px);line-height:1.02;margin:24px 0}
  .hero-bottom{gap:24px}.hero-bottom p{font-size:15px;line-height:1.65}
  .hero-actions{gap:9px;align-items:flex-start}.text-link{font-size:14px}
  .work{padding:32px 0 76px}.section-heading{margin-bottom:24px;gap:12px}
  .section-heading h2{font-size:45px}.section-heading>span{font-size:10px;letter-spacing:1px}
  .horizontal-films{margin-top:67px;gap:38px}.film-section-title{font-size:36px;margin-bottom:-12px}
  .wide-film-caption{padding-top:13px;gap:14px;flex-wrap:wrap}.wide-film-caption h4{font-size:25px}
  .wide-film-caption h4 em{display:block;margin:5px 0 0}.wide-film-caption>a{font-size:11px}
  .film-play{font-size:13px}.film-play svg{width:28px;height:28px}
  .clients{padding-bottom:70px}.client-cell{padding-inline:20px}
  .about{padding-bottom:75px}.about .section-heading{margin-bottom:28px}
  .contact{padding-top:46px}.contact h2{font-size:clamp(52px,13.6vw,82px);line-height:1.06;max-width:570px}
  .contact h2>span{display:block}.contact-subtitle{font-size:clamp(25px,6.8vw,36px);margin:15px 0 37px;max-width:400px}
  .contact-details{grid-template-columns:1fr;gap:13px}.contact-details h3{font-size:12px}
  .contact-links{flex-direction:column;align-items:flex-start;gap:8px}.contact-links a{font-size:18px;gap:24px}
  .footer-bottom{margin-top:50px;gap:14px;line-height:1.6}
}
@media(max-width:380px){.wordmark{font-size:25px}nav{gap:12px;font-size:12px}.hero{padding-top:120px}.hero h1{font-size:clamp(55px,18vw,68px)}.contact h2{font-size:clamp(44px,13.6vw,54px)}.contact-subtitle{font-size:24px}.contact-links a{font-size:17px}}

.client-logo.builders-logo{height:62px;object-fit:contain;filter:brightness(0) invert(.88)}
@media(max-width:700px){.client-logo.builders-logo{height:53px}}

/* Extra reels wait outside the three visible carousel positions. */
.reel-card.is-before{transform:translate(-50%,-50%) translateX(calc(-2 * var(--reel-step))) scale(.66);opacity:0;pointer-events:none;z-index:0}
.reel-card.is-after{transform:translate(-50%,-50%) translateX(calc(2 * var(--reel-step))) scale(.66);opacity:0;pointer-events:none;z-index:0}

/* Editor-at-work opening: preserve the subject and floating timelines. */
.hero{background:#0b0b0b;min-height:min(850px,100svh);padding:145px 0 70px}
.hero-portrait{position:absolute;z-index:-3;inset:0 0 0 auto;width:86%;height:100%;object-fit:cover;object-position:center;pointer-events:none;user-select:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 14%);mask-image:linear-gradient(90deg,transparent,#000 14%)}
.hero-shade{background:linear-gradient(90deg,#0b0b0b 10%,rgba(11,11,11,.93) 25%,rgba(11,11,11,.58) 43%,rgba(11,11,11,.04) 66%),linear-gradient(180deg,rgba(11,11,11,.48),transparent 24%,rgba(11,11,11,.08) 76%,#0b0b0b 100%)}
.hero-content{justify-content:center}
.hero h1{font-size:clamp(80px,8.8vw,132px);margin:24px 0;max-width:60%}
.hero-bottom{flex-direction:column;gap:22px;align-items:flex-start}
.hero-actions{align-items:flex-start}
@media(max-width:1000px) and (min-width:701px){
  .hero{padding-top:138px;min-height:700px}
  .hero-portrait{width:92%;object-position:55% center}
  .hero h1{font-size:clamp(75px,9.4vw,96px);max-width:66%}
  .hero-eyebrow{flex-direction:column;gap:5px}
}
@media(max-width:700px){
  .hero{min-height:0;padding:calc(100vw * 941 / 1672 + 108px) 0 46px}
  .hero-portrait{inset:80px 0 auto;width:100%;height:auto;object-fit:contain;object-position:center;-webkit-mask-image:linear-gradient(#000 75%,transparent);mask-image:linear-gradient(#000 75%,transparent)}
  .hero-shade{background:linear-gradient(180deg,rgba(11,11,11,.2),transparent 120px)}
  .hero-content{justify-content:flex-end}
  .hero h1{font-size:clamp(58px,17vw,88px);max-width:none;margin:19px 0 20px}
  .hero-bottom{gap:20px}
}
@media(max-width:380px){
  .hero{padding-bottom:40px}
  .hero h1{font-size:clamp(53px,17vw,64px)}
}
