@import url('./project-visuals.css');
@import url('./case-view.css');
@font-face{font-family:Cabinet;src:url('./fonts/cabinet-800.woff2') format('woff2');font-weight:800;font-display:swap}
@font-face{font-family:Cabinet;src:url('./fonts/cabinet-500.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Pretendard;src:url('./fonts/pretendard-gov.woff2') format('woff2');font-weight:400 600;font-display:swap}
@font-face{font-family:Pretendard;src:url('./fonts/pretendard-gov-bold.woff2') format('woff2');font-weight:700 900;font-display:swap}
:root{--paper:#f3f2ee;--ink:#1a1b18;--muted:#686961;--line:#d5d5cd;--accent:#d7fa52;--font-body:Pretendard,sans-serif;--font-display:Cabinet,Pretendard,sans-serif;--gutter:clamp(22px,3.8vw,76px);color-scheme:light}
:root[data-theme=dark]{--paper:#171815;--ink:#eeeee7;--muted:#b0b1a7;--line:#40413b;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5}body.menu-active{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button,select{touch-action:manipulation}button{border:0}a,button{outline-offset:6px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid currentColor}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--ink);outline-offset:4px}::selection{background:var(--accent);color:#191b13}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:500}img,video{display:block;max-width:100%}svg{display:block;width:24px;height:24px;flex-shrink:0}[hidden]{display:none!important}.skip{position:fixed;top:8px;left:8px;z-index:100;background:var(--accent);color:#111;padding:12px;transform:translateY(-160%)}.skip:focus{transform:none}
.header{height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:0 var(--gutter);position:absolute;top:0;left:0;width:100%;z-index:20;color:var(--ink)}.home-page .header{color:#f3f2ee}.brand{font-family:var(--font-display);font-size:38px;font-weight:800;line-height:1;letter-spacing:-2px}.brand-dot{color:var(--accent)}.nav{display:flex;align-items:center;gap:36px;margin-left:auto}.nav a{font-size:14px;position:relative;min-height:44px;display:inline-flex;align-items:center;gap:16px}.nav a:after{content:'';position:absolute;bottom:7px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav a:hover:after{transform:scaleX(1)}.header-tools{display:flex;align-items:center;gap:12px}.language,.theme-toggle{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:13px}.theme-toggle{background:none}.theme-toggle svg{width:19px;height:19px}.menu-toggle{display:none;background:none;width:44px;height:44px;padding:10px;position:relative}.menu-toggle span{display:block;height:1px;background:currentColor;margin:7px 0;transition:transform .3s}
.section{padding-left:var(--gutter);padding-right:var(--gutter)}.hero{background:#11130f;color:#f1f0e9;padding:124px var(--gutter) 30px;overflow:hidden}.hero-prelude{display:flex;justify-content:space-between;align-items:center;font-size:14px}.hero-prelude p{font-size:15px}.hero-wordmark{font-family:var(--font-display);font-size:clamp(90px,20.65vw,400px);font-weight:800;letter-spacing:-.068em;line-height:.91;white-space:nowrap;display:flex;justify-content:space-between;align-items:flex-start;margin:22px 0 30px;padding-right:1.2vw}.hero-wordmark>span{font-size:.32em;letter-spacing:0;line-height:1.6;margin-left:20px;color:var(--accent);font-family:var(--font-body);font-weight:400}.hero-reel{position:relative;background:#11130f;aspect-ratio:2.55;overflow:hidden}.hero-reel video{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.reel-caption{position:absolute;left:28px;right:28px;bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:2;color:white}.reel-caption>span{font-family:var(--font-display);font-size:clamp(22px,2.6vw,44px);font-weight:500;letter-spacing:-.035em;text-shadow:0 1px 20px #0009}.reel-toggle{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 18px;min-height:48px;background:#f3f2ee;color:#161811;border-radius:40px;font-size:12px;transition:background .2s,transform .2s}.reel-toggle:hover{background:var(--accent);transform:translateY(-2px)}.reel-duration{color:#73776b;border-left:1px solid #c6c7c0;padding-left:12px}.hero-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:24px;font-size:14px}.hero-bottom a{display:flex;align-items:center;gap:42px;min-height:44px}.hero-bottom a span{font-size:25px}.intro{display:grid;grid-template-columns:1fr 2.35fr;gap:60px;padding-top:140px;padding-bottom:148px}.intro-side{display:flex;align-items:flex-start;gap:12px;font-size:14px;padding-top:14px}.intro-side p{white-space:pre-line}.status-dot{background:var(--ink);width:8px;height:8px;border-radius:50%;margin-top:7px;flex-shrink:0}.intro-main h2{font-size:clamp(30px,4.1vw,76px);font-weight:500;line-height:1.3;letter-spacing:-.045em;word-break:keep-all}.intro-main>p{max-width:700px;font-size:20px;line-height:1.85;color:var(--muted);margin-top:32px;word-break:keep-all}.work{padding-bottom:144px}.work-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;padding-bottom:36px;border-bottom:1px solid var(--line)}.work-heading h2{font-family:var(--font-display);font-size:clamp(42px,6.3vw,112px);line-height:1;letter-spacing:-.065em;font-weight:500}.work-heading h2 span{font:16px var(--font-body);letter-spacing:0;vertical-align:top;display:inline-block;padding:12px 0 0 8px}.work-heading>p{max-width:360px;font-size:15px;padding-bottom:8px;color:var(--muted)}.filter-bar{display:flex;align-items:center;gap:8px;padding:24px 0 36px;flex-wrap:wrap}.filter-bar button{background:none;border:1px solid transparent;border-radius:30px;font-size:13px;min-height:44px;padding:10px 18px;transition:background .25s,border-color .25s}.filter-bar button[aria-pressed=true]{border-color:var(--ink)}.filter-bar button:hover{background:var(--line)}.filter-count{font-size:12px;color:var(--muted);margin-left:auto}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:72px 26px}.project-card{min-width:0}.project-card:last-child{grid-column:1/-1;width:calc(50% - 13px)}.project-link{display:block}.project-meta{display:flex;justify-content:space-between;align-items:center;margin-top:22px;gap:16px}.project-meta h3{font-family:var(--font-display);font-size:clamp(26px,2.1vw,39px);font-weight:500;line-height:1.1;letter-spacing:-.04em}.project-arrow{width:40px;height:40px;border:1px solid var(--line);display:flex;justify-content:center;align-items:center;border-radius:50%;transition:background .3s,transform .3s}.project-arrow svg{width:20px;height:20px}.project-link:hover .project-arrow{background:var(--accent);color:#191b13;transform:rotate(45deg)}.project-promise{font-size:16px;margin-top:8px;word-break:keep-all}.project-context{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 16px;font-size:11px;color:var(--muted);margin-top:16px}.studio{padding-top:110px;padding-bottom:110px;background:var(--accent);color:#192012}.studio-title{display:flex;justify-content:space-between;gap:50px;align-items:center}.studio-title h2{font-size:clamp(30px,4vw,72px);line-height:1.35;letter-spacing:-.05em;word-break:keep-all}.studio-symbol{font-family:var(--font-body);font-size:180px;font-weight:400;line-height:1}.studio-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12%;margin-top:70px;padding-top:30px;border-top:1px solid #596a37}.studio-bottom>p{font-size:18px;line-height:1.85;max-width:540px;word-break:keep-all}.studio-services{display:flex;flex-wrap:wrap;align-content:flex-start;gap:12px 26px;font-family:var(--font-display);font-size:24px;line-height:1.4;font-weight:500;letter-spacing:-.02em}.contact{display:grid;grid-template-columns:1fr 1fr;gap:12%;padding-top:144px;padding-bottom:120px}.contact-intro h2{font-size:clamp(35px,4.4vw,78px);letter-spacing:-.055em;line-height:1.3}.contact-intro>p{font-size:16px;color:var(--muted);margin-top:28px;max-width:380px;line-height:1.8}.email-link{display:inline-flex;align-items:center;gap:35px;border-bottom:1px solid var(--ink);padding-bottom:12px;margin-top:50px;font-family:var(--font-display);font-size:26px;letter-spacing:-.03em}.contact-fields{min-width:0}.contact-fields form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-fields label{font-size:13px;display:flex;flex-direction:column;gap:10px}.contact-fields input:not([type=checkbox]),.contact-fields select,.contact-fields textarea{width:100%;min-width:0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;padding:9px 0 12px;min-height:44px;resize:vertical;font-size:16px}.contact-fields select{background:var(--paper)}.contact-fields input[type=file]{font-size:12px;padding-top:4px}.contact-fields input::file-selector-button{border:0;padding:10px 12px;background:var(--line);color:var(--ink);margin-right:12px}.contact-fields small{color:var(--muted);font-size:11px;line-height:1.8}.contact-fields label.consent{flex-direction:row;align-items:flex-start;gap:10px;font-size:12px;line-height:1.7}.consent input{width:16px;height:16px;margin:3px 0 0;flex-shrink:0;accent-color:var(--ink)}.consent a{text-decoration:underline;text-underline-offset:3px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;padding:17px 24px;min-height:56px;font-size:14px;background:var(--ink);color:var(--paper);border:1px solid var(--ink);border-radius:0}.button:hover{background:var(--accent);color:#171a10;border-color:var(--accent)}.button.secondary{background:transparent;color:var(--ink)}.contact-fields .primary{align-self:flex-start;min-width:190px}.privacy{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:30px;padding:18px 0;font-size:12px}.privacy summary{cursor:pointer;min-height:24px}.privacy p{margin-top:16px;color:var(--muted);line-height:1.9}.contact-fields form.subscribe{margin-top:32px;gap:14px}.subscribe>label:first-child{font-size:17px}.subscribe>div:not([data-form-status]){display:flex;align-items:stretch;border-bottom:1px solid var(--line);gap:16px}.subscribe>div>input{border-bottom:0!important}.subscribe button{background:none;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:130px;font-size:12px;padding:8px 0}.subscribe button svg{width:20px}.contact-fields [data-form-status]{display:flex;flex-direction:column;gap:10px;font-size:13px;line-height:1.7}.contact-fields [data-form-status]:empty{display:none}.contact-fields [data-form-message]{padding:12px;border:1px solid var(--line);width:100%;margin:0}.contact-fields [data-form-message=error]{border-color:#bd5847}.contact-fields [aria-invalid=true]{border-color:#bd5847!important}.contact-fields button:disabled{cursor:wait;opacity:.6}.footer{background:#11130f;color:#f0f0e8;padding:50px var(--gutter) 25px;overflow:hidden}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-contact{display:flex;align-items:center;gap:26px;font-family:var(--font-display);font-size:clamp(22px,2.3vw,40px);letter-spacing:-.04em}.footer-top p{font-size:14px;color:#c0c2b7}.footer-wordmark{display:flex;justify-content:space-between;font-family:var(--font-display);font-size:20.5vw;line-height:.9;letter-spacing:-.075em;font-weight:800;margin-top:50px;margin-bottom:38px}.footer-wordmark span{font-size:.32em;line-height:1.6;color:var(--accent);font-family:var(--font-body);font-weight:400;letter-spacing:0;padding-left:20px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:11px;color:#c0c2b7;border-top:1px solid #41463b;padding-top:22px}.footer-bottom a{display:inline-flex;align-items:center;gap:8px;min-height:32px}.footer-bottom svg{width:14px;height:14px}
@media(min-width:1900px){.hero-wordmark{font-size:20.3vw}.section{padding-left:max(var(--gutter),calc((100vw - 1760px)/2));padding-right:max(var(--gutter),calc((100vw - 1760px)/2))}.hero-reel{max-height:750px}}
@media(max-width:1000px){.nav{gap:22px}.hero{padding-top:120px}.hero-reel{aspect-ratio:2}.intro{gap:36px;grid-template-columns:1fr 2.5fr;padding-top:100px;padding-bottom:100px}.intro-main>p{font-size:17px}.work-heading>p{max-width:260px}.project-context{font-size:10px}.studio-symbol{font-size:130px}.contact{gap:7%}.contact-intro h2{font-size:42px}.studio-services{font-size:20px}.email-link{font-size:24px}}
@media(max-width:700px){:root{--gutter:22px}.header{height:80px;gap:12px}.brand{font-size:33px}.header-tools{gap:0}.menu-toggle{display:block}.nav{display:none}.header.menu-open{position:fixed;color:var(--ink);background:var(--paper)}.menu-open .nav{position:fixed;top:80px;left:0;right:0;height:calc(100svh - 80px);background:var(--paper);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:36px;gap:24px}.menu-open .nav a{font-size:36px;letter-spacing:-.04em}.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero{padding-top:116px;padding-bottom:18px}.hero-prelude{align-items:flex-start;gap:25px;font-size:10px}.hero-prelude p{font-size:11px;max-width:135px;text-align:right;word-break:keep-all}.hero-wordmark{font-size:20.3vw;margin:25px 0 30px;letter-spacing:-.073em;line-height:1}.hero-wordmark>span{margin-left:5px;font-size:.29em}.hero-reel{margin-left:calc(-1*var(--gutter));margin-right:calc(-1*var(--gutter));aspect-ratio:1.22}.hero-reel video{object-fit:contain}.reel-caption{left:22px;right:22px;bottom:16px;align-items:flex-end;gap:10px}.reel-caption>span{font-size:22px;max-width:150px;line-height:1.05}.reel-toggle{font-size:10px;gap:8px;padding:12px 14px;min-height:44px}.reel-duration{display:none}.hero-bottom{font-size:11px;gap:25px;padding-top:18px;align-items:flex-start}.hero-bottom>p{max-width:175px;line-height:1.65}.hero-bottom a{gap:12px;min-height:36px;white-space:nowrap}.hero-bottom a span{font-size:20px}.intro{grid-template-columns:1fr;gap:26px;padding-top:82px;padding-bottom:88px}.intro-side{font-size:11px;padding-top:0;gap:9px}.intro-side p{white-space:normal}.status-dot{width:6px;height:6px;margin-top:5px}.intro-main h2{font-size:34px;letter-spacing:-.06em;line-height:1.35}.intro-main>p{font-size:16px;line-height:1.85;margin-top:24px}.work{padding-bottom:84px}.work-heading{align-items:flex-start;flex-direction:column;gap:20px;padding-bottom:22px}.work-heading h2{font-size:49px;letter-spacing:-.065em}.work-heading h2 span{font-size:12px;padding-top:5px}.work-heading>p{font-size:12px;max-width:none;padding:0}.filter-bar{gap:0;padding:16px 0 24px;justify-content:space-between}.filter-bar button{padding:9px 11px;font-size:10px;min-height:40px}.filter-count{display:none}.projects-grid{grid-template-columns:1fr;gap:44px}.project-card:last-child{width:100%;grid-column:auto}.project-meta{margin-top:15px}.project-meta h3{font-size:29px}.project-arrow{width:36px;height:36px}.project-promise{font-size:14px;line-height:1.7;margin-top:4px}.project-context{font-size:10px;margin-top:10px}.studio{padding-top:68px;padding-bottom:68px}.studio-title{gap:20px;align-items:flex-start}.studio-title h2{font-size:29px;line-height:1.45}.studio-symbol{font-size:64px}.studio-bottom{grid-template-columns:1fr;gap:34px;margin-top:38px;padding-top:24px}.studio-bottom>p{font-size:15px}.studio-services{font-size:20px;gap:10px 24px}.contact{grid-template-columns:1fr;gap:48px;padding-top:80px;padding-bottom:74px}.contact-intro h2{font-size:39px;letter-spacing:-.055em}.contact-intro>p{font-size:14px;margin-top:20px}.email-link{font-size:24px;margin-top:28px}.form-row{gap:16px}.contact-fields form{gap:24px}.contact-fields label{font-size:12px}.subscribe button{min-width:136px}.footer{padding-top:34px}.footer-top{align-items:flex-start;flex-direction:column;gap:12px}.footer-top p{font-size:12px}.footer-wordmark{margin-top:42px;margin-bottom:26px;font-size:20.4vw}.footer-wordmark span{padding-left:10px}.footer-bottom{font-size:10px;justify-content:flex-start;gap:8px 24px}.footer-bottom span:nth-child(2){margin-left:auto}.footer-bottom a{min-height:36px}}
@media(max-width:359px){.hero-prelude{font-size:9px}.hero-prelude p{font-size:10px;max-width:115px}.hero-bottom{font-size:10px;gap:12px}.intro-main h2{font-size:29px}.work-heading h2{font-size:43px}.filter-bar button{font-size:9px;padding:8px}.studio-title h2{font-size:25px}.studio-symbol{font-size:44px}.contact-intro h2{font-size:34px}.project-meta h3{font-size:25px}.reel-caption>span{font-size:19px}.reel-toggle{font-size:9px;padding:10px}.footer-bottom span:nth-child(2){margin-left:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-reel video{object-fit:cover}}
.case-page main{padding-top:92px}@media(max-width:700px){.case-page main{padding-top:80px}}

/* Keep the complete composed frame, including its interface captions, visible. */
.hero-reel{aspect-ratio:16/9}.hero-reel video{object-fit:contain}.reel-caption>span{display:none}.reel-caption{justify-content:flex-end}.hero-wordmark{font-size:18.8vw;line-height:.86;margin-bottom:28px}.hero-wordmark>span{font-size:.32em}
@media(max-width:700px){.hero-reel{aspect-ratio:16/10}.hero-wordmark{font-size:20.3vw;line-height:1}.hero-prelude p{max-width:155px}.reel-caption{bottom:12px}.hero-bottom{padding-top:18px}}
@media(prefers-reduced-motion:reduce){.hero-reel video{object-fit:contain}}
.case-page:lang(ko) :is(h1,h2,h3,p,dd){word-break:keep-all;overflow-wrap:anywhere}

.case-page .case-contact-link:hover{color:var(--ink);text-decoration:underline;text-underline-offset:.15em}
/* The original logo is always the settled, accessible source of truth. */
.brand{display:flex;align-items:center;min-height:44px;font-size:0;letter-spacing:normal;flex-shrink:0}.brand img{width:142px;height:auto;filter:none}
.logo-field{position:relative;width:100%;margin:24px 0 8px;isolation:isolate;touch-action:pan-y pinch-zoom;cursor:crosshair}
.logo-field .hero-wordmark{display:block;font-size:0;line-height:0;letter-spacing:normal;padding:0;margin:0;width:100%}
.logo-field img{width:100%;height:auto;opacity:1;transition:opacity .18s linear}
.logo-canvas{position:absolute;left:-80px;top:-80px;width:calc(100% + 160px);height:calc(100% + 160px);pointer-events:none;opacity:0;z-index:1;transition:opacity .18s linear}
.logo-active .logo-canvas{opacity:1}.logo-active img{opacity:0}
.logo-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;margin-bottom:20px;position:relative;z-index:2;color:#c0c2b7}
.logo-tools p{font-size:12px}.logo-tools button{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 0 8px 16px;min-height:44px;background:none;color:#f3f2ee;font-size:12px}.logo-tools button:hover{color:#d7fa52}.logo-tools svg{width:20px;height:20px}
.footer-wordmark{display:block;font-size:0;line-height:0;letter-spacing:normal;margin:55px 0 42px}.footer-wordmark img{width:100%;height:auto;filter:none}
.project-summary{font-size:14px;color:var(--muted);line-height:1.8;max-width:64ch;margin-top:12px;word-break:keep-all}
@media(max-width:700px){.brand img{width:116px}.logo-field{margin-top:28px}.logo-canvas{left:-36px;top:-42px;width:calc(100% + 72px);height:calc(100% + 84px)}.logo-tools{margin-bottom:16px;gap:12px}.logo-tools p{font-size:10px;max-width:200px}.logo-tools button{font-size:10px;gap:10px;white-space:nowrap}.logo-tools svg{width:18px;height:18px}.footer-wordmark{margin-top:42px;margin-bottom:30px}.project-summary{font-size:13px;margin-top:9px}.intro-main h2{font-size:30px}}
@media(max-width:359px){.brand img{width:105px}.logo-tools p{max-width:145px}.intro-main h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){.logo-canvas{display:none}.logo-field{cursor:default}.logo-field img{opacity:1!important}.logo-tools{min-height:12px}.logo-tools button,.logo-tools [data-logo-help]{display:none!important}}
