:root{color-scheme:light;--ink:#101010;--paper:#fff;--line:#d9d9d9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,'Noto Sans KR',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;background:white;position:relative;z-index:2}.logo{display:inline-flex;flex-direction:column;font-weight:900;font-size:27px;letter-spacing:-.08em;line-height:.85}.logo span{font-size:15px;letter-spacing:-.055em;margin-top:6px}nav{display:flex;gap:42px;font-size:14px}nav a{position:relative;padding:10px 0}nav a:after{content:'';position:absolute;height:1px;background:currentColor;bottom:4px;left:0;width:0;transition:width .25s}nav a:hover:after{width:100%}.languages{display:flex;gap:10px;font-size:13px}.languages a{color:#777}.languages [aria-current]{color:#111;font-weight:700;text-decoration:underline;text-underline-offset:5px}.hero{background:#171719;color:white;min-height:580px;height:calc(100svh - 96px);max-height:1080px;position:relative;isolation:isolate;overflow:hidden}.hero-image{position:absolute;inset:0;z-index:-2}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 47%;filter:grayscale(1);animation:enter 1.4s ease-out both}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0004 0%,transparent 35%,#0009 100%);z-index:-1}.hero-top{display:flex;justify-content:space-between;padding:30px 4%;font-size:12px;letter-spacing:.06em}.hero-name{position:absolute;bottom:28px;left:4%;right:4%}.hero h1{font-size:clamp(50px,12.2vw,195px);line-height:1;margin:0 0 30px;font-weight:500;letter-spacing:-.065em;white-space:nowrap}.hero-base{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff66;padding-top:18px;gap:20px}.hero-base p{font-size:12px;margin:0;color:#ddd;line-height:1.7}.hero-base a{font-size:14px;white-space:nowrap}.hero-base a span{margin-left:32px}.section{padding:90px 6%}.section-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:44px}.section-label h2{font-size:18px;letter-spacing:-.03em;font-weight:500;margin:0}.section-label>span{font-size:12px;color:#666;letter-spacing:.04em}.project{display:block;width:100%;background:none;border:0;padding:0;text-align:left}.project-stage{background:#111;color:#eee;min-height:360px;aspect-ratio:2.12;position:relative;overflow:hidden;padding:30px;display:flex;align-items:center;justify-content:center}.project-no{position:absolute;left:30px;top:26px;font-size:12px;letter-spacing:.1em;color:#aaa}.project-word{font-size:clamp(70px,10vw,150px);line-height:.85;letter-spacing:-.07em;font-weight:700;color:#777;transition:color .35s,transform .45s}.project:hover .project-word{color:#ddd;transform:translateY(-4px)}.media-note{position:absolute;left:30px;bottom:27px;font-size:13px;color:#aaa}.project-arrow{position:absolute;right:30px;bottom:20px;font-size:36px}.project-caption{display:flex;justify-content:space-between;align-items:center;padding-top:23px}.project-caption h3{font-size:24px;font-weight:500;letter-spacing:-.035em;margin:0}.project-caption>span{font-size:14px}.archive-note{font-size:14px;color:#777;margin:16px 0 0}.about{border-top:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:9%;margin:70px 0 90px}.about-lead{font-size:clamp(30px,3.5vw,54px);letter-spacing:-.06em;line-height:1.5;font-weight:400;margin:0;word-break:keep-all}.bio{font-size:19px;line-height:1.9;word-break:keep-all;margin:0 0 32px}details{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}summary{padding:20px 0;cursor:pointer;font-size:14px;display:flex;justify-content:space-between;list-style:none}summary::-webkit-details-marker{display:none}details[open] summary span{transform:rotate(45deg)}.statement p{font-size:16px;color:#555;line-height:1.95;word-break:keep-all}.statement{padding-bottom:12px}.team-grid,.tools-row{display:grid;grid-template-columns:1.1fr 1fr;gap:9%;border-top:1px solid var(--line);padding:27px 0}.eyebrow{font-size:13px;color:#777}.members{display:flex;justify-content:space-between;gap:30px}.members h3{font-size:20px;font-weight:400;margin:0 0 10px}.members span{font-size:14px;color:#777}.tools-row p{margin:0;font-size:14px;line-height:2.1}.tools-row p span{margin:0 8px;color:#aaa}.contact{background:#121212;color:white}.contact .section-label>span{color:#aaa}.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:9%;align-items:end;padding:28px 0 40px}.contact h3{font-size:clamp(36px,4.5vw,68px);font-weight:400;letter-spacing:-.055em;line-height:1.3;margin:0}.contact-grid p{font-size:14px;color:#aaa;line-height:1.8}.email{display:block;font-size:clamp(16px,1.9vw,28px);letter-spacing:-.035em;padding:13px 0;border-bottom:1px solid #777;overflow-wrap:anywhere}.instagram{display:inline-block;font-size:14px;margin-top:24px}footer{padding:35px 4%;display:flex;align-items:center;gap:32px;justify-content:space-between}footer>span{margin-right:auto;margin-left:30px;font-size:12px;color:#666}footer>a:last-child,footer button{font-size:13px}footer button{border:0;background:none;padding:10px}.skip{position:fixed;top:-100px;left:20px;background:white;z-index:10;padding:16px}.skip:focus{top:10px}:focus-visible{outline:2px solid #888;outline-offset:6px}dialog{border:1px solid #ddd;background:#fff;color:#111;padding:44px;width:min(680px,calc(100% - 32px));max-height:85svh}dialog::backdrop{background:#000b}dialog #close{display:block;margin:0 0 40px auto;background:none;border:0;padding:8px}dialog h2{font-size:44px;font-weight:400;letter-spacing:-.04em}dialog p{line-height:1.9;color:#666}dialog>a{display:inline-block;margin-top:25px;border-bottom:1px solid #111;padding-bottom:8px}body:has(dialog[open]){overflow:hidden}.motion-ready .reveal{opacity:0;transform:translateY(14px);transition:opacity .65s ease,transform .65s ease}.motion-ready .reveal.visible{opacity:1;transform:none}.no-motion *, .no-motion *:before,.no-motion *:after{animation:none!important;transition:none!important}.no-motion .reveal{opacity:1;transform:none}.no-motion{scroll-behavior:auto}@keyframes enter{from{opacity:.65}to{opacity:1}}@media(max-width:700px){header{height:80px;padding-inline:5%}.logo{font-size:23px}.logo span{font-size:13px}nav{gap:19px;font-size:14px}.languages{gap:6px;font-size:12px}.hero{height:calc(85svh - 80px);min-height:460px}.hero-image img{object-position:48% center}.hero-top{padding:24px 5%;font-size:12px}.hero-top span:last-child{display:none}.hero-name{left:5%;right:5%;bottom:25px}.hero h1{font-size:12vw;letter-spacing:-.06em;margin-bottom:23px}.hero-base{align-items:start}.hero-base p{max-width:60%;font-size:12px}.hero-base a span{margin-left:8px}.section{padding:55px 5%}.section-label{margin-bottom:27px}.project-stage{min-height:330px;aspect-ratio:1.05;padding:20px}.project-no{left:20px;top:22px}.media-note{left:20px;bottom:24px;font-size:12px}.project-arrow{right:20px}.project-caption h3{font-size:22px}.project-caption>span{font-size:13px}.about-grid,.contact-grid{grid-template-columns:1fr;gap:35px;margin:38px 0 45px}.about-lead{font-size:35px}.bio{font-size:17px}.team-grid,.tools-row{grid-template-columns:1fr;gap:22px}.members{justify-content:start;gap:50px}.contact-grid{padding:8px 0 0;margin-bottom:0}.contact h3{font-size:42px}.email{font-size:21px}footer{flex-wrap:wrap;gap:20px;padding:30px 5%}footer>span{margin-left:auto;margin-right:0}footer button{margin-left:auto}dialog{padding:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}}

.hero-image img{filter:none}.gallery{width:100%}.slides{aspect-ratio:16/9;position:relative;background:#000;touch-action:pan-y}.slide{position:absolute;inset:0;animation:enter .3s ease}.slide[hidden],[hidden]{display:none!important}.slide img{width:100%;height:100%;object-fit:contain;display:block}.video-slide{background:#101010}.video-mount,.video-mount iframe{width:100%;height:100%;border:0;display:block}.play-film{position:absolute;inset:0;margin:auto;width:max-content;height:max-content;display:flex;align-items:center;gap:20px;border:1px solid #777;background:#111;color:white;padding:22px 30px;font-size:16px}.play-film span{font-size:35px}.gallery-controls{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.gallery-controls button{border:0;background:none;min-width:44px;min-height:44px;padding:10px;font-size:14px}.gallery-controls>.previous,.gallery-controls>.next{font-size:25px}.slide-dots{display:flex;gap:10px}.slide-dot{color:#777;border-bottom:1px solid transparent!important}.slide-dot[aria-current=true]{color:#111;border-bottom-color:#111!important}.gallery-caption{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #ddd;padding-top:20px;margin-top:15px;line-height:1.7;font-size:16px}.current-count{white-space:nowrap;font-size:13px;color:#777}.youtube-fallback{display:inline-block;font-size:14px;margin-top:18px;border-bottom:1px solid #aaa;padding-bottom:5px}@media(max-width:700px){.slide-dots{gap:0}.gallery-controls button{min-width:36px;padding:8px}.gallery-caption{font-size:14px;gap:12px}.play-film{padding:10px 20px}.hero-image img{object-fit:contain}.hero{height:auto;min-height:0;aspect-ratio:1}.hero h1{font-size:11vw}.hero-name{bottom:18px}.hero-top{padding-top:16px}} 

.works-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:50px 30px}.work-card{display:block;min-width:0}.work-image{aspect-ratio:16/9;background:#000;overflow:hidden}.work-image img{display:block;width:100%;height:100%;object-fit:contain;transition:opacity .3s}.work-card:hover .work-image img{opacity:.8}.work-card-caption{display:flex;justify-content:space-between;gap:18px;padding-top:18px}.work-card-caption span{font-size:12px;color:#777}.work-card-caption>span{font-size:24px;color:#111}.work-card h3{font-weight:400;font-size:22px;line-height:1.5;letter-spacing:-.035em;margin:7px 0 0}.reel-section{border-top:1px solid var(--line)}.detail-page{padding:35px 6% 80px}.back-work{display:inline-block;font-size:14px;padding:12px 0}.detail-heading{margin:45px 0 35px}.detail-heading h1{font-size:clamp(32px,4vw,60px);font-weight:400;line-height:1.25;letter-spacing:-.04em;margin:0 0 20px;max-width:1000px;word-break:keep-all}.detail-heading>span{font-size:14px;color:#777}.detail-image{background:#000;aspect-ratio:16/9}.detail-image img{display:block;width:100%;height:100%;object-fit:contain}.project-description{display:grid;grid-template-columns:1fr 2fr;gap:50px;padding:55px 0;margin-bottom:25px;border-bottom:1px solid var(--line)}.project-description h2{font-size:18px;font-weight:400;margin:0}.project-description p{font-size:18px;line-height:1.9;margin:0 0 20px;word-break:keep-all}.project-description .documentation-note{font-size:14px;color:#777}@media(max-width:700px){.works-grid{grid-template-columns:1fr;gap:35px}.work-card h3{font-size:21px}.detail-page{padding:20px 5% 55px}.detail-heading{margin-top:25px}.project-description{grid-template-columns:1fr;gap:20px;padding:35px 0}.project-description p{font-size:16px}}

.portrait-gallery{max-width:720px;margin-inline:auto}.portrait-gallery .slides{aspect-ratio:3/4;max-height:78svh}.portrait-gallery .slide img{object-fit:contain}.project-description .project-year{font-size:14px;color:#555}.documentation-note:empty{display:none}
.slide-dots{flex-wrap:wrap;justify-content:center}.gallery-controls>.previous,.gallery-controls>.next{flex-shrink:0}.gallery-caption .current-caption{overflow-wrap:anywhere}.work-image img{width:100%;height:100%;object-fit:contain}.portrait-gallery{max-width:800px}.portrait-gallery .slides{height:min(75svh,850px);aspect-ratio:auto}.showing-short .video-mount iframe{max-width:calc(75svh * 9 / 16);margin:auto}.slides.showing-short{height:75svh;aspect-ratio:auto}.portrait-gallery .slide:not(.video-slide) img{object-fit:contain}@media(max-width:700px){.gallery-controls{gap:4px}.slide-dots{gap:0}.slide-dot{min-width:32px!important;font-size:12px!important}.portrait-gallery .slides{height:70svh}.slides.showing-short{height:70svh}.gallery-caption{align-items:start}}
