/* Approved personal content inside the existing Samsy layout and visual system. */
#about,
.kongwo-project {
  font-family: forma-djr-display, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}
#about {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #ff0033 transparent;
}
#about .title-container { pointer-events: none; }
#about .big-title { font-size: clamp(84px, 9.65vw, 139px); }
#about #about-text-container {
  position: relative;
  bottom: auto;
  margin: 320px 50px 32px;
  width: calc(100% - 100px);
  max-width: 1220px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  pointer-events: auto;
}
#about #about-text-container .about-text-container-half {
  width: auto;
  min-width: 0;
  margin: 0;
  display: block;
}
#about #about-text-container p {
  width: 100%;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 22px;
  font-weight: 500;
  line-break: strict;
}
#about .kongwo-stats {
  display: flex;
  gap: 38px;
  color: #ff0033;
  margin: 28px 0;
}
#about .kongwo-stats strong { display: block; font-size: 36px; font-weight: 500; line-height: 1; }
#about .kongwo-stats span { display: block; font-size: 12px; margin-top: 8px; white-space: nowrap; }
#about .kongwo-label { font-size: 12px; letter-spacing: 1px; line-height: 1.4; margin: 22px 0 10px; }
#about .kongwo-career > .kongwo-label:first-child { margin-top: 0; }
#about #about-text-container .kongwo-period { font-size: 12px; margin-bottom: 4px; }
#about #about-text-container .kongwo-job-title { font-size: 16px; margin-bottom: 4px; }
#about #about-text-container .kongwo-small { font-size: 14px; margin-bottom: 18px; }
#about #about-text-container .kongwo-tools { font-size: 13px; line-height: 1.6; margin-bottom: 0; }
#about .links { width: auto; margin-top: 30px; }
#about .links a { font-size: 22px; line-height: 1.3; overflow-wrap: anywhere; user-select: text; }
#about .credits {
  position: relative;
  bottom: auto;
  right: auto;
  margin: 18px 100px 50px 50px;
  display: block;
  transform: none;
  text-align: right;
}
#about .credits a { font-size: 12px; line-height: 1.5; }
.infos .kongwo-project {
  top: 120px;
  bottom: 65px;
  transform: translateX(-50%);
  overflow-y: auto;
  overscroll-behavior: contain;
  width: 960px;
  max-width: calc(100% - 100px);
  padding: 12px 16px 30px;
  scrollbar-width: thin;
  scrollbar-color: #ff0033 transparent;
}
.infos .kongwo-project h1 { font-size: clamp(38px, 4.8vw, 70px); line-height: 1; margin-top: 0; }
.infos .kongwo-project h2 { line-height: 1.6; }
.infos .kongwo-project p { text-align: left; font-size: 18px; line-height: 1.7; }
.kongwo-gallery { display: flex; justify-content: center; align-items: flex-start; gap: 24px; margin-top: 28px; }
.kongwo-gallery a { display: block; min-width: 0; flex: 1; text-align: center; }
.kongwo-gallery img { display: block; width: 100%; height: auto; max-height: 900px; object-fit: contain; }
.kongwo-gallery a:focus-visible, #about a:focus-visible, .infos [role="button"]:focus-visible { outline: 2px solid #ff0033; outline-offset: 6px; }
@media (max-width: 900px) {
  body:not(.mobile) #leftencart .title-container,
  body:not(.mobile) #about .title-container { top: 110px; }
  #about #about-text-container { gap: 36px; margin-top: 285px; }
  #about .big-title { font-size: 84px; line-height: 1.1; letter-spacing: 2px; }
  #about #about-text-container p { font-size: 15px; }
  #about .links a { font-size: 18px; }
  #smsy[data-v-2adf675c] { font-size: 30px; line-height: 30px; }
  h3[data-v-2adf675c] { max-width: 155px; line-height: 1.3; }
}
@media (max-width: 600px) {
  #about .title-container { top: 90px !important; left: 20px !important; }
  #about .title-container h1 { font-size: 28px; }
  #about .big-title, #about .title-container h3 { display: none; }
  #about #about-text-container,
  body.mobile #about #about-text-container[data-v-b9070ebd] {
    margin: 160px 20px 24px;
    width: calc(100% - 40px);
    max-width: none;
    display: block;
  }
  #about #about-text-container .about-text-container-half { display: block; width: 100%; min-width: 0; }
  #about #about-text-container p { font-size: 15px; line-height: 1.7; margin-bottom: 22px; }
  #about .kongwo-stats { gap: 35px; }
  #about .kongwo-career { margin-top: 38px !important; }
  #about .links { margin-top: 24px; }
  #about .links a { font-size: 20px; }
  #about .credits,
  body.mobile #about .credits[data-v-b9070ebd] {
    margin: 20px 20px 105px;
    right: auto;
    bottom: auto;
    text-align: left;
    display: block;
  }
  #about::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    background: linear-gradient(#000 75%, transparent);
    z-index: 200;
    pointer-events: none;
  }
  #about .credits h2 { font-size: 12px; }
  .infos .kongwo-project { top: 110px; bottom: 80px; max-width: calc(100% - 32px); padding: 12px 0 24px; }
  .infos .kongwo-project h1 { font-size: clamp(30px, 9vw, 45px); text-align: left; }
  .infos .kongwo-project h2 { font-size: 12px; text-align: left; }
  .infos .kongwo-project p { font-size: 15px; line-height: 1.7; text-align: left; }
  .kongwo-gallery { display: block; margin-top: 20px; }
  .kongwo-gallery a + a { margin-top: 20px; }
}
