@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&family=DM+Sans:wght@400;500;600;650;700&family=Instrument+Serif:ital@0;1&display=swap');
:root{color-scheme:dark;--bg:#10110f;--ink:#f0f0e9;--muted:#a9aaa1;--orange:#ff6032;--line:#3e4038}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--bg);color:var(--ink);font:16px 'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:2px solid var(--orange);outline-offset:6px}::selection{background:var(--orange);color:#12130f}header{position:absolute;z-index:2;width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 3.5%}header p{font-size:12px;line-height:1.5;margin:0;position:absolute;left:36%}header>a:last-child{font-size:14px}.mini-brand{font-size:26px;letter-spacing:-2px;font-weight:700}.mini-brand span{color:var(--orange);font-size:24px;margin:0 2px}.hero{height:100svh;min-height:720px;max-height:1200px;position:relative;overflow:hidden}.dream-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:arrive 1.7s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(#090b08a8,transparent 45%,#10110fe0)}h1{position:relative;margin:0;padding:105px 3.5% 0;font-size:clamp(54px,13.2vw,235px);line-height:1;letter-spacing:-.075em;font-weight:650;white-space:nowrap}h1>span{display:inline-block;color:var(--orange);font-size:.35em;vertical-align:top;margin:0 0 0 .18em;line-height:1.1}.hero-caption{position:absolute;left:3.5%;right:3.5%;bottom:95px;display:grid;grid-template-columns:1fr 1fr auto;gap:25px;align-items:end}.hero-caption>span{font-size:clamp(25px,3.1vw,50px);line-height:1.06;letter-spacing:-1px}.hero-caption p{font-size:14px;line-height:1.5;margin:0}.enter{font-size:14px;display:flex;align-items:center;gap:32px}.enter>span{font-size:25px;border:1px solid #bbb9a8;border-radius:50%;width:47px;height:47px;display:grid;place-items:center}.enter:hover>span{background:var(--orange);border-color:var(--orange);color:#10110f}.study-label{position:absolute;bottom:23px;left:3.5%;font-size:12px;color:#b7b8ac}.work,.studio,.contact{padding:76px 3.5% 95px;scroll-margin-top:0}.section-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:1px}.work-surface{display:grid;grid-template-columns:1.13fr 1fr;gap:6%;margin-top:52px;align-items:center}.project-image{height:610px;position:relative;overflow:hidden;background:#292b25}.project-image img{width:100%;height:100%;object-fit:cover;transition:opacity .2s,transform .8s;transform:scale(1.025)}.project-image img.changing{opacity:.15;transform:scale(1.06)}.project-image img.soul{object-fit:contain;background:#eae1c7}.project-image:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#0009);pointer-events:none}#image-caption{position:absolute;bottom:22px;left:24px;z-index:1;font-size:13px}.frame-corner{position:absolute;right:24px;bottom:18px;font-size:27px;z-index:1}.browse-hint,.work-credit{font-size:12px;color:var(--muted)}.browse-hint{margin:0 0 25px}.work-credit{margin:25px 0 0}.project-row{text-align:left;display:block;width:100%;border:0;border-top:1px solid var(--line);background:none;padding:24px 0 28px;transition:color .25s}.project-row:last-of-type{border-bottom:1px solid var(--line)}.project-kicker{font-size:12px;display:block;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.project-title{display:block;font-size:clamp(50px,6.5vw,105px);letter-spacing:-.055em;line-height:.95}.project-title em,h2 em,.contact-title em{font-family:'Instrument Serif',Georgia,serif;font-weight:400;letter-spacing:-.025em}.project-bottom{font-size:12px;display:flex;justify-content:space-between;margin-top:24px;color:var(--muted)}.project-bottom>span{color:var(--ink)}.project-row.active,.project-row:hover{color:var(--orange)}.project-row.active .project-bottom>span{color:var(--orange)}.studio{background:#d9ded0;color:#171b13;padding-bottom:85px}.star{font-size:55px;line-height:1;color:#252c1e}.studio h2{font-size:clamp(62px,9.5vw,160px);font-weight:500;letter-spacing:-.06em;line-height:.94;margin:38px 0 55px}.studio-bottom{display:grid;grid-template-columns:1fr 1fr;gap:40px}.small-label{font-size:12px;line-height:1.6}.studio-bottom p{font-size:23px;line-height:1.35;margin:0 0 24px;max-width:620px;letter-spacing:-.4px}.studio-bottom .muted{font-size:17px;color:#4e5648;letter-spacing:0}.studio ul{list-style:none;display:flex;gap:20px;padding:25px 0 0;margin:30px 0 0;border-top:1px solid #a0a894;font-size:12px}.contact{padding-top:80px;padding-bottom:75px}.contact-title{position:relative;display:block;font-size:clamp(52px,9vw,155px);letter-spacing:-.06em;line-height:1.03;margin:50px 0}.contact-title em{color:var(--orange)}.contact-arrow{font-size:.7em;position:absolute;right:0;top:0;transition:transform .3s}.contact-title:hover .contact-arrow{transform:translate(8px,-8px);color:var(--orange)}.contact-bottom{display:flex;justify-content:space-between;font-size:14px}.contact-bottom>span{color:var(--muted)}footer{display:flex;justify-content:space-between;gap:20px;padding:25px 3.5% 115px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.dock{position:fixed;z-index:5;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:4px;padding:6px;background:#e9ebe2ed;backdrop-filter:blur(18px);color:#171914;border-radius:999px;border:1px solid #ffffff80;box-shadow:0 7px 25px #0003}.dock a{font-size:14px;padding:12px 23px;white-space:nowrap;border-radius:999px;transition:background .25s}.dock a:hover,.dock a.current{background:#1c2117;color:#f0f1e9}.dock sup{font-size:10px;margin-left:3px}dialog{background:#11130f;color:var(--ink);border:1px solid #555b4f;width:min(1200px,94vw);padding:28px;max-height:94svh}dialog::backdrop{background:#050604eb;backdrop-filter:blur(10px)}.cinema-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.cinema-top h2{font-size:40px;letter-spacing:-1px;font-weight:500;margin:5px 0 0}#film-client{font-size:12px;color:var(--muted);text-transform:uppercase}.cinema-top button{border:0;background:none;padding:12px;font-size:14px}.cinema-top button span{font-size:24px;margin-left:15px}#player{aspect-ratio:16/9;background:#050505}#player iframe{width:100%;height:100%;border:0}.cinema-bottom{display:flex;justify-content:space-between;gap:20px;font-size:12px;padding-top:20px;color:var(--muted)}.cinema-bottom a{color:var(--ink)}.skip{position:absolute;top:-80px;left:20px;padding:10px;background:var(--orange);color:black;z-index:10}.skip:focus{top:10px}@keyframes arrive{from{transform:scale(1.08);opacity:.3}to{transform:scale(1);opacity:1}}@media(min-width:1700px){.work,.studio,.contact{padding-left:7%;padding-right:7%}.project-image{height:730px}}@media(max-width:760px){header{padding:23px 5%}header p{left:32%;font-size:11px}header>a:last-child{font-size:12px}.hero{height:90svh;min-height:630px}h1{padding:116px 5% 0;font-size:12.5vw;letter-spacing:-.075em}.dream-image{object-position:47% center}.hero-caption{left:5%;right:5%;bottom:77px;grid-template-columns:1fr auto;gap:20px}.hero-caption>span{font-size:30px}.hero-caption p{grid-column:1;font-size:12px}.enter{grid-column:2;grid-row:1/3;font-size:0;gap:0}.enter>span{width:45px;height:45px}.study-label{left:5%;bottom:24px}.work,.studio,.contact{padding:55px 5% 65px}.section-top{font-size:12px;letter-spacing:.5px;gap:16px}.section-top>span:last-child:not(.star){text-align:right;max-width:140px}.work-surface{grid-template-columns:1fr;gap:28px;margin-top:30px}.project-image{height:330px}.project-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}.browse-hint{grid-column:1/-1;margin:0}.project-row{padding:20px 0;border-bottom:1px solid var(--line)}.project-kicker{font-size:11px;letter-spacing:.3px}.project-title{font-size:42px;min-height:84px}.project-bottom{display:block;font-size:12px;line-height:1.7}.project-bottom>span{display:block}.work-credit{grid-column:1/-1;margin:0}.studio h2{font-size:clamp(58px,11vw,84px);margin:32px 0 38px}.studio-bottom{grid-template-columns:1fr;gap:28px}.studio-bottom p{font-size:22px}.studio ul{flex-wrap:wrap;gap:12px 25px;font-size:12px}.contact-title{font-size:clamp(48px,10.5vw,78px);margin:40px 0 32px}.contact-arrow{top:-12px;right:-4px;font-size:30px}.contact-bottom{flex-direction:column;gap:15px;font-size:14px}.dock{bottom:16px}.dock a{padding:11px 20px}footer{padding:24px 5% 112px}dialog{padding:18px}.cinema-top h2{font-size:28px}.cinema-bottom{line-height:1.5}.cinema-bottom span{max-width:60%}.star{font-size:40px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.film-poster{position:relative;display:block;width:100%;height:100%;overflow:hidden}.film-poster img{width:100%;height:100%;object-fit:contain;background:#080908}.play-film{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:18px 26px;background:#edeee5;color:#141810;border-radius:50px;white-space:nowrap;font-size:16px;box-shadow:0 5px 30px #0008}.film-poster:hover .play-film{background:var(--orange)}

/* Revised editorial identity */
:root{--bg:#351322;--ink:#f3edb8;--muted:#c7b19c;--orange:#ff764c;--line:#785461}
body{background:var(--bg)}header{position:relative;padding:20px 3.5%;background:#f3edb8;color:#401629;border-bottom:1px solid #40162955}header p{left:43%;font-size:12px}.mini-brand{font-family:'Bowlby One SC',Arial,sans-serif;font-size:32px;letter-spacing:-2px}.mini-brand span{color:inherit;font-size:20px;margin:0 1px}header>a:last-child{font-size:14px;border-bottom:1px solid;padding-bottom:3px}.hero{height:auto;min-height:0;max-height:none;background:#f3edb8;color:#401629;padding:0 3.5% 24px;overflow:visible}h1{font-family:'Bowlby One SC','Arial Black',sans-serif;text-transform:uppercase;font-weight:400;font-size:10.15vw;letter-spacing:-.065em;line-height:1.3;padding:6px 0 0;margin:0;white-space:nowrap}h1>span{color:inherit;vertical-align:top;font:18px 'DM Sans',sans-serif;display:inline-block;padding-top:23px;margin-left:8px}.hero-editorial{display:grid;grid-template-columns:.88fr 1.12fr;gap:6%;padding:18px 0 40px}.hero-statement{position:relative;padding-top:14px}.hero-statement p{font-size:clamp(44px,5.6vw,95px);line-height:.97;letter-spacing:-.065em;margin:0 0 35px}.hero-statement em{font-family:'Instrument Serif',Georgia,serif;font-weight:400;letter-spacing:-.045em}.hero-statement .enter{display:inline-flex;gap:18px;border-bottom:1px solid;padding-bottom:6px;font-size:14px}.hero-statement .enter>span{border:0;border-radius:0;width:auto;height:auto;font-size:22px}.hero-statement .enter:hover>span{background:none;color:inherit;transform:translate(-3px,3px)}.side-note{font-size:12px;line-height:1.5;display:block;margin-top:36px}.hero-feature{position:relative;padding-top:7px}.hero-film{position:relative;width:100%;display:block;padding:0;border:0;background:#153b3d;transform:rotate(-2deg);transition:transform .45s}.hero-film:hover{transform:rotate(0deg)}.hero-film img{width:100%;height:clamp(360px,34vw,650px);display:block;object-fit:cover;object-position:center;filter:saturate(.85)}.film-stamp{position:absolute;right:-15px;bottom:-20px;background:#ff764c;color:#351322;width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(12deg);font:17px/1.05 'Instrument Serif',Georgia,serif;box-shadow:0 1px 0 #351322}.film-stamp>span{font-size:35px;line-height:1.1}.hero-film-label{display:flex;justify-content:space-between;gap:10px;margin-top:30px;font-size:12px}.hero-film-label>span:last-child{margin-right:5px}.hero-baseline{display:flex;justify-content:space-between;border-top:1px solid #40162955;padding-top:15px;font-size:12px}.work{padding-top:66px}.work-surface{grid-template-columns:1.08fr 1fr;gap:7%}.project-image{transform:rotate(1deg);height:560px}.project-title{font-family:'Bowlby One SC','Arial Black',sans-serif;font-weight:400;text-transform:uppercase;font-size:clamp(46px,5.3vw,95px);letter-spacing:-.04em;line-height:1.08}.project-title em{font:inherit}.project-row.active{color:#ff9b72}.project-row.active .project-bottom>span{color:#ff9b72}.project-row:hover{color:#ff9b72}.project-kicker,.project-bottom{font-size:13px}.browse-hint{font-family:'Instrument Serif',Georgia,serif;font-size:23px;font-style:italic;color:var(--ink)}.studio{background:#bc4938;color:#fff2c9}.studio h2{font-size:clamp(62px,8.2vw,140px);letter-spacing:-.055em}.studio .star{font-family:'Bowlby One SC','Arial Black',sans-serif;font-size:28px;color:inherit;transform:rotate(-10deg)}.studio-bottom{grid-template-columns:.85fr 1.15fr}.studio-bottom>div>p:first-child{font-size:30px;max-width:650px}.studio-bottom .muted{font-size:22px;color:#fff2c9;line-height:1.5;max-width:680px}.studio ul{border-color:#fff2c980;font-size:13px}.small-label{font-family:'Bowlby One SC','Arial Black',sans-serif;font-size:23px;text-transform:uppercase;line-height:1.2;letter-spacing:-.5px}.contact-title{font-size:clamp(60px,8.7vw,145px)}.contact-title em{color:#f3edb8}.contact-arrow{color:#ff9b72}.dock{background:#f3edb8;color:#401629;border:1px solid #401629;border-radius:0;box-shadow:4px 4px 0 #40162960;backdrop-filter:none;transform:translateX(-50%) rotate(-2deg);gap:0;padding:0}.dock a{border-radius:0;padding:15px 26px;border-right:1px solid #40162955}.dock a:last-child{border:0}.dock a:hover,.dock a.current{background:#401629;color:#f3edb8}dialog{background:#351322;border-color:#9b7c79}.play-film{background:#f3edb8;color:#401629}
@media(min-width:1800px){.hero{padding-left:7%;padding-right:7%}h1{font-size:9.3vw}}
@media(max-width:760px){header{padding:15px 5%}header p{left:36%;font-size:10px}header>a:last-child{font-size:11px;max-width:95px}.mini-brand{font-size:28px}.hero{padding:0 5% 20px}h1{font-size:9.5vw;padding-top:16px;letter-spacing:-.065em;line-height:1.4}h1>span{font-size:10px;margin-left:3px;padding-top:5px}.hero-editorial{grid-template-columns:1fr;gap:26px;padding-top:5px;padding-bottom:26px}.hero-statement{padding-top:5px}.hero-statement p{font-size:clamp(50px,10vw,75px);margin-bottom:18px}.hero-statement p{max-width:100%}.hero-statement .enter{font-size:14px}.side-note{position:absolute;right:0;bottom:0;margin:0;font-size:11px;max-width:150px}.hero-feature{padding:5px 8px 0 0}.hero-film img{height:340px}.film-stamp{width:95px;height:95px;right:-9px;bottom:-12px;font-size:16px}.film-stamp>span{font-size:25px}.hero-film-label{margin-top:23px;font-size:11px}.hero-film-label>span:last-child{max-width:105px;text-align:right}.hero-baseline{font-size:11px;gap:20px}.hero-baseline>span:first-child{max-width:190px}.work-surface{grid-template-columns:1fr;gap:26px}.project-image{height:330px}.project-title{font-size:clamp(32px,8vw,49px);line-height:1.1;min-height:86px}.project-kicker{font-size:11px}.project-bottom{font-size:12px}.browse-hint{font-size:22px}.studio h2{font-size:clamp(48px,10vw,72px);line-height:1.03}.studio-bottom{grid-template-columns:1fr;gap:25px}.small-label{font-size:20px}.studio-bottom>div>p:first-child{font-size:27px}.studio-bottom .muted{font-size:19px}.studio ul{font-size:12px}.studio .star{font-size:21px}.contact-title{font-size:clamp(46px,9.5vw,70px)}.contact-arrow{top:-28px}.dock a{padding:13px 21px}.section-top>span:last-child:not(.star){max-width:145px}}

h1{font-size:9.8vw;letter-spacing:-.045em}@media(max-width:760px){h1{font-size:9.35vw;letter-spacing:-.045em}}

/* The original robot artwork is the primary identity. */
header{min-height:84px;padding-top:14px;padding-bottom:14px}
header p{font-size:14px;line-height:1.4}
.mini-brand{display:inline-block;flex-shrink:0;font-size:32px;line-height:1;letter-spacing:-.055em}
.hero{display:flow-root;padding-top:clamp(24px,3vw,48px)}
.brand-lockup{position:relative;display:block;margin:0 0 28px;padding:0;font-size:inherit;line-height:0;letter-spacing:normal;white-space:normal}
.brand-lockup img{display:block;width:100%;height:auto;object-fit:contain}
.studio-mascot{display:block;width:84px;height:74px;background:#fff2c9;mask:url("assets/machinedream-mascot.png") center/contain no-repeat;-webkit-mask:url("assets/machinedream-mascot.png") center/contain no-repeat;transform:rotate(-8deg)}
.hero-editorial{padding-top:10px;gap:7%;grid-template-columns:.88fr 1.12fr}
.hero-statement p{font-size:clamp(44px,5.25vw,90px)}
.hero-film img{height:clamp(340px,30vw,570px)}
.hero-statement .enter{font-size:16px}
.side-note,.hero-film-label,.hero-baseline,.section-top,.work-credit,.small-label,.cinema-bottom{font-size:14px}
.project-kicker,.project-bottom{font-size:14px}
.studio ul{font-size:14px}
.studio .small-label{font-size:23px}
footer{font-size:14px}
@media(min-width:1800px){.brand-lockup{font-size:inherit}}
@media(max-width:760px){
 header{min-height:78px;gap:15px}header p{position:static;flex:1;margin-left:4px;font-size:12px}header>a:last-child{font-size:12px;max-width:none;white-space:nowrap;line-height:1.45}
 .mini-brand{font-size:29px}
 .hero{padding-top:24px}.brand-lockup{margin:0 0 26px;font-size:inherit}.studio-mascot{width:65px;height:58px}
 .hero-editorial{grid-template-columns:1fr;gap:30px;padding-top:0}.hero-statement p{font-size:clamp(48px,12vw,74px)}
 .side-note{font-size:12px;line-height:1.5;max-width:152px}.hero-film img{height:340px}
 .hero-film-label,.hero-baseline{font-size:12px;line-height:1.5}.hero-film-label>span:last-child{max-width:124px}
 .project-kicker{font-size:12px}.project-bottom{font-size:14px}.studio .small-label{font-size:21px}
 .studio ul{font-size:14px;gap:15px 24px}.cinema-bottom{font-size:12px}.dock a{font-size:14px}
}
@media(max-width:360px){.side-note{position:static;margin-top:22px;max-width:none}.dock a{padding:13px 17px}}

/* Solid Stack identity exploration. */
.brand-lockup-stack{width:clamp(192px,24.8vw,304px);max-width:65.6%;margin:0 auto 42px}
.studio-monogram{font:32px/1 "Bowlby One SC","Arial Black",sans-serif;letter-spacing:-.055em}
@media(max-width:760px){.brand-lockup-stack{width:168px;max-width:57.6%;margin-bottom:34px}}

/* Restrained robot signature for the current identity preview. */
.brand-lockup-robot-studios{width:clamp(340px,56vw,760px);max-width:100%;margin:0 auto 42px}
@media(max-width:760px){.brand-lockup-robot-studios{width:min(100%,430px);margin-bottom:34px}}

/* Graphic landing page; the films have their own viewing space. */
header{position:sticky;top:0;z-index:6}
.site-nav{display:flex;align-items:center;gap:42px}
.site-nav a{display:inline-flex;align-items:center;gap:8px;font-size:14px;padding:10px 0;text-underline-offset:6px}
.site-nav a:hover,.site-nav a[aria-current]{text-decoration:underline}
.site-nav .idea-link{border-bottom:1px solid;padding-bottom:5px;padding-top:5px}
.work,.studio,.contact{scroll-margin-top:84px}
footer{padding-bottom:30px}
.hero-graphic{padding-top:clamp(34px,5vw,80px);padding-bottom:24px}
.hero-graphic .brand-lockup{margin-bottom:clamp(45px,5vw,80px)}
.hero-graphic .hero-editorial{grid-template-columns:1.3fr 1fr;gap:8%;align-items:end;padding:0 0 60px}
.hero-graphic .hero-statement{padding:0}
.hero-graphic .hero-statement p{font-size:clamp(60px,7.2vw,118px);line-height:.94;margin:0}
.hero-introduction{padding:6px 0 0;max-width:450px}
.hero-introduction>p{font-size:clamp(24px,2.6vw,42px);line-height:1.13;letter-spacing:-.04em;margin:0 0 28px}
.hero-introduction em{font:italic 1.22em/.95 'Instrument Serif',Georgia,serif;letter-spacing:-.03em}
.hero-introduction .enter{display:inline-flex;grid-column:auto;grid-row:auto;gap:28px;border-bottom:1px solid;padding-bottom:8px;font-size:16px}
.hero-introduction .enter>span{border:0;width:auto;height:auto;font-size:26px;transition:transform .25s}
.hero-introduction .enter:hover>span{background:none;color:inherit;transform:translate(3px,-3px)}
.hero-introduction .side-note{position:static;margin-top:30px;font-size:14px;line-height:1.5;max-width:none}
.hero-baseline>a{margin-left:auto}
.hero-baseline a:hover{text-decoration:underline;text-underline-offset:4px}
.work-heading{font:400 clamp(54px,6.6vw,112px)/1.04 'DM Sans',Arial,sans-serif;text-transform:none;letter-spacing:-.06em;white-space:normal;padding:0;margin:42px 0 0}
.work-heading em{font-family:'Instrument Serif',Georgia,serif;font-weight:400}
.work-page .work{padding-bottom:70px}
.work-page .work-surface{margin-top:46px}
button.project-image{display:block;width:100%;border:0;padding:0;text-align:left;color:var(--ink);cursor:pointer}
button.project-image:hover .frame-corner{transform:translate(3px,-3px)}
.frame-corner{transition:transform .25s}
@media(max-width:760px){
 header{gap:20px}
 .site-nav{gap:20px}
 .site-nav a{font-size:14px;white-space:nowrap;gap:5px}
 .work,.studio,.contact{scroll-margin-top:78px}
 .hero-graphic{padding-top:40px}
 .hero-graphic .brand-lockup{margin-bottom:42px}
 .hero-graphic .hero-editorial{grid-template-columns:1fr;gap:34px;padding-bottom:36px}
 .hero-graphic .hero-statement p{font-size:clamp(52px,13vw,84px)}
 .hero-introduction{display:grid;grid-template-columns:1fr;gap:20px;max-width:none;padding:0}
 .hero-introduction>p{font-size:27px;margin:0}
 .hero-introduction .enter{justify-self:start;gap:35px;font-size:16px}
 .hero-introduction .side-note{margin-top:0;font-size:14px}
 .hero-baseline{align-items:start;gap:24px}
 .hero-baseline>a{white-space:nowrap}
 .work-heading{font-size:clamp(44px,10vw,72px);margin-top:32px}
 .work-page .work-surface{margin-top:30px}
 .work-page .project-image{height:clamp(260px,75vw,420px)}
}
@media(max-width:360px){.site-nav{gap:14px}.site-nav a{font-size:13px}.site-nav .idea-link span{display:none}}

/* A drawn performance that follows the reader through the Studio. */
.studio-dreamer{padding:0;position:relative}
.studio-scene{padding:42px 3.5% 44px;background:#bc4938}
.studio-dreamer .studio-scene{position:relative}
.studio-dreamer h2{font-size:clamp(56px,7vw,112px);margin:26px 0 38px}
.studio-composition{display:grid;grid-template-columns:1fr 1.1fr;gap:5%;align-items:end}
.studio-copy p{font-size:clamp(22px,2.1vw,30px);line-height:1.35;margin:0 0 22px;max-width:650px}
.studio-copy .muted{font-size:clamp(17px,1.5vw,22px);line-height:1.5;color:inherit;margin-bottom:0}
.dreamer-stage{position:relative;aspect-ratio:800/344;width:100%;margin:0 0 12px}
.dreamer-stage img,.dreamer-stage canvas{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:contain}
.dreamer-stage canvas{visibility:hidden}.dreamer-stage.ready canvas{visibility:visible}.dreamer-stage.ready img{visibility:hidden}
.studio-dreamer .studio-services{justify-content:space-between;gap:24px;margin-top:35px;font-size:14px}
@media(max-width:760px){
 .studio-scene{padding:32px 5% 38px}
 .studio-dreamer h2{font-size:clamp(48px,10vw,72px);margin:25px 0 30px}
 .studio-composition{display:flex;flex-direction:column;gap:32px;align-items:stretch}
 .studio-copy p{font-size:23px}.studio-copy .muted{font-size:18px}
 .dreamer-stage{margin:0}
 .studio-dreamer .studio-services{margin-top:28px;gap:12px;font-size:14px;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){.studio-dreamer{height:auto!important}.studio-dreamer .studio-scene{position:static!important}}


/* Restored editorial layout, with its drawn companion beneath the left statement. */
.studio-personality{display:flex;flex-direction:column;justify-content:space-between;gap:48px;min-width:0}
.studio-personality .small-label{display:block}
.studio-personality .dreamer-stage{margin:0 0 18px}
@media(max-width:760px){.studio-personality{gap:28px}.studio-personality .dreamer-stage{max-width:540px;margin:0}}

.studio-bottom>div>.dreamer-stage{margin:30px 0 18px;width:100%}

/* Give the closing invitation room to unfold during natural scrolling. */
.contact{min-height:125svh;display:flex;flex-direction:column;padding-top:70px;padding-bottom:70px}
.contact .contact-title{margin:auto 0;padding:110px 0}
.contact .contact-bottom{margin-top:auto}
@media(max-width:760px){.contact{min-height:120svh;padding-top:48px;padding-bottom:52px}.contact .contact-title{padding:90px 0}}

/* The opening travels with the page while its performance follows scroll. */
.hero.hero-graphic{height:auto;min-height:0;max-height:none;padding-top:0;overflow:clip}
.opening-scene{height:112svh;position:relative}
.opening-stage{position:absolute;top:calc(45svh - 6vw);left:50%;width:min(92%,1100px);padding:0;margin:0;aspect-ratio:7/3;transform:translateX(-50%);line-height:0;white-space:normal;will-change:transform}
.opening-stage img,.opening-stage canvas{display:block;width:100%;height:100%;object-fit:contain}
.opening-stage canvas{position:absolute;inset:0;opacity:0}
.opening-stage.ready canvas{opacity:1}.opening-stage.ready img{visibility:hidden}
@media(max-width:760px){.opening-scene{height:105svh}.opening-stage{width:100%;top:38svh}}
@media(prefers-reduced-motion:reduce){.opening-stage{will-change:auto}}

/* Work fills the viewport; titles are the image selector. */
.work.work-immersive{position:relative;min-height:calc(100svh - 80px);padding:0;isolation:isolate;overflow:hidden;color:#fff2c9;background:#241d22}
.work-immersive>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s;z-index:-2}
.work-immersive>img.changing{opacity:0}
.work-immersive:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#160e19ba,transparent 85%),linear-gradient(0deg,#160e1980,transparent 60%);z-index:-1;pointer-events:none}
.work-overlay{min-height:inherit;display:flex;flex-direction:column;padding:42px 5% 36px}
.work-immersive h2{font:14px/1.4 'DM Sans',sans-serif;text-transform:uppercase;letter-spacing:.1em;margin:0}
.work-immersive .project-list{margin:auto 0;padding:60px 0;width:fit-content;max-width:100%}
.work-immersive .project-row{width:fit-content;max-width:100%;border:0;padding:18px 0;color:#fff2c999;transition:color .2s}
.work-immersive .project-row:last-of-type{border:0}
.work-immersive .project-row.active,.work-immersive .project-row:hover{color:#fff2c9}
.work-immersive .project-kicker{font-size:14px;margin-bottom:8px}
.work-immersive .project-title{font-size:clamp(42px,7vw,112px);line-height:1.08;min-height:0;letter-spacing:-.045em}
.work-immersive .active .project-title{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:12px}
.work-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:14px}
.work-actions #image-caption{position:static;font-size:14px}
.work-actions button{border:1px solid #fff2c999;background:#21152255;padding:14px 22px;color:inherit}
.work-actions button:hover{background:#fff2c9;color:#401629}
.studio-bottom>.studio-copy-column{grid-column:2}
.studio-bottom>.studio-copy-column>.studio-belief{font:clamp(32px,3.5vw,58px)/1.08 'Bowlby One SC','Arial Black',sans-serif;text-transform:uppercase;letter-spacing:-.035em;margin:0 0 32px;max-width:none}
@media(max-width:760px){.work-overlay{padding:32px 5%}.work-immersive .project-title{font-size:clamp(34px,9.4vw,68px)}.work-immersive .project-list{padding:48px 0}.work-actions{align-items:flex-start;flex-direction:column}.studio-bottom>.studio-copy-column{grid-column:1}.studio-bottom>.studio-copy-column>.studio-belief{font-size:clamp(30px,7.5vw,48px)}}
@media(prefers-reduced-motion:reduce){.work-immersive>img{transition:none}}

.carousel-caption{margin:auto 0;padding:70px 0 40px}.carousel-caption>span{font-size:16px}.carousel-caption h3{font:clamp(48px,8vw,130px)/1.05 'Bowlby One SC','Arial Black',sans-serif;letter-spacing:-.045em;text-transform:uppercase;margin:12px 0;max-width:100%}
.carousel-navigation{display:flex;align-items:center;gap:22px;margin-bottom:32px}.carousel-navigation button{width:56px;height:56px;border:1px solid #fff2c999;border-radius:50%;background:#21152244;font-size:26px;color:inherit}.carousel-navigation button:hover{background:#fff2c9;color:#401629}.carousel-navigation span{font-size:14px;font-variant-numeric:tabular-nums}
@media(max-width:760px){.carousel-caption h3{font-size:clamp(40px,11vw,78px)}.carousel-caption{padding:50px 0 30px}}

.comparison{padding:72px 3.5%;background:#401629;color:#f3edb8}.comparison-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.comparison-heading h2{font-size:clamp(36px,5vw,80px);font-weight:400;letter-spacing:-.04em;margin:0}.comparison-heading>span{font-size:14px;margin-bottom:8px}.comparison-stage{aspect-ratio:7/3;position:relative;overflow:hidden;background:#201c20}.comparison-stage canvas,.comparison-poster{position:absolute;inset:0;width:100%;height:100%;display:block}.comparison-stage.ready .comparison-poster{display:none}.comparison-stage canvas{opacity:0}.comparison-stage.ready canvas{opacity:1}.comparison-label{position:absolute;top:18px;background:#1a111abb;padding:8px 12px;font-size:13px;pointer-events:none}.comparison-label.before{left:18px}.comparison-label.after{right:18px}.comparison-divider{position:absolute;top:0;bottom:0;left:var(--split);width:2px;background:#f3edb8;transform:translateX(-1px);pointer-events:none}.comparison-divider span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f3edb8;color:#401629;font-size:25px}.comparison-stage input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;touch-action:pan-y}.comparison-stage:focus-within{outline:2px solid #f3edb8;outline-offset:5px}.comparison-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;font-size:14px}.comparison-footer button{color:inherit;background:none;border:1px solid #f3edb880;padding:10px 16px}@media(max-width:760px){.comparison{padding:46px 5%}.comparison-heading{align-items:start;flex-direction:column;gap:12px}.comparison-label{top:8px;padding:5px 7px;font-size:11px}.comparison-label.before{left:8px}.comparison-label.after{right:8px}.comparison-footer{font-size:12px}.comparison-divider span{width:34px;height:34px}}

.work-track{display:flex;width:100%;transform:translateX(0);transition:transform .85s cubic-bezier(.22,.7,.2,1);will-change:transform}
.work-slide{position:relative;flex:0 0 100%;min-width:0;min-height:calc(100svh - 80px);isolation:isolate;overflow:hidden}
.work-slide>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.work-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#160e19ba,transparent 85%),linear-gradient(0deg,#160e1980,transparent 60%);z-index:-1;pointer-events:none}
.work.work-immersive:after{display:none}.work-slide .work-overlay{min-height:calc(100svh - 80px);padding-bottom:120px}
.work-immersive>.carousel-navigation{position:absolute;bottom:24px;left:5%;margin:0;z-index:2}
@media(prefers-reduced-motion:reduce){.work-track{transition:none}}

/* A quiet drawn path from the dreamer into the open space. */
.studio-copy-column{grid-row:1}
.studio-road{grid-column:1;grid-row:1;align-self:stretch;position:relative;margin:0 0 60px;pointer-events:none;overflow:hidden}
.studio-road img{position:absolute;width:100%;height:100%;object-fit:contain;object-position:center bottom;opacity:.62;mask-image:linear-gradient(to top,#000 0%,#000 var(--road-solid,0%),transparent var(--road-edge,0%));-webkit-mask-image:linear-gradient(to top,#000 0%,#000 var(--road-solid,0%),transparent var(--road-edge,0%))}
@media(max-width:760px){.studio-road{display:none}.studio-copy-column{grid-row:auto}}
@media(prefers-reduced-motion:reduce){.studio-road img{mask-image:none;-webkit-mask-image:none}}

.comparison-source-video{position:absolute;width:1px;height:1px;opacity:.001;pointer-events:none}.comparison-stage input{z-index:3;touch-action:pan-y}

/* Keep the decoder in the visible stage for mobile inline playback. */
.comparison-stage .comparison-source-video{position:absolute;top:0;left:-100%;width:200%;height:100%;opacity:1;object-fit:fill;pointer-events:none}.comparison-stage canvas,.comparison-stage .comparison-poster{z-index:1}.comparison-divider{z-index:2}

.work-slide>video.work-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;pointer-events:none}

.film-coming-soon{aspect-ratio:16/9;display:grid;place-items:center;background:#b94834;color:#fff2c9;padding:8%;text-align:center}.film-coming-soon h2{font-size:clamp(36px,6vw,90px);line-height:1.05;letter-spacing:-.04em;font-weight:400;margin:0}

/* Handwritten contact annotation, drawn by the page scroll. */
.annotated-word{position:relative;display:inline-block;white-space:nowrap}
.annotated-word svg{position:absolute;overflow:visible;pointer-events:none;fill:none;stroke:#ff9b72;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.word-underline{left:0;bottom:-.14em;width:100%;height:.28em;transform:rotate(-.65deg)}
.annotated-word .word-correction{left:-.055em;top:-.18em;width:.69em;height:1.12em;stroke-width:2.5;transform:rotate(-7deg)}
.annotated-word .pen-light{stroke-width:1.2;opacity:.68}
@media(prefers-reduced-motion:reduce){.annotated-word path{stroke-dashoffset:0!important}}

/* Coming soon: the same quiet sans / expressive italic pairing as the opening. */
.film-coming-soon h2{font-family:"DM Sans",Arial,sans-serif;font-size:clamp(38px,6.5vw,100px);font-weight:400;line-height:1.08;letter-spacing:-.055em;text-transform:none}
.film-coming-soon h2 em{display:block;font-family:"Instrument Serif",Georgia,serif;font-size:1.14em;font-weight:400;font-style:italic;letter-spacing:-.025em;margin-top:.03em}
@media(max-width:600px){.film-coming-soon{min-height:330px;padding:12% 6%}}
