Tongyichen
The coming
The coming
/* 主容器 */ .main-container { font-family: "GoogleFlexSans", sans-serif; max-width: 1440px; margin: 0 auto; } /* --- 头部区域 (Header Section) --- */ .header-section { display: flex; align-items: flex-start; margin-bottom: clamp(60px, 6.25vw, 120px); transition: all 0.3s ease; } /* 头部左侧:文案 */ .header-content { flex: 2; padding-right: clamp(43px, 4.48vw, 86px); } .brand-title { font-size: clamp(40px, 4.84vw, 93px); font-weight: 500; line-height: 1.1; margin-top: 0; margin-bottom: clamp(20px, 2.08vw, 40px); letter-spacing: -1px; color: #000; } .brand-subtitle { font-size: clamp(18px, 2.14vw, 41px); font-weight: 400; margin-bottom: clamp(22.5px, 2.34vw, 45px); display: block; color: #000; } .brand-description { font-size: clamp(15px, 1.56vw, 30px); line-height: 1.8; color: #000; font-weight: 400; max-width: 900px; /* 限制大屏下的行宽,增加可读性 */ } /* 头部右侧:人物图 */ .header-image-box { padding-left: clamp(43px, 4.48vw, 86px); border-left: 1px solid #000; flex: 1; display: flex; flex-direction: column; } .originator-wrapper { width: 100%; position: relative; } .originator-img { width: 100%; display: block; object-fit: cover; aspect-ratio: 1 / 1.336; } .originator-label { width: 100%; background-color: #00FF80; color: #000000; font-size: clamp(14px, 1.56vw, 30px); text-align: center; padding: 8px 0; font-weight: 400; margin-top: 0; } /* --- 响应式调整 (Mobile & Tablet) --- */ @media (max-width: 750px) { .header-section { flex-direction: column; /* 屏幕较小时改为上下堆叠 */ } .header-content { padding-right: 0; margin-bottom: 50px; /* 文字与下方图片的间距 */ } .header-image-box { padding-left: 0; border-left: none; /* 移除侧边分割线 */ border-top: 1px solid #000; /* 改为顶部分割线(可选) */ padding-top: 40px; width: 100%; max-width: 500px; /* 限制图片在平板/手机上的最大宽度,防止过大 */ } .brand-description { max-width: 100%; /* 移动端释放行宽限制 */ } } @media (max-width: 640px) { .header-image-box { max-width: 100%; /* 手机端图片撑满 */ } } /* --- 产品展示网格 (保持原样) --- */ .product-grid { display: grid; gap: clamp(62.5px, 6.51vw, 125px) clamp(23.5px, 2.45vw, 47px); grid-template-columns: repeat(2, 1fr); } .product-item { display: flex; flex-direction: column; } .product-img { width: 100%; aspect-ratio: 1 / 0.65; object-fit: cover; display: block; background-color: #f0f0f0; margin-bottom: clamp(16px, 1.67vw, 32px); } .product-name { font-size: clamp(16px, 1.67vw, 32px); font-weight: 500; color: #000000; } The coming the coming is a lifestyle objects brand. "the coming" evokes that subtle moment anticipating change or transition. Through crafting tangible objects, the brand captures beauty at the intersection of tradition and modernity - each creation serves as a medium to examine contemporary sensibilities and self-awareness. With meticulous attention to craftsmanship and materials, and through continuous contemplation of order and poetry, we pursue that timeless balanced beauty worthy of enduring appreciation. Originator: Yanzi Accretion Series Yuanbao Series Collaboration Series TAB Series
2026-04-07 17:20:46
rough Studio
Guolulu Studio
BAT CABARET
Agar Archive
RESTUDIO
Studio Ololoo
Studio Ololoo
/* 主容器 */ .main-container { font-family: "GoogleFlexSans", sans-serif; margin: 0 auto; } /* --- 头部区域 (Header Section) --- */ .header-section { display: flex; align-items: flex-start; margin-bottom: clamp(60px, 6.25vw, 120px); transition: all 0.3s ease; } /* 头部左侧:文案 */ .header-content { flex: 2; padding-right: clamp(43px, 4.48vw, 86px); } .brand-title { font-size: clamp(40px, 4.84vw, 93px); font-weight: 500; line-height: 1.1; margin-top: 0; margin-bottom: clamp(20px, 2.08vw, 40px); letter-spacing: -1px; color: #000; } .brand-subtitle { font-size: clamp(18px, 2.14vw, 41px); font-weight: 400; margin-bottom: clamp(22.5px, 2.34vw, 45px); display: block; color: #000; } .brand-description { font-size: clamp(15px, 1.56vw, 30px); line-height: 1.8; color: #000; font-weight: 400; max-width: 900px; /* 限制大屏下的行宽,增加可读性 */ } /* 头部右侧:人物图 */ .header-image-box { padding-left: clamp(43px, 4.48vw, 86px); border-left: 1px solid #000; flex: 1; display: flex; flex-direction: column; } .originator-wrapper { width: 100%; position: relative; } .originator-img { width: 100%; display: block; object-fit: cover; aspect-ratio: 1 / 1.336; } .originator-label { width: 100%; background-color: #00ff80; color: #000000; font-size: clamp(14px, 1.56vw, 30px); text-align: center; padding: 8px 0; font-weight: 400; margin-top: 0; } /* --- 响应式调整 (Mobile & Tablet) --- */ @media (max-width: 750px) { .header-section { flex-direction: column; /* 屏幕较小时改为上下堆叠 */ } .header-content { padding-right: 0; margin-bottom: 50px; /* 文字与下方图片的间距 */ } .header-image-box { padding-left: 0; border-left: none; /* 移除侧边分割线 */ border-top: 1px solid #000; /* 改为顶部分割线(可选) */ padding-top: 40px; width: 100%; max-width: 500px; /* 限制图片在平板/手机上的最大宽度,防止过大 */ } .brand-description { max-width: 100%; /* 移动端释放行宽限制 */ } } @media (max-width: 640px) { .header-image-box { max-width: 100%; /* 手机端图片撑满 */ } } /* --- 产品展示网格 (保持原样) --- */ .product-grid { display: grid; gap: clamp(62.5px, 6.51vw, 125px) clamp(23.5px, 2.45vw, 47px); grid-template-columns: repeat(2, 1fr); } .product-item { display: flex; flex-direction: column; } .product-img { width: 100%; aspect-ratio: 1/1.6; object-fit: cover; display: block; background-color: #f0f0f0; margin-bottom: clamp(16px, 1.67vw, 32px); } .product-name { font-size: clamp(16px, 1.67vw, 32px); font-weight: 500; color: #000000; } Studio Ololoo Studio Ololoo is founded by a young couple who studied in Germany and Italy and worked in the studio of Dutch design master Marcel Wanders. Studio Ololoo explores a fascination for phenomena of our everyday lives and materials and approaches to relevant design answers analytically and sensitively. Zhen studied at HfG Karlsruhe in Germany under the guidance of avangard dutch designer Chris Kabel and Mario Minale. And then he did his internship in Marcel Wanders Studio in Amsterdam. He explores phenomena of our everyday lives and materials, and approaches to their relevant design answers. Jaco studied at Politecnico di Milano, Italy, and upon graduation, received an offer from Porsche Design Berlin. Focusing on both domestic and foreign market trends and brand strategies, she has assisted several e-commerce clients in organizing product lines and establishing their own brands from scratch. Originator:JACO&ZHEN Fragi Fragi BubblE STOOL Chi
2026-04-07 17:20:21
MMR STUDIO
MMR STUDIO
/* 主容器 */ .main-container { font-family: "GoogleFlexSans", sans-serif; margin: 0 auto; } /* --- 头部区域 (Header Section) --- */ .header-section { display: flex; align-items: flex-start; margin-bottom: clamp(60px, 6.25vw, 120px); transition: all 0.3s ease; } /* 头部左侧:文案 */ .header-content { flex: 2; padding-right: clamp(43px, 4.48vw, 86px); } .brand-title { font-size: clamp(40px, 4.84vw, 93px); font-weight: 500; line-height: 1.1; margin-top: 0; margin-bottom: clamp(20px, 2.08vw, 40px); letter-spacing: -1px; color: #000; } .brand-subtitle { font-size: clamp(18px, 2.14vw, 41px); font-weight: 400; margin-bottom: clamp(22.5px, 2.34vw, 45px); display: block; color: #000; } .brand-description { font-size: clamp(15px, 1.56vw, 30px); line-height: 1.8; color: #000; font-weight: 400; max-width: 900px; /* 限制大屏下的行宽,增加可读性 */ } /* 头部右侧:人物图 */ .header-image-box { padding-left: clamp(43px, 4.48vw, 86px); border-left: 1px solid #000; flex: 1; display: flex; flex-direction: column; } .originator-wrapper { width: 100%; position: relative; } .originator-img { width: 100%; display: block; object-fit: cover; aspect-ratio: 1 / 1.336; } .originator-label { width: 100%; background-color: #00ff80; color: #000000; font-size: clamp(14px, 1.56vw, 30px); text-align: center; padding: 8px 0; font-weight: 400; margin-top: 0; } /* --- 响应式调整 (Mobile & Tablet) --- */ @media (max-width: 750px) { .header-section { flex-direction: column; /* 屏幕较小时改为上下堆叠 */ } .header-content { padding-right: 0; margin-bottom: 50px; /* 文字与下方图片的间距 */ } .header-image-box { padding-left: 0; border-left: none; /* 移除侧边分割线 */ border-top: 1px solid #000; /* 改为顶部分割线(可选) */ padding-top: 40px; width: 100%; max-width: 500px; /* 限制图片在平板/手机上的最大宽度,防止过大 */ } .brand-description { max-width: 100%; /* 移动端释放行宽限制 */ } } @media (max-width: 640px) { .header-image-box { max-width: 100%; /* 手机端图片撑满 */ } } /* --- 产品展示网格 (保持原样) --- */ .product-grid { display: grid; gap: clamp(62.5px, 6.51vw, 125px) clamp(23.5px, 2.45vw, 47px); grid-template-columns: repeat(2, 1fr); } .product-item { display: flex; flex-direction: column; } .product-img { width: 100%; aspect-ratio: 1 / 1.8; object-fit: cover; display: block; background-color: #f0f0f0; margin-bottom: clamp(16px, 1.67vw, 32px); } .product-name { font-size: clamp(16px, 1.67vw, 32px); font-weight: 500; color: #000000; } MMR Studio Zhongyu Zhang , Product Designer, Master of Design Products, Royal College of Art, UK, currently lives and works in Shanghai. Her works have been exhibited at the London Design Festival in the UK, Paris Design Week in France, and Shenzhen Design Week. Her practice mainly revolves around the cultural tracking and typological processing of phenomenal materials, combined with contemporary urban cultural life, and presented through product design as a researchmethod. Originator:Zhongyu Zhang HULU HOME SLICE SYSTEM 2 SLICE SYSTEM HEAP SOFA
2026-04-07 17:20:10
ONE STEAMER TICKET
File Studio
Muyan Gao
Muyan Gao
/* 主容器 */ .main-container { font-family: "GoogleFlexSans", sans-serif; margin: 0 auto; } /* --- 头部区域 (Header Section) --- */ .header-section { display: flex; align-items: flex-start; margin-bottom: clamp(60px, 6.25vw, 120px); transition: all 0.3s ease; } /* 头部左侧:文案 */ .header-content { flex: 2; padding-right: clamp(43px, 4.48vw, 86px); } .brand-title { font-size: clamp(40px, 4.84vw, 93px); font-weight: 500; line-height: 1.1; margin-top: 0; margin-bottom: clamp(20px, 2.08vw, 40px); letter-spacing: -1px; color: #000; } .brand-subtitle { font-size: clamp(18px, 2.14vw, 41px); font-weight: 400; margin-bottom: clamp(22.5px, 2.34vw, 45px); display: block; color: #000; } .brand-description { font-size: clamp(15px, 1.56vw, 30px); line-height: 1.8; color: #000; font-weight: 400; max-width: 900px; /* 限制大屏下的行宽,增加可读性 */ } /* 头部右侧:人物图 */ .header-image-box { padding-left: clamp(43px, 4.48vw, 86px); border-left: 1px solid #000; flex: 1; display: flex; flex-direction: column; } .originator-wrapper { width: 100%; position: relative; } .originator-img { width: 100%; display: block; object-fit: cover; aspect-ratio: 1 / 1.336; } .originator-label { width: 100%; background-color: #00ff80; color: #000000; font-size: clamp(14px, 1.56vw, 30px); text-align: center; padding: 8px 0; font-weight: 400; margin-top: 0; } /* --- 响应式调整 (Mobile & Tablet) --- */ @media (max-width: 750px) { .header-section { flex-direction: column; /* 屏幕较小时改为上下堆叠 */ } .header-content { padding-right: 0; margin-bottom: 50px; /* 文字与下方图片的间距 */ } .header-image-box { padding-left: 0; border-left: none; /* 移除侧边分割线 */ border-top: 1px solid #000; /* 改为顶部分割线(可选) */ padding-top: 40px; width: 100%; max-width: 500px; /* 限制图片在平板/手机上的最大宽度,防止过大 */ } .brand-description { max-width: 100%; /* 移动端释放行宽限制 */ } } @media (max-width: 640px) { .header-image-box { max-width: 100%; /* 手机端图片撑满 */ } } /* --- 产品展示网格 (保持原样) --- */ .product-grid { display: grid; gap: clamp(62.5px, 6.51vw, 125px) clamp(23.5px, 2.45vw, 47px); grid-template-columns: repeat(2, 1fr); } .product-item { display: flex; flex-direction: column; } .product-img { width: 100%; /* aspect-ratio: 1 / 0.65; */ object-fit: cover; display: block; background-color: #f0f0f0; margin-bottom: clamp(16px, 1.67vw, 32px); } .product-name { font-size: clamp(16px, 1.67vw, 32px); font-weight: 500; color: #000000; } Muyan Gao My work typically use recycled paper to make paper mâché as the main material, completed through repeated manual shaping, cutting, painting, and other processes. This is a slow but enjoyable process where I use the material’s characteristics to gradually shape it into uncertain forms. In this process, half is exploration and half is expression, resulting in delicate and unique individual objects that can be either small or large freestanding pieces. My work combines sculpture and functionality, creating forms through both intentional and unintentional actions. By exploring the material, weight, size, color, and texture, I attempt to understand how the physical world, which is usually imperceptible to humans, subtly shapes our experiences. The concept of "upcycling" is integral to my work, transforming discarded or seemingly useless materials into new, valuable creations. By repurposing materials that might otherwise become waste, the series highlights the potential beauty and functionality inherent in often overlooked or discarded objects, or serves as a metaphor for renewal. Originator:Muyan Gao Paper Pulp Sculpture 04 Paper Pulp Sculpture 03 Paper Pulp Sculpture Paper Pulp Sculpture 02
2026-04-07 17:19:58
StudioLUNA
StudioLUNA
/* 主容器 */ .main-container { font-family: "Source_Han_Sans_SC", sans-serif; margin: 0 auto; } /* --- 头部区域 (Header Section) --- */ .header-section { display: flex; align-items: flex-start; margin-bottom: clamp(60px, 6.25vw, 120px); transition: all 0.3s ease; } /* 头部左侧:文案 */ .header-content { flex: 2; padding-right: clamp(43px, 4.48vw, 86px); } .brand-title { font-size: clamp(40px, 4.84vw, 93px); font-weight: 500; line-height: 1.1; margin-top: 0; margin-bottom: clamp(20px, 2.08vw, 40px); letter-spacing: -1px; color: #000; } .brand-subtitle { font-size: clamp(18px, 2.14vw, 41px); font-weight: 400; margin-bottom: clamp(22.5px, 2.34vw, 45px); display: block; color: #000; } .brand-description { font-size: clamp(15px, 1.56vw, 30px); line-height: 1.8; color: #000; font-weight: 400; max-width: 900px; /* 限制大屏下的行宽,增加可读性 */ } /* 头部右侧:人物图 */ .header-image-box { padding-left: clamp(43px, 4.48vw, 86px); border-left: 1px solid #000; flex: 1; display: flex; flex-direction: column; } .originator-wrapper { width: 100%; position: relative; } .originator-img { width: 100%; display: block; object-fit: cover; aspect-ratio: 1 / 1.336; } .originator-label { width: 100%; background-color: #00ff80; color: #000000; font-size: clamp(14px, 1.56vw, 30px); text-align: center; padding: 8px 0; font-weight: 400; margin-top: 0; } /* --- 响应式调整 (Mobile & Tablet) --- */ @media (max-width: 750px) { .header-section { flex-direction: column; /* 屏幕较小时改为上下堆叠 */ } .header-content { padding-right: 0; margin-bottom: 50px; /* 文字与下方图片的间距 */ } .header-image-box { padding-left: 0; border-left: none; /* 移除侧边分割线 */ border-top: 1px solid #000; /* 改为顶部分割线(可选) */ padding-top: 40px; width: 100%; max-width: 500px; /* 限制图片在平板/手机上的最大宽度,防止过大 */ } .brand-description { max-width: 100%; /* 移动端释放行宽限制 */ } } @media (max-width: 640px) { .header-image-box { max-width: 100%; /* 手机端图片撑满 */ } } /* --- 产品展示网格 (保持原样) --- */ .product-grid { display: grid; gap: clamp(62.5px, 6.51vw, 125px) clamp(23.5px, 2.45vw, 47px); grid-template-columns: repeat(2, 1fr); } .product-item { display: flex; flex-direction: column; } .product-img { width: 100%; object-fit: cover; display: block; background-color: #f0f0f0; margin-bottom: clamp(16px, 1.67vw, 32px); } .product-name { font-size: clamp(16px, 1.67vw, 32px); font-weight: 500; color: #000000; } StudioLUNA StudioLUNA 是坐落于中国上海的独立设计工作室,运用 3D 打印技术进行家具和灯具产品设计。 工作室成立于 2023 年,以 3D 打印技术为主要创作手段,探索家具和装饰灯具的可能性。 "无法为用户制造惊喜"是工作室的禁忌。工作室认为好的设计应该突破常规和固有认知的束缚,让作品充满生命力和惊喜。工作室坚信家具的价值不仅在于使用,也能让使用者得到情感上的愉悦。 吴桐 1992年出生于河北唐山,现工作生活于上海同济大学设计学硕士,装置艺术家,工业设计师口 七爷JESSI 1992年出生于江苏苏州,现工作生活于上海装置艺术家,时尚设计师,百万时尚博主 设计师:吴桐 Model lamp Pillar lamp (1) Pillar lamp (2) Pillar lamp
2026-04-07 17:19:54
Total 0
  • 1