:root{--bg:#0a0a09;--surface:#111110;--ink:#f1eee5;--muted:#aaa69d;--line:#373632;--accent:#ff4438;--accent-dark:#17100f;--serif-copy:#d4cfc3;--service-copy:#c2beb4;--header-bg:#0a0a09e0;--button-outline:#68655e;--modal-overlay:#000000eb;--max:1510px;--gutter:clamp(20px, 3vw, 48px)}html[data-theme=light]{--bg:#fff;--surface:#f2f3f4;--ink:#111;--muted:#626262;--line:#d9d9d9;--accent:#ff4438;--accent-dark:#111;--serif-copy:#3e3e3e;--service-copy:#4e4e4e;--header-bg:#ffffffe6;--button-outline:#8b8b8b;--modal-overlay:#0f0f0fc7}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);overflow-x:clip}body{color:var(--ink);background:radial-gradient(circle at 76% 16%, #ff44380b, transparent 25%), var(--bg);text-rendering:optimizelegibility;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;overflow-x:clip}html[data-theme=light] body{background:var(--bg)}body,button,input{font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{color:inherit}button,a{-webkit-tap-highlight-color:transparent}img{object-fit:cover}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}::selection{color:var(--bg);background:var(--accent)}.motion-section{isolation:isolate;position:relative}.motion-section>:not(.section-scan){z-index:1;position:relative}.section-scan{z-index:4;opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ff443826 18%,#ffeee2eb 50%,#ff443826 82%,#0000 100%);height:1px;display:block;position:absolute;top:0;left:0;right:0;box-shadow:0 0 18px #ff44386b}.motion-section[data-active=true] .section-scan{animation:1.25s cubic-bezier(.16,1,.3,1) section-scan}html.motion-enabled .motion-section:not(.hero)>:not(.section-scan){opacity:0;will-change:opacity, transform;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(58px)}html.motion-enabled .motion-section:not(.hero)[data-active=true]>:not(.section-scan){opacity:1;transform:translate(0,0)}.motion-section:not(.hero)[data-active=true]>:nth-child(3){transition-delay:90ms}.motion-section:not(.hero)[data-active=true]>:nth-child(4){transition-delay:.17s}.motion-section:not(.hero)[data-active=true]>:nth-child(5){transition-delay:.25s}.motion-section:not(.hero)[data-active=true]>:nth-child(6){transition-delay:.33s}.hero-media,.work-image,.service-image,.proof-media,.featured-image,.archive-image,.article-hero{--reveal-origin:left}html.motion-enabled .motion-section[data-active=false] :is(.hero-media,.work-image,.service-image,.proof-media,.featured-image){clip-path:inset(0 100% 0 0)}html.motion-enabled .motion-section[data-active=true] :is(.hero-media,.work-image,.service-image,.proof-media,.featured-image){clip-path:inset(0);transition:clip-path 1.05s cubic-bezier(.16,1,.3,1)}html.motion-enabled .motion-section[data-active=false] :is(.work-item,.service-row,.process-list li,.post-row){opacity:0;transform:translate(40px)}html.motion-enabled .motion-section[data-active=true] :is(.work-item,.service-row,.process-list li,.post-row){opacity:1;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translate(0,0)}.motion-section[data-active=true] :is(.work-item,.service-row,.process-list li,.post-row):nth-child(2){transition-delay:.1s}.motion-section[data-active=true] :is(.work-item,.service-row,.process-list li,.post-row):nth-child(3){transition-delay:.19s}.motion-section[data-active=true] :is(.work-item,.service-row,.process-list li,.post-row):nth-child(4){transition-delay:.28s}html.motion-enabled .motion-section.final-cta[data-active=false]{clip-path:inset(0)}html.motion-enabled .motion-section.final-cta[data-active=true]{clip-path:inset(0);transition:clip-path .95s cubic-bezier(.16,1,.3,1)}.scroll-hud{z-index:24;color:#f1eee5b8;pointer-events:none;mix-blend-mode:difference;align-items:stretch;gap:11px;height:230px;display:flex;position:fixed;top:50%;right:18px;transform:translateY(-50%)}.scroll-hud-copy{letter-spacing:.14em;text-transform:uppercase;align-content:space-between;justify-items:end;width:92px;font-size:9px;display:grid}.scroll-hud-copy span:first-child{color:var(--ink);font-size:16px;font-weight:700}.scroll-hud-track{background:#f1eee538;width:1px;position:relative;overflow:hidden}.scroll-hud-progress{transform-origin:top;background:var(--ink);position:absolute;inset:0;box-shadow:0 0 10px #f1eee5d9}@keyframes section-scan{0%{opacity:0;transform:translate(0,0)scaleX(.08)}22%{opacity:.95}to{opacity:0;transform:translateY(min(76vh,720px))scaleX(1)}}.hero[data-active=true] .hero-copy h1{animation:.9s cubic-bezier(.16,1,.3,1) 80ms both hero-rise}.hero[data-active=true] .hero-copy>p{animation:.9s cubic-bezier(.16,1,.3,1) .18s both hero-rise}.hero[data-active=true] .hero-actions{animation:.9s cubic-bezier(.16,1,.3,1) .27s both hero-rise}.hero[data-active=true] .hero-media{animation:1.2s cubic-bezier(.16,1,.3,1) .12s both hero-media-in}html.motion-enabled .motion-section[data-active=false] .process-list:before{transform:scaleX(0)}html.motion-enabled .motion-section[data-active=true] .process-list:before{transform-origin:0;transition:transform 1.2s cubic-bezier(.16,1,.3,1) .18s;transform:scaleX(1)}@keyframes hero-rise{0%{opacity:0;transform:translateY(54px)}to{opacity:1;transform:translate(0,0)}}@keyframes hero-media-in{0%{opacity:0;clip-path:inset(0 0 0 100%);transform:scale(1.035)}to{opacity:1;clip-path:inset(0);transform:scale(1)}}.site-header{z-index:30;min-height:78px;padding:0 var(--gutter);border-bottom:1px solid var(--line);background:var(--header-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:auto 1fr auto;align-items:center;display:grid;position:sticky;top:0}.header-actions{justify-self:end;align-items:center;gap:12px;display:flex}.social-links{align-items:center;gap:4px;display:flex}.social-links a,.social-link-placeholder{width:36px;height:36px;color:var(--muted);justify-content:center;align-items:center;padding:0;transition:color .18s,transform .18s;display:inline-flex}.social-links a:hover{color:var(--accent);transform:translateY(-2px)}.social-links svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.social-link-placeholder{cursor:default}.nav-socials{display:none}.theme-toggle{min-height:40px;color:var(--ink);border:1px solid var(--line);letter-spacing:.04em;cursor:pointer;background:0 0;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:700;transition:color .18s,border-color .18s,background-color .18s;display:inline-flex}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}.theme-toggle-icon{width:16px;font-size:17px;line-height:1}.brand{letter-spacing:.08em;width:fit-content;font-size:24px;font-weight:800;line-height:.8}.nav{justify-self:center;gap:clamp(28px,4vw,68px);font-size:15px;display:flex}.nav a,.site-footer nav a{position:relative}.nav a:after,.site-footer nav a:after{content:"";transform-origin:100%;background:var(--accent);height:1px;transition:transform .18s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.nav a:hover:after,.site-footer nav a:hover:after{transform-origin:0;transform:scaleX(1)}.header-cta{justify-self:end}.menu-button{background:0 0;border:0;font-size:14px;display:none}.button{border:1px solid #0000;justify-content:center;align-items:center;gap:28px;min-height:52px;padding:0 25px;font-size:15px;font-weight:700;transition:color .16s,background .16s,border .16s;display:inline-flex}.button-primary{color:#110c0b;background:var(--accent)}.button-primary:hover{color:var(--accent);border-color:var(--accent);background:0 0}.button-secondary{border-color:var(--button-outline)}.button-secondary:hover{border-color:var(--accent)}.button-dark{color:var(--ink);background:var(--bg)}.hero{max-width:var(--max);min-height:580px;padding:30px var(--gutter) 44px;grid-template-columns:minmax(380px,.7fr) minmax(550px,1.3fr);align-items:center;gap:clamp(32px,4vw,72px);margin:0 auto;display:grid}.hero-copy h1{letter-spacing:-.065em;max-width:680px;margin:0;font-size:clamp(58px,6.2vw,104px);font-weight:800;line-height:.86}.hero-copy h1 em{color:var(--accent);font-family:Georgia,Times New Roman,serif;font-weight:400}.hero-copy>p{max-width:560px;color:var(--muted);margin:36px 0;font-size:clamp(18px,1.5vw,23px);line-height:1.45}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-media{background:#000;border:1px solid #5d5a54;min-height:520px;position:relative;overflow:hidden}.hero-film{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.showreel-button{cursor:pointer;background:0 0;border:0;align-items:center;gap:18px;width:fit-content;padding:0;font-size:18px;display:flex;position:absolute;bottom:28px;left:32px;right:32px}.play-icon{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding-left:4px;display:inline-flex}.modal{z-index:100;background:#000000eb;place-items:center;padding:5vw;display:grid;position:fixed;inset:0}.modal-close{z-index:2;border:0;border-bottom:1px solid var(--accent);cursor:pointer;background:0 0;padding:10px;position:absolute;top:26px;right:30px}.modal-media{aspect-ratio:16/9;border:1px solid var(--line);background:#000;width:min(1200px,90vw);position:relative;overflow:hidden}.company-film{object-fit:contain;width:100%;height:100%;display:block}.work-player{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b8}.work-player .modal-media{width:min(1100px,86vw);box-shadow:0 30px 90px #0000008f}.work-section,.insights-section{max-width:var(--max);padding:70px var(--gutter) 110px;border-top:1px solid var(--line);margin:0 auto}.section-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px;display:flex}.section-heading h2{letter-spacing:-.05em;margin:0;font-size:clamp(42px,5vw,78px);line-height:.96}.section-heading p{max-width:320px;color:var(--muted);margin:0 0 8px;font-size:13px}.section-heading>a,.proof-copy>a{color:var(--accent);border-bottom:1px solid var(--accent);padding-bottom:4px}.work-rail{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.work-item{min-width:0}.work-image{aspect-ratio:1.15;position:relative;overflow:hidden}.work-image img,.work-video,.service-image img,.featured-image img,.archive-image img{transition:transform .5s cubic-bezier(.2,.7,.2,1)}.work-video{object-fit:cover;cursor:zoom-in;width:100%;height:100%;display:block}.work-item:hover :is(img,.work-video),.service-row:hover img,.featured-image:hover img,.archive-image:hover img{transform:scale(1.025)}.work-caption{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:16px 0;display:grid}.work-caption span:first-child{color:var(--accent);letter-spacing:.08em;font-size:12px;font-weight:700}.work-caption p{color:var(--muted);margin:0}.services-section{max-width:var(--max);padding:90px var(--gutter) 100px;grid-template-columns:.58fr 1.42fr;gap:clamp(40px,6vw,100px);margin:0 auto;display:grid}.services-title{flex-direction:column;justify-content:space-between;display:flex}.services-title h2{letter-spacing:-.06em;margin:22px 0 70px;font-size:clamp(56px,6vw,98px);line-height:.95}.studio-signature{letter-spacing:.45em;font-size:19px}.studio-signature small{padding-left:28px;font-size:8px}.service-list{border-top:1px solid var(--line);grid-template-columns:minmax(290px,.95fr) minmax(350px,1.05fr);column-gap:clamp(24px,3vw,42px);display:grid}.service-row{border-bottom:1px solid var(--line);grid-column:2;grid-template-rows:1fr 1fr;grid-template-columns:28px minmax(130px,165px) minmax(140px,1fr);align-items:center;gap:8px 20px;min-height:278px;padding:22px 0;display:grid}.service-row:not(.service-row--portrait){grid-template-columns:24px minmax(120px,155px) minmax(120px,1fr);gap:8px 16px;padding-right:56px}.service-row:not(.service-row--portrait) p{font-size:16px;line-height:1.42}.service-row:not(.service-row--portrait) .service-image{aspect-ratio:9/16;justify-self:center;width:clamp(112px,9vw,132px);height:auto}.service-number{grid-area:1/1/3}.service-number,.post-category,.section-label{color:var(--accent);text-transform:uppercase;font-size:13px}.service-image{grid-area:1/2/3;height:200px;position:relative;overflow:hidden}.service-row--portrait{border-right:1px solid var(--line);grid-area:1/1/3;grid-template-rows:auto auto auto;grid-template-columns:28px 1fr;align-content:start;align-items:start;gap:18px 16px;min-height:0;padding:22px clamp(22px,2.5vw,36px) 28px 0}.service-image--portrait{background:0 0;grid-area:1/2;width:100%;height:auto;display:block;overflow:visible}.service-portrait-frame{aspect-ratio:9/16;width:min(100%,310px);height:auto;box-shadow:0 0 0 1px var(--line);background:#080808;display:block;position:relative;overflow:hidden}.service-portrait-media{object-fit:cover;width:100%;height:100%;display:block}.service-row--portrait:hover .service-portrait-media{transform:scale(1.025)}.service-row h3{letter-spacing:-.04em;grid-area:1/3;align-self:end;margin:0;font-size:clamp(28px,2.5vw,43px);line-height:.98}.service-row p{max-width:260px;color:var(--service-copy);grid-area:2/3;align-self:start;margin:0;font-family:Georgia,Times New Roman,serif;font-size:17px}.service-row--portrait h3,.service-row--portrait p{grid-column:2}.service-row--portrait h3{grid-row:2}.service-row--portrait p{grid-row:3}.process-section{padding:42px var(--gutter) 60px;color:#100c0b;background:var(--accent)}.process-section>*{max-width:calc(var(--max) - var(--gutter) * 2);margin-left:auto;margin-right:auto}.process-section .section-label{color:#100c0b}.process-section h2{letter-spacing:-.045em;margin-top:15px;font-size:clamp(34px,4vw,58px)}.process-list{grid-template-columns:repeat(4,1fr);padding:0;list-style:none;display:grid;position:relative}.process-list:before{content:"";background:#28110f;height:1px;position:absolute;top:58px;left:0;right:0}.process-list li{position:relative}.process-list li:before{z-index:1;content:"";background:var(--accent);border:1px solid #28110f;border-radius:50%;width:11px;height:11px;position:absolute;top:52px}.process-list span{letter-spacing:-.05em;font-size:37px;font-weight:700}.process-list p{margin:34px 0 0;font-size:18px}.proof-section{max-width:var(--max);padding:60px var(--gutter) 110px;border-bottom:1px solid var(--line);grid-template-columns:1.25fr .75fr;gap:44px;margin:0 auto;display:grid}.proof-media{min-height:440px;position:relative}.proof-copy{flex-direction:column;justify-content:center;display:flex}.proof-copy h2{letter-spacing:-.05em;max-width:480px;margin:0;font-size:clamp(38px,4vw,63px);line-height:.96}.proof-copy p,.serif-copy,.article-dek{color:var(--serif-copy);font-family:Georgia,Times New Roman,serif;font-size:clamp(20px,2vw,28px);font-style:italic;line-height:1.3}.proof-copy>a{width:fit-content}.insights-section{padding-top:100px;padding-bottom:60px}.featured-post{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1.1fr .9fr;align-items:center;gap:36px;padding:22px 0;display:grid}.featured-image{min-height:420px;position:relative;overflow:hidden}.featured-post h3,.archive-featured h2{letter-spacing:-.05em;margin:18px 0;font-size:clamp(36px,4vw,60px);line-height:1}.post-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:13px}.post-list{margin-bottom:54px}.post-row{border-bottom:1px solid var(--line);grid-template-columns:180px 1fr 160px 30px;align-items:center;gap:20px;min-height:82px;display:grid}.post-row h3{margin:0;font-size:clamp(20px,2vw,28px)}.newsletter-form{border:1px solid #5a5750;grid-template-columns:1.25fr .9fr auto;align-items:center;gap:16px;padding:18px 20px;display:grid;position:relative}.newsletter-form label{font-size:clamp(20px,2vw,29px);font-weight:700}.newsletter-form input{background:0 0;border:1px solid #5a5750;outline:0;height:54px;padding:0 18px;font-size:16px}.newsletter-form input:focus{border-color:var(--accent)}.form-message{color:var(--accent);font-size:13px;position:absolute;bottom:-30px;right:20px}.final-cta{min-height:250px;padding:38px var(--gutter);color:#100c0b;background:var(--accent);justify-content:space-between;align-items:center;gap:40px;display:flex}.final-cta h2{letter-spacing:-.06em;max-width:1000px;margin:0;font-size:clamp(48px,6vw,92px);line-height:.92}.site-footer{max-width:var(--max);min-height:150px;padding:30px var(--gutter);justify-content:space-between;align-items:center;gap:50px;margin:0 auto;display:flex}.footer-brand{align-items:center;gap:30px;display:flex}.footer-brand>div{border-left:1px solid #68655e;padding-left:30px}.footer-brand p{color:var(--muted);margin:0 0 4px}.footer-brand a{color:var(--accent)}.site-footer nav{gap:28px;display:flex}.insights-archive,.article-page{max-width:var(--max);min-height:70vh;padding:80px var(--gutter) 120px;margin:0 auto}.archive-header{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:80px;display:flex}.archive-header h1,.article-header h1{letter-spacing:-.065em;max-width:1050px;margin:0;font-size:clamp(58px,7vw,112px);line-height:.9}.archive-header p{max-width:410px;color:var(--muted);font-size:19px}.archive-featured{border-top:1px solid var(--line);grid-template-columns:1.1fr .9fr;align-items:center;gap:45px;padding:22px 0 60px;display:grid}.archive-image{min-height:480px;position:relative;overflow:hidden}.archive-list{background:var(--line);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.archive-list article{background:var(--bg);min-height:310px;padding:34px}.archive-list h2{letter-spacing:-.045em;max-width:600px;margin:50px 0 20px;font-size:clamp(30px,3vw,46px);line-height:1}.archive-list p{color:var(--muted)}.article-page{max-width:1280px}.article-header{padding:15px 0 30px}.article-header>a{color:var(--accent);margin-bottom:20px;display:inline-block}.article-header h1{max-width:1200px;font-size:clamp(55px,5.5vw,80px)}.article-dek{max-width:900px;margin:22px 0}.article-hero{min-height:550px;margin-bottom:16px;position:relative;overflow:hidden}.article-hero video{object-fit:contain;background:#000;width:100%;height:550px;display:block}.article-layout{grid-template-columns:200px minmax(0,760px);justify-content:center;gap:44px;display:grid}.article-toc{flex-direction:column;gap:0;height:fit-content;padding-top:32px;display:flex;position:sticky;top:100px}.article-toc strong{margin-bottom:12px}.article-toc a,.article-toc span{color:var(--muted);border-bottom:1px solid var(--line);padding:13px 0;font-size:14px}.article-toc a:hover{color:var(--accent)}.article-body{color:var(--serif-copy);padding-top:20px;font-family:Georgia,Times New Roman,serif;font-size:19px;line-height:1.7}.article-body section{scroll-margin-top:110px}.article-body h2{color:var(--ink);letter-spacing:-.04em;margin:34px 0 8px;font-family:Arial,Helvetica,sans-serif;font-size:clamp(30px,3vw,44px);line-height:1}.article-body blockquote{color:var(--ink);border-left:3px solid var(--accent);margin:35px 0;padding:8px 0 8px 28px;font-size:28px;font-style:italic;line-height:1.3}.article-body li{margin-bottom:8px;padding-left:8px}.article-cta{border:1px solid var(--line);justify-content:space-between;align-items:center;gap:26px;margin-top:46px;padding:24px;display:flex}.article-cta h2{margin:0 0 8px;font-size:27px}.article-cta p{color:var(--muted);margin:0;font-size:15px}.article-cta .button{flex:none;font-family:Arial,Helvetica,sans-serif}.not-found{min-height:70vh;padding:var(--gutter);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.not-found>p{color:var(--accent)}.not-found h1{letter-spacing:-.06em;max-width:900px;margin:10px 0 40px;font-size:clamp(52px,8vw,120px);line-height:.9}html[data-theme] body,html[data-theme] .site-header,html[data-theme] .nav,html[data-theme] .archive-list article,html[data-theme] .process-section,html[data-theme] .proof-section,html[data-theme] .site-footer{transition:color .42s cubic-bezier(.16,1,.3,1),background-color .42s cubic-bezier(.16,1,.3,1),border-color .42s cubic-bezier(.16,1,.3,1)}html[data-theme=light] .site-header{box-shadow:0 1px #11111108}html[data-theme=light] .brand{color:#111}html[data-theme=light] .hero{border-bottom:1px solid var(--line);min-height:690px}html[data-theme=light] .hero-copy h1{color:#111}html[data-theme=light] .day-accent{color:var(--accent);font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400}html[data-theme=light] .hero-copy>p{color:#333}html[data-theme=light] .hero-media{border-color:#cfcfcf}html[data-theme=light] .play-icon{color:#111;background:#fffffff0;border-color:#111}html[data-theme=light] .button-primary{color:#111}html[data-theme=light] .button-secondary{color:#111;background:#fff;border-color:#777}html[data-theme=light] .work-section{background:#fff;padding-top:88px}html[data-theme=light] .work-image{border:1px solid #eee}html[data-theme=light] .work-caption p{color:#3f3f3f}html[data-theme=light] .services-section{background:#fff}html[data-theme=light] .studio-signature{display:none}html[data-theme=light] .service-image:not(.service-image--portrait){border:1px solid #e4e4e4}html[data-theme=light] .process-section{color:#111;border-top:1px solid var(--line);background:#f2f3f4;padding-top:72px;padding-bottom:84px}html[data-theme=light] .process-section .section-label{color:var(--accent)}html[data-theme=light] .process-section h2{max-width:900px;font-size:clamp(48px,5.2vw,82px);line-height:.95}html[data-theme=light] .process-list:before{background:#aaa}html[data-theme=light] .process-list li:before{border-color:var(--accent);background:#fff}html[data-theme=light] .process-list span{font-weight:400}html[data-theme=light] .proof-section{max-width:none;padding:72px max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))) 86px;color:#111;background:var(--accent);border:0;grid-template-columns:.72fr 1.28fr;gap:clamp(36px,6vw,96px)}html[data-theme=light] .proof-copy{grid-area:1/1}html[data-theme=light] .proof-media{border:1px solid #11111173;grid-area:1/2;min-height:480px}html[data-theme=light] .proof-copy h2{color:#111;font-size:clamp(48px,5vw,78px)}html[data-theme=light] .proof-copy p{color:#241514}html[data-theme=light] .proof-copy>a{color:#111;border-color:#111}html[data-theme=light] .insights-section{background:#fff}html[data-theme=light] .featured-post{grid-template-columns:minmax(260px,.7fr) 1.3fr}html[data-theme=light] .featured-image{min-height:310px}html[data-theme=light] .newsletter-form{background:#f2f3f4;border-color:#bdbdbd}html[data-theme=light] .newsletter-form input{background:#fff;border-color:#969696}html[data-theme=light] .final-cta{color:#111;min-height:300px}html[data-theme=light] .button-dark{color:#fff;background:#111}html[data-theme=light] .button-dark:hover{color:#111;background:0 0;border-color:#111}html[data-theme=light] .site-footer{color:#111;border-top:1px solid var(--line);background:#fff}html[data-theme=light] .archive-list article{background:#fff}html[data-theme=light] .article-hero,html[data-theme=light] .archive-image{border:1px solid #e0e0e0}html[data-theme=light] .modal{background:var(--modal-overlay);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}html[data-theme=light] .scroll-hud{color:#111111b3;mix-blend-mode:normal}html[data-theme=light] .scroll-hud-track{background:#1111112e}html[data-theme=light] .scroll-hud-progress{background:var(--accent);box-shadow:none}html[data-theme=light] .scroll-hud-copy span:first-child{color:var(--accent)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.motion-section,.motion-section *,.motion-section :before,.motion-section :after{opacity:1!important;clip-path:none!important;transform:none!important}.section-scan,.scroll-hud{display:none!important}}@media (max-width:1000px){.scroll-hud{display:none}html.motion-enabled .motion-section[data-active=false] :is(.work-item,.service-row,.process-list li,.post-row){transform:translateY(28px)}.site-header{grid-template-columns:1fr auto auto}.menu-button{display:block}.nav{width:100%;padding:30px var(--gutter);background:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;justify-self:stretch;display:none;position:absolute;top:78px;left:0;right:0}.nav.is-open{display:flex}.header-socials{display:none}.nav-socials{border-top:1px solid var(--line);padding-top:16px;display:block}.nav-socials .social-links{justify-content:flex-start;gap:10px}.nav-socials .social-links a,.nav-socials .social-link-placeholder{width:44px;height:44px;padding:0}.header-cta{display:none}.header-actions{grid-area:1/2}.menu-button{grid-area:1/3}.hero{grid-template-columns:1fr}.hero-copy{padding-top:40px}.hero-media{min-height:56vw}.services-section{grid-template-columns:1fr}.service-list{grid-template-columns:minmax(280px,.9fr) minmax(340px,1.1fr)}.service-row{grid-template-columns:28px minmax(130px,165px) minmax(140px,1fr)}.service-row:not(.service-row--portrait){grid-template-columns:28px minmax(130px,165px) minmax(140px,1fr);gap:8px 20px;padding-right:0}.proof-section,.featured-post,.archive-featured{grid-template-columns:1fr}html[data-theme=light] .proof-copy,html[data-theme=light] .proof-media{grid-column:1}html[data-theme=light] .featured-post{grid-template-columns:1fr}html[data-theme=light] .proof-copy{grid-row:1}html[data-theme=light] .proof-media{grid-row:2}.proof-media,.featured-image,.archive-image{min-height:52vw}.final-cta,.site-footer{flex-direction:column;align-items:flex-start}}@media (max-width:700px){.site-header{min-height:66px}.brand{font-size:20px}.theme-toggle{min-height:36px;padding:0 10px}.theme-toggle-label{display:none}.nav{top:66px}.hero{row-gap:28px;min-height:auto;padding-top:35px}.hero-copy{display:contents}.hero-copy h1{order:1;font-size:clamp(52px,15vw,78px)}.hero-copy>p{order:2;margin:0}.hero-media{order:3}.hero-actions{order:4}.hero-actions .button{width:100%}.hero-media{min-height:74vw}.showreel-button{font-size:14px;bottom:18px;left:18px;right:18px}.play-icon{width:48px;height:48px}.section-heading,.archive-header{flex-direction:column;align-items:flex-start}.work-rail{scroll-snap-type:none;grid-template-columns:1fr;gap:28px;margin-right:0;display:grid;overflow:visible}.work-item{scroll-snap-align:none;width:100%;min-width:0}.services-title h2{margin-bottom:30px}.service-row{grid-area:auto/1;grid-template-rows:auto auto auto;grid-template-columns:30px 1fr;gap:14px 16px;min-height:0;padding:24px 0}.service-row:not(.service-row--portrait){text-align:center;grid-template-rows:auto auto auto;grid-template-columns:30px minmax(0,1fr) 30px;justify-items:center;gap:14px 16px}.service-row:not(.service-row--portrait) .service-number{justify-self:start}.service-row:not(.service-row--portrait) :is(.service-image,h3,p){grid-column:2;justify-self:center}.service-row:not(.service-row--portrait) .service-image{width:min(52vw,190px);height:auto}.service-list{grid-template-columns:1fr;column-gap:0}.service-number{grid-area:1/1/4}.service-image{grid-area:1/2;height:48vw}.service-row--portrait{border-right:0;padding-bottom:34px;padding-right:0}.service-image--portrait{width:100%;height:auto}.service-portrait-frame{width:min(100%,340px);height:auto}.service-row h3{grid-area:2/2;align-self:start}.service-row p{grid-area:3/2;align-self:start}.process-list{grid-template-columns:1fr}.process-list:before{width:1px;height:auto;top:0;bottom:0;left:15px}.process-list li{min-height:90px;padding-left:52px}.process-list li:before{top:17px;left:10px}.process-list p{margin-top:0}.proof-section{padding-top:30px}.post-row{grid-template-columns:1fr auto;padding:20px 0}.post-row h3{grid-column:1}.post-row .post-meta{display:none}.newsletter-form{grid-template-columns:1fr}.newsletter-form label{margin-bottom:10px}.final-cta{min-height:360px}.final-cta h2{font-size:15vw}.footer-brand{align-items:flex-start}.footer-brand>div{padding-left:18px}.site-footer nav{flex-wrap:wrap}.archive-header h1{font-size:16vw}.archive-list{grid-template-columns:1fr}.article-page,.insights-archive{padding-top:50px}.article-header h1{font-size:14vw}.article-hero{min-height:56vw}.article-hero video{height:56vw}.article-layout{grid-template-columns:1fr}.article-toc{display:none;position:static}.article-body{font-size:18px}.article-cta{flex-direction:column;align-items:flex-start}}
