:root {
  --paper: #f4f1ec;
  --mint: #eee9f6;
  --mint-strong: #e4dcef;
  --paper-warm: #f8efe7;
  --ink: #1f211f;
  --muted: #6f746f;
  --line: rgba(31, 33, 31, 0.16);
  --rose: #c98793;
  --coral: #d96c5f;
  --moss: #6f866b;
  --blue: #85a8b8;
  --lilac: #b6adce;
  --yellow: #d9c66c;
  --shadow: 0 10px 24px rgba(28, 31, 30, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: auto;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: #ded4eb url("assets/ambient-bg.svg") center top / cover fixed;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Inter", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

main {
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-grain {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.19;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 6px 6px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 22px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid #852e7e;
  background: #ffbded;
  backdrop-filter: blur(14px);
  color: #bc1587;
  font-size: 16px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  justify-self: start;
}

.brand span:first-child {
  color: #b21588;
  font-size: 18px;
}

.brand span:last-child {
  color: #921c7c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 28px);
  color: #bc1587;
  white-space: nowrap;
}

.nav-links a {
  display: grid;
  gap: 3px;
  color: #bc1587;
  font-size: 16px;
  text-align: center;
}

.nav-links small {
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.nav-links a,
.header-contact,
.hero-contact a,
.scroll-cue {
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.header-contact:hover,
.hero-contact a:hover,
.scroll-cue:hover {
  color: var(--coral);
}

.hero {
  --hero-stripe-top: 72px;
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 16% 72%, rgba(255, 241, 213, 0.24) 0 1px, transparent 1.8px),
    radial-gradient(circle at 74% 88%, rgba(95, 60, 35, 0.18) 0 1px, transparent 1.8px),
    linear-gradient(180deg, #39aa76 0 48%, #b97843 48% 100%);
  background-size: 7px 7px, 9px 9px, auto;
  touch-action: pan-y;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 46%;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 22%, rgba(251, 194, 218, 0.9) 0 10px, transparent 11px),
    radial-gradient(circle at 42% 38%, rgba(219, 237, 238, 0.85) 0 14px, transparent 15px),
    radial-gradient(circle at 76% 18%, rgba(251, 194, 218, 0.75) 0 9px, transparent 10px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0 2px, transparent 2px 32px),
    #39aa76;
  opacity: 0.92;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(
      90deg,
      #ef6c25 0 32px,
      #f4b5cc 32px 64px,
      #d9e9eb 64px 96px,
      #39aa76 96px 128px,
      #4e392f 128px 160px,
      #d9e9eb 160px 192px
    ) center var(--hero-stripe-top) / 100% clamp(28px, 3.6vw, 46px) no-repeat,
    repeating-linear-gradient(
      90deg,
      #ef6c25 0 32px,
      #f4b5cc 32px 64px,
      #d9e9eb 64px 96px,
      #39aa76 96px 128px,
      #4e392f 128px 160px,
      #d9e9eb 160px 192px
    ) bottom / 100% clamp(28px, 3.6vw, 46px) no-repeat;
  pointer-events: none;
}

.float-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  touch-action: pan-y;
}

.floating-work {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--size, 78px);
  aspect-ratio: var(--ratio, 0.78);
  border: 0;
  border-radius: 12px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  transform-origin: 50% 50%;
  transition:
    width 420ms ease,
    opacity 240ms ease,
    filter 240ms ease,
    box-shadow 240ms ease;
  will-change: transform;
}

.floating-work img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
  filter: drop-shadow(0 14px 18px rgba(54, 32, 18, 0.2));
}

.floating-work:hover,
.floating-work.is-active {
  --opacity: 1;
  z-index: 8;
  filter: saturate(1.08) contrast(1.02);
  box-shadow: none;
}

.float-field.is-organized .floating-work {
  --opacity: 1;
  box-shadow: none;
}

.float-field .floating-work--spotlight,
.float-field.is-organized .floating-work--spotlight {
  --opacity: 1;
  min-width: 130px;
}

.floating-work--research,
.floating-work--product,
.floating-work--textile {
  min-width: 90px;
}

.floating-work--graphic,
.floating-work--about {
  min-width: 76px;
}

.floating-work--graphic-1 {
  min-width: clamp(230px, 22vw, 305px);
  aspect-ratio: 0.72;
}

.floating-work--textile-3 {
  min-width: clamp(92px, 11vw, 172px);
}

.floating-work--textile-5 {
  min-width: clamp(115px, 12vw, 175px);
  aspect-ratio: 1.02;
}

.floating-work--about-3 {
  min-width: clamp(150px, 18vw, 260px);
}

.floating-work--about-4 {
  min-width: clamp(60px, 7vw, 96px);
}

.hero-copy {
  position: relative;
  z-index: 10;
  display: grid;
  place-items: center;
  width: min(460px, 78vw);
  padding: 18px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  cursor: default;
}

.hero-copy::before {
  content: none;
}

.hero h1 {
  margin: 0;
  color: #5f3322;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.55);
}

.hero-role-cn,
.hero-role-en {
  margin: 8px 0 0;
  color: rgba(95, 51, 34, 0.82);
  font-size: clamp(13px, 1.25vw, 17px);
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-role-en {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(9px, 0.95vw, 12px);
  font-style: italic;
}

.contact-envelope-section {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 130px 20px 70px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.74) 0 2px, transparent 2.4px),
    linear-gradient(180deg, #39aa76 0 32%, #b97843 32% 100%);
  background-size: 18px 18px, auto;
}

.envelope-stage {
  position: relative;
  width: min(540px, 84vw);
  height: min(480px, 74vw);
  outline: none;
  cursor: pointer;
  perspective: 1000px;
}

.envelope-shell {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 58%;
}

.envelope-back,
.envelope-pocket {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(76, 81, 65, 0.24);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='m13 2.8 2.35 6.3 6.7.28-5.25 4.17 1.8 6.46L13 16.3 7.4 20l1.8-6.45-5.25-4.17 6.7-.28L13 2.8Z'/%3E%3C/svg%3E"),
    #c6d87b;
  background-size: 26px 26px;
  box-shadow: 0 24px 70px rgba(73, 43, 25, 0.22);
}

.envelope-pocket {
  z-index: 3;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='m13 2.8 2.35 6.3 6.7.28-5.25 4.17 1.8 6.46L13 16.3 7.4 20l1.8-6.45-5.25-4.17 6.7-.28L13 2.8Z'/%3E%3C/svg%3E"),
    #c6d87b;
  background-size: 26px 26px;
  clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 100%, 0 100%);
}

.envelope-flap-large {
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  height: 62%;
  border: 1px solid rgba(76, 81, 65, 0.22);
  background: #b46f36;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform-origin: top;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), z-index 0s 350ms;
}

.envelope-letter {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 8%;
  z-index: 2;
  min-height: 66%;
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid rgba(76, 81, 65, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), transparent 42%),
    #ffd1e0;
  box-shadow: 0 18px 50px rgba(73, 43, 25, 0.16);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), z-index 0s 350ms;
}

.envelope-stage.is-open .envelope-flap-large,
.envelope-stage:hover .envelope-flap-large,
.envelope-stage:focus-visible .envelope-flap-large {
  z-index: 1;
  transform: rotateX(178deg);
}

.envelope-stage.is-open .envelope-letter,
.envelope-stage:hover .envelope-letter,
.envelope-stage:focus-visible .envelope-letter {
  z-index: 6;
  transform: translateY(-48%);
}

.envelope-letter h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 300;
}

.envelope-letter h2 span {
  display: block;
  margin-top: 7px;
  color: rgba(31, 33, 31, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.38em;
  font-style: italic;
  font-weight: 400;
}

.envelope-letter > p:not(.letter-kicker) {
  margin: 0;
  color: rgba(31, 33, 31, 0.68);
  line-height: 1.8;
}

.letter-intro-en {
  display: block;
  margin-top: 7px;
  color: rgba(31, 33, 31, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82em;
  font-style: italic;
  line-height: 1.45;
}

.envelope-hint {
  margin: 0;
  align-self: start;
  color: rgba(31, 33, 31, 0.48);
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
}

.work-section {
  display: none;
  position: relative;
  min-height: 100svh;
  padding: clamp(86px, 12vw, 156px) clamp(20px, 5vw, 72px);
  background-color: #eee9f6 !important;
  background-image: radial-gradient(circle, rgba(123, 15, 114, 0.17) 0 0.8px, transparent 1.15px) !important;
  background-size: 6px 6px !important;
}

.work-section.is-active {
  display: block;
}

body.detail-view .hero,
body.detail-view .contact-envelope-section {
  display: none;
}

body.detail-view .site-header {
  background: #ffbded;
  border-bottom: 1px solid #852e7e;
  backdrop-filter: blur(14px);
}

body.detail-view {
  height: auto;
  min-height: 100%;
  overflow-y: auto;
  touch-action: pan-y;
}

body.detail-view main,
body.detail-view .work-section.is-active {
  height: auto;
  overflow: visible;
}

.back-home {
  display: grid;
  gap: 3px;
  width: fit-content;
  max-width: 1180px;
  margin: 0 auto 42px;
  border-bottom: 1px solid rgba(31, 33, 31, 0.32);
  color: rgba(31, 33, 31, 0.58);
  font-size: 13px;
}

.back-home small {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-style: italic;
}

.work-section:nth-of-type(3) {
  background: rgba(238, 244, 242, 0.72);
}

.work-section:nth-of-type(4) {
  background: rgba(249, 239, 232, 0.66);
}

.work-section:nth-of-type(5) {
  background: rgba(235, 240, 246, 0.72);
}

#product-dev,
#product-diy,
#textile-design,
#graphic-design {
  background:
    radial-gradient(circle, rgba(255, 122, 187, 0.8) 0 4px, transparent 4.8px) 18px 22px / 132px 118px repeat,
    radial-gradient(circle, rgba(255, 182, 211, 0.76) 0 8px, transparent 8.8px) 88px 42px / 260px 236px repeat,
    radial-gradient(circle, rgba(255, 255, 248, 0.9) 0 5px, transparent 5.8px) 52px 64px / 182px 166px repeat,
    radial-gradient(circle, rgba(57, 60, 68, 0.86) 0 5px, transparent 5.8px) 104px 18px / 218px 198px repeat,
    radial-gradient(circle, rgba(189, 26, 91, 0.82) 0 5px, transparent 5.8px) 24px 86px / 242px 214px repeat,
    radial-gradient(circle, rgba(205, 165, 118, 0.58) 0 6px, transparent 6.8px) 76px 102px / 226px 208px repeat,
    repeating-linear-gradient(90deg, rgba(39, 64, 25, 0.16) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, transparent 0 20px, rgba(24, 45, 18, 0.08) 21px 22px, transparent 23px 42px),
    repeating-linear-gradient(0deg, transparent 0 24px, rgba(255, 255, 255, 0.06) 25px 26px, transparent 27px 48px),
    linear-gradient(135deg, #a7cc6f 0%, #8fbc55 48%, #b2d477 100%) !important;
  background-attachment: scroll !important;
  background-size:
    132px 118px,
    260px 236px,
    182px 166px,
    218px 198px,
    242px 214px,
    226px 208px,
    7px 100%,
    100% 8px,
    42px 100%,
    100% 48px,
    auto !important;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 62px);
  max-width: 1180px;
  margin: 0 auto clamp(28px, 6vw, 72px);
  align-items: end;
}

.section-heading p {
  margin: 0 0 10px;
  color: rgba(31, 33, 31, 0.54);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(38px, 7vw, 96px);
  font-weight: 300;
  line-height: 0.98;
}

.editorial-grid,
.split-story,
.about-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr) minmax(220px, 0.72fr);
  gap: clamp(18px, 3vw, 42px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
}

.product-module-list {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid rgba(31, 33, 31, 0.12);
}

.product-module {
  display: grid;
  grid-template-columns: 70px minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 78px);
  align-items: center;
  padding: clamp(46px, 8vw, 96px) 0;
  border-bottom: 1px solid rgba(31, 33, 31, 0.12);
}

.product-module:nth-child(even) figure {
  order: 3;
}

.product-module-index,
.product-module-label {
  margin: 0;
  color: rgba(31, 33, 31, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.product-module-index {
  align-self: start;
  font-size: 18px;
  font-style: normal;
}

.product-module figure {
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
}

.product-module figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-module h3 {
  margin: 14px 0 24px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.15;
}

.product-module div > p:not(.product-module-label) {
  max-width: 660px;
  margin: 0;
  color: rgba(31, 33, 31, 0.7);
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.8;
}

.product-module:first-child figure {
  background: rgba(255, 255, 255, 0.42);
}

.product-module:first-child figure img {
  object-fit: contain;
}

.product-module-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 5px 14px;
  align-items: center;
  width: min(100%, 420px);
  margin-top: 30px;
  padding: 14px 0;
  border-top: 1px solid rgba(31, 33, 31, 0.22);
  border-bottom: 1px solid rgba(31, 33, 31, 0.22);
}

.product-module-cta span {
  font-size: 14px;
}

.product-module-cta small {
  grid-column: 1 / 3;
  color: rgba(31, 33, 31, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-style: italic;
}

.product-module-cta b {
  grid-column: 3;
  grid-row: 1 / 3;
  font-size: 24px;
  font-weight: 300;
  transition: transform 220ms ease;
}

.product-module-cta:hover b,
.product-module-cta:focus-visible b {
  transform: translateX(7px);
}

.section-heading--bilingual h2 {
  display: grid;
  gap: 12px;
}

.section-heading--bilingual h2 small {
  color: rgba(31, 33, 31, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 1.5vw, 18px);
  font-style: italic;
  font-weight: 400;
}

.diy-research,
.diy-project-list {
  max-width: 1280px;
  margin: 0 auto;
}

.diy-research {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.8fr);
  gap: clamp(32px, 6vw, 92px);
  padding: clamp(48px, 7vw, 88px) 0;
  border-top: 1px solid rgba(31, 33, 31, 0.14);
  border-bottom: 1px solid rgba(31, 33, 31, 0.14);
}

.diy-research-heading p,
.diy-project header p {
  margin: 0 0 12px;
  color: rgba(31, 33, 31, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.diy-research-heading h3 {
  margin: 0 0 12px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.16;
}

.diy-research-heading small,
.diy-project header small {
  color: rgba(31, 33, 31, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.diy-document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(31, 33, 31, 0.14);
  border-left: 1px solid rgba(31, 33, 31, 0.14);
}

.diy-document-grid article {
  position: relative;
  min-height: 190px;
  padding: 22px;
  border-right: 1px solid rgba(31, 33, 31, 0.14);
  border-bottom: 1px solid rgba(31, 33, 31, 0.14);
}

.diy-document-grid article::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 42px;
  height: 54px;
  border: 1px solid rgba(31, 33, 31, 0.22);
  background:
    linear-gradient(rgba(31, 33, 31, 0.14), rgba(31, 33, 31, 0.14)) 8px 12px / 24px 1px no-repeat,
    linear-gradient(rgba(31, 33, 31, 0.14), rgba(31, 33, 31, 0.14)) 8px 20px / 18px 1px no-repeat,
    rgba(255, 255, 255, 0.26);
}

.diy-document-grid article > span {
  color: rgba(31, 33, 31, 0.4);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-style: italic;
}

.diy-document-grid h4 {
  margin: 34px 0 4px;
  font-family: "Songti SC", "STSong", serif;
  font-size: 23px;
  font-weight: 400;
}

.diy-document-grid p {
  margin: 0 0 28px;
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-style: italic;
}

.diy-document-grid small {
  display: block;
  max-width: calc(100% - 64px);
  color: rgba(31, 33, 31, 0.42);
  font-size: 10px;
  line-height: 1.5;
}

.diy-project {
  display: grid;
  grid-template-columns: minmax(190px, 0.48fr) minmax(0, 1.7fr);
  gap: clamp(30px, 6vw, 92px);
  padding: clamp(64px, 10vw, 132px) 0;
  border-bottom: 1px solid rgba(31, 33, 31, 0.14);
}

.diy-project header {
  position: sticky;
  top: 112px;
  align-self: start;
}

.diy-project header h3 {
  margin: 0 0 12px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.16;
}

.diy-project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  align-items: start;
}

.diy-project-gallery figure {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
}

.diy-project-gallery figure.diy-wide {
  grid-column: 1 / -1;
}

.diy-project-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.feature-image,
.image-pair figure,
.portrait-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-image img,
.image-pair img,
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image {
  aspect-ratio: 0.82;
}

.feature-image.tall {
  aspect-ratio: 0.72;
}

.section-copy {
  display: grid;
  gap: 28px;
}

.section-copy p,
.about-copy > p {
  margin: 0;
  color: rgba(31, 33, 31, 0.78);
  font-size: clamp(17px, 2.2vw, 27px);
  font-weight: 300;
  line-height: 1.7;
}

.signal-list,
.life-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.signal-list span,
.life-grid span {
  border: 1px solid rgba(31, 33, 31, 0.18);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.28);
  color: rgba(31, 33, 31, 0.66);
  font-size: 13px;
}

.analysis-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.analysis-board article {
  min-height: 310px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.2)),
    var(--paper);
}

.analysis-board article:nth-child(1) {
  background-color: rgba(220, 231, 227, 0.84);
}

.analysis-board article:nth-child(2) {
  background-color: rgba(240, 218, 221, 0.78);
}

.analysis-board article:nth-child(3) {
  background-color: rgba(231, 224, 190, 0.78);
}

.analysis-board span {
  color: rgba(31, 33, 31, 0.54);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.analysis-board h3 {
  margin: 80px 0 18px;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 300;
}

.analysis-board p {
  margin: 0;
  color: rgba(31, 33, 31, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.split-story {
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
}

.image-pair {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(14px, 2vw, 24px);
  align-items: end;
}

.image-pair figure:first-child {
  aspect-ratio: 0.76;
  transform: translateY(34px);
}

.image-pair figure:last-child {
  aspect-ratio: 0.88;
}

.poster-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  max-width: 1240px;
  margin: 0 auto;
}

.poster-wall .poster-featured {
  margin-bottom: clamp(16px, 2vw, 28px);
}

.poster-wall .poster-centered {
  grid-column: 1 / -1;
  width: calc((100% - clamp(16px, 2vw, 28px)) / 2);
  justify-self: center;
}

.poster-wall figure {
  margin: 0;
  overflow: hidden;
}

.poster-wall img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 10px 28px rgba(31, 33, 31, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.poster-wall img:hover {
  transform: scale(1.012);
  box-shadow: 0 20px 54px rgba(31, 33, 31, 0.18);
}

.graphic-catalog {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: clamp(90px, 14vw, 190px) auto 0;
  padding-top: clamp(34px, 5vw, 64px);
  border-top: 1px solid rgba(31, 33, 31, 0.14);
}

.graphic-catalog-heading {
  order: 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 100px);
  align-items: baseline;
  margin-bottom: clamp(42px, 7vw, 92px);
}

.graphic-catalog-heading p,
.graphic-catalog-heading h3 {
  margin: 0;
  font-weight: 400;
}

.graphic-catalog-heading p {
  color: rgba(31, 33, 31, 0.54);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.graphic-catalog-heading h3 {
  padding: 4px 10px;
  background: #fff;
  color: #9e0083;
  font-family: "Songti SC", "STSong", serif;
  font-size: 35px;
}

.graphic-catalog-gallery {
  max-width: none;
}

.graphic-vi-project--fire {
  order: 1;
}

.graphic-vi-project--fire .complete-image-gallery figure,
.graphic-vi-project--fire .complete-image-gallery img {
  background: #fff;
}

.graphic-vi-project--spring {
  order: 2;
  margin-top: clamp(100px, 15vw, 210px);
  padding-top: clamp(42px, 6vw, 76px);
  border-top: 1px solid rgba(31, 33, 31, 0.14);
}

.graphic-vi-project--spring .complete-image-gallery figure:nth-child(11),
.graphic-vi-project--spring .complete-image-gallery figure:nth-child(11) img {
  background: #fff;
}

.graphic-vi-project h4 {
  width: fit-content;
  max-width: 1280px;
  margin: 0 auto clamp(34px, 6vw, 74px);
  padding: 2px 8px 3px;
  background: #fff;
  font-family: "Songti SC", "STSong", serif;
  font-size: 25px;
  font-weight: 400;
}

#graphic-design > .section-heading h2 {
  padding: 4px 10px;
  background: #fff;
  color: #9e0683;
  font-size: 35px;
}

.about-layout {
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(50px, 8vw, 130px);
  max-width: 1320px;
  align-items: start;
}

.about-photo-carousel {
  position: sticky;
  top: 132px;
  min-width: 0;
  padding-top: clamp(20px, 4vw, 56px);
}

.about-photo-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(82%, 390px);
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  cursor: grab;
}

.about-photo-track::-webkit-scrollbar {
  display: none;
}

.about-photo-track.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.about-photo-track .portrait-frame {
  width: 100%;
  aspect-ratio: 0.75;
  border-radius: 0;
  box-shadow: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.about-photo-track .portrait-frame img {
  object-position: center;
}

.about-photo-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(31, 33, 31, 0.12);
}

.about-photo-buttons {
  display: flex;
  gap: 4px;
}

.about-photo-buttons button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(31, 33, 31, 0.72);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  transition: color 180ms ease, transform 180ms ease;
}

.about-photo-buttons button:hover,
.about-photo-buttons button:focus-visible {
  color: var(--coral);
  transform: translateX(-2px);
}

.about-photo-buttons button:last-child:hover,
.about-photo-buttons button:last-child:focus-visible {
  transform: translateX(2px);
}

.about-photo-buttons button:disabled {
  opacity: 0.25;
  cursor: default;
  transform: none;
}

.about-photo-count {
  margin: 0;
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.about-copy {
  display: grid;
  align-content: start;
  gap: 34px;
  padding-top: 50px;
}

.about-copy > p {
  max-width: 820px;
  font-size: clamp(17px, 1.8vw, 23px);
  line-height: 1.9;
}

.life-grid {
  max-width: 560px;
}

.about-credentials {
  display: grid;
  max-width: 820px;
  border-top: 1px solid rgba(31, 33, 31, 0.14);
}

.about-credentials section {
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(31, 33, 31, 0.12);
}

.about-credentials section > p {
  margin: 0;
  color: rgba(31, 33, 31, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

.about-credentials section:nth-child(1) > p,
.about-credentials section:nth-child(3) > p {
  font-weight: 600;
}

.about-credentials section:nth-child(2) {
  font-weight: 600;
}

.about-credentials .about-ai-tools > p {
  color: #9e0083;
}

.about-credentials section > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: rgba(31, 33, 31, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.about-credentials .about-ai-tools > div {
  display: grid;
  gap: 14px;
}

.about-ai-tools article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
}

.about-ai-tools strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.contact-block {
  display: grid;
  gap: 10px;
  color: rgba(31, 33, 31, 0.72);
  font-size: 15px;
}

.contact-block p {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 16px;
}

.contact-block a {
  width: fit-content;
  border-bottom: 1px solid currentColor;
}

.letter-kicker {
  margin: 0 0 20px;
  font-family: "Snell Roundhand", "Apple Chancery", cursive;
  font-size: 22px;
}

.letter-links {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(63, 48, 56, 0.18);
  color: rgba(63, 48, 56, 0.74);
  font-size: 14px;
}

.letter-links a {
  border-bottom: 1px solid currentColor;
}

.contact-indent {
  padding-left: 66px;
}

.textile-list {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid rgba(31, 33, 31, 0.1);
}

.textile-item {
  display: grid;
  grid-template-columns: 90px minmax(220px, 0.78fr) minmax(320px, 1.5fr) minmax(120px, auto);
  gap: clamp(20px, 4vw, 60px);
  align-items: center;
  padding: clamp(44px, 7vw, 86px) 0;
  border-bottom: 1px solid rgba(31, 33, 31, 0.1);
}

.textile-year {
  align-self: start;
  margin: 0;
  color: rgba(31, 33, 31, 0.7);
  font-family: Georgia, serif;
  font-size: 18px;
}

.textile-item img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}

.textile-copy h3 {
  margin: 0 0 24px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(27px, 4vw, 48px);
  font-weight: 400;
}

.textile-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(31, 33, 31, 0.74);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.8;
}

.textile-arrow {
  display: inline-flex;
  align-self: start;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: rgba(31, 33, 31, 0.62);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease;
}

.textile-arrow b {
  color: var(--ink);
  font-size: 34px;
  font-weight: 200;
}

.textile-arrow:hover,
.textile-arrow:focus-visible {
  transform: translateX(6px);
}

.collection-heading {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(220px, 0.55fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 78px);
  max-width: 1280px;
  margin: 0 auto clamp(44px, 8vw, 100px);
  padding-bottom: clamp(34px, 5vw, 64px);
  align-items: end;
  border-bottom: 1px solid rgba(31, 33, 31, 0.1);
}

.collection-heading > p {
  margin: 0 0 10px;
  color: rgba(31, 33, 31, 0.54);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.collection-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 12vw, 172px);
  font-weight: 300;
  line-height: 0.78;
}

.collection-heading h3 {
  margin: 0 0 20px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 400;
}

.collection-heading div p {
  max-width: 620px;
  margin: 0;
  color: rgba(31, 33, 31, 0.7);
  font-size: clamp(15px, 1.6vw, 20px);
  line-height: 1.8;
}

.collection-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 28px);
  max-width: 1280px;
  margin: 0 auto;
}

.collection-gallery figure {
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.collection-gallery figure:nth-child(1) {
  grid-column: span 7;
  aspect-ratio: 1.36;
}

.collection-gallery figure:nth-child(2) {
  grid-column: span 5;
  aspect-ratio: 0.96;
}

.collection-gallery figure:nth-child(3),
.collection-gallery figure:nth-child(4) {
  grid-column: span 6;
  aspect-ratio: 1.16;
}

.collection-gallery figure:nth-child(5) {
  grid-column: span 4;
  aspect-ratio: 0.84;
}

.collection-gallery figure:nth-child(6) {
  grid-column: span 8;
  aspect-ratio: 1.45;
}

.collection-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.collection-gallery figure:hover img {
  transform: scale(1.025);
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  max-width: 1280px;
  margin: calc(clamp(44px, 8vw, 100px) * -0.55) auto clamp(64px, 9vw, 116px);
  color: rgba(31, 33, 31, 0.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.case-tags span {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(31, 33, 31, 0.14);
}

.case-study {
  max-width: 1280px;
  margin: 0 auto;
}

.case-chapter {
  padding: clamp(48px, 8vw, 112px) 0;
  border-top: 1px solid rgba(31, 33, 31, 0.12);
}

.case-chapter:last-child {
  padding-bottom: 0;
}

.case-chapter-header {
  display: grid;
  grid-template-columns: minmax(60px, 0.22fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 96px);
  margin-bottom: clamp(34px, 6vw, 72px);
}

.case-chapter-header > span {
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
}

.case-chapter-header div {
  display: block;
}

.case-chapter-header h3 {
  margin: 0;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.25;
}

.case-chapter-header p {
  max-width: 660px;
  margin: 4px 0 0;
  color: rgba(31, 33, 31, 0.68);
  font-size: clamp(15px, 1.55vw, 19px);
  line-height: 1.9;
}

.case-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 56px);
  align-items: start;
}

.case-image {
  min-width: 0;
  margin: 0;
}

.case-image--full {
  grid-column: 1 / -1;
}

.case-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 920px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.38);
}

.case-image figcaption {
  margin-top: 12px;
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.case-image-grid--identity {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.case-image-grid--identity .case-image--logo {
  padding-top: clamp(34px, 7vw, 100px);
}

.case-image-grid--prototype img {
  aspect-ratio: 1.34;
  object-fit: cover;
}

.case-image-grid--catalog {
  gap: clamp(24px, 4vw, 54px) clamp(18px, 3vw, 38px);
}

.case-image-grid--catalog img {
  border: 1px solid rgba(31, 33, 31, 0.08);
}

.complete-image-gallery {
  max-width: 1280px;
  margin: 0 auto;
}

.complete-image-gallery--mixed {
  columns: 2;
  column-gap: clamp(18px, 3vw, 40px);
}

.complete-image-gallery--catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 40px);
}

.complete-image-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.complete-image-gallery--mixed figure {
  break-inside: avoid;
  margin-bottom: clamp(18px, 3vw, 40px);
}

.complete-image-gallery img {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.34);
}

.complete-image-gallery--catalog img {
  border: 1px solid rgba(31, 33, 31, 0.08);
}

.collection-subtitle {
  max-width: 1280px;
  margin: clamp(72px, 10vw, 130px) auto clamp(28px, 4vw, 48px);
  padding-top: clamp(24px, 4vw, 48px);
  border-top: 1px solid rgba(31, 33, 31, 0.12);
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(25px, 4vw, 44px);
  font-weight: 400;
}

.journal-list {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid rgba(31, 33, 31, 0.12);
}

.journal-list article {
  display: grid;
  grid-template-columns: minmax(110px, 0.25fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 100px);
  padding: clamp(34px, 6vw, 72px) 0;
  border-bottom: 1px solid rgba(31, 33, 31, 0.12);
}

.journal-list time {
  color: rgba(31, 33, 31, 0.56);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.journal-list h3 {
  margin: 0 0 18px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 400;
}

.journal-list p {
  max-width: 760px;
  margin: 0;
  color: rgba(31, 33, 31, 0.7);
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.8;
}

.product-module figure.product-module-gallery {
  display: grid;
  gap: 14px;
  aspect-ratio: auto;
  overflow: visible;
}

.product-module-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.34);
}

.poster-orbit {
  position: relative;
  height: clamp(520px, 62vw, 760px);
  max-width: 1280px;
  margin: 0 auto clamp(70px, 10vw, 130px);
  overflow: hidden;
  touch-action: pan-y;
  border-top: 1px solid rgba(31, 33, 31, 0.1);
  border-bottom: 1px solid rgba(31, 33, 31, 0.1);
}

.poster-orbit figure {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(116px, 15vw, 210px);
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 14px 34px rgba(31, 33, 31, 0.14);
  pointer-events: none;
  will-change: transform;
}

.poster-orbit img {
  width: 100%;
  aspect-ratio: 0.74;
  object-fit: cover;
}

.poster-orbit figure.is-landscape {
  width: clamp(148px, 19vw, 260px);
}

.poster-orbit figure.is-landscape img {
  aspect-ratio: 1.78;
}

.poster-orbit figure.is-square img {
  aspect-ratio: 1;
}

.poster-orbit-copy {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-content: center;
  pointer-events: none;
  text-align: center;
}

.poster-orbit-copy span {
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(34px, 6vw, 76px);
  font-weight: 300;
}

.poster-orbit-copy small {
  color: rgba(31, 33, 31, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.bilingual-section-title {
  display: grid;
  gap: 8px;
  font-size: clamp(34px, 5vw, 66px) !important;
}

.bilingual-section-title small,
.collection-title-en {
  display: block;
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(11px, 1.2vw, 15px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.about-copy > p {
  display: grid;
  gap: 13px;
}

.about-copy > p > span {
  font-size: clamp(15px, 1.45vw, 20px);
}

.about-copy-en {
  display: block;
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(12px, 1.15vw, 14px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
}

#about {
  position: relative;
  overflow: hidden;
  background-color: #83cfe7 !important;
  background-image: none !important;
}

#about::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  background:
    linear-gradient(rgba(209, 240, 250, 0.14), rgba(79, 165, 202, 0.1)),
    url("assets/backgrounds/water-ripple.png") center / cover no-repeat;
  opacity: 0.68;
  filter: saturate(0.9) brightness(1.08);
  transform: scale(1.04);
  animation: water-ripple-drift 18s ease-in-out infinite alternate;
  pointer-events: none;
  will-change: transform, background-position;
}

#about::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: 8vw;
  z-index: 0;
  width: clamp(260px, 38vw, 560px);
  height: clamp(160px, 22vw, 320px);
  border-radius: 22px;
  background:
    repeating-linear-gradient(90deg, #ef3f35 0 34px, #ef3f35 34px 68px, #f7f4e8 68px 102px, #f7f4e8 102px 136px),
    #ef3f35;
  opacity: 0.9;
  transform: rotate(7deg);
  box-shadow: 0 18px 40px rgba(39, 73, 102, 0.18);
  pointer-events: none;
}

#about > .back-home,
#about > .section-heading,
#about .about-layout,
#about .about-hobby-painting {
  position: relative;
  z-index: 2;
}

#about > .section-heading {
  max-width: 1180px;
  margin: 0 auto clamp(26px, 4vw, 48px);
  padding: clamp(18px, 2.4vw, 28px) clamp(22px, 4vw, 44px);
  border: 1px solid rgba(30, 77, 119, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62)),
    rgba(255, 252, 244, 0.86);
  box-shadow:
    0 16px 36px rgba(28, 78, 120, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transform: rotate(-0.7deg);
}

#about > .section-heading p {
  color: rgba(25, 74, 118, 0.62);
}

#about .bilingual-section-title > span {
  color: #174e82;
  font-size: 35px;
  line-height: 1.05;
}

#about .bilingual-section-title small {
  color: rgba(31, 72, 111, 0.58);
}

.about-camera-decor {
  position: absolute;
  top: clamp(156px, 18vw, 250px);
  right: clamp(20px, 5vw, 86px);
  z-index: 3;
  width: clamp(190px, 27vw, 390px);
  pointer-events: none;
  filter: drop-shadow(0 18px 24px rgba(35, 64, 92, 0.22));
  transform: rotate(5deg);
}

.about-edge-decor {
  position: absolute;
  z-index: 3;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 12px 16px rgba(28, 64, 96, 0.18));
  opacity: 1;
}

.about-edge-decor--pin {
  top: clamp(150px, 14vw, 220px);
  left: max(-18px, calc(50% - 770px));
  width: clamp(150px, 14vw, 220px);
  transform: rotate(-9deg);
}

.about-edge-decor--stars {
  top: clamp(135px, 13vw, 205px);
  right: max(12px, calc(50% - 750px));
  width: clamp(110px, 10vw, 155px);
  transform: rotate(12deg);
}

.about-edge-decor--glasses {
  top: clamp(300px, 27vw, 360px);
  left: max(-24px, calc(50% - 780px));
  width: clamp(150px, 15vw, 225px);
  transform: rotate(-7deg);
}

.about-edge-decor--card {
  top: clamp(260px, 24vw, 335px);
  right: max(-54px, calc(50% - 815px));
  width: clamp(210px, 21vw, 320px);
  transform: rotate(7deg);
}

#about .about-layout {
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 42px);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.18));
  box-shadow: 0 22px 60px rgba(24, 78, 125, 0.16);
}

.about-left-column {
  display: grid;
  align-content: start;
  gap: clamp(26px, 4vw, 48px);
  min-width: 0;
}

#about .about-photo-carousel {
  position: relative;
  top: 0;
  padding: clamp(14px, 2vw, 24px);
  border-radius: 24px;
  background: #fffaf0;
  box-shadow: 0 18px 34px rgba(39, 73, 102, 0.2);
  transform: rotate(-1.4deg);
}

#about .about-photo-track {
  grid-auto-columns: min(84%, 360px);
  gap: 14px;
}

#about .about-photo-track .portrait-frame {
  overflow: hidden;
  aspect-ratio: 0.78;
  border: 10px solid #fffaf0;
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: 0 12px 28px rgba(27, 62, 91, 0.2);
}

#about .about-photo-controls {
  border-top: 0;
}

#about .about-copy {
  gap: 22px;
  padding: clamp(22px, 3vw, 38px);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 18px 40px rgba(38, 74, 105, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.74);
  transform: rotate(0.7deg);
}

#about .about-copy > p {
  max-width: none;
  margin: 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: inset 0 -1px 0 rgba(28, 74, 111, 0.08);
}

#about .about-copy > p:nth-of-type(2) {
  background: #ef3f35;
}

#about .about-copy > p:nth-of-type(2) > span {
  color: #17110e;
}

#about .about-copy > p:nth-of-type(2) .about-copy-en {
  color: rgba(23, 17, 14, 0.66);
}

#about .about-copy > p > span {
  color: #254b68;
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 1.78;
}

#about .about-copy-en {
  color: rgba(37, 75, 104, 0.62);
  font-size: clamp(11px, 0.9vw, 13px);
  line-height: 1.62;
}

#about .life-grid {
  max-width: none;
}

#about .life-grid span {
  border-color: rgba(23, 78, 130, 0.24);
  background: #eef8ff;
  color: #174e82;
}

#about .about-credentials {
  width: 100%;
  max-width: none;
  padding: 18px 22px;
  border-radius: 18px;
  background: #20252d;
  color: #f8fbff;
  box-shadow: 0 14px 26px rgba(31, 37, 45, 0.18);
  transform: rotate(-0.5deg);
}

#about .about-left-column .about-credentials section {
  grid-template-columns: minmax(90px, 0.3fr) minmax(0, 1fr);
  gap: 16px;
}

#about .about-credentials section {
  border-color: rgba(255, 255, 255, 0.14);
}

#about .about-credentials section > p {
  color: #9fd6ff;
  font-weight: 600;
}

#about .about-credentials section > div,
#about .about-credentials span,
#about .about-ai-tools strong {
  color: #f8fbff;
}

#about .about-ai-tools > p {
  color: #f6aacd;
}

#about .contact-block {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: inset 0 0 0 1px rgba(30, 77, 119, 0.12);
}

#about .contact-block p {
  color: #174e82;
}

#about .about-hobby-painting {
  max-width: 1180px;
  margin: clamp(60px, 9vw, 120px) auto 0;
  padding: clamp(22px, 3vw, 38px);
  border: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 48px rgba(28, 78, 120, 0.14);
}

#about .about-hobby-heading h3 span {
  color: #174e82;
}

#about .painting-browser {
  max-width: none;
  grid-template-columns: minmax(190px, 0.48fr) minmax(260px, 0.75fr);
  gap: clamp(20px, 4vw, 56px);
}

#about .painting-stage img {
  height: min(34vw, 360px);
}

#about .bilingual-section-title > span {
  color: #8a5798;
  font-family: Arial, sans-serif;
  font-size: 35px;
}

#about .bilingual-section-title > small {
  font-size: clamp(20px, 2vw, 25px);
}

#about .about-copy > p > span {
  color: #9c5ea1;
  font-size: clamp(16px, 1.35vw, 19px);
}

#about > .back-home {
  font-size: 18px;
}

#about > .back-home > span {
  font-size: 17px;
}

.textile-item {
  grid-template-columns: minmax(110px, 0.28fr) minmax(300px, 0.95fr) minmax(300px, 1.15fr) minmax(120px, auto);
}

.textile-year {
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1;
}

.textile-item img {
  max-height: 420px;
  object-fit: contain;
}

.textile-copy h3 {
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 38px);
}

.textile-copy small {
  display: block;
  margin-bottom: 20px;
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.collection-heading h3 {
  margin-bottom: 8px;
}

.collection-title-en {
  margin-top: 6px;
}

.collection-gallery-single {
  grid-template-columns: 1fr;
  max-width: 1440px;
}

.collection-subtitle {
  display: flex;
  align-items: baseline;
  gap: clamp(12px, 2vw, 26px);
}

.collection-subtitle small {
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(11px, 1.2vw, 15px);
  font-style: italic;
  font-weight: 400;
}

.complete-image-gallery figcaption {
  display: grid;
  gap: 3px;
  padding: 10px 2px 2px;
  color: rgba(31, 33, 31, 0.72);
  font-size: 14px;
}

.complete-image-gallery figcaption small {
  color: rgba(31, 33, 31, 0.46);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-style: italic;
}

.textile-project--smiley .prototype-finale {
  column-span: all;
  width: 100%;
  margin-top: clamp(46px, 8vw, 100px);
  padding-top: clamp(26px, 4vw, 48px);
  border-top: 1px solid rgba(31, 33, 31, 0.14);
}

.textile-project--smiley .prototype-finale img {
  max-height: 820px;
  object-fit: contain;
}

.journal-list h3 a {
  display: inline-block;
  transition: color 180ms ease, transform 180ms ease;
}

.journal-list h3 a:hover,
.journal-list h3 a:focus-visible {
  color: var(--coral);
  transform: translateX(5px);
}

.journal-entry article {
  max-width: 900px;
  margin: 0 auto;
}

.journal-entry time {
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.journal-entry h2 {
  max-width: 780px;
  margin: 30px 0 48px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.18;
}

.journal-entry p {
  max-width: 760px;
  margin: 0 0 24px;
  color: rgba(31, 33, 31, 0.72);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.95;
}

.journal-entry .journal-entry-lead {
  margin-bottom: 42px;
  color: rgba(31, 33, 31, 0.9);
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(21px, 2.7vw, 34px);
  line-height: 1.7;
}

.project-data,
.project-facts {
  display: grid;
  margin: 28px 0 0;
  border-top: 1px solid rgba(31, 33, 31, 0.14);
}

.project-data > div,
.project-facts > div {
  display: grid;
  grid-template-columns: minmax(90px, 0.38fr) minmax(0, 1fr);
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(31, 33, 31, 0.1);
}

.project-data dt,
.project-facts dt,
.project-data dd,
.project-facts dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.project-data dt,
.project-facts dt {
  color: rgba(31, 33, 31, 0.48);
}

.project-data dd,
.project-facts dd {
  color: rgba(31, 33, 31, 0.76);
}

.diy-project header .project-summary {
  margin: 24px 0 0;
  color: rgba(31, 33, 31, 0.7);
  font-size: 14px;
  line-height: 1.85;
}

.blog-index {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid rgba(31, 33, 31, 0.14);
}

.research-intro {
  max-width: 900px;
  margin: 0 auto clamp(48px, 7vw, 82px);
  padding: clamp(24px, 4vw, 38px) clamp(22px, 4vw, 42px);
  border-left: 1px solid var(--coral);
  background: rgba(255, 255, 255, 0.26);
  color: rgba(31, 33, 31, 0.74);
  font-family: "Songti SC", "STSong", serif;
  font-size: 15px;
  line-height: 1.5;
}

.research-intro p {
  margin: 0;
}

.research-intro-en {
  margin-top: 10px !important;
  color: rgba(31, 33, 31, 0.55);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.55;
}

#content-analysis .section-heading h2 {
  font-size: clamp(36px, 4vw, 50px);
}

#content-analysis .blog-index h3,
#content-analysis .blog-index-copy > p {
  line-height: 1.5;
}

.blog-index article {
  display: grid;
  grid-template-columns: minmax(140px, 0.28fr) minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 74px);
  align-items: start;
  padding: clamp(42px, 7vw, 84px) 0;
  border-bottom: 1px solid rgba(31, 33, 31, 0.14);
}

.blog-index-number,
.blog-index-arrow {
  margin: 6px 0 0;
  color: rgba(31, 33, 31, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.blog-index-arrow {
  font-size: 18px;
}

.blog-index h3 {
  margin: 0 0 20px;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(28px, 3vw, 35px);
  font-weight: 400;
  line-height: 1.32;
}

.blog-index h3 a,
.blog-index-arrow {
  transition: color 180ms ease, transform 180ms ease;
}

.blog-index h3 a:hover,
.blog-index h3 a:focus-visible,
.blog-index-arrow:hover,
.blog-index-arrow:focus-visible {
  color: var(--coral);
}

.blog-index-arrow:hover,
.blog-index-arrow:focus-visible {
  transform: translateX(5px);
}

.blog-index-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(31, 33, 31, 0.68);
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.85;
}

.blog-index-meta {
  min-width: 0;
}

.blog-index-meta figure {
  width: 138px;
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid rgba(31, 33, 31, 0.1);
  background: rgba(255, 255, 255, 0.3);
}

.blog-index-meta img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.blog-index-meta .blog-index-number {
  margin: 0;
}

.blog-entry article {
  width: calc(100% - 400px);
  max-width: 1100px;
  margin: 0 auto;
}

.blog-entry header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(31, 33, 31, 0.16);
}

.blog-entry header > p:first-child,
.blog-entry footer {
  color: rgba(31, 33, 31, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.blog-entry h2 {
  margin: 18px 0 0;
  border-color: #1507da;
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(28px, 2.4vw, 35px);
  font-weight: 400;
  line-height: 1.25;
}

.blog-entry .blog-deck {
  max-width: 700px;
  margin: 0;
  color: rgba(31, 33, 31, 0.78);
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(20px, 2.5vw, 29px);
  line-height: 1.7;
}

.blog-entry article > p,
.blog-entry blockquote {
  margin: 0 0 28px;
  color: rgba(31, 33, 31, 0.76);
  font-size: clamp(10px, 0.68vw, 12px);
  line-height: 2;
}

.blog-entry h3 {
  margin: clamp(58px, 8vw, 88px) 0 28px;
  font-family: "Songti SC", "STSong", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

#article-toy-content-consumer article > h3:nth-of-type(1) {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #9e0083;
  font-size: 20px;
  line-height: 30px;
}

#article-toy-content-consumer article > p {
  margin-bottom: 2px;
  font-size: 15px;
}

#article-toy-content-consumer article > p:nth-of-type(1),
#article-toy-content-consumer article > p:nth-of-type(2),
#article-toy-content-consumer article > p:nth-of-type(3),
#article-toy-content-consumer article > p:nth-of-type(4),
#article-toy-content-consumer article > p:nth-of-type(8) {
  text-indent: 2em;
}

#article-toy-content-consumer article > p:nth-of-type(5),
#article-toy-content-consumer article > p:nth-of-type(6),
#article-toy-content-consumer article > p:nth-of-type(7),
#article-toy-content-consumer article > p:nth-of-type(9) {
  color: #525252;
}

#article-toy-content-consumer article > h3:nth-of-type(2) {
  border-color: #9e0a83;
  color: #9e0083;
  font-size: 20px;
}

#article-toy-content-consumer article > h3:nth-of-type(3) {
  color: #9e0083;
  font-size: 20px;
}

#article-innovation-demand header {
  height: 110px;
}

#article-innovation-demand h2 {
  height: auto;
  margin: 10px 0;
  font-size: 35px;
  line-height: 30px;
}

#article-innovation-demand article > p {
  font-size: 15px;
}

#article-innovation-demand article > p:nth-of-type(1) {
  margin-bottom: 3px;
  text-indent: 2em;
}

#article-innovation-demand article > p:nth-of-type(2) {
  text-indent: 2em;
}

#article-innovation-demand .article-indent {
  text-indent: 2em;
}

#article-innovation-demand .article-conclusion {
  display: block;
  margin-top: 10px;
  text-indent: 2em;
}

#article-innovation-demand .article-break {
  display: block;
  margin-top: 10px;
  text-indent: 2em;
}

#article-innovation-demand article > p:nth-of-type(3) {
  margin-bottom: 2px;
  font-size: 15px;
}

#article-innovation-demand article > p:nth-of-type(4),
#article-innovation-demand article > p:nth-of-type(5),
#article-innovation-demand article > p:nth-of-type(8),
#article-innovation-demand article > p:nth-of-type(9),
#article-innovation-demand article > p:nth-of-type(14),
#article-innovation-demand article > p:nth-of-type(16) {
  margin-bottom: 2px;
}

#article-innovation-demand article > p:nth-of-type(6) {
  margin-bottom: 5px;
}

#article-innovation-demand article > p:nth-of-type(8) {
  padding-bottom: 2px;
}

#article-innovation-demand article > p:nth-of-type(10),
#article-innovation-demand article > p:nth-of-type(11),
#article-innovation-demand article > p:nth-of-type(12),
#article-innovation-demand article > p:nth-of-type(13) {
  margin-bottom: 10px;
}

.blog-entry .article-emphasis {
  font-weight: 500;
}

#article-toy-content-consumer .article-case-emphasis {
  color: #000;
}

#article-toy-content-consumer .article-end-marker {
  margin-bottom: 30px;
}

#article-toy-content-consumer .article-development-intro {
  color: #525252;
}

.blog-entry blockquote {
  margin: 48px 0;
  padding: 26px 30px;
  border-left: 2px solid var(--coral);
  background: rgba(255, 255, 255, 0.28);
  color: rgba(31, 33, 31, 0.88);
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.75;
}

.blog-entry .blog-path {
  margin: 38px 0;
  padding: 24px;
  border-top: 1px solid rgba(31, 33, 31, 0.14);
  border-bottom: 1px solid rgba(31, 33, 31, 0.14);
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
}

.blog-entry .blog-path span {
  padding: 0 10px;
  color: var(--coral);
}

.blog-entry footer {
  margin-top: 80px;
  padding-top: 24px;
  border-top: 1px solid rgba(31, 33, 31, 0.14);
  line-height: 1.8;
}

.blog-entry footer p {
  margin: 0 0 8px;
}

.word-figure {
  margin: clamp(38px, 6vw, 68px) 0;
}

.word-figure img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(31, 33, 31, 0.08);
  background: rgba(255, 255, 255, 0.32);
}

.word-figure-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
  margin: clamp(38px, 6vw, 68px) 0;
}

.word-figure-group--three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.word-figure-group--three .word-figure:first-child {
  grid-column: 1 / -1;
}

.word-figure-group .word-figure {
  margin: 0;
}

#textile-design .textile-list {
  max-width: 1380px;
}

#textile-design .textile-item {
  grid-template-columns: 48px minmax(300px, 0.95fr) minmax(270px, 0.8fr) minmax(210px, 0.55fr);
  gap: clamp(22px, 3.5vw, 56px);
  align-items: start;
}

.textile-index {
  margin: 4px 0 0;
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.textile-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

#textile-design .textile-preview img {
  width: 100%;
  height: 230px;
  max-height: none;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.3);
}

.textile-preview--single {
  grid-template-columns: 1fr;
}

.textile-note {
  min-height: 170px;
  padding: 18px;
  border: 1px solid rgba(31, 33, 31, 0.14);
  background: rgba(255, 255, 255, 0.22);
}

.textile-note span {
  color: rgba(31, 33, 31, 0.46);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-style: italic;
}

.textile-note p {
  margin: 48px 0 0;
  color: rgba(31, 33, 31, 0.56);
  font-size: 13px;
  line-height: 1.75;
}

.textile-project {
  padding: clamp(70px, 10vw, 140px) 0;
  border-top: 1px solid rgba(31, 33, 31, 0.14);
}

.textile-project:first-of-type {
  margin-top: clamp(30px, 5vw, 68px);
}

.textile-project .collection-heading {
  margin-bottom: clamp(28px, 4vw, 52px);
}

.textile-project .collection-heading h2 {
  color: rgba(31, 33, 31, 0.34);
  font-size: clamp(62px, 9vw, 124px);
}

.collection-note {
  display: grid;
  grid-template-columns: minmax(170px, 0.3fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 72px);
  max-width: 1280px;
  margin: 0 auto clamp(42px, 7vw, 88px);
  padding: 22px 0;
  border-top: 1px solid rgba(31, 33, 31, 0.12);
  border-bottom: 1px solid rgba(31, 33, 31, 0.12);
}

.collection-note > span {
  color: rgba(31, 33, 31, 0.46);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.collection-note p {
  max-width: 760px;
  margin: 0;
  padding: 8px 10px;
  color: #050505;
  background: #ffb8b8;
  font-size: 16px;
  line-height: 1.85;
}

.collection-note-stack {
  max-width: 1280px;
  margin: 0 auto clamp(42px, 7vw, 88px);
}

.collection-note-stack .collection-note {
  margin-bottom: 0;
  border-bottom: 0;
}

.collection-note-stack .collection-note:last-child {
  border-bottom: 1px solid rgba(31, 33, 31, 0.12);
}

.textile-project--backpacks .collection-gallery,
.textile-project--backpacks .complete-image-gallery {
  margin-bottom: clamp(32px, 6vw, 76px);
}

#textile-design > .section-heading h2 {
  color: #bc1587;
  font-size: clamp(28px, 3vw, 35px);
}

#textile-design .collection-heading h3 {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin-bottom: 3px;
  padding: 2px 8px 3px;
  color: #9e0083;
  background: #fff;
  font-size: 25px;
  line-height: 35px;
}

#textile-design .collection-title-en {
  color: #fff;
}

.textile-project--smiley .collection-heading {
  max-width: none;
  margin: 0 25px 5px;
}

.textile-project--smiley .collection-note p {
  max-width: none;
  padding: 8px 10px;
  background: #ffb8b8;
  font-size: 16px;
  line-height: 1.85;
  text-indent: 2em;
}

.about-hobby-painting {
  max-width: 900px;
  margin: clamp(80px, 12vw, 170px) auto 0;
  padding-top: clamp(48px, 7vw, 88px);
  border-top: 1px solid rgba(31, 33, 31, 0.16);
}

.about-hobby-heading {
  margin-bottom: clamp(28px, 5vw, 60px);
}

.about-hobby-heading > p {
  margin: 0 0 12px;
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.about-hobby-heading h3 {
  display: grid;
  gap: 5px;
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
}

#about > .section-heading {
  max-width: none;
  min-height: 80px;
  margin-right: 80px;
  margin-bottom: 8px;
  margin-left: 80px;
}

#about-painting-title > span {
  font-size: 35px;
}

.about-hobby-heading h3 small {
  color: rgba(31, 33, 31, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
}

.poster-wall {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.poster-wall figure:nth-child(-n + 2) {
  grid-column: span 3;
}

.poster-wall figure:nth-child(n + 3) {
  grid-column: span 2;
}

.poster-wall .poster-featured {
  margin-bottom: 0;
}

.painting-browser {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(260px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  max-width: 900px;
  margin: 0 auto;
  padding-top: clamp(34px, 5vw, 62px);
  border-top: 1px solid rgba(31, 33, 31, 0.14);
}

.painting-browser .painting-stage {
  grid-column: 1;
  grid-row: 1;
}

.painting-browser .painting-titles {
  grid-column: 2;
  grid-row: 1;
}

.painting-titles {
  display: grid;
  align-content: start;
}

.painting-titles button {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(31, 33, 31, 0.14);
  background: transparent;
  color: rgba(31, 33, 31, 0.45);
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, padding-left 180ms ease;
}

.painting-titles button::before {
  content: "→";
  position: absolute;
  opacity: 0;
}

.painting-titles button:hover,
.painting-titles button:focus-visible,
.painting-titles button.is-active {
  padding-left: 28px;
  color: var(--ink);
}

.painting-titles button:hover::before,
.painting-titles button:focus-visible::before,
.painting-titles button.is-active::before {
  margin-left: -28px;
  opacity: 1;
}

.painting-titles span {
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(18px, 2vw, 26px);
}

.painting-titles small {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-style: italic;
}

.painting-stage {
  margin: 0;
  min-height: 0;
}

.painting-stage img {
  width: 100%;
  height: min(42vw, 460px);
  object-fit: contain;
  transition: opacity 160ms ease, transform 300ms ease;
}

.painting-stage img.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.poster-orbit {
  height: clamp(350px, 42vw, 500px);
  max-width: 1040px;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.poster-orbit figure {
  width: clamp(86px, 10vw, 146px);
}

@media (max-width: 980px) {
  .about-edge-decor {
    opacity: 1;
  }

  .about-edge-decor--pin,
  .about-edge-decor--glasses {
    width: 126px;
  }

  .about-edge-decor--card {
    width: 176px;
  }

  .hero {
    --hero-stripe-top: 132px;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nav-links {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .editorial-grid,
  .split-story,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-layout {
    gap: 42px;
  }

  .about-photo-carousel {
    position: relative;
    top: auto;
    padding-top: 0;
  }

  .about-photo-track {
    grid-auto-columns: min(72%, 420px);
  }

  .about-copy {
    padding-top: 0;
  }

  .graphic-catalog-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-entry article {
    width: 100%;
  }

  .product-module {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 20px;
  }

  .product-module figure,
  .product-module:nth-child(even) figure {
    grid-column: 2;
    order: initial;
  }

  .product-module > div {
    grid-column: 2;
  }

  .editorial-grid .section-copy {
    order: -1;
  }

  .feature-image,
  .feature-image.tall {
    aspect-ratio: 1.05;
  }

  .analysis-board {
    grid-template-columns: 1fr;
  }

  .analysis-board article {
    min-height: 230px;
  }

  .analysis-board h3 {
    margin-top: 54px;
  }

  .poster-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poster-orbit {
    height: clamp(350px, 48vw, 430px);
    margin-bottom: 52px;
  }

  .textile-item {
    grid-template-columns: minmax(86px, 0.22fr) minmax(230px, 0.9fr) minmax(260px, 1fr) minmax(90px, auto);
  }

  #textile-design .textile-item {
    grid-template-columns: 40px minmax(280px, 1fr) minmax(240px, 0.82fr);
  }

  #textile-design .textile-note {
    grid-column: 2 / -1;
    min-height: 120px;
  }

  .painting-browser {
    grid-template-columns: 1fr;
  }

  .painting-browser .painting-stage,
  .painting-browser .painting-titles {
    grid-column: 1;
    grid-row: auto;
  }

  .painting-stage {
    min-height: 0;
  }
}

@media (max-width: 820px) and (min-width: 761px) {
  .product-project-gallery .product-image--paired {
    height: 450px;
  }
}

@media (max-width: 700px) {
  body {
    background-attachment: scroll;
  }

  .site-header {
    padding: 16px 18px;
    font-size: 14px;
  }

  .nav-links a {
    font-size: 14px;
  }

  #about > .section-heading {
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .brand span:first-child {
    display: none;
  }

  .hero {
    --hero-stripe-top: 118px;
    min-height: 100svh;
  }

  .float-field {
    inset: 0;
  }

  .hero-copy::before {
    inset: -22px -28px;
  }

  .float-field .floating-work--spotlight,
  .float-field.is-organized .floating-work--spotlight {
    min-width: 96px;
  }

  .about-edge-decor {
    opacity: 1;
  }

  .about-edge-decor--pin,
  .about-edge-decor--stars {
    top: 150px;
  }

  .about-edge-decor--glasses {
    top: 310px;
  }

  .about-edge-decor--card {
    top: 280px;
    width: 142px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-role-cn {
    font-size: 13px;
  }

  .hero-role-en {
    font-size: 9px;
  }

  .work-section {
    padding: 124px 18px 78px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .section-heading p {
    margin-bottom: 0;
  }

  .section-copy p,
  .about-copy > p {
    font-size: 17px;
  }

  .image-pair {
    grid-template-columns: 1fr 1fr;
  }

  .image-pair figure:first-child {
    transform: translateY(16px);
  }

  .poster-wall {
    grid-template-columns: 1fr;
  }

  .poster-wall figure:nth-child(n) {
    grid-column: 1;
  }

  .collection-note {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .poster-wall .poster-centered {
    width: 100%;
  }

  .poster-wall img:hover {
    transform: none;
  }

  .envelope-stage {
    width: min(360px, 90vw);
    height: 360px;
  }

  .envelope-letter {
    left: 5%;
    right: 5%;
    padding: 24px;
  }

  .textile-item {
    grid-template-columns: 1fr 36px;
    gap: 18px;
  }

  #textile-design .textile-item {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  #textile-design .textile-index {
    grid-column: 1;
    grid-row: 1;
  }

  #textile-design .textile-preview,
  #textile-design .textile-copy,
  #textile-design .textile-note {
    grid-column: 2;
  }

  #textile-design .textile-preview {
    grid-row: 1;
    grid-template-columns: 1fr;
  }

  #textile-design .textile-copy {
    grid-row: 2;
  }

  #textile-design .textile-note {
    grid-row: 3;
  }

  #textile-design .textile-preview img {
    height: auto;
    max-height: 360px;
  }

  .blog-index article {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .blog-index-meta {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    align-items: end;
  }

  .blog-index-meta figure {
    width: 112px;
    margin: 0;
  }

  .word-figure-group,
  .word-figure-group--three {
    grid-template-columns: 1fr;
  }

  .blog-index-arrow {
    justify-self: start;
  }

  .blog-entry blockquote {
    margin: 38px 0;
    padding: 22px 20px;
  }

  .blog-entry article > p,
  .blog-entry blockquote {
    font-size: 14px;
  }

  #article-innovation-demand header {
    height: auto;
  }

  #article-innovation-demand h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .blog-entry .blog-path span {
    padding: 0 3px;
  }

  .painting-stage img {
    height: auto;
    max-height: 72svh;
  }

  .textile-year,
  .textile-item img,
  .textile-copy {
    grid-column: 1;
  }

  .textile-year {
    grid-row: 1;
  }

  .textile-item img {
    grid-row: 2;
  }

  .textile-copy {
    grid-row: 3;
  }

  .textile-arrow {
    grid-column: 2;
    grid-row: 1;
    width: auto;
  }

  .textile-arrow span {
    display: none;
  }

  .collection-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .collection-heading h2 {
    font-size: clamp(70px, 26vw, 112px);
  }

  .collection-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-gallery figure:nth-child(n) {
    grid-column: span 1;
    aspect-ratio: 0.9;
  }

  .collection-gallery figure:nth-child(1),
  .collection-gallery figure:nth-child(6) {
    grid-column: span 2;
    aspect-ratio: 1.4;
  }

  .case-tags {
    gap: 8px 14px;
    margin-top: -18px;
    margin-bottom: 52px;
  }

  .case-chapter-header,
  .case-chapter-header div,
  .case-image-grid,
  .case-image-grid--identity {
    grid-template-columns: 1fr;
  }

  .case-chapter-header {
    gap: 14px;
  }

  .case-chapter-header div {
    gap: 16px;
  }

  .case-image--full {
    grid-column: 1;
  }

  .case-image-grid--identity .case-image--logo {
    padding-top: 0;
  }

  .case-image-grid--prototype img {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .about-photo-track {
    grid-auto-columns: 86%;
  }

  .about-credentials section {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .complete-image-gallery--mixed {
    columns: 1;
  }

  .complete-image-gallery--catalog {
    grid-template-columns: 1fr;
  }

  .journal-list article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .poster-orbit {
    height: 320px;
    margin-bottom: 42px;
  }

  .poster-orbit figure {
    width: clamp(88px, 28vw, 126px);
  }

  .poster-orbit-copy span {
    font-size: 34px;
  }

  .collection-subtitle {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .collection-gallery-single {
    grid-template-columns: 1fr;
  }

  .textile-project--smiley .prototype-finale {
    column-span: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Product development archive */
.product-archive {
  display: grid;
  gap: clamp(100px, 14vw, 190px);
  max-width: 1280px;
  margin: clamp(70px, 10vw, 130px) auto 0;
}

.product-line-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto 72px;
}

.product-line-intro article {
  padding: 30px 32px 34px;
  border-top: 1px solid rgba(31, 33, 31, 0.2);
  border-bottom: 1px solid rgba(31, 33, 31, 0.2);
  background: rgba(255, 255, 255, 0.5);
}

.product-line-intro article > p:first-child {
  margin: 0 0 20px;
  color: rgba(31, 33, 31, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.product-line-intro h3 {
  margin: 0 0 18px;
  color: #9e0083;
  font-size: 25px;
  font-weight: 500;
  line-height: 38px;
}

.product-line-intro article > p:last-child {
  margin: 0;
  color: rgba(31, 33, 31, 0.76);
  font-size: 15px;
  line-height: 1.75;
}

.product-line-intro + .product-archive {
  margin-top: 0;
}

.product-category {
  display: grid;
  gap: clamp(60px, 8vw, 100px);
}

.product-category-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 6vw, 90px);
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(31, 33, 31, 0.16);
}

.product-category-heading p,
.product-category-heading h3,
.product-project header p,
.product-project header h4 {
  margin: 0;
}

.product-project--compact-title header h4 {
  font-size: 20px;
}

.product-project--title-25 header h4 {
  font-size: 25px;
}

.product-project-summary {
  max-width: 920px;
  margin: -20px 0 36px 25%;
  color: rgba(31, 33, 31, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

.product-project-gallery .product-image--full-row {
  grid-column: 1 / -1;
}

.product-project-gallery .product-image--paired {
  height: 300px;
}

.product-project-gallery .product-image--paired img,
.product-project-gallery--equal > figure:not(.product-image--full-row) img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-project-gallery--equal > figure:not(.product-image--full-row) {
  height: 360px;
}

.product-image--captioned {
  gap: 12px;
}

.product-image--captioned figcaption {
  width: 100%;
  padding: 0 4px 12px;
  color: rgba(31, 33, 31, 0.68);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.product-image-wide {
  margin: 0 0 36px;
  background: rgba(255, 255, 255, 0.5);
}

.product-image-wide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-category-heading p,
.product-project header p {
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
}

.product-category-heading h3 {
  color: #9e0083;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 400;
}

.product-project {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
  padding-top: clamp(34px, 5vw, 64px);
  border-top: 1px solid rgba(31, 33, 31, 0.12);
}

.product-project > header {
  display: grid;
  grid-template-columns: minmax(100px, 0.2fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
}

.product-project header h4 {
  font-size: clamp(25px, 3.4vw, 42px);
  font-weight: 400;
}

.product-project-note {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  padding: 22px 0;
  border-top: 1px solid rgba(31, 33, 31, 0.12);
  border-bottom: 1px solid rgba(31, 33, 31, 0.12);
}

.product-project-note > span {
  color: rgba(31, 33, 31, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.product-project-note div,
.product-copy-grid {
  display: grid;
  gap: 14px;
}

.product-project-note p,
.product-copy-grid p {
  margin: 0;
  color: rgba(31, 33, 31, 0.72);
  font-size: 15px;
  line-height: 1.8;
}

.product-copy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-copy-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-copy-grid p {
  padding: 18px;
  background: rgba(255, 255, 255, 0.48);
}

.product-copy-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #9e0083;
  font-weight: 500;
}

.product-project-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: clamp(12px, 2vw, 24px);
  align-items: start;
}

.product-project-gallery figure {
  display: grid;
  margin: 0;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.46);
}

.product-project-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-image--centered-board {
  padding: clamp(10px, 1.6vw, 20px);
}

.product-project-gallery .product-image--centered-board img {
  width: auto;
  max-width: 100%;
  max-height: min(78vh, 760px);
  margin: auto;
}

.product-project-gallery .product-image--large-vertical img {
  width: min(100%, 920px);
  max-height: none;
}

#product-dev > .section-heading {
  margin-bottom: 18px;
}

#product-dev > .section-heading h2 {
  font-size: 35px;
}

#product-diy-title {
  font-size: 25px;
}

#product-ai-title {
  font-size: 35px;
}

#product-dev .product-category--diy > .product-project--featured h4 {
  font-size: 35px;
}

#product-dev .product-category--ai > .product-project--featured {
  border-top: 0;
}

#product-dev .product-category--ai > .product-project--featured h4 {
  font-size: 25px;
}

#product-dev .product-category--diy > .product-project--featured {
  padding-top: 24px;
}

/* Textile project-specific layout */
.textile-project--preschool .complete-image-gallery figure:nth-child(8) {
  display: grid;
  grid-column: 1 / -1;
  place-items: center;
}

.textile-project--preschool .complete-image-gallery figure:nth-child(8) img {
  width: min(200px, 100%);
}

.textile-project--school .complete-image-gallery {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.textile-project--school .complete-image-gallery figure {
  grid-column: span 6;
}

.textile-project--school .complete-image-gallery figure:nth-child(n + 6) {
  grid-column: span 6;
}

.textile-project--school .complete-image-gallery figure:nth-child(2),
.textile-project--school .complete-image-gallery figure:nth-child(3),
.textile-project--school .complete-image-gallery figure:nth-child(5),
.textile-project--smiley .complete-image-gallery figure,
.textile-project--zingroo .complete-image-gallery figure {
  background: #fff;
}

.textile-project--school .complete-image-gallery figure:nth-child(2) img,
.textile-project--school .complete-image-gallery figure:nth-child(3) img,
.textile-project--school .complete-image-gallery figure:nth-child(5) img,
.textile-project--smiley .complete-image-gallery img,
.textile-project--zingroo .complete-image-gallery img {
  background: #fff;
}

.stationery-project-note {
  display: grid;
  gap: 10px;
}

.stationery-project-note > span {
  color: rgba(31, 33, 31, 0.68);
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}

.stationery-project-note > .note-detail {
  font-size: 0.9em;
}

@media (max-width: 760px) {
  .about-camera-decor {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: min(74vw, 300px);
    margin: -12px auto 20px;
    transform: rotate(3deg);
  }

  #about::after {
    right: -36vw;
    bottom: 18vw;
    opacity: 0.55;
  }

  #about > .section-heading {
    margin-right: 18px;
    margin-left: 18px;
    transform: none;
  }

  #about .about-layout {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    padding: 18px;
  }

  #about .about-photo-carousel,
  #about .about-copy,
  #about .about-credentials {
    position: relative;
    top: auto;
    transform: none;
  }

  #about .about-photo-track {
    grid-auto-columns: 82%;
  }

  #about .about-copy {
    padding: 18px;
  }

  #about .painting-browser {
    grid-template-columns: 1fr;
  }

  #about .painting-browser .painting-stage,
  #about .painting-browser .painting-titles {
    grid-column: auto;
    grid-row: auto;
  }

  #about .painting-stage img {
    height: auto;
  }

  .product-line-intro {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    gap: 16px;
    margin-bottom: 48px;
  }

  .product-line-intro article {
    padding: 24px 22px 26px;
  }

  .product-project-summary {
    margin: -8px 0 28px;
  }
  .product-category-heading,
  .product-project > header,
  .product-project-note,
  .product-copy-grid,
  .product-copy-grid--three {
    grid-template-columns: 1fr;
  }

  .product-archive {
    gap: 100px;
  }

  .product-category {
    gap: 54px;
  }
}

/* Final about-section collage overrides */
#about > .section-heading {
  max-width: 1180px;
  min-height: 0;
  margin: 0 auto clamp(26px, 4vw, 48px);
  padding: clamp(18px, 2.4vw, 28px) clamp(22px, 4vw, 44px);
  border: 1px solid rgba(30, 77, 119, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62)),
    rgba(255, 252, 244, 0.86);
  box-shadow:
    0 16px 36px rgba(28, 78, 120, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transform: rotate(-0.7deg);
}

#about .bilingual-section-title > span {
  color: #174e82;
  font-size: 35px;
}

@media (max-width: 760px) {
  #about > .section-heading {
    margin-right: 18px;
    margin-left: 18px;
    transform: none;
  }
}

/* Graphic Design uses the shared product-development cloth background. */
#graphic-design {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#graphic-design::before {
  content: none;
}

#graphic-design > * {
  position: relative;
  z-index: 1;
}

@keyframes water-ripple-drift {
  0% {
    background-position: 47% 48%;
    transform: scale(1.04) translate3d(-1.2%, -0.8%, 0);
  }
  50% {
    background-position: 53% 52%;
    transform: scale(1.09) translate3d(1%, 0.7%, 0);
  }
  100% {
    background-position: 49% 55%;
    transform: scale(1.06) translate3d(-0.4%, 1.1%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #about::before,
  #graphic-design::before {
    animation: none;
  }

  #about::before {
    transform: scale(1.04);
  }

  #graphic-design::before {
    transform: none;
  }
}
