{"id":518,"date":"2018-07-16T04:45:17","date_gmt":"2018-07-16T04:45:17","guid":{"rendered":"http:\/\/studiopolarnight.com\/sea01\/?page_id=2"},"modified":"2026-04-01T02:57:04","modified_gmt":"2026-04-01T02:57:04","slug":"home","status":"publish","type":"page","link":"https:\/\/studiopolarnight.com\/zh\/","title":{"rendered":"\u4e3b\u9875"},"content":{"rendered":"\n    <style>\n        body.home .slide-overlay .slide-title {\n            font-size: 64px;\n        }\n\n        body.home .slide-overlay p {\n            font-size: 18px !important;\n        }\n\n        @media (max-width: 991.98px) {\n            body.home .slide-overlay .slide-title {\n                font-size: 40px;\n            }\n\n            body.home .slide-overlay p {\n                font-size: 16px !important;\n            }\n        }\n\n        @media (max-width: 768px) {\n                body.home .slide-overlay .slide-title {\n                font-size: 32px;\n            }\n\n            body.home .slide-overlay p {\n                font-size: 14px !important;\n            }\n        }\n    <\/style>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\" \/>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\n    <script src=\"https:\/\/player.vimeo.com\/api\/player.js\"><\/script>\n\n    <div class=\"hero-block alignfull\" >\n        <div id=\"hero-block-block_113d308c4cce49fb869afe0679503854\" class=\"swiper\">\n            <div class=\"swiper-wrapper\">\n                \n                    <div class=\"swiper-slide\" data-swiper-autoplay=\"5000\">\n                                                    <div class=\"hero-block__video\" style=\"--video-ratio: 1.775;\">\n                                <img decoding=\"async\" src=\"https:\/\/i.vimeocdn.com\/video\/2009641245-5f0b9ee778d466067ff081b17f5d885211125482a219d82b23e80bd2ea57701d-d_1280x720?region=us\" alt=\"Brand Defines Future.\" class=\"hero-block__video-thumbnail\" loading=\"lazy\">                                <iframe loading=\"lazy\"\n                                    src=\"https:\/\/player.vimeo.com\/video\/1079242471?background=1\"\n                                    width=\"640\"\n                                    height=\"360\"\n                                    frameborder=\"0\"\n                                    allow=\"\"\n                                    title=\"Brand Defines Future.\"\n                                    data-vimeo-id=\"1079242471\"><\/iframe>\n                            <\/div>\n                                            <\/div>\n                            <\/div>\n\n            <div class=\"slide-overlay\">\n                <div class=\"entry container-fluid container-class\">\n                                            <h2 class=\"slide-title\">Brand Defines Future.<\/h2>\n                                                                <div class=\"slide-content\"><p>We specialise in crafting compelling brand<br \/>\nthat resonate with your audiences.<\/p>\n<\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const heroBlockElement = document.getElementById('hero-block-block_113d308c4cce49fb869afe0679503854');\n            if (!heroBlockElement) {\n                console.warn('Hero block Swiper container not found:', 'hero-block-block_113d308c4cce49fb869afe0679503854');\n                return;\n            }\n\n            \/\/ Store Vimeo players to avoid recreating them\n            const vimeoPlayers = {};\n\n            \/\/ Function to initialize a Vimeo player if not already created\n            function initVimeoPlayer(iframe) {\n                if (!iframe) return null;\n\n                const vimeoId = iframe.getAttribute('data-vimeo-id');\n                if (!vimeoId) return null;\n\n                if (!vimeoPlayers[vimeoId]) {\n                    vimeoPlayers[vimeoId] = new Vimeo.Player(iframe);\n                }\n\n                return vimeoPlayers[vimeoId];\n            }\n\n            \/\/ Function to preload a specific video by iframe\n            function preloadVimeoVideo(iframe) {\n                const player = initVimeoPlayer(iframe);\n                if (player) {\n                    \/\/ Load the video but keep it paused\n                    player.ready().then(() => {\n                        \/\/ Just loading the player is enough to preload\n                        \/\/ We can optionally buffer a bit of video\n                        player.setVolume(0); \/\/ Ensure it's silent while preloading\n                    }).catch(error => {\n                        console.warn('Vimeo preload error:', error);\n                    });\n                }\n            }\n\n            function resizeVimeoVideos() {\n                heroBlockElement.querySelectorAll('.hero-block__video').forEach(videoContainer => {\n                    const iframe = videoContainer.querySelector('iframe');\n                    if (!iframe) return;\n\n                    const ratio = parseFloat(getComputedStyle(videoContainer).getPropertyValue('--video-ratio')) || (16 \/ 9);\n\n                    const containerW = heroBlockElement.offsetWidth;\n                    const containerH = heroBlockElement.offsetHeight || window.innerHeight;\n\n                    let width, height;\n\n                    if ((containerW \/ containerH) > ratio) {\n                        width = containerW;\n                        height = containerW \/ ratio;\n                    } else {\n                        height = containerH;\n                        width = containerH * ratio;\n                    }\n\n                    width = Math.max(width, containerW);\n                    height = Math.max(height, containerH);\n\n                    iframe.style.width = `${Math.ceil(width)}px`;\n                    iframe.style.height = `${Math.ceil(height)}px`;\n                    iframe.style.position = 'absolute';\n                    iframe.style.top = '50%';\n                    iframe.style.left = '50%';\n                    iframe.style.transform = 'translate(-50%, -50%)';\n                });\n            }\n\n            window.addEventListener('resize', resizeVimeoVideos);\n            window.addEventListener('orientationchange', resizeVimeoVideos);\n\n            try {\n                const swiper = new Swiper(heroBlockElement, {\n                    loop: true,\n                    autoplay: {\n                        delay: 6000,\n                        disableOnInteraction: false,\n                    },\n                    speed: 1000,\n                    effect: 'fade',\n                    fadeEffect: {\n                        crossFade: true\n                    },\n                    observer: true,\n                    observeParents: true,\n                    watchOverflow: true,\n                    on: {\n                        init: function() {\n                            resizeVimeoVideos();\n\n                            \/\/ Preload the first slide's video\n                            const activeSlide = this.slides[this.activeIndex];\n                            if (activeSlide) {\n                                const vimeoFrame = activeSlide.querySelector('iframe[data-vimeo-id]');\n                                if (vimeoFrame) {\n                                    preloadVimeoVideo(vimeoFrame);\n                                }\n                            }\n\n                            \/\/ Preload the next slide's video if available\n                            if (this.slides.length > 1) {\n                                const nextIndex = (this.activeIndex + 1) % this.slides.length;\n                                const nextSlide = this.slides[nextIndex];\n                                if (nextSlide) {\n                                    const nextVimeoFrame = nextSlide.querySelector('iframe[data-vimeo-id]');\n                                    if (nextVimeoFrame) {\n                                        preloadVimeoVideo(nextVimeoFrame);\n                                    }\n                                }\n                            }\n                        },\n                        slideChangeTransitionStart: function() {\n                            \/\/ Get the active slide\n                            const activeSlide = this.slides[this.activeIndex];\n\n                            \/\/ Find any Vimeo iframe in the active slide\n                            const vimeoFrame = activeSlide.querySelector('iframe[data-vimeo-id]');\n\n                            if (vimeoFrame) {\n                                const vimeoId = vimeoFrame.getAttribute('data-vimeo-id');\n\n                                \/\/ Create or retrieve the Vimeo player instance\n                                if (!vimeoPlayers[vimeoId]) {\n                                    vimeoPlayers[vimeoId] = new Vimeo.Player(vimeoFrame);\n                                }\n\n                                \/\/ Reset to the beginning (0 seconds) and play\n                                vimeoPlayers[vimeoId].setCurrentTime(0).then(function() {\n                                    return vimeoPlayers[vimeoId].play();\n                                }).catch(function(error) {\n                                    console.warn('Vimeo playback error:', error);\n                                });\n                            }\n\n                            \/\/ Optional: Pause any other videos that might be playing\n                            Object.entries(vimeoPlayers).forEach(([id, player]) => {\n                                const frameId = vimeoFrame ? vimeoFrame.getAttribute('data-vimeo-id') : null;\n                                if (id !== frameId) {\n                                    player.pause().catch(() => {});\n                                }\n                            });\n\n                            \/\/ Preload the next slide's video for smoother transitions\n                            if (this.slides.length > 1) {\n                                const nextIndex = (this.activeIndex + 1) % this.slides.length;\n                                const nextSlide = this.slides[nextIndex];\n                                if (nextSlide) {\n                                    const nextVimeoFrame = nextSlide.querySelector('iframe[data-vimeo-id]');\n                                    if (nextVimeoFrame) {\n                                        preloadVimeoVideo(nextVimeoFrame);\n                                    }\n                                }\n                            }\n                        }\n                    }\n                });\n                resizeVimeoVideos();\n\n            } catch (e) {\n                console.error('Swiper initialization failed for:', 'hero-block-block_113d308c4cce49fb869afe0679503854', e);\n            }\n        });\n    <\/script>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:170px;padding-bottom:170px\">\n<h1 class=\"wp-block-heading has-text-align-center\">From Australia and Asia,<br>our team blends strategic creativity with <br>cross-cultural insight to shape distinctive, <br>lasting brand experiences.<\/h1>\n<\/div>\n\n\n\n\n    <div id=\"scrolling-text-block-block_04a45f46bb03bff21b4d5f90e3fb5a1a-269\" class=\"scrolling-text-block alignfull \">\n        <div class=\"marquee-text fadeout-horizontal\">\n            <div\n                class=\"marquee-text-track\"\n                style=\"--direction: forwards; --speed: 14s\">\n                <p>Brand Influence + Marketing Strategy + Creative Design<\/p>\n                <p aria-hidden=\"true\">Brand Influence + Marketing Strategy + Creative Design<\/p>\n                <p aria-hidden=\"true\">Brand Influence + Marketing Strategy + Creative Design<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n\n\n<div class=\"wp-block-group alignwide is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:140px;padding-bottom:140px\">\n<div class=\"wp-block-media-text is-stacked-on-mobile\" style=\"grid-template-columns:60% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"819\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Arco_Web_1.05-1024x819.png\" alt=\"\" class=\"wp-image-4370 size-full\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Arco_Web_1.05-1024x819.png 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Arco_Web_1.05-768x614.png 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Arco_Web_1.05-15x12.png 15w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Arco_Web_1.05-350x280.png 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Arco_Web_1.05-650x520.png 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Arco_Web_1.05-1000x800.png 1000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Arco_Web_1.05.png 1410w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p style=\"font-style:normal;font-weight:100\">Our expertise in property brand design, marketing collaterals, and corporate storytelling empowers businesses to stand out in competitive markets.<\/p>\n\n\n\n<p style=\"font-style:normal;font-weight:100\">Whether you\u2019re launching a new development, refreshing your brand, or elevating your marketing presence, we bring innovative solutions that captivate audiences and drive success.<\/p>\n\n\n\n<p style=\"font-style:normal;font-weight:100\">Partner with us to shape the future of your brand with creativity that knows no borders.<\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n    <style>\n        .services-block .service-item h3 {\n            font-size: 50px;\n        }\n\n        .services-block .service-item ul li {\n            font-size: 16px !important;\n        }\n\n        @media (max-width: 991.98px) {\n            .services-block .service-item h3 {\n                font-size: 32px;\n            }\n\n            .services-block .service-item ul li {\n                font-size: 16px !important;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .services-block .service-item h3 {\n                font-size: 32px;\n            }\n\n            .services-block .service-item ul li {\n                font-size: 14px !important;\n            }\n        }\n    <\/style>\n\n    <div id=\"our-services\" class=\"services-block alignfull \">\n\n                    <a class=\"button\" href=\"#featured-work\" target=\"_self\">What we do<\/a>\n        \n        <div class=\"container-fluid\">\n                            <div class=\"service-item\">\n                    <h3>Property.<\/h3>\n                    <ul>\n                                                    <li>Research + Strategy<\/li>\n                                                    <li>Brand Identity<\/li>\n                                                    <li>Residential Brochure<\/li>\n                                                    <li>Flip Book<\/li>\n                                                    <li>Floorplan<\/li>\n                                                                            <li>Hoarding <\/li>\n                                                    <li>Signage<\/li>\n                                                    <li>Press Ad<\/li>\n                                                    <li>Website<\/li>\n                                                    <li>Digital Campaign<\/li>\n                                            <\/ul>\n                <\/div>\n                            <div class=\"service-item\">\n                    <h3>Brand.<\/h3>\n                    <ul>\n                                                    <li>Brand Strategy<\/li>\n                                                    <li>Brand Creative<\/li>\n                                                    <li>Logo Identity<\/li>\n                                                    <li>Style Guide<\/li>\n                                                    <li>Graphic Design<\/li>\n                                                                            <li>Photography<\/li>\n                                                    <li>Typography<\/li>\n                                                    <li>Iconography<\/li>\n                                                    <li>Illustration<\/li>\n                                                    <li>Website<\/li>\n                                            <\/ul>\n                <\/div>\n                            <div class=\"service-item\">\n                    <h3>Marketing Collateral.<\/h3>\n                    <ul>\n                                                    <li>Brochure<\/li>\n                                                    <li>Booklet<\/li>\n                                                    <li>Flyer<\/li>\n                                                    <li>Business Card<\/li>\n                                                    <li>Poster<\/li>\n                                                                            <li>Social Media<\/li>\n                                                    <li>Print Advertising<\/li>\n                                                    <li>Letterhead<\/li>\n                                                    <li>Signage<\/li>\n                                                    <li>Pull-up Banner<\/li>\n                                            <\/ul>\n                <\/div>\n                    <\/div>\n    <\/div>\n\n\n\n        <style>\n            .work-items h3 {\n                font-size: 36px;\n            }\n\n            .work-item p {\n                font-size: 16px;\n            }\n\n            @media (max-width: 991.98px) {\n                .work-items h3 {\n                    font-size: 32px;\n                }\n\n                .work-item p  {\n                    font-size: 16px;\n                }\n            }\n\n            @media (max-width: 768px) {\n                .work-items h3 {\n                    font-size: 32px;\n                }\n\n                .work-item p  {\n                    font-size: 14px !important;\n                }\n            }\n        <\/style>\n    \n        <div id=\"featured-work\" class=\"featured-block alignfull \">\n            <div class=\"container-fluid\">\n                <div class=\"work-items\">\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/a-sense-of-place\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1920\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-scaled.jpg\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-scaled.jpg 2560w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-1024x768.jpg 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-768x576.jpg 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-1536x1152.jpg 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-2048x1536.jpg 2048w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-16x12.jpg 16w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-350x263.jpg 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-scaled-arttheme-standard-thumb-650x488.jpg 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-scaled-arttheme-thumb-43-medium-1000x750.jpg 1000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/03\/IMG_5895-scaled-arttheme-thumb-43-big-2000x1500.jpg 2000w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/a-sense-of-place\/\">\n                                <h3>A Sense of Place<\/h3>\n                            <\/a>\n                                                            <p><p>Celebrating the Spirit of Community is a milestone in its 37th anniversary showcase of all things Villawood Properties.<\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/creekstone\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-scaled.png\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-scaled.png 2560w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-1024x576.png 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-768x432.png 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-1536x864.png 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-2048x1152.png 2048w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-18x10.png 18w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-350x197.png 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-scaled-arttheme-standard-thumb-650x366.png 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-scaled-arttheme-standard-thumb-medium-1000x563.png 1000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-scaled-arttheme-standard-thumb-big-2000x1125.png 2000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/Villawood-Folio_30_OFF_Land-copy-scaled-arttheme-thumb-169-normal-800x450.png 800w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/creekstone\/\">\n                                <h3>$30K OFF LAND Campaign<\/h3>\n                            <\/a>\n                                                            <p><p>As a new property development area, the natural way of life is the essence of attracting young families to migrate and encourage their pioneering spirit. <\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/villawood-billboard\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"2480\" height=\"1754\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512.png\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512.png 2480w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512-1024x724.png 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512-768x543.png 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512-1536x1086.png 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512-2048x1448.png 2048w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512-18x12.png 18w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512-350x248.png 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512-arttheme-standard-thumb-650x460.png 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512-arttheme-standard-thumb-medium-1000x707.png 1000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/Villawood-Folio_202512-arttheme-standard-thumb-big-2000x1415.png 2000w\" sizes=\"auto, (max-width: 2480px) 100vw, 2480px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/villawood-billboard\/\">\n                                <h3>Villawood Property Billboard<\/h3>\n                            <\/a>\n                                                            <p><p>To create Australia\u2019s most desirable master planned communities, providing people with the homes of their dreams.<\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/le-yeahllow\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1810\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-scaled.png\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-scaled.png 2560w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-1024x724.png 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-768x543.png 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-1536x1086.png 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-2048x1448.png 2048w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-18x12.png 18w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-350x247.png 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-scaled-arttheme-standard-thumb-650x460.png 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-scaled-arttheme-standard-thumb-medium-1000x707.png 1000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/LeYeahllow_WindowDisplay_Folio-scaled-arttheme-standard-thumb-big-2000x1414.png 2000w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/le-yeahllow\/\">\n                                <h3>Le Yeahllow<\/h3>\n                            <\/a>\n                                                            <p><p>Elegantly Playful. Bring shopfront idea into a visually engaging window display design that blurs the line between imagination and reality.<\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/vamff-david-jones-opening-night\/\">\n                                \n                                    <img src=https:\/\/i.vimeocdn.com\/video\/2007533652-c8fabcfc2e6c9cf87ca121be3183a30f773101e6a65dbaaf9120ae507f63a1ad-d_295x166?region=us alt=VAMFF DAVID JONES Opening Night>\n                                    <iframe loading=\"lazy\" src=\"https:\/\/player.vimeo.com\/video\/1075606689?background=1&#038;autoplay=1&#038;loop=1&#038;muted=1\" width=\"640\" height=\"360\" allow=\"autoplay; fullscreen;\" allowfullscreen><\/iframe>\n\n\n                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/vamff-david-jones-opening-night\/\">\n                                <h3>VAMFF DAVID JONES Opening Night<\/h3>\n                            <\/a>\n                                                            <p><p>Photographic work for David Jones Opening Night runway. Presented by Virgin Australia Melbourne Fashion Festival.<\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/pet-homerange\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1811\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-scaled.png\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-scaled.png 2560w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-1024x724.png 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-768x543.png 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-1536x1086.png 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-2048x1449.png 2048w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-18x12.png 18w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-350x248.png 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-scaled-arttheme-standard-thumb-650x460.png 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-scaled-arttheme-standard-thumb-medium-1000x707.png 1000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2026\/04\/SP_PetHomerange_Case-scaled-arttheme-standard-thumb-big-2000x1415.png 2000w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/pet-homerange\/\">\n                                <h3>Pet Homerange<\/h3>\n                            <\/a>\n                                                            <p><p>The relationship between pets and people resonates with connection. Pet Homerange &#8211; Where instincts belong.<\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/edlnavegacion\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"2480\" height=\"1754\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2.png\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2.png 2480w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2-1024x724.png 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2-768x543.png 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2-1536x1086.png 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2-2048x1448.png 2048w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2-18x12.png 18w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2-350x248.png 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2-arttheme-standard-thumb-650x460.png 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2-arttheme-standard-thumb-medium-1000x707.png 1000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/StudioPolarnight_SpanishRestaurant_WebFolio-2-arttheme-standard-thumb-big-2000x1415.png 2000w\" sizes=\"auto, (max-width: 2480px) 100vw, 2480px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/edlnavegacion\/\">\n                                <h3>Era de la Navegaci\u00f3n<\/h3>\n                            <\/a>\n                                                            <p><p>Inspired by the age of great navigation in the early 16th Century, the European voyage explored new ocean routes in human history. <\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/zodiac-finance\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"2481\" height=\"1754\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1.png\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1.png 2481w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1-1024x724.png 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1-768x543.png 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1-1536x1086.png 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1-2048x1448.png 2048w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1-18x12.png 18w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1-350x247.png 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1-arttheme-standard-thumb-650x460.png 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1-arttheme-standard-thumb-medium-1000x707.png 1000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2025\/04\/ZodiacFinance_Folio-01-1-arttheme-standard-thumb-big-2000x1414.png 2000w\" sizes=\"auto, (max-width: 2481px) 100vw, 2481px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/zodiac-finance\/\">\n                                <h3>Zodiac Finance<\/h3>\n                            <\/a>\n                                                            <p><p>Zodiac offers tailored solutions that prioritise the financial goals and aspirations.<\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/hummingbird\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"1984\" height=\"1403\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/HummingBird_Folio19_v2.jpg\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/HummingBird_Folio19_v2.jpg 1984w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/HummingBird_Folio19_v2-600x424.jpg 600w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/HummingBird_Folio19_v2-1024x724.jpg 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/HummingBird_Folio19_v2-768x543.jpg 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/HummingBird_Folio19_v2-1536x1086.jpg 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/HummingBird_Folio19_v2-350x248.jpg 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/HummingBird_Folio19_v2-arttheme-standard-thumb-650x460.jpg 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/HummingBird_Folio19_v2-arttheme-standard-thumb-medium-1000x707.jpg 1000w\" sizes=\"auto, (max-width: 1984px) 100vw, 1984px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/hummingbird\/\">\n                                <h3>Hummingbird<\/h3>\n                            <\/a>\n                                                            <p><p>Hummingbird Laboratory utilises coffee philosophy to explore various lifestyles in the modern communities.<\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/eden-bower\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"1984\" height=\"1403\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EdenBower_Folio14.jpg\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EdenBower_Folio14.jpg 1984w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EdenBower_Folio14-600x424.jpg 600w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EdenBower_Folio14-1024x724.jpg 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EdenBower_Folio14-768x543.jpg 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EdenBower_Folio14-1536x1086.jpg 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EdenBower_Folio14-350x248.jpg 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EdenBower_Folio14-arttheme-standard-thumb-650x460.jpg 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EdenBower_Folio14-arttheme-standard-thumb-medium-1000x707.jpg 1000w\" sizes=\"auto, (max-width: 1984px) 100vw, 1984px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/eden-bower\/\">\n                                <h3>Eden Bower<\/h3>\n                            <\/a>\n                                                            <p><p>Brand story inspired by the classical poem \u201cEden Bower\u201d, created by British poet Dante Gabriel Rossetti. <\/p>\n<\/p>\n                                                    <\/div>\n                                            <div class=\"work-item\">\n                            <a class=\"work-item__media\" href=\"https:\/\/studiopolarnight.com\/zh\/work\/esquire-china\/\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"2480\" height=\"1623\" src=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina.jpg\" class=\" wp-post-image\" alt=\"\" srcset=\"https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina.jpg 2480w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina-600x393.jpg 600w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina-1024x670.jpg 1024w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina-768x503.jpg 768w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina-1536x1005.jpg 1536w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina-2048x1340.jpg 2048w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina-350x229.jpg 350w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina-arttheme-standard-thumb-650x425.jpg 650w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina-arttheme-standard-thumb-medium-1000x654.jpg 1000w, https:\/\/studiopolarnight.com\/wp-content\/uploads\/2020\/02\/EsquireChina-arttheme-standard-thumb-big-2000x1309.jpg 2000w\" sizes=\"auto, (max-width: 2480px) 100vw, 2480px\" \/>                                                            <\/a>\n                            <a href=\"https:\/\/studiopolarnight.com\/zh\/work\/esquire-china\/\">\n                                <h3>Esquire China<\/h3>\n                            <\/a>\n                                                            <p><p>Our mission to develop the new logo identity based on the current brand system.<\/p>\n<\/p>\n                                                    <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    \n\n\n\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:0px;padding-bottom:120px\">\n<h2 class=\"wp-block-heading has-text-align-center\">Our versatile design services cater to a wide range of creative needs, delivering tailored solutions that inspire and captivate.<br>At <strong>Studio Polarnight<\/strong>, we\u2019re dedicated to transforming ideas into impactful designs that make a lasting success.<\/h2>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>From Australia and Asia,our team blends strategic creativity with cross-cultural &hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-518","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/studiopolarnight.com\/zh\/wp-json\/wp\/v2\/pages\/518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/studiopolarnight.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/studiopolarnight.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/studiopolarnight.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/studiopolarnight.com\/zh\/wp-json\/wp\/v2\/comments?post=518"}],"version-history":[{"count":108,"href":"https:\/\/studiopolarnight.com\/zh\/wp-json\/wp\/v2\/pages\/518\/revisions"}],"predecessor-version":[{"id":4968,"href":"https:\/\/studiopolarnight.com\/zh\/wp-json\/wp\/v2\/pages\/518\/revisions\/4968"}],"wp:attachment":[{"href":"https:\/\/studiopolarnight.com\/zh\/wp-json\/wp\/v2\/media?parent=518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}