@font-face{font-family:Archivo;src:url('assets/fonts/Archivo-latin.woff2') format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:STIX;src:url('assets/fonts/StixTwoText-latin.woff2') format('woff2');font-weight:400 700;font-display:swap}
:root{--bg:#1c1815;--glow:#493a2d;--ink:#f1e8da;--muted:#c0b1a1;--accent:#baa087;--line:rgba(241,232,218,.2);--gutter:clamp(22px,4.5vw,86px);--ease:cubic-bezier(.16,1,.3,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--bg);font:400 16px/1.5 Archivo,Arial,sans-serif;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}img,video{display:block;width:100%;height:auto}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:7px}h1,h2,h3,p{margin:0}h1,h2{font-weight:450;text-wrap:balance}h3{font-weight:500}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.js-only{display:none!important}.enhanced .js-only{display:flex!important}[hidden]{display:none!important}.skip{position:fixed;left:20px;top:-100px;z-index:50;background:var(--ink);color:var(--bg);padding:14px}.skip:focus{top:20px}
.atmosphere{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:-1;background:radial-gradient(ellipse at 25% 26%,var(--glow) 0,transparent 68%),var(--bg)}#light{width:100%;height:100%;display:block;opacity:.95}
.header{height:100px;display:flex;align-items:center;justify-content:space-between;margin:0 var(--gutter);border-bottom:1px solid var(--line);gap:30px}.wordmark{font-size:23px;letter-spacing:-1px;font-weight:600;white-space:nowrap}.wordmark-dot{color:var(--accent)}nav{display:flex;align-items:center;gap:38px;font-size:14px}nav a{padding:12px 0}.nav-contact{margin-left:32px;display:flex;gap:24px;align-items:center}.roll-link>span:first-child{display:inline-block;position:relative}.roll-link>span:first-child:after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:right;transition:transform .45s var(--ease)}.roll-link:hover>span:first-child:after{transform:scaleX(1);transform-origin:left}
.hero{padding:38px var(--gutter) 0;max-width:2000px;margin:auto}.hero-top{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.08em}.hero-top p:last-child{color:var(--muted)}h1{text-align:center;font-size:clamp(72px,9.35vw,155px);line-height:.98;letter-spacing:-.065em;margin:34px 0 38px}.title-line{display:block}.title-words{display:inline-block}.title-line--serif{font-family:STIX,Georgia,serif;font-weight:400;letter-spacing:-.055em;font-size:1.12em;line-height:1.08}.title-period{color:var(--accent)}.hero-bottom{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.hero-bottom p{font-size:14px;line-height:1.6}.discover{display:flex;gap:36px;align-items:center;font-size:14px;padding:12px 0}.discover>span{font-size:24px;transition:transform .5s var(--ease)}.discover:hover>span{transform:translateY(6px)}
.featured{display:block;position:relative;aspect-ratio:2.4;overflow:hidden;border-radius:5px;background:#211719}.featured>img,.featured>video{position:absolute;inset:0;height:100%;object-fit:cover}.featured>img{object-position:center 43%;transition:transform 1.2s var(--ease)}.featured:hover>img{transform:scale(1.025)}.featured-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(18,12,16,.8),transparent 60%)}.featured-label{position:absolute;left:36px;bottom:30px;display:flex;flex-direction:column;align-items:start}.featured-label>span{font-size:12px}.featured-label>span:first-child{margin-bottom:8px}.featured-label strong{font-family:STIX,Georgia,serif;font-size:52px;font-weight:400;line-height:1.15;letter-spacing:-2px}.featured-play{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;font-size:12px}.play-circle{display:grid;place-content:center;width:78px;height:78px;border:1px solid rgba(255,255,255,.6);border-radius:50%;font-size:18px;padding-left:4px;background:rgba(24,15,25,.22);transition:background .4s,transform .7s var(--ease)}.featured:hover .play-circle{background:var(--ink);color:var(--bg);transform:scale(1.12)}.small-arrow{margin-left:10px}.film-corner{position:absolute;right:32px;bottom:34px;font-size:12px}.feature-caption{display:flex;justify-content:space-between;margin-top:15px;font-size:11px;color:var(--muted)}.preview{opacity:0;transition:opacity .45s;pointer-events:none}.is-previewing .preview{opacity:1}
.section{padding:112px var(--gutter);max-width:2000px;margin:0 auto}.work{padding-top:124px;padding-bottom:0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-heading h2{font-size:clamp(42px,4.7vw,76px);line-height:1.05;letter-spacing:-.05em}.section-heading h2>span{color:var(--accent)}.section-heading p{font-size:14px;color:var(--muted);padding-bottom:5px}.filters{gap:8px;margin:0 0 30px}.filters button{border:1px solid transparent;background:none;padding:9px 17px;min-height:44px;border-radius:50px;font-size:12px;color:var(--muted);transition:background .3s,color .3s}.filters button:hover{color:var(--ink)}.filters .is-active{border-color:var(--line);color:var(--ink);background:rgba(255,255,255,.04)}.projects{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:65px 36px;align-items:start}.project--large{grid-column:span 7}.project--small{grid-column:span 5}.project:nth-child(2){padding-top:90px}.project:nth-child(4){padding-top:80px}.projects.is-filtered .project{grid-column:span 6;padding-top:0}.project-media{display:block;position:relative;aspect-ratio:1.58;overflow:hidden;border-radius:4px;background:#2c202c}.project--small .project-media{aspect-ratio:1.24}.project-media>img,.project-media>video{width:100%;height:100%;object-fit:cover}.project-media>video{position:absolute;inset:0}.project-media>img{transition:transform .8s var(--ease)}.project-media:hover>img{transform:scale(1.04)}.project-play{position:absolute;bottom:20px;right:20px;border-radius:40px;background:var(--ink);color:var(--bg);padding:12px 18px;font-size:12px;transform:translateY(8px);opacity:0;transition:opacity .4s,transform .4s var(--ease)}.project-media:is(:hover,:focus-visible) .project-play{opacity:1;transform:none}.project-caption{display:flex;justify-content:space-between;align-items:start;padding-top:18px;gap:15px}.project-caption h3{font-size:23px;letter-spacing:-.035em}.project-caption p{color:var(--muted);font-size:12px;margin-top:4px}.project-kind{font-size:11px;color:var(--muted);padding-top:8px}.references{padding:100px 0 65px;border-bottom:1px solid var(--line)}.references>p{font-size:12px;color:var(--muted);text-align:center;margin-bottom:28px}.reference-names{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.reference-names span{font-size:21px;font-weight:550;letter-spacing:-.05em}.reference-names span:nth-child(3n+1){font-family:STIX,Georgia,serif;letter-spacing:0}
.about{display:grid;grid-template-columns:5fr 7fr;gap:9vw;align-items:center;padding-top:110px;padding-bottom:125px}.about-photo{position:relative;max-width:440px}.about-photo:before{content:'';position:absolute;inset:15px -15px -15px 15px;border:1px solid var(--line);z-index:-1}.about-photo img{aspect-ratio:.88;object-fit:cover;object-position:43% center;border-radius:3px;filter:saturate(.7)}.photo-caption{position:absolute;bottom:0;left:0;right:0;padding:50px 22px 22px;font-size:12px;line-height:1.7;background:linear-gradient(transparent,rgba(24,15,25,.86))}.about-copy h2{font-size:clamp(40px,4.25vw,70px);line-height:1.13;letter-spacing:-.045em;margin-bottom:34px}.serif{font-family:STIX,Georgia,serif;font-weight:400}.about-copy>p{font-size:17px;line-height:1.7;max-width:47ch;margin-bottom:18px;color:var(--muted)}.about-copy>p:first-of-type{color:var(--ink)}.text-link{display:inline-flex;gap:25px;align-items:center;border-bottom:1px solid var(--line);padding:9px 0;min-height:44px;font-size:14px;transition:border-color .4s}.text-link:hover{border-color:var(--accent)}.about-copy .text-link{margin-top:16px}
.contact{position:relative;border-top:1px solid var(--line);padding-top:72px;padding-bottom:70px;background:radial-gradient(ellipse at 75% 100%,rgba(155,49,58,.27),transparent 60%),radial-gradient(ellipse at 20% 110%,rgba(64,80,154,.3),transparent 60%)}.contact-intro{font-size:14px;color:var(--muted);margin-bottom:24px}.contact-big{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-big h2{font-size:clamp(65px,10vw,160px);line-height:1.02;letter-spacing:-.065em}.contact-big .serif{letter-spacing:-.05em}.contact-arrow{font-size:clamp(70px,11vw,150px);font-weight:200;transition:transform .7s var(--ease);color:var(--accent)}.contact-big:hover .contact-arrow{transform:translate(12px,-12px)}.contact-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:46px;gap:30px}.email{font-size:18px;letter-spacing:-.02em}.contact-bottom>p{font-size:12px;color:var(--muted)}footer{display:flex;align-items:center;gap:32px;padding:30px var(--gutter);border-top:1px solid var(--line)}footer>p{font-size:11px;color:var(--muted);margin-right:auto}footer .wordmark{font-size:19px}.back-top{font-size:23px;width:44px;height:44px;display:grid;place-content:center}.motion-button{position:fixed;bottom:22px;left:22px;z-index:10;align-items:center;gap:8px;background:#281e2b;color:var(--ink);border:1px solid #5f505e;padding:8px 12px;border-radius:30px;min-height:40px;font-size:10px}.motion-icon{font-size:14px}.motion-button:hover{background:#453243}
.film-dialog{width:min(1180px,94vw);max-height:94dvh;border:1px solid var(--line);padding:20px;background:var(--bg);color:var(--ink);border-radius:8px}.film-dialog::backdrop{background:rgba(15,10,16,.94)}.film-dialog:not([open]){display:none}.dialog-top,.dialog-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px}.dialog-top{margin-bottom:18px}.dialog-top h2{font-size:17px}.close-film{border:0;background:none;min-height:44px;font-size:13px;white-space:nowrap}.close-film span{font-size:25px;vertical-align:middle;margin-left:15px}#player{width:100%;max-height:72dvh;object-fit:contain;background:#120e14}.dialog-bottom{font-size:11px;margin-top:15px;color:var(--muted)}.dialog-bottom a{padding:10px 0}.player-status{font-size:13px;color:var(--accent);margin-top:10px}.player-status:empty{display:none}
@media(min-width:1800px){.hero h1{margin:60px 0}.featured{aspect-ratio:2.55}}
@media(max-width:1000px){.nav-contact{margin-left:0}nav{gap:24px}.wordmark{font-size:20px}.hero-top{font-size:11px}.projects{gap:40px 24px}.project-caption h3{font-size:20px}.project-kind{display:none}.about{gap:7vw}.reference-names{justify-content:center;gap:20px 34px}.section{padding-top:85px;padding-bottom:85px}.work{padding-bottom:0}.contact-bottom>p{display:none}}
@media(max-width:700px){.header{height:80px;gap:14px}.wordmark{font-size:19px;letter-spacing:-.7px}nav{gap:20px;font-size:12px}nav>a:nth-child(2){display:none}.nav-contact{font-size:0;gap:0}.nav-contact>span:last-child{font-size:25px}.hero{padding-top:26px}.hero-top p:last-child{display:none}.hero-top p{font-size:10px;letter-spacing:.08em}h1{font-size:clamp(58px,14vw,96px);margin:40px 0 34px;letter-spacing:-.055em}.title-line--serif{font-size:1.12em}.hero-bottom{align-items:center;gap:20px;margin-bottom:25px}.hero-bottom p{font-size:11px;line-height:1.6}.discover{font-size:0;gap:0;width:40px;justify-content:center}.discover>span{font-size:28px}.featured{aspect-ratio:1.05}.featured>img,.featured>video{object-position:46% center}.featured-label{left:20px;bottom:18px}.featured-label strong{font-size:38px}.featured-label>span{font-size:10px}.featured-label>span:first-child{display:none}.featured-play{justify-content:start;padding-top:28%;gap:10px}.play-circle{width:64px;height:64px}.film-corner{display:none}.feature-caption{font-size:9px;gap:16px}.section{padding-top:70px;padding-bottom:70px}.work{padding-bottom:0}.section-heading{align-items:start;flex-direction:column;gap:14px;margin-bottom:22px}.section-heading h2{font-size:41px}.section-heading p{font-size:12px}.section-heading p br{display:none}.filters{gap:0;flex-wrap:wrap;margin-bottom:24px}.filters button{font-size:10px;padding:9px 11px}.projects{grid-template-columns:1fr;gap:36px}.project--large,.project--small,.projects.is-filtered .project{grid-column:1;padding:0}.project--small .project-media{aspect-ratio:1.58}.project-caption{padding-top:12px}.project-caption h3{font-size:21px}.project-caption p{font-size:11px}.project-play{opacity:1;transform:none;padding:9px 12px;bottom:12px;right:12px;font-size:10px}.references{padding:62px 0 42px}.reference-names{gap:22px 28px}.reference-names span{font-size:18px}.about{grid-template-columns:1fr;gap:46px}.about-photo{width:72%;max-width:330px}.about-photo img{aspect-ratio:1}.about-copy h2{font-size:43px;margin-bottom:24px}.about-copy>p{font-size:15px}.contact{padding-top:46px;padding-bottom:42px}.contact-intro{font-size:12px}.contact-big{gap:14px}.contact-big h2{font-size:clamp(56px,14vw,90px)}.contact-arrow{font-size:64px}.contact-bottom{margin-top:30px}.email{font-size:clamp(13px,3.5vw,18px);gap:12px}footer{gap:12px;flex-wrap:wrap;padding-top:24px;padding-bottom:70px}footer .wordmark{font-size:18px}footer>p{display:none}footer>.text-link{margin-left:auto;font-size:11px}footer>.back-top{display:none}.motion-button{left:14px;bottom:14px}.film-dialog{padding:14px}.dialog-top h2{font-size:14px}.dialog-top{gap:8px}.close-film span{margin-left:6px}.film-dialog video{max-height:66dvh}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.preview{display:none}}
.motion-paused{scroll-behavior:auto}.motion-paused *{animation-play-state:paused!important}.motion-paused .preview{opacity:0!important}

/* Original font pairing: STIX Two Text for titles, Archivo for body and navigation. */
h1,h2,h3{font-family:STIX,Georgia,serif}h1{font-weight:500;letter-spacing:-.035em}.title-line--serif{font-size:1em;line-height:1.04;font-weight:500;letter-spacing:inherit}.section-heading h2,.about-copy h2,.contact-big h2{letter-spacing:-.035em}.featured,.project-media,#player{background:#141413}.featured{color:#f1ede5}.motion-button{background:var(--bg);border-color:var(--line)}.motion-button:hover{background:var(--glow)}

/* The two selected palettes share layout, typography and motion. */
:root{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}
.theme-toggle{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;padding:10px;align-items:center;justify-content:center;background:transparent;flex-shrink:0}.theme-toggle:hover{background:color-mix(in srgb,var(--ink) 7%,transparent)}.theme-toggle svg{width:22px;height:22px}.icon-sun{display:none}[data-theme=dark] .icon-sun{display:block}[data-theme=dark] .icon-moon{display:none}
.contact{background:transparent}.photo-caption{color:#f1ede5}
.showreel-frame{position:relative}.featured{aspect-ratio:2.05}.showreel-frame .featured-play{inset:auto 30px 30px auto;flex-direction:row;gap:12px}.showreel-frame .play-circle{width:46px;height:46px;padding:0;font-size:22px}.featured-label strong{font-size:44px}.reel-toggle{position:absolute;right:22px;top:20px;width:44px;height:44px;background:rgba(20,20,19,.65);border:1px solid rgba(241,237,229,.5);color:#f1ede5;border-radius:50%;align-items:center;justify-content:center;font-size:14px}.reel-toggle:hover{background:#141413}#showreel{opacity:0;pointer-events:none}#showreel.has-played{opacity:1}.hero h1{margin-top:28px;margin-bottom:28px;font-size:clamp(64px,8vw,130px)}
@media(max-width:700px){nav{gap:10px}.header{gap:10px}.nav-contact{display:none}.theme-toggle{width:40px;height:40px;padding:9px}.hero h1{font-size:clamp(54px,14vw,96px);margin:30px 0}.featured{aspect-ratio:16/9}.featured-label{left:16px;bottom:14px}.featured-label strong{font-size:28px;letter-spacing:-.7px}.featured-label>span:last-child{display:none}.showreel-frame .featured-play{inset:auto 16px 14px auto;padding:0;font-size:10px;gap:8px}.showreel-frame .play-circle{width:34px;height:34px;font-size:17px}.reel-toggle{right:12px;top:12px;width:36px;height:36px}.photo-caption{font-size:11px}}

/* Review refinements: compact identity, clear contact links, original client logos. */
.identity{display:flex;align-items:center;gap:22px}.studio-name{font-size:11px;color:var(--muted);white-space:nowrap;padding-left:22px;border-left:1px solid var(--line)}
.mail-icon{display:block;width:23px;height:23px;flex-shrink:0}.nav-contact{gap:16px}.hero-bottom{justify-content:flex-end}.discover{gap:0;min-height:44px}.discover:hover{color:var(--accent)}
.about-copy .text-link{font-size:clamp(19px,1.6vw,24px);font-weight:600;gap:18px}.about-copy .mail-icon{width:26px;height:26px}
.contact-intro{font-size:clamp(32px,4vw,64px);font-weight:600;line-height:1.12;letter-spacing:-.035em;color:var(--ink);margin-bottom:24px}.contact-big{justify-content:flex-start}.contact-big h2{font-size:clamp(28px,3.2vw,52px);font-weight:400;line-height:1.15;letter-spacing:-.025em;white-space:nowrap}.email .mail-icon{width:22px;height:22px}
.linkedin-link{display:grid;place-items:center;width:44px;height:44px;margin-left:auto;flex-shrink:0}.linkedin-link img{width:26px;height:26px;filter:grayscale(1);opacity:.85}[data-theme=dark] .linkedin-link img{filter:grayscale(1)}.linkedin-link:hover img{opacity:1}
.logo-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);padding:16px 0}.logo-track{display:flex;width:max-content}.logo-group{display:flex;align-items:center;gap:64px;list-style:none;margin:0;padding:0 32px;flex-shrink:0}.logo-group li{height:80px;display:grid;place-items:center;flex-shrink:0}.logo-group img{width:auto;height:30px;max-width:none;filter:brightness(0);opacity:.8}.logo-group .logo-vuitton{height:22px}.logo-group .logo-hermes{height:76px}.logo-group .logo-webedia{height:32px}.logo-group .logo-loreal{height:42px}.logo-crop{--logo-height:24px;position:relative;display:block;width:calc(var(--logo-height) * 550 / 66);height:var(--logo-height);overflow:hidden}.logo-group .logo-interparfums{position:absolute;width:calc(var(--logo-height) * 573 / 66);height:calc(var(--logo-height) * 87 / 66);left:calc(var(--logo-height) * -10 / 66);top:calc(var(--logo-height) * -10 / 66)}.logo-group .creator-reference{display:flex;flex-direction:column;justify-content:center;gap:5px;white-space:nowrap;opacity:.8}.creator-reference>span{font-size:22px;font-weight:600;letter-spacing:-.045em}.creator-reference>small{font-size:10px;letter-spacing:.08em;color:var(--muted)}[data-theme=dark] .logo-group img{filter:brightness(0) invert(1)}
.enhanced .logo-track{animation:client-drift 68s linear infinite;animation-play-state:paused}.enhanced .logo-marquee.is-visible .logo-track{animation-play-state:running}.enhanced .logo-marquee:is(:hover,.is-tab-hidden) .logo-track{animation-play-state:paused}
@keyframes client-drift{to{transform:translateX(calc(-100% / 3))}}
html:not(.enhanced) .logo-track{width:100%}html:not(.enhanced) .logo-group{flex-wrap:wrap;justify-content:center;width:100%;gap:32px;padding:0}html:not(.enhanced) .logo-group[aria-hidden]{display:none}
@media(max-width:1200px) and (min-width:701px){.identity{gap:14px}.studio-name{padding-left:14px;font-size:10px}.header nav{gap:22px}.nav-contact{margin-left:0}.nav-contact>span{display:none}.nav-contact{width:44px;justify-content:center}.header .wordmark{font-size:21px}}
@media(max-width:700px){.header{height:auto;padding:18px 0 10px;flex-wrap:wrap;gap:12px}.identity{width:100%;justify-content:space-between;gap:12px}.studio-name{padding-left:12px;font-size:9px}.header nav{width:100%;justify-content:space-between;gap:12px}.header nav>a:nth-child(2){display:block}.header .nav-contact{display:flex;width:44px;min-height:44px;padding:0;justify-content:center}.nav-contact>span{display:none}.theme-toggle{width:44px;height:44px}.hero-bottom{margin-bottom:20px}.discover{font-size:12px;width:auto;justify-content:flex-end}.hero{padding-top:12px}.hero h1{margin:24px 0 12px}.contact-intro{font-size:clamp(30px,8vw,42px);margin-bottom:18px}.contact-big h2{font-size:clamp(24px,6.8vw,42px)}.about-copy .text-link{font-size:19px;gap:14px}.email{font-size:clamp(13px,3.5vw,18px);gap:12px}.logo-group{gap:40px;padding:0 20px}.logo-group li{height:68px}.logo-group img{height:26px}.logo-group .logo-vuitton{height:18px}.logo-group .logo-hermes{height:64px}.logo-group .logo-webedia{height:28px}.logo-group .logo-loreal{height:36px}.logo-crop{--logo-height:22px}.creator-reference>span{font-size:20px}.enhanced .logo-track{animation-duration:62s}footer{align-items:center}.linkedin-link{margin-left:auto}}
@media(prefers-reduced-motion:reduce){.enhanced .logo-track{animation:none;width:100%}.logo-group{flex-wrap:wrap;justify-content:center;width:100%;gap:28px;padding:0}.logo-group[aria-hidden]{display:none}.logo-marquee{mask-image:none}}

.featured-glass{padding:18px 24px 17px;border:1px solid rgba(255,255,255,.32);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.025) 55%,rgba(255,255,255,.07)),rgba(20,18,16,.55);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 6px 24px rgba(0,0,0,.12);color:#f1ede5}.featured-glass strong{display:block;line-height:1.05}.featured-glass>span{display:block;margin-top:7px;font-size:12px;line-height:1.4}.featured-label>span:first-child{margin-bottom:10px}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.featured-glass{background:rgba(20,18,16,.85)}}
@media(max-width:700px){.featured-glass{padding:13px 16px;border-radius:14px;backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2)}.featured-glass>span{font-size:10px;margin-top:5px}.showreel-frame .featured-play>span:last-child{display:none}.showreel-frame .play-circle{width:40px;height:40px}}

/* Second review: one-line headline, equal identity and captions over the films. */
.hero h1{font-size:clamp(26px,7.2vw,120px);line-height:1.12;white-space:nowrap;margin:68px 0 32px;letter-spacing:-.035em}.title-words{white-space:nowrap}
.header .wordmark,.header .studio-name{font-size:23px;font-weight:600;letter-spacing:-1px;color:var(--ink)}.header nav{gap:32px}.header .nav-contact{margin-left:0}
.footer-identity .wordmark,.footer-identity .studio-name{font-size:19px;font-weight:600;letter-spacing:-.7px;color:var(--ink)}footer{padding-bottom:76px}
.project-glass{position:absolute;left:24px;bottom:24px;max-width:calc(100% - 48px);display:block;padding:16px 20px;border:1px solid rgba(255,255,255,.32);border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.025) 55%,rgba(255,255,255,.07)),rgba(20,18,16,.64);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 6px 24px rgba(0,0,0,.12);color:#f1ede5}.project-glass h3{font-size:clamp(24px,2.2vw,34px);line-height:1.1;font-weight:400}.project-glass p{color:#f1ede5;font-size:12px;line-height:1.4;margin-top:6px}.project-play{top:20px;bottom:auto;right:20px}.project--crop .project-media>img,.project--crop .project-media>video{transform:scale(1.22);transform-origin:center top}.project--crop .project-media:hover>img{transform:scale(1.25)}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.project-glass{background:rgba(20,18,16,.88)}}
@media(max-width:1200px) and (min-width:701px){.header .wordmark,.header .studio-name{font-size:21px}.header nav{gap:24px}}
@media(max-width:900px) and (min-width:701px){.header{height:auto;flex-wrap:wrap;padding:22px 0 12px;gap:12px}.header .identity{width:100%}.header nav{margin-left:auto}}
@media(max-width:700px){.projects>.project{padding-top:0}.hero h1{font-size:clamp(26px,7.2vw,50px);margin:36px 0 24px}.header .wordmark,.header .studio-name,.footer-identity .wordmark,.footer-identity .studio-name{font-size:clamp(13px,4.2vw,18px);letter-spacing:-.6px}.header .identity{justify-content:flex-start;gap:12px}.header nav{gap:12px}.project-glass{left:14px;bottom:14px;max-width:calc(100% - 28px);padding:12px 15px;border-radius:14px;backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2)}.project-glass h3{font-size:25px}.project-glass p{font-size:11px}.project-play{top:12px;bottom:auto;right:12px}.footer-identity{width:100%;justify-content:flex-start;gap:12px}.footer-identity .studio-name{padding-left:12px}}

/* Film collections and the final contact sequence share the original design. */
.catalog-nav{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:8px;margin-left:0}.catalog-nav a{display:inline-flex;align-items:center;min-height:44px;padding:9px 17px;border:1px solid var(--line);border-radius:50px;font-size:12px;color:var(--muted);transition:background .3s,color .3s}.catalog-nav a:hover,.catalog-nav a[aria-current=page]{background:color-mix(in srgb,var(--ink) 8%,transparent);color:var(--ink)}
.contact-word{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.06em;margin-bottom:-.06em}.contact-char{display:inline-block}.contact .email{position:relative;border-bottom:0;font-size:clamp(18px,2vw,28px);padding-bottom:14px}.contact .email:after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(var(--contact-line,1));transform-origin:left}.contact .email:hover:after{height:2px}
.collection{padding-top:64px}.collection-heading{margin-bottom:36px}.collection-heading h1{font-size:clamp(42px,6vw,96px);text-align:left;line-height:1.08;margin:0 0 14px;letter-spacing:-.035em}.collection-heading p{color:var(--muted);font-size:13px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:36px}.catalog-grid>.project{grid-column:auto;padding-top:0}.catalog-grid .project-media{aspect-ratio:16/10}.catalog-grid .project-glass h3{font-size:clamp(24px,2.2vw,34px)}.catalog-grid .project-glass p{max-width:48ch}.collection-back{display:inline-flex;align-items:center;min-height:44px;margin-bottom:26px;font-size:13px;color:var(--muted)}.collection-back:hover{color:var(--ink)}
@media(max-width:700px){.catalog-nav{gap:8px}.catalog-nav a{font-size:11px;padding:9px 12px}.catalog-nav>a:nth-child(2){display:inline-flex}.contact .email{font-size:clamp(14px,4vw,20px);gap:14px}.collection{padding-top:30px}.collection-heading h1{font-size:clamp(38px,10vw,60px)}.collection-heading .title-words{white-space:normal}.catalog-grid{grid-template-columns:1fr;gap:24px;margin-top:24px}.catalog-grid .project-glass p{font-size:11px}}

/* Arrival: retain the final layout while the actual heading travels into place. */
.intro-pending #hero-title{opacity:0;position:relative;z-index:1}
.intro-pending .header,.intro-pending .hero-bottom,.intro-pending .showreel-frame,.intro-pending .feature-caption,.intro-pending main>.section,.intro-pending footer{visibility:hidden}
@media(prefers-reduced-motion:reduce){.intro-pending #hero-title{opacity:1;transform:none!important}.intro-pending .header,.intro-pending .hero-bottom,.intro-pending .showreel-frame,.intro-pending .feature-caption,.intro-pending main>.section,.intro-pending footer{visibility:visible}}

.intro-word{display:inline-block}
