CINXE.COM
Home | DTE Studio
<!DOCTYPE html><!-- Last Published: Tue Nov 05 2024 23:14:41 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.dtestudio.com" data-wf-page="664b8a48df2b43ae2167d721" data-wf-site="65ef10c43b535eed05c35678" lang="en"><head><meta charset="utf-8"/><title>Home | DTE Studio</title><meta content="DTE studio is an award winning agency that re-defines and transcends traditional models of image making. Working with brands in fashion, beauty, hospitality, lifestyle and tech, DTE studio offers impactful, expressive solutions across digital, film, print, product, content and brand design." name="description"/><meta content="Home | DTE Studio" property="og:title"/><meta content="DTE studio is an award winning agency that re-defines and transcends traditional models of image making. Working with brands in fashion, beauty, hospitality, lifestyle and tech, DTE studio offers impactful, expressive solutions across digital, film, print, product, content and brand design." property="og:description"/><meta content="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6622a56837fe84597265b9b0_Irina%20Shayk%20x%20Tamara%20Mellon_collection%20tile.jpg" property="og:image"/><meta content="Home | DTE Studio" property="twitter:title"/><meta content="DTE studio is an award winning agency that re-defines and transcends traditional models of image making. Working with brands in fashion, beauty, hospitality, lifestyle and tech, DTE studio offers impactful, expressive solutions across digital, film, print, product, content and brand design." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6622a56837fe84597265b9b0_Irina%20Shayk%20x%20Tamara%20Mellon_collection%20tile.jpg" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="" name="google-site-verification"/><link href="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/css/dte-catalog.webflow.b5ac48513.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f1ea4ec26dd52f64c35b1d_favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f1ea8d22da9296b85df4aa_faviconV2.png" rel="apple-touch-icon"/><link href="https://www.dtestudio.com/" rel="canonical"/><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-J4NZSKFQ45"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-J4NZSKFQ45');</script><script type="text/javascript">!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.agent='plwebflow';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '485013153979284');fbq('track', 'PageView');</script><style> body {-webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased;} </style> <script type="text/javascript" src="//script.crazyegg.com/pages/scripts/0047/2733.js" async="async" ></script> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '440205936681454'); fbq('track', 'PageView'); </script> <noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=440205936681454&ev=PageView &noscript=1"/> </noscript> <!-- End Meta Pixel Code --> <script> document.addEventListener("DOMContentLoaded", function() { // First video player and buttons const mediaPlayer = document.querySelector(".lightbox-video"); const closeBtn = document.querySelector(".close-btn"); const popOutBtn = document.getElementById("pop-out-player-btn"); // Function to play video and unmute function playVideoAndUnmute(videoElement) { videoElement.play(); videoElement.currentTime = 0; // Reset video to beginning videoElement.muted = false; // Ensure unmuted state } // Function to pause video and mute function pauseVideoAndMute(videoElement) { videoElement.pause(); videoElement.currentTime = 0; // Reset video to beginning videoElement.muted = true; // Ensure muted state } // Ensure video starts muted and paused pauseVideoAndMute(mediaPlayer); // Event listeners for first video player if (popOutBtn && mediaPlayer && closeBtn) { popOutBtn.addEventListener("click", function() { // Ensure second video is paused and muted if (mediaPlayer2) { pauseVideoAndMute(mediaPlayer2); } playVideoAndUnmute(mediaPlayer); }); closeBtn.addEventListener("click", function() { pauseVideoAndMute(mediaPlayer); }); } else { console.log("Pop out button, mediaPlayer, or close button not found or not assigned correctly"); } // Second video player and buttons, if they exist const mediaPlayer2 = document.querySelector(".lightbox-video2"); const closeBtn2 = document.querySelector(".close-btn2"); const popOutBtn2 = document.getElementById("pop-out-player-btn2"); if (mediaPlayer2 && popOutBtn2 && closeBtn2) { // Ensure video starts muted and paused pauseVideoAndMute(mediaPlayer2); // Event listeners for second video player popOutBtn2.addEventListener("click", function() { // Ensure first video is paused and muted pauseVideoAndMute(mediaPlayer); playVideoAndUnmute(mediaPlayer2); }); closeBtn2.addEventListener("click", function() { pauseVideoAndMute(mediaPlayer2); }); } else { console.log("Second video player elements not found or not assigned correctly"); } }); video.play(); video.addEventListener('canplay', function() { this.currentTime = 5; }); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-V7H7TBEP86"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-V7H7TBEP86'); </script> </head><body><header class="navbar"><div class="pop-up"><img data-w-id="41ad8a54-45fc-d7e4-659f-00d0405cce76" loading="lazy" alt="" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f0bf866246fc760662d87d_closeX.svg" class="pop-up-close"/><div class="pop-up-item"><a href="mailto:studio@dtestudio.com" class="contact-txt contact-txt-1">studio@dtestudio.com</a><a href="https://www.google.com/maps/place/DTE+Studio+%2F+Dream+The+End/@40.7131423,-74.0156431,17z/data=!3m2!4b1!5s0x89c259af9a4a2fb5:0x5c19e5487023e537!4m6!3m5!1s0x89c259b7a18af5a5:0x88fd25998c63bc89!8m2!3d40.7131383!4d-74.0130682!16s%2Fg%2F1tgptjn2?entry=ttu" target="_blank" class="contact-txt contact-txt-2">ONE WORLD TRADE CENTER / 85TH FLOOR<br/>NEW YORK , NY 10007</a><div class="ln"></div><a href="tel:+12122206025" class="contact-txt contact-txt-3">+1 212.220.6025</a><a href="https://www.instagram.com/dte.studio" class="link-block-8 w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f09a5902cfea853ca49f79_instagram.svg" alt="" class="contact-social"/></a></div></div><div class="w-layout-blockcontainer header black-transparent w-container"><div class="head-ln-1 hp-override"></div><a href="https://dtestudio.com/" class="logo w-nav-brand"><img width="150" loading="lazy" alt="" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65ef17006a35f44c1284ae79_DTE_Studio_logowhite-short-02.svg" class="image"/></a><div class="head-ln-2"></div><div class="nav"><a href="/branding" class="nav-btn nav-btn-first">Branding</a><a href="/creative" class="nav-btn">Creative</a><a href="/digital" class="nav-btn">Digital</a><a href="/about" class="nav-btn">About</a><a data-w-id="41ad8a54-45fc-d7e4-659f-00d0405cce91" href="#" class="nav-btn nav-btn-contact">Contact</a><a href="/news" class="nav-btn">News</a><div class="mobile-contact-info"><a href="mailto:studio@dtestudio.com" class="mobile-contact-links">studio@dtestudio.com</a><a href="https://maps.google.com/?saddr=My%20Location&daddr=World%20Trade%20Center%20%2F%2085th%20Floor%20New%20York%2C%20NY%2010007" target="_blank" class="mobile-contact-links">One World Trade Center / 85th Floor<br/>New York, NY 10007<br/></a><a href="tel:12122206025" class="mobile-contact-links">+1 212.220.6025</a></div></div><div class="mobile-menu-btn"><div data-w-id="41ad8a54-45fc-d7e4-659f-00d0405ccea1" data-is-ix2-target="1" class="hamburger" data-animation-type="lottie" data-src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f2226f38743b42bcaaa142_Animation%20-%201710367300566.json" data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="1.6166666666666667" data-duration="0"></div></div><div class="head-ln-3 hp-override"></div></div></header><section id="Header" class="video-player-container main-header"><div data-w-id="0a5806a5-e2d3-823f-a7a5-1cb024a4d1c1" class="lightbox-container"><video preload="metadata" controls="" playsinline="true" autoplay="true" loading="eager" class="lightbox-video"><source src="https://player.vimeo.com/progressive_redirect/download/812173465/rendition/1080p/dte_studio_2023_reel%20%281080p%29.mp4?loc=external&signature=9aab87278f51c3fc1104a64d223325b0bc082f0dec2cfaafbba617fec99d00fc" type="video/mp4" data-format="mp4" playsinline="true" class="lightbox-source"/></video><a id="closebutton" data-w-id="0a5806a5-e2d3-823f-a7a5-1cb024a4d1c4" href="#" class="close-btn w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f0bf866246fc760662d87d_closeX.svg" alt="" class="pop-up-close"/></a></div><div class="header-overlays homepage"><h2 class="h2 bodoni white">An award winning agency that re-defines and transcends traditional models of image making.</h2><div data-w-id="0a5806a5-e2d3-823f-a7a5-1cb024a4d1c9" class="btn-container"><a href="#" id="pop-out-player-btn" class="btn2 white no-boarder w-button">VIEW FULL REEL ></a></div></div><a href="#block-2" class="section-scroll-btn w-inline-block"><img width="12" loading="lazy" alt="" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664ccbbbbfd864ffb56f8ae4_DTE%20Down-Arrows-01.svg" class="down-btn"/></a><div class="outlined-block no-top"></div><div data-poster-url="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F668f055660ffbff7a8820c84_HP_New_Header_Opt_SIDESCROLL-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F668f055660ffbff7a8820c84_HP_New_Header_Opt_SIDESCROLL-transcode.mp4,https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F668f055660ffbff7a8820c84_HP_New_Header_Opt_SIDESCROLL-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="background-video-4 w-background-video w-background-video-atom"><video id="90aebc93-bbb3-fde0-2e12-6e1f9fac1b02-video" autoplay="" loop="" style="background-image:url("https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F668f055660ffbff7a8820c84_HP_New_Header_Opt_SIDESCROLL-poster-00001.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F668f055660ffbff7a8820c84_HP_New_Header_Opt_SIDESCROLL-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F668f055660ffbff7a8820c84_HP_New_Header_Opt_SIDESCROLL-transcode.webm" data-wf-ignore="true"/></video></div></section><div class="hp--fancy-text---container"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660d30ed4582b981b362069_DTE-studio_fancy%20type_TOP-29.svg" loading="lazy" alt="" class="hp-fancy-type---desktop"/><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6661c2108edf196c8db6945c_DTE-studio_fancy%20type_TOP-mobile-31.svg" loading="lazy" alt="" class="hp-fancy-type---mobile"/></div><section id="block-2" class="hp-tiles-2-up"><a href="/new" class="hp-img-tile w-inline-block"><div class="hp-img-tile-content"><div class="tile-subhead">Projects</div><h3 class="tile-heading">New</h3></div><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66bb6d10da959b9890a3d6d6_STORM-REID_KISS_young%20hollywood.jpg" loading="lazy" alt="" sizes="(max-width: 767px) 92vw, (max-width: 991px) 45vw, (max-width: 1279px) 46vw, 50vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66bb6d10da959b9890a3d6d6_STORM-REID_KISS_young%20hollywood-p-500.jpg 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66bb6d10da959b9890a3d6d6_STORM-REID_KISS_young%20hollywood-p-800.jpg 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66bb6d10da959b9890a3d6d6_STORM-REID_KISS_young%20hollywood-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66bb6d10da959b9890a3d6d6_STORM-REID_KISS_young%20hollywood-p-1600.jpg 1600w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66bb6d10da959b9890a3d6d6_STORM-REID_KISS_young%20hollywood.jpg 2000w" class="img-tile-img"/></a><div class="hp-combo-2"><a href="/brand-design-overview" class="hp-img-tile w-inline-block"><div class="hp-img-tile-content"><div class="tile-subhead">BRANDING</div><h3 class="tile-heading">Brand Strategy</h3></div><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb556de7053b192c946b_8e0da42a-a41b-4a73-982c-553ef42d517e_getty%2Bcollateral.png" loading="lazy" alt="Printed catalogues for The Getty Residences by Peter Marino. They have a gold foil logo on the font, center and a golden sketch of the building on the back cover." sizes="(max-width: 767px) 92vw, (max-width: 991px) 45vw, (max-width: 1279px) 46vw, 50vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb556de7053b192c946b_8e0da42a-a41b-4a73-982c-553ef42d517e_getty%2Bcollateral-p-500.png 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb556de7053b192c946b_8e0da42a-a41b-4a73-982c-553ef42d517e_getty%2Bcollateral-p-800.png 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb556de7053b192c946b_8e0da42a-a41b-4a73-982c-553ef42d517e_getty%2Bcollateral-p-1080.png 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb556de7053b192c946b_8e0da42a-a41b-4a73-982c-553ef42d517e_getty%2Bcollateral-p-1600.png 1600w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb556de7053b192c946b_8e0da42a-a41b-4a73-982c-553ef42d517e_getty%2Bcollateral.png 1920w" class="img-tile-img"/></a><div class="hp-text-tile"><div class="div-block-24"><h4 class="tile-subhead black left-align">BRAND STRATEGY</h4><h1 class="tile-heading black left-align">Brand Design & Development</h1><p class="tile-paragraph">With a rich history in branding, DTE brings an expertise to new founders, startups and heritage brands looking for a fresh take. Our focus lies in strategic consulting, digital solutions, content and brand design.<br/><br/>We service fashion, beauty, lifestyle, hospitality, entertainment and tech. For us, no two brands are alike, and we thrive on creating unique brand voices that resonate with audiences globally.</p><a href="/branding" class="tile-btn">LEARN MORE</a></div></div></div></section><article id="block-3" class="video-player-container header-height-adjustment"><div class="header-overlays"><div class="tile-subhead video">HIGH-PERFORMANCE & AWARD-WINNING</div><h2 class="h2 bodoni white">Campaigns</h2></div><a href="/campaigns-and-out-of-home-overview" class="w-inline-block"><div class="outlined-block"></div></a><a href="#block-6" class="section-scroll-btn w-inline-block"><img width="12" loading="lazy" alt="" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664ccbbbbfd864ffb56f8ae4_DTE%20Down-Arrows-01.svg" class="down-btn"/></a><div data-poster-url="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F6691705759dd2461482bda33_Storm_Reid_-_Hero_-_No_Text-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F6691705759dd2461482bda33_Storm_Reid_-_Hero_-_No_Text-transcode.mp4,https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F6691705759dd2461482bda33_Storm_Reid_-_Hero_-_No_Text-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="background-video-5 w-background-video w-background-video-atom"><video id="3dc63c74-4633-4fdd-089d-6943ffdcc317-video" autoplay="" loop="" style="background-image:url("https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F6691705759dd2461482bda33_Storm_Reid_-_Hero_-_No_Text-poster-00001.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F6691705759dd2461482bda33_Storm_Reid_-_Hero_-_No_Text-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F6691705759dd2461482bda33_Storm_Reid_-_Hero_-_No_Text-transcode.webm" data-wf-ignore="true"/></video></div></article><section id="block-4" class="hp-tiles-2-up"><a href="/celebrity-and-brand-partnerships-overview" class="hp-img-tile w-inline-block"><div class="hp-img-tile-content"><div class="tile-subhead">CELEBRITY & BRAND</div><h3 class="tile-heading">Partnerships</h3></div><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player lock-top" poster=""><source src="https://player.vimeo.com/progressive_redirect/playback/998413623/rendition/720p/file.mp4?loc=external&log_user=0&signature=945998659a9a3e0791ad5e2399a76dc4f7dba3d05b1012189c0b64a2b4656c1d" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></a><div class="hp-combo-2"><div class="hp-img-tile"><div id="lightbox-vid2" data-w-id="3bffe3b1-89eb-1b3c-8cc0-2a903806f539" class="lightbox-container"><video loading="eager" preload="metadata" autoplay="true" controls="" playsinline="true" class="lightbox-video2"><source src="https://player.vimeo.com/progressive_redirect/download/429389806/rendition/1080p/hermes_bloopers%20%281080p%29.mp4?loc=external&signature=dd4d29d48b3b806f61c2d20dfe93dbf8d004074671a70cd16215fe5bfdf9e01f" type="video/mp4" data-format="mp4" playsinline="true" class="lightbox-source"/></video><a id="closebutton" data-w-id="3bffe3b1-89eb-1b3c-8cc0-2a903806f53c" href="#" class="close-btn2 w-inline-block"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f0bf866246fc760662d87d_closeX.svg" loading="lazy" data-w-id="3bffe3b1-89eb-1b3c-8cc0-2a903806f53d" alt="" class="pop-up-close invert"/></a><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b396b398b6c5aef0783ca_Hermes-background-30-30%20(1).png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b396b398b6c5aef0783ca_Hermes-background-30-30%20(1)-p-500.png 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b396b398b6c5aef0783ca_Hermes-background-30-30%20(1)-p-800.png 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b396b398b6c5aef0783ca_Hermes-background-30-30%20(1)-p-1080.png 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b396b398b6c5aef0783ca_Hermes-background-30-30%20(1)-p-1600.png 1600w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b396b398b6c5aef0783ca_Hermes-background-30-30%20(1)-p-2000.png 2000w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b396b398b6c5aef0783ca_Hermes-background-30-30%20(1)-p-2600.png 2600w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b396b398b6c5aef0783ca_Hermes-background-30-30%20(1)-p-3200.png 3200w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b396b398b6c5aef0783ca_Hermes-background-30-30%20(1).png 10000w" alt="" class="hermes-backdrop"/></div><a id="pop-out-player-btn2" data-w-id="45d2e122-dd2b-942c-ddea-f2839aa48155" href="#" class="hp-img-tile-btn w-inline-block"><div class="hp-img-tile-content"><h3 class="tile-heading">Content & Stories</h3></div><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player Write "lock-top" here to lock the video to the top" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e77a51164b55c3c7454_hermes%20boxes.webp"><source src="https://player.vimeo.com/progressive_redirect/download/398316031/rendition/540p/hermes_%28loop%29%20%28540p%29.mp4?loc=external&signature=2aed39371f29c776cf2ec73c57bfd518264ef31179a82f9f153b9b6dd13d6e6e" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></a></div><div class="hp-text-tile"><div class="div-block-24"><h4 class="tile-subhead black left-align">OverView</h4><h1 class="tile-heading black left-align">Award Winning Campaigns</h1><p class="tile-paragraph">DTE has been awarded by The Webbys and The Telly Awards for Directing, Social Content, Budgets under 100k and Branded Content in Fashion & Lifestyle. Our work has also been recognized by outlets such as i-D magazine, MSN, Refinery 29, Elle, Men’s Health, PDN and OZY.</p><a href="/campaigns-and-out-of-home-overview" class="tile-btn">LEARN MORE</a></div></div></div></section><section id="block-5" class="hp-tiles-2-up"><div class="hp-combo-2"><a href="/fashion-overview" class="hp-img-tile w-inline-block"><div class="hp-img-tile-content"><div class="tile-subhead">FASHION</div><h3 class="tile-heading">Breaking the System.</h3></div><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660aaf907e176a29848dcbf_cider%20gray%20dress.jpg" loading="lazy" alt="A model wears a gray dress with thin straps and bows, with her hair pulled back except for a few strands to frame her face. She also has oval sunglasses. She's in front of a pale green background." sizes="(max-width: 767px) 92vw, (max-width: 991px) 45vw, (max-width: 1279px) 46vw, 50vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660aaf907e176a29848dcbf_cider%20gray%20dress-p-500.jpg 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660aaf907e176a29848dcbf_cider%20gray%20dress-p-800.jpg 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660aaf907e176a29848dcbf_cider%20gray%20dress-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660aaf907e176a29848dcbf_cider%20gray%20dress.jpg 1320w" class="img-tile-img"/></a><div class="hp-text-tile"><div class="div-block-24"><h4 class="tile-subhead black left-align">Full Service</h4><h1 class="tile-heading black left-align">360 Branding Digital Creative</h1><p class="tile-paragraph">DTE Studio is a minority, woman-owned creative agency. Our knowledge and expertise in connecting the dots and closing the loop between multi-tiered brand communications in design, digital and content is our strength.<br/><br/>We are most excited to work with clients who have a deep respect for quality product and meaningful experiences. We pride ourselves in being great partners who enjoy rolling up our sleeves, getting entrenched, and creating beautiful, new and different solutions for our partners. </p><a href="/about" class="tile-btn">LEARN MORE</a></div></div></div><a href="/beauty-overview" class="hp-img-tile w-inline-block"><div class="hp-img-tile-content"><h3 class="tile-heading">Beauty</h3></div><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660ad09c59000e8c99a3ce0_kiss%20elah%20new%20natural_beauty%20application.jpg" loading="lazy" alt="A close up shot of a model holding a strip of false eyelashes in tweezers preparing to apply to her eye. Her lips are glossy, and the angle of the photo is slightly from below, giving the image a little edginess. " sizes="(max-width: 767px) 92vw, (max-width: 991px) 45vw, (max-width: 1279px) 46vw, 50vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660ad09c59000e8c99a3ce0_kiss%20elah%20new%20natural_beauty%20application-p-500.jpg 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660ad09c59000e8c99a3ce0_kiss%20elah%20new%20natural_beauty%20application-p-800.jpg 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660ad09c59000e8c99a3ce0_kiss%20elah%20new%20natural_beauty%20application-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6660ad09c59000e8c99a3ce0_kiss%20elah%20new%20natural_beauty%20application.jpg 1500w" class="img-tile-img"/></a></section><article id="block-3" class="video-player-container header-height-adjustment"><div class="header-overlays"><h2 class="h2 bodoni white">Website Design, Digital Products, Platforms, and Online Flagships.</h2><div class="btn-container"><a href="/website-design-digital-products-platforms-online-flagships-overview" class="btn2 white no-boarder w-button">More</a></div></div><a href="/website-design-digital-products-platforms-online-flagships-overview" class="w-inline-block"><div class="outlined-block"></div></a><a href="#block-4" class="section-scroll-btn w-inline-block"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664ccbbbbfd864ffb56f8ae4_DTE%20Down-Arrows-01.svg" loading="lazy" width="12" alt="" class="down-btn"/></a><video loading="eager" preload="metadata" loop="" playsinline="true" muted="" autoplay="true" title="" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e97460a86652cf15def_digital%203%20-%20parlor%20app.webp" class="header-video"><source src="https://player.vimeo.com/external/354239024.hd.mp4?s=00b949d90b629af2c03115cfd7b267729f6f9b03&profile_id=174" type="video/mp4" data-format="mp4" class="source"/></video></article><section id="block-6" class="hp-tiles-2-up"><a href="/e-commerce-overview" class="hp-img-tile w-inline-block"><div class="hp-img-tile-content"><div class="tile-subhead">Overview</div><h3 class="tile-heading">E-Commerce</h3></div><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667486477c8c3671ca61bd38_Universal%20Standard%20clear%20bag%20robot%20clean%20crop.jpg" loading="lazy" alt="A clear plastic purse tote filled with citrus fruit and a silvery robot figurine. A hand grabs the bag's handles from above. " sizes="(max-width: 767px) 92vw, (max-width: 991px) 45vw, (max-width: 1279px) 46vw, 50vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667486477c8c3671ca61bd38_Universal%20Standard%20clear%20bag%20robot%20clean%20crop-p-500.jpg 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667486477c8c3671ca61bd38_Universal%20Standard%20clear%20bag%20robot%20clean%20crop-p-800.jpg 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667486477c8c3671ca61bd38_Universal%20Standard%20clear%20bag%20robot%20clean%20crop-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667486477c8c3671ca61bd38_Universal%20Standard%20clear%20bag%20robot%20clean%20crop.jpg 1290w" class="img-tile-img"/></a><div class="hp-combo-2"><a href="/packaging-design-overview" class="hp-img-tile w-inline-block"><div class="hp-img-tile-content"><div class="tile-subhead">Projects</div><h3 class="tile-heading">Packaging Design</h3></div><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb55f2b376e70ffbe590_dtestagingv2_2Fb0912d8b-3995-4ac6-be07-a0cb5a600990_190620-macrene_actives-shot-02.png" loading="lazy" alt="Lineup showcasing DTE's packing design for Macrene Actives boxes. Each box is a different mix of colors, all of the boxes are inspired by the beach and have shades of blue mixed with burnt oranges, pinks and terracotta red." sizes="(max-width: 767px) 92vw, (max-width: 991px) 45vw, (max-width: 1279px) 46vw, 50vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb55f2b376e70ffbe590_dtestagingv2_2Fb0912d8b-3995-4ac6-be07-a0cb5a600990_190620-macrene_actives-shot-02-p-500.png 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb55f2b376e70ffbe590_dtestagingv2_2Fb0912d8b-3995-4ac6-be07-a0cb5a600990_190620-macrene_actives-shot-02-p-800.png 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb55f2b376e70ffbe590_dtestagingv2_2Fb0912d8b-3995-4ac6-be07-a0cb5a600990_190620-macrene_actives-shot-02-p-1080.png 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb55f2b376e70ffbe590_dtestagingv2_2Fb0912d8b-3995-4ac6-be07-a0cb5a600990_190620-macrene_actives-shot-02-p-1600.png 1600w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664bbb55f2b376e70ffbe590_dtestagingv2_2Fb0912d8b-3995-4ac6-be07-a0cb5a600990_190620-macrene_actives-shot-02.png 1920w" class="img-tile-img"/></a><div class="hp-text-tile"><div class="div-block-24"><h4 class="tile-subhead black left-align">RESPONSIBILITY</h4><h1 class="tile-heading black left-align">Sustainable Solutions</h1><p class="tile-paragraph">DTE helps brands to develop sustainable and responsible solutions for product development and launches. We utilize sustainable approaches for design and production and have a deep experience in packaging and digital options.<br/><br/>We are proud to align ourselves with our clients and help to lead the charge towards responsible commerce by providing sourcing, consulting and strategy, customer communication and education, from concept to launch.</p><a href="/packaging-design-overview" class="tile-btn">LEARN MORE</a></div></div></div></section><article id="block-3" class="video-player-container header-height-adjustment"><div class="header-overlays"><h2 class="h2 bodoni white">Hospitality, Real Estate & Architecture</h2><div class="btn-container"><a href="/hospitality-real-estate-architecture-overview" class="btn2 white no-boarder w-button">More</a></div></div><a href="/hospitality-real-estate-architecture-overview" class="w-inline-block"><div class="outlined-block"></div></a><a href="#footer" class="section-scroll-btn w-inline-block"><img width="12" loading="lazy" alt="" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664ccbbbbfd864ffb56f8ae4_DTE%20Down-Arrows-01.svg" class="down-btn"/></a><div data-poster-url="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F669697853bd1f1922e2ff9bc_getty_trimmed_for_dte_site%20%28Original%29-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F669697853bd1f1922e2ff9bc_getty_trimmed_for_dte_site%20%28Original%29-transcode.mp4,https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F669697853bd1f1922e2ff9bc_getty_trimmed_for_dte_site%20%28Original%29-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="background-video-5 w-background-video w-background-video-atom"><video id="56ffcef5-edd0-23fc-fc62-852570c11951-video" autoplay="" loop="" style="background-image:url("https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F669697853bd1f1922e2ff9bc_getty_trimmed_for_dte_site%20%28Original%29-poster-00001.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F669697853bd1f1922e2ff9bc_getty_trimmed_for_dte_site%20%28Original%29-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F669697853bd1f1922e2ff9bc_getty_trimmed_for_dte_site%20%28Original%29-transcode.webm" data-wf-ignore="true"/></video></div></article><footer id="footer" class="footer"><div class="footer-contact"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65ef701863c0dc0fc40689fd_dte-stamp-copy.png" loading="lazy" alt="" class="image-3"/><a href="#" class="link-block-7 w-inline-block"><div class="address-txt link">STUDIO@DTESTUDIO.COM</div></a><div class="address-txt"><a href="https://maps.google.com/?saddr=My%20Location&daddr=World%20Trade%20Center%20%2F%2085th%20Floor%20New%20York%2C%20NY%2010007" target="_blank" class="link">ONE WORLD TRADE CENTER / 85TH FLOOR</a></div><div class="address-txt"><a href="https://maps.google.com/?saddr=My%20Location&daddr=World%20Trade%20Center%20%2F%2085th%20Floor%20New%20York%2C%20NY%2010007" target="_blank" class="link">NEW YORK, NY 10007</a></div><div class="address-txt"><a href="tel:1.212.220.6025" class="link">212.220.6025</a></div></div><div class="footer-btm-section"><div class="footer-btm-content"><div class="footer-page-links"><a id="w-node-a170a31e-f0d8-0a47-a29c-a03a2838a386-868be401" href="/new" class="footer-text-links">NEW</a><a id="w-node-e8b6c72d-b7cc-40ef-c229-fb1addcd6106-868be401" href="/brand-design-overview" class="footer-text-links">BRAND STRATEGY</a><a id="w-node-d2769a2e-11d4-159a-192e-9e0ad7186fff-868be401" href="/branding" class="footer-text-links">BRANDING</a><a id="w-node-_360ace2b-701e-1bed-a4ea-a492ede906c6-868be401" href="/campaigns-and-out-of-home-overview" class="footer-text-links">CAMPAIGNS</a><a id="w-node-_7ea53dfe-bae2-475c-c965-17e5fe05ff80-868be401" href="/creative" class="footer-text-links">CREATIVE</a><a id="w-node-ef1ae46e-d257-7bc8-fa3d-59eef2e4cf39-868be401" href="/packaging-design-overview" class="footer-text-links">Packaging</a><a id="w-node-_815427d7-c1bf-0469-c9c4-95b0afcbca52-868be401" href="/digital" class="footer-text-links">DIGITAL</a><a id="w-node-_61995227-f950-6782-5523-ae1ac393b659-868be401" href="/beauty-overview" class="footer-text-links">BEAUTY</a><a id="w-node-_9af145cf-1598-df1e-9fa6-47c48e805962-868be401" href="/celebrity-and-brand-partnerships-overview" class="footer-text-links">PARTNERSHIPS</a><a id="w-node-_112dec67-c7ee-6bb7-17d2-7aa6f947ae58-868be401" href="/fashion-overview" class="footer-text-links">FASHION</a><a id="w-node-a533ce56-c909-2e50-06e1-bce8a152a6ba-868be401" href="/e-commerce-overview" class="footer-text-links">E-COMMERCE</a><a id="w-node-_8a52257b-aa35-9e1d-f1db-30565fd840cf-868be401" href="/hospitality-real-estate-architecture-overview" class="footer-text-links">HOSPITALITY</a><a id="w-node-d83a70e4-9a9c-6160-8c5b-682dec08ef51-868be401" href="/about" class="footer-text-links">ABOUT</a><a id="w-node-c8fe35f7-bd6c-b679-40c4-bf21d2778390-868be401" href="/website-design-digital-products-platforms-online-flagships-overview" class="footer-text-links">WEB DESIGN</a><a id="w-node-d4b13495-a5bb-a257-43ac-7af58dedcb5e-868be401" href="/news" class="footer-text-links">NEWS</a></div><div class="footer-socials"><a href="https://dtestudio.com/" class="dte-footer-link w-inline-block"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f09a59b20e5e7add31bd12_dtestudio.svg" loading="lazy" alt="" height="24" class="image-24"/></a><div class="social-icons"><a href="https://instagram.com/dte.studio" target="_blank" class="footer-icons w-inline-block"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f09a5902cfea853ca49f79_instagram.svg" loading="lazy" alt="" class="_20px-icon"/></a></div></div></div><div data-poster-url="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-transcode.mp4,https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="background-video-3 w-background-video w-background-video-atom"><video id="aad3684d-34f5-a053-274d-9dd1a6a22961-video" autoplay="" loop="" style="background-image:url("https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-poster-00001.jpg")" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-transcode.webm" data-wf-ignore="true"/></video></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=65ef10c43b535eed05c35678" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/js/webflow.a559cf158.js" type="text/javascript"></script><style> video { -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; } </style></body></html>